@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;
}

.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;
}

.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;
  }
  .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;
  }
  .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: "Zen Old Mincho", serif;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
  background: #F6F6F3;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

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

p {
  color: #000;
}

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

::-moz-selection {
  color: #F8F8F8;
  background-color: #478F87;
}

::selection {
  color: #F8F8F8;
  background-color: #478F87;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper_course {
  overflow: hidden;
}

/* section装飾 */
.bg-white {
  background: #fff;
  padding: 50px 0 0 0;
}

.bg-grad {
  background-image: linear-gradient(140deg, #f4f4f4, #d5e7e5);
  padding: 50px 0;
}

.bg-gray {
  background: #F6F6F3;
  padding: 50px 0;
}

.bg-beige {
  background: #e4e2cc;
  padding: 50px 0;
}

.bg-beige2 {
  background: #e4e2cc;
  top: 100px;
  top: 110px;
}

.bg-gCoral {
  background: #E9DFD9;
  padding: 50px 0 0 0;
}

/* コンテンツ幅 */
.flame {
  max-width: 1200px;
  margin: 0 auto;
}

/* fonts */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

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

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

.color-orange {
  color: #fe9916;
}

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

.color-white {
  color: #fff;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* 順序を逆にする */
.rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 改行 */
/* ============================
SPnone：スマホでは改行しない
============================ /*
/* スマートフォンでは改行しない */
.br-SPnone {
  display: none;
}

/* スマートフォン以上では改行する */
@media screen and (min-width: 441px) {
  .br-SPnone {
    display: block;
  }
}
/* ============================
PCnone：PCでは改行しない
============================ /*
/*スマートフォンでは改行する*/
.br-MDnone {
  display: block;
}

/*スマートフォン以上では改行しない*/
@media screen and (min-width: 768px) {
  .br-MDnone {
    display: none;
  }
}
/* ============================
PCnone：PCでは改行しない
============================ /*
/*スマートフォンでは改行する*/
.br-PCnone {
  display: block;
}

/*スマートフォン以上では改行しない*/
@media screen and (min-width: 441px) {
  .br-PCnone {
    display: none;
  }
}
.fl-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-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%;
  }
}
/* 動くテキスト */
.txtAnimation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.txtAnimation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-text 30s linear infinite;
          animation: loop-text 30s linear infinite;
}

.double-content {
  display: inline-block;
  font-size: 2rem;
  white-space: nowrap;
  color: #DCDCDC;
}
@media screen and (min-width: 768px) {
  .double-content {
    font-size: 3.2rem;
  }
}

@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 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;
}

.header__logo {
  position: relative;
}
.header__logo h1 {
  position: absolute;
  z-index: 10;
  padding: 16px;
  max-width: 120px;
  background: #F6F6F3;
}
@media screen and (min-width: 960px) {
  .header__logo h1 {
    padding: 20px;
    max-width: 160px;
  }
}

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

.boxTxt {
  padding: 20px 30px;
  padding: 20px;
}
.boxTxt p {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .boxTxt p {
    font-size: 1.2rem;
  }
}

.boxImage {
  text-align: right;
  margin: 0 0 20px 0;
}
.boxImage img {
  width: 100%;
  max-width: 600px;
}

.l-footer {
  color: #000;
}
.l-footer-company {
  font-size: 18px;
  margin-bottom: 10px;
}
.l-footer-address {
  font-size: 14px;
  color: #fff;
}

.l-footer__sns {
  background: #272727;
  background-image: linear-gradient(140deg, #403a1f, #948029);
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    padding: 0;
  }
}
.l-footer__sns-in {
  display: block;
  margin: 0 auto;
  line-height: 1.1;
  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;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-in {
    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;
  }
}
.l-footer__sns-in-parts {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-in-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__sns-in-parts svg {
  margin: 0 3px;
}
.l-footer__sns-in a {
  color: #ffffff !important;
  margin-right: 20px;
}
.l-footer__sns-in a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-footer__sns h4 {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.1;
  margin: 0 20px 0 20px;
  color: #ffffff !important;
}
@media screen and (min-width: 768px) {
  .l-footer__sns h4 {
    margin-bottom: 0;
  }
}
.l-footer__sns h4 span {
  font-size: 0.7rem;
}

.l-footer__company {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  max-width: 1000px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__company {
    padding: 40px 0 30px 0;
    text-align: left;
  }
}
.l-footer__company img {
  max-width: 120px;
  width: 100%;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__company img {
    max-width: 200px;
  }
}
.l-footer__company h4 {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__company h4 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.l-footer__company p {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__company p {
    font-size: 0.9rem;
  }
}
.l-footer__company a {
  color: #000;
}
.l-footer__company a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.l-footer__company-info-wrapper {
  padding: 10px;
}
.l-footer__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 5px;
  font-size: 0.86rem;
}
@media screen and (min-width: 768px) {
  .l-footer__company-info {
    font-size: 0.9rem;
  }
}

.i-left {
  border: 1px solid #111;
  padding: 3px 8px;
  width: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .i-left {
    font-size: 0.9rem;
    width: 90px;
  }
}

.i-right {
  padding: 5px 8px;
}

.c-copyright {
  text-align: center;
  color: #000;
  font-size: 10px;
}
.c-copyright__link {
  text-decoration: none;
  color: #000;
}
.c-copyright__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* フッターエリア固定ボタン */
/*641px～PC PC上では見えないようにする*/
.l-section {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 40px 0;
  }
}

.bg-soil-bei {
  background-image: url(../img/common/bg-soil-bei.jpg);
  background-repeat: repeat-y;
  background-position: top;
  position: relative;
  background-size: contain;
  padding: 20px 0 40px 0;
}

.bg-field {
  background-image: url(../img/common/bg-field.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
  padding: 50px 0;
}

.bg-wasi {
  background-image: url(../img/common/bg-wasi2.jpg);
  background-repeat: repeat-y;
  background-position: top;
  position: relative;
  background-size: cover;
}

.bg-intro1 {
  background-image: url(../img/section/intro-txt1.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-position: 2% 2%;
  background-size: 400px;
}
@media screen and (min-width: 960px) {
  .bg-intro1 {
    background-size: 600px;
    background-position: 5% 5%;
  }
}

.bg-intro2 {
  background-image: url(../img/section/intro-txt2.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-position: 99% 99%;
  background-size: 400px;
}
@media screen and (min-width: 960px) {
  .bg-intro2 {
    background-size: 600px;
  }
}

.bg-yasai {
  background-image: url(../img/common/bg-yasai.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.shapedividers_com-2291 {
  overflow: hidden;
  position: relative;
}

.shapedividers_com-2291::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  -webkit-transform: scaleX(4);
          transform: scaleX(4);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-animation: 10s infinite alternate shape-anim-8266 linear;
          animation: 10s infinite alternate shape-anim-8266 linear;
  background-size: 100% 90px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23e4e2cc"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23e4e2cc"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23e4e2cc"/></svg>');
}

@media (min-width: 2100px) {
  .shapedividers_com-2291::before {
    background-size: 100% calc(2vw + 90px);
  }
}
.shapedividers_com-8266 {
  overflow: hidden;
  position: relative;
  height: 100px;
  background: #333333;
}

.shapedividers_com-8266::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  -webkit-transform: scaleX(4);
          transform: scaleX(4);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-animation: 10s infinite alternate shape-anim-8266 linear;
          animation: 10s infinite alternate shape-anim-8266 linear;
  background-size: 100% 100px;
  background-position: 50% 0%;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23e4e2cc"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23e4e2cc"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23e4e2cc"/></svg>');
}

@media (min-width: 2100px) {
  .shapedividers_com-8266::before {
    background-size: 100% calc(2vw + 100px);
  }
}
@-webkit-keyframes shape-anim-8266 {
  100% {
    -webkit-transform: scaleX(4) translateX(75%);
            transform: scaleX(4) translateX(75%);
  }
}
@keyframes shape-anim-8266 {
  100% {
    -webkit-transform: scaleX(4) translateX(75%);
            transform: scaleX(4) translateX(75%);
  }
}
.header-line {
  position: relative;
  margin-bottom: 40px;
}
.header-line h2 {
  font-size: 1.2rem;
  font-weight: normal;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .header-line h2 {
    font-size: 2rem;
  }
}
.header-line h2 span {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .header-line h2 span {
    padding-left: 5%;
  }
}

.header-line__ani,
.header-line__ani3,
.header-line__ani4,
.header-line__ani6 {
  position: absolute;
  content: "";
  top: 100%;
  width: 260px;
  height: 1px;
  background-color: #7a7a7a;
}
@media screen and (min-width: 768px) {
  .header-line__ani,
  .header-line__ani3,
  .header-line__ani4,
  .header-line__ani6 {
    width: 560px;
  }
}

.header-line__wrapper {
  position: relative;
  z-index: 10;
}

.header-line__ani2,
.header-line__ani5 {
  position: absolute;
  content: "";
  top: 100%;
  width: 260px;
  height: 1px;
  background-color: #fff;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-line__ani2,
  .header-line__ani5 {
    width: 560px;
  }
}

.header-line__bg1 {
  position: relative;
  background-image: url(../img/section/p-seisan-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 60px 0 200px 0;
}
.header-line__bg1 h2 {
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 16px;
  color: #fff;
}
.header-line__bg1 h2 span {
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .header-line__bg1 {
    padding: 60px 0 300px 0;
  }
  .header-line__bg1 h2 {
    font-size: 2rem;
  }
  .header-line__bg1 span {
    padding-left: 10%;
  }
}

.header-line__bg2 {
  position: relative;
  background-image: url(../img/section/p-set-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 60px 0 200px 0;
}
.header-line__bg2 h2 {
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 16px;
  color: #fff;
}
.header-line__bg2 h2 span {
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .header-line__bg2 {
    padding: 60px 0 300px 0;
  }
  .header-line__bg2 h2 {
    font-size: 2rem;
  }
  .header-line__bg2 span {
    padding-left: 10%;
  }
}

button {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.c-btn-line-yoyaku {
  position: relative;
  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: #fff;
  background-color: #896548;
  background-size: 200% auto;
  margin: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-btn-line-yoyaku {
    text-align: center;
    max-width: 320px;
    padding: 24px 30px;
    margin: 50px 20px;
    font-size: 16px;
  }
}
.c-btn-line-yoyaku::after {
  position: absolute;
  top: 50%;
  right: 1em;
  font-family: "Font Awesome 7 Pro";
  font-weight: 100;
  content: "\f061";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  font-size: 20px;
}
.c-btn-line-yoyaku:hover {
  text-decoration: none;
  background-position: right center;
  background: #6e5038;
}
.c-btn-line-yoyaku:hover::after {
  right: 1.2em;
}
@media screen and (min-width: 768px) {
  .c-btn-line-yoyaku:hover::after {
    right: 1.5em;
  }
}
.c-btn-line-yoyaku--block {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.c-btn-line-yoyaku--transparent {
  border: 1px solid #fff;
  background: none;
}
.c-btn-line-yoyaku--transparent:hover {
  opacity: 0.8;
}

/* ボタン */
.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-page-top {
  position: fixed;
  z-index: 100;
  display: none;
  right: 10px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-page-top {
    right: 20px;
    bottom: 20px;
  }
}
.c-page-top__link {
  font-size: 18px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #8B7928;
  border: 1px solid #8B7928;
  background: #F6F6F3;
  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 (min-width: 768px) {
  .c-page-top__link:hover {
    opacity: 1;
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #F6F6F3;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#splash-logo img {
  max-width: 260px;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background-image: linear-gradient(140deg, #d6bca8, #a7d1cc);
  -webkit-animation-name: PageAnime;
          animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container__lo {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container__lo {
  -webkit-animation-name: PageAnimeAppear;
          animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider {
  margin-inline: auto;
  width: 90%;
  line-height: 1.5;
}
.slider h2 {
  line-height: 1.4;
  margin: 10px;
  font-size: 1rem;
}
.slider h2 span {
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .slider h2 {
    font-size: 1.4rem;
  }
  .slider h2 span {
    font-size: 1rem;
  }
}
.slider h3 {
  margin-bottom: 10px;
  font-size: 0.76rem;
}
@media screen and (min-width: 768px) {
  .slider h3 {
    font-size: 1rem;
  }
}

.contents-slider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider-img {
  margin: 0 6px;
  border-radius: 30px;
  padding: 0.6%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .slider-img {
    border-radius: 30px;
    padding: 0.4%;
  }
}
.slider-img img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 440px) {
  .slider-img img {
    height: 100%;
    width: auto;
  }
}
.slider-img p.comment {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .slider-img p.comment {
    font-size: 0.9rem;
  }
}

.slider-img__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 比率を指定 */
}

.item02 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.commentSP a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
}

@media screen and (max-width: 440px) {
  .SPnone {
    display: none;
  }
}

@media screen and (min-width: 441px) {
  .PCnone {
    display: none;
  }
}

.slick-next::before,
.slick-prev::before {
  color: #666 !important;
}

.slick-next {
  right: -20px;
}

.slick-prev {
  left: -20px;
}

.slick_pause {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #ccc;
  border-radius: 100%;
  padding: 6px 10px;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.slick-prev::before,
.slick-next::before {
  font-size: 30px;
  opacity: 0.94;
  color: #f6fa63 !important;
  text-shadow: rgb(68, 68, 68) 1px 0 6px;
}

/* < > ボタンの設定 */
.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
}

/* animatedModal.js の検証 */
#btn-close-modal {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  padding: 20px 0 20px 0;
}

#closebt-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

/* hoverアニメーション */
.close-demo1-modal:hover img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.close-demo2-modal:hover img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.close-demo3-modal:hover img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.close-demo4-modal:hover img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-content img {
  padding: 0 10px;
}

/* 下のコンテンツ（仮） */
section {
  width: 100%;
  z-index: 10;
  position: relative;
}

.yohaku-p6 {
  padding: 6%;
}

.boxSample {
  width: 100%;
  font-size: 36px;
  padding: 5%;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .boxSample {
    padding: 5% 10%;
  }
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 700px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-faq__body {
    margin-bottom: 20px;
  }
}

/* アコーディオン03jsなし */
.accordion-03 {
  max-width: 980px;
  display: block;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.9rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .accordion-03 {
    font-size: 1.06rem;
  }
}

.accordion-03:not([open]) {
  margin-bottom: 7px;
}

.accordion-03 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.2em 2.2em;
  border-left: 6px solid #666666;
  background-color: #fff;
  color: #333333;
  cursor: pointer;
}

.accordion-03 summary::-webkit-details-marker {
  display: none;
}

.accordion-03 summary::before,
.accordion-03 summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #c0c0c0;
  content: "";
}

.accordion-03 summary::before {
  position: absolute;
  right: 2em;
  right: 2.2em;
  rotate: 90deg;
}

.accordion-03 summary::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

.accordion-03[open] summary::after {
  rotate: 90deg;
}

.accordion-03 p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.accordion-03[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-hero {
  margin: 0 auto;
}
.p-hero__scroll {
  display: inline-block;
  position: absolute;
  right: 20px;
  left: 10px;
  bottom: 5%;
  color: #fff;
  padding: 10px 10px 90px;
  letter-spacing: 0.3em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 50;
  font-size: 0.8rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 768px) {
  .p-hero__scroll {
    left: 30px;
    bottom: 12%;
    padding: 10px 10px 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-hero__scroll {
    left: 96%;
    bottom: 5%;
    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 (min-width: 768px) {
  .p-hero__scroll::after {
    height: 50px;
  }
}

#container {
  position: relative;
}

/* スライド枠、背景画像の設定 */
@media screen and (min-width: 768px) {
  section.p-hero2 {
    margin-bottom: 40px;
  }
}

.p-hero2 {
  position: relative;
  z-index: 1;
}
.p-hero2__wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-hero2__wrapper {
    margin-left: calc(30px + 0%);
  }
}
@media screen and (min-width: 960px) {
  .p-hero2__wrapper {
    margin-left: calc(30px + 8%);
  }
}
@media screen and (min-width: 1140px) {
  .p-hero2__wrapper {
    margin-left: calc(20px + 10%);
  }
}
.p-hero2__head {
  padding: 360px 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-hero2__head {
    border-radius: 0 0 0 100px;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero2__head {
    padding: 400px 0;
  }
}

.slide01 {
  background: url(../img/hero/hero.jpg);
  background-size: cover;
  background-position: center;
}

.slide02 {
  background: url(../img/hero/seisan.jpg);
  background-size: cover;
  background-position: center;
}

.slide03 {
  background: url(../img/hero/haisou.jpg);
  background-size: cover;
  background-position: top 120px center;
  background-repeat: no-repeat;
  background-color: black;
}
@media screen and (min-width: 960px) {
  .slide03 {
    background-position: top center;
  }
}

/* スライド上文字の調整 */
.p-hero2 h1.left {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 0%;
  line-height: 1.7;
}
.p-hero2 h1.left p {
  font-size: 1.45rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
  background: #F6F6F3;
  text-align: center;
  padding: 0 10px;
}
.p-hero2 h1.left span.large {
  font-size: 1.9rem;
}
@media screen and (min-width: 960px) {
  .p-hero2 h1.left p {
    font-size: 1.8rem;
  }
  .p-hero2 h1.left span.large {
    font-size: 2.3rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 1140px) {
  .p-hero2 h1.left {
    top: 6%;
    left: 16%;
  }
}
.p-hero2 h1.right {
  position: absolute;
  z-index: 10;
  bottom: 12%;
  right: 0%;
}
.p-hero2 h1.right p {
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
  background: #F6F6F3;
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-hero2 h1.right {
    bottom: 10%;
  }
  .p-hero2 h1.right p {
    font-size: 1.8rem;
  }
  .p-hero2 h1.right span {
    padding: 3px 6px;
  }
}
@media screen and (min-width: 960px) {
  .p-hero2 h1.right {
    right: 5%;
    bottom: 23%;
  }
  .p-hero2 h1.right p {
    font-size: 2.4rem;
  }
}

/* ヘッダ */
header {
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  height: 86px;
  padding: 0 30px;
}
header a {
  color: #333;
  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 {
  font-family: "Zen Old Mincho", serif;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 26px;
  padding: 20px 26px;
  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: 5px;
}
#top-head:hover {
  text-decoration: none;
}

.nbtn {
  font-weight: 400;
}

/*a hover*
#top-head a {
    position: relative;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 5px;
}*/
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#top-head .logo img {
  max-width: 200px;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 20%;
  /* いる？ */
  font-size: 14px;
  text-align: center;
}
#global-nav ul li {
  display: inline;
  padding: 0 10px;
  font-weight: bold;
}
#global-nav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddc700;
  bottom: -10px;
  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;
}

/*ホバーエフェクト*
.global-nav ul li a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #252525;
    bottom: -10px;
    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 {
    transform: scale(1, 1);
}*/
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.5s ease-in;
  -moz-transition: top 0.5s ease-in;
  z-index: 2000;
}

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

#top-head.fixed a {
  color: #333 !important;
}

/* ------------------------------------------------- 
スマホでのドロワーメニュー 
------------------------------------------------- */
@media (max-width: 930px) {
  #top-head.fixed {
    padding: 16px 10px;
    height: 70px;
  }
  .wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }
  #top-head {
    padding: 10px;
    line-height: 1;
  }
  #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-wrapper {
    background-color: #fff;
  }
  .menu-trigger {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 15px;
    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;
    background-image: linear-gradient(135deg, #EC6400 0%, #FFC544 100%);
  }
  .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: 14px;
    width: 46%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 24px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    top: 34px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .g-nav {
    width: 300px;
    height: 100%;
    padding-top: 100px;
    background-color: #d5d9d9;
    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;
    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;
    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;
  }
}
#main-area {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 0;
  max-width: 1400px;
}

.service-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.service-area::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 26em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d5e7e5));
  background-image: linear-gradient(#f4f4f4, #d5e7e5);
  right: 10%;
  top: 20%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service-area {
    margin: 0 0 250px 0;
  }
}

.service-area .img {
  width: 100%;
}
.service-area .img img {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .service-area .img {
    width: 50%;
  }
}

.service-area .content {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-animation: none;
          animation: none;
  top: -10px;
  opacity: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .service-area .content {
    width: 46.5%;
    top: 150px;
  }
}

.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

.service-area .content-area {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .service-area .content-area {
    padding: 40px 30px;
  }
}
.service-area .content-area h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #B1B1B1;
  line-height: 1.6;
  padding-bottom: 16px;
}
.service-area .content-area h3 span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
}
.service-area .content-area p {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .service-area .content-area p {
    font-size: 1rem;
  }
}

.service-area:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* スマホサイズ */
.p-seisan {
  padding: 50px 0 0 0;
  background: #F6F6F3;
  display: grid;
}

.header-up__wrapper {
  text-align: center;
  padding: 20px;
  margin-top: -120px;
  z-index: 100;
}
.header-up__wrapper h3 {
  font-size: 2.6rem;
  font-weight: bold;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header-up__wrapper h3 {
    width: 100%;
  }
}
.header-up__wrapper h3 span {
  background: #F6F6F3;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .header-up__wrapper h3 span {
    padding: 20px 20px;
  }
}
.header-up__wrapper h3 img {
  max-width: 600px;
  width: 90%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .header-up__wrapper h3 img {
    width: 100%;
  }
}
.header-up__wrapper h4 {
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .header-up__wrapper h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
  }
}

.p-seisan__card {
  margin-bottom: 50px;
}
.p-seisan__card-txt {
  border-left: 1px solid #7A7A7A;
  margin: 10px;
  margin: 10px 0 10px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-seisan__card-txt {
    margin: 0;
  }
}
.p-seisan__card-txt h5 {
  font-size: 1rem;
  font-weight: normal;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-seisan__card-txt h5 {
    font-size: 1.2rem;
  }
}
.p-seisan__card-txt p {
  padding-left: 20px;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-seisan__card-txt p {
    font-size: 1rem;
  }
}
.p-seisan__card-txt p span {
  font-size: 1.1rem;
}
.p-seisan__card-img {
  margin-bottom: 10px;
}
.p-seisan__card-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-seisan__card-img img {
    width: 98%;
  }
}

.p-set__wrapper {
  background: #FAF7F0;
  padding-bottom: 50px;
}

.header-default__wrapper {
  text-align: center;
  padding: 30px;
  z-index: 100;
}
.header-default__wrapper h3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  width: 90%;
  display: block;
  margin: 0 auto;
  color: #7A7A7A;
  background: -webkit-gradient(linear, left top, right top, from(#D6BCA8), color-stop(40%, #D6BCA8), color-stop(60%, #A7D1CC), to(#A7D1CC));
  background: linear-gradient(90deg, #D6BCA8 0%, #D6BCA8 40%, #A7D1CC 60%, #A7D1CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .header-default__wrapper h3 {
    width: 100%;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.header-default__wrapper h4 {
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 441px) {
  .header-default__wrapper h4 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .header-default__wrapper h4 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.main-area-set {
  width: 96%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .main-area-set {
    padding: 20px 0 0 0;
  }
}

.main-area-set-inner {
  padding: 30px 0;
  padding: 30px 0 0 30px;
  margin-top: -30px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .main-area-set-inner {
    padding: 50px 30px 20px 30px;
  }
}

.bg-pink {
  background: #EFE6E0;
}

.bg-black {
  background: #292929;
}

.main-area-set-card {
  margin: 0 auto;
  padding: 20px 0;
}

.bg-set1 {
  background: #EFE6E0;
}

.p-set__card-co {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 30px;
  display: inline-block;
  background-size: 500px;
  border-radius: 50%/100% 100% 0 0;
  border-radius: 500%/100% 100% 0 0;
  background: #EFE6E0;
}
@media screen and (min-width: 768px) {
  .p-set__card-co {
    border-radius: 300%/100% 100% 0 0;
  }
}
@media screen and (min-width: 960px) {
  .p-set__card-co {
    border-radius: 100%/100% 100% 0 0;
  }
}
@media screen and (min-width: 1140px) {
  .p-set__card-co {
    border-radius: 50%/100% 100% 0 0;
  }
}
.p-set__card-co h4 {
  text-align: center;
}
.p-set__card {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url(../img/section/p-set-cardBg1.png);
  background-position: top center;
  margin-bottom: 30px;
  background-size: 500px;
}
.p-set__card h4 {
  text-align: center;
}
.p-set__card2 {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url(../img/section/p-set-cardBg2.png);
  background-position: top center;
  background-size: 500px;
}
.p-set__card2 h4 {
  text-align: center;
}
.p-set__card-img {
  margin-bottom: 20px;
}
.p-set__card-img img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.p-set__card-txt {
  width: 96%;
  display: block;
  margin: 0 auto;
}
.p-set__card-txt-title {
  background: #977D68;
  padding: 10px;
}
.p-set__card-txt-title h5 {
  color: #fff;
  background: #977D68;
  border: 1px solid #efe6e0;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  background-image: url(../img/section/p-set-a.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 5px 5px;
}
@media screen and (min-width: 768px) {
  .p-set__card-txt-title h5 {
    font-size: 1.5rem;
  }
}
.p-set__card-txt-title h5 span {
  font-size: 0.76rem;
}
@media screen and (min-width: 768px) {
  .p-set__card-txt-title h5 span {
    font-size: 0.86rem;
  }
}
.p-set__card-txt-main {
  font-size: 1.1rem;
  margin: 20px 10px;
}
@media screen and (min-width: 960px) {
  .p-set__card-txt-main {
    margin: 20px 0;
  }
}
.p-set__card-txt h6 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}
.p-set__card-txt h6 span {
  font-size: 1.6rem;
  margin: 0 0 0 6px;
}
@media screen and (min-width: 768px) {
  .p-set__card-txt h6 span {
    font-size: 1.8rem;
  }
}
.p-set__card-txt2 {
  color: #fff;
  width: 96%;
  display: block;
  margin: 0 auto;
}
.p-set__card-txt2-title {
  background: #292929;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.p-set__card-txt2-title h5 {
  color: #fff;
  background: #292929;
  border: 1px solid #e1e1e1;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  background-image: url(../img/section/p-set-b.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: 5px 5px;
}
@media screen and (min-width: 768px) {
  .p-set__card-txt2-title h5 {
    font-size: 1.5rem;
  }
}
.p-set__card-txt2-title h5 span {
  font-size: 0.76rem;
}
@media screen and (min-width: 768px) {
  .p-set__card-txt2-title h5 span {
    font-size: 0.86rem;
  }
}
.p-set__card-txt2-main {
  font-size: 1.1rem;
  margin: 20px 10px;
}
@media screen and (min-width: 960px) {
  .p-set__card-txt2-main {
    margin: 20px 0;
  }
}
.p-set__card-txt2-main p {
  color: #fff !important;
}
.p-set__card-txt2-main p.small {
  font-size: 0.82rem;
}
.p-set__card-txt2 h6 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.p-set__card-txt2 h6 span {
  font-size: 1.6rem;
  margin: 0 0 0 6px;
}
@media screen and (min-width: 768px) {
  .p-set__card-txt2 h6 span {
    font-size: 1.8rem;
  }
}

.p-set-up__wrapper {
  position: relative;
  text-align: center;
  z-index: 100;
}
.p-set-up__wrapper h4 {
  font-size: 2.6rem;
  font-weight: bold;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-set-up__wrapper h4 {
    width: 100%;
  }
}
.p-set-up__wrapper h4 img {
  max-width: 300px;
  width: 100%;
  margin-top: 30px;
}

.set__bg {
  position: relative;
  padding: 80px 0 200px 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .set__bg {
    padding: 80px 0 300px 0;
  }
}

.bg-goods {
  background-image: url(../img/section/p-set-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 4px;
}

.set__bgFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
}

.bg-Tamago {
  background-image: url(../img/section/p-set-bgtamago.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 150px 0;
  width: 50%;
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .bg-Tamago {
    padding: 50px 0 200px 0;
  }
}

.bg-Niku {
  background-image: url(../img/section/p-set-bgniku.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 150px 0;
  width: 50%;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .bg-Niku {
    padding: 50px 0 200px 0;
  }
}

.fl-sp-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fl-di {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main-area-m {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  #main-area-m {
    padding: 30px 0 30px 0;
  }
}

.p-service__img img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-service__img img {
    width: 98%;
  }
}
.p-service__card {
  margin-bottom: 30px;
  background: #FFFEFD;
  padding: 30px 20px;
  width: 98%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-service__card h3 {
  font-size: 1.1rem;
  font-weight: normal;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 10px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-service__card h3 {
    font-size: 1.1rem;
    margin: 0 0 20px 0;
  }
}
.p-service__card h3 i {
  margin-right: 10px;
  color: #333;
  background: -webkit-gradient(linear, left bottom, left top, from(#c27343), to(#e9dfd9));
  background: linear-gradient(0deg, #c27343, #e9dfd9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-service__card p {
  font-size: 0.9rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-service__card p {
    font-size: 1rem;
  }
}
.p-service__card p span {
  font-size: 1.1rem;
}

.yt-movie video {
  width: 100%;
  max-width: 720px;
  position: relative;
  margin: 20px auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .yt-movie video {
    padding: 0 10px;
    top: 0;
  }
}
.yt-movie iframe {
  width: 100%;
  max-width: 720px;
}
.yt-movie p {
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  section.p-delivery {
    margin-bottom: 40px;
  }
}

.p-delivery {
  position: relative;
  z-index: 1;
}
.p-delivery h3 {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-delivery h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.p-delivery h3 span {
  font-size: 0.9rem;
}
.p-delivery h3::before {
  content: "";
  position: absolute;
  bottom: 60px;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7A7A7A;
}
.p-delivery__wrapper {
  background: #EBDED7;
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  margin-left: 4%;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-delivery__wrapper {
    border-radius: 100px 0 0 100px;
  }
}
.p-delivery__wrapper2 {
  background: #EBDED7;
  max-width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  border-radius: 0;
  padding: 30px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .p-delivery__wrapper2 {
    border-radius: 0 100px 100px 0;
    margin-right: 4%;
    padding: 50px 0;
  }
}
.p-delivery__inner {
  padding: 0px 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-delivery__inner {
    padding: 20px 30px;
  }
}
.p-delivery__card-wrapper {
  width: 98%;
}
.p-delivery__card-wrapper2 {
  width: 100%;
}
.p-delivery__card {
  background-color: #FFFEFD;
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url(../img/section/p-deli-cardBg.png);
  background-position: top 200px center;
  margin-bottom: 30px;
}
@media screen and (min-width: 441px) {
  .p-delivery__card {
    background-position: right -150px top 150px;
    background-position: top 150px center;
  }
}
@media screen and (min-width: 768px) {
  .p-delivery__card {
    background-position: right -150px top 150px;
  }
}
@media screen and (min-width: 960px) {
  .p-delivery__card {
    background-position: right -150px top -50px;
  }
}
.p-delivery__cardStep {
  background: #685B51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding: 14px 10px 8px 10px;
}
.p-delivery__cardStep img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}
.p-delivery__cardTxt {
  padding: 20px 30px;
}
.p-delivery__cardTxt p {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-delivery__cardTxt {
    padding: 30px;
  }
  .p-delivery__cardTxt p {
    font-size: 1.3rem;
    padding: 20px;
  }
}
.p-delivery__cardImg {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 20px 20px;
}
.p-delivery__cardImg img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-delivery__cardImg {
    padding: 20px;
  }
  .p-delivery__cardImg img {
    max-width: 180px;
  }
}
.p-delivery__toku {
  background: #FAF5EB;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .p-delivery__toku {
    margin-right: 1.5rem;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.p-delivery__toku h4 {
  background: #F4DFB4;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 4px;
  color: #685B51;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-delivery__toku h4 {
    font-size: 1.3rem;
  }
}
.p-delivery__toku p {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-delivery__toku p {
    font-size: 1rem;
  }
}
.p-delivery__toku p.small {
  font-size: 0.9rem;
}
.p-delivery__toku p.xsmall {
  font-size: 0.8rem;
}
.p-delivery__toku p.color {
  background: -webkit-gradient(linear, left top, right top, from(#FF5400), color-stop(40%, #F50), color-stop(60%, #FF5E62), to(#FF5E62));
  background: linear-gradient(90deg, #FF5400 0%, #F50 40%, #FF5E62 60%, #FF5E62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-delivery__toku h5 {
  font-size: 2.4rem;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, right top, from(#FF9966), color-stop(40%, #FF9966), color-stop(60%, #FF5E62), to(#FF5E62));
  background: linear-gradient(90deg, #FF9966 0%, #FF9966 40%, #FF5E62 60%, #FF5E62 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-delivery__toku h5 {
    font-size: 2.8rem;
  }
}
.p-delivery__toku h5 span.small {
  font-size: 0.9rem;
}
.p-delivery__toku-number {
  position: absolute;
  top: -10px;
  left: -20px;
}
.p-delivery__toku-number img {
  max-width: 60px;
}

.p-voice__card {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__card-txt {
    padding: 0 2rem;
  }
}
.p-voice__card-txt h5 {
  font-size: 1rem;
  font-weight: normal;
  margin: 10px 0;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-voice__card-txt h5 {
    font-size: 1.2rem;
  }
}
.p-voice__card-txt p {
  font-size: 0.84rem;
}
@media screen and (min-width: 768px) {
  .p-voice__card-txt p {
    font-size: 0.96rem;
  }
}
.p-voice__card-txt p span {
  font-size: 1.1rem;
}
.p-voice__card-img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-voice__card-img {
    margin-bottom: 0;
  }
}
.p-voice__card-img img {
  width: 80%;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__card-img img {
    width: 60%;
  }
}
@media screen and (min-width: 960px) {
  .p-voice__card-img img {
    width: 98%;
  }
}

.p-contact {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 30px 0 30px 0;
  }
}

.p-contact__form {
  overflow: hidden;
}

.form {
  width: 100%;
  min-height: 2200px;
  margin-bottom: 40px;
  padding: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .form {
    min-height: 1750px;
  }
}
@media screen and (min-width: 960px) {
  .form {
    min-height: 1700px;
  }
}

.p-contact__tel h3 {
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact__tel h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

/*ボタンデザイン*/
.btn-wrapper-tel {
  scale: 0.8;
}

.btn-3 {
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.1em;
  overflow: hidden;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.btn-3::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: transparent;
  -webkit-box-shadow: 0 5px 50px 0 #fff, 0 5px 50px 0 #fff inset;
          box-shadow: 0 5px 50px 0 #fff, 0 5px 50px 0 #fff inset;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.btn-3:hover {
  cursor: pointer;
}

.btn-3:hover::after {
  opacity: 1;
}

.p-contact__tel-btn {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem 1rem;
  line-height: 1;
  width: 100%;
}
.p-contact__tel-btn a {
  color: #fff !important;
}
.p-contact__tel-btn a:hover {
  text-decoration: none;
}
.p-contact__tel-btn span {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-btn {
    font-size: 2rem;
  }
  .p-contact__tel-btn span {
    font-size: 1rem;
  }
}
.p-contact__tel-btn i {
  margin: 0 5px;
}

.wpcf7-form-control,
.wpcf7-text,
.wpcf7-validates-as-required {
  width: 90%;
}

.u-sp-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: block;
  }
}