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

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

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

.iv, .ivo {
  visibility: hidden;
}

#gototop {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 150;
  width: 48px;
  height: 48px;
}
#gototop a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
}

#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 #72c16b;
  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;
  color: #6c8cff;
  transition: color 0.5s, left 0.5s;
}

.spnav-return a:hover span {
  left: -15px;
  color: rgb(202, 33, 36);
  transition: color 0.5s, left 0.5s;
}

#spnav ul.spnav-items {
  border-top: 1px dotted rgba(108, 140, 255, 0.5);
  padding-top: 1px;
  list-style: none;
}
#spnav ul.spnav-items li {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px dotted rgba(108, 140, 255, 0.9);
  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 #fff;
  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;
  color: #fff;
  background-color: #505050;
  font-weight: 700;
  line-height: 21px;
}
.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 #abd6ff;
  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%;
  }
  .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: #72c16b;
}

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

a {
  color: #ff7800;
}

a:hover {
  color: #ff9a41;
}

#gototop a {
  background-color: rgba(255, 120, 0, 0.8);
  color: #fff;
}

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

#spnav {
  background-color: rgba(114, 193, 107, 0.8);
  color: #fff;
}

.spnav-close a,
.spnav-return a {
  border: 2px solid transparent;
  background-color: #ff7800;
  color: #fff;
}
.spnav-close a span,
.spnav-return a span {
  color: white;
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 2px solid #ff7800;
  background-color: rgba(114, 193, 107, 0.8);
}

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

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

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

.page-table {
  border-top: 1px solid #ff7800;
}
.page-table th, .page-table td {
  border-bottom: 1px solid #ff7800;
}
.page-table th {
  border-bottom: 1px dotted #72c16b;
}

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

.form-items .form-item .item-title {
  background-color: #72c16b;
}

.form-btns .form-submit {
  background-color: #72c16b;
}
.form-btns .form-submit:hover {
  background-color: #ff7800;
}
.form-btns .form-reset {
  background-color: #555;
}
.form-btns .form-reset:hover {
  background-color: #777;
}

@media (min-width: 768px) {
  .page-table {
    border-top: none;
  }
  .page-table th {
    border-bottom: 1px solid #ff7800;
  }
  .page-table td {
    border-bottom: 1px solid #72c16b;
  }
  .page-table tr:first-child th {
    border-top: 2px solid #ff7800;
  }
  .page-table tr:first-child td {
    border-top: 2px solid #72c16b;
  }
}
.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: 320px;
  margin: 0 auto;
}

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

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

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 243.859954834px;
    stroke-dasharray: 243.859954834px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.859954834px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 243.859954834px;
    stroke-dasharray: 243.859954834px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 243.859954834px;
  }
}
.opmsvg-1 {
  -webkit-animation: animate-svg-stroke-1 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s both, animate-svg-fill-1 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s both;
  animation: animate-svg-stroke-1 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s both, animate-svg-fill-1 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 203.0838623047px;
    stroke-dasharray: 203.0838623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 203.0838623047px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 203.0838623047px;
    stroke-dasharray: 203.0838623047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 203.0838623047px;
  }
}
.opmsvg-2 {
  -webkit-animation: animate-svg-stroke-2 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s both, animate-svg-fill-2 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.28s both;
  animation: animate-svg-stroke-2 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s both, animate-svg-fill-2 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.28s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 97.0800018311px;
    stroke-dasharray: 97.0800018311px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 97.0800018311px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 97.0800018311px;
    stroke-dasharray: 97.0800018311px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 97.0800018311px;
  }
}
.opmsvg-3 {
  -webkit-animation: animate-svg-stroke-3 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s both, animate-svg-fill-3 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.36s both;
  animation: animate-svg-stroke-3 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s both, animate-svg-fill-3 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.36s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 40.4799957275px;
    stroke-dasharray: 40.4799957275px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 40.4799957275px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 40.4799957275px;
    stroke-dasharray: 40.4799957275px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 40.4799957275px;
  }
}
.opmsvg-4 {
  -webkit-animation: animate-svg-stroke-4 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s both, animate-svg-fill-4 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.44s both;
  animation: animate-svg-stroke-4 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s both, animate-svg-fill-4 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.44s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 157.3163909912px;
    stroke-dasharray: 157.3163909912px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.3163909912px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 157.3163909912px;
    stroke-dasharray: 157.3163909912px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 157.3163909912px;
  }
}
.opmsvg-5 {
  -webkit-animation: animate-svg-stroke-5 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s both, animate-svg-fill-5 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.52s both;
  animation: animate-svg-stroke-5 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s both, animate-svg-fill-5 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.52s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 218.839263916px;
    stroke-dasharray: 218.839263916px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.839263916px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 218.839263916px;
    stroke-dasharray: 218.839263916px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.839263916px;
  }
}
.opmsvg-6 {
  -webkit-animation: animate-svg-stroke-6 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s both, animate-svg-fill-6 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s both;
  animation: animate-svg-stroke-6 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s both, animate-svg-fill-6 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 226.8443450928px;
    stroke-dasharray: 226.8443450928px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.8443450928px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 226.8443450928px;
    stroke-dasharray: 226.8443450928px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.8443450928px;
  }
}
.opmsvg-7 {
  -webkit-animation: animate-svg-stroke-7 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s both, animate-svg-fill-7 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.68s both;
  animation: animate-svg-stroke-7 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.9s both, animate-svg-fill-7 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.68s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 218.8394470215px;
    stroke-dasharray: 218.8394470215px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.8394470215px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 218.8394470215px;
    stroke-dasharray: 218.8394470215px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.8394470215px;
  }
}
.opmsvg-8 {
  -webkit-animation: animate-svg-stroke-8 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s both, animate-svg-fill-8 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.76s both;
  animation: animate-svg-stroke-8 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1s both, animate-svg-fill-8 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.76s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 132.3475036621px;
    stroke-dasharray: 132.3475036621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132.3475036621px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 132.3475036621px;
    stroke-dasharray: 132.3475036621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132.3475036621px;
  }
}
.opmsvg-9 {
  -webkit-animation: animate-svg-stroke-9 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.1s both, animate-svg-fill-9 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.84s both;
  animation: animate-svg-stroke-9 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.1s both, animate-svg-fill-9 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.84s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 182.4525604248px;
    stroke-dasharray: 182.4525604248px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 182.4525604248px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 182.4525604248px;
    stroke-dasharray: 182.4525604248px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 182.4525604248px;
  }
}
.opmsvg-10 {
  -webkit-animation: animate-svg-stroke-10 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s both, animate-svg-fill-10 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.92s both;
  animation: animate-svg-stroke-10 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s both, animate-svg-fill-10 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.92s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 196.924331665px;
    stroke-dasharray: 196.924331665px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.924331665px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 196.924331665px;
    stroke-dasharray: 196.924331665px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.924331665px;
  }
}
.opmsvg-11 {
  -webkit-animation: animate-svg-stroke-11 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s both, animate-svg-fill-11 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s both;
  animation: animate-svg-stroke-11 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.3s both, animate-svg-fill-11 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 203.1228942871px;
    stroke-dasharray: 203.1228942871px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 203.1228942871px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 203.1228942871px;
    stroke-dasharray: 203.1228942871px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 203.1228942871px;
  }
}
.opmsvg-12 {
  -webkit-animation: animate-svg-stroke-12 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s both, animate-svg-fill-12 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.08s both;
  animation: animate-svg-stroke-12 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.4s both, animate-svg-fill-12 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.08s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 247.8969421387px;
    stroke-dasharray: 247.8969421387px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.8969421387px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 247.8969421387px;
    stroke-dasharray: 247.8969421387px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.8969421387px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-13 {
  -webkit-animation: animate-svg-stroke-13 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s both, animate-svg-fill-13 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.16s both;
  animation: animate-svg-stroke-13 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s both, animate-svg-fill-13 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.16s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 205.8888397217px;
    stroke-dasharray: 205.8888397217px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.8888397217px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 205.8888397217px;
    stroke-dasharray: 205.8888397217px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.8888397217px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-14 {
  -webkit-animation: animate-svg-stroke-14 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s both, animate-svg-fill-14 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.24s both;
  animation: animate-svg-stroke-14 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.6s both, animate-svg-fill-14 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.24s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 143.5600128174px;
    stroke-dasharray: 143.5600128174px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143.5600128174px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 143.5600128174px;
    stroke-dasharray: 143.5600128174px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 143.5600128174px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-15 {
  -webkit-animation: animate-svg-stroke-15 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s both, animate-svg-fill-15 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.32s both;
  animation: animate-svg-stroke-15 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.7s both, animate-svg-fill-15 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.32s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 161.5623474121px;
    stroke-dasharray: 161.5623474121px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 161.5623474121px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 161.5623474121px;
    stroke-dasharray: 161.5623474121px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 161.5623474121px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-16 {
  -webkit-animation: animate-svg-stroke-16 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s both, animate-svg-fill-16 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s both;
  animation: animate-svg-stroke-16 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.8s both, animate-svg-fill-16 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 218.4270477295px;
    stroke-dasharray: 218.4270477295px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.4270477295px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 218.4270477295px;
    stroke-dasharray: 218.4270477295px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.4270477295px;
  }
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-17 {
  -webkit-animation: animate-svg-stroke-17 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.9s both, animate-svg-fill-17 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.48s both;
  animation: animate-svg-stroke-17 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.9s both, animate-svg-fill-17 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.48s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 226.8797302246px;
    stroke-dasharray: 226.8797302246px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.8797302246px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 226.8797302246px;
    stroke-dasharray: 226.8797302246px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 226.8797302246px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-18 {
  -webkit-animation: animate-svg-stroke-18 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s both, animate-svg-fill-18 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.56s both;
  animation: animate-svg-stroke-18 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2s both, animate-svg-fill-18 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.56s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 218.4271697998px;
    stroke-dasharray: 218.4271697998px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.4271697998px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 218.4271697998px;
    stroke-dasharray: 218.4271697998px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 218.4271697998px;
  }
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-19 {
  -webkit-animation: animate-svg-stroke-19 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.1s both, animate-svg-fill-19 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.64s both;
  animation: animate-svg-stroke-19 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.1s both, animate-svg-fill-19 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.64s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 133.1713867188px;
    stroke-dasharray: 133.1713867188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 133.1713867188px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 133.1713867188px;
    stroke-dasharray: 133.1713867188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 133.1713867188px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-20 {
  -webkit-animation: animate-svg-stroke-20 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s both, animate-svg-fill-20 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.72s both;
  animation: animate-svg-stroke-20 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.2s both, animate-svg-fill-20 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.72s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 186.3844604492px;
    stroke-dasharray: 186.3844604492px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 186.3844604492px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 186.3844604492px;
    stroke-dasharray: 186.3844604492px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 186.3844604492px;
  }
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-21 {
  -webkit-animation: animate-svg-stroke-21 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s both, animate-svg-fill-21 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.8s both;
  animation: animate-svg-stroke-21 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.3s both, animate-svg-fill-21 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.8s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 196.7795410156px;
    stroke-dasharray: 196.7795410156px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.7795410156px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 196.7795410156px;
    stroke-dasharray: 196.7795410156px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 196.7795410156px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-22 {
  -webkit-animation: animate-svg-stroke-22 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s both, animate-svg-fill-22 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.88s both;
  animation: animate-svg-stroke-22 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.4s both, animate-svg-fill-22 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.88s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 205.9060058594px;
    stroke-dasharray: 205.9060058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.9060058594px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 205.9060058594px;
    stroke-dasharray: 205.9060058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 205.9060058594px;
  }
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 120, 0);
  }
}
.opmsvg-23 {
  -webkit-animation: animate-svg-stroke-23 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.5s both, animate-svg-fill-23 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.96s both;
  animation: animate-svg-stroke-23 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.5s both, animate-svg-fill-23 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 2.96s both;
}

/*!
*/ /*!==========
* common
*/
.gheader {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.gheader .gheader-in {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 2px solid #ff7800;
  border-bottom: 2px solid #72c16b;
}

.ghlogo {
  width: 100%;
  padding: 18px 60px 21px 60px;
  text-align: center;
}
.ghlogo h1 {
  display: inline-block;
}
.ghlogo .hlogo-sub {
  display: inline-block;
  padding-top: 6px;
}

.footer-map {
  width: 100%;
  height: 70vh;
  max-height: 350px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.gfooter {
  padding-top: 60px;
}
.gfooter .gf-info {
  margin-bottom: 30px;
}
.gfooter .gf-info .gf-info-company {
  display: inline-block;
  text-align: center;
}
.gfooter .gf-info .gf-info-company .gf-logo {
  padding-bottom: 9px;
}
.gfooter .gf-info .gf-info-company .gf-logo img {
  max-width: 170px;
  display: inline-block;
}
.gfooter .gf-info .gf-info-company .gf-company-name {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
}
.gfooter .gf-info .gf-info-item {
  margin-bottom: 6px;
}
.gfooter .gf-info .fmes {
  padding-top: 15px;
}
.gfooter .bc-item-permit dt {
  font-weight: 700;
}
.gfooter .bc-item-permit dd {
  padding-left: 1em;
  padding-bottom: 6px;
}

.gfnav ul {
  border-top: 6px solid #ff7800;
  list-style: none;
}
.gfnav ul li {
  border-bottom: 1px solid #72c16b;
  padding: 2px 0;
}
.gfnav ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 9px 9px 9px 21px;
  color: #222;
  text-decoration: none;
  background-color: rgba(255, 120, 0, 0);
  transition: background-color 0.5s;
}
.gfnav ul li a:hover {
  background-color: rgba(255, 120, 0, 0.2);
}
.gfnav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 5px solid #ff7800;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.gfbn {
  padding-top: 15px;
  text-align: right;
}

.copyright {
  margin-top: 30px;
  padding-top: 9px;
  height: 60px;
  background-color: #72c16b;
  color: #fff;
}
.copyright p {
  max-width: 1500px;
  margin: 0 auto;
  padding: 12px 15px 0 15px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .gfooter .gf-info {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  .gfooter .gf-info .gf-info-company {
    margin: 0 auto;
  }
  .gfooter .gf-info .bcs {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
  .gfnavs {
    padding-top: 30px;
  }
  .gfnavs ul {
    border-top: none;
    text-align: center;
  }
  .gfnavs ul li a::before {
    content: none;
  }
  .gfnavs .bc:first-child ul {
    border-top: 3px solid #ff7800;
  }
} /*end max 768 */
/* end min 480 */
@media (min-width: 768px) {
  .gfnavs {
    padding-top: 56px;
  }
} /* end min 768 */
@media (min-width: 1470px) {
  .gheader {
    position: relative;
  }
  .gheader .gheader-in {
    padding-left: 472px;
  }
  .ghlogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 371px;
    text-align: center;
  }
  .ghlogo h1 {
    display: inline-block;
  }
}
/*!
*/
.gnav a {
  font-weight: 700;
  text-decoration: none;
}
.gnav a > span {
  display: block;
}
.gnav a .gnav-item-name {
  position: relative;
  padding-bottom: 36px;
}
.gnav a .gnav-item-name::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 18px;
}
.gnav .gnav-item01 a .gnav-item-name::after {
  background-image: url(../images/common/gnav01.svg);
}
.gnav .gnav-item02 a .gnav-item-name::after {
  bottom: 5px;
  height: 20px;
  background-image: url(../images/common/gnav02.svg);
  background-size: auto 20px;
}
.gnav .gnav-item03 a .gnav-item-name::after {
  bottom: 5px;
  height: 17px;
  background-image: url(../images/common/gnav03.svg);
  background-size: auto 17px;
}
.gnav .gnav-item04 a .gnav-item-name::after {
  bottom: 3px;
  height: 20px;
  background-image: url(../images/common/gnav04.svg);
  background-size: auto 20px;
}
.gnav .gnav-item05 a .gnav-item-name::after {
  bottom: 5px;
  height: 17px;
  background-image: url(../images/common/gnav05.svg);
  background-size: auto 17px;
}
.gnav .gnav-item06 a .gnav-item-name::after {
  bottom: 2px;
  height: 20px;
  background-image: url(../images/common/gnav06.svg);
  background-size: auto 20px;
}
.gnav .gnav-item07 a .gnav-item-name::after {
  bottom: 4px;
  background-image: url(../images/common/gnav_contact.svg);
}

.gnav-items a {
  position: relative;
  display: block;
  height: 105px;
  overflow: hidden;
  padding-top: 21px;
  line-height: 15px;
  background-color: rgba(255, 120, 0, 0);
  transition: background-color 0.5s;
}
.gnav-items a:hover {
  background-color: rgba(255, 120, 0, 0.2);
}
.gnav-items a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 9px solid rgba(255, 120, 0, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-9px);
  transition: border-top 0.5s, transform 0.5s;
}
.gnav-items a:hover::after {
  border-top: 9px solid #ff7800;
  transform: translateY(0);
}
.gnav-items .gnav-item-name {
  color: #ff7800;
}
.gnav-items .gnav-item-en {
  color: #52b549;
  font-size: 9px;
}

.gnav-contact {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 105px;
  color: #fff;
  text-align: center;
  line-height: 15px;
}

.gnav-contact-btn {
  float: left;
  width: 140px;
  height: 105px;
}
.gnav-contact-btn a {
  position: relative;
  z-index: 1;
  display: block;
  position: relative;
  width: 140px;
  height: 105px;
  overflow: hidden;
  padding-top: 21px;
  line-height: 15px;
}
.gnav-contact-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  background-color: #ff7800;
  transition: background-color 0.5s;
}
.gnav-contact-btn a .gnav-item-name {
  color: white;
}
.gnav-contact-btn a .gnav-item-en {
  color: white;
  font-size: 9px;
}
.gnav-contact-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 9px solid rgba(255, 255, 255, 0);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-9px);
  transition: border-top 0.5s, transform 0.5s;
}
.gnav-contact-btn a:hover::before {
  background-color: rgba(255, 120, 0, 0.8);
}
.gnav-contact-btn a:hover::after {
  border-top: 9px solid white;
  transform: translateY(0);
}

.gnav-contact-number {
  float: right;
  width: calc(100% - 140px);
  height: 100%;
  padding-top: 9px;
  text-align: center;
  background-color: #72c16b;
}
.gnav-contact-number .gnav-contact-number-in {
  display: inline-block;
  text-align: left;
}
.gnav-contact-number .gnav-contact-number-in div {
  margin-bottom: 4px;
}
.gnav-contact-number p {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 15px;
}
.gnav-contact-number p:last-child {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 0;
}
.gnav-contact-number p:last-child span {
  color: #ffae00;
}
.gnav-contact-number a {
  opacity: 1;
  transition: opacity 0.5s;
}
.gnav-contact-number a:hover {
  opacity: 0.7;
}

.gnav-contact-numbers {
  display: flex;
  margin: 0 15px;
  gap: 15px;
}
.gnav-contact-numbers > div {
  flex: 1;
  width: 50%;
}

@media (max-width: 480px) {
  .ghlogo {
    padding: 18px 80px 9px 21px;
  }
  .gnav-contact {
    height: auto;
  }
  .gnav .gnav-contact-btn {
    float: none;
    width: 100%;
    height: auto;
  }
  .gnav .gnav-contact-btn a {
    width: 100%;
    height: auto;
    padding: 24px 0 21px 0;
  }
  .gnav .gnav-contact-btn a .gnav-item-name {
    display: inline-block;
    padding: 0 0 0 36px;
  }
  .gnav .gnav-contact-btn a .gnav-item-name::after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
  }
  .gnav .gnav-contact-btn .gnav-item-en {
    display: none;
  }
  .gnav-contact-number {
    float: none;
    width: 100%;
    padding: 15px 0 15px 0;
  }
} /*end max 480 */
@media (min-width: 992px) {
  .gnav-items {
    display: flex;
    list-style: none;
    width: 100%;
    height: 105px;
  }
  .gheader-fixed {
    border-top: none;
    border-bottom: none;
  }
  .gheader-fixed .gnav {
    height: 60px;
  }
  .gheader-fixed .gnav-items {
    height: 60px;
  }
  .gheader-fixed .gnav-item {
    height: 60px;
  }
  .gnav-item {
    flex: 1;
    height: 105px;
  }
  .gnav-item a {
    display: block;
    width: 100%;
    height: 105px;
    text-align: center;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .gnav-items {
    float: left;
    width: calc(100% - 438px);
  }
  .gnav-contact {
    float: right;
    width: 438px;
  }
}
@media (min-width: 1470px) {
  .gnav {
    float: right;
    height: 105px;
    width: 100%;
    max-width: 1158px;
  }
}
#gheader-fixed-pos {
  width: 100%;
  height: 0;
}

.gheader.gheader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 60px;
  margin: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.gheader.gheader-fixed .ghlogo {
  height: 60px;
  padding: 12px 30px 0 30px;
}
.gheader.gheader-fixed .ghlogo img {
  width: auto;
  height: 36px;
}
.gheader.gheader-fixed .gnav a {
  font-weight: 700;
  text-decoration: none;
}
.gheader.gheader-fixed .gnav a > span {
  display: block;
}
.gheader.gheader-fixed .gnav a .gnav-item-name {
  padding-bottom: 0;
}
.gheader.gheader-fixed .gnav a .gnav-item-name::after {
  content: none;
}
.gheader.gheader-fixed .gnav-items a {
  height: 60px;
  padding-top: 21px;
}
.gheader.gheader-fixed .gnav-contact {
  height: 60px;
}
.gheader.gheader-fixed .gnav-contact-btn {
  height: 60px;
}
.gheader.gheader-fixed .gnav-contact-btn a {
  padding-top: 21px;
  height: 60px;
  font-weight: 700;
  text-decoration: none;
}
.gheader.gheader-fixed .gnav-contact-btn a > span {
  display: block;
}
.gheader.gheader-fixed .gnav-contact-btn a .gnav-item-name {
  padding-bottom: 0;
}
.gheader.gheader-fixed .gnav-contact-btn a .gnav-item-name::after {
  content: none;
}
.gheader.gheader-fixed .gnav-contact-number {
  padding-top: 15px;
}
.gheader.gheader-fixed .gnav-contact-number p {
  margin-bottom: 2px;
  font-size: 12px;
}
.gheader.gheader-fixed .gnav-contact-number p:last-child {
  margin-top: 0;
  font-size: 12px;
}

@media (min-width: 992px) {
  .gheader.gheader-fixed .gnav-items {
    float: left;
    width: calc(100% - 438px);
  }
  .gheader.gheader-fixed .gnav-contact {
    float: right;
    width: 438px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .gheader.gheader-fixed {
    padding-bottom: 0;
  }
  .gnav-items {
    float: left;
    width: calc(100% - 438px);
  }
  .gnav-contact {
    float: right;
    width: 438px;
  }
}
@media (min-width: 1470px) {
  .gnav {
    float: right;
    height: 105px;
    width: 100%;
    max-width: 1158px;
  }
}
/*==========
* pages style
*/
/*!==========
* home
*/
.home-mv {
  position: relative;
  z-index: 1;
  display: grid;
  overflow: hidden;
  align-items: center;
  width: 100%;
  height: 380px;
  background-image: url(../images/home/home_mv_image.webp);
  background-position: center center;
  background-size: cover;
}

.home-mv-mes h2 {
  font-size: 27px;
  line-height: 51px;
  color: #fff;
}
.home-mv-mes h2 span {
  padding: 0 9px 3px 9px;
  background-color: #72c16b;
}
.home-mv-mes h2 .item {
  background-color: #ff7800;
}

@media (min-width: 768px) {
  .home-mv {
    min-height: 630px;
  }
  .home-mv-mes h2 {
    font-size: 36px;
    line-height: 66px;
  }
} /* end min 768 */
@media (min-width: 1200px) {
  .home-mv-mes h2 {
    font-size: 48px;
    line-height: 90px;
  }
  .home-mv-mes h2 span {
    padding: 0 15px 6px 15px;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .home-mv {
    height: calc(100vh - 105px);
    min-height: 800px;
  }
}
.home-read {
  min-height: 100vh;
}
.home-read .mobile-fixed-parallax img {
  object-position: center center;
}

.home-read-catch {
  width: 100%;
  height: auto;
  color: #fff;
  margin-bottom: 180px;
  padding: 60px 15px 45px 15px;
  background-color: rgba(103, 81, 66, 0.7);
}
.home-read-catch h2 {
  letter-spacing: 0.01em;
  font-size: 36px;
  line-height: 48px;
}
.home-read-catch h2 span {
  display: inline-block;
}
.home-read-catch h2 .item01 {
  padding: 0 12px 6px 12px;
  margin-right: 12px;
  background-color: #0083ff;
}
.home-read-catch h2 .item02 {
  padding: 0 6px;
  border-bottom: 4px solid #001b72;
}

.home-read-body-separate {
  width: 100%;
  padding: 45px 15px 60px 15px;
  background-color: rgba(103, 81, 66, 0.7);
}

.home-read-sub-catch {
  padding-top: 24px;
}
.home-read-sub-catch p {
  font-size: 21px;
  line-height: 42px;
  color: #fff;
}

.home-read-image {
  margin-bottom: 45px;
}

.home-read-mes {
  width: 100%;
  height: auto;
}
.home-read-mes p {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
}

@media (max-width: 480px) {
  .home-read-catch h2 {
    font-size: 27px;
    line-height: 36px;
  }
} /*end max 480 */
@media (min-width: 768px) {
  .home-read-catch {
    padding: 60px 96px;
  }
  .home-read-body-separate {
    padding: 60px 96px;
  }
  .home-read-sub-catch p {
    font-size: 24px;
  }
  .home-read-mes p {
    font-size: 18px;
    line-height: 42px;
  }
} /* end min 768 */
@media (max-width: 992px) {
  .home-read .b-s-rigit {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .home-read .bcs {
    padding: 0;
    margin: 0;
  }
  .home-read .bc {
    padding: 0;
  }
} /* end max 960 */
@media (min-width: 992px) {
  .home-read-body-in {
    width: 40%;
    min-width: 640px;
    height: 100%;
  }
  .home-read-catch {
    padding: 90px 45px 30px 45px;
    margin-bottom: 0;
  }
  .home-read-body-separate {
    padding: 0 45px 90px 45px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .home-read-sub-catch p {
    font-size: 27px;
    line-height: 48px;
  }
}
@media (min-width: 1470px) {
  .home-read-body-in {
    min-width: 820px;
  }
  .home-read-catch {
    padding: 90px 95px 30px 95px;
  }
  .home-read-body-separate {
    padding: 0 95px 90px 95px;
  }
}
.home-section-header {
  position: relative;
  min-height: 90px;
  padding-left: 108px;
  padding-top: 15px;
}
.home-section-header h2 {
  margin-bottom: 9px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 36px;
  color: #ff7800;
}
.home-section-header .home-section-header-en {
  padding-left: 1px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #52b549;
}

.home-section-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90px 90px;
}

@media (max-width: 768px) {
  .home-section-header {
    position: relative;
    padding-top: 21px;
  }
  .home-section-header h2 {
    margin-bottom: 9px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 27px;
  }
  .home-section-header .home-section-header-en {
    padding-left: 1px;
    font-size: 12px;
    line-height: 12px;
  }
} /*end max 768 */
/*end min 992 */
.home-btn {
  position: relative;
  z-index: 1;
  display: block;
  height: 45px;
  max-width: 350px;
  margin: 0 auto;
  background-color: #212121;
  overflow: hidden;
  border: 3px solid #212121;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: color 0.5s, background-color 0.5s;
}
.home-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 9px;
}
.home-btn span::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/home/home_news_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 21px 21px;
}

.home-btn:hover {
  color: #212121;
}

.home-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0%;
  height: 41px;
  background-color: #fff;
  transition: width 0.5s;
}

.home-btn:hover::before {
  width: 100%;
}

.home-biz {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-biz .home-section-header {
  margin-bottom: 90px;
}
.home-biz .home-section-header::before {
  background-image: url(../images/home/home_biz_icon.webp);
}
.home-biz .b-s-rigit {
  overflow: visible;
}
.home-biz .b-s-rigit .bcs {
  overflow: visible;
}

.home-biz-items .bc:last-child .home-biz-item {
  margin-bottom: 0;
}

.home-biz-item {
  position: relative;
  padding: 45px 15px 30px 15px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 90px;
}
.home-biz-item::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center center;
}

#home-biz-item01::before {
  background-image: url(../images/home/home_biz01_icon.svg);
}

#home-biz-item02::before {
  background-image: url(../images/home/home_biz02_icon.svg);
}

#home-biz-item03::before {
  background-image: url(../images/home/home_biz03_icon.svg);
}

.home-biz-item-image {
  margin-bottom: 15px;
}

.home-biz-item-header {
  border-top: 2px solid #ff7800;
  border-bottom: 2px solid #72c16b;
  padding: 12px 0;
  margin-bottom: 9px;
}
.home-biz-item-header h3 {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}

.home-biz-mes {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 30px;
}

.home-biz-btn .home-btn {
  height: 60px;
  max-width: 260px;
  background-color: #72c16b;
  border: 3px solid #72c16b;
  border-radius: 30px;
  transition: color 0.5s, background-color 0.5s;
}
.home-biz-btn .home-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 15px;
}
.home-biz-btn .home-btn span::after {
  top: 24px;
  right: 20px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-radius: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  background-image: none;
  transition: border-left 0.5s;
}
.home-biz-btn .home-btn:hover {
  color: #ff7800;
}
.home-biz-btn .home-btn:hover span::after {
  border-left: 10px solid #ff7800;
}
.home-biz-btn .home-btn::before {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.home-biz-btn .home-btn:hover::before {
  width: 100%;
}

/*end max 768 */
@media (min-width: 992px) {
  .home-biz {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .home-biz-item {
    margin-bottom: 0;
  }
} /* end min 960 */
.home-company {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home-company .home-section-header {
  height: auto;
  color: #fff;
}
.home-company .home-section-header::before {
  background-image: url(../images/home/home_company_icon.webp);
}
.home-company .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.home-company .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}

.home-company-body {
  padding: 60px 0;
  background-color: rgba(103, 81, 66, 0.6);
}

.home-company-header h2 {
  color: #fff;
}
.home-company-header .home-section-header-en {
  color: #fff;
}

.home-company-items {
  padding-top: 45px;
}

.home-company-item a {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  background-color: rgba(113, 190, 106, 0);
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: white;
  transition: background-color 0.5s;
}
.home-company-item a figure {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid #fff;
}
.home-company-item a figure img {
  display: inline-block;
  transform: scale(100%);
  transition: transform 0.5s;
}
.home-company-item a p {
  padding-top: 6px;
  font-size: 27px;
  font-weight: 700;
}
.home-company-item a:hover {
  background-color: rgba(113, 190, 106, 0.6);
}
.home-company-item a:hover figure img {
  transform: scale(120%);
}

@media (max-width: 768px) {
  .home-company .home-company-item {
    margin-bottom: 24px;
  }
  .home-company a {
    color: #fff;
  }
  .home-company a figure {
    margin: 0 auto;
    max-width: 240px;
  }
  .home-company a p {
    font-size: 18px;
  }
  .home-company-bg {
    height: calc(100% - 30px);
  }
} /*end max 768 */
@media (min-width: 992px) {
  .home-company-items {
    margin: 0 auto;
  }
  .home-company-items .bcs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-company-items .bcs .bc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-company-item a {
    padding: 10px;
  }
} /* end min 960 */
.home-recruitment {
  position: relative;
  background-color: white;
  overflow: hidden;
}
.home-recruitment::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #a38e7c;
}

.home-recruit-noinfo {
  border: 2px solid #ffa200;
  border-radius: 5px;
  padding: 0.5em;
  margin-top: 9px;
}
.home-recruit-noinfo p {
  position: relative;
  padding-left: 1em;
  line-height: 1.5em;
}
.home-recruit-noinfo .item-mark {
  position: absolute;
  left: 0;
}

.home-recruitment-header {
  position: relative;
  padding-bottom: 130px;
}
.home-recruitment-header h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.home-recruitment-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-recruitment-mes {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  line-height: 36px;
}

.home-recruit,
.home-partner {
  width: 100%;
  height: 100%;
  color: #fff;
}

.home-recruitment-in {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px 0 240px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.home-recruitment-btn {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.home-recruitment-btn a {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 33px;
  background-color: rgba(30, 30, 30, 0.5);
}
.home-recruitment-btn a span {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 14px;
  background-image: url(../images/home/home_recruit_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 36px 14px;
  background-position: right 24px center;
  transition: background-position 0.5s;
}
.home-recruitment-btn a:hover span {
  background-position: right 9px center;
}
.home-recruitment-btn a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(199, 93, 0, 0);
  transition: width 0.4s, background-color 0.4s;
}
.home-recruitment-btn a:hover::before {
  width: 110%;
  background-color: rgba(199, 93, 0, 0.75);
}
.home-recruitment-btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 120, 0, 0);
  transition: width 1s, background-color 1s;
}
.home-recruitment-btn a:hover::after {
  width: 110%;
  background-color: rgba(255, 120, 0, 0.75);
}

.home-recruit .home-recruitment-in {
  background-image: url(../images/home/home_recruit_bg.webp);
}
.home-recruit .home-recruitment-header::after {
  background-image: url(../images/home/home_recruit_icon.webp);
}
.home-partner .home-recruitment-in {
  background-image: url(../images/home/home_partner_bg.webp);
}
.home-partner .home-recruitment-header::after {
  background-image: url(../images/home/home_partner_icon.webp);
}
.home-partner .home-recruitment-btn a::before {
  background-color: rgba(80, 150, 73, 0);
}
.home-partner .home-recruitment-btn a:hover::before {
  background-color: rgba(80, 150, 73, 0.75);
}
.home-partner .home-recruitment-btn a::after {
  background-color: rgba(114, 193, 107, 0);
}
.home-partner .home-recruitment-btn a:hover::after {
  background-color: rgba(114, 193, 107, 0.75);
}

@media (min-width: 992px) {
  .home-recruitment {
    padding: 0 40px 60px 40px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .home-recruitment {
    padding: 0 80px 60px 80px;
  }
} /* end min 1200 */
/*!
*/
.home-entries {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-entries section {
  position: relative;
  padding-bottom: 60px;
}
.home-entries .home-entries-header {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 9px;
}
.home-entries .home-entries-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #ff7800;
}
.home-entries .home-entries-header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #72c16b;
}
.home-entries .home-entries-header h2 {
  position: relative;
  padding-left: 75px;
  font-weight: 700;
  font-size: 27px;
}
.home-entries .home-entries-header h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/home/home_news_icon.svg);
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
.home-entries .home-entries-header .home-section-header-en {
  height: 18px;
  color: #777;
}
.home-entries .home-entries-header .home-section-header-en p {
  width: 220px;
  height: 18px;
  padding-left: 75px;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}
.home-entries .home-entries-items a {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  color: #222222;
  transition: color 0.5s;
}
.home-entries .home-entries-items a figure {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.753623;
  overflow: hidden;
  margin-bottom: 3px;
}
.home-entries .home-entries-items a figure img {
  transform: scale(100%);
  transition: transform 0.5s;
}
.home-entries .home-entries-items a h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.home-entries .home-entries-items a:hover {
  color: #ff7800;
}
.home-entries .home-entries-items a:hover figure img {
  transform: scale(120%);
}

.home-news {
  margin-bottom: 45px;
}
.home-news .home-entry-item a {
  color: #000;
}

.home-blog {
  margin-bottom: 45px;
}
.home-blog .home-entries-header {
  margin-bottom: 16px;
}
.home-blog .home-entries-header h2::before {
  background-image: url(../images/home/home_blog_icon.svg);
  background-size: 60px 60px;
}

.home-works {
  margin-bottom: 45px;
}
.home-works .home-entries-header {
  margin-bottom: 16px;
}
.home-works .home-entries-header h2::before {
  background-image: url(../images/home/home_works_icon.svg);
  background-size: 60px 60px;
}

.home-news-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-news-btn .home-btn {
  background-color: #ff7800;
  border: 3px solid #ff7800;
  border-radius: 22.5px;
  color: #fff;
  transition: color 0.5s;
}
.home-news-btn .home-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: white;
  background-image: url(../images/home/home_news_arrow_h.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: right 8px center;
}
.home-news-btn .home-btn span::after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/home/home_news_arrow.svg);
  background-position: right 8px center;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-news-btn .home-btn:hover {
  color: #72c16b;
}
.home-news-btn .home-btn:hover span::after {
  opacity: 0;
}
.home-news-btn .home-btn::before {
  background-color: #fff;
}

.home-blog-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-blog-btn .home-btn {
  background-color: #ff7800;
  border: 3px solid #ff7800;
  border-radius: 22.5px;
  color: #fff;
  transition: color 0.5s;
}
.home-blog-btn .home-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: white;
  background-image: url(../images/home/home_news_arrow_h.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: right 8px center;
}
.home-blog-btn .home-btn span::after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/home/home_news_arrow.svg);
  background-position: right 8px center;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-blog-btn .home-btn:hover {
  color: #72c16b;
}
.home-blog-btn .home-btn:hover span::after {
  opacity: 0;
}
.home-blog-btn .home-btn::before {
  background-color: #fff;
}

.home-works-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-works-btn .home-btn {
  background-color: #72c16b;
  border: 3px solid #72c16b;
  border-radius: 22.5px;
  color: #fff;
  transition: color 0.5s;
}
.home-works-btn .home-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: white;
  background-image: url(../images/home/home_news_arrow.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: right 8px center;
}
.home-works-btn .home-btn span::after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/home/home_news_arrow_h.svg);
  background-position: right 8px center;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-works-btn .home-btn:hover {
  color: #ff7800;
}
.home-works-btn .home-btn:hover span::after {
  opacity: 0;
}
.home-works-btn .home-btn::before {
  background-color: #fff;
}

.home-entries-items.type02 {
  margin-bottom: 30px;
}
.home-entries-items.type02 .home-entry-item {
  padding: 15px 9px 24px 9px;
  margin-bottom: 9px;
  border-bottom: 1px dotted black;
}
.home-entries-items.type02 .home-entry-item .item-title a {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  transition: color 0.5s;
  color: #222222;
}
.home-entries-items.type02 .home-entry-item .item-title a:hover {
  color: #ff7800;
}

@media (max-width: 768px) {
  .home-works-item {
    width: 280px;
  }
} /*end max 768 */
@media (max-width: 480px) {
  .home-works-item {
    width: 200px;
  }
  #home-works-slider .home-works-prev,
  #home-works-slider .home-works-next {
    width: 30px;
  }
} /*end max 480 */
/*!==========
* pages common
*/
.pages-gfooter {
  border-top: 6px solid #ff7800;
}

.pages-mv {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 280px;
}
.pages-mv .pages-mv-body {
  position: relative;
}
.pages-mv .pages-mv-body figure {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 280px;
}
.pages-mv .pages-mv-body figure::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/pages_mv_cv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pages-mv .pages-mv-body figure img {
  min-height: 280px;
}

.pages-mv-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 117px;
  background-color: rgba(255, 255, 255, 0.85);
}
.pages-mv-title .pages-mv-title-in {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 128px;
  padding-right: 15px;
  padding-top: 0px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.pages-mv-title .pages-mv-title-body {
  height: 68px;
}
.pages-mv-title .pages-title-icon {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: auto;
  height: 106px;
}
.pages-mv-title .pages-title-icon figure {
  width: 100%;
  height: 100%;
}
.pages-mv-title h1 {
  height: 48px;
  color: #222;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 48px;
}
.pages-mv-title h1.news-pages-title {
  letter-spacing: 0;
}
.pages-mv-title .title-en {
  position: relative;
  color: #fff;
  padding-bottom: 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.pages-mv-title .title-en::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: calc((50vw - 50% + 49px) * -1);
  bottom: 4px;
  width: 100vw;
  height: 24px;
  background-color: #ff7800;
}
.pages-mv-title .title-en::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: calc((50vw - 50% + 49px) * -1);
  bottom: 0;
  width: 100vw;
  height: 2px;
  background-color: white;
  border-bottom: 2px solid #72c16b;
}
.pages-mv-title .title-en p {
  padding-top: 3px;
  padding-left: 2px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .pages-mv-title {
    height: 85px;
  }
  .pages-mv-title .pages-mv-title-in {
    padding-left: 92px;
    padding-top: 0px;
  }
  .pages-mv-title .pages-title-icon {
    left: 15px;
    height: 75px;
  }
  .pages-mv-title .pages-mv-title-body {
    height: 44px;
  }
  .pages-mv-title img {
    height: 65px;
  }
  .pages-mv-title h1 {
    height: 30px;
    font-size: 21px;
    line-height: 27px;
  }
  .pages-mv-title .title-en {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
  }
  .pages-mv-title .title-en::before {
    left: calc((50vw - 50% + 46px) * -1);
    width: 100vw;
    height: 21px;
  }
  .pages-mv-title .title-en p {
    padding-top: 3px;
    padding-left: 1px;
    letter-spacing: 0.02em;
  }
} /*end max 768 */
.pages-article {
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 15px;
  line-height: 36px;
}
.pages-article p + p {
  margin-top: 1.8em;
}

.pages-section-header {
  padding: 45px 0 30px 0;
  margin-bottom: 15px;
  text-align: center;
}
.pages-section-header h3 {
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: left;
}
.pages-section-header h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -54px;
  width: 30px;
  height: 2px;
  border-top: 3px solid #ff7800;
  border-bottom: 3px solid #72c16b;
}
.pages-section-header h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -54px;
  width: 30px;
  height: 2px;
  border-top: 3px solid #ff7800;
  border-bottom: 3px solid #72c16b;
}

.page-section-sttl {
  position: relative;
  min-height: 60px;
  padding-left: 60px;
  margin-bottom: 9px;
}

.page-section-sttl-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
}

.page-section-sttl-body {
  margin-left: 8px;
}
.page-section-sttl-body h4 {
  position: relative;
  padding-top: 12px;
  padding-left: 6px;
  padding-bottom: 9px;
  border-bottom: 2px solid #72c16b;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.page-section-sttl-body h4::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #ff7800;
}

@media (min-width: 992px) {
  .pages-section-header {
    background-size: 70px auto;
    background-position: left bottom 27px;
  }
  .pages-section-header h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.1em;
  }
  .page-section-sttl-body h4 {
    font-size: 24px;
  }
  .page-hassttl-body {
    padding-left: 60px;
  }
} /* end min 960 */
.contact-btn {
  width: 100%;
  max-width: 524px;
  height: 66px;
  margin: 0 auto;
  margin-top: 45px;
}
.contact-btn a {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 66px;
  background-color: #ff7800;
  border: 3px solid #ff7800;
  border-radius: 33px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.5s;
}
.contact-btn a:hover {
  color: #72c16b;
}
.contact-btn a:hover div::after {
  opacity: 0;
}
.contact-btn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0%;
  height: calc(100% + 2px);
  background-color: #fff;
  transition: width 0.5s;
}
.contact-btn a:hover::before {
  width: 100%;
}
.contact-btn a::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 54px;
  height: 54px;
  background-image: url(../images/common/contact_btn_icon.svg);
  background-size: 54px 54px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.contact-btn a div {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contact-btn a div::before {
  content: "";
  position: absolute;
  right: 18px;
  top: -3px;
  width: 32px;
  height: 30px;
  background-image: url(../images/common/contact_btn_arrow_h.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 30px;
}
.contact-btn a div::after {
  content: "";
  position: absolute;
  right: 18px;
  top: -3px;
  width: 32px;
  height: 30px;
  background-image: url(../images/common/contact_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 30px;
  opacity: 1;
  transition: opacity 0.5s;
}

@media (max-width: 480px) {
  .contact-btn a {
    font-size: 15px;
  }
  .pages-article {
    padding-top: 30px;
    padding-bottom: 60px;
  }
} /*end max 480 */
.contact-warnings {
  margin: 15px 0;
  padding: 30px;
  border: 3px solid #cd8579;
  line-height: 27px;
}
.contact-warnings .item-ttl {
  font-weight: 700;
  margin-bottom: 15px;
}

.pages-section-in {
  padding-top: 45px;
}
.pages-section-in h4 {
  padding-bottom: 15px;
  text-align: center;
  color: #000;
  font-size: 27px;
  font-weight: 700;
}

/*!==========
* company
*/
.pages-article.company-article {
  padding-top: 0;
}

.greeting-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.greeting-mes-catch {
  text-align: center;
  margin: 0px 0 18px 0;
  font-size: 21px;
  color: rgb(18, 100, 69);
}
.greeting-mes-catch span {
  position: relative;
  display: inline-block;
}
.greeting-mes-catch span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -10px;
  right: -10px;
  width: calc(100% + 20px);
  height: 6px;
  background-color: rgba(18, 100, 69, 0.4);
}

.greeting-name {
  padding-top: 30px;
  text-align: right;
}
.greeting-name img {
  display: inline-block;
}

.outline-images {
  margin-bottom: 30px;
}
.outline-images figure {
  margin-bottom: 15px;
}

.company-access-item {
  margin-bottom: 30px;
}
.company-access-item .item-map {
  width: 100%;
  height: 360px;
  margin-top: 21px;
  margin-bottom: 15px;
}
.company-access-item .item-map iframe {
  width: 100%;
  height: 360px;
}
.company-access-item .item-body p {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.pages-company-in {
  padding-top: 45px;
}
.pages-company-in h4 {
  padding-bottom: 15px;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
}

/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .greeting-mes-catch {
    text-align: center;
    margin: 24px 0 30px 0;
    font-size: 30px;
    color: rgb(18, 100, 69);
  }
  .greeting-mes-catch span {
    position: relative;
    display: inline-block;
  }
  .greeting-mes-catch span::before {
    bottom: 0px;
  }
  .greeting-section-body {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
  }
  .outline-images {
    margin-bottom: 0;
  }
} /* end min 960 */
/* end min 1200 */
/*!
*/
/*!==========
* service
*/
.pages-article.service-article {
  padding-top: 0;
  padding-bottom: 0;
}

.service-read {
  min-height: 100vh;
}
.service-read .mobile-fixed-parallax img {
  object-position: center center;
}

.service-read-catch {
  width: 100%;
  height: auto;
  color: #fff;
  margin-bottom: 180px;
  padding: 60px 15px 45px 15px;
  background-color: rgba(103, 81, 66, 0.6);
  text-align: center;
}
.service-read-catch h2 {
  letter-spacing: 0.01em;
  font-size: 30px;
  line-height: 42px;
}
.service-read-catch h2 span {
  position: relative;
  display: inline-block;
  padding: 0 3px 2px 3px;
}
.service-read-catch h2 span::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border-top: 2px solid #ff7800;
  border-bottom: 2px solid #72c16b;
}

.service-read-catch-in {
  display: inline-block;
  text-align: left;
}

.service-read-body-separate {
  width: 100%;
  padding: 45px 15px 60px 15px;
  background-color: rgba(103, 81, 66, 0.6);
}

.service-read-sub-catch {
  padding-top: 24px;
}
.service-read-sub-catch p {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  color: #fff;
}

.service-read-mes {
  margin-bottom: 45px;
  width: 100%;
  height: auto;
}
.service-read-mes p {
  font-size: 15px;
  line-height: 36px;
  color: #fff;
}

@media (max-width: 480px) {
  .service-read-catch h2 {
    font-size: 27px;
    line-height: 36px;
  }
} /*end max 480 */
@media (min-width: 768px) {
  .service-read-mes p {
    font-size: 18px;
    line-height: 42px;
  }
} /* end min 768 */
@media (max-width: 992px) {
  .service-read .b-s-rigit {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .service-read .bcs {
    padding: 0;
    margin: 0;
  }
  .service-read .bc {
    padding: 0;
  }
} /* end max 960 */
@media (min-width: 992px) {
  .service-read-catch {
    padding: 90px 45px 30px 45px;
    margin-bottom: 0;
    text-align: left;
  }
  .service-read-catch h2 {
    font-size: 36px;
    line-height: 54px;
  }
  .service-read-body-separate {
    padding: 0 45px 90px 45px;
  }
  .service-read-sub-catch p {
    font-size: 24px;
  }
} /* end min 960 */
.service-item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.service-item:last-child {
  margin-bottom: 60px;
}

.service-item-header {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 45px;
}
.service-item-header h3 {
  position: relative;
  height: 60px;
  padding-left: 84px;
  padding-top: 9px;
  font-size: 36px;
  line-height: 36px;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.service-item-header h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 330px);
  height: 6px;
  border-top: 2px solid #ff7800;
  border-bottom: 2px solid #72c16b;
}

#service01 .service-item-header h3 {
  background-image: url(../images/home/home_biz01_icon.svg);
}

#service02 .service-item-header h3 {
  background-image: url(../images/home/home_biz02_icon.svg);
}

#service03 .service-item-header h3 {
  background-image: url(../images/home/home_biz03_icon.svg);
}

.service-item-mes {
  margin-top: 30px;
  width: 100%;
}

.service-item-image figure {
  overflow: hidden;
}

@media (max-width: 480px) {
  .service-item-header h3 {
    height: 45px;
    padding-left: 60px;
    font-size: 27px;
    line-height: 27px;
    background-size: 45px auto;
  }
  .service-item-header h3::before {
    width: calc(100% - 240px);
  }
} /*end max 480 */
@media (min-width: 992px) {
  .service-item-mes {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    max-width: 100%;
    min-height: 100%;
    margin-top: 0;
  }
} /* end min 960 */
.service-child-item {
  padding-top: 12px;
  margin-top: 45px;
  border-top: 1px dotted #abd6ff;
}

.service-child-item-header {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 15px;
}
.service-child-item-header::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 19px;
  height: 19px;
  background-image: url(../images/service/service_s_icon.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
}
.service-child-item-header h4 {
  position: relative;
  z-index: 1;
  padding-left: 9px;
  font-size: 18px;
  line-height: 36px;
}

.service-child-mes {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .service-child-mes {
    padding-top: 0;
  }
} /* end min 992 */
.service-contact {
  padding: 0 15px;
  margin-bottom: 60px;
}

.service-contact-body {
  padding: 45px 15px 30px 15px;
  border: 3px solid #ff7800;
  border-radius: 12px;
}

.service-contact-mes {
  text-align: center;
}
.service-contact-mes p {
  display: inline-block;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
}

.service-contact-btn {
  width: 100%;
  max-width: 524px;
  height: 60px;
  margin: 0 auto;
  margin-top: 30px;
}
.service-contact-btn a {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 60px;
  background-color: #72c16b;
  border: 3px solid #72c16b;
  border-radius: 33px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.5s;
}
.service-contact-btn a:hover {
  color: #ff7800;
}
.service-contact-btn a:hover div::after {
  opacity: 0;
}
.service-contact-btn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0%;
  height: calc(100% + 2px);
  background-color: #fff;
  transition: width 0.5s;
}
.service-contact-btn a:hover::before {
  width: 100%;
}
.service-contact-btn a::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  background-image: url(../images/service/service_btn_icon.svg);
  background-size: 27px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-contact-btn a div {
  position: relative;
  z-index: 2;
  text-align: center;
}
.service-contact-btn a div::before {
  content: "";
  position: absolute;
  right: 18px;
  top: -3px;
  width: 32px;
  height: 30px;
  background-image: url(../images/service/service_btn_arrow_h.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 30px;
}
.service-contact-btn a div::after {
  content: "";
  position: absolute;
  right: 18px;
  top: -3px;
  width: 32px;
  height: 30px;
  background-image: url(../images/common/contact_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 30px;
  opacity: 1;
  transition: opacity 0.5s;
}

@media (max-width: 480px) {
  .service-contact-mes p {
    font-size: 15px;
    line-height: 24px;
  }
} /*end max 480 */
@media (min-width: 768px) {
  .service-contact-mes p {
    font-size: 24px;
  }
} /* end min 768 */
/*!==========
* recruit
*/
.pages-article.recruit-article {
  padding-top: 0;
}

#recruit-partner {
  padding-bottom: 45px;
}

.partner-images {
  margin-left: -3px;
  margin-right: -3px;
}
.partner-images .bc {
  padding-left: 3px;
  padding-right: 3px;
}
.partner-images figure {
  width: 100%;
  margin-bottom: 6px;
}

.recruit-information-read {
  width: 100%;
  height: auto;
  padding: 60px 15px;
  margin-bottom: 72px;
  background-image: url(../images/recruit/recruit_sttl_image.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
}
.recruit-information-read .recruit-information-read-body {
  display: inline-block;
  text-align: left;
}

.recruit-noinfo {
  border: 3px solid #cd8579;
  padding: 15px;
  font-size: 15px;
  line-height: 30px;
}

/*end max 480 */
/*end max 768 */
/* end min 480 */
@media (min-width: 768px) {
  .recruit-information-read {
    font-size: 27px;
    line-height: 36px;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .recruit-information-read {
    font-size: 36px;
    line-height: 72px;
  }
  .recruit-noinfo {
    padding: 45px 30px;
    font-size: 18px;
    line-height: 30px;
  }
} /* end min 960 */
/* end min 1200 */
.detail-fukuri .detail-fukuri-header {
  padding: 60px 0 30px 0;
}
.detail-fukuri .detail-fukuri-header h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.detail-fukuri .detail-fukuri-items .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.detail-fukuri .detail-fukuri-items .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}
.detail-fukuri .detail-fukuri-item {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
  background-color: #abd6ff;
  border-radius: 15px;
}
.detail-fukuri .detail-fukuri-item .item-title {
  padding: 30px 15px 30px 15px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
.detail-fukuri .detail-fukuri-item .item-title small {
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 992px) {
  .detail-fukuri .detail-fukuri-items .bcs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .detail-fukuri .detail-fukuri-items .bcs .bc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-fukuri .detail-fukuri-item .item-title {
    font-size: 24px;
  }
} /* end min 960 */
.kind-of-company {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 45px;
}

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

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

.kind-numbers {
  margin-bottom: 45px;
}

header.kind-numbers-only {
  position: relative;
  height: 380px;
  overflow: hidden;
  margin-bottom: 30px;
}
header.kind-numbers-only .kind-numbers-only-in {
  display: grid;
  align-items: center;
  position: relative;
  width: 100%;
  height: 380px;
}
header.kind-numbers-only .kind-numbers-only-in h2 {
  padding: 0 15px;
}
header.kind-numbers-only .kind-numbers-only-in h2 img {
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
}
header.kind-numbers-only .mobile-fixed-parallax.kind-numbers-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 380px;
}
header.kind-numbers-only .mobile-fixed-parallax.kind-numbers-bg figure {
  width: 100%;
  height: 100%;
}
header.kind-numbers-only .mobile-fixed-parallax.kind-numbers-bg figure img {
  position: absolute;
  top: 0%;
  left: 0;
  min-width: 100vw;
  min-height: 200vh;
  object-position: center 50%;
}

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

.kind-numbers-item {
  display: grid;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.734;
  background-color: #abd6ff;
  border-radius: 15px;
  margin-bottom: 30px;
}

.kind-point-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #abd6ff;
  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 #001b72;
}
.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: #7aa9d5;
  border-radius: 15px;
}

.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: #fff;
}

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

.popitem-title {
  border-bottom: 3px solid #001b72;
  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;
  }
  header.kind-numbers-only {
    height: 240px;
  }
  header.kind-numbers-only .kind-numbers-only-in {
    height: 240px;
  }
  header.kind-numbers-only .mobile-fixed-parallax.kind-numbers-bg {
    height: 240px;
  }
} /*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-numbers-items .bcs,
  .kind-point .bcs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .kind-numbers-items .bcs .bc,
  .kind-point .bcs .bc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .kind-point-item.active {
    position: relative;
    background-color: #389eff;
  }
  .kind-point-item.active.active::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 21px solid #389eff;
    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 #389eff;
    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 */
.recruit-messages-body {
  padding: 45px 0;
}
.recruit-messages-body .recruit-section-image {
  margin-bottom: 30px;
}
.recruit-messages-body .recruit-section-catch {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}
.recruit-messages-body .recruit-section-mes {
  font-size: 18px;
  line-height: 39px;
}

@media (max-width: 992px) {
  .recruit-section .section-image {
    position: relative;
    top: auto;
    left: 0;
    z-index: 2;
    height: auto;
    margin-top: -210px;
    margin-bottom: 30px;
  }
  .recruit-section .section-image figure {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.5;
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
  }
  .recruit-section .recruit-messages-body .recruit-section-catch {
    font-size: 24px;
    line-height: 36px;
  }
  .recruit-section .recruit-messages-body .recruit-section-mes {
    font-size: 15px;
    line-height: 36px;
  }
} /* end max 960 */
.recruit-detail-header {
  position: relative;
  height: 390px;
}
.recruit-detail-header .mobile-fixed-parallax img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.recruit-detail-titles {
  display: grid;
  align-items: center;
  width: 100%;
  height: 390px;
  color: #fff;
  text-align: center;
}
.recruit-detail-titles h2 {
  font-size: 42px;
}
.recruit-detail-titles .recruit-detail-header-en {
  font-size: 18px;
  font-weight: 400;
  line-height: 42px;
}

@media (max-width: 992px) {
  .recruit-detail-header {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .recruit-detail-header {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/recruit/recruit_titlebg_sm.webp);
  }
  .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 */
/*!
*/
/*!==========
* contact
*/
.contact-read-image {
  margin-top: 30px;
  margin-bottom: 45px;
}

.common-contact {
  margin-top: 90px;
  margin-bottom: 45px;
}
.common-contact .b-s-rigit, .common-contact .bcs {
  overflow: visible;
}
.common-contact .common-contact-header {
  position: relative;
  background-color: #ff7800;
  border-radius: 9px 9px 0 0;
  padding: 12px 0;
}
.common-contact .common-contact-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: -45px;
  left: 18px;
  background-color: #ff7800;
  background-image: url(../images/common/common_contact_mark.svg);
  background-repeat: no-repeat;
  background-size: 69px auto;
  background-position: center center;
}
.common-contact .common-contact-header h2 {
  padding-left: 120px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}
.common-contact .common-contact-main {
  position: relative;
  z-index: 1;
  border: 3px solid #ff7800;
  border-radius: 0 0 9px 9px;
  padding: 27px 15px 21px 15px;
  color: #fff;
  overflow: visible;
}
.common-contact .common-contact-item {
  background-color: #72c16b;
  padding: 27px 18px 15px 18px;
  border-radius: 9px;
  margin-bottom: 15px;
}
.common-contact .common-contact-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.common-contact .common-contact-item a img {
  width: 100%;
  height: auto;
}
.common-contact .common-contact-item dl dd {
  padding-left: 18px;
}
.common-contact .common-contact-note {
  text-align: center;
  color: #222;
}
.common-contact .common-contact-note .common-contact-note-in {
  display: inline-block;
  text-align: left;
}
.common-contact .common-contact-note .common-contact-note-in p {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}

@media (max-width: 480px) {
  .common-contact .common-contact-header {
    padding: 24px 0 12px 0;
    text-align: center;
  }
  .common-contact .common-contact-header::before {
    width: 75px;
    height: 75px;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 54px auto;
  }
  .common-contact .common-contact-header h2 {
    padding-left: 0;
  }
} /*end max 480 */
/*end max 768 */
/* end min 480 */
@media (min-width: 768px) {
  .common-contact .common-contact-header {
    padding: 6px 0;
  }
  .common-contact .common-contact-header::before {
    width: 113px;
    height: 113px;
    top: -57px;
    left: 33px;
    background-size: 88px auto;
  }
  .common-contact .common-contact-header h2 {
    padding-left: 150px;
    font-size: 30px;
    line-height: 44px;
  }
  .common-contact .common-contact-main {
    padding: 27px 30px 21px 30px;
  }
  .common-contact .common-contact-item {
    padding: 27px 39px 15px 39px;
  }
  .common-contact .common-contact-item dl {
    position: relative;
    padding-left: 132px;
  }
  .common-contact .common-contact-item dl dt {
    position: absolute;
    left: 0;
    width: 120px;
  }
  .common-contact .common-contact-item dl dd {
    padding-left: 0;
  }
  .common-contact .common-contact-note .common-contact-note-in p {
    font-size: 18px;
    line-height: 24px;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .contact-read-image {
    margin-top: 0;
    margin-bottom: 0;
  }
} /* end min 960 */
/* end min 1200 */
.contact-line-title {
  padding: 9px 0 3px 0;
  line-height: 21px;
}

.contact-line-xs {
  text-align: center;
}
.contact-line-xs .contact-line-btn {
  padding-top: 15px;
}
.contact-line-xs .contact-line-btn a {
  display: inline-block;
  border: 1px solid #06c755;
  border-radius: 30px;
}
.contact-line-xs .contact-line-btn a span {
  display: block;
  padding: 13px;
  background-color: #fff;
  transition: background-color 0.5s;
}
.contact-line-xs .contact-line-btn a:hover span {
  display: block;
  background-color: rgba(6, 199, 85, 0.2);
}
.contact-line-xs .contact-line-btn img {
  display: inline;
}

.contact-line-lg {
  display: flex;
  justify-content: center;
}
.contact-line-lg .contact-line-btn {
  display: grid;
  align-items: center;
  width: 38.2300884956%;
  max-width: 216px;
  padding-left: 6px;
}
.contact-line-lg .contact-line-btn a {
  display: inline-block;
  border: 1px solid #06c755;
  border-radius: 30px;
}
.contact-line-lg .contact-line-btn a span {
  display: block;
  padding: 13px;
  background-color: #fff;
  transition: background-color 0.5s;
}
.contact-line-lg .contact-line-btn a:hover span {
  display: block;
  background-color: rgba(6, 199, 85, 0.2);
}

.common-contact-information {
  margin-top: 30px;
  background-color: white;
  border-radius: 9px;
  text-align: center;
  padding-bottom: 6px;
}

.common-contact-information-mes {
  display: inline-block;
  color: #0000cd;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 24px 0 30px 0;
  text-align: left;
}

.common-contact-fax {
  width: 273px;
  margin: 0 auto 6px auto;
}

.common-contact-mail {
  display: inline-block;
}
.common-contact-mail a {
  display: block;
  background-image: url(../images/common/common_contact_mail_h.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.common-contact-mail a figure {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-contact-mail a:hover figure {
  opacity: 0;
}

@media (min-width: 992px) {
  .common-contact-information-images {
    display: flex;
    justify-content: center;
    gap: 6px;
  }
  .common-contact-fax {
    display: inline-block;
    width: inherit;
    margin: 0;
  }
} /* end min 992 */
@media (min-width: 1200px) {
  .common-contact-information {
    display: flex;
    justify-content: space-between;
    padding: 6px 6px 6px 40px;
  }
  .common-contact-information-mes {
    display: grid;
    align-items: center;
    margin: 0;
  }
} /* end min 1200 */
/*!
*/
/*!==========
* news
*/
.news-item .item-tags {
  padding-left: 76px;
  padding-top: 9px;
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid #72c16b;
  font-size: 0;
  letter-spacing: 0;
}
.news-item .item-tags ul {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
.news-item .item-tags li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 12px;
}
.news-item .item-tags li a {
  display: block;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.5s;
}
.news-item .item-tags li a:hover {
  opacity: 0.6;
}
.news-item .item-tags .tag-maincategory {
  background-color: #ff7800;
}
.news-item .item-tags .tag-subcategory {
  background-color: #72c16b;
}
.news-item .item-body {
  padding-left: 0px;
  padding-bottom: 60px;
}
.news-item .item-content {
  position: relative;
  min-height: 100%;
}
.news-item .item-more-btn {
  position: relative;
  z-index: 1;
  width: 220px;
  height: 46px;
  margin: 45px auto 0 auto;
}
.news-item .item-more-btn a {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #72c16b;
  border: 3px solid #72c16b;
  border-radius: 23px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  transition: color 0.5s;
}
.news-item .item-more-btn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: width 0.5s;
}
.news-item .item-more-btn a:hover {
  color: #ff7800;
}
.news-item .item-more-btn a:hover::before {
  width: calc(100% + 2px);
}
.news-item .item-more-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-image: url(../images/news/news_more_icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.news-item .item-more-btn a span {
  position: relative;
  display: block;
  z-index: 3;
}
.news-item .item-more-btn a span::before, .news-item .item-more-btn a span::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 22px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../images/news/news_more_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 20px;
  opacity: 1;
  transition: opacity 0.5s;
}
.news-item .item-more-btn a span::before {
  background-image: url(../images/news/news_more_arrow_h.svg);
}
.news-item .item-more-btn a span::after {
  background-image: url(../images/news/news_more_arrow.svg);
}
.news-item .item-more-btn a span:hover::after {
  opacity: 0;
}
.news-item .item-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.news-header {
  position: relative;
  padding-left: 76px;
  border-top: 3px solid #ff7800;
  border-bottom: 1px dotted #72c16b;
}

.news-icon {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

.news-header-body {
  min-height: 78px;
  padding: 18px 0;
}
.news-header-body .item-date {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.news-header-body h2 {
  font-size: 24px;
  line-height: 30px;
}
.news-header-body h2 a {
  text-decoration: none;
  color: #222;
  transition: color 0.5s;
}
.news-header-body h2 a:hover {
  color: #ff7800;
}

.news-aside-items h3 {
  padding: 12px 0 0 15px;
  height: 42px;
  background-color: #ff7800;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}

.news-newentries {
  padding-bottom: 30px;
}

.news-newsentry {
  min-height: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #72c16b;
}
.news-newsentry a {
  display: block;
  padding: 15px;
  border-radius: 6px;
  background-color: rgba(255, 120, 0, 0);
  text-decoration: none;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color 0.5s;
}
.news-newsentry a figure {
  width: 100%;
  height: auto;
  margin-top: 9px;
  border-radius: 0;
  overflow: hidden;
  transition: border-radius 0.5s;
}
.news-newsentry a figure img {
  transform: scale(1);
  transition: transform 0.5s;
}
.news-newsentry a:hover {
  background-color: rgba(255, 120, 0, 0.2);
}
.news-newsentry a:hover figure {
  border-radius: 18px;
}
.news-newsentry a:hover figure img {
  transform: scale(1.25);
}

.news-categories ul {
  list-style: none;
}
.news-categories li {
  display: block;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
.news-categories .news-category-items > ul > li {
  border-bottom: 1px solid #72c16b;
}
.news-categories .news-category-items > ul > li > a {
  font-weight: 700;
}
.news-categories .news-category-items > ul ul {
  padding-left: 18px;
}
.news-categories .news-category-items > ul ul a {
  padding: 7px 15px 5px 39px;
}
.news-categories a {
  position: relative;
  display: block;
  padding: 12px 15px 10px 39px;
  color: #222;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  background-color: rgba(255, 120, 0, 0);
  border-radius: 3px;
  transition: background-color 0.5s;
}
.news-categories a::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #ff7800;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
}
.news-categories a:hover {
  background-color: rgba(255, 120, 0, 0.2);
}

.pager {
  display: inline-block;
  padding: 25px 0 50px 0;
  list-style: none;
  font-size: 0;
  text-align: left;
}

.pager a,
.pager span {
  display: inline-block;
  margin: 0 3px 8px 3px;
  padding: 10px 14px 8px 14px;
  background-color: #72c16b;
  border: 1px solid #ff7800;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: background-color 0.5s;
}

.pager a:hover {
  background-color: #ff7800;
  text-decoration: none;
}

.pager span {
  border-color: #ff7800;
  background-color: #fff;
  color: #222;
}

.news-gallary {
  padding-top: 30px;
}
.news-gallary .bcs {
  margin-left: -5px;
  margin-right: -5px;
}
.news-gallary .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}
.news-gallary .bcs .bc a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news-gallary .bcs .bc a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}

/*end max 480 */
@media (max-width: 768px) {
  .news-header-body {
    padding-top: 12px;
  }
  .news-header-body h2 {
    font-size: 18px;
    line-height: 24px;
  }
} /*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .news-item .item-more-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .item-content {
    padding-bottom: 66px;
  }
} /* end min 960 */
/* end min 1200 */
@media (min-width: 1470px) {
  .news-item .item-body {
    padding-left: 76px;
  }
  .news-item .item-content {
    padding-right: 30px;
  }
  .news-item .item-more-btn {
    right: 30px;
  }
}
/*!
*/
/*!==========
* 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 #ff7800;
  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: #ff7800;
}
.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 #72c16b;
  border-bottom: 1px solid #72c16b;
  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;
}

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

@keyframes blurZoomoutIn {
  from {
    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%);
  }
}
.slideOpenInClip {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 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(50% 0, 50% 0, 50% 100%, 50% 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);
  }
}
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(250%, 0, 0) skewX(-30deg);
    transform: translate3d(250%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@keyframes rotateInRev {
  0% {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateInRev {
  animation-name: rotateInRev;
}/*# sourceMappingURL=style.css.map */