@charset "UTF-8";
/* フォントサイズの指定 10pxから40pxまで */
.font9 {
  font-size: 0.9rem;
}

.font10 {
  font-size: 1rem;
}

.font11 {
  font-size: 1.1rem;
}

.font12 {
  font-size: 1.2rem;
}

.font13 {
  font-size: 1.3rem;
}

.font14 {
  font-size: 1.4rem;
}

.font15 {
  font-size: 1.5rem;
}

.font16 {
  font-size: 1.6rem;
}

.font17 {
  font-size: 1.7rem;
}

.font18 {
  font-size: 1.8rem;
}

.font19 {
  font-size: 1.9rem;
}

.font20 {
  font-size: 2rem;
}

.font21 {
  font-size: 2.1rem;
}

.font22 {
  font-size: 2.2rem;
}

.font23 {
  font-size: 2.3rem;
}

.font24 {
  font-size: 2.4rem;
}

.font25 {
  font-size: 2.5rem;
}

.font26 {
  font-size: 2.6rem;
}

.font27 {
  font-size: 2.7rem;
}

.font28 {
  font-size: 2.8rem;
}

.font29 {
  font-size: 2.9rem;
}

.font30 {
  font-size: 3rem;
}

.font31 {
  font-size: 3.1rem;
}

.font32 {
  font-size: 3.2rem;
}

.font33 {
  font-size: 3.3rem;
}

.font34 {
  font-size: 3.4rem;
}

.font35 {
  font-size: 3.5rem;
}

.font36 {
  font-size: 3.6rem;
}

.font37 {
  font-size: 3.7rem;
}

.font38 {
  font-size: 3.8rem;
}

.font39 {
  font-size: 3.9rem;
}

.font40 {
  font-size: 4rem;
}

/* マージンとpaddingの設定 0から10pxずつ 50pxまで */
.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;
  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 {
  background: #333;
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
@media screen and (min-width: 441px) {
  body {
    font-size: 1rem;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #00833D;
}
a:hover {
  text-decoration: underline;
}
a img:hover {
  opacity: 0.7;
}

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

::-moz-selection {
  color: #fff;
  background-color: #00833D;
}

::selection {
  color: #fff;
  background-color: #00833D;
}

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

/* fonts */
.f-abtombo-bold {
  font-family: "ab-tombo-bold", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* color */
.color-primary {
  color: #00833D;
}

.color-primary-weak {
  color: #4E9D73;
}

.color-primary-light {
  color: #9AC951;
}

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

.color-orange {
  color: #F0882B;
}

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

.color-l-blue {
  color: #43B3E7;
}

.color-l-yellow {
  color: #F7EE79;
  color: #F4E227;
}

.color-gray {
  color: #777;
}

.color-white {
  color: #fff;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.fl-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jf-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* bg */
.bg-gry {
  background: #f2f2f2;
}

.bg-gry2 {
  background: #F8F8F8;
  padding-bottom: 50px;
}

.bg-bones {
  background: #000;
  background-color: #000;
  background-image: url(../img/common/bg-bones2.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}

.bg-bones-RL {
  background-image: url(../img/bg-top-left.png), url(../img/bg-top-right2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 38%;
}
@media screen and (min-width: 769px) {
  .bg-bones-RL {
    background-size: 26%;
  }
}

/* 文字ライン */
.yellowline-ev {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFB00));
  background: linear-gradient(transparent 60%, #FFFB00 0%);
}

.bg-orange-light {
  background: #FBF7F1 !important;
}

.bg-grren-light {
  background: #F3F5F3 !important;
}

.l-contents {
  position: relative;
}

/* レスポンシブ */
@media screen and (min-width: 441px) {
  /* 改行しない */
  .over-sp-nobr {
    display: none;
  }
}
@media screen and (max-width: 730px) {
  /* 改行しない */
  .under-sp-nobr {
    display: none;
  }
}
.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 {
  background: #000;
  font-size: 0.8rem;
  text-align: center;
}
.l-footer a {
  color: #fff;
}
.l-footer__wrapper {
  padding: 20px 20px 40px 20px;
}
@media screen and (min-width: 769px) {
  .l-footer__wrapper {
    padding: 40px;
  }
}
.l-footer__company {
  color: #fff;
  margin-bottom: 10px;
}
.l-footer__company-logo img {
  display: block;
  max-width: 300px !important;
  margin: 10px auto;
}
.l-footer__link div {
  margin-bottom: 6px;
}
.l-footer__address {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .l-footer__address {
    font-size: 0.9rem;
  }
}
.l-footer__address p {
  text-align: center;
}

.c-copyright {
  text-align: center;
  color: #fff;
  padding: 6px;
}
.c-copyright__link {
  text-decoration: none;
  color: #fff;
}
.c-copyright__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

#page-top {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 440px) {
  #page-top {
    display: none;
  }
}
#page-top img {
  max-width: 50px;
}
@media screen and (min-width: 769px) {
  #page-top img {
    max-width: 60px;
  }
}

.l-footer-sub {
  background: #959595;
  padding: 10px 1rem;
  border-top: 2px solid #000;
}
.l-footer-sub__inner {
  color: #fffb00;
  margin: 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer-sub__inner a {
  color: #fff;
  padding: 6px;
}
.l-footer-sub__inner span {
  margin-right: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-sub__inner-p {
  padding: 5px;
}
@media screen and (min-width: 769px) {
  .l-footer-sub__inner-p {
    padding: 10px;
    text-align: center;
  }
}

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

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

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

.xl-inner {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .xl-inner {
    padding: 0 15px;
  }
}

.xxl-inner {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .xxl-inner {
    padding: 0 15px;
  }
}

.sm-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-heading-primary {
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000;
  padding: 10px 0 10px 0;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 769px) {
  .c-heading-primary {
    font-size: 32px;
    font-size: 2rem;
  }
}
.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;
  color: #e8e8e8;
  font-size: 16px;
  font-size: 1rem;
}

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

.btn--primary:hover,
a.btn--primary:hover {
  color: #fff !important;
  background: #007c79;
  border: 2px solid #007c79;
  text-decoration: none;
}

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

.btn--primary2:hover,
a.btn--primary2:hover {
  color: #007c79 !important;
  border: 2px solid #007c79;
  text-decoration: none;
  background: #fff;
}

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

/* ボタン */
.btn--primary-flat,
a.btn--primary-flat {
  color: #000;
  padding: 6px 12px;
  border: 2px solid #fffb00;
  background: #fffb00;
}

.btn--primary-flat:hover,
a.btn--primary-flat:hover {
  color: #fffb00;
  background: #4e4e4e;
  border: 2px solid #4e4e4e;
  text-decoration: none;
}

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cacaca;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.c-btn {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  width: 320px;
  max-width: 320px;
  width: 100%;
  padding: 24px 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#136eb5), color-stop(51%, #13b5b1), to(#136eb5));
  background-image: linear-gradient(to right, #136eb5 0%, #13b5b1 51%, #136eb5 100%);
  background-size: 200% auto;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 280px;
    padding: 20px 30px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.c-btn::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;
  font-size: 1.25rem;
}
.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;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .c-btn-line {
    text-align: center;
    max-width: 280px;
    padding: 20px 30px;
    margin: 0 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.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;
  font-size: 1.25rem;
}
.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;
}

/* フッターエリア固定ボタン */
/*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: #FF8008;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#FFC837), to(#FF8008));
    background: linear-gradient(to right, #FFC837, #FF8008);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -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;
  }
}

.c-page-top {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .c-page-top {
    right: 10px;
    bottom: 60px;
  }
}
.c-page-top__link {
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  color: #00833D;
  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-breadcrumbs-wrapper {
  padding: 4px 6px;
  color: #eee;
}
.c-breadcrumbs-wrapper__inner {
  margin: 0 auto;
  max-width: 1140px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 440px) {
  .c-breadcrumbs-wrapper {
    display: none;
  }
}
.c-breadcrumbs-wrapper a {
  color: #eee;
}

.pankuzu_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.4px;
  border-color: transparent transparent transparent #009591;
  margin: 0 5px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* c-table01について:背景水色 */
.c-table01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.c-table01 tr {
  border: solid 2px #333;
}
@media screen and (max-width: 768px) {
  .c-table01 tr {
    border-right: none;
    border-left: none;
    border-top: none;
  }
}
.c-table01 th,
.c-table01 td {
  padding: 20px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-table01 th,
  .c-table01 td {
    display: block;
    padding: 0;
  }
}
.c-table01 th {
  width: 30%;
  border-right: solid 2px #333;
  background: #43B3E7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-table01 th {
    border-right: none;
    width: 100%;
    margin-top: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 12px;
    padding: 6px 12px;
  }
}
.c-table01 td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-table01 td {
    margin-bottom: 6px;
    padding: 0 12px;
    padding: 6px 12px;
  }
}
.c-table01 p:not(:last-child) {
  margin-bottom: 10px;
}
.c-table01 ul {
  margin-left: 20px;
}

/* c-table02について */
.c-table02 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.c-table02 tr {
  border: solid 2px #333;
}
@media screen and (max-width: 768px) {
  .c-table02 tr {
    border-right: none;
    border-left: none;
    border-top: none;
  }
}
.c-table02 th,
.c-table02 td {
  padding: 20px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-table02 th,
  .c-table02 td {
    display: block;
    padding: 0;
  }
}
.c-table02 th {
  width: 24%;
  border-right: solid 2px #333;
  background: #F7EE79;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-table02 th {
    border-right: none;
    width: 100%;
    margin-top: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 12px;
    padding: 6px 12px;
  }
}
.c-table02 td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-table02 td {
    margin-bottom: 6px;
    padding: 0 12px;
    padding: 6px 12px;
  }
}
.c-table02 p:not(:last-child) {
  margin-bottom: 10px;
}
.c-table02 ul {
  margin-left: 20px;
}

/* c-table02について：レスポンシブなし */
.c-table02_none {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.c-table02_none tr {
  border: solid 2px #333;
}
.c-table02_none th,
.c-table02_none td {
  padding: 16px 16px;
  text-align: left;
  border-right: solid 2px #333;
}
.c-table02_none th {
  width: 10%;
  border-right: solid 2px #333;
  background: #F7EE79;
  color: #000;
}
@media screen and (min-width: 769px) {
  .c-table02_none th {
    width: 30%;
  }
}
.c-table02_none td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-table02_none td {
    margin-bottom: 6px;
    padding: 0 12px;
    padding: 6px 12px;
  }
}
.c-table02_none p:not(:last-child) {
  margin-bottom: 10px;
}
.c-table02_none ul {
  margin-left: 20px;
}

.tbl-scroll p {
  display: none;
}

.hide-pc {
  display: none;
}

.hide-sp {
  display: revert;
}

@media screen and (max-width: 640px) {
  .hide-pc {
    display: block;
  }
  .hide-sp {
    display: none;
  }
  .tbl-scroll {
    overflow-x: auto;
  }
  .tbl-scroll p {
    display: block;
  }
  .tbl-scrollIn {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .tbl-scrollIn td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
/* c-table01について:背景グレー */
.c-table-default {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.c-table-default tr {
  border: solid 2px #ffffff;
}
@media screen and (max-width: 768px) {
  .c-table-default tr {
    border-right: none;
    border-left: none;
    border-top: none;
  }
}
.c-table-default th,
.c-table-default td {
  padding: 20px 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-table-default th,
  .c-table-default td {
    display: block;
    padding: 0;
  }
}
.c-table-default th {
  width: 30%;
  border-right: solid 2px #ffffff;
  background: #626262;
  background: #009958;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-table-default th {
    border-right: none;
    width: 100%;
    margin-top: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 2px 12px;
    padding: 6px 12px;
  }
}
.c-table-default td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-table-default td {
    margin-bottom: 6px;
    padding: 0 12px;
    padding: 6px 12px;
  }
}
.c-table-default p:not(:last-child) {
  margin-bottom: 10px;
}
.c-table-default ul {
  margin-left: 20px;
}

.p-heroImg {
  position: relative;
  color: #fff;
  overflow: hidden;
  /* 古いiPhoneにきいてない？ */
}
.p-heroImg__moveLeft {
  position: absolute;
  top: 60%;
  left: 0;
  width: 18%;
  z-index: 5 !important;
  position: fixed;
  display: block;
  z-index: 100 !important;
}
@media screen and (max-width: 768px) {
  .p-heroImg__moveLeft {
    display: none;
  }
}
.p-heroImg__inner {
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-heroImg__inner {
    display: block;
  }
}
.p-heroImg__inner h1 {
  text-align: center;
  font-size: 0.8rem;
  margin: 20px 0 0 0;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-heroImg__inner h1 {
    font-size: 1.4rem;
  }
}
.p-heroImg__innercont {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  z-index: 10;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-heroImg__innercont {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .p-heroImg__innercont {
    display: block;
  }
}
.p-heroImg__title {
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-heroImg__title {
    line-height: 1.1;
  }
}
.p-heroImg__subtitle {
  color: #333;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: "ab-tombo-bold", sans-serif;
}
.p-heroImg__mainimg img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.p-heroImg__link {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-heroImg__link {
    margin-top: 30px;
    text-align: left;
  }
}
.p-heroImg__scroll {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 10%;
  color: #007c79;
  padding: 10px 10px 90px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 50;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .p-heroImg__scroll {
    right: 5px;
    bottom: 12%;
    padding: 10px 10px 60px;
  }
}
.p-heroImg__scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #007c79;
  content: "";
  -webkit-animation: scrollDownLine 1.5s infinite;
  animation: scrollDownLine 1.5s infinite;
}
@media screen and (max-width: 768px) {
  .p-heroImg__scroll::after {
    height: 50px;
  }
}

.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-heroImg__mainimg {
  position: relative;
}
.p-heroImg__mainimg-posi1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 440px) {
  .p-heroImg__mainimg-posi1 {
    position: initial;
  }
}
.p-heroImg__mainimg-posi2 {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 440px) {
  .p-heroImg__mainimg-posi2 {
    position: initial;
  }
}

.p-heroImg__mainimgZero img {
  position: relative;
  z-index: 10 !important;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .p-heroImg__mainimgZero img {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .p-heroImg__mainimgZero img {
    width: 60%;
  }
}

.p-heroImg__mainimg-move img {
  position: absolute;
  top: 40%;
  right: 6%;
  width: 28%;
  z-index: 5 !important;
  width: 30%;
}
@media screen and (min-width: 769px) {
  .p-heroImg__mainimg-move img {
    width: 22%;
    top: 40%;
    right: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .p-heroImg__mainimg-move img {
    width: 20%;
    top: 50%;
    top: 40%;
    right: 20%;
  }
}

.p-heroImg__mainimg-move-left img {
  position: absolute;
  top: -15%;
  left: 0;
  width: 20%;
  z-index: 5 !important;
}
@media screen and (min-width: 1200px) {
  .p-heroImg__mainimg-move-left img {
    top: -15%;
    left: 0;
    width: 20%;
  }
}

.p-cont {
  padding: 0 20px 80px 20px;
}
@media screen and (min-width: 769px) {
  .p-cont {
    padding: 0 20px;
    padding: 0 20px 180px 20px;
  }
}
.p-cont h2.center {
  color: #fff;
  padding-bottom: 6px;
  text-align: center;
  font-size: 1.6rem;
  background-image: url(../img/common/dotted-s.png);
  background-position: bottom center;
  background-size: 130px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-cont h2.center {
    font-size: 2.2rem;
    background-size: 180px;
  }
}
.p-cont h2.hright {
  color: #fff;
  padding-bottom: 6px;
  text-align: center;
  font-size: 1.6rem;
  background-image: url(../img/common/dotted-s.png);
  background-position: bottom center;
  background-size: 130px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-cont h2.hright {
    font-size: 2.2rem;
    text-align: right;
    background-position: bottom right;
    background-size: 180px;
  }
}
.p-cont__date {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-cont__date {
    margin-top: -80px;
  }
}
.p-cont__dateImg {
  text-align: center;
}
.p-cont__dateImg img {
  width: 70%;
  max-width: 280px;
}
@media screen and (min-width: 769px) {
  .p-cont__dateImg {
    font-size: 2.2rem;
    text-align: right;
  }
  .p-cont__dateImg img {
    max-width: 500px;
  }
}
.p-cont__point {
  margin: 0 auto;
  margin-bottom: 50px;
}
.p-cont__point img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.p-cont__pointKan {
  position: relative;
  margin-top: 50px;
}
.p-cont__pointKan-ab {
  position: absolute;
  width: 25%;
  top: -18%;
  right: 0;
}
@media screen and (min-width: 441px) {
  .p-cont__pointKan-ab {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  .p-cont__pointKan-ab {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .p-cont__pointKan-ab {
    width: 30%;
    width: 25%;
    top: -20%;
  }
}
.p-cont__point-card {
  background: #070707;
  color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.p-cont__point-card img {
  max-width: 600px;
  max-width: 450px;
  width: 100%;
  margin-top: -60px;
}
.p-cont__point-cardTxt {
  padding: 0 0px 10px 0;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-cont__point-cardTxt {
    padding: 10px 20px;
  }
}
.p-cont__point-cardTxt h4 {
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.p-cont__point-cardTxt h4 span {
  font-size: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-cont__point-cardTxt h4 span {
    font-size: 1rem;
  }
}
.p-cont__point-cardTxt span.line {
  border: 1px solid #fff;
  padding: 6px;
  font-size: 0.9rem;
}
.p-cont__point-cardTxt p {
  line-height: 1.7;
}
.p-cont__point-cardTxt p span {
  font-size: 0.9rem;
}
.p-cont__point-cardTxt h5 {
  font-size: 1.2rem;
}
.p-cont__point-cardIn {
  padding: 10px;
  background: #5B5B5B;
  border-radius: 10px;
}
.p-cont__point-cardIn p {
  font-size: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-cont__point-cardIn p {
    font-size: 1rem;
  }
}
.p-cont__point-cardIn a {
  color: #F4E227 !important;
}
.p-cont__point-cardIn span {
  margin-left: 1rem;
}
.p-cont__point-cardIn i {
  margin-right: 4px;
}
.p-cont__event {
  margin-bottom: 10px;
}
.p-cont__price {
  margin-bottom: 40px;
}
.p-cont__price p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-cont__price p {
    text-align: center;
  }
}
.p-cont__price-li {
  margin-bottom: 40px;
}
.p-cont__price-li ul,
.p-cont li {
  font-size: 0.9rem;
}
.p-cont__price-li ul li,
.p-cont li li {
  list-style: none;
}
.p-cont__price-liSub {
  margin-left: 1rem;
}
.p-cont__price-ticket {
  margin: 30px auto;
}
.p-cont__price-ticket img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
.p-cont__price-tbl {
  font-weight: bold;
  font-size: 1rem;
}
.p-cont__price-tbl h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 0;
}
.p-cont__price-tbl h3 span {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .p-cont__price-tbl h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.p-cont__access {
  margin-bottom: 40px;
  position: relative;
  padding: 100px 0 10px 0;
}
.p-cont__access p {
  color: #fff;
  text-align: center;
}
.p-cont__access img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.p-cont__access .accessImg {
  margin-bottom: 20px;
}
.p-cont__access .accessImg img {
  max-width: 440px;
  width: 90%;
}
.p-cont__access .accessMap img {
  max-width: 500px;
}
.p-cont__access-bone01 {
  position: absolute;
  width: 40%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 441px) {
  .p-cont__access-bone01 {
    width: 30%;
    top: 0;
  }
}
.p-cont__sponsored {
  color: #fff;
  text-align: center;
  z-index: 10 !important;
}
@media screen and (min-width: 769px) {
  .p-cont__sponsored {
    text-align: center;
  }
}
.p-cont__sponsored-inner {
  padding: 50px 0;
  position: relative;
  z-index: 10 !important;
}
.p-cont__sponsored-inner h3 {
  font-size: 1.2rem;
}
.p-cont__sponsored-inner h4 {
  font-size: 1.06rem;
}
.p-cont__sponsored-inner-bone02 {
  position: absolute;
  width: 30%;
  top: -25%;
  right: 0;
  z-index: -1 !important;
  display: block;
}
@media screen and (min-width: 441px) {
  .p-cont__sponsored-inner-bone02 {
    width: 25%;
    top: -25%;
  }
}
.p-cont__sponsored-inner-bone02 img {
  display: block;
}
.p-cont__sponsored-inner-bone03 {
  position: absolute;
  width: 25%;
  top: -10%;
  left: 0;
  z-index: -1 !important;
  display: block;
}
.p-cont__sponsored-inner-bone03 img {
  display: block;
}
.p-cont__sponsored-inner-bone04 {
  position: absolute;
  width: 25%;
  top: -20%;
  right: 0;
  z-index: -1 !important;
  display: block;
}
@media screen and (min-width: 441px) {
  .p-cont__sponsored-inner-bone04 {
    width: 22%;
    top: -20%;
  }
}
.p-cont__sponsored-inner-bone04 img {
  display: block;
}
.p-cont__sponsored-inner-bone05 {
  overflow: hidden;
  position: absolute;
  width: 45%;
  top: -10%;
  left: 0;
  z-index: -1 !important;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-cont__sponsored-inner-bone05 {
    width: 30%;
  }
}
.p-cont__sponsored-inner-bone05 img {
  display: block;
}

.foot__kankan {
  text-align: right;
  margin-top: 50px;
}
.foot__kankan img {
  width: 100%;
  max-width: 700px;
  padding: 0 10px;
}

/* ボタン：シンプル白 */
.btn--simple-w,
a.btn--simple-w {
  font-size: 1rem;
  color: #00833D !important;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
}

.btn--simple-w:hover,
a.btn--simple-w:hover {
  color: #fff !important;
  background: #00833D;
  border: 1px solid #fff;
  text-decoration: none;
}

/* ボタン：シンプル緑 */
.btn--simple-gl,
a.btn--simple-gl {
  max-width: 300px;
  width: 100%;
  margin: 20px;
  font-size: 1rem;
  color: #fff !important;
  background: #00833D;
  border: 2px solid #00833D;
  border-radius: 6px;
}

.btn--simple-gl:hover,
a.btn--simple-gl:hover {
  color: #00833D !important;
  background: #fff;
  border: 2px solid #00833D;
  text-decoration: none;
}

/* ヘッダ */
header {
  font-family: "Montserrat", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
header a {
  color: #333;
}
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 {
  position: absolute;
  width: 100%;
  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;
  color: #00833D !important;
}

.nbtn {
  font-weight: 400;
}

#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 {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  /*テキストからの距離*/
  width: 0%;
  /*初期状態では下線非表示*/
  height: 2px;
  /*下線の高さ*/
  background: #545454;
  /*下線の色*/
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*アニメーション速度*/
}
#global-nav ul li a:hover::after {
  width: 100%;
}
#global-nav .btn--radius::after {
  display: none;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  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;
}

/* ------------------------------------------------- 
スマホでのドロワーメニュー 
------------------------------------------------- */
#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: 200px;
}

.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-in {
  background: #545454;
  background: #D7D7D7;
  background: #FFFB00;
  border: 2px solid #FFFB00;
  padding: 10px;
  position: fixed;
  top: 10px;
  right: 10px;
  right: 20px;
  width: 70px;
  height: 70px;
  width: 50px;
  height: 50px;
  z-index: 100;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.openbtn1__txt {
  position: absolute;
  top: 50px;
  left: 5px;
  font-size: 0.76rem;
  color: #FFFB00;
  text-shadow: #000 1px 0 4px;
}

.menu-trigger {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 24px;
  right: 33px;
  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: 3px;
  background-color: #000;
}

.menu-trigger.active span {
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

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

.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: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #D7D7D7;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(100%);
  transform: translate(100%);
  -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: #000;
  text-decoration: none;
}
.g-nav ul {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
.title-ani {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title-ani span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title-ani.-visible,
.title-ani.-visible span {
  transform: translate(0, 0);
}
*/
.p-parts__404 img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px;
}
@media screen and (max-width: 440px) {
  .p-parts__404 img {
    padding: 20px;
  }
}
.p-parts__search h1 {
  margin-bottom: 10px;
}
.p-parts__search ul li {
  list-style: none;
}
.p-parts__search article {
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
.p-parts__search article h2.article-title {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-parts__search-more {
  font-size: 0.8rem;
  text-align: right;
}

.p-news {
  padding: 50px 0;
}
@media screen and (min-width: 1200px) {
  .p-news {
    padding: 70px 10px;
    padding: 40px 10px 60px;
  }
}
.p-news__heading {
  text-align: center;
}
.p-news__card {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 40px 30px 10px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #fffb00;
}
.p-news__card-in {
  margin-bottom: 30px;
}
.p-news__card-tt {
  border-bottom: 1px solid #333;
  border-bottom: 1px dashed #d7d7d7;
  padding: 12px 0;
}
.p-news__card-tt-title {
  padding: 0 30px 0 0;
  position: relative;
}
@media screen and (max-width: 440px) {
  .p-news__card-tt-title {
    padding: 0;
    font-size: 1rem;
  }
}
.p-news__card-tt-title a {
  color: #fffb00;
}
.p-news__card-tt-title a:hover {
  text-decoration: none;
}
.p-news__card-tt-title a::after {
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 0.3em;
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  content: "\f0da";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 440px) {
  .p-news__card-tt-title a::after {
    display: none;
  }
}
.p-news__card-tt-title a:hover {
  color: #c6c6c6 !important;
  background-position: right center;
}
.p-news__card-tt-title a:hover::after {
  right: 0em;
}
@media screen and (max-width: 768px) {
  .p-news__card-tt-title a:hover::after {
    right: 0em;
  }
}
.p-news__card-tt-day {
  margin-bottom: 6px;
}
.p-news__card-btn {
  text-align: center;
  margin: 20px auto;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 440px) {
  .p-news__card-btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-news__sns {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.p-news__sns a {
  color: #fffb00;
}
.p-news__sns img {
  max-width: 20px;
}

.p-single-news {
  padding: 10px 10px 60px 10px;
}
.p-single-news__heading {
  text-align: center;
}
.p-single-news__card {
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-single-news__card {
    padding: 40px 40px;
  }
}
.p-single-news__card-tt {
  border-bottom: 1px solid #e1eae9;
  padding: 10px 0;
}
.p-single-news__card-tt-day {
  margin-bottom: 10px;
  color: #555;
}
.p-single-news__card-tt-day .fa-pen {
  margin-right: 6px;
}
.p-single-news__card-tt-title {
  position: relative;
  background: #E9E9E9;
  border-radius: 30px;
  padding: 16px 0;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 15px;
  text-align: center;
  padding-left: 3rem;
  /* @include g.mq(sm) {
    padding: 0;
    line-height: 1.2;
    padding-bottom: 10px;
  } */
  /* a {
    &:hover {
      text-decoration: none;
    }

    &::after {
      text-decoration: none;
      position: absolute;
      top: 50%;
      right: 0.3em;
      font-family: "Font Awesome 6 Pro";
      font-weight: bold;
      content: "\f0da";
      transition: 0.3s;
      -webkit-transform: translateY(-50%);
      @include g.font-size(20);

      @include g.mq(sm) {
        display: none;
      }
    }

    &:hover {
      color: #009591 !important;
      background-position: right center;

      &::after {
        right: 0em;

        @include g.mq(md) {
          right: 0em;
        }
      }
    }
  } */
}
@media screen and (min-width: 769px) {
  .p-single-news__card-tt-title {
    font-size: 22px;
  }
}
.p-single-news__card-tt-title::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f52d";
  font-weight: 900;
  display: inline-block;
  font-size: 1.8em;
  position: absolute;
  padding: 0em;
  color: #727171;
  background: #F4E227;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.29);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 769px) {
  .p-single-news__card-tt-title::before {
    font-size: 2em;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    left: -10px;
  }
}
.p-single-news__card-btn {
  text-align: center;
  margin: 20px auto;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 440px) {
  .p-single-news__card-btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-single-news__cont {
  padding: 10px 20px;
}
.p-single-news__cont p {
  margin-bottom: 10px;
}
.p-single-news__box-in {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1eae9;
}
.p-single-news__box-in img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 440px) {
  .p-single-news__box-in img {
    margin-bottom: 1rem;
  }
}
.p-single-news__box-in h3 {
  line-height: 1.5;
}
@media screen and (max-width: 440px) {
  .p-single-news__box-in h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-single-news__btn-link a {
  padding: 5px 8px;
  color: #fff !important;
  background: #00833D;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-single-news__btn-link a:hover {
  text-decoration: none !important;
  background: #006a5a;
}
.p-single-news__cont a img:hover {
  opacity: 0.9;
}

@media screen and (max-width: 440px) {
  .news-date-box {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

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

.pagination {
  clear: both;
  padding: 20px 0;
  font-size: 11px;
  line-height: 13px;
  left: 50%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover {
  color: #fff;
  background: #000;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #FFE55F;
  color: #000;
}

.sideTower {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.wp-block-group__inner-container .wp-block-heading {
  margin-bottom: 10px;
}

.wp-block-search__label {
  font-size: 0.8rem;
}
.wp-block-search__inside-wrapper {
  margin-bottom: 20px;
}
.wp-block-search__inside-wrapper button {
  background: #f7f7f7;
  font-size: 0.8rem;
  border-radius: 4px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  color: #009591;
  list-style: disc !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-left: 1rem;
  line-height: 1.6;
  /*a{
    &::before {
      top: 50%;
      //right: 15px;
      position: absolute;
      content: "";
      width: 15px;
      height: 2px;
      font-family: "Font Awesome 6 Pro";
      font-weight: bold;
      content: "\f0da";
      font-size: 1rem;
    }
  }*/
}

.editor-area img {
  vertical-align: top;
  padding: 0 10px;
}
.editor-area .aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.editor-area img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor-area img.alignright {
  padding: 4px;
  margin: 0 0 10px 10px;
  display: inline;
}
.editor-area img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}
.editor-area .alignright {
  float: right;
}
.editor-area .alignleft {
  float: left;
}

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

.p-page-default {
  /* 固定ページのヘッド */
}
.p-page-default__head {
  background: #43cea2;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(#185a9d), to(#c9f7e8));
  background: linear-gradient(to left, #185a9d, #c9f7e8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 50px 0;
}
.p-page-default__head h1 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 440px) {
  .p-page-default__head h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-page-default__body {
  padding: 20px 10px;
  padding: 40px;
}
@media screen and (max-width: 440px) {
  .p-page-default__body {
    padding: 30px;
  }
}

.wp-block-heading {
  line-height: 1.5;
}

/* 見出し装飾 */
.h-line {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  font-size: 25px;
  margin: 20px 0 30px;
  padding: 20px 0;
  text-align: left;
}

.h-lf-line {
  border-left: 4px solid #12b5b1;
  border-left: 4px solid #333;
  padding: 3px 10px;
  margin: 10px 0;
}

.h-bt-line {
  border-bottom: 3px solid #dddcdc;
  padding: 3px 10px;
  margin: 10px 0;
  position: relative;
}
.h-bt-line::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  left: 0;
  width: 20%;
}

.h-bt-line-lighter {
  border-bottom: 1px solid #333;
  padding: 3px 10px;
  margin: 10px 0;
  position: relative;
}

/* smbに追加 */
.smb-list ul {
  margin-left: 2rem;
}

.p-company {
  /* 固定ページのヘッド */
  /* for Desktop */
}
.p-company h2.dotted {
  color: #fff;
  padding-bottom: 16px;
  text-align: center;
  font-size: 1.6rem;
  background-image: url(../img/common/dotted-s.png);
  background-position: bottom center;
  background-size: 130px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-company h2.dotted {
    font-size: 2rem;
    background-size: 140px;
  }
}
.p-company h2.dotted span {
  font-size: 0.9rem;
  font-weight: normal;
}
.p-company__head {
  background-color: #000;
  background-image: url(../img/common/bg-bones2.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 30px 10px;
  position: relative;
}
.p-company__head-logo {
  margin: 0 auto;
}
.p-company__head-logo img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 441px) {
  .p-company__head-logo img {
    max-width: 280px;
  }
}
.p-company h1 {
  margin: 30px 0;
}
.p-company__body {
  padding: 0 40px;
}
@media screen and (max-width: 440px) {
  .p-company__body {
    padding: 20px;
  }
}
.p-company__body section {
  margin: 30px 0;
  background: #fff;
  border-radius: 20px;
}
.p-company__body article {
  margin: 30px 0;
  background: #242424;
  border-radius: 20px;
  color: #fff;
}
.p-company__body article img {
  margin: 200px 0 20px 0;
  max-width: 900px;
  width: 100%;
}
.p-company__message {
  padding: 30px 20px;
  margin-bottom: 10px;
}
.p-company__message p {
  text-indent: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 441px) {
  .p-company__message {
    padding: 40px;
  }
}
.p-company__message h2 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 441px) {
  .p-company__message h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
.p-company__message-sub {
  color: #006a5a;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 440px) {
  .p-company__message-sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-company__message-text {
  margin: 20px 0 !important;
}
.p-company__message2 {
  padding: 10px;
  margin-bottom: 60px;
}
.p-company__message2 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.p-company__outline h2 {
  color: #006a5a;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 440px) {
  .p-company__outline h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-company .timeline {
  list-style: none;
  margin-bottom: 60px;
  padding: 10px;
}
.p-company .timeline > li {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .p-company .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .p-company .timeline-date {
    width: 160px;
    float: left;
    margin-top: 20px;
  }
  .p-company .timeline-cont {
    width: 75%;
    float: left;
    border-left: 3px #ddd solid;
    padding-left: 30px;
    padding-top: 15px;
  }
  .p-company .timeline-cont:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #009591;
    position: absolute;
    left: 156px;
    top: 24px;
    border-radius: 100%;
  }
}
.p-company__map img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.wp-block-heading {
  line-height: 1.5;
}

/* 見出し装飾 */
.h-line {
  border-bottom: 1px solid #222;
  border-top: 1px solid #222;
  font-size: 25px;
  margin: 20px 0 30px;
  padding: 20px 0;
  text-align: left;
}

.h-lf-line {
  border-left: 5px solid #12b5b1;
  padding: 3px 10px;
  padding: 12px 16px;
  background: #f7f7f7;
  border-bottom: solid 3px #dadada;
  margin: 3em -0.6em 1.8em;
}

.h-bt-line {
  border-bottom: 2px solid #E8E8E8;
  padding: 10px 16px;
  margin: 20px 0;
  position: relative;
}
.h-bt-line::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #12b5b1;
  border-bottom: solid 2px #333;
  bottom: -2px;
  left: 0;
  width: 20%;
}

.h-bt-line-lighter {
  border-bottom: 1px solid #333;
  padding: 3px 10px;
  margin: 10px 0;
  position: relative;
}

/* smbに追加 */
.smb-list ul {
  margin-left: 2rem;
}

/* ヘッダーで画像動き */
.head-move {
  position: relative;
}
.head-move__left img {
  position: absolute;
  top: 10%;
  left: 0;
  width: 8%;
  z-index: 5 !important;
}

.p-point__card {
  padding: 30px 20px;
  margin-bottom: 10px;
}
.p-point__card h3 {
  position: relative;
  background: #E9E9E9;
  text-align: center;
  border-radius: 0 20px 20px 0;
  font-size: 1rem;
  padding: 15px 0 20px 0;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 2rem;
  line-height: 1.2;
  /* span{
    font-size: 1rem;
  } */
}
@media screen and (min-width: 769px) {
  .p-point__card h3 {
    font-size: 1.6rem;
    padding: 16px 0;
    margin-bottom: 30px;
  }
}
.p-point__card h3::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f5d7";
  font-weight: 900;
  display: inline-block;
  font-size: 2em;
  position: absolute;
  padding: 0em;
  color: #727171;
  background: #F4E227;
  width: 76px;
  text-align: center;
  height: 76px;
  line-height: 76px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.29);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 769px) {
  .p-point__card h3::before {
    font-size: 2em;
    width: 90px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    left: -30px;
  }
}
.p-point__card img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.p-point__card p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-point__card p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 441px) {
  .p-point__card {
    padding: 30px 20px;
  }
}
.p-point__card-text {
  margin: 20px 0 !important;
}
.p-point__cardIn {
  padding: 0 1rem;
}
@media screen and (min-width: 769px) {
  .p-point__cardIn {
    padding: 0 2rem;
  }
}

.p-shop__card {
  padding: 30px 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 441px) {
  .p-shop__card {
    padding: 30px 20px;
  }
}
.p-shop__card a {
  color: #fff !important;
}
.p-shop__card h3 {
  position: relative;
  background: #E9E9E9;
  text-align: center;
  border-radius: 0 20px 20px 0;
  font-size: 1.1rem;
  padding: 15px 0 20px 0;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-shop__card h3 {
    font-size: 1.6rem;
    padding: 16px 0;
    margin-bottom: 30px;
    padding-left: 2rem;
  }
}
.p-shop__card h3::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f5d7";
  font-weight: 900;
  display: inline-block;
  font-size: 1.6em;
  position: absolute;
  padding: 0em;
  color: #333333;
  background: #DBC3B0;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.29);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.29);
}
@media screen and (min-width: 769px) {
  .p-shop__card h3::before {
    font-size: 1.6em;
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    left: -30px;
  }
}
.p-shop__card img {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  margin-bottom: 10px;
}
.p-shop__card img.max300 {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-shop__card img.max300 {
    max-width: 260px;
  }
}
.p-shop__card p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .p-shop__card p {
    font-size: 1.1rem;
  }
}
.p-shop__txtBox {
  padding: 20px;
}
.p-shop__txtBox h4 {
  margin-bottom: 16px;
  font-size: 1rem;
  color: #EC6F00;
}
@media screen and (min-width: 769px) {
  .p-shop__txtBox h4 {
    font-size: 1.1rem;
  }
}
.p-shop__txtBox h5 {
  border-bottom: 1px dashed #5e5e5e;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #EC6F00;
}
@media screen and (min-width: 769px) {
  .p-shop__txtBox h5 {
    font-size: 1.1rem;
  }
}

.sTxtRight {
  text-align: left;
}
@media screen and (min-width: 961px) {
  .sTxtRight {
    text-align: right;
  }
}

.relative {
  position: relative;
}

.shop-ab1 {
  position: absolute;
  top: -40px;
  left: 20px;
  max-width: 70px;
}
@media screen and (min-width: 441px) {
  .shop-ab1 {
    top: 60px;
    left: 10px;
    max-width: 80px;
  }
}
@media screen and (min-width: 961px) {
  .shop-ab1 {
    top: 30px;
    left: 40px;
    max-width: 100px;
  }
}

.shop-ab2 {
  position: absolute;
  top: -40px;
  right: 20px;
  max-width: 60px;
}
@media screen and (min-width: 441px) {
  .shop-ab2 {
    top: 60px;
    right: 10px;
    max-width: 65px;
  }
}
@media screen and (min-width: 961px) {
  .shop-ab2 {
    top: 30px;
    right: 40px;
    max-width: 80px;
  }
}

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