@charset "UTF-8";
/*!==========
* basic codes
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-center {
  margin: 0 auto;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
}

*:has(> .mobile-fixed-parallax) {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.mobile-fixed-parallax,
.mobile-fixed-parallax-contain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  overflow: hidden;
}
.mobile-fixed-parallax figure,
.mobile-fixed-parallax-contain figure {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  max-height: 100%;
}
.mobile-fixed-parallax img,
.mobile-fixed-parallax-contain img {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

.mobile-fixed-parallax-contain img {
  object-fit: contain;
  object-position: center 0%;
}

.mobile-fixed-parallax.dot-fullcover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: radial-gradient(#000 50%, transparent 0), radial-gradient(#000 50%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
  opacity: 0.2;
}

.mobile-fixed-parallax.border-fullcover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 1px, transparent 1px, transparent 4px);
  opacity: 0.2;
}

.mobile-fixed-parallax.stripe-fullcover figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../images/common/stripe_cover_bk.svg);
  background-repeat: repeat;
  background-size: 6px;
  opacity: 0.3;
}

.iv, .ivo {
  visibility: hidden;
}

#spnav-btn {
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 150;
  width: 48px;
  height: 48px;
}
#spnav-btn a {
  display: block;
  width: 48px;
  height: 48px;
  padding-top: 7px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 88, 122, 0.8);
  color: #fff;
  font-size: 30px;
  line-height: 21px;
}
#spnav-btn a span {
  display: block;
  font-size: 10px;
  line-height: 12px;
}

#spnav {
  position: fixed;
  right: -320px;
  top: 0;
  z-index: 500;
  width: 320px;
  height: 100vh;
  padding: 15px;
  overflow-y: scroll;
  background-color: rgba(0, 88, 122, 0.8);
  border-left: 1px solid rgb(0, 88, 122);
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#spnav-in {
  position: relative;
  left: 0;
  top: 0;
}

.spnav-close,
.spnav-return {
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
.spnav-close a,
.spnav-return a {
  display: block;
  padding: 7px 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: rgb(0, 88, 122);
  text-decoration: none;
  color: #fffffa;
  transition: background-color 0.5s, border 0.5s;
}
.spnav-close a span,
.spnav-return a span {
  display: inline-block;
  position: relative;
  left: 0;
  color: #6c8cff;
  transition: color 0.5s, left 0.5s;
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 3px solid rgb(0, 88, 122);
  background-color: rgba(0, 88, 122, 0.8);
  transition: background-color 0.5s, border 0.5s;
}

.spnav-close a:hover span {
  left: 15px;
  transition: color 0.5s, left 0.5s;
}

.spnav-return a:hover span {
  left: -15px;
  transition: color 0.5s, left 0.5s;
}

#spnav ul.spnav-items {
  padding-top: 1px;
  list-style: none;
}
#spnav ul.spnav-items li {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
#spnav ul.spnav-items li a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 8px 10px 7px 10px;
  border-radius: 8px;
  background-color: transparent;
  text-decoration: none;
  color: #fffffa;
  transition: background-color 0.5s, padding-left 0.5s;
}
#spnav ul.spnav-items li a:hover {
  padding-left: 24px;
  background-color: rgb(0, 88, 122);
  transition: background-color 0.5s, padding-left 0.5s;
}
#spnav ul.spnav-items li a:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid rgb(108, 140, 255);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  opacity: 0;
  transition: opacity 0.5s;
}
#spnav ul.spnav-items li a:hover:before {
  opacity: 1;
  transition: opacity 0.5s;
}

#spnav-children {
  position: absolute;
  left: 320px;
  top: 0;
  width: 100%;
  height: auto;
}

.spnav-child {
  display: none;
  width: 100%;
  height: auto;
}

.b-s {
  clear: both;
  max-width: 1470px;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 auto;
}

.b-s-rigit {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 auto;
}

.b-s-liquid {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 0 15px;
}

.b-s-max {
  clear: both;
  height: auto;
  overflow: hidden;
}
.b-s-max .bcs {
  margin: 0;
}
.b-s-max .bcs .bc-xxs-1, .b-s-max .bcs .bc-xxs-2, .b-s-max .bcs .bc-xxs-3, .b-s-max .bcs .bc-xxs-4,
.b-s-max .bcs .bc-xxs-5, .b-s-max .bcs .bc-xxs-6, .b-s-max .bcs .bc-xxs-7, .b-s-max .bcs .bc-xxs-8,
.b-s-max .bcs .bc-xxs-9, .b-s-max .bcs .bc-xxs-10, .b-s-max .bcs .bc-xxs-11, .b-s-max .bcs .bc-xxs-12, .b-s-max .bcs .bc-xxs-5c,
.b-s-max .bcs .bc-xs-1, .b-s-max .bcs .bc-xs-2, .b-s-max .bcs .bc-xs-3, .b-s-max .bcs .bc-xs-4,
.b-s-max .bcs .bc-xs-5, .b-s-max .bcs .bc-xs-6, .b-s-max .bcs .bc-xs-7, .b-s-max .bcs .bc-xs-8,
.b-s-max .bcs .bc-xs-9, .b-s-max .bcs .bc-xs-10, .b-s-max .bcs .bc-xs-11, .b-s-max .bcs .bc-xs-12, .b-s-max .bcs .bc-xs-5c,
.b-s-max .bcs .bc-sm-1, .b-s-max .bcs .bc-sm-2, .b-s-max .bcs .bc-sm-3, .b-s-max .bcs .bc-sm-4,
.b-s-max .bcs .bc-sm-5, .b-s-max .bcs .bc-sm-6, .b-s-max .bcs .bc-sm-7, .b-s-max .bcs .bc-sm-8,
.b-s-max .bcs .bc-sm-9, .b-s-max .bcs .bc-sm-10, .b-s-max .bcs .bc-sm-11, .b-s-max .bcs .bc-sm-12, .b-s-max .bcs .bc-sm-5c,
.b-s-max .bcs .bc-md-1, .b-s-max .bcs .bc-md-2, .b-s-max .bcs .bc-md-3, .b-s-max .bcs .bc-md-4,
.b-s-max .bcs .bc-md-5, .b-s-max .bcs .bc-md-6, .b-s-max .bcs .bc-md-7, .b-s-max .bcs .bc-md-8,
.b-s-max .bcs .bc-md-9, .b-s-max .bcs .bc-md-10, .b-s-max .bcs .bc-md-11, .b-s-max .bcs .bc-md-12, .b-s-max .bcs .bc-md-5c,
.b-s-max .bcs .bc-lg-1, .b-s-max .bcs .bc-lg-2, .b-s-max .bcs .bc-lg-3, .b-s-max .bcs .bc-lg-4,
.b-s-max .bcs .bc-lg-5, .b-s-max .bcs .bc-lg-6, .b-s-max .bcs .bc-lg-7, .b-s-max .bcs .bc-lg-8,
.b-s-max .bcs .bc-lg-9, .b-s-max .bcs .bc-lg-10, .b-s-max .bcs .bc-lg-11, .b-s-max .bcs .bc-lg-12, .b-s-max .bcs .bc-lg-5c,
.b-s-max .bcs .bc-xl-1, .b-s-max .bcs .bc-xl-2, .b-s-max .bcs .bc-xl-3, .b-s-max .bcs .bc-xl-4,
.b-s-max .bcs .bc-xl-5, .b-s-max .bcs .bc-xl-6, .b-s-max .bcs .bc-xl-7, .b-s-max .bcs .bc-xl-8,
.b-s-max .bcs .bc-xl-9, .b-s-max .bcs .bc-xl-10, .b-s-max .bcs .bc-xl-11, .b-s-max .bcs .bc-xl-12, .b-s-max .bcs .bc-xl-5c {
  padding: 0;
}

.bcs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  clear: both;
  height: auto;
  overflow: hidden;
  margin: 0 -6px;
}
.bcs .bc {
  flex-grow: 0;
}
.bcs .bc-xxs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.bcs .bc-xxs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.bcs .bc-xxs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.bcs .bc-xxs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.bcs .bc-xxs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.bcs .bc-xxs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.bcs .bc-xxs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.bcs .bc-xxs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.bcs .bc-xxs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.bcs .bc-xxs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.bcs .bc-xxs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.bcs .bc-xxs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.bcs .bc-xxs-5c {
  flex-basis: 20%;
  max-width: 20%;
}

@media (min-width: 480px) {
  .bcs {
    margin: 0 -15px;
  }
  .bcs .bc-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-xs-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 480 */
@media (min-width: 768px) {
  .b-s-rigit {
    width: 750px;
  }
  .bcs .bc-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-sm-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .b-s-rigit {
    width: 970px;
  }
  .bcs .bc-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-md-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .b-s-rigit {
    width: 1170px;
  }
  .bcs .bc-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-lg-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .b-s-rigit {
    width: 1440px;
  }
  .bcs .bc-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bcs .bc-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bcs .bc-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .bcs .bc-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bcs .bc-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bcs .bc-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .bcs .bc-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bcs .bc-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bcs .bc-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .bcs .bc-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bcs .bc-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bcs .bc-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .bcs .bc-xl-5c {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.bc-xxs-1, .bc-xxs-2, .bc-xxs-3, .bc-xxs-4,
.bc-xxs-5, .bc-xxs-6, .bc-xxs-7, .bc-xxs-8,
.bc-xxs-9, .bc-xxs-10, .bc-xxs-11, .bc-xxs-12, .bc-xxs-5c,
.bc-xs-1, .bc-xs-2, .bc-xs-3, .bc-xs-4,
.bc-xs-5, .bc-xs-6, .bc-xs-7, .bc-xs-8,
.bc-xs-9, .bc-xs-10, .bc-xs-11, .bc-xs-12, .bc-xs-5c,
.bc-sm-1, .bc-sm-2, .bc-sm-3, .bc-sm-4,
.bc-sm-5, .bc-sm-6, .bc-sm-7, .bc-sm-8,
.bc-sm-9, .bc-sm-10, .bc-sm-11, .bc-sm-12, .bc-sm-5c,
.bc-md-1, .bc-md-2, .bc-md-3, .bc-md-4,
.bc-md-5, .bc-md-6, .bc-md-7, .bc-md-8,
.bc-md-9, .bc-md-10, .bc-md-11, .bc-md-12, .bc-md-5c,
.bc-lg-1, .bc-lg-2, .bc-lg-3, .bc-lg-4,
.bc-lg-5, .bc-lg-6, .bc-lg-7, .bc-lg-8,
.bc-lg-9, .bc-lg-10, .bc-lg-11, .bc-lg-12, .bc-lg-5c,
.bc-xl-1, .bc-xl-2, .bc-xl-3, .bc-xl-4,
.bc-xl-5, .bc-xl-6, .bc-xl-7, .bc-xl-8,
.bc-xl-9, .bc-xl-10, .bc-xl-11, .bc-xl-12, .bc-xl-5c {
  padding: 0 15px;
}

.visible-xxs, .visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl,
.visible-xxs-il, .visible-xs-il, .visible-sm-il, .visible-md-il, .visible-lg-il, .visible-xl-il,
.visible-xxs-ib, .visible-xs-ib, .visible-sm-ib, .visible-md-ib, .visible-lg-ib, .visible-xl-ib {
  display: none;
}

.bc-order-1 {
  order: 1;
}

.bc-order-2 {
  order: 2;
}

.bc-order-3 {
  order: 3;
}

.bc-order-4 {
  order: 4;
}

.bc-order-5 {
  order: 5;
}

.bc-order-6 {
  order: 6;
}

.bc-order-7 {
  order: 7;
}

.bc-order-8 {
  order: 8;
}

.bc-order-9 {
  order: 9;
}

.bc-order-10 {
  order: 10;
}

.bc-order-11 {
  order: 11;
}

.bc-order-12 {
  order: 12;
}

@media (width < 480px) {
  .hidden-xxs {
    display: none;
  }
  .visible-xxs {
    display: block;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row;
  }
  th.visible-xxs, td.visible-xxs {
    display: table-cell;
  }
  .visible-xxs-il {
    display: inline;
  }
  .visible-xxs-ib {
    display: inline-block;
  }
  .bc-xxs-order-1 {
    order: 1;
  }
  .bc-xxs-order-2 {
    order: 2;
  }
  .bc-xxs-order-3 {
    order: 3;
  }
  .bc-xxs-order-4 {
    order: 4;
  }
  .bc-xxs-order-5 {
    order: 5;
  }
  .bc-xxs-order-6 {
    order: 6;
  }
  .bc-xxs-order-7 {
    order: 7;
  }
  .bc-xxs-order-8 {
    order: 8;
  }
  .bc-xxs-order-9 {
    order: 9;
  }
  .bc-xxs-order-10 {
    order: 10;
  }
  .bc-xxs-order-11 {
    order: 11;
  }
  .bc-xxs-order-12 {
    order: 12;
  }
  .bc-xxs-1, .bc-xxs-2, .bc-xxs-3, .bc-xxs-4,
  .bc-xxs-5, .bc-xxs-6, .bc-xxs-7, .bc-xxs-8,
  .bc-xxs-9, .bc-xxs-10, .bc-xxs-11, .bc-xxs-12, .bc-xxs-5c,
  .bc-xs-1, .bc-xs-2, .bc-xs-3, .bc-xs-4,
  .bc-xs-5, .bc-xs-6, .bc-xs-7, .bc-xs-8,
  .bc-xs-9, .bc-xs-10, .bc-xs-11, .bc-xs-12, .bc-xs-5c,
  .bc-sm-1, .bc-sm-2, .bc-sm-3, .bc-sm-4,
  .bc-sm-5, .bc-sm-6, .bc-sm-7, .bc-sm-8,
  .bc-sm-9, .bc-sm-10, .bc-sm-11, .bc-sm-12, .bc-sm-5c,
  .bc-md-1, .bc-md-2, .bc-md-3, .bc-md-4,
  .bc-md-5, .bc-md-6, .bc-md-7, .bc-md-8,
  .bc-md-9, .bc-md-10, .bc-md-11, .bc-md-12, .bc-md-5c,
  .bc-lg-1, .bc-lg-2, .bc-lg-3, .bc-lg-4,
  .bc-lg-5, .bc-lg-6, .bc-lg-7, .bc-lg-8,
  .bc-lg-9, .bc-lg-10, .bc-lg-11, .bc-lg-12, .bc-lg-5c,
  .bc-xl-1, .bc-xl-2, .bc-xl-3, .bc-xl-4,
  .bc-xl-5, .bc-xl-6, .bc-xl-7, .bc-xl-8,
  .bc-xl-9, .bc-xl-10, .bc-xl-11, .bc-xl-12, .bc-xl-5c {
    padding: 0 6px;
  }
}
@media (480px <= width < 768px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell;
  }
  .visible-xs-il {
    display: inline;
  }
  .visible-xs-ib {
    display: inline-block;
  }
  .bc-xs-order-1 {
    order: 1;
  }
  .bc-xs-order-2 {
    order: 2;
  }
  .bc-xs-order-3 {
    order: 3;
  }
  .bc-xs-order-4 {
    order: 4;
  }
  .bc-xs-order-5 {
    order: 5;
  }
  .bc-xs-order-6 {
    order: 6;
  }
  .bc-xs-order-7 {
    order: 7;
  }
  .bc-xs-order-8 {
    order: 8;
  }
  .bc-xs-order-9 {
    order: 9;
  }
  .bc-xs-order-10 {
    order: 10;
  }
  .bc-xs-order-11 {
    order: 11;
  }
  .bc-xs-order-12 {
    order: 12;
  }
}
@media (768px <= width < 992px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell;
  }
  .visible-sm-il {
    display: inline;
  }
  .visible-sm-ib {
    display: inline-block;
  }
  .bc-sm-order-1 {
    order: 1;
  }
  .bc-sm-order-2 {
    order: 2;
  }
  .bc-sm-order-3 {
    order: 3;
  }
  .bc-sm-order-4 {
    order: 4;
  }
  .bc-sm-order-5 {
    order: 5;
  }
  .bc-sm-order-6 {
    order: 6;
  }
  .bc-sm-order-7 {
    order: 7;
  }
  .bc-sm-order-8 {
    order: 8;
  }
  .bc-sm-order-9 {
    order: 9;
  }
  .bc-sm-order-10 {
    order: 10;
  }
  .bc-sm-order-11 {
    order: 11;
  }
  .bc-sm-order-12 {
    order: 12;
  }
}
@media (992px <= width < 1200px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row;
  }
  th.visible-md, td.visible-md {
    display: table-cell;
  }
  .visible-md-il {
    display: inline;
  }
  .visible-md-ib {
    display: inline-block;
  }
  .bc-md-order-1 {
    order: 1;
  }
  .bc-md-order-2 {
    order: 2;
  }
  .bc-md-order-3 {
    order: 3;
  }
  .bc-md-order-4 {
    order: 4;
  }
  .bc-md-order-5 {
    order: 5;
  }
  .bc-md-order-6 {
    order: 6;
  }
  .bc-md-order-7 {
    order: 7;
  }
  .bc-md-order-8 {
    order: 8;
  }
  .bc-md-order-9 {
    order: 9;
  }
  .bc-md-order-10 {
    order: 10;
  }
  .bc-md-order-11 {
    order: 11;
  }
  .bc-md-order-12 {
    order: 12;
  }
}
@media (1200px <= width < 1470px) {
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell;
  }
  .visible-lg-il {
    display: inline;
  }
  .visible-lg-ib {
    display: inline-block;
  }
  .bc-lg-order-1 {
    order: 1;
  }
  .bc-lg-order-2 {
    order: 2;
  }
  .bc-lg-order-3 {
    order: 3;
  }
  .bc-lg-order-4 {
    order: 4;
  }
  .bc-lg-order-5 {
    order: 5;
  }
  .bc-lg-order-6 {
    order: 6;
  }
  .bc-lg-order-7 {
    order: 7;
  }
  .bc-lg-order-8 {
    order: 8;
  }
  .bc-lg-order-9 {
    order: 9;
  }
  .bc-lg-order-10 {
    order: 10;
  }
  .bc-lg-order-11 {
    order: 11;
  }
  .bc-lg-order-12 {
    order: 12;
  }
}
@media (1470px <= width) {
  .hidden-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row;
  }
  th.visible-xl, td.visible-xl {
    display: table-cell;
  }
  .visible-xl-il {
    display: inline;
  }
  .visible-xl-ib {
    display: inline-block;
  }
  .bc-xl-order-1 {
    order: 1;
  }
  .bc-xl-order-2 {
    order: 2;
  }
  .bc-xl-order-3 {
    order: 3;
  }
  .bc-xl-order-4 {
    order: 4;
  }
  .bc-xl-order-5 {
    order: 5;
  }
  .bc-xl-order-6 {
    order: 6;
  }
  .bc-xl-order-7 {
    order: 7;
  }
  .bc-xl-order-8 {
    order: 8;
  }
  .bc-xl-order-9 {
    order: 9;
  }
  .bc-xl-order-10 {
    order: 10;
  }
  .bc-xl-order-11 {
    order: 11;
  }
  .bc-xl-order-12 {
    order: 12;
  }
}
.page-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  border-top: 1px solid #de8521;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 15px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.page-table th, .page-table td {
  display: block;
  width: 100%;
  padding: 4px 18px 3px 18px;
  border-bottom: 1px solid #de8521;
  line-height: 24px;
}
.page-table th {
  border-bottom: 1px dotted #b26600;
}
.page-table td {
  padding-bottom: 9px;
}

@media (min-width: 768px) {
  .page-table {
    border-top: none;
    line-height: 21px;
  }
  .page-table th, .page-table td {
    display: table-cell;
    padding: 9px 18px 9px 18px;
    vertical-align: top;
  }
  .page-table th {
    width: 200px;
    border-bottom: 2px solid #de8521;
    text-align: left;
  }
  .page-table td {
    border-bottom: 2px solid #b26600;
  }
  .page-table tr:first-child th {
    border-top: 2px solid #de8521;
  }
  .page-table tr:first-child td {
    border-top: 2px solid #b26600;
  }
}
/*
  form items
*/
.form-read {
  padding-top: 30px;
  line-height: 24px;
}
.form-read p {
  margin-bottom: 15px;
}

.form-must {
  display: inline-block;
  padding: 3px 6px 3px 6px;
  margin: 2px 3px 0 3px;
  background-color: #0dbcff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

#form-zip {
  display: inline-block;
  max-width: 200px;
}

.form-items .form-item {
  position: relative;
  margin-bottom: 3px;
}
.form-items .form-item .item-title {
  padding: 12px 15px 8px 15px;
  background-color: #505050;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
}
.form-items .form-item .item-title .form-must {
  margin: 2px 0 0 0;
  float: right;
}
.form-items .form-item .item-body {
  padding: 15px 15px 15px 15px;
}
.form-items .form-item hr {
  height: 0;
  border: 2px dotted #888;
  border-width: 2px 0 0 0;
  margin: 15px 0;
}
.form-items input, .form-items select, .form-items label, .form-items textarea {
  margin-bottom: 6px;
}

.form-btns {
  max-width: 720px;
  padding-top: 60px;
  margin: 0 auto;
}
.form-btns a.form-btn,
.form-btns button.form-btn {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  height: 52px;
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
}
.form-btns .form-submit {
  background-color: #0000a0;
  transition: background-color 0.5s;
}
.form-btns .form-submit:hover {
  background-color: #000050;
}
.form-btns .form-reset {
  background-color: #555;
  transition: background-color 0.5s;
}
.form-btns .form-reset:hover {
  background-color: #222;
}

@media (768px <= width) {
  .form-items .form-item {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-left: 180px;
  }
  .form-items .form-item .item-title {
    position: absolute;
    left: 0;
    width: 180px;
    height: 100%;
    color: #fff;
  }
  .form-items .form-item .item-body {
    height: 100%;
  }
}
/*
  from bootstrap
  forms [ .form-control ]
*/
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
}
.pagemove {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
}
.pagemove .pagemove-obj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00115b;
}

/*!
*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*!
*/
body {
  color: #0b0b0b;
}

a {
  color: #1a5d32;
}

a:hover {
  color: #b3d3b0;
}

#spnav-btn a {
  background-color: rgba(0, 54, 19, 0.8);
  color: #fff;
}

#spnav {
  background-color: rgba(17, 37, 24, 0.75);
  color: #fff;
  border-left: 1px solid #112518;
}

.spnav-close a,
.spnav-return a {
  border: 2px solid transparent;
  background-color: #003613;
  color: #fff;
}
.spnav-close a span,
.spnav-return a span {
  color: white;
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 2px solid #003613;
  background-color: rgba(17, 37, 24, 0.75);
}

.spnav-close a:hover span {
  color: white;
}

.spnav-return a:hover span {
  color: white;
}

#spnav ul.spnav-items {
  border-top: 1px dotted rgba(0, 54, 19, 0.5);
}
#spnav ul.spnav-items li {
  border-bottom: 1px dotted rgba(0, 54, 19, 0.5);
}
#spnav ul.spnav-items li a {
  background-color: transparent;
  color: #fff;
}
#spnav ul.spnav-items li a:before {
  border-left: 6px solid white;
}
#spnav ul.spnav-items li a:hover {
  background-color: #003613;
}
#spnav ul.spnav-items li::before {
  border-left: 6px solid white;
}

.page-table {
  border-top: 1px solid #2851e6;
}
.page-table th, .page-table td {
  border-bottom: 1px solid #2851e6;
}
.page-table th {
  border-bottom: 1px dotted #00115b;
}

.form-must {
  background-color: #ffae00;
}

.form-items .form-item .item-title {
  background-color: #1a5d32;
}

.form-btns .form-submit {
  background-color: #1a5d32;
}
.form-btns .form-submit:hover {
  background-color: #b3d3b0;
}
.form-btns .form-reset {
  background-color: #888;
}
.form-btns .form-reset:hover {
  background-color: #555;
}

@media (min-width: 768px) {
  .page-table {
    border-top: none;
  }
  .page-table th {
    border-bottom: 1px solid #2851e6;
  }
  .page-table td {
    border-bottom: 1px solid #00115b;
  }
  .page-table tr:first-child th {
    border-top: 2px solid #2851e6;
  }
  .page-table tr:first-child td {
    border-top: 2px solid #00115b;
  }
}
.opening-loading {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.opening {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: grid;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.opening-name {
  display: none;
}
.opening-name svg {
  overflow: visible;
}

.opening-name-in {
  max-width: 300px;
  margin: 0 auto;
}
.opening-name-in svg {
  max-width: 270px;
}

.opening-logo {
  max-width: 150px;
  margin: 0 auto 24px auto;
  overflow: visible;
}

.page-all {
  position: relative;
  display: none;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 233.9459228516px;
    stroke-dasharray: 233.9459228516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 233.9459228516px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 233.9459228516px;
    stroke-dasharray: 233.9459228516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 233.9459228516px;
  }
}
.opmsvg-1 {
  -webkit-animation: animate-svg-stroke-1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s both, animate-svg-fill-1 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.7s both;
  animation: animate-svg-stroke-1 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s both, animate-svg-fill-1 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.7s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 247.3681640625px;
    stroke-dasharray: 247.3681640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.3681640625px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 247.3681640625px;
    stroke-dasharray: 247.3681640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.3681640625px;
  }
}
.opmsvg-2 {
  -webkit-animation: animate-svg-stroke-2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.12s both, animate-svg-fill-2 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.79s both;
  animation: animate-svg-stroke-2 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.12s both, animate-svg-fill-2 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.79s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 117.3623657227px;
    stroke-dasharray: 117.3623657227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 117.3623657227px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 117.3623657227px;
    stroke-dasharray: 117.3623657227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 117.3623657227px;
  }
}
.opmsvg-3 {
  -webkit-animation: animate-svg-stroke-3 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.24s both, animate-svg-fill-3 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.88s both;
  animation: animate-svg-stroke-3 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.24s both, animate-svg-fill-3 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.88s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 274.1208496094px;
    stroke-dasharray: 274.1208496094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 274.1208496094px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 274.1208496094px;
    stroke-dasharray: 274.1208496094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 274.1208496094px;
  }
}
.opmsvg-4 {
  -webkit-animation: animate-svg-stroke-4 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.36s both, animate-svg-fill-4 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.97s both;
  animation: animate-svg-stroke-4 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.36s both, animate-svg-fill-4 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.97s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 165.7573242188px;
    stroke-dasharray: 165.7573242188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 165.7573242188px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 165.7573242188px;
    stroke-dasharray: 165.7573242188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 165.7573242188px;
  }
}
.opmsvg-5 {
  -webkit-animation: animate-svg-stroke-5 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.48s both, animate-svg-fill-5 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.06s both;
  animation: animate-svg-stroke-5 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.48s both, animate-svg-fill-5 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.06s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 233.9446411133px;
    stroke-dasharray: 233.9446411133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 233.9446411133px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 233.9446411133px;
    stroke-dasharray: 233.9446411133px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 233.9446411133px;
  }
}
.opmsvg-6 {
  -webkit-animation: animate-svg-stroke-6 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s both, animate-svg-fill-6 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.15s both;
  animation: animate-svg-stroke-6 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.6s both, animate-svg-fill-6 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.15s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 230.8922576904px;
    stroke-dasharray: 230.8922576904px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 230.8922576904px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 230.8922576904px;
    stroke-dasharray: 230.8922576904px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 230.8922576904px;
  }
}
.opmsvg-7 {
  -webkit-animation: animate-svg-stroke-7 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.72s both, animate-svg-fill-7 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.24s both;
  animation: animate-svg-stroke-7 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.72s both, animate-svg-fill-7 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.24s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 237.9862976074px;
    stroke-dasharray: 237.9862976074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 237.9862976074px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 237.9862976074px;
    stroke-dasharray: 237.9862976074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 237.9862976074px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-8 {
  -webkit-animation: animate-svg-stroke-8 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.84s both, animate-svg-fill-8 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.33s both;
  animation: animate-svg-stroke-8 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.84s both, animate-svg-fill-8 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.33s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 251.4485168457px;
    stroke-dasharray: 251.4485168457px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 251.4485168457px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 251.4485168457px;
    stroke-dasharray: 251.4485168457px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 251.4485168457px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-9 {
  -webkit-animation: animate-svg-stroke-9 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.96s both, animate-svg-fill-9 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.42s both;
  animation: animate-svg-stroke-9 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.96s both, animate-svg-fill-9 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.42s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 121.4077758789px;
    stroke-dasharray: 121.4077758789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 121.4077758789px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 121.4077758789px;
    stroke-dasharray: 121.4077758789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 121.4077758789px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-10 {
  -webkit-animation: animate-svg-stroke-10 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.08s both, animate-svg-fill-10 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.51s both;
  animation: animate-svg-stroke-10 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.08s both, animate-svg-fill-10 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.51s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 272.3204345703px;
    stroke-dasharray: 272.3204345703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 272.3204345703px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 272.3204345703px;
    stroke-dasharray: 272.3204345703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 272.3204345703px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-11 {
  -webkit-animation: animate-svg-stroke-11 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.2s both, animate-svg-fill-11 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.6s both;
  animation: animate-svg-stroke-11 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.2s both, animate-svg-fill-11 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 169.7944030762px;
    stroke-dasharray: 169.7944030762px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.7944030762px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 169.7944030762px;
    stroke-dasharray: 169.7944030762px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 169.7944030762px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-12 {
  -webkit-animation: animate-svg-stroke-12 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.32s both, animate-svg-fill-12 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.69s both;
  animation: animate-svg-stroke-12 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.32s both, animate-svg-fill-12 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.69s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 237.9970855713px;
    stroke-dasharray: 237.9970855713px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 237.9970855713px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 237.9970855713px;
    stroke-dasharray: 237.9970855713px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 237.9970855713px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-13 {
  -webkit-animation: animate-svg-stroke-13 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.44s both, animate-svg-fill-13 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.78s both;
  animation: animate-svg-stroke-13 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.44s both, animate-svg-fill-13 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.78s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 234.9561157227px;
    stroke-dasharray: 234.9561157227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.9561157227px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 234.9561157227px;
    stroke-dasharray: 234.9561157227px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.9561157227px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(26, 93, 50);
  }
}
.opmsvg-14 {
  -webkit-animation: animate-svg-stroke-14 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.56s both, animate-svg-fill-14 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.87s both;
  animation: animate-svg-stroke-14 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.56s both, animate-svg-fill-14 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.87s both;
}

.page-all {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.spnav-item-title {
  margin-top: 15px;
  padding: 6px 9px 5px 9px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: rgba(0, 54, 19, 0.6);
  font-weight: 700;
}

.recruit-spnav-items {
  border-bottom: 1px solid #fff;
}
.recruit-spnav-items li a span {
  font-weight: 700;
}

.gheader {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.gnav-row {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}
.gnav-row .glogo {
  height: 90px;
}
.gnav-row .glogo h1 {
  width: 280px;
  height: 90px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.gnav-row .gnav-item a {
  display: block;
  height: 90px;
  padding: 27px 15px 0 15px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s;
}
.gnav-row .gnav-item .gnav-item-name {
  display: block;
  color: #000;
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
.gnav-row .gnav-item .gnav-item-en {
  display: block;
  color: #1a5d32;
  font-weight: 700;
  font-size: 12px;
}
.gnav-row .gnav-item.gnav-item-contact {
  text-align: left;
  height: 90px;
  overflow: hidden;
}
.gnav-row .gnav-item.gnav-item-contact a {
  background-color: #ffae00;
}
.gnav-row .gnav-item.gnav-item-contact .gnav-item-name {
  color: #fff;
}
.gnav-row .gnav-item.gnav-item-contact .gnav-item-en {
  color: #fff;
}
.gnav-row .gnav-others {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  background-color: #b3d3b0;
  text-align: center;
  color: #1a5d32;
}
.gnav-row .gnav-others .gnav-contact-number,
.gnav-row .gnav-others .gnav-sns {
  width: 100%;
}
.gnav-row .gnav-others .gnav-contact-number {
  margin-bottom: 6px;
}
.gnav-row .gnav-others .gnav-contact-number .gnav-contact-number-in {
  padding-top: 3px;
}
.gnav-row .gnav-others .gnav-contact-number .gnav-contact-number-in p {
  margin-bottom: 6px;
  font-weight: 700;
}
.gnav-row .gnav-others .gnav-contact-number .gnav-contact-number-in a {
  display: inline-block;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
}
.gnav-row .gnav-others .gnav-contact-number .gnav-contact-number-in a:hover {
  opacity: 0.6;
}
.gnav-row .gnav-others .gnav-sns {
  padding-left: 15px;
  margin-bottom: 9px;
}
.gnav-row .gnav-others .gnav-sns .gnav-sns-items {
  list-style: none;
  font-size: 0;
}
.gnav-row .gnav-others .gnav-sns .gnav-sns-items li {
  display: inline-block;
  padding-left: 3px;
  font-size: 15px;
}
.gnav-row .gnav-others .gnav-sns .gnav-sns-items a {
  display: block;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.5s;
}
.gnav-row .gnav-others .gnav-sns .gnav-sns-items a:hover {
  background-color: white;
}

.gnav-row .gnav-item a:hover {
  background-color: rgba(179, 211, 176, 0.4);
}

.gnav-row .gnav-item.gnav-item-contact a:hover {
  background-color: rgba(255, 174, 0, 0.6);
}

@media (min-width: 992px) {
  .gnav-row .gnav-others .gnav-contact-number {
    margin-bottom: 15px;
  }
}
.footer-map {
  width: 100%;
  height: 70vh;
  max-height: 350px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.copyright {
  width: 100%;
  height: 60px;
  padding: 18px 15px 0 15px;
  background-color: #063919;
  color: #fff;
  text-align: right;
}
.copyright p {
  max-width: 1470px;
  margin: 0 auto;
}
.copyright small {
  font-size: 12px;
}

@media (max-width: 992px) {
  .detail-gnav .gnav-in {
    display: block;
    align-items: center;
  }
  .detail-gnav .gnav-in .gnav-items {
    display: flex;
    width: 100%;
    max-width: initial;
  }
  .detail-gnav .gnav-in .gnav-items li {
    width: 50%;
  }
  .detail-gnav .gnav-row {
    margin: 0;
  }
  .detail-gnav .gnav-row .gnav-others {
    width: auto !important;
    height: 90px;
    padding-right: 66px;
    padding-left: 15px;
    padding-top: 22px;
    text-align: left;
  }
}
/*end max 768 */
@media (max-width: 480px) {
  .gnav-row .glogo {
    height: auto;
    padding: 0 90px 6px 15px;
  }
  .gnav-row .glogo h1 {
    width: auto;
    height: auto;
  }
} /*end max 480 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .gnav-in {
    display: flex;
    align-items: center;
  }
  .gnav-in .gnav-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    list-style: none;
    flex: 1;
    width: 120px;
    max-width: 120px;
  }
  .gnav-in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .gnav-in .gnav-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    list-style: none;
    flex: 1;
    width: 100%;
    max-width: 685px;
  }
  .gnav-row {
    margin: 0;
  }
  .gnav-row .gnav-others {
    width: calc(100% - 120px);
    height: 90px;
    padding-right: 66px;
    padding-left: 15px;
    text-align: left;
  }
  .gnav-row .gnav-others .gnav-contact-number,
  .gnav-row .gnav-others .gnav-sns {
    width: auto;
  }
  .gnav-row .gnav-others .gnav-contact-number {
    margin-bottom: 0;
  }
  .gnav-row .gnav-others .gnav-contact-number .gnav-contact-number-in {
    padding-top: 3px;
  }
  .gnav-row {
    padding-left: 330px;
  }
  .gnav-row .glogo {
    position: absolute;
    padding-left: 30px;
    left: 0;
    top: 0;
    width: 385px;
  }
  .gnav-row .glogo h1 {
    width: 355px;
  }
  .gnav-row .gnav-others {
    width: auto;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .gnav-row {
    padding-left: 445px;
  }
  .gnav-row .glogo {
    padding-left: 90px;
    width: 445px;
  }
  .gnav-row .gnav-others {
    padding-right: 90px;
  }
} /* end min 1200 */
/*!
*/
.detail-gnav-items {
  list-style: none;
}

.gnav-row .gnav-item.gnav-item-official a {
  background-color: #1a5d32;
  transition: background-color 0.5s;
}
.gnav-row .gnav-item.gnav-item-official a .gnav-item-name,
.gnav-row .gnav-item.gnav-item-official a .gnav-item-en {
  color: #fff;
}
.gnav-row .gnav-item.gnav-item-entry a {
  background-color: #ffae00;
}
.gnav-row .gnav-item.gnav-item-entry a .gnav-item-name,
.gnav-row .gnav-item.gnav-item-entry a .gnav-item-en {
  color: #fff;
}

.gnav-row .gnav-item.gnav-item-official a:hover {
  background-color: rgba(26, 93, 50, 0.6);
}

.gnav-row .gnav-item.gnav-item-entry a:hover {
  background-color: rgba(255, 174, 0, 0.6);
}

.bg-stripe-fullcover::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../images/common/stripe_cover_bk.svg);
  background-repeat: repeat;
  background-size: 5px;
  opacity: 0.4;
}

/*==========
* pages style
*/
.home-mv {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.vegas-timer-progress {
  background: #ffae00;
}

.home-mv-contents {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
}

.home-mv-images {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  padding: 0 6px;
}

.home-mv-image figure {
  width: auto;
  height: calc(min(100vh - 105px) / 3);
  aspect-ratio: 1/0.842931937;
}
.home-mv-image figure img {
  object-fit: contain;
}

.home-mv-mes-area {
  padding: 18px 0;
}

@media (min-width: 768px) {
  .home-mv {
    min-height: 720px;
  }
  .home-mv-contents {
    min-height: 720px;
    padding: 6px 0;
  }
}
@media (min-width: 1200px) {
  .home-mv-contents {
    grid-template-rows: none;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .home-mv-mes-area {
    padding: 0;
  }
}
@media (min-width: 1470px) {
  .home-mv {
    min-height: calc(100vh - 105px);
  }
  .home-mv-contents,
  .home-mv-images-area,
  .home-mv-images {
    min-height: calc(100vh - 105px);
  }
}
.home-mv-images-area {
  display: block;
}

.home-mv-mes-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 39px;
  padding: 30px 15px;
}
.home-mv-mes-main p {
  position: relative;
  z-index: 2;
}
.home-mv-mes-main::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  translate: -50vw 0;
  background-color: rgba(0, 54, 19, 0.5);
  border-top: 1px solid rgba(46, 195, 136, 0.2);
  border-bottom: 1px solid rgba(46, 195, 136, 0.2);
}
.home-mv-mes-main::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
  translate: -50% 0;
  width: 100%;
  max-width: 1280px;
  max-height: 280px;
  margin: 30px auto;
  background-image: url(../images/home/mv_catch_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-mv-mes-sub {
  padding: 0 24px;
}

@media (min-width: 1200px) {
  .home-mv-contents {
    grid-template-rows: none;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}
.section-conform {
  padding: 120px 0;
}
.section-conform .page-section-body {
  margin-top: 315px;
}

.page-section {
  clear: both;
  position: relative;
}
.page-section.b-s-max {
  align-items: stretch;
}
.page-section .section-image figure {
  overflow: hidden;
}
.page-section .page-section-body .section-catch {
  margin-bottom: 51px;
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
}
.page-section .page-section-body .section-mes {
  font-size: 18px;
  line-height: 48px;
}

.section-header {
  position: relative;
  padding: 30px 0;
}
.section-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1a5d32;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}

.section-header-light::before {
  background-color: #b3d3b0;
}

@media (min-width: 768px) {
  .section-header {
    padding: 60px 0 60px 0;
    margin-bottom: 45px;
  }
} /* end min 768 */
@media (min-width: 1200px) {
  .section-header {
    height: 100%;
    padding: 84px 0 60px 5vw;
  }
  .section-header::before {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  }
  .section-header.section-header-r::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  }
  .section-header.section-header-r {
    padding: 84px 5vw 60px 60px;
  }
  .section-header.section-header-r hr {
    left: auto;
    right: 0;
  }
}
.section-header-titles {
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
.section-header-titles h2 {
  padding: 0 15px 6px 15px;
  margin-bottom: 3px;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.section-header-titles hr {
  display: none;
}
.section-header-titles .section-header-en {
  padding: 0 15px 0 18px;
  color: #b3d3b0;
  font-size: 18px;
  line-height: 21px;
}

.section-header-w::before {
  background-color: #b3d3b0;
}
.section-header-w .section-header-titles {
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
.section-header-w .section-header-titles .section-header-en {
  color: #fff;
}

@media (min-width: 992px) {
  .section-header h2 {
    padding-bottom: 12px;
    margin-bottom: 9px;
    font-size: 42px;
    font-weight: 900;
    line-height: 45px;
  }
  .section-header .section-header-en {
    font-size: 24px;
    line-height: 24px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .section-header-titles {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .section-header-titles h2 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 45px;
  }
  .section-header-titles hr {
    display: block;
    position: absolute;
    left: 0;
    border: none;
    width: 90%;
    height: 2px;
    background-color: #fff;
    margin: 0;
  }
  .section-header-titles .section-header-en {
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 24px;
  }
  .section-header-w .section-header-titles {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-section-contents {
  padding: 45px 15px;
  color: #000;
}
.page-section-contents .bcs {
  margin-left: -15px;
  margin-right: -15px;
}
.page-section-contents .bcs .bc {
  padding-left: 15px;
  padding-right: 15px;
}

.page-section-contents.page-section-contents-w {
  color: #fff;
}

@media (min-width: 768px) {
  .page-section-body {
    padding: 0 0 0 0;
  }
}
@media (min-width: 1200px) {
  .page-section-rev .bc-blank {
    order: 1;
  }
  .page-section-rev .bc-header {
    order: 4;
  }
  .page-section-rev .bc-blank02 {
    order: 3;
  }
  .page-section-rev .bc-contents {
    order: 2;
  }
  .page-section-contents {
    padding: 0;
  }
  .page-section-body {
    padding-top: 135px;
    padding-bottom: 90px;
    padding-left: 0;
  }
}
.section-message .section-header::before {
  background-color: #b3d3b0;
}

.joblist-and-interview {
  position: relative;
  padding-top: 0;
}

.joblist-header {
  position: relative;
  padding: 30px 0 30px 0;
  color: #fff;
}
.joblist-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1a5d32;
  clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
}
.joblist-header h2 {
  padding: 0 15px 6px 15px;
  margin-bottom: 3px;
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.joblist-header .section-header-en {
  padding: 0 15px;
  color: #b3d3b0;
  font-size: 18px;
  line-height: 21px;
}

.joblist-header-in {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .joblist-and-interview {
    position: relative;
    padding-top: 0;
  }
  .joblist-and-interview .joblist-header {
    padding: 60px 0 60px 0;
    margin-bottom: 45px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .joblist-and-interview .joblist-header h2 {
    padding-bottom: 12px;
    margin-bottom: 9px;
    font-size: 42px;
    font-weight: 900;
    line-height: 45px;
  }
  .joblist-and-interview .joblist-header .section-header-en {
    font-size: 24px;
    line-height: 24px;
  }
} /* end min 960 */
.jobtype {
  padding: 90px 0 0 0;
}

.jobtype-name {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: #1a5d32;
}
.jobtype-name h3 {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .jobtype-name h3 {
    font-size: 24px;
  }
}
.jobtype-contents {
  border-top: 3px solid #1a5d32;
  border-bottom: 3px solid #1a5d32;
}

.jobtipe-title {
  padding: 12px 9px;
  border-bottom: 1px dotted #1a5d32;
  font-weight: 600;
}

.jobtype-content {
  padding: 12px 9px;
  line-height: 30px;
}

.jobtype-btn {
  padding-top: 30px;
}
.jobtype-btn a {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 60px;
  margin: 0 auto;
  padding-top: 21px;
  background-image: url(../images/common/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-color: #1a5d32;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  transition: background-color 0.5s;
}
.jobtype-btn a:hover {
  background-color: #b3d3b0;
}

.interview-splite {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}
.interview-splite h3 {
  padding: 0 15px;
  margin-bottom: 60px;
}

#interview-slider {
  position: relative;
}
#interview-slider .home-works-prev {
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 54px;
  height: 109px;
  background-image: url(../images/home/home_interview_prev.svg);
  background-size: 54px 109px;
}
#interview-slider .home-works-next {
  right: 0;
  top: 50%;
  margin-top: -50px;
  width: 54px;
  height: 109px;
  background-image: url(../images/home/home_interview_next.svg);
  background-size: 54px 109px;
}

.interview-items.swiper-wrapper {
  align-items: stretch;
}

.interview-item {
  width: 240px;
  margin: 0 15px;
}
.interview-item a {
  display: block;
  padding: 20px;
  border: 1px solid #c6d6cc;
  background-color: #e5f2e4;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.interview-item a .item-body {
  position: relative;
  height: auto;
}
.interview-item a .item-body .item-name {
  font-size: 21px;
  line-height: 24px;
}
.interview-item a .item-name {
  font-weight: 700;
  padding: 24px 0 18px 0;
}
.interview-item a .item-btn {
  display: none;
}
.interview-item a figure {
  width: 215px;
  aspect-ratio: 1/1;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 3px solid #1a5d32;
  transition: border-radius 0.5s;
}
.interview-item a figure img {
  transform: scale(1);
  transition: transform 0.5s;
}
.interview-item a:hover figure {
  border-radius: 20%;
}
.interview-item a:hover figure img {
  transform: scale(1.2);
}

@media (min-width: 992px) {
  .interview-item {
    width: 320px;
  }
  .interview-item a {
    display: block;
    padding: 20px;
    border: 1px solid #c6d6cc;
    background-color: #e5f2e4;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .interview-item a .item-body {
    padding: 0 0 60px 0;
  }
  .interview-item a .item-body .item-name {
    font-size: 21px;
    line-height: 24px;
  }
  .interview-item a .item-name {
    font-weight: 700;
    padding: 24px 0 18px 0;
  }
  .interview-item a .item-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 18px;
    background-image: url(../images/common/btn_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-color: #1a5d32;
    color: #fff;
    font-size: 15px;
    transition: background-color 0.5s;
  }
  .interview-item a:hover .item-btn {
    background-color: #b3d3b0;
  }
} /* end min 960 */
.section-company {
  min-height: 100vh;
  padding-top: 120px;
}
.section-company .mobile-fixed-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: radial-gradient(#fff 30%, transparent 0), radial-gradient(#fff 30%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
  opacity: 0.1;
}
.section-company .mobile-fixed-parallax::after {
  content: "";
  position: absolute;
  width: 32.5%;
  height: 100%;
  background-color: #1a5d32;
  top: 0;
  left: 0;
  z-index: -1;
}

.company-table {
  width: 100%;
  color: #fff;
}
.company-table tbody tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  background-color: rgba(26, 93, 50, 0.5);
}
.company-table tbody tr th {
  display: block;
  width: 100%;
  padding: 9px 15px;
  background-color: rgba(26, 93, 50, 0.5);
}
.company-table tbody tr td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.company-table tbody tr:first-child {
  border-top: 3px solid #fff;
}
.company-table a {
  color: #fff;
}

.company-site-btn {
  padding: 90px 15px 120px 15px;
}
.company-site-btn a {
  display: block;
  width: 100%;
  max-width: 570px;
  height: 60px;
  margin: 0 auto;
  padding-top: 15px;
  background-color: #1a5d32;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-image: url(../images/common/outerlink.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 6px top 6px;
  transition: background-color 0.5s;
}
.company-site-btn a:hover {
  background-color: #b3d3b0;
}

.section-form {
  padding: 150px 0 90px 0;
}
.section-form .mailform-header {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.section-form .mailform-header h2 {
  padding-bottom: 12px;
  color: #000000;
  font-size: 42px;
  font-weight: 900;
}
.section-form .mailform-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 456px;
  height: 45px;
  margin: 0 auto;
  background-image: url(../images/home/contact_ttl.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.contact-warnings {
  margin: 15px 0;
  padding: 30px;
  border: 3px solid #cd420b;
  line-height: 27px;
}
.contact-warnings .item-ttl {
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .page-section .section-image {
    position: relative;
    top: auto;
    left: 0;
    z-index: 2;
    height: auto;
  }
  .page-section .section-image figure {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .page-section .page-section-body {
    margin-top: 0;
  }
  .page-section .page-section-body .section-catch {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .page-section .page-section-body .section-mes {
    font-size: 15px;
    line-height: 36px;
  }
  .page-section.section-conform {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  .company-table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .company-table tbody tr {
    display: table-row;
    width: 100%;
    background-color: rgba(26, 93, 50, 0.5);
    border-bottom: none;
  }
  .company-table tbody tr th {
    display: table-cell;
    width: 160px;
    padding: 21px 30px;
    background-color: rgba(26, 93, 50, 0.5);
    border-bottom: 1px solid #fff;
    vertical-align: top;
    text-align: left;
  }
  .company-table tbody tr td {
    display: table-cell;
    width: auto;
    padding: 21px 30px;
    border-bottom: 1px solid #fff;
    vertical-align: top;
  }
  .company-table tbody tr:first-child th {
    border-top: 1px solid #fff;
  }
  .company-table tbody tr:first-child td {
    border-top: 1px solid #fff;
  }
} /* end min 1200 */
.detail-mv {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  aspect-ratio: 1/6;
  background-image: url(../images/detail/d_mv.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.detail-mv::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/stripe_cover_bk.svg);
  background-repeat: repeat;
  background-size: 4px;
  opacity: 0.3;
}

.detail-mv-contents {
  position: relative;
  z-index: 1;
  background-color: rgba(26, 93, 50, 0.6);
  border-bottom: 1px solid rgba(179, 211, 176, 0.3);
  padding: 60px 15px 51px 15px;
  text-align: center;
  color: #fff;
}
.detail-mv-contents h1 {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 500;
}

.detail-mv-place .item-pref {
  display: inline-block;
  padding: 9px 15px 9px 15px;
  background-color: #1a5d32;
  border: 1px solid #b3d3b0;
  font-size: 18px;
  line-height: 18px;
}
.detail-mv-place .item-city {
  display: inline-block;
  padding: 9px 15px 9px 15px;
  background-color: #b3d3b0;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 18px;
  color: #1a5d32;
}

@media (min-width: 768px) {
  .detail-mv-contents h1 {
    font-size: 60px;
  }
  .detail-mv-place .item-pref {
    font-size: 27px;
    line-height: 27px;
  }
  .detail-mv-place .item-city {
    font-size: 27px;
    line-height: 27px;
  }
} /* end min 768 */
.detail-section {
  padding-bottom: 45px;
}

.detail-section-header {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 280px;
}
.detail-section-header .mobile-fixed-parallax::before, .detail-section-header .mobile-fixed-parallax::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 20px;
  opacity: 0.5;
}
.detail-section-header .mobile-fixed-parallax::before {
  top: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.detail-section-header .mobile-fixed-parallax::after {
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.detail-section-header .detail-section-header-conetnt {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.detail-section-header .detail-section-header-conetnt h2 {
  font-size: 27px;
  font-weight: 700;
}
.detail-section-header .detail-section-header-conetnt h2 .item-thin {
  font-weight: 400;
}
.detail-section-header .detail-section-header-en {
  padding-top: 48px;
  margin-top: 24px;
  background-image: url(../images/detail/d_section_title.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center top;
  color: #b4f8ad;
  font-size: 18px;
}

@media (max-width: 768px) {
  .detail-section-header {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .detail-section-header .recruit-detail-titles {
    height: 300px;
  }
  .detail-section-header.header01 {
    background-image: url(../images/detail/recruit_sectionheader01_sm.webp);
  }
  .detail-section-header.header02 {
    background-image: url(../images/detail/recruit_sectionheader02_sm.webp);
  }
  .detail-section-header.header03 {
    background-image: url(../images/detail/recruit_sectionheader03_sm.webp);
  }
} /*end max 768 */
@media (max-width: 480px) {
  .detail-section-header h2 {
    font-size: 30px;
  }
  .detail-section-header.header01 {
    background-image: url(../images/detail/recruit_sectionheader01_xs.webp);
  }
  .detail-section-header.header02 {
    background-image: url(../images/detail/recruit_sectionheader02_xs.webp);
  }
  .detail-section-header.header03 {
    background-image: url(../images/detail/recruit_sectionheader03_xs.webp);
  }
  .recruit-detail-titles h2 {
    font-size: 30px;
  }
} /*end max 480 */
@media (min-width: 992px) {
  .detail-section-header {
    min-height: 400px;
  }
  .detail-section-header .detail-section-header-conetnt h2 {
    font-size: 42px;
  }
  .detail-section-header .detail-section-header-en {
    font-size: 24px;
  }
} /* end min 960 */
.detail-jobdesc-contents {
  padding-top: 45px;
}

.detail-jobdesc-main {
  order: 2;
}

.detail-jobdesc-image {
  order: 1;
}
.detail-jobdesc-image .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.detail-jobdesc-image .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}
.detail-jobdesc-image figure {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .detail-jobdesc-main {
    order: 1;
  }
  .detail-jobdesc-image {
    order: 2;
  }
  .detail-jobdesc-image .bcs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .detail-jobdesc-image .bcs .bc {
    padding-left: 10px;
    padding-right: 10px;
  }
} /* end min 1200 */
.company-table.detail-job-desc tbody tr {
  background-color: rgba(26, 93, 50, 0.5);
}
.company-table.detail-job-desc tbody tr th {
  background-color: #1a5d32;
  color: #fff;
}
.company-table.detail-job-desc tbody tr td {
  background-color: #dfeddd;
  color: #000;
}
.company-table.detail-job-desc tbody tr:first-child {
  border-top: none;
}
.company-table.detail-job-desc a {
  color: #1a5d32;
}

.detail-benefit {
  background-color: #dfeddd;
}

.detail-fukuri-items {
  padding: 45px 0 0 0;
}
.detail-fukuri-items .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.detail-fukuri-items .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}

.detail-fukuri-item {
  margin-bottom: 30px;
  padding: 15px 0 30px 0;
  background-color: #fff;
}
.detail-fukuri-item .item-title {
  padding: 0 6px;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
}
.detail-fukuri-item .item-title small {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .detail-fukuri-items .bcs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .detail-fukuri-items .bcs .bc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .detail-fukuri-item .item-title {
    padding: 0 15px;
    font-size: 24px;
    line-height: 27px;
  }
  .detail-fukuri-item .item-title small {
    font-size: 15px;
  }
} /* end min 1200 */
.kind-content-title {
  margin-bottom: 45px;
}

.detail-kind-numbers {
  background-color: #dfeddd;
  padding: 45px 0 45px 0;
}
.detail-kind-numbers .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.detail-kind-numbers .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}

.kind-numbers-item {
  margin-bottom: 30px;
  padding: 15px 0 15px 0;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .detail-kind-numbers .bcs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .detail-kind-numbers .bcs .bc {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.detail-kind-point {
  padding: 45px 0;
}

.kind-point header {
  margin-bottom: 45px;
}

.kind-point .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.kind-point .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}

.kind-point-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #dfeddd;
  color: #000;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 30px 20px 20px 20px;
  text-align: center;
}
.kind-point-item a {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 3px solid transparent;
  transition: border 0.5s;
}
.kind-point-item a:hover {
  border: 3px solid #1a5d32;
}
.kind-point-item a::before {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  width: 36px;
  height: 27px;
  background-image: url(../images/recruit/kind_point_zoom.webp);
  z-index: 6;
}
.kind-point-item > figure {
  /*
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  */
}
.kind-point-item .item-title {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.kind-point-item .item-contents {
  display: none;
}

.kind-point .bcs,
.kind-point .bc {
  overflow: visible;
}

.kind-point-stage {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #dfeddd;
}

.kind-point-pop {
  padding: 15px;
}

.lity-container:has(.kind-point-pop) {
  width: 100%;
  height: 80%;
}
.lity-container:has(.kind-point-pop) .lity-content {
  height: 100%;
}
.lity-container:has(.kind-point-pop) .lity-content .item-content {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f4ffd4;
}

.kind-point-stage {
  padding: 30px 0;
}
.kind-point-stage .item-content {
  display: grid;
  align-items: center;
  height: 100%;
}

.popitem-title {
  border-bottom: 2px solid #dfeddd;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.popitem-content {
  line-height: 27px;
}

@media (max-width: 768px) {
  .kind-point-item {
    padding: 20px 10px 10px 10px;
  }
  .kind-point-item > figure {
    position: static;
  }
  .kind-point-item .item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .kind-point-item a {
    height: 100%;
  }
  .kind-point-item a::before {
    width: 18px;
    height: 14px;
    background-size: contain;
  }
  .kind-of-company {
    padding-top: 0px;
  }
} /*end max 768 */
@media (max-width: 992px) {
  .kind-point-item > figure {
    position: static;
  }
  .kind-point-item .item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .kind-point-item a {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .kind-point .bcs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kind-point .bcs .bc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kind-point-item {
    aspect-ratio: initial;
  }
  .kind-point-item.active {
    position: relative;
    background-color: #dfeddd;
  }
  .kind-point-item.active.active::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 21px solid #dfeddd;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  .kind-point-item.active.active::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-top: 21px solid #dfeddd;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  .kind-point-items .bcs .bc:nth-child(-n+4) .kind-point-item.active::before {
    content: none;
  }
  .kind-point-items .bcs .bc:nth-child(n+5) .kind-point-item.active::after {
    content: none;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .kind-point-item {
    height: 240px;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .kind-point-item {
    height: auto;
  }
}
.section-bizcontent {
  position: relative;
  z-index: 1;
  background-color: #dfeddd;
  padding-bottom: 60px;
}

.page-section .page-section-body.detail-about .section-mes {
  line-height: 30px;
}

.detail-bc-schedule {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}

.detail-bc-schedule-header-in {
  min-height: 73px;
  padding-left: 60px;
  padding-top: 12px;
  background-image: url(../images/detail/detail_bc_schedule.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.detail-bc-schedule-header-in h3 {
  position: relative;
  padding-left: 9px;
  padding-bottom: 15px;
  font-size: 27px;
  font-weight: 500;
}

.schedule-items {
  padding-top: 24px;
  margin-top: 30px;
}

.schedule-item,
.schedule-item-last {
  margin-bottom: 15px;
  background-color: #1a5d32;
  border-radius: 9px;
  padding: 15px;
  color: #fff;
}
.schedule-item .item-time,
.schedule-item-last .item-time {
  font-size: 21px;
  font-weight: 700;
}
.schedule-item .item-title,
.schedule-item-last .item-title {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .recruit-section .recruit-detail-header {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
  }
  .recruit-section .recruit-detail-header {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
  }
  .recruit-section .recruit-bc-body .recruit-section-mes {
    display: block;
    font-size: 15px;
    line-height: 36px;
  }
} /* end max 960 */
@media (max-width: 768px) {
  .recruit-detail-header {
    width: 100%;
    height: 300px;
    background-image: url(../images/recruit/recruit_titlebg_sm.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recruit-detail-header .recruit-detail-titles {
    height: 300px;
  }
} /*end max 768 */
@media (max-width: 480px) {
  .recruit-detail-header {
    background-image: url(../images/recruit/recruit_titlebg_xs.webp);
  }
  .recruit-detail-header h2 {
    font-size: 30px;
  }
  .recruit-detail-titles h2 {
    font-size: 30px;
  }
} /*end max 480 */
@media (min-width: 768px) {
  .recruit-bc-child .item-image {
    margin-bottom: 0;
  }
  .schedule-items {
    position: relative;
    height: auto;
  }
  .schedule-items::before {
    content: "";
    position: absolute;
    left: 150px;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 9px;
    height: calc(100% - 105px);
    background-color: #a6e6a1;
  }
  .schedule-item {
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 134px;
    margin-top: 0;
    margin-bottom: 9px;
    padding: 0 0 0 205px;
    background-color: transparent;
  }
  .schedule-item .item-time {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 27px;
    color: #1a5d32;
    font-size: 21px;
    font-weight: 700;
  }
  .schedule-item .item-time::before {
    content: "";
    position: absolute;
    right: -40px;
    top: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #1a5d32;
  }
  .schedule-item .item-time::after {
    content: "";
    position: absolute;
    top: 36px;
    right: -75px;
    width: 0;
    height: 0;
    border-right: 30px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .schedule-item .item-time p {
    width: 130px;
    text-align: right;
    padding-top: 6px;
  }
  .schedule-item .item-time p span {
    display: inline-block;
    text-align: left;
  }
  .schedule-item .item-content {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 9px;
    color: #222222;
    padding: 30px;
  }
  .schedule-item .item-content .item-title {
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
  }
  .schedule-item .item-content .item-body {
    line-height: 27px;
  }
  .schedule-item-last {
    position: relative;
    height: auto;
    max-width: 420px;
    margin-top: 0;
    padding: 0 0 0 205px;
  }
  .schedule-item-last .item-time {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 27px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
  }
  .schedule-item-last .item-time::before {
    content: "";
    position: absolute;
    right: -40px;
    top: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
  }
  .schedule-item-last .item-time::after {
    content: "";
    position: absolute;
    top: 23px;
    right: -39px;
    width: 0;
    height: 0;
    border-top: 32px solid #a6e6a1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  .schedule-item-last .item-time p {
    width: 130px;
    text-align: right;
    padding-top: 6px;
  }
  .schedule-item-last .item-time p span {
    display: inline-block;
    text-align: left;
  }
  .schedule-item-last .item-content {
    margin-top: 30px;
    color: #fff;
    padding: 30px;
  }
  .schedule-item-last .item-content .item-title {
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
  }
  .schedule-note {
    text-align: right;
  }
} /* end min 768 */
@media (min-width: 1200px) {
  .detail-bc-schedule-header {
    padding-top: 45px;
  }
} /* end min 1200 */
.detail-interview-item {
  padding-bottom: 30px;
}

.detail-interview-images .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.detail-interview-images .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}
.detail-interview-images figure {
  margin-bottom: 10px;
}

.detail-interview-name {
  background-color: #1a5d32;
  text-align: center;
  padding: 21px 15px 18px 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .detail-interview-name {
    font-size: 36px;
  }
} /* end min 1200 */
.detail-interview-qa {
  margin-bottom: 45px;
}
.detail-interview-qa .item-mark {
  position: absolute;
  top: 13px;
  width: 40px;
  height: 40px;
}
.detail-interview-qa .item-bg {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 45px;
  padding: 21px 15px;
  border-radius: 12px;
}
.detail-interview-qa .item-bg::before {
  content: "";
  position: absolute;
  top: 23px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.detail-interview-qa .item-q {
  position: relative;
  padding-right: 45px;
  min-height: 45px;
  margin-bottom: 24px;
}
.detail-interview-qa .item-q .item-mark {
  right: 0;
}
.detail-interview-qa .item-q .item-content {
  padding-right: 21px;
}
.detail-interview-qa .item-q .item-bg {
  background-color: #1a5d32;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.detail-interview-qa .item-q .item-bg::before {
  right: -21px;
  border-left: 22px solid #1a5d32;
}
.detail-interview-qa .item-a {
  position: relative;
  padding-left: 45px;
  min-height: 45px;
}
.detail-interview-qa .item-a .item-mark {
  left: 0;
}
.detail-interview-qa .item-a .item-content {
  padding-left: 21px;
}
.detail-interview-qa .item-a .item-bg {
  padding: 21px 15px;
  background-color: #dfeddd;
  color: #000;
  line-height: 27px;
}
.detail-interview-qa .item-a .item-bg::before {
  left: -21px;
  border-right: 22px solid #dfeddd;
}

@media (min-width: 768px) {
  .detail-interview-qa .item-mark {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
  }
  .detail-interview-qa .item-bg {
    min-height: 90px;
  }
  .detail-interview-qa .item-bg::before {
    content: "";
    position: absolute;
    top: 33px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .detail-interview-qa .item-q {
    position: relative;
    padding-right: 90px;
    min-height: 90px;
  }
  .detail-interview-qa .item-a {
    position: relative;
    padding-left: 90px;
    min-height: 90px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .detail-interview-item.detail-interview-item-rev .detail-interview-images {
    order: 2;
  }
  .detail-interview-item.detail-interview-item-rev .detail-interview-body {
    order: 1;
  }
}
.page-section-body.bizcontent-body {
  margin-top: 30px;
  padding-bottom: 30px;
}
.page-section-body.bizcontent-body .section-catch {
  position: relative;
  padding-left: 36px;
  margin-bottom: 21px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 500;
}
.page-section-body.bizcontent-body .section-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/detail/d_subtitle.webp);
  background-size: 30px auto;
  background-repeat: no-repeat;
}

.page-section-body.bizcontent-flow {
  padding-top: 0;
}
.page-section-body.bizcontent-flow .section-catch {
  position: relative;
  padding-left: 36px;
  margin-bottom: 21px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 500;
}
.page-section-body.bizcontent-flow .section-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../images/detail/d_subtitle.webp);
  background-size: 30px auto;
  background-repeat: no-repeat;
}
.page-section-body.bizcontent-flow .section-items .bc .section-item {
  position: relative;
  padding: 6px;
  border-radius: 12px;
  background-color: #fff;
  aspect-ratio: 1;
}
.page-section-body.bizcontent-flow .section-items .bc .section-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
  width: 23px;
  height: 21px;
  background-image: url(../images/detail/d_flow_arrow.svg);
  background-size: 23px auto;
  background-repeat: no-repeat;
}
.page-section-body.bizcontent-flow .section-items .bc .item-ttl {
  font-size: 12px;
  text-align: center;
  padding-bottom: 6px;
}
.page-section-body.bizcontent-flow .section-items .bc:last-child .section-item::before {
  content: none;
}

@media (min-width: 480px) {
  .page-section-body.bizcontent-flow .section-items .bc .section-item {
    padding: 15px;
  }
  .page-section-body.bizcontent-flow .section-items .bc .item-ttl {
    font-size: 15px;
    padding-bottom: 15px;
  }
} /* end min 480 */
@media (min-width: 768px) {
  .page-section-body.bizcontent-body {
    margin-top: 0;
    padding-bottom: 45px;
  }
  .page-section-body.bizcontent-flow .section-items .bc .section-item {
    padding: 9px;
  }
  .page-section-body.bizcontent-flow .section-items .bc .item-ttl {
    padding-bottom: 9px;
  }
} /* end min 768 */
@media (min-width: 1200px) {
  .page-section-body.bizcontent-flow .section-items .bc .item-ttl {
    font-size: 27px;
  }
} /* end min 1200 */
.section-form.detail-form {
  padding-top: 84px;
  background-color: #e5e7e1;
}

.entryform-header {
  margin-bottom: 60px;
}

.detail-interview-sliders {
  z-index: 2;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.detail-interview-sliders .swiper-wrapper {
  transition-timing-function: linear;
}
.detail-interview-sliders .swiper-slide {
  width: 280px;
  height: 280px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .detail-interview-sliders .swiper-slide {
    width: 400px;
    height: 400px;
  }
} /* end min 768 */
/*!==========
* page name
*/
.lity-iframe-container {
  height: 80vh;
  padding-top: 0;
}

.privacy {
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
}

.privacy-box {
  height: auto;
  padding: 15px;
}
.privacy-box h1 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 21px;
  padding-bottom: 3px;
  border-bottom: 1px solid #1a5d32;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.privacy-box h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 6px;
  background-color: #b3d3b0;
}
.privacy-box .privacy-inner {
  height: auto;
  padding-top: 30px;
}
.privacy-box h2 {
  position: relative;
  padding: 9px 9px 8px 9px;
  margin-bottom: 12px;
  border-top: 1px solid #1a5d32;
  border-bottom: 1px solid #1a5d32;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.privacy-box ul {
  padding: 9px 0 9px 24px;
  list-style: disc;
}
.privacy-box ul li {
  margin-top: 6px;
}

/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
/* end min 1200 */
/*!
*/
/*==========
* add style
*/
.blurIn {
  animation: blurIn 0.5s backwards;
}

@keyframes blurIn {
  from {
    opacity: 0;
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.blurZoomoutIn {
  animation-fill-mode: forwards;
  animation: blurZoomoutIn 0.8s backwards;
}

@keyframes blurZoomoutIn {
  from {
    opacity: 0;
    transform: scale(140%);
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    transform: scale(100%);
    filter: blur(0);
  }
}
.blurZoominIn {
  animation: blurZoominIn 0.8s;
}

@keyframes blurZoominIn {
  from {
    opacity: 0;
    transform: scale(60%);
    filter: blur(8px);
    animation-timing-function: ease-in-out;
  }
  to {
    opacity: 1;
    transform: scale(100%);
    filter: blur(0);
  }
}
.slideInLeftClip {
  clip-path: polygon(0 4.5vw, 0 4.5vw, 0 100%, 0% 100%);
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideInLeftClip;
}

@keyframes slideInLeftClip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.slideInLeftClipSlow {
  clip-path: polygon(0 4.5vw, 0 4.5vw, 0 100%, 0% 100%);
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideInLeftClip;
}

.slideOpenInClip {
  clip-path: polygon(60% 0, 60% 0, 40% 100%, 40% 100%);
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideOpenInClip;
}

@keyframes slideOpenInClip {
  0% {
    clip-path: polygon(60% 0, 60% 0, 40% 100%, 40% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.flagIn {
  animation-duration: 1s;
  animation-name: flagIn;
}

@keyframes flagIn {
  0% {
    transform: skew(0deg, 10deg);
    opacity: 0;
  }
  33% {
    transform: skew(0deg, -5deg);
    opacity: 1;
  }
  66% {
    transform: skew(0deg, 7deg);
  }
  to {
    transform: skew(0deg, 0deg);
  }
}
@keyframes zoomInFast {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomInFast {
  animation-duration: 0.5s;
  animation-name: zoomInFast;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
}/*# sourceMappingURL=style.css.map */