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

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

img {
  vertical-align: bottom;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

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

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

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

*:has(> .mobile-fixed-parallax) {
  position: relative;
}

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

.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(18, 80, 136, 0.8);
  border-left: 1px solid rgb(18, 80, 136);
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

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

.spnav-close,
.spnav-return {
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
.spnav-close a,
.spnav-return a {
  display: block;
  padding: 7px 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: rgb(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-read {
  margin-bottom: 15px;
}

.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;
  margin-bottom: 3px;
}
.form-items .form-item .item-title {
  padding: 15px 15px 12px 15px;
  color: #fff;
  background-color: #125088;
  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-top: 3px;
  margin-bottom: 6px;
}

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

.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: #125088;
  transition: background-color 0.5s;
}
.form-btns .form-submit:hover {
  background-color: #eb5505;
}
.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: #c00000;
}

a:hover {
  color: #a00000;
}

#spnav-btn a {
  background-color: rgba(18, 80, 136, 0.8);
  color: #fff;
}

#spnav {
  background-color: rgba(18, 80, 136, 0.8);
  color: #fffffa;
}

.spnav-close a,
.spnav-return a {
  border: 3px solid transparent;
  background-color: rgb(18, 80, 136);
  color: #fffffa;
}
.spnav-close a span,
.spnav-return a span {
  color: #6c8cff;
}
.spnav-close a:hover,
.spnav-return a:hover {
  border: 3px solid rgb(18, 80, 136);
  background-color: rgba(18, 80, 136, 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(18, 80, 136);
}
#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: #eb5505;
}

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

.form-btns .form-submit {
  background-color: #125088;
}
.form-btns .form-submit:hover {
  background-color: #eb5505;
}
.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
*/
.common-header {
  position: relative;
  z-index: 2;
  width: 100%;
  border-top: 9px solid #eb5505;
}

.common-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 139px;
  background-image: url(../images/common/bg_wave01.svg);
  background-position: center center;
  background-size: cover;
}

.hlogo {
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 5;
  margin-left: -90px;
  width: 180px;
  height: 150px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 15px 15px;
}
.hlogo h1 {
  padding-top: 33px;
  text-align: center;
}
.hlogo h1 a {
  display: inline-block;
}
.hlogo h1 a img {
  width: 130px;
  height: auto;
}

.gheader {
  width: 100%;
  height: 112px;
}

.gnav {
  position: relative;
  float: right;
  width: 100%;
  max-width: 1310px;
  height: 112px;
  padding-right: 118px;
  padding-left: 300px;
}
.gnav span {
  display: block;
}
.gnav .item-name {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
}
.gnav .item-name-en {
  font-size: 9px;
  line-height: 9px;
}
.gnav a,
.gnav span.item-active {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 66px;
  text-decoration: none;
  text-align: center;
}
.gnav span.item-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 9px solid #eb5505;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.gnav a::after,
.gnav span.item-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  width: 27px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
}

.gnav-recruit {
  position: absolute;
  right: 0;
  top: 0;
  width: 118px;
  height: 112px;
}
.gnav-recruit a {
  background-color: rgb(18, 80, 136);
  color: #fff;
  transition: background-color 0.5s;
}
.gnav-recruit a:hover {
  background-color: rgb(53, 157, 255);
}
.gnav-recruit span.item-active {
  background-color: rgb(18, 80, 136);
  background: linear-gradient(0deg, rgb(18, 80, 136) 0%, rgb(36, 120, 198) 80%, rgb(53, 157, 255) 100%);
  color: #fff;
}
.gnav-recruit a::after,
.gnav-recruit span.item-active::after {
  background-image: url(../images/common/gnav_recruit.svg);
}

.gnav-items {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 112px;
  padding-left: 12px;
  list-style: none;
}
.gnav-items li a {
  padding-right: 12px;
  padding-left: 12px;
  color: #000;
}
.gnav-items li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 13px;
  width: calc(100% - 6px);
  height: 94px;
  background-color: rgba(120, 150, 193, 0);
  border-radius: 50%;
  transform: scale(0);
  transition: background-color 0.5s, border-radius 0.5s, transform 0.5s;
}
.gnav-items li a:hover::before {
  border-radius: 6px;
  transform: scale(1);
  background-color: rgba(120, 150, 193, 0.3);
}
.gnav-items li span.item-active {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 18px;
  padding-left: 18px;
  background-color: rgba(120, 150, 193, 0.3);
}
.gnav-items .gnav-item01 a::after {
  background-image: url(../images/common/gnav_home.svg);
}
.gnav-items .gnav-item01 span.item-active::after {
  background-image: url(../images/common/gnav_home_a.svg);
}
.gnav-items .gnav-item02 a::after {
  background-image: url(../images/common/gnav_service.svg);
}
.gnav-items .gnav-item02 span.item-active::after {
  background-image: url(../images/common/gnav_service_a.svg);
}
.gnav-items .gnav-item03 a::after {
  background-image: url(../images/common/gnav_store.svg);
}
.gnav-items .gnav-item03 span.item-active::after {
  background-image: url(../images/common/gnav_store_a.svg);
}
.gnav-items .gnav-item04 a::after {
  background-image: url(../images/common/gnav_news.svg);
}
.gnav-items .gnav-item04 span.item-active::after {
  background-image: url(../images/common/gnav_news_a.svg);
}
.gnav-items .gnav-item05 a::after {
  background-image: url(../images/common/gnav_company.svg);
}
.gnav-items .gnav-item05 span.item-active::after {
  background-image: url(../images/common/gnav_company_a.svg);
}
.gnav-items .gnav-item06 a::after {
  background-image: url(../images/common/gnav_privacy.svg);
}
.gnav-items .gnav-item06 span.item-active::after {
  background-image: url(../images/common/gnav_privacy_a.svg);
}

.gfooter {
  width: 100%;
  height: auto;
  padding: 42px 0 0 0;
  border-top: 12px solid #125088;
  background-image: url(../images/common/bg_wave01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gf-info-area {
  text-align: center;
}

.gf-info {
  display: inline-block;
  text-align: left;
  color: #125088;
}

.gf-info-company,
.gf-info-title {
  font-weight: 700;
}

.gf-info-company {
  margin: 6px 0 15px 0;
}

.gf-info-body {
  margin-bottom: 15px;
  padding-left: 1em;
}

.gfnav {
  width: 100%;
  max-width: 659px;
  margin: 0 auto;
}

.gfnav-items {
  display: block;
  width: 100%;
  border-top: 6px solid #125088;
  margin-top: 51px;
  list-style: none;
}
.gfnav-items li {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 2px 0;
  border-bottom: 1px solid rgb(18, 80, 136);
}
.gfnav-items li a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 36px;
  padding-top: 15px;
  border-radius: 3px;
  background-color: rgba(18, 80, 136, 0);
  text-decoration: none;
  color: #000;
  transition: background-color 0.5s, color 0.5s;
}
.gfnav-items li a:hover {
  background-color: rgba(18, 80, 136, 0.3);
  color: #fff;
}
.gfnav-items > li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  background-color: #125088;
}
.gfnav-items > li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.gfnav-items .gfnav-item-children li {
  border-top: 1px solid rgb(18, 80, 136);
  border-bottom: none;
}
.gfnav-items .gfnav-item-children li a {
  padding-left: 60px;
}
.gfnav-items .gfnav-item-children li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  background-color: transparent;
  border-left: 11px solid #125088;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
}
.gfnav-items .gfnav-item-children li a::after {
  content: none;
}

.copyright {
  height: 60px;
  margin-top: 51px;
  padding-top: 20px;
  background-color: #125088;
  text-align: right;
  color: #fff;
}
.copyright small {
  font-size: 12px;
  line-height: 12px;
}

/*end max 480 */
@media (max-width: 768px) {
  .gfnav {
    padding-top: 30px;
  }
  .gfnav .bcs .bc:nth-child(n+2) .gfnav-items {
    border-top: none;
  }
  .gfnav-items {
    margin-top: 0;
  }
} /*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .hlogo {
    left: 30px;
    width: 270px;
    height: 180px;
    margin-left: 0;
  }
  .hlogo h1 a img {
    width: 170px;
    height: 114px;
  }
  .gf-info {
    display: block;
  }
  .gfnav {
    float: right;
    margin: 0;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .gnav-items li {
    flex: 1;
  }
  .gnav-items li a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1470px) {
  .gnav {
    padding-right: 138px;
  }
  .gnav .item-name {
    font-size: 15px;
  }
  .gnav-recruit {
    width: 138px;
  }
}
@media (min-width: 1600px) {
  .hlogo {
    left: 225px;
  }
  .gnav {
    max-width: 1493px;
    padding-right: 158px;
    padding-left: 495px;
  }
  .gnav-recruit {
    width: 158px;
  }
}
.gheader02 {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
  border-top: 9px solid #eb5505;
}
.gheader02 .gheader-in {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.gnav-items02 {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 112px;
  list-style: none;
}
.gnav-items02 li {
  flex: 1;
}
.gnav-items02 li a {
  padding-right: 0;
  padding-left: 0;
  color: #000;
}
.gnav-items02 li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 13px;
  width: calc(100% - 6px);
  height: 94px;
  background-color: rgba(120, 150, 193, 0);
  border-radius: 50%;
  transform: scale(0);
  transition: background-color 0.5s, border-radius 0.5s, transform 0.5s;
}
.gnav-items02 li a:hover::before {
  border-radius: 6px;
  transform: scale(1);
  background-color: rgba(120, 150, 193, 0.3);
}
.gnav-items02 li span.item-active {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(120, 150, 193, 0.3);
}
.gnav-items02 .gnav-item01 a::after {
  background-image: url(../images/common/gnav_home.svg);
}
.gnav-items02 .gnav-item01 span.item-active::after {
  background-image: url(../images/common/gnav_home_a.svg);
}
.gnav-items02 .gnav-item02 a::after {
  background-image: url(../images/common/gnav_service.svg);
}
.gnav-items02 .gnav-item02 span.item-active::after {
  background-image: url(../images/common/gnav_service_a.svg);
}
.gnav-items02 .gnav-item03 a::after {
  background-image: url(../images/common/gnav_store.svg);
}
.gnav-items02 .gnav-item03 span.item-active::after {
  background-image: url(../images/common/gnav_store_a.svg);
}
.gnav-items02 .gnav-item04 a::after {
  background-image: url(../images/common/gnav_news.svg);
}
.gnav-items02 .gnav-item04 span.item-active::after {
  background-image: url(../images/common/gnav_news_a.svg);
}
.gnav-items02 .gnav-item05 a::after {
  background-image: url(../images/common/gnav_company.svg);
}
.gnav-items02 .gnav-item05 span.item-active::after {
  background-image: url(../images/common/gnav_company_a.svg);
}
.gnav-items02 .gnav-item06 a::after {
  background-image: url(../images/common/gnav_privacy.svg);
}
.gnav-items02 .gnav-item06 span.item-active::after {
  background-image: url(../images/common/gnav_privacy_a.svg);
}

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

.ghlogo02 {
  width: 100%;
  padding: 18px 80px 24px 60px;
  text-align: center;
}
.ghlogo02 h1 {
  display: inline-block;
}

.gfooter02 {
  width: 100%;
  height: auto;
  padding: 42px 0 0 0;
  border-top: 12px solid #125088;
}

@media (min-width: 992px) {
  .gnav02 {
    position: relative;
    float: right;
    width: 100%;
    height: 112px;
    padding-right: 118px;
  }
  .gnav02 span {
    display: block;
  }
  .gnav02 .item-name {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
  }
  .gnav02 .item-name-en {
    font-size: 9px;
    line-height: 9px;
  }
  .gnav02 a,
  .gnav02 span.item-active {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 66px;
    text-decoration: none;
    text-align: center;
  }
  .gnav02 span.item-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 9px solid #eb5505;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .gnav02 a::after,
  .gnav02 span.item-active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 34px;
    transform: translateX(-50%);
    width: 27px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
  }
} /* end min 960 */
@media (min-width: 1470px) {
  .gheader02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .ghlogo02 {
    position: absolute;
    left: 0;
    top: -9px;
    width: 472px;
    padding: 0;
    padding-top: 21px;
    text-align: center;
  }
  .ghlogo02 h1 {
    display: inline-block;
  }
  .gnav02 {
    padding-right: 138px;
    padding-left: 300px;
    max-width: 1310px;
  }
  .gnav02 .item-name {
    font-size: 15px;
  }
  .gnav-items02 {
    padding-left: 12px;
  }
}
@media (min-width: 1600px) {
  .gnav02 {
    max-width: 1493px;
    padding-right: 158px;
    padding-left: 495px;
  }
}
.gf-logo {
  text-align: center;
}
.gf-logo img {
  display: inline-block;
}

@media (min-width: 992px) {
  .gf-logo {
    text-align: left;
  }
  .gf-logo img {
    display: block;
  }
}
/*!
*/
.opening-loading {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.opening-logo {
  max-width: 280px;
  margin: 0 auto 0 auto;
}

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

@-webkit-keyframes oplogo-stroke-1 {
  0% {
    stroke-dashoffset: 355.0662841797px;
    stroke-dasharray: 355.0662841797px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 355.0662841797px;
  }
}
@keyframes oplogo-stroke-1 {
  0% {
    stroke-dashoffset: 355.0662841797px;
    stroke-dasharray: 355.0662841797px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 355.0662841797px;
  }
}
.wt_oplogo-1 {
  -webkit-animation: oplogo-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, oplogo-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  animation: oplogo-stroke-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, oplogo-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

@-webkit-keyframes oplogo-stroke-2 {
  0% {
    stroke-dashoffset: 238.484085083px;
    stroke-dasharray: 238.484085083px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 238.484085083px;
  }
}
@keyframes oplogo-stroke-2 {
  0% {
    stroke-dashoffset: 238.484085083px;
    stroke-dasharray: 238.484085083px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 238.484085083px;
  }
}
.wt_oplogo-2 {
  -webkit-animation: oplogo-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, oplogo-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
  animation: oplogo-stroke-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, oplogo-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}

@-webkit-keyframes oplogo-stroke-3 {
  0% {
    stroke-dashoffset: 234.2829589844px;
    stroke-dasharray: 234.2829589844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.2829589844px;
  }
}
@keyframes oplogo-stroke-3 {
  0% {
    stroke-dashoffset: 234.2829589844px;
    stroke-dasharray: 234.2829589844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.2829589844px;
  }
}
.wt_oplogo-3 {
  -webkit-animation: oplogo-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, oplogo-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: oplogo-stroke-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, oplogo-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes oplogo-stroke-4 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
@keyframes oplogo-stroke-4 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
.wt_oplogo-4 {
  -webkit-animation: oplogo-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, oplogo-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: oplogo-stroke-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, oplogo-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes oplogo-stroke-5 {
  0% {
    stroke-dashoffset: 247.1759338379px;
    stroke-dasharray: 247.1759338379px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.1759338379px;
  }
}
@keyframes oplogo-stroke-5 {
  0% {
    stroke-dashoffset: 247.1759338379px;
    stroke-dasharray: 247.1759338379px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.1759338379px;
  }
}
.wt_oplogo-5 {
  -webkit-animation: oplogo-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, oplogo-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: oplogo-stroke-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, oplogo-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes oplogo-stroke-6 {
  0% {
    stroke-dashoffset: 149.7619934082px;
    stroke-dasharray: 149.7619934082px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619934082px;
  }
}
@keyframes oplogo-stroke-6 {
  0% {
    stroke-dashoffset: 149.7619934082px;
    stroke-dasharray: 149.7619934082px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619934082px;
  }
}
.wt_oplogo-6 {
  -webkit-animation: oplogo-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, oplogo-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: oplogo-stroke-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, oplogo-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes oplogo-stroke-7 {
  0% {
    stroke-dashoffset: 201.4000244141px;
    stroke-dasharray: 201.4000244141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4000244141px;
  }
}
@keyframes oplogo-stroke-7 {
  0% {
    stroke-dashoffset: 201.4000244141px;
    stroke-dasharray: 201.4000244141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4000244141px;
  }
}
.wt_oplogo-7 {
  -webkit-animation: oplogo-stroke-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, oplogo-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: oplogo-stroke-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, oplogo-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes oplogo-stroke-8 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
@keyframes oplogo-stroke-8 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
.wt_oplogo-8 {
  -webkit-animation: oplogo-stroke-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, oplogo-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: oplogo-stroke-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, oplogo-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes oplogo-stroke-9 {
  0% {
    stroke-dashoffset: 201.3999633789px;
    stroke-dasharray: 201.3999633789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.3999633789px;
  }
}
@keyframes oplogo-stroke-9 {
  0% {
    stroke-dashoffset: 201.3999633789px;
    stroke-dasharray: 201.3999633789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.3999633789px;
  }
}
.wt_oplogo-9 {
  -webkit-animation: oplogo-stroke-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, oplogo-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: oplogo-stroke-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, oplogo-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes oplogo-stroke-10 {
  0% {
    stroke-dashoffset: 271.7082824707px;
    stroke-dasharray: 271.7082824707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 271.7082824707px;
  }
}
@keyframes oplogo-stroke-10 {
  0% {
    stroke-dashoffset: 271.7082824707px;
    stroke-dasharray: 271.7082824707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 271.7082824707px;
  }
}
.wt_oplogo-10 {
  -webkit-animation: oplogo-stroke-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, oplogo-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: oplogo-stroke-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, oplogo-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@-webkit-keyframes oplogo-stroke-11 {
  0% {
    stroke-dashoffset: 201.4019165039px;
    stroke-dasharray: 201.4019165039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4019165039px;
  }
}
@keyframes oplogo-stroke-11 {
  0% {
    stroke-dashoffset: 201.4019165039px;
    stroke-dasharray: 201.4019165039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4019165039px;
  }
}
.wt_oplogo-11 {
  -webkit-animation: oplogo-stroke-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, oplogo-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: oplogo-stroke-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, oplogo-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes oplogo-stroke-12 {
  0% {
    stroke-dashoffset: 149.7619628906px;
    stroke-dasharray: 149.7619628906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619628906px;
  }
}
@keyframes oplogo-stroke-12 {
  0% {
    stroke-dashoffset: 149.7619628906px;
    stroke-dasharray: 149.7619628906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619628906px;
  }
}
.wt_oplogo-12 {
  -webkit-animation: oplogo-stroke-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both, oplogo-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: oplogo-stroke-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both, oplogo-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes oplogo-stroke-13 {
  0% {
    stroke-dashoffset: 355.0662841797px;
    stroke-dasharray: 355.0662841797px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 355.0662841797px;
  }
}
@keyframes oplogo-stroke-13 {
  0% {
    stroke-dashoffset: 355.0662841797px;
    stroke-dasharray: 355.0662841797px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 355.0662841797px;
  }
}
@-webkit-keyframes oplogo-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-13 {
  -webkit-animation: oplogo-stroke-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, oplogo-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: oplogo-stroke-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, oplogo-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

@-webkit-keyframes oplogo-stroke-14 {
  0% {
    stroke-dashoffset: 238.484085083px;
    stroke-dasharray: 238.484085083px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 238.484085083px;
  }
}
@keyframes oplogo-stroke-14 {
  0% {
    stroke-dashoffset: 238.484085083px;
    stroke-dasharray: 238.484085083px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 238.484085083px;
  }
}
@-webkit-keyframes oplogo-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-14 {
  -webkit-animation: oplogo-stroke-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both, oplogo-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: oplogo-stroke-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both, oplogo-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes oplogo-stroke-15 {
  0% {
    stroke-dashoffset: 234.2829589844px;
    stroke-dasharray: 234.2829589844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.2829589844px;
  }
}
@keyframes oplogo-stroke-15 {
  0% {
    stroke-dashoffset: 234.2829589844px;
    stroke-dasharray: 234.2829589844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 234.2829589844px;
  }
}
@-webkit-keyframes oplogo-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-15 {
  -webkit-animation: oplogo-stroke-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, oplogo-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: oplogo-stroke-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, oplogo-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes oplogo-stroke-16 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
@keyframes oplogo-stroke-16 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
@-webkit-keyframes oplogo-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-16 {
  -webkit-animation: oplogo-stroke-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, oplogo-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: oplogo-stroke-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, oplogo-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes oplogo-stroke-17 {
  0% {
    stroke-dashoffset: 247.1759338379px;
    stroke-dasharray: 247.1759338379px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.1759338379px;
  }
}
@keyframes oplogo-stroke-17 {
  0% {
    stroke-dashoffset: 247.1759338379px;
    stroke-dasharray: 247.1759338379px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 247.1759338379px;
  }
}
@-webkit-keyframes oplogo-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-17 {
  -webkit-animation: oplogo-stroke-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, oplogo-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: oplogo-stroke-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, oplogo-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes oplogo-stroke-18 {
  0% {
    stroke-dashoffset: 149.7619934082px;
    stroke-dasharray: 149.7619934082px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619934082px;
  }
}
@keyframes oplogo-stroke-18 {
  0% {
    stroke-dashoffset: 149.7619934082px;
    stroke-dasharray: 149.7619934082px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619934082px;
  }
}
@-webkit-keyframes oplogo-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-18 {
  -webkit-animation: oplogo-stroke-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both, oplogo-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: oplogo-stroke-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both, oplogo-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes oplogo-stroke-19 {
  0% {
    stroke-dashoffset: 201.4000244141px;
    stroke-dasharray: 201.4000244141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4000244141px;
  }
}
@keyframes oplogo-stroke-19 {
  0% {
    stroke-dashoffset: 201.4000244141px;
    stroke-dasharray: 201.4000244141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4000244141px;
  }
}
@-webkit-keyframes oplogo-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-19 {
  -webkit-animation: oplogo-stroke-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, oplogo-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: oplogo-stroke-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, oplogo-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes oplogo-stroke-20 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
@keyframes oplogo-stroke-20 {
  0% {
    stroke-dashoffset: 134.4799804688px;
    stroke-dasharray: 134.4799804688px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 134.4799804688px;
  }
}
@-webkit-keyframes oplogo-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-20 {
  -webkit-animation: oplogo-stroke-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both, oplogo-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
  animation: oplogo-stroke-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both, oplogo-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}

@-webkit-keyframes oplogo-stroke-21 {
  0% {
    stroke-dashoffset: 201.3999633789px;
    stroke-dasharray: 201.3999633789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.3999633789px;
  }
}
@keyframes oplogo-stroke-21 {
  0% {
    stroke-dashoffset: 201.3999633789px;
    stroke-dasharray: 201.3999633789px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.3999633789px;
  }
}
@-webkit-keyframes oplogo-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-21 {
  -webkit-animation: oplogo-stroke-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, oplogo-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  animation: oplogo-stroke-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both, oplogo-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes oplogo-stroke-22 {
  0% {
    stroke-dashoffset: 271.7082824707px;
    stroke-dasharray: 271.7082824707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 271.7082824707px;
  }
}
@keyframes oplogo-stroke-22 {
  0% {
    stroke-dashoffset: 271.7082824707px;
    stroke-dasharray: 271.7082824707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 271.7082824707px;
  }
}
@-webkit-keyframes oplogo-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-22 {
  -webkit-animation: oplogo-stroke-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both, oplogo-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  animation: oplogo-stroke-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both, oplogo-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes oplogo-stroke-23 {
  0% {
    stroke-dashoffset: 201.4019165039px;
    stroke-dasharray: 201.4019165039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4019165039px;
  }
}
@keyframes oplogo-stroke-23 {
  0% {
    stroke-dashoffset: 201.4019165039px;
    stroke-dasharray: 201.4019165039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 201.4019165039px;
  }
}
@-webkit-keyframes oplogo-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-23 {
  -webkit-animation: oplogo-stroke-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both, oplogo-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
  animation: oplogo-stroke-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both, oplogo-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes oplogo-stroke-24 {
  0% {
    stroke-dashoffset: 149.7619628906px;
    stroke-dasharray: 149.7619628906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619628906px;
  }
}
@keyframes oplogo-stroke-24 {
  0% {
    stroke-dashoffset: 149.7619628906px;
    stroke-dasharray: 149.7619628906px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 149.7619628906px;
  }
}
@-webkit-keyframes oplogo-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-24 {
  -webkit-animation: oplogo-stroke-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both, oplogo-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
  animation: oplogo-stroke-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both, oplogo-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes oplogo-stroke-25 {
  0% {
    stroke-dashoffset: 4316.9926757813px;
    stroke-dasharray: 4316.9926757813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4316.9926757813px;
  }
}
@keyframes oplogo-stroke-25 {
  0% {
    stroke-dashoffset: 4316.9926757813px;
    stroke-dasharray: 4316.9926757813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4316.9926757813px;
  }
}
.wt_oplogo-25 {
  -webkit-animation: oplogo-stroke-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, oplogo-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
  animation: oplogo-stroke-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, oplogo-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}

@-webkit-keyframes oplogo-stroke-26 {
  0% {
    stroke-dashoffset: 4316.9926757813px;
    stroke-dasharray: 4316.9926757813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4316.9926757813px;
  }
}
@keyframes oplogo-stroke-26 {
  0% {
    stroke-dashoffset: 4316.9926757813px;
    stroke-dasharray: 4316.9926757813px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4316.9926757813px;
  }
}
@-webkit-keyframes oplogo-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
@keyframes oplogo-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(49, 81, 132);
  }
}
.wt_oplogo-26 {
  -webkit-animation: oplogo-stroke-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both, oplogo-fill-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  animation: oplogo-stroke-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both, oplogo-fill-26 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}

/*==========
* pages style
*/
/*!==========
* home
*/
.home-mv-image {
  position: relative;
  margin-left: 6.25vw;
  height: 60vh;
  min-height: 485px;
}

.home-mv-mes {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 6;
  width: 100%;
}
.home-mv-mes .home-mes-line {
  display: table;
  width: calc(100% - 3.125vw);
  height: auto;
  margin-bottom: 15px;
  padding: 15px 15px 14px 15px;
  background-color: #125088;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 18px;
}
.home-mv-mes .home-mes-line02 {
  width: calc(100% - 3.125vw);
  margin-left: 3.125vw;
}

.home-read {
  position: relative;
  min-height: 100vh;
  margin-top: -22.2vw;
  padding-top: 22.2vw;
  margin-bottom: 135px;
}
.home-read .home-read-bg-img {
  height: calc(100% - 90px);
  clip-path: polygon(0 15vw, 100% 0%, 100% calc(100% - 15vw), 0% 100%);
}
.home-read .home-read-bg-img figure img {
  object-position: center center;
}
.home-read .home-read-body {
  padding-top: 168px;
  color: #fff;
}

.home-read-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.home-read-cv {
  mix-blend-mode: overlay;
  height: calc(100% - 90px);
  clip-path: polygon(0 15vw, 100% 0%, 100% calc(100% - 15vw), 0% 100%);
}

.home-read-catch {
  margin-bottom: 60px;
}
.home-read-catch h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 5px rgb(18, 80, 136), 0px 0px 2px rgba(18, 80, 136, 0.6);
}

.home-read-mes {
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 5px rgb(18, 80, 136), 0px 0px 2px rgba(18, 80, 136, 0.6);
}

.home-read-images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin: 30px 0;
}

.home-read-image03 {
  position: absolute;
  right: 6px;
  bottom: 0;
  width: 42%;
  height: auto;
  aspect-ratio: 1/1.0789;
}

.home-read-image02 {
  position: absolute;
  top: 12%;
  left: 15px;
  width: 39.583333%;
  height: auto;
  aspect-ratio: 1/1.105263;
}

.home-read-image01 {
  position: absolute;
  top: 0;
  right: 40%;
  width: 32.8125%;
  height: auto;
  aspect-ratio: 1/0.984126984;
}

.home-read-btns {
  position: relative;
  z-index: 5;
  max-width: 827px;
  margin: 0 auto;
  margin-top: 11vw;
}
.home-read-btns a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.home-read-btns a figure {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.home-read-btns a figure img {
  transform: scale(1);
  transition: transform 0.5s;
}
.home-read-btns a .item-name {
  color: #eb5505;
  font-size: 18px;
  font-weight: 700;
}
.home-read-btns a .item-en {
  color: #712700;
  font-size: 12px;
  font-weight: 700;
}
.home-read-btns a:hover figure img {
  transform: scale(1.2);
}

.home-company {
  width: 100%;
  min-height: 460px;
  margin-bottom: 55px;
}

.home-company-row {
  position: relative;
  padding-top: 200px;
  padding-bottom: 6px;
  width: 100%;
  min-height: 460px;
  background-image: url(../images/common/bg_wave03_blue.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: repeat;
}

.home-company-header {
  display: grid;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  text-align: center;
  color: #fff;
}
.home-company-header .home-company-header-in {
  position: relative;
  padding: 45px 0;
}
.home-company-header h2 {
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.home-company-header .item-en {
  position: relative;
  padding-bottom: 90px;
  color: #95d3ff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.home-company-header .item-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47.5px;
  width: 95px;
  height: 75px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/home/home_company_icon.svg);
  background-repeat: no-repeat;
  background-size: 41px 44px;
  background-position: center center;
}

.home-company-items {
  width: 100%;
  height: 100%;
}
.home-company-items .b-s-max .bcs {
  height: 100%;
}

.home-company-item {
  width: 100%;
  height: 210px;
}
.home-company-item a {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.home-company-item a p {
  width: 90%;
  max-width: 270px;
  margin: 0 auto;
  height: 66px;
  padding-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 33px;
  background-color: rgba(18, 80, 136, 0.8);
  transition: border 0.5s, background-color 0.5s;
}
.home-company-item a:hover p {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 108, 205, 0.3);
}
.home-company-item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s;
}
.home-company-item a:hover::before {
  transform: scale(1.2);
  opacity: 0.6;
}
.home-company-item a.item-panel01::before {
  background-image: url(../images/home/home_company01.webp);
}
.home-company-item a.item-panel02::before {
  background-image: url(../images/home/home_company02.webp);
}
.home-company-item a.item-panel03::before {
  background-image: url(../images/home/home_company03.webp);
}

.home-news {
  padding: 0 15px;
  margin-bottom: 165px;
}

.home-news-items {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.home-news-items .bcs .bc:first-child .home-news-item {
  border-top: 3px solid #125088;
}

.home-news-item {
  border-bottom: 1px solid #125088;
  padding: 10px 15px 15px 15px;
}
.home-news-item .item-title a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  transition: color 0.5s;
}
.home-news-item .item-title a:hover {
  color: #125088;
}

.news-tags {
  margin-bottom: 6px;
  list-style: none;
  font-size: 0;
}
.news-tags li {
  display: inline-block;
  margin: 0 6px 6px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.news-tags li a {
  display: block;
  height: 24px;
  background-color: #125088;
  padding: 6px 15px 0 15px;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
}
.news-tags li a:hover {
  opacity: 0.7;
}
.news-tags li.tag-au a {
  background-color: #eb5505;
}

.home-news-btn {
  max-width: 450px;
  padding: 30px 15px 0 15px;
  margin: 0 auto;
}
.home-news-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 62px;
  overflow: hidden;
  border: 2px solid #125088;
  border-radius: 33px;
  background-color: #125088;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 21px;
}
.home-news-btn a span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 18px;
}
.home-news-btn a span::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transform: translateX(60px);
  transition: transform 0.5s, background-color 0.5s;
}
.home-news-btn a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 32px;
  height: 30px;
  transform: translate(0px, -50%);
  background-image: url(../images/common/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 30px;
  transition: right 0.5s, transform 0.5s;
}
.home-news-btn a:hover {
  color: #125088;
}
.home-news-btn a:hover span::before {
  transform: translateX(0);
  background-color: #125088;
}
.home-news-btn a:hover span::after {
  transform: translate(6px, -50%);
}
.home-news-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: width 0.5s, opacity 0.5s;
}
.home-news-btn a:hover::after {
  width: 100%;
  opacity: 1;
}

.home-recruit {
  height: auto;
  overflow: hidden;
  color: #fff;
}
.home-recruit .mobile-fixed-parallax figure img {
  object-position: 25% bottom;
}

.home-recruit-cv {
  mix-blend-mode: screen;
  opacity: 0.15;
}

.home-recruit-header {
  position: relative;
  height: 440px;
  padding: 160px 0 80px 0;
  text-align: center;
  color: #fff;
}
.home-recruit-header h2 {
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.home-recruit-header .item-en {
  position: relative;
  padding-bottom: 90px;
  color: #125088;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.home-recruit-header .item-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47.5px;
  width: 95px;
  height: 75px;
  background-color: #8ec9ff;
  border-radius: 50%;
  background-image: url(../images/home/home_recruit_icon.svg);
  background-repeat: no-repeat;
  background-size: 39px 42px;
  background-position: center center;
}

.home-recruit-body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 52px 0;
  background-color: rgba(18, 80, 136, 0.66);
}

.home-recruit-panels {
  width: 100%;
  padding-top: 30px;
}
.home-recruit-panels .bcs {
  margin-left: -10px;
  margin-right: -10px;
}
.home-recruit-panels .bcs .bc {
  padding-left: 10px;
  padding-right: 10px;
}

.home-recruit-panel {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 30px auto;
}
.home-recruit-panel a {
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.home-recruit-panel a figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.home-recruit-panel a figure img {
  transform: scale(1);
  transition: transform 0.5s;
}
.home-recruit-panel a .item-name {
  padding: 9px 0 6px 0;
  font-size: 18px;
}
.home-recruit-panel a .item-en {
  color: #b5dcff;
  font-size: 12px;
  line-height: 12px;
}
.home-recruit-panel a:hover figure img {
  transform: scale(1.2);
}

.home-recruit-mes {
  line-height: 1.8em;
}

@media (max-width: 480px) {
  .home-mv-image {
    margin-left: 0;
    height: 35vh;
    min-height: 320px;
  }
} /*end max 480 */
/*end max 768 */
@media (min-width: 480px) {
  .home-mv-mes .home-mes-line {
    width: auto;
    min-width: 37.5%;
    height: auto;
    padding: 24px 30px 24px 30px;
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 27px;
  }
  .home-mv-mes .home-mes-line02 {
    width: auto;
    min-width: 42.1875%;
    margin-left: 3.125vw;
  }
} /* end min 480 */
@media (min-width: 768px) {
  .home-mv-image {
    height: 75vh;
  }
  .home-mv-mes .home-mes-line {
    padding: 24px 30px 24px 60px;
    font-size: 30px;
    letter-spacing: 0.03em;
    line-height: 30px;
  }
  .home-read-catch h2 {
    font-size: 30px;
    line-height: 60px;
  }
  .home-read-btns a .item-name {
    font-size: 30px;
  }
  .home-read-btns a .item-en {
    font-size: 18px;
  }
  .home-company-item {
    height: 448px;
    padding-left: 1px;
  }
  .home-company-item a {
    font-size: 24px;
  }
  .home-company-item a p {
    padding-top: 15px;
  }
  .home-news-item .item-body {
    position: relative;
    padding-left: 130px;
  }
  .home-news-item .item-date {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .home-read-images {
    position: absolute;
    top: 35.5vw;
    right: 0;
    width: 50vw;
    height: auto;
    aspect-ratio: 1/0.9052;
  }
  .home-read-image03 {
    position: absolute;
    right: 6.25%;
    bottom: 0;
    width: 64.6875%;
  }
  .home-read-image02 {
    position: absolute;
    top: 19.5627%;
    right: 57.8125%;
    left: auto;
    width: 39.583333%;
  }
  .home-read-image01 {
    position: absolute;
    top: 0;
    right: 32.0833333%;
    width: 32.8125%;
  }
  .home-company-row {
    padding-left: 31.25vw;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .home-company-header {
    bottom: 0;
    width: 31.25vw;
    height: 460px;
  }
  .home-company-header h2 {
    margin-bottom: 6px;
    font-size: 45px;
    line-height: 45px;
  }
  .home-company-header .item-en {
    padding-bottom: 90px;
    font-size: 18px;
  }
  .home-recruit-header h2 {
    margin-bottom: 6px;
    font-size: 45px;
    line-height: 45px;
  }
  .home-recruit-header .item-en {
    padding-bottom: 90px;
    font-size: 18px;
  }
  .home-recruit-panels {
    padding-top: 0px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .home-mv-mes .home-mes-line {
    min-width: 720px;
    padding: 24px 30px 24px 60px;
    font-size: 36px;
    line-height: 36px;
  }
  .home-mv-mes .home-mes-line02 {
    min-width: 810px;
    margin-left: 3.125vw;
  }
  .home-mv-image {
    height: 100vh;
  }
  .home-read-catch h2 {
    font-size: 42px;
    line-height: 72px;
  }
  .home-read-mes {
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
  .home-recruit-mes {
    font-size: 18px;
    line-height: 45px;
    letter-spacing: 0.05em;
  }
  .home-recruit-panel a .item-name {
    padding: 9px 0 6px 0;
    font-size: 21px;
  }
}
@media (min-width: 1470px) {
  .home-read-catch h2 {
    font-size: 60px;
    line-height: 90px;
  }
}
/*!
*/
/*!==========
* home
*/
.home-mv02 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-mv-mes02 {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 5;
}
.home-mv-mes02 .home-mv-mes-in h2 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

.home-mv-sprite {
  position: relative;
  overflow: hidden;
}

#mv-items {
  position: relative;
  z-index: 1;
  width: 100vw;
}
#mv-items .mv-item {
  width: 100%;
  height: auto;
  min-height: 280px;
  overflow: hidden;
}
#mv-items .mv-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
}

@media (max-width: 480px) {
  .home-mv-mes02 {
    transform: translateY(-50%);
  }
} /* end max 480 */
@media (min-width: 768px) {
  .home-mv-mes02 {
    top: 60%;
  }
  .home-mv-mes02 .home-mv-mes-in h2 {
    font-size: 36px;
    line-height: 44px;
  }
} /* end min 768 */
@media (min-width: 1200px) {
  .home-mv-mes02 .home-mv-mes-in h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (min-width: 1470px) {
  .home-mv-mes02 .home-mv-mes-in h2 {
    font-size: 54px;
    line-height: 72px;
  }
}
.home-read02 {
  position: relative;
  z-index: 2;
  padding: 45px 0;
}
.home-read02 .b-s-rigit {
  overflow: visible;
}
.home-read02 .b-s-rigit .bcs {
  overflow: visible;
  margin-left: -5px;
  margin-right: -5px;
}
.home-read02 .b-s-rigit .bcs .bc {
  padding-left: 5px;
  padding-right: 5px;
}

.home-read-catch02 h2 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  color: #125088;
}

.home-read-mes02 {
  margin-top: 30px;
}
.home-read-mes02 p {
  font-size: 15px;
  line-height: 36px;
  color: #125088;
}

.home-read-image {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -100px;
}
.home-read-image figure {
  display: inline-block;
  width: 280px;
}

.home-read-items {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 45px auto 0 auto;
  z-index: 2;
}
.home-read-items .bcs .bc:first-child .home-read-item {
  margin-top: 0;
}

.home-read-item {
  margin-top: 30px;
}
.home-read-item a {
  display: block;
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(235, 85, 5, 0);
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s;
}
.home-read-item a:hover {
  background-color: rgba(235, 85, 5, 0.5);
}
.home-read-item a:hover figure img {
  transform: scale(120%);
}
.home-read-item a figure {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
}
.home-read-item a figure img {
  display: inline-block;
  transform: scale(100%);
  transition: transform 0.5s;
}
.home-read-item a p {
  color: #712700;
  font-size: 12px;
}
.home-read-item a .home-read-item-ttl {
  padding-top: 6px;
  font-size: 18px;
  color: #eb5505;
}

/*end max 480 */
/*end max 768 */
@media (min-width: 480px) {
  .home-read-item {
    margin-top: 0;
  }
} /* end min 480 */
@media (min-width: 768px) {
  .home-read-catch02 h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .home-read-mes02 {
    margin-top: 45px;
  }
  .home-read-mes02 p {
    font-size: 18px;
    line-height: 42px;
  }
  .home-read-item a p {
    font-size: 15px;
  }
  .home-read-item a .home-read-item-ttl {
    font-size: 30px;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .home-read-image {
    margin-top: -140px;
  }
  .home-read-image figure {
    width: 450px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .home-read02::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 94vw;
    height: 17vw;
    border-radius: 50%;
    background-color: white;
  }
  .home-read-image {
    margin-top: 0;
  }
  .home-read-image figure {
    position: absolute;
    top: -200px;
    left: 0;
    width: auto;
  }
  .home-read-catch02 h2 {
    font-size: 42px;
    line-height: 62px;
  }
  .home-read-items {
    margin: 60px auto 0 auto;
  }
}
@media (min-width: 1470px) {
  .home-read02::before {
    top: -90px;
  }
  .home-read-items {
    margin: 90px auto 0 auto;
  }
  .home-read-catch02 h2 {
    font-size: 48px;
    line-height: 72px;
  }
}
.home-news-header {
  color: #125088;
  margin-bottom: 30px;
}
.home-news-header h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.home-news-header .home-news-header-en {
  font-size: 15px;
  line-height: 18px;
}

.home-news-items02 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.home-news-items02 .bcs .bc:first-child .home-news-item02 {
  border-top: 1px solid #125088;
}

.home-news-item02 {
  border-bottom: 1px solid #125088;
  padding: 10px 15px 15px 15px;
}
.home-news-item02 .item-title a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.5s;
}
.home-news-item02 .item-title a:hover {
  color: #125088;
}

.home-news-btn02 {
  max-width: 370px;
  padding: 30px 15px 0 15px;
  margin: 0 auto;
}
.home-news-btn02 a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  border: 2px solid #125088;
  border-radius: 33px;
  background-color: #125088;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 21px;
}
.home-news-btn02 a span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
}
.home-news-btn02 a span::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transform: translateX(60px);
  transition: transform 0.5s, background-color 0.5s;
}
.home-news-btn02 a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 22px;
  height: 20px;
  transform: translate(0px, -50%);
  background-image: url(../images/common/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 20px;
  transition: right 0.5s, transform 0.5s;
}
.home-news-btn02 a:hover {
  color: #125088;
}
.home-news-btn02 a:hover span::before {
  transform: translateX(0);
  background-color: #125088;
}
.home-news-btn02 a:hover span::after {
  transform: translate(6px, -50%);
}
.home-news-btn02 a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: width 0.5s, opacity 0.5s;
}
.home-news-btn02 a:hover::after {
  width: 100%;
  opacity: 1;
}

@media (min-width: 768px) {
  .home-news-item02 .item-body {
    position: relative;
    padding-left: 130px;
  }
  .home-news-item02 .item-date {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
  }
  .home-news-header h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-news-header .home-news-header-en {
    font-size: 18px;
    line-height: 22px;
  }
  .home-news-btn02 {
    max-width: 450px;
  }
  .home-news-btn02 a {
    height: 62px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 21px;
  }
  .home-news-btn02 a span {
    padding-top: 18px;
  }
  .home-news-btn02 a span::after {
    width: 32px;
    height: 30px;
    background-size: 32px 30px;
  }
  .home-news-btn02 a span::before {
    width: 45px;
    height: 45px;
  }
} /* end min 768 */
@media (min-width: 1200px) {
  .home-news-header h2 {
    font-size: 48px;
    line-height: 60px;
  }
} /* end min 1200 */
.home-recruit02 {
  height: auto;
  overflow: hidden;
  color: #fff;
}
.home-recruit02 .mobile-fixed-parallax figure img {
  object-position: center center;
}

.home-recruit-header02 {
  position: relative;
  height: 440px;
  padding: 160px 0 80px 0;
  text-align: center;
  color: #fff;
}
.home-recruit-header02 h2 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.home-recruit-header02 .item-en {
  position: relative;
  padding-bottom: 80px;
  color: #b5dcff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.home-recruit-header02 .item-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47.5px;
  width: 95px;
  height: 75px;
  background-image: url(../images/home02/home_recruit_icon.svg);
  background-repeat: no-repeat;
  background-size: 39px 42px;
  background-position: center center;
}

.home-recruit-panels02 {
  width: 100%;
  padding-top: 30px;
}
.home-recruit-panels02 .bcs {
  margin-left: -10px;
  margin-right: -10px;
}
.home-recruit-panels02 .bcs .bc {
  padding-left: 10px;
  padding-right: 10px;
}

.home-recruit-panel02 {
  width: 100%;
  margin: 0 auto 30px auto;
}
.home-recruit-panel02 a {
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.home-recruit-panel02 a figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home-recruit-panel02 a figure img {
  transform: scale(1);
  transition: transform 0.5s;
}
.home-recruit-panel02 a .item-name {
  padding: 9px 0 6px 0;
  font-size: 18px;
}
.home-recruit-panel02 a .item-en {
  color: #b5dcff;
  font-size: 15px;
  line-height: 12px;
}
.home-recruit-panel02 a:hover figure img {
  transform: scale(1.2);
}

@media (min-width: 992px) {
  .home-recruit-header02 h2 {
    margin-bottom: 6px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
  .home-recruit-header02 .item-en {
    font-size: 18px;
  }
  .home-recruit-panels02 {
    padding-top: 0px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .home-recruit-panel02 a .item-name {
    padding: 9px 0 6px 0;
    font-size: 27px;
  }
}
/*!
*/
/*!==========
* pages common
*/
.pages-mv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12px;
}
.pages-mv .b-s-rigit,
.pages-mv .bcs,
.pages-mv .bc {
  overflow: visible;
}

.pages-mv-title {
  position: relative;
  top: 45px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  margin: 0 auto 12px auto;
}
.pages-mv-title::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 6px solid #eb5505;
}
.pages-mv-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #eb5505;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
}

.pages-mv-title.page-wt-title {
  border: 6px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(18, 80, 136, 0.9);
}
.pages-mv-title.page-wt-title::before {
  content: none;
}
.pages-mv-title.page-wt-title h1 {
  width: 100%;
  text-align: center;
  color: #fff;
}

.pages-section-header {
  position: relative;
  height: 100px;
  padding-left: 110px;
  margin-bottom: 45px;
}

.pages-section-header-body {
  border-bottom: 2px solid #eb5505;
}
.pages-section-header-body h2 {
  font-size: 36px;
  font-weight: 700;
  color: #125088;
  padding-left: 15px;
}

.pages-section-header-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.pages-section-header-en p {
  font-size: 18px;
  font-weight: 700;
  color: #618db4;
  padding-left: 15px;
}

.content-btn {
  position: relative;
  z-index: 1;
  display: block;
  height: 45px;
  max-width: 290px;
  margin: 0 auto;
  background-color: #212121;
  border-radius: 22.5px;
  overflow: hidden;
  border: 3px solid #212121;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: color 0.5s, background-color 0.5s;
}
.content-btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 9px;
}
.content-btn span::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/common/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 21px 21px;
}
.content-btn:hover {
  color: #212121;
}
.content-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 0%;
  height: 41px;
  background-color: #fff;
  transition: width 0.5s;
}
.content-btn:hover::before {
  width: 100%;
}

@media (max-width: 768px) {
  .pages-section-header {
    height: 60px;
    padding-left: 70px;
  }
  .pages-section-header-icon figure {
    width: 60px;
  }
  .pages-section-header-body h2 {
    font-size: 24px;
  }
  .pages-section-header-en p {
    font-size: 15px;
  }
} /*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .pages-mv-title {
    top: auto;
    margin: 0;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .pages-mv {
    overflow: hidden;
  }
  .pages-mv::before {
    content: "";
    position: absolute;
    bottom: calc((17vw - 70px) * -1);
    left: 50%;
    transform: translateX(-50%);
    width: 94vw;
    height: 17vw;
    border-radius: 50%;
    background-color: white;
  }
  .pages-mv-title {
    width: 360px;
    height: 360px;
    margin-bottom: 0;
  }
  .pages-mv-title h1 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (min-width: 1470px) {
  .pages-mv {
    padding-top: 133px;
  }
  .pages-mv::before {
    bottom: calc((17vw - 90px) * -1);
  }
  .pages-mv-title {
    width: 470px;
    height: 470px;
  }
  .pages-mv-title h1 {
    font-size: 54px;
    line-height: 72px;
  }
}
/* wt color page */
.wt-article {
  position: relative;
  z-index: 2;
}

.wt-section {
  padding: 90px 0 150px 0;
  font-family: "Satoshi", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}

.wt-section-header {
  margin-bottom: 60px;
  text-align: center;
}
.wt-section-header h2 {
  height: auto;
  margin: 0;
  margin-bottom: 24px;
  color: #125088;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 52px;
}
.wt-section-header .wt-section-header-en {
  position: relative;
  display: inline-block;
  color: #618db4;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.wt-section-header .wt-section-header-en span {
  display: block;
  position: relative;
}
.wt-section-header .wt-section-header-en span::before, .wt-section-header .wt-section-header-en span::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #618db4;
}
.wt-section-header .wt-section-header-en span::before {
  left: calc(100% + 14px);
}
.wt-section-header .wt-section-header-en span::after {
  right: calc(100% + 14px);
}
.wt-section-header .wt-section-header-en::before, .wt-section-header .wt-section-header-en::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 48px;
  height: 2px;
  background-color: #618db4;
}
.wt-section-header .wt-section-header-en::before {
  left: calc(100% + 15px);
}
.wt-section-header .wt-section-header-en::after {
  right: calc(100% + 15px);
}

.wt-section-body {
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.05em;
}

.pages-table {
  display: block;
  font-size: 15px;
  width: 100%;
}
.pages-table tbody, .pages-table tr {
  display: block;
  width: 100%;
}
.pages-table th, .pages-table td {
  display: block;
}
.pages-table th {
  padding: 9px 15px 6px 15px;
  border-top: 1px solid #145289;
  background-color: #618db4;
  color: #fff;
}
.pages-table td {
  padding: 9px 15px 15px 15px;
  text-align: left;
}

@media (max-width: 480px) {
  .wt-section {
    padding: 60px 0 90px 0;
  }
  .wt-section-header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .wt-section-body {
    font-size: 15px;
    line-height: 36px;
  }
} /*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .pages-table {
    display: table;
    border-collapse: separate;
    border-spacing: 3px;
    width: 100%;
  }
  .pages-table tbody {
    display: table-row-group;
  }
  .pages-table tr {
    display: table-row;
  }
  .pages-table th, .pages-table td {
    display: table-cell;
  }
  .pages-table th {
    width: 150px;
    padding: 15px 6px 12px 15px;
    background-color: transparent;
    border-top: none;
    border-bottom: 1px solid #145289;
    color: #000;
  }
  .pages-table td {
    width: auto;
    padding: 15px 15px 12px 6px;
    border-bottom: 1px solid #8aaac4;
    text-align: left;
  }
} /* end min 960 */
/* end min 1200 */
/*!==========
* company
*/
.pages-mv.service-mv {
  background-image: url(../images/service/service_mv.webp);
}

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

.service-read-catch {
  text-align: center;
  margin-bottom: 30px;
}
.service-read-catch h3 {
  display: inline-block;
  text-align: left;
  color: #125088;
  font-weight: 400;
  font-size: 24px;
  line-height: 42px;
}

.service-read-mes {
  font-size: 18px;
  line-height: 42px;
  max-width: 970px;
  margin: 0 auto;
}

.service-read-items {
  padding-top: 80px;
}
.service-read-items .bc .service-read-item {
  margin-bottom: 45px;
}
.service-read-items .bc:last-child .service-read-item {
  margin-bottom: 0;
}

.service-read-item .item-catch {
  text-align: center;
  margin: 20px 0;
}
.service-read-item .item-catch h4 {
  display: inline-block;
  text-align: left;
  font-size: 21px;
  line-height: 30px;
  color: #125088;
}
.service-read-item .item-mes {
  font-size: 15px;
  line-height: 27px;
}

@media (max-width: 480px) {
  .service-read-catch h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .service-read-mes {
    font-size: 15px;
    line-height: 36px;
  }
} /*end max 480 */
@media (max-width: 768px) {
  .service-read-image figure {
    height: 150px;
    min-height: 150px;
  }
  .service-read-image figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
} /*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .service-read-catch h3 {
    font-size: 36px;
    line-height: 54px;
  }
  .service-read-items .bc .service-read-item {
    margin-bottom: 0;
  }
} /* end min 960 */
/* end min 1200 */
/*!
*/
/*!==========
* pages_shoplist
*/
.pages-mv-title.shoplist-mv-title {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
}
.pages-mv-title.shoplist-mv-title::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 6px solid #eb5505;
}
.pages-mv-title.shoplist-mv-title h1 {
  color: #eb5505;
}

.pages-mv.shoplist-mv {
  background-image: url(../images/shoplist/shoplist_mv.webp);
}

.shoplist-read {
  padding: 90px 0;
}

.shoplist-read-mes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  max-width: 100%;
  min-height: 100%;
}
.shoplist-read-mes p {
  font-size: 15px;
  line-height: 36px;
}

.shoplist-content .bc {
  padding-bottom: 30px;
}

.shoplist-content-item {
  position: relative;
  height: 100%;
  padding: 45px 15px 180px 15px;
  border: 1px solid #7ca2c5;
  border-radius: 18px;
}

.content-item-header {
  border-bottom: 2px solid #eb5505;
}
.content-item-header h3 {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  padding-bottom: 10px;
}

.shoplist-content-table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
}
.shoplist-content-table tr th {
  padding: 12px 2px 11px 10px;
  border-bottom: 1px solid #7ca2c5;
  text-align: left;
  vertical-align: top;
}
.shoplist-content-table tr td {
  padding: 12px 10px 11px 2px;
  font-weight: 400;
  border-bottom: 1px solid #7ca2c5;
  text-align: right;
  vertical-align: top;
}
.shoplist-content-table tr td address {
  display: inline-block;
  text-align: left;
  font-style: normal;
}

.shoplist-content-btn {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
.shoplist-content-btn .content-btn {
  width: calc(100% - 30px);
  background-color: #eb5505;
  border: 3px solid #eb5505;
  color: #fff;
}
.shoplist-content-btn .content-btn span::after {
  background-image: url(../images/shoplist/shop_button_arrow.svg);
}
.shoplist-content-btn .content-btn:hover {
  color: #eb5505;
}

/*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
@media (min-width: 1200px) {
  .content-item-header h3 {
    font-size: 24px;
  }
  .shoplist-content-table {
    font-size: 18px;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .content-item-header h3 {
    padding-left: 20px;
  }
  .shoplist-content-table tr th {
    padding: 12px 6px 11px 20px;
  }
  .shoplist-content-table tr td {
    padding: 12px 20px 11px 6px;
  }
}
/*!
*/
/*!==========
* pages_detail
*/
.detail-content {
  padding: 90px 0;
}

@media (max-width: 480px) {
  .txt-omitted {
    display: none;
  }
} /*end max 480 */
.detail-content-mes {
  margin-top: 45px;
  font-size: 15px;
  line-height: 36px;
}

.detail-information {
  position: relative;
  height: 640px;
  background-color: #eb5505;
  padding: 20px;
  border-radius: 18px;
  margin-top: 45px;
}
.detail-information h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.detail-information-in {
  background-color: white;
  border-radius: 18px;
  padding: 10px 20px;
  margin-top: 20px;
}
.detail-information-in table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.detail-information-in th {
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 20px 0;
}
.detail-information-in td {
  text-align: left;
  border-bottom: 1px solid #000;
  font-weight: 400;
  padding: 20px 0;
}
.detail-information-in tr:last-child th {
  border-bottom: none;
}
.detail-information-in tr:last-child td {
  border-bottom: none;
}

.detail-information-btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.detail-information-btn a {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 33px;
  opacity: 1;
  transition: opacity 0.5s;
}
.detail-information-btn a span {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 14px;
  text-align: center;
  background-image: url(../images/detail/detail_information_btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 36px 14px;
  background-position: right 24px center;
  transition: background-position 0.5s;
}
.detail-information-btn a:hover {
  opacity: 0.75;
}
.detail-information-btn a:hover span {
  background-position: right 9px center;
}

@media (max-width: 480px) {
  .detail-information {
    height: 520px;
    padding: 15px;
  }
  .detail-information-in {
    padding: 10px;
    margin-top: 20px;
  }
  .detail-information-in table {
    font-size: 15px;
  }
  .detail-information-in th {
    padding: 15px 0;
  }
  .detail-information-in td {
    padding: 15px 0;
  }
  .detail-information-btn {
    bottom: 45px;
  }
} /*end max 480 */
@media (min-width: 1200px) {
  .detail-information {
    margin-top: 0;
  }
} /* end min 1200 */
.detail-news {
  padding: 90px 0 60px 0;
  background-color: #dee5ec;
}

.detail-news-in {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.detail-news-header-body {
  padding-top: 4px;
}
.detail-news-header-body h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.detail-news-header-icon {
  width: 45px;
  height: 45px;
  margin: 21px auto 30px auto;
}

.detail-news-mes {
  background-color: #fff;
  border-radius: 3px;
  font-size: 15px;
  line-height: 42px;
  padding: 30px 30px 30px 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.detail-news-mes .item-header {
  border-bottom: 1px solid #dee5ec;
  padding-bottom: 9px;
  line-height: 21px;
}
.detail-news-mes .item-header h4 {
  font-size: 18px;
  font-weight: 700;
}

.detail-news .bc .detail-news-mes:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .detail-news-mes {
    line-height: 30px;
    padding: 15px;
  }
  .detail-news-mes .item-header {
    margin-bottom: 12px;
  }
} /*end max 480 */
@media (max-width: 768px) {
  .detail-news-header-body h3 {
    font-size: 24px;
  }
} /*end max 768 */
.detail-map-header h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}

.detail-map {
  padding: 90px 0;
}

.detail-map.news-none {
  padding: 0 0 90px 0;
}

.item-map {
  width: 100%;
  height: 360px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.item-map iframe {
  width: 100%;
  height: 360px;
}

@media (max-width: 768px) {
  .detail-map-header h3 {
    font-size: 24px;
  }
} /*end max 768 */
/*!
*/
/*!==========
* pages_shoplist
*/
.pages-mv.news-mv {
  background-image: url(../images/news/news_mv.webp);
}

.news-list {
  padding: 90px 0;
}

.news-list-item {
  padding: 20px 0 90px 0;
  border-top: 1px solid #125088;
}
.news-list-item:last-child {
  border-bottom: 1px solid #125088;
}

.news-list-header {
  border-bottom: 1px solid #dee3e7;
  padding: 0 15px 20px 15px;
}
.news-list-header h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.news-list-header h2 a {
  text-decoration: none;
  color: #125088;
  opacity: 1;
  transition: opacity 0.5s;
}
.news-list-header h2 a:hover {
  opacity: 0.5;
}
.news-list-header p {
  font-size: 15px;
  line-height: 15px;
  color: #125088;
  margin-bottom: 6px;
}

.news-list-image {
  margin: 20px auto 0 auto;
  max-width: 240px;
}

.news-list-mes {
  padding: 20px 15px 0 15px;
}
.news-list-mes p {
  font-size: 15px;
  line-height: 36px;
}

.news-list-btn {
  position: relative;
  height: 100%;
}
.news-list-btn .item-btn {
  margin: 60px auto 0;
  width: 240px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #125088;
  transition: background-color 0.5s;
}
.news-list-btn .item-btn:hover {
  background-color: #d0dce7;
}
.news-list-btn .item-btn a {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #125088;
}
.news-list-btn .item-btn a span {
  position: relative;
  display: block;
  z-index: 3;
}
.news-list-btn .item-btn a span::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 16px;
  background-image: url(../images/news/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 17px 16px;
}

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

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

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

.pager span {
  border-color: #dee3e7;
  background-color: #dee3e7;
  color: #5a6c7d;
}

.pager .pages {
  border-color: #125088;
  background-color: #fff;
  color: #5a6c7d;
}

@media (min-width: 768px) {
  .news-list-image {
    margin: 20px 0 0 15px;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .news-list-btn .item-btn {
    position: absolute;
    bottom: 0;
    right: 15px;
    margin: 0;
  }
} /* end min 960 */
@media (min-width: 1470px) {
  .news-list-btn .item-btn {
    width: 290px;
  }
} /* end min 1470 */
/*!
*/
/*!==========
* pages_shoplist
*/
.news-detail {
  padding: 90px 15px 0 15px;
}

.news-detail-body {
  padding-top: 30px;
  margin: 0 auto;
  border-top: 1px solid #125088;
}

.news-detail-header {
  border-bottom: 1px solid #dee3e7;
  padding: 0 15px 30px 15px;
}
.news-detail-header h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #125088;
}
.news-detail-header p {
  font-size: 15px;
  line-height: 15px;
  color: #125088;
  margin-bottom: 6px;
}

.news-detail-content {
  margin-top: 30px;
  margin-bottom: 90px;
}

.news-detail-image {
  max-width: 440px;
  padding: 0 15px;
  margin: 0 auto 30px auto;
}

.news-detail-mes {
  padding: 0 15px;
}
.news-detail-mes p {
  font-size: 15px;
  line-height: 36px;
}

.news-detail-files {
  margin-bottom: 90px;
}

.news-detail-file {
  position: relative;
  padding: 3px 0;
  border-top: 1px solid #dee3e7;
}
.news-detail-file a {
  position: relative;
  display: block;
  padding: 20px 0 20px 50px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.5s;
}
.news-detail-file a:hover {
  background-color: rgba(120, 158, 193, 0.3);
}
.news-detail-file:last-child {
  border-bottom: 1px solid #dee3e7;
}

.news-detail-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

/* end min 768 */
@media (min-width: 992px) {
  .news-detail-image {
    margin: 0;
  }
} /* end min 960 */
/* end min 1470 */
/*!
*/
/*!==========
* company
*/
.pages-mv.company-mv {
  background-image: url(../images/company/company_mv.webp);
}

#company-greeting .bc {
  height: 100%;
}

.company-greeting-body {
  position: relative;
  padding-bottom: 120px;
}

.greeting-name {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 263px;
  height: 103px;
}

.company-greeting-photo {
  margin-bottom: 30px;
  text-align: center;
}
.company-greeting-photo figure {
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
}

.company-philosophy-items {
  padding-top: 60px;
}
.company-philosophy-items .bcs {
  align-items: stretch;
}
.company-philosophy-items .bc {
  margin-bottom: 30px;
}

.company-philosophy-item {
  position: relative;
  z-index: 1;
  background-color: #f8f6f3;
  height: 100%;
  margin: 3px;
  padding-bottom: 15px;
}
.company-philosophy-item .item-header {
  position: relative;
  overflow: visible;
  text-align: center;
  margin-bottom: 15px;
}
.company-philosophy-item .item-header .itme-header-in {
  position: relative;
  padding: 36px 18px 9px 18px;
}
.company-philosophy-item .item-header .itme-header-in::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3px;
  width: calc(100% + 3px);
  height: 5px;
  background-color: #145289;
}
.company-philosophy-item .item-header h3 {
  font-size: 30px;
  font-weight: 400;
}
.company-philosophy-item .item-header h3 span {
  display: inline-block;
  padding-right: 6px;
  color: #145289;
  font-weight: 900;
}
.company-philosophy-item .item-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3px;
  bottom: -3px;
  width: 3px;
  height: 3px;
  background-image: url(../images/company/company_philosophy_before.svg);
  background-repeat: no-repeat;
  background-size: 3px 3px;
}
.company-philosophy-item .item-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -3px;
  bottom: 0;
  width: 10px;
  height: 5px;
  background-image: url(../images/company/company_philosophy_after.svg);
  background-repeat: no-repeat;
  background-size: auto 5px;
  background-position: right top;
}
.company-philosophy-item .item-body {
  padding: 15px;
  font-size: 15px;
  line-height: 30px;
}

.company-overview-table {
  font-size: 15px;
  line-height: 21px;
}

.company-orverview-list {
  list-style-type: disc;
  padding-left: 24px;
}
.company-orverview-list li {
  margin-bottom: 4px;
  line-height: 21px;
}

.company-location-item {
  margin-bottom: 60px;
}
.company-location-item .item-header {
  margin-bottom: 9px;
  padding-left: 30px;
  background-image: url(../images/company/company_location.svg);
  background-repeat: no-repeat;
  background-size: 23px 24px;
  background-position: left bottom 4px;
}
.company-location-item .item-header h3 {
  color: #125088;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.company-location-item .item-map {
  width: 100%;
  height: 280px;
  margin: 0 0 15px 0;
}
.company-location-item .item-map iframe {
  width: 100%;
  height: 280px;
  border: none;
}
.company-location-item address {
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}

.company-shoplist-link {
  padding-top: 60px;
}
.company-shoplist-link a {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #125088;
  border-radius: 33px;
  padding: 2px;
  text-decoration: none;
  color: #125088;
  transition: color 0.5s;
}
.company-shoplist-link a span {
  position: relative;
  display: block;
  padding-top: 9px;
  text-align: center;
  overflow: hidden;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 33px;
  transition: background-color 0.5s;
}
.company-shoplist-link a span::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  transform: rotate(180deg);
  background-color: #fff;
  transition: right 0.5s, border-radius 0.5s, transform 0.5s;
}
.company-shoplist-link a span::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  width: 18px;
  height: 16px;
  background-image: url(../images/company/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px 16px;
  transform: translateX(0);
  transition: transform 0.5s;
}
.company-shoplist-link a:hover {
  color: #fff;
}
.company-shoplist-link a:hover span {
  background-color: #618db4;
}
.company-shoplist-link a:hover span::before {
  right: 9px;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(0deg);
}
.company-shoplist-link a:hover span::after {
  transform: translateX(6px);
}

@media (max-width: 480px) {
  .company-philosophy-item .item-header h3 {
    font-size: 24px;
  }
  .company-shoplist-link a span {
    padding-top: 9;
    font-size: 15px;
  }
} /*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
@media (min-width: 992px) {
  .company-overview-table {
    line-height: 27px;
  }
  .company-orverview-list li {
    margin-bottom: 9px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .company-location-item {
    margin: 0;
  }
  .company-shoplist-link {
    padding-top: 120px;
  }
} /* end min 1200 */
/*!
*/
/*!==========
* page name
*/
.pages-mv.privacy-mv {
  background-image: url(../images/privacy/privacy_mv.webp);
}

.pages-mv-title.privacy-mv-title h1 {
  font-size: 27px;
}

.privacy-section {
  padding: 90px 0 150px 0;
  font-weight: 400;
}

.privacy-header {
  padding: 4px 8px;
  border-bottom: 3px double #125088;
}
.privacy-header h2 {
  font-size: 18px;
  line-height: 21px;
}

.privacy-items {
  max-width: 770px;
  margin: 0 auto;
}
.privacy-items .bc:last-child .privacy-item {
  margin-bottom: 0;
}

.privacy-item {
  margin-bottom: 45px;
}

.privacy-mes {
  padding: 15px 8px 0 8px;
}

.privacy-list {
  list-style: none;
  padding: 15px 8px 0 8px;
}
.privacy-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.privacy-list li span {
  font-weight: 700;
}
.privacy-list li .item-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
}
.privacy-list li:last-child {
  margin-bottom: 0;
}

.date-updated {
  text-align: right;
  padding: 30px 8px 0 8px;
  margin-bottom: 30px;
}
.date-updated p {
  display: inline-block;
  text-align: left;
}

.privacy-information {
  padding: 30px 15px;
  border: 1px solid #d3dae0;
  background-color: #dee3e7;
  text-align: center;
}
.privacy-information span {
  font-weight: 700;
}

.privacy-information-body {
  display: inline-block;
  text-align: left;
}

.privacy-contact {
  padding-top: 30px;
}
.privacy-contact dl {
  position: relative;
  padding-left: 48px;
}
.privacy-contact dl dt {
  position: absolute;
  left: 0;
  width: 48px;
  font-weight: 700;
}
.privacy-contact dl dt::after {
  content: ":";
  position: absolute;
  right: 0;
  width: 9px;
}
.privacy-contact dl dd {
  margin-bottom: 6px;
}

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

.item-children {
  padding-top: 15px;
}
.item-children .item-child {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}
.item-children .item-child .child-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
}
.item-children .item-child:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .privacy-section {
    padding: 60px 0 90px 0;
  }
} /*end max 480 */
/*end max 768 */
/* end min 480 */
/* end min 768 */
/* end min 960 */
@media (min-width: 1200px) {
  .pages-mv-title.privacy-mv-title h1 {
    font-size: 36px;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .pages-mv-title.privacy-mv-title h1 {
    font-size: 48px;
  }
}
/*!
*/
/*!==========
* recruit
*/
.recruit-mv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.recruit-mv-ttl {
  position: relative;
  z-index: 1;
  padding: 80px 0 60px 0;
  text-align: center;
}

.recruit-mv-ttl-in {
  position: relative;
  display: inline-block;
  padding: 34px 70px 18px 70px;
  background-color: rgba(255, 255, 255, 0.3);
}
.recruit-mv-ttl-in::before {
  content: "";
  position: absolute;
  width: 314px;
  height: 146px;
  top: -2px;
  left: -6px;
  border: 2px solid #76abd4;
  transform: rotate(-1.67deg);
}
.recruit-mv-ttl-in::after {
  content: "";
  position: absolute;
  width: 314px;
  height: 146px;
  top: -1px;
  left: -6px;
  border: 2px solid #fff;
  transform: rotate(0.87deg);
}
.recruit-mv-ttl-in .recruit-mv-ttl-body {
  position: relative;
  z-index: 2;
}
.recruit-mv-ttl-in h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 15px;
}
.recruit-mv-ttl-in .recruit-mv-ttl-en {
  position: relative;
  padding-top: 10px;
}
.recruit-mv-ttl-in .recruit-mv-ttl-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #16538b;
}
.recruit-mv-ttl-in .recruit-mv-ttl-en p {
  font-family: "Satoshi", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 21px;
  line-height: 27x;
  letter-spacing: 0.15em;
  color: #92cfff;
}

.recruit-mv-catch {
  padding: 60px 15px 0 15px;
}
.recruit-mv-catch p {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

#recruit-mv-slide {
  width: 100%;
  overflow: hidden;
  padding-bottom: 45px;
}
#recruit-mv-slide .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}

.recruit-mv-slide-items .swiper-slide {
  width: 450px;
  max-width: 66%;
  margin-right: 15px;
}

.recruit-mv-sprite {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.recruit-header .b-s-rigit {
  overflow: visible;
}
.recruit-header .b-s-rigit .bcs {
  overflow: visible;
}
.recruit-header .b-s-rigit .bcs .bc {
  overflow: visible;
}

.recruit-header-in {
  color: #125088;
}
.recruit-header-in h2 {
  font-family: "Satoshi", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 58px;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.recruit-header-jp {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 48px;
  background-color: rgba(162, 217, 255, 0.6);
}
.recruit-header-jp p {
  position: relative;
  z-index: 2;
  padding-top: 8px;
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}
.recruit-header-jp::before {
  content: "";
  position: absolute;
  width: 217px;
  height: 50px;
  top: -2px;
  left: -6px;
  border: 2px solid #125088;
  transform: rotate(1.5deg);
}
.recruit-header-jp::after {
  content: "";
  position: absolute;
  width: 217px;
  height: 50px;
  top: -1px;
  left: -5px;
  border: 2px solid #76abd4;
  transform: rotate(-1deg);
}

.recruit-read {
  position: relative;
}
.recruit-read .bcs, .recruit-read .bc {
  overflow: visible;
}

.recruit-read-image {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 240px;
  max-height: 410px;
  margin-bottom: 45px;
}
.recruit-read-image::after {
  content: "";
  position: absolute;
  top: 9px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #125088;
}
.recruit-read-image figure {
  width: 100%;
  height: 100%;
  min-height: 240px;
}
.recruit-read-image figure img {
  min-height: 240px;
  object-position: 30% center;
}

.recruit-messages-image.recruit-read-image::after {
  right: -9px;
}

.recruit-training-image.recruit-read-image::after {
  left: -9px;
}
.recruit-training-image.recruit-read-image .img-fit {
  object-position: center center;
}

/* end min 480 */
/* end min 768 */
/* end min 960 */
@media (min-width: 1200px) {
  .recruit-messages-body .b-s-rigit,
  .recruit-training-body .b-s-rigit {
    width: 100%;
  }
  .recruit-messages-body .b-s-rigit .bcs,
  .recruit-training-body .b-s-rigit .bcs {
    align-items: stretch;
  }
  .recruit-messages-body .b-s-rigit .bc,
  .recruit-training-body .b-s-rigit .bc {
    min-height: 410px;
  }
  .recruit-read-image {
    position: absolute;
    height: 100%;
    width: calc((100% - 1170px) / 2 + 700px - 30px);
  }
  .recruit-messages-image.recruit-read-image {
    left: 0;
    text-align: right;
  }
  .recruit-training-image.recruit-read-image {
    right: 0;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .recruit-messages-body .b-s-rigit,
  .recruit-training-body .b-s-rigit {
    width: 1440px;
  }
  .recruit-read-image.recruit-messages-body {
    text-align: right;
  }
  .recruit-read-image {
    width: calc((100% - 1440px) / 2 + 840px - 30px);
  }
  .recruit-read-image img {
    max-width: 1045px;
    max-height: 410px;
  }
  .recruit-read-image::after {
    max-width: 1045px;
  }
}
.recruit-messages-section {
  padding-top: 70px;
}

.recruit-messages-body {
  padding-top: 30px;
}

.recruit-messages-mes {
  color: #125088;
}
.recruit-messages-mes h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 45px;
}
.recruit-messages-mes p {
  font-size: 18px;
  line-height: 36px;
}

.recruit-culture-section {
  padding-top: 90px;
}

.recruit-culture-items {
  padding-top: 90px;
}
.recruit-culture-items .bcs .bc:last-child .recruit-culture-item {
  margin-bottom: 0;
}

.recruit-culture-item {
  height: 100%;
  margin-bottom: 30px;
}

.recruit-culture-catch {
  margin-bottom: 10px;
}
.recruit-culture-catch h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #125088;
}

.recruit-culture-image {
  position: relative;
  margin-bottom: 15px;
}
.recruit-culture-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #125088;
  transform: rotate(-0.9deg);
}

.recruit-culture-mes p {
  font-size: 15px;
  line-height: 30px;
}

.recruit-staff-section {
  padding-top: 90px;
}

.recruit-staff-items {
  padding-top: 90px;
}
.recruit-staff-items .bcs .bc:last-child .recruit-staff-item {
  margin-bottom: 0;
}

.recruit-staff-item {
  height: 100%;
  margin-bottom: 30px;
}

.recruit-staff-image {
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.recruit-staff-image a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  padding: 7.826%;
}
.recruit-staff-image a::before {
  content: "";
  position: absolute;
  background-image: url(../images/recruit/recruit_circle.svg);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.recruit-staff-image a img {
  transform: scale(1);
  transition: transform 0.5s;
}
.recruit-staff-image a:hover img {
  transform: scale(1.1);
}
.recruit-staff-image figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.recruit-staff-block p {
  text-align: center;
  font-size: 0;
}
.recruit-staff-block p span {
  display: block;
  padding: 5px 7px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  margin-right: 3px;
  font-size: 15px;
}
.recruit-staff-block p .year {
  background-color: #125088;
}
.recruit-staff-block p .job {
  background-color: #006ccd;
}
.recruit-staff-block p .name {
  border: 2px solid #125088;
  padding: 3px 5px;
  color: #1c1c1c;
}

.recruit-staff-catch h3 {
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #125088;
}

.recruit-staff-btn {
  padding-top: 45px;
  font-size: 15px;
  line-height: 30px;
}
.recruit-staff-btn a {
  position: relative;
  display: block;
  width: 184px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #125088;
  border-radius: 21px;
  background-color: #fff;
  text-decoration: none;
  color: #125088;
  transition: background-color 0.5s, color 0.5s;
}
.recruit-staff-btn a span {
  display: block;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 21px;
  transition: background-color 0.5s;
}
.recruit-staff-btn a span::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 0;
  transform: rotate(180deg);
  background-color: #fff;
  transition: right 0.5s, border-radius 0.5s, transform 0.5s;
}
.recruit-staff-btn a span::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 18px;
  height: 16px;
  background-image: url(../images/recruit/recruit_staff_icon.svg);
  background-repeat: no-repeat;
  background-size: 18px 16px;
  transform: translateX(0);
  transition: transform 0.5s;
}
.recruit-staff-btn a:hover {
  background-color: #618db4;
  color: #fff;
}
.recruit-staff-btn a:hover span::before {
  right: 3px;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(0deg);
}
.recruit-staff-btn a:hover span::after {
  transform: translateX(6px);
}

.recruit-flow-section {
  padding-top: 90px;
}

.recruit-flow-items {
  padding-top: 90px;
}
.recruit-flow-items .bcs {
  overflow: visible;
}
.recruit-flow-items .bcs .bc {
  overflow: visible;
}

.recruit-flow-item {
  position: relative;
  height: 100%;
  margin-bottom: 60px;
}

.recruit-flow-num {
  position: absolute;
  width: 68px;
  height: 88px;
  top: -9px;
  left: 9px;
}
.recruit-flow-num::before {
  content: "";
  position: absolute;
  width: 77px;
  height: 88px;
  background-image: url(../images/recruit/recruit_flow_num.svg);
  background-repeat: no-repeat;
  background-size: 77px 88px;
}
.recruit-flow-num p {
  position: absolute;
  display: inline-block;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Satoshi", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #125088;
}

.recruit-flow-catch {
  margin-bottom: 10px;
}
.recruit-flow-catch h3 {
  font-size: 24px;
  line-height: 30px;
  color: #125088;
}

.recruit-flow-image {
  margin-bottom: 15px;
}

.recruit-flow-mes p {
  font-size: 15px;
  line-height: 30px;
}

.recruit-training-section {
  padding-top: 90px;
}

.recruit-training-body {
  position: relative;
  padding-top: 30px;
}

.recruit-training-mes {
  color: #125088;
}
.recruit-training-mes h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 45px;
}
.recruit-training-mes p {
  font-size: 18px;
  line-height: 36px;
}

.recruit-training-items {
  padding-top: 60px;
}
.recruit-training-items .bcs .bc:last-child .recruit-training-item {
  margin-bottom: 0;
}

.recruit-training-item {
  height: 100%;
  margin-bottom: 30px;
}
.recruit-training-item .item-catch {
  margin-bottom: 10px;
}
.recruit-training-item .item-catch h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #125088;
}
.recruit-training-item .item-image {
  position: relative;
  margin-bottom: 15px;
}
.recruit-training-item .item-image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #125088;
  transform: rotate(-0.9deg);
}
.recruit-training-item .item-mes p {
  font-size: 15px;
  line-height: 30px;
}

.recruit-appreq-section {
  padding: 90px 0;
}

.recruit-appreq-read {
  max-width: 850px;
  padding: 60px 15px 0 15px;
  margin: 0 auto 90px auto;
}
.recruit-appreq-read p {
  font-size: 18px;
  line-height: 30px;
  color: #125088;
}

.recruit-appreq-header {
  padding: 0 30px;
  margin-bottom: 15px;
  text-align: center;
}
.recruit-appreq-header h3 {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #125088;
}
.recruit-appreq-header h3::before, .recruit-appreq-header h3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 6px;
  top: 50%;
  background-image: url(../images/recruit/recruit-appreq-header-image.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.recruit-appreq-header h3::before {
  right: 100%;
}
.recruit-appreq-header h3::after {
  left: 100%;
}

.recruit-appreq-body .bcs {
  margin-left: -30px;
  margin-right: -30px;
}
.recruit-appreq-body .bcs .bc {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 90px;
}
.recruit-appreq-body .bcs .bc:last-child {
  margin-bottom: 0px;
}

.recruit-appreq-table {
  padding: 10px;
  margin-top: 20px;
}
.recruit-appreq-table table {
  font-size: 15px;
}
.recruit-appreq-table th {
  padding: 8px 15px 8px 15px;
}
.recruit-appreq-table td {
  padding: 15px 15px 24px 15px;
}

.recruit-form-read {
  text-align: center;
  padding: 0 15px;
}
.recruit-form-read p {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #125088;
}

.recruit-form-link {
  padding-top: 45px;
  font-size: 21px;
  line-height: 42px;
}
.recruit-form-link a {
  display: block;
  width: 100%;
  max-width: 430px;
  height: 66px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #125088;
  border-radius: 33px;
  padding: 2px;
  text-decoration: none;
  color: #125088;
  transition: color 0.5s;
}
.recruit-form-link a span {
  position: relative;
  display: block;
  padding-top: 9px;
  text-align: center;
  overflow: hidden;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 33px;
  transition: background-color 0.5s;
}
.recruit-form-link a span::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  transform: rotate(180deg);
  background-color: #fff;
  transition: right 0.5s, border-radius 0.5s, transform 0.5s;
}
.recruit-form-link a span::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
  width: 18px;
  height: 16px;
  background-image: url(../images/company/button_arrow.svg);
  background-repeat: no-repeat;
  background-size: 18px 16px;
  transform: translateX(0);
  transition: transform 0.5s;
}
.recruit-form-link a:hover {
  color: #fff;
}
.recruit-form-link a:hover span {
  background-color: #618db4;
}
.recruit-form-link a:hover span::before {
  right: 9px;
  border-radius: 50%;
  background-color: #fff;
  transform: rotate(0deg);
}
.recruit-form-link a:hover span::after {
  transform: translateX(6px);
}

@media (max-width: 480px) {
  .recruit-mv-ttl-in {
    padding: 34px 50px 18px 50px;
  }
  .recruit-mv-ttl-in::before {
    width: 274px;
  }
  .recruit-mv-ttl-in::after {
    width: 274px;
  }
  .recruit-mv-catch p {
    font-size: 18px;
    line-height: 24px;
  }
  .recruit-header-in h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.12em;
  }
  .recruit-header-jp p {
    font-size: 18px;
    line-height: 27px;
  }
  .recruit-messages-mes h3 {
    font-size: 24px;
    line-height: 27px;
  }
  .recruit-messages-mes p {
    font-size: 15px;
    line-height: 30px;
  }
  .recruit-culture-catch h3 {
    font-size: 21px;
  }
  .recruit-form-link a span {
    padding-top: 9;
    font-size: 15px;
  }
  .recruit-flow-catch h3 {
    font-size: 21px;
  }
  .recruit-training-mes h3 {
    font-size: 24px;
    line-height: 27px;
  }
  .recruit-training-mes p {
    font-size: 15px;
    line-height: 30px;
  }
  .recruit-training-item .item-catch h3 {
    font-size: 21px;
  }
} /*end max 480 */
/*end max 768 */
/* end min 480 */
@media (min-width: 768px) {
  .recruit-header-in h2 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 0.12em;
    margin-bottom: 33px;
  }
  .recruit-header-in p {
    font-size: 21px;
    line-height: 30px;
  }
  .recruit-messages-section {
    padding-top: 140px;
  }
  .recruit-messages-mes h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .recruit-culture-section {
    padding-top: 200px;
  }
  .recruit-staff-section {
    padding-top: 200px;
  }
  .recruit-flow-section {
    padding-top: 200px;
  }
  .recruit-training-section {
    padding-top: 200px;
  }
  .recruit-training-mes {
    color: #125088;
  }
  .recruit-training-mes h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .recruit-appreq-section {
    padding: 200px 0;
  }
  .recruit-appreq-header {
    padding: 0 42px;
  }
  .recruit-appreq-header h3 {
    display: inline-block;
    padding: 0 24px;
    font-size: 30px;
    line-height: 30px;
  }
  .recruit-appreq-header h3::before, .recruit-appreq-header h3::after {
    width: 30px;
    height: 6px;
    background-size: 30px 6px;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .recruit-culture-item {
    margin-bottom: 0;
  }
  .recruit-training-item {
    margin-bottom: 0;
  }
  .recruit-appreq-header {
    margin-bottom: 0;
  }
  .recruit-appreq-table table {
    font-size: 18px;
    color: #125088;
  }
  .recruit-appreq-table th {
    min-width: 180px;
    text-align: left;
    padding: 24px 15px 20px 30px;
    font-weight: 400;
  }
  .recruit-appreq-table td {
    font-weight: 400;
    padding: 24px 30px 20px 15px;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .recruit-mv-ttl {
    padding-top: 100px;
  }
  .recruit-mv-ttl-in::before {
    width: 342px;
    height: 168px;
  }
  .recruit-mv-ttl-in::after {
    width: 342px;
    height: 168px;
  }
  .recruit-mv-ttl-in h1 {
    font-size: 42px;
    line-height: 60px;
  }
  .recruit-mv-ttl-in .recruit-mv-ttl-en p {
    font-size: 24px;
    line-height: 30px;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .recruit-mv-ttl {
    padding-top: 220px;
  }
  .recruit-mv-ttl-in::before {
    width: 425px;
    height: 178px;
  }
  .recruit-mv-ttl-in::after {
    width: 425px;
    height: 178px;
  }
  .recruit-mv-ttl-in h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .recruit-mv-ttl-in .recruit-mv-ttl-en p {
    font-size: 24px;
    line-height: 30px;
  }
  .recruit-messages-mes h3 {
    font-size: 42px;
    line-height: 48px;
  }
  .recruit-staff-block p span {
    display: inline-block;
  }
  .recruit-training-mes {
    color: #125088;
  }
  .recruit-training-mes h3 {
    font-size: 42px;
    line-height: 48px;
  }
}
/*!
*/
.pages-mv.jobboard-mv {
  background-image: url(../images/jobs/jobs_mv.webp);
}

.jobboard-career-model-items .jobboard_career_model_item {
  padding: 30px 9px;
  border-bottom: 1px dotted #aaa;
  text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 2px rgb(255, 255, 255), 0px 0px 1px rgb(255, 255, 255);
}
.jobboard-career-model-items .jobboard_career_model_item:first-child {
  padding-top: 15px;
}
.jobboard-career-model-items .jobboard_career_model_item:last-child {
  border-bottom: none;
  padding-bottom: 15px;
}
.jobboard-career-model-items span.item-title {
  font-weight: 700;
}

.wt-section-header h2.entryform-ttl {
  letter-spacing: 0;
}

/*!==========
* recruit_interview
*/
.recruit-interview-section01 {
  padding-top: 121px;
}
.recruit-interview-section01 .grid-box {
  display: grid;
  margin-top: 50px;
  grid-template-rows: 167px 1fr;
}
.recruit-interview-section01 .recruit-staff-block-head {
  font-weight: 700;
}
.recruit-interview-section01 .recruit-staff-block-head h2 {
  font-size: 45px;
  border-bottom: 2px solid #006ccd;
}
.recruit-interview-section01 .recruit-staff-block-head h2 span {
  font-size: 30px;
}
.recruit-interview-section01 .recruit-staff-block p {
  text-align: left;
}
.recruit-interview-section01 .recruit-interview-catch .text-box {
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  font-size: 30px;
  font-weight: 700;
}
.recruit-interview-section01 .recruit-interview-body .b-s-rigit {
  overflow: hidden;
}
.recruit-interview-section01 .recruit-interview-body .bcs {
  position: relative;
  margin-top: 50px;
  padding-left: 0;
  overflow: visible;
}
.recruit-interview-section01 .recruit-interview-body .bcs h3 {
  font-size: 18px;
  font-weight: 700;
  color: #062847;
  border-bottom: 2px solid #c7e8ff;
  padding: 6px 6px 7px 6px;
  margin-left: 50px;
}
.recruit-interview-section01 .recruit-interview-body .bcs h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/recruit-interview/interview_icon01.webp);
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -5px;
  left: 0;
}
.recruit-interview-section01 .recruit-interview-body .bcs .interview-text-box {
  margin-top: 12px;
}
.recruit-interview-section01 .recruit-interview-body .bcs .interview-text-box .interview-text-box-line {
  padding: 0 15px;
  background-image: linear-gradient(transparent 0, transparent 96%, #c7e8ff 100%);
  background-size: 100% 48px;
  background-position: 0 0px;
}
.recruit-interview-section01 .recruit-interview-body .bcs .interview-text-box p {
  font-size: 18px;
  line-height: 48px;
  color: #062847;
}
.recruit-interview-section01 .recruit-interview-mes .bcs h3::before {
  background-image: url(../images/recruit-interview/interview_icon02.webp);
}
.recruit-interview-section01 .recruit-interview-mes-box {
  width: 100%;
  margin-top: 32px;
}
.recruit-interview-section01 .recruit-interview-mes-box figure {
  margin-bottom: 32px;
}
.recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text {
  background-color: #006ccd;
  width: 100%;
  border-radius: 30px;
  padding: 18px 15px 38px 15px;
}
.recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text .recruit-interview-mes-text-line {
  padding: 0 15px;
  background-image: linear-gradient(transparent 0, transparent 96%, #0c7add 100%);
  background-size: 100% 42px;
  background-position: 0 0px;
}
.recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text p {
  color: #fff;
  line-height: 42px;
}

.recruit-interview-mes-box .recruit-interview-mes-text {
  position: relative;
}
.recruit-interview-mes-box .recruit-interview-mes-text::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  width: 20px;
  height: 24px;
  margin-left: -10px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #006ccd;
}

@media (max-width: 480px) {
  .recruit-interview-section01 .recruit-interview-body .bcs .interview-text-box .interview-text-box-line {
    padding: 0 15px;
    background-size: 100% 36px;
    background-position: 0 0px;
  }
  .recruit-interview-section01 .recruit-interview-body .bcs .interview-text-box .interview-text-box-line {
    padding: 0 9px;
  }
  .recruit-interview-section01 .recruit-interview-body .bcs .interview-text-box p {
    font-size: 15px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .recruit-interview-section01 {
    padding-top: 45px;
  }
  .recruit-interview-header-in {
    max-width: 320px;
    margin: 0 auto;
  }
  .recruit-interview-mes {
    padding-bottom: 90px;
  }
}
@media (min-width: 480px) {
  .recruit-interview-section01 {
    padding-top: 121px;
  }
  .recruit-interview-section01 .grid-box {
    grid-template-rows: 117px 1fr;
  }
  .recruit-interview-section01 .recruit-interview-body {
    position: relative;
  }
  .recruit-interview-section01 .recruit-interview-body .bcs h3 {
    margin-left: 55px;
  }
  .recruit-interview-section01 .recruit-interview-body .bcs h3::before {
    left: 15px;
  }
} /*end mix 480 */
@media (min-width: 768px) {
  .recruit-interview-section01 .grid-box {
    margin-top: 0px;
  }
  .recruit-interview-section01 .recruit-staff-block-head {
    height: 117px;
  }
  .recruit-interview-section01 .recruit-staff-block-head h2 span {
    font-size: 30px;
  }
  .recruit-interview-section01 .recruit-interview-body .bcs {
    padding-left: 60px;
  }
  .recruit-interview-section01 .recruit-interview-body .bcs h3 {
    margin-left: 0px;
    padding-left: 15px;
    font-size: 24px;
  }
  .recruit-interview-section01 .recruit-interview-mes-box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    margin-top: 32px;
  }
  .recruit-interview-section01 .recruit-interview-mes-box figure {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
  }
  .recruit-interview-section01 .recruit-interview-mes-box figure img {
    width: 250px;
    height: 250px;
  }
  .recruit-interview-section01 .recruit-interview-mes-box figure .img-responsive.img-center {
    margin: 0;
  }
  .recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text {
    position: relative;
    max-width: 65%;
    padding: 18px 50px 38px 50px;
    top: -185px;
    left: 215px;
    z-index: 1;
  }
  .recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text .recruit-interview-mes-text-line {
    background-size: 100% 48px;
  }
  .recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text p {
    line-height: 48px;
  }
  .recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text::before {
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 40% 100%, 100% 100%);
    background-color: #006ccd;
    width: 40px;
    height: 28px;
    top: -27px;
    left: 40px;
    margin-left: auto;
  }
} /* end min 768 */
@media (min-width: 992px) {
  .recruit-interview-section01 .grid-box {
    grid-template-rows: 117px 1fr;
  }
  .recruit-interview-section01 .recruit-staff-block p {
    min-height: 0;
  }
  .recruit-interview-section01 .recruit-staff-block p span {
    font-size: 21px;
  }
  .recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text {
    max-width: 75%;
  }
} /* end min 960 */
@media (min-width: 1200px) {
  .recruit-interview-section01 .recruit-interview-mes-box .recruit-interview-mes-text {
    width: 865px;
    max-width: 100%;
    padding: 18px 50px 38px 50px;
  }
} /* end min 1200 */
@media (min-width: 1470px) {
  .recruit-interview-section01 .recruit-interview-body .bcs {
    margin-left: 45px;
  }
  .recruit-interview-section01 .grid-box {
    grid-template-rows: 117px 1fr;
  }
} /* end min 1470 */
/*==========
* 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);
  }
}
.blurSlowIn {
  animation: blurIn 1.5s;
}

.blurZoomoutIn {
  opacity: 0;
  animation-fill-mode: forwards;
  animation: blurZoomoutIn 0.8s;
}

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

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

@keyframes slideInLeftClip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.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 */