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

body {
  height: auto;
  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 {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.5s;
}

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

.iv,
.ivo {
  visibility: hidden;
}

#spnav-btn {
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 150;
  width: 48px;
  height: 48px;
}
#spnav-btn a {
  display: block;
  width: 48px;
  height: 48px;
  padding-top: 7px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 66, 255, 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, 66, 255, 0.8);
  border-left: 1px solid rgb(0, 66, 255);
  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: 3px solid transparent;
  border-radius: 8px;
  background-color: rgb(27, 47, 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(27, 47, 122);
  background-color: rgba(27, 47, 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.5);
  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(27, 47, 122);
  transition: background-color 0.5s, padding-left 0.5s;
}
#spnav ul.spnav-items li a:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid rgb(108, 140, 255);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  opacity: 0;
  transition: opacity 0.5s;
}
#spnav ul.spnav-items li a:hover:before {
  opacity: 1;
  transition: opacity 0.5s;
}

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .bcs {
    margin: 0 -15px;
  }
  .bcs .bc-xs-1 {
    flex-basis: 8.3333333333%;
  }
  .bcs .bc-xs-2 {
    flex-basis: 16.6666666667%;
  }
  .bcs .bc-xs-3 {
    flex-basis: 25%;
  }
  .bcs .bc-xs-4 {
    flex-basis: 33.3333333333%;
  }
  .bcs .bc-xs-5 {
    flex-basis: 41.6666666667%;
  }
  .bcs .bc-xs-6 {
    flex-basis: 50%;
  }
  .bcs .bc-xs-7 {
    flex-basis: 58.3333333333%;
  }
  .bcs .bc-xs-8 {
    flex-basis: 66.6666666667%;
  }
  .bcs .bc-xs-9 {
    flex-basis: 75%;
  }
  .bcs .bc-xs-10 {
    flex-basis: 83.3333333333%;
  }
  .bcs .bc-xs-11 {
    flex-basis: 91.6666666667%;
  }
  .bcs .bc-xs-12 {
    flex-basis: 100%;
  }
  .bcs .bc-xs-5c {
    flex-basis: 20%;
  }
} /* end min 480 */
@media (min-width: 768px) {
  .b-s-rigit {
    width: 750px;
  }
  .bcs .bc-sm-1 {
    flex-basis: 8.3333333333%;
  }
  .bcs .bc-sm-2 {
    flex-basis: 16.6666666667%;
  }
  .bcs .bc-sm-3 {
    flex-basis: 25%;
  }
  .bcs .bc-sm-4 {
    flex-basis: 33.3333333333%;
  }
  .bcs .bc-sm-5 {
    flex-basis: 41.6666666667%;
  }
  .bcs .bc-sm-6 {
    flex-basis: 50%;
  }
  .bcs .bc-sm-7 {
    flex-basis: 58.3333333333%;
  }
  .bcs .bc-sm-8 {
    flex-basis: 66.6666666667%;
  }
  .bcs .bc-sm-9 {
    flex-basis: 75%;
  }
  .bcs .bc-sm-10 {
    flex-basis: 83.3333333333%;
  }
  .bcs .bc-sm-11 {
    flex-basis: 91.6666666667%;
  }
  .bcs .bc-sm-12 {
    flex-basis: 100%;
  }
  .bcs .bc-sm-5c {
    flex-basis: 20%;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .b-s-rigit {
    width: 970px;
  }
  .bcs .bc-md-1 {
    flex-basis: 8.3333333333%;
  }
  .bcs .bc-md-2 {
    flex-basis: 16.6666666667%;
  }
  .bcs .bc-md-3 {
    flex-basis: 25%;
  }
  .bcs .bc-md-4 {
    flex-basis: 33.3333333333%;
  }
  .bcs .bc-md-5 {
    flex-basis: 41.6666666667%;
  }
  .bcs .bc-md-6 {
    flex-basis: 50%;
  }
  .bcs .bc-md-7 {
    flex-basis: 58.3333333333%;
  }
  .bcs .bc-md-8 {
    flex-basis: 66.6666666667%;
  }
  .bcs .bc-md-9 {
    flex-basis: 75%;
  }
  .bcs .bc-md-10 {
    flex-basis: 83.3333333333%;
  }
  .bcs .bc-md-11 {
    flex-basis: 91.6666666667%;
  }
  .bcs .bc-md-12 {
    flex-basis: 100%;
  }
  .bcs .bc-md-5c {
    flex-basis: 20%;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .b-s-rigit {
    width: 1170px;
  }
  .bcs .bc-lg-1 {
    flex-basis: 8.3333333333%;
  }
  .bcs .bc-lg-2 {
    flex-basis: 16.6666666667%;
  }
  .bcs .bc-lg-3 {
    flex-basis: 25%;
  }
  .bcs .bc-lg-4 {
    flex-basis: 33.3333333333%;
  }
  .bcs .bc-lg-5 {
    flex-basis: 41.6666666667%;
  }
  .bcs .bc-lg-6 {
    flex-basis: 50%;
  }
  .bcs .bc-lg-7 {
    flex-basis: 58.3333333333%;
  }
  .bcs .bc-lg-8 {
    flex-basis: 66.6666666667%;
  }
  .bcs .bc-lg-9 {
    flex-basis: 75%;
  }
  .bcs .bc-lg-10 {
    flex-basis: 83.3333333333%;
  }
  .bcs .bc-lg-11 {
    flex-basis: 91.6666666667%;
  }
  .bcs .bc-lg-12 {
    flex-basis: 100%;
  }
  .bcs .bc-lg-5c {
    flex-basis: 20%;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .b-s-rigit {
    width: 1440px;
  }
  .bcs .bc-xl-1 {
    flex-basis: 8.3333333333%;
  }
  .bcs .bc-xl-2 {
    flex-basis: 16.6666666667%;
  }
  .bcs .bc-xl-3 {
    flex-basis: 25%;
  }
  .bcs .bc-xl-4 {
    flex-basis: 33.3333333333%;
  }
  .bcs .bc-xl-5 {
    flex-basis: 41.6666666667%;
  }
  .bcs .bc-xl-6 {
    flex-basis: 50%;
  }
  .bcs .bc-xl-7 {
    flex-basis: 58.3333333333%;
  }
  .bcs .bc-xl-8 {
    flex-basis: 66.6666666667%;
  }
  .bcs .bc-xl-9 {
    flex-basis: 75%;
  }
  .bcs .bc-xl-10 {
    flex-basis: 83.3333333333%;
  }
  .bcs .bc-xl-11 {
    flex-basis: 91.6666666667%;
  }
  .bcs .bc-xl-12 {
    flex-basis: 100%;
  }
  .bcs .bc-xl-5c {
    flex-basis: 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;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.page-table th,
.page-table td {
  display: block;
  width: 100%;
  padding: 18px 18px 15px 18px;
  border-bottom: 1px solid #de8521;
}
.page-table th {
  border-bottom: 1px dotted #b26600;
}

@media (min-width: 768px) {
  .page-table {
    border-top: none;
  }
  .page-table th,
  .page-table td {
    display: table-cell;
    vertical-align: top;
  }
  .page-table th {
    width: 200px;
    border-bottom: 2px solid #de8521;
  }
  .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-must {
  display: inline-block;
  padding: 3px 6px 3px 6px;
  margin: 2px 3px 0 3px;
  background-color: #f00000;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.form-items .form-item {
  position: relative;
}
.form-items .form-item .item-title {
  padding: 15px 15px 12px 15px;
  color: #fff;
  background-color: #505050;
  font-weight: 700;
}
.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 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;
  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;
  }
}
/*!
*/
/*!
 * 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: #222;
}

a:hover {
  color: #777;
}

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

#spnav {
  background-color: rgba(0, 66, 255, 0.8);
  color: #fffffa;
}

.spnav-close a,
.spnav-return a {
  border: 3px solid transparent;
  background-color: rgb(27, 47, 122);
  color: #fffffa;
}
.spnav-close a span,
.spnav-return a span {
  color: #6c8cff;
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 3px solid rgb(27, 47, 122);
  background-color: rgba(0, 66, 255, 0.8);
}

.spnav-close a:hover span {
  color: #6c8cff;
}

.spnav-return a:hover span {
  color: #6c8cff;
}

#spnav ul.spnav-items {
  border-top: 1px dotted rgba(108, 140, 255, 0.5);
}
#spnav ul.spnav-items li {
  border-bottom: 1px dotted rgba(108, 140, 255, 0.5);
}
#spnav ul.spnav-items li a {
  background-color: transparent;
  color: #fffffa;
}
#spnav ul.spnav-items li a:hover {
  background-color: rgb(27, 47, 122);
}
#spnav ul.spnav-items li::before {
  border-left: 6px solid #6c8cff;
}

.page-table {
  border-top: 1px solid #de8521;
}
.page-table th, .page-table td {
  padding: 18px 18px 15px 18px;
  border-bottom: 1px solid #de8521;
}
.page-table th {
  border-bottom: 1px dotted #b26600;
}

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

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

.form-btns .form-submit {
  background-color: #0000a0;
}
.form-btns .form-submit:hover {
  background-color: #000050;
}
.form-btns .form-reset {
  background-color: #555;
}
.form-btns .form-reset:hover {
  background-color: #222;
}

@media (min-width: 768px) {
  .page-table {
    border-top: none;
  }
  .page-table th {
    border-bottom: 2px solid #b26600;
  }
  .page-table td {
    border-bottom: 2px solid #b26600;
  }
  .page-table tr:first-child th {
    border-top: 2px solid #b26600;
  }
  .page-table tr:first-child td {
    border-top: 2px solid #b26600;
  }
}
/*!
*/ /*!==========
* common
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGP明朝B", serif;
  overflow-x: hidden;
  overscroll-behavior: none; /* Androidのオーバースクロールを無効化 */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.horizontal-scroll {
  display: flex;
  flex-direction: row-reverse;
  width: fit-content;
  height: 100vh;
  will-change: transform;
}

.container {
  width: auto;
  height: 100vh;
  position: relative;
}

.scroll-indicator {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 10px;
  z-index: 100;
  opacity: 0.8;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #ff7675, #74b9ff, #00b894, #fdcb6e, #a29bfe, #fd79a8);
  z-index: 100;
  transition: width 0.1s ease-out;
}

.gfooter .home-section-shouzi-stage {
  padding-left: 0;
}

.footer-logo-area {
  text-align: center;
}
.footer-logo-area figure {
  width: fit-content;
  padding: 0 150px;
}
.footer-logo-area img {
  width: 150px;
  height: 150px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .footer-logo-area figure {
    padding: 0 240px;
  }
  .footer-logo-area img {
    width: 280px;
    height: 280px;
  }
} /*end min 700 */
/*end min 900 */
.footer-table-area {
  max-height: 678px;
}

.footer-table {
  border-left: 1px solid #aaaaaa;
  height: 100%;
  border-collapse: collapse;
}
.footer-table tr {
  position: relative;
  vertical-align: top;
}
.footer-table th,
.footer-table td {
  border-right: 1px solid #aaaaaa;
  vertical-align: top;
}
.footer-table th {
  min-height: 95px;
  padding: 30px 45px 0 45px;
  font-size: 15px;
  font-weight: 400;
  text-align: start;
}
.footer-table th span {
  display: block;
  position: relative;
}
.footer-table th span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/common/footer_icon.svg);
  background-size: 15px;
  background-repeat: no-repeat;
}
.footer-table td {
  padding: 21px 45px 15px 45px;
  font-size: 15px;
}
.footer-table td ul {
  list-style-position: inside;
  list-style-type: none;
}
.footer-table td ul li {
  padding-top: 18px;
  margin-left: 30px;
  position: relative;
}
.footer-table td ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  background-color: #cccccc;
  border-radius: 50%;
}
.footer-table td ul li:nth-last-child(1) {
  margin-left: 0;
}

@supports (-webkit-touch-callout: none) {
  .footer-table tr::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #aaaaaa;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-height: 700px) and (min-width: 480px) {
  .footer-table th {
    padding: 48px 60px 0 60px;
    font-size: 18px;
  }
  .footer-table td {
    padding: 45px 60px 45px 60px;
    font-size: 15px;
  }
  .footer-table td ul li {
    margin-left: 30px;
  }
  .footer-table td ul li:nth-last-child(1) {
    margin-left: 0;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .footer-table th {
    padding: 75px 45px 0 45px;
    font-size: 24px;
  }
  .footer-table td {
    padding: 45px 45px 75px 45px;
    font-size: 18px;
  }
  .footer-table td ul li {
    margin-left: 45px;
  }
  .footer-table td ul li:nth-last-child(1) {
    margin-left: 0;
  }
} /* end min height 900 */
@supports (-webkit-touch-callout: none) {
  .footer-table th {
    min-height: unset;
    min-width: 95px;
  }
}
.copyright {
  padding-right: 30px;
  padding-left: 24px;
  text-align: end;
}
.copyright p {
  font-size: 14px;
  line-height: 21px;
}

.gfooter {
  align-items: stretch;
  justify-content: flex-end;
}

.gfooter .home-section-shouzi-stage {
  box-sizing: border-box;
  height: 100%;
  padding-top: 45px;
  padding-bottom: calc(45px + env(safe-area-inset-bottom));
  padding-left: 0;
}

@media (min-height: 700px) and (min-width: 480px) {
  .gfooter .home-section-shouzi-stage {
    padding-top: 75px;
    padding-bottom: calc(75px + env(safe-area-inset-bottom));
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .gfooter .home-section-shouzi-stage {
    padding-top: 120px;
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }
}
@supports (-webkit-touch-callout: none) {
  .gfooter .home-section-shouzi-frame .section-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
}
/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
/*!
*/
/*==========
* pages style
*/
/*!==========
* home
*/
.home-section {
  position: relative;
  width: fit-content;
  min-width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.home-section .section-content {
  width: fit-content;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.home-section .section-content.home-firstview {
  display: grid;
  align-items: center;
  text-align: center;
}

.home-section-floor {
  height: 100%;
  padding-bottom: 60px;
}
.home-section-floor::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 60px;
  background-image: url(../images/home/home_floor.webp);
  background-position: right bottom;
  background-size: auto 60px;
  background-repeat: repeat-x;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-section-floor {
    padding-bottom: 90px;
  }
  .home-section-floor::after {
    content: "";
    height: 90px;
    background-size: auto 90px;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-section-floor {
    padding-bottom: 135px;
    background-size: auto 135px;
  }
  .home-section-floor::after {
    content: "";
    height: 135px;
    background-size: auto 135px;
  }
} /* end min height 900 */
.home-main-logo {
  position: relative;
  z-index: 2;
  height: 180px;
}
.home-main-logo svg {
  height: 180px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-main-logo {
    height: 280px;
  }
  .home-main-logo svg {
    height: 280px;
  }
} /* end min height 700 */
.home-firstview {
  width: 100vw;
  max-width: 100%;
}
.home-firstview::after {
  content: "";
}
.home-firstview h1 {
  text-align: center;
}

.home-brank {
  position: relative;
  z-index: 3;
  background-color: #2b1d0a;
}

.home-brank01 {
  width: 60px;
}

.home-brank02 {
  width: 120px;
}

.home-fv-bg01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 150px;
  background-image: url(../images/home/home_fv_left.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}

.home-fv-bg02 {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 90%;
  height: 150px;
  background-image: url(../images/home/home_fv_right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-fv-bg01 {
    width: 70%;
    height: 150px;
  }
  .home-fv-bg02 {
    width: 70%;
    height: 150px;
    bottom: 90px;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-fv-bg01 {
    width: 62.08333333%;
    height: auto;
    max-width: 1192px;
    aspect-ratio: 1/0.1937919463;
    background-position: 0 bottom;
  }
  .home-fv-bg02 {
    bottom: 135px;
    width: 58.125%;
    height: auto;
    max-width: 1116px;
    aspect-ratio: 1/0.2383512545;
    background-position: right top;
  }
} /* end min height 900 */
.home-section-shouzi-frame {
  display: flex;
  flex-direction: row-reverse;
}

.home-section-shouzi {
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: auto;
  height: 100vh;
}
.home-section-shouzi img {
  object-fit: cover;
  height: 100vh;
}

.home-section-shouzi-r {
  aspect-ratio: 1/2.347826;
}

.home-section-shouzi-l {
  aspect-ratio: 1/2.4053452116;
}

.home-section-shouzi-stage {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 0;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-section-shouzi-stage {
    padding-top: 75px;
    padding-bottom: 75px;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-section-shouzi-stage {
    padding-top: 120px;
    padding-bottom: 120px;
  }
} /* end min height 900 */
.home-section-header {
  position: relative;
  height: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 200px;
  margin-right: 200px;
}
.home-section-header h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: relative;
  padding-top: 60px;
}
.home-section-header h2::before {
  content: "";
  background-image: url(../images/home/home_about_ribbon.webp);
  width: 82px;
  height: 26px;
  position: absolute;
  background-size: 82px 26px;
  background-repeat: no-repeat;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.home-section-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background-image: url(../images/home/home_line_r.webp);
  background-repeat: repeat-y;
  background-size: 10px auto;
}
.home-section-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  background-image: url(../images/home/home_line_l.webp);
  background-repeat: repeat-y;
  background-size: 10px auto;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-section-header {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .home-section-header h2 {
    font-size: 45px;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-section-header {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .home-section-header h2 {
    font-size: 60px;
  }
} /* end min height 900 */
.home-section-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 120px 0;
}

.home-read {
  position: relative;
  background-color: #f4f1e6;
}

.home-read-bg {
  position: absolute;
  z-index: -1;
  width: fit-content;
  height: fit-content;
}

.home-read-bg01 {
  top: 0;
  right: 150px;
}

.home-read-bg02 {
  right: 50%;
  bottom: 48px;
}

.home-read-bg03 {
  top: 142px;
  left: 250px;
}

.home-read-header {
  padding: 0 120px 0 90px;
}
.home-read-header h2 {
  font-size: 30px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-read-header h2 {
    font-size: 45px;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-read-header h2 {
    font-size: 60px;
  }
} /* end min height 900 */
.home-read-point01 {
  position: absolute;
  bottom: -30px;
  z-index: 3;
  width: fit-content;
  height: fit-content;
  transform: translateX(80%);
}
.home-read-point01 img {
  width: 60px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-read-point01 img {
    width: 102px;
  }
} /* end min height 700 */
.home-read-body {
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.home-read-img {
  padding-right: 90px;
  padding-left: 90px;
}

.home-biz {
  position: relative;
  background-color: #f2eee9;
}
.home-biz .home-biz-content01 .home-section-shouzi-stage {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 90px;
}
.home-biz .home-biz-content02 .home-section-shouzi-stage {
  padding-top: 0;
  padding-bottom: 0;
}
.home-biz .home-section-header {
  margin-left: 90px;
}
.home-biz .home-section-header h2 {
  color: #202020;
}

.home-biz-content-header {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 120px;
  padding: 45px 30px;
  background-image: url(../images/home/home_biz_header_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.home-biz-content-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 97px;
  height: 101px;
  background-repeat: no-repeat;
  background-size: auto 42px;
}
.home-biz-content-header::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -60px;
  left: 50%;
  width: 189px;
  height: 117px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 189px 117px;
}
.home-biz-content-header h3 {
  font-size: 24px;
  line-height: 36px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-content-header {
    min-width: 160px;
    padding: 45px 24px;
  }
  .home-biz-content-header h3 {
    font-size: 30px;
    line-height: 52px;
  }
  .home-biz-content-header::before {
    width: 139px;
    height: 60px;
    background-size: auto 60px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz-content-header {
    min-width: 194px;
    padding: 45px 30px;
  }
  .home-biz-content-header h3 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 400;
  }
  .home-biz-content-header::before {
    width: 233px;
    height: 101px;
    right: 50%;
    transform: translateX(50%);
    background-size: 233px 101px;
  }
  .home-biz-content-header::after {
    width: 189px;
    height: 117px;
    background-size: 189px 117px;
  }
} /*end min 900 */
.home-biz-content01 .home-biz-content-header::before {
  background-image: url(../images/home/home_biz_ttl01.webp);
}
.home-biz-content01 .home-biz-content-header::after {
  background-image: url(../images/home/home_biz_point01.webp);
}

.home-biz-content02 .home-biz-content-header::before {
  background-image: url(../images/home/home_biz_ttl02.webp);
}
.home-biz-content02 .home-biz-content-header::after {
  background-image: url(../images/home/home_biz_point02.webp);
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-content-header {
    padding: 75px 30px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz-content-header {
    padding: 120px 30px;
  }
} /*end min 900 */
.home-biz-list {
  list-style: none;
  margin: 0 90px;
  padding: 21px 30px;
  background-color: #fff;
  border-radius: 24px;
}
.home-biz-list li {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding: 21px 18px 0 18px;
  border-right: 1px solid #f3cac6;
  font-size: 15px;
  line-height: 18px;
}
.home-biz-list li .list-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/home/home_biz_icon01.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.home-biz-list li:last-child {
  border-left: 1px solid #f3cac6;
}
.home-biz-list li:nth-child(even) .list-icon {
  background-image: url(../images/home/home_biz_icon02.svg);
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-list {
    margin: 0 90px;
  }
  .home-biz-list li {
    font-size: 18px;
    line-height: 21px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz-list {
    margin: 0 90px;
  }
  .home-biz-list li {
    font-size: 21px;
    line-height: 24px;
  }
} /*end min 900 */
.home-biz .section-content-fixed-height {
  margin-top: 45px;
}

.home-biz-catch p {
  padding-left: 60px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz .section-content-fixed-height {
    margin-top: 75px;
  }
  .home-biz-catch p {
    font-size: 30px;
    line-height: 52px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz .section-content-fixed-height {
    margin-top: 120px;
  }
  .home-biz-catch p {
    font-size: 36px;
    line-height: 60px;
  }
} /*end min 900 */
.home-biz-btn {
  text-align: right;
}
.home-biz-btn .home-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 230px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
.home-biz-btn .home-btn::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/home/home_biz_icon02.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.home-biz-btn .home-btn::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/home/home_biz_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.home-biz-btn .home-btn span {
  display: block;
  padding-right: 20px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-btn .home-btn {
    font-size: 18px;
    font-weight: 700;
  }
  .home-biz-btn .home-btn span {
    padding-right: 17px;
  }
} /*end min 700 */
.home-biz-content02 {
  background-color: #f4e6e6;
}

.home-biz-items {
  position: relative;
  padding: 6px 45px;
}

.home-biz-item {
  position: relative;
  width: auto;
  text-align: center;
}
.home-biz-item a {
  display: inline-block;
  width: 100%;
  height: 320px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.home-biz-item a .item-btn {
  width: 40px;
  margin-right: 42px;
}
.home-biz-item a .item-btn img {
  display: inline-block;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-item a .item-btn {
    width: 52px;
    margin-right: 5cqw;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz-item a .item-btn {
    width: 72px;
    margin-right: 42px;
  }
} /*end min 900 */
.home-biz-item-ttl {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  padding: 0 2px;
  border-left: 1px solid #71695b;
  border-right: 1px solid #71695b;
  text-align: left;
}
.home-biz-item-ttl p {
  padding: 9px 24px;
  border-left: 2px solid #71695b;
  border-right: 2px solid #71695b;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-item-ttl p {
    font-size: 21px;
    line-height: 36px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz-item-ttl p {
    font-size: 30px;
    line-height: 48px;
  }
} /*end min 900 */
.home-biz-item01 a {
  width: auto;
  background-image: url(../images/home/home_biz_item_bg01.webp);
  min-height: 320px;
  aspect-ratio: 1/0.879032258;
  height: 57.67195%;
  padding-right: 84px;
}

.home-biz-item02 {
  margin-right: -60px;
}
.home-biz-item02 a {
  width: auto;
  aspect-ratio: 1/0.804347826;
  height: 54.81481%;
  background-image: url(../images/home/home_biz_item_bg02.webp);
  min-height: 320px;
  padding-right: 150px;
}

.home-biz-item03 {
  margin-right: 20px;
}
.home-biz-item03 a {
  width: auto;
  height: 54.81481%;
  padding-right: 80px;
  aspect-ratio: 1/0.896373057;
  background-image: url(../images/home/home_biz_item_bg03.webp);
  min-height: 320px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-biz-item01 {
    text-align: left;
  }
  .home-biz-item01 a {
    padding-right: 72px;
  }
  .home-biz-item02 {
    margin-right: -150px;
    text-align: right;
  }
  .home-biz-item02 a {
    padding-right: 150px;
  }
  .home-biz-item03 {
    margin-top: 36px;
    margin-right: -45px;
    text-align: left;
  }
  .home-biz-item03 a {
    padding-right: 72px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .home-biz-item01 a {
    padding-right: 96px;
  }
  .home-biz-item02 a {
    padding-right: 190px;
  }
  .home-biz-item03 a {
    padding-right: 96px;
  }
} /*end min 900 */
.home-about .section-content {
  position: relative;
  z-index: 1;
  background-image: url(../images/home/home_about_bg01.webp);
  background-size: cover;
}
.home-about .section-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/home/home-bout-bg02.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 757px;
}

@supports (-webkit-touch-callout: none) {
  .home-about .section-content {
    background-size: cover;
  }
}
.home-about-item {
  width: 120px;
}
.home-about-item a {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-about-item a:hover {
  opacity: 0.6;
}
.home-about-item figure {
  flex-grow: 1;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-about-item {
    width: 180px;
  }
} /* end min height 700 */
.about-midashi-area {
  position: relative;
  display: flex;
  height: 100%;
  padding-bottom: 15px;
  background-position: top center;
  background-repeat: repeat;
}
.about-midashi-area::after {
  content: "";
  width: 100%;
  height: 51px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-size: auto 100%;
}
.about-midashi-area p {
  font-size: 21px;
  line-height: 48px;
  padding-top: 90px;
  margin: 0 auto;
}

@media (min-height: 700px) and (min-width: 480px) {
  .about-midashi-area p {
    font-size: 30px;
    line-height: 52px;
  }
} /* end min height 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .about-midashi-area p {
    font-size: 36px;
    line-height: 60px;
  }
} /* end min height 900 */
.home-about-item01 .about-midashi-area {
  background-image: url(../images/home/home_about_item01_bg.webp);
}
.home-about-item01 .about-midashi-area::after {
  background-image: url(../images/home/home_about_item01_midashi.webp);
}

.home-about-item02 .about-midashi-area {
  background-image: url(../images/home/home_about_item02_bg.webp);
}
.home-about-item02 .about-midashi-area::after {
  background-image: url(../images/home/home_about_item02_midashi.webp);
}

.home-about-item03 .about-midashi-area {
  background-image: url(../images/home/home_about_item03_bg.webp);
}
.home-about-item03 .about-midashi-area::after {
  background-image: url(../images/home/home_about_item03_midashi.webp);
}

.home_about_mado {
  height: 60%;
  min-height: 180px;
  max-height: 610px;
  margin-right: 192px;
  margin-left: 213px;
  margin-top: 20%;
}
.home_about_mado img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/*!
*/
@supports (-webkit-touch-callout: none) {
  .home-section-shouzi-frame {
    width: 100%;
    height: 100dvh;
    align-items: stretch;
  }
  .section-content {
    flex: 1;
    min-width: 0;
  }
}
.section-content-fixed-height {
  height: 65vh;
}

/***************************************************
 * Generated by SVG Artista on 2/27/2026, 6:11:56 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 577.6301879883px;
    stroke-dasharray: 577.6301879883px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 577.6301879883px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 577.6301879883px;
    stroke-dasharray: 577.6301879883px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 577.6301879883px;
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
  animation: animate-svg-stroke-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 95.0090103149px;
    stroke-dasharray: 95.0090103149px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 95.0090103149px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 95.0090103149px;
    stroke-dasharray: 95.0090103149px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 95.0090103149px;
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both, animate-svg-fill-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.14s both;
  animation: animate-svg-stroke-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both, animate-svg-fill-2 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.14s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 75.2451019287px;
    stroke-dasharray: 75.2451019287px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 75.2451019287px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 75.2451019287px;
    stroke-dasharray: 75.2451019287px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 75.2451019287px;
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both, animate-svg-fill-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s both;
  animation: animate-svg-stroke-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both, animate-svg-fill-3 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1205.798828125px;
    stroke-dasharray: 1205.798828125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1205.798828125px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1205.798828125px;
    stroke-dasharray: 1205.798828125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1205.798828125px;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.22s both;
  animation: animate-svg-stroke-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-4 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.22s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 403.6960754395px;
    stroke-dasharray: 403.6960754395px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 403.6960754395px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 403.6960754395px;
    stroke-dasharray: 403.6960754395px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 403.6960754395px;
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both, animate-svg-fill-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.26s both;
  animation: animate-svg-stroke-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both, animate-svg-fill-5 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.26s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 980.9434204102px;
    stroke-dasharray: 980.9434204102px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 980.9434204102px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 980.9434204102px;
    stroke-dasharray: 980.9434204102px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 980.9434204102px;
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
  animation: animate-svg-stroke-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, animate-svg-fill-6 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 695.6965332031px;
    stroke-dasharray: 695.6965332031px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 695.6965332031px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 695.6965332031px;
    stroke-dasharray: 695.6965332031px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 695.6965332031px;
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.34s both;
  animation: animate-svg-stroke-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-7 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.34s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 650.3760986328px;
    stroke-dasharray: 650.3760986328px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 650.3760986328px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 650.3760986328px;
    stroke-dasharray: 650.3760986328px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 650.3760986328px;
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.28s both, animate-svg-fill-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.38s both;
  animation: animate-svg-stroke-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.28s both, animate-svg-fill-8 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.38s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1978.9927978516px;
    stroke-dasharray: 1978.9927978516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1978.9927978516px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1978.9927978516px;
    stroke-dasharray: 1978.9927978516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1978.9927978516px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both, animate-svg-fill-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s both;
  animation: animate-svg-stroke-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both, animate-svg-fill-9 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 1388.0268554688px;
    stroke-dasharray: 1388.0268554688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1388.0268554688px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 1388.0268554688px;
    stroke-dasharray: 1388.0268554688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1388.0268554688px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.46s both;
  animation: animate-svg-stroke-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-10 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.46s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 1348.1430664063px;
    stroke-dasharray: 1348.1430664063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1348.1430664063px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 1348.1430664063px;
    stroke-dasharray: 1348.1430664063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1348.1430664063px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  animation: animate-svg-stroke-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, animate-svg-fill-11 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 312.2460327148px;
    stroke-dasharray: 312.2460327148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 312.2460327148px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 312.2460327148px;
    stroke-dasharray: 312.2460327148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 312.2460327148px;
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.44s both, animate-svg-fill-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s both;
  animation: animate-svg-stroke-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.44s both, animate-svg-fill-12 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 373.1813964844px;
    stroke-dasharray: 373.1813964844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 373.1813964844px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 373.1813964844px;
    stroke-dasharray: 373.1813964844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 373.1813964844px;
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.58s both;
  animation: animate-svg-stroke-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-13 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.58s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 348.5094299316px;
    stroke-dasharray: 348.5094299316px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 348.5094299316px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 348.5094299316px;
    stroke-dasharray: 348.5094299316px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 348.5094299316px;
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.52s both, animate-svg-fill-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s both;
  animation: animate-svg-stroke-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.52s both, animate-svg-fill-14 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 302.7151489258px;
    stroke-dasharray: 302.7151489258px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7151489258px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 302.7151489258px;
    stroke-dasharray: 302.7151489258px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7151489258px;
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both, animate-svg-fill-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s both;
  animation: animate-svg-stroke-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.56s both, animate-svg-fill-15 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 492.6920471191px;
    stroke-dasharray: 492.6920471191px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 492.6920471191px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 492.6920471191px;
    stroke-dasharray: 492.6920471191px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 492.6920471191px;
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-stroke-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-16 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 302.7152404785px;
    stroke-dasharray: 302.7152404785px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7152404785px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 302.7152404785px;
    stroke-dasharray: 302.7152404785px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7152404785px;
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both, animate-svg-fill-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.74s both;
  animation: animate-svg-stroke-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.64s both, animate-svg-fill-17 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.74s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 316.2518920898px;
    stroke-dasharray: 316.2518920898px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 316.2518920898px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 316.2518920898px;
    stroke-dasharray: 316.2518920898px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 316.2518920898px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.68s both, animate-svg-fill-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s both;
  animation: animate-svg-stroke-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.68s both, animate-svg-fill-18 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 377.1306762695px;
    stroke-dasharray: 377.1306762695px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 377.1306762695px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 377.1306762695px;
    stroke-dasharray: 377.1306762695px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 377.1306762695px;
  }
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s both;
  animation: animate-svg-stroke-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-19 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.82s both;
}

@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 352.6447143555px;
    stroke-dasharray: 352.6447143555px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 352.6447143555px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 352.6447143555px;
    stroke-dasharray: 352.6447143555px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 352.6447143555px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-stroke-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.76s both, animate-svg-fill-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s both;
  animation: animate-svg-stroke-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.76s both, animate-svg-fill-20 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.86s both;
}

@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 302.7446899414px;
    stroke-dasharray: 302.7446899414px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7446899414px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 302.7446899414px;
    stroke-dasharray: 302.7446899414px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7446899414px;
  }
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-stroke-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-stroke-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, animate-svg-fill-21 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 496.7702941895px;
    stroke-dasharray: 496.7702941895px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 496.7702941895px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 496.7702941895px;
    stroke-dasharray: 496.7702941895px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 496.7702941895px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-stroke-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s both;
  animation: animate-svg-stroke-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-22 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s both;
}

@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 302.7459411621px;
    stroke-dasharray: 302.7459411621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7459411621px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 302.7459411621px;
    stroke-dasharray: 302.7459411621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 302.7459411621px;
  }
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-stroke-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both, animate-svg-fill-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.98s both;
  animation: animate-svg-stroke-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.88s both, animate-svg-fill-23 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.98s both;
}

@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 5085.3017578125px;
    stroke-dasharray: 5085.3017578125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5085.3017578125px;
  }
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 5085.3017578125px;
    stroke-dasharray: 5085.3017578125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5085.3017578125px;
  }
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-24 {
  -webkit-animation: animate-svg-stroke-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both, animate-svg-fill-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s both;
  animation: animate-svg-stroke-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.92s both, animate-svg-fill-24 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s both;
}

@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 4532.3681640625px;
    stroke-dasharray: 4532.3681640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4532.3681640625px;
  }
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 4532.3681640625px;
    stroke-dasharray: 4532.3681640625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4532.3681640625px;
  }
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-25 {
  -webkit-animation: animate-svg-stroke-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.06s both;
  animation: animate-svg-stroke-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-25 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.06s both;
}

@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 352.7810058594px;
    stroke-dasharray: 352.7810058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 352.7810058594px;
  }
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 352.7810058594px;
    stroke-dasharray: 352.7810058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 352.7810058594px;
  }
}
.svg-elem-26 {
  -webkit-animation: animate-svg-stroke-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-stroke-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-26 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 352.7810058594px;
    stroke-dasharray: 352.7810058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 352.7810058594px;
  }
}
@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 352.7810058594px;
    stroke-dasharray: 352.7810058594px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 352.7810058594px;
  }
}
.svg-elem-27 {
  -webkit-animation: animate-svg-stroke-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both, animate-svg-fill-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s both;
  animation: animate-svg-stroke-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.04s both, animate-svg-fill-27 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s both;
}

@-webkit-keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 336.1385498047px;
    stroke-dasharray: 336.1385498047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 336.1385498047px;
  }
}
@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 336.1385498047px;
    stroke-dasharray: 336.1385498047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 336.1385498047px;
  }
}
.svg-elem-28 {
  -webkit-animation: animate-svg-stroke-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.18s both;
  animation: animate-svg-stroke-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-28 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.18s both;
}

@-webkit-keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 336.1387329102px;
    stroke-dasharray: 336.1387329102px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 336.1387329102px;
  }
}
@keyframes animate-svg-stroke-29 {
  0% {
    stroke-dashoffset: 336.1387329102px;
    stroke-dasharray: 336.1387329102px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 336.1387329102px;
  }
}
.svg-elem-29 {
  -webkit-animation: animate-svg-stroke-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.22s both;
  animation: animate-svg-stroke-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-29 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.22s both;
}

@-webkit-keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 268.7640075684px;
    stroke-dasharray: 268.7640075684px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7640075684px;
  }
}
@keyframes animate-svg-stroke-30 {
  0% {
    stroke-dashoffset: 268.7640075684px;
    stroke-dasharray: 268.7640075684px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7640075684px;
  }
}
@-webkit-keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-30 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-30 {
  -webkit-animation: animate-svg-stroke-30 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.16s both, animate-svg-fill-30 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s both;
  animation: animate-svg-stroke-30 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.16s both, animate-svg-fill-30 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s both;
}

@-webkit-keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 268.7635498047px;
    stroke-dasharray: 268.7635498047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7635498047px;
  }
}
@keyframes animate-svg-stroke-31 {
  0% {
    stroke-dashoffset: 268.7635498047px;
    stroke-dasharray: 268.7635498047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.7635498047px;
  }
}
@-webkit-keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
@keyframes animate-svg-fill-31 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(131, 115, 115);
  }
}
.svg-elem-31 {
  -webkit-animation: animate-svg-stroke-31 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-31 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-stroke-31 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-31 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

/* アニメーション対象のクラス */
.swinging-ornament {
  position: absolute;
  z-index: 3;
  transform-origin: top center;
}

/* 吊るし雛の飾り */
.hina-ornament {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hina-mobile {
  position: absolute;
  z-index: 10;
  top: 0;
  width: fit-content;
  height: 45%;
  transform-origin: top center;
}
.hina-mobile img {
  object-fit: contain;
  height: 100%;
}

@media (min-height: 700px) and (min-width: 480px) {
  .hina-mobile img {
    object-fit: none;
    height: 100%;
  }
} /* end min height 700 */
.home-hina01 {
  right: 4%;
}

.home-hina02 {
  left: 4%;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-hina01 {
    right: 5%;
    height: auto;
    max-height: 0.6037037%;
  }
  .home-hina02 {
    left: 5%;
    height: auto;
    max-height: 0.6037037%;
  }
} /* end min height 700 */
.home-hina03 {
  right: 7%;
}

.home-hina04 {
  left: 7%;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-hina03 {
    right: 5%;
    height: auto;
    max-height: 0.6037037%;
  }
  .home-hina04 {
    left: 5%;
    height: auto;
    max-height: 0.6037037%;
  }
} /* end min height 700 */
.home-hina05 {
  right: 7%;
}

.home-hina06 {
  left: 52%;
  height: 36%;
}

.home-hina07 {
  left: 7%;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-hina05 {
    right: 5%;
    height: auto;
    max-height: 0.6037037%;
  }
  .home-hina06 {
    left: 50%;
    height: auto;
    max-height: 0.4935185185%;
  }
  .home-hina07 {
    left: 5%;
    height: auto;
    max-height: 0.6037037%;
  }
} /* end min height 700 */
.home-hina08 {
  left: 5%;
  height: 24%;
}

.home-hina09 {
  left: 2%;
  height: 36%;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-hina08 {
    left: 9%;
    height: auto;
    max-height: 0.3148148148%;
  }
  .home-hina09 {
    left: 1%;
    height: auto;
    max-height: 0.4935185185%;
  }
} /* end min height 700 */
.home-hina10 {
  right: 4%;
}

.home-hina11 {
  right: 12%;
}

@media (min-height: 700px) and (min-width: 480px) {
  .home-hina10 {
    right: 4%;
    height: auto;
    max-height: 0.6037037%;
  }
  .home-hina11 {
    right: 15%;
    height: auto;
    max-height: 0.6037037%;
  }
} /* end min height 700 */
/* end min 480 */
/* end min 768 */
/*!==========
* pages common
*/
/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
/*!==========
* service
*/
.service-container .home-section-header {
  display: grid;
  align-items: center;
  margin: auto 0 auto 180px;
}
.service-container .home-section-header h2 {
  color: #202020;
}

.service-container .section-content-fixed-height {
  height: 75vh;
  margin-top: 45px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .service-container .section-content-fixed-height {
    margin-top: 75px;
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .service-container .section-content-fixed-height {
    margin-top: 120px;
  }
}
.service-section-bg01 {
  padding-right: 180px;
}

.service-section-bg01,
.service-content04 {
  position: relative;
  z-index: 0;
  background-image: url(../images/service/service-content01_bg.webp);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

.service-content02 {
  background-image: url(../images/service/service-content02_bg.webp);
  background-size: auto 100%;
  padding-left: 180px;
}

.service-content03 {
  background-image: url(../images/service/service-content03_bg.webp);
  background-size: auto 100%;
}

.service-content04 {
  background-size: 2988px auto;
}

.service-content-header {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 120px;
  padding: 75px 30px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.45);
}
.service-content-header h3 {
  font-size: 24px;
  line-height: 36px;
}
.service-content-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 51px;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-size: auto 100%;
}
.service-content-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 51px;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-size: auto 100%;
}

.service-content01 .service-content-header::before,
.service-content04 .service-content-header::before {
  background-image: url(../images/home/home_about_item01_midashi.webp);
}
.service-content01 .service-content-header::after,
.service-content04 .service-content-header::after {
  background-image: url(../images/home/home_about_item01_midashi.webp);
}

.service-content02 .service-content-header::before {
  background-image: url(../images/home/home_about_item02_midashi.webp);
}
.service-content02 .service-content-header::after {
  background-image: url(../images/home/home_about_item02_midashi.webp);
}

.service-content03 .service-content-header::before {
  background-image: url(../images/home/home_about_item03_midashi.webp);
}
.service-content03 .service-content-header::after {
  background-image: url(../images/home/home_about_item03_midashi.webp);
}

@media (min-height: 700px) and (min-width: 480px) {
  .service-content-header {
    min-width: 160px;
  }
  .service-content-header h3 {
    font-size: 30px;
    line-height: 52px;
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .service-content-header {
    min-width: 194px;
    padding: 120px 30px;
  }
  .service-content-header h3 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 400;
  }
}
.service-list {
  list-style: none;
  margin: 0 90px;
}
.service-list li {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding: 21px 18px 0 18px;
  border-right: 1px solid #c4b5b7;
  font-size: 15px;
  line-height: 18px;
}
.service-list li .list-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/home/home_biz_icon01.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
}
.service-list li:last-child {
  border-left: 1px solid #c4b5b7;
}
.service-list li:nth-child(even) .list-icon {
  background-image: url(../images/home/home_biz_icon02.svg);
}

.service-content02 .service-list li {
  border-right: 1px solid #c3c0b1;
}
.service-content02 .service-list li .list-icon {
  background-image: url(../images/service/service_content02_icon01.svg);
}
.service-content02 .service-list li:nth-child(even) .list-icon {
  background-image: url(../images/service/service_content02_icon02.svg);
}

@media (min-height: 700px) and (min-width: 480px) {
  .service-list {
    margin: 0 150px;
  }
  .service-list li {
    font-size: 18px;
    line-height: 21px;
  }
} /*end min 700 */
@media (min-height: 900px) and (min-width: 480px) {
  .service-list {
    margin: 0 150px;
  }
  .service-list li {
    font-size: 21px;
    line-height: 24px;
  }
} /*end min 900 */
.service-mes {
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.service-mes-img {
  padding: 0 90px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .service-mes-img {
    padding: 0 135px 0 180px;
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .service-mes-img {
    padding: 0 135px 0 180px;
  }
}
.service-content03 {
  padding-left: 270px;
}

.case-midashi {
  min-height: 95px;
  padding: 24px 45px 0 45px;
  font-size: 18px;
  font-weight: 400;
  text-align: start;
  margin-right: 120px;
}
.case-midashi p {
  writing-mode: vertical-rl;
  margin: 0;
}
.case-midashi p .case-line {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding-top: 33px;
}
.case-midashi p .case-line:first-child {
  padding-top: 0;
  gap: 18px;
}
.case-midashi p .case-icon {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/service/service_content03_icon01.svg);
  background-size: 15px;
  background-repeat: no-repeat;
}

.service-content03 .case-midashi {
  margin-left: 45px;
  border-left: 1px solid #d1d9cb;
  border-right: 1px solid #a5b09c;
}

.service-content03 .case-midashi02 p .case-icon {
  background-image: url(../images/service/service_content03_icon02.svg);
}

.service-content03 .service-mes {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: initial;
}

.service-content03 .white-area {
  background-color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  margin: 0 60px 0 90px;
  padding: 18px 30px;
  font-size: 18px;
  line-height: 30px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .case-midashi {
    padding: 24px 60px 0 60px;
    font-size: 21px;
    line-height: 36px;
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .case-midashi {
    font-size: 24px;
  }
}
.service-content04 {
  padding-left: 270px;
}
.service-content04 .case-contents {
  padding: 0 120px;
}

.service-content04 .case-midashi {
  padding: 24px 90px 0 90px;
  border-right: 1px solid #c4b5b7;
}
.service-content04 .case-midashi p .case-icon {
  background-image: url(../images/home/home_biz_icon01.svg);
}
.service-content04 .case-midashi:last-child {
  margin-right: 0;
  border-left: 1px solid #c4b5b7;
}
.service-content04 .case-list {
  padding-right: 45px;
}
.service-content04 .case-list li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  margin-bottom: 30px;
}
.service-content04 .case-list li span {
  display: inline-block;
}
.service-content04 .case-list li .item-icon {
  position: relative;
  padding-top: 18px;
}
.service-content04 .case-list li .item-icon::before {
  content: "";
  background-color: #d05348;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*!==========
* company
*/
.company-container .home-section-header {
  display: grid;
  align-items: center;
  margin: auto 0 auto 180px;
}
.company-container .home-section-header h2 {
  color: #202020;
}

.company-section-bg01 {
  padding-right: 180px;
  position: relative;
  z-index: 0;
  background-image: url(../images/service/service-content01_bg.webp);
  background-size: 2988px auto;
  background-position: right bottom;
  overflow: hidden;
}

.company-content02 {
  background-image: url(../images/service/service-content02_bg.webp);
  background-size: auto 100%;
}

.company-content03 {
  background-image: url(../images/service/service-content03_bg.webp);
  background-size: auto 100%;
}

.company-content-header {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 120px;
  padding: 75px 30px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.45);
}
.company-content-header h3 {
  font-size: 24px;
  line-height: 36px;
}
.company-content-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 51px;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-size: auto 100%;
}
.company-content-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 51px;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: repeat;
  background-size: auto 100%;
}

.company-content01 .company-content-header::before {
  background-image: url(../images/home/home_about_item01_midashi.webp);
}
.company-content01 .company-content-header::after {
  background-image: url(../images/home/home_about_item01_midashi.webp);
}

.company-content02 .company-content-header::before {
  background-image: url(../images/home/home_about_item02_midashi.webp);
}
.company-content02 .company-content-header::after {
  background-image: url(../images/home/home_about_item02_midashi.webp);
}

.company-content03 .company-content-header::before {
  background-image: url(../images/home/home_about_item03_midashi.webp);
}
.company-content03 .company-content-header::after {
  background-image: url(../images/home/home_about_item03_midashi.webp);
}

@media (min-height: 700px) and (min-width: 480px) {
  .company-content-header {
    min-width: 160px;
  }
  .company-content-header h3 {
    font-size: 30px;
    line-height: 52px;
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .company-content-header {
    min-width: 194px;
    padding: 120px 30px;
  }
  .company-content-header h3 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 400;
  }
}
.company-container .section-content-fixed-height {
  height: 75vh;
  margin-top: 45px;
}

.company-content-area {
  padding: 0 135px 0 180px;
}

.company-mes {
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.company-mes-img {
  padding: 0px 30px 0 90px;
}

@media (min-height: 700px) and (min-width: 480px) {
  .company-container .section-content-fixed-height {
    margin-top: 75px;
  }
  .company-content-area {
    padding: 0 135px 0 180px;
  }
}
@media (min-height: 900px) and (min-width: 480px) {
  .company-container .section-content-fixed-height {
    margin-top: 120px;
  }
  .company-content-area {
    padding: 0 135px 0 180px;
  }
}
.company-content01 .company-mes {
  font-size: 18px;
  line-height: 60px;
}
.company-content01 .company-mes p {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}
.company-content01 .company-mes p::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 0, transparent 97%, #c4b5b7 100%);
  background-size: 60px 100%;
  top: 0px;
  left: 0;
}
.company-content01 .company-mes p::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c4b5b7;
  top: 0px;
  left: 0;
}

@media (min-height: 700px) and (min-width: 480px) {
  .company-content01 .company-mes {
    font-size: 24px;
    line-height: 60px;
  }
}
.profile-name {
  font-size: 36px;
  line-height: 60px;
  padding-left: 90px;
}

.company-flow-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
}

.company-flow-ttl {
  font-size: 24px;
  line-height: 36px;
  padding-top: 33px;
  padding-left: 30px;
  border-left: 1px solid #dde0d6;
  position: relative;
}
.company-flow-ttl::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  top: 0;
  right: 10px;
}

.company-flow-set:nth-child(odd) .company-flow-ttl::before {
  background-image: url(../images/service/service_content03_icon01.svg);
}

.company-flow-set:nth-child(even) .company-flow-ttl::before {
  background-image: url(../images/service/service_content03_icon02.svg);
}

.company-flow-set:last-child .company-flow-box .company-flow-ttl {
  padding-left: 0;
  border-left: 0;
}

.company-flow-mes {
  font-size: 18px;
  line-height: 30px;
  padding-right: 30px;
}

.company-flow-arrow {
  text-align: center;
  padding: 0 60px;
}
.company-flow-arrow img {
  width: 21px;
  height: 30px;
}

/*==========
* 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%);
  }
}
.slideInRightClip {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-name: slideInRightClip;
}

@keyframes slideInRightClip {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 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);
  }
}/*# sourceMappingURL=style.css.map */