@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
Rules
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Settings
========================================================================== */
/* ==========================================================================
breakPoint
========================================================================== */
/* ==========================================================================
_wapSettings
========================================================================== */
/* ==========================================================================
_widthSettings
========================================================================== */
/* ==========================================================================
_heightSettings
========================================================================== */
/* ==========================================================================
_positionSettings
========================================================================== */
/* ==========================================================================
borderRadius
========================================================================== */
/* ==========================================================================
_marginSettings
========================================================================== */
/* ==========================================================================
_paddingSettings
========================================================================== */
/* ==========================================================================
fonts
========================================================================== */
/* ==========================================================================
_lineHeight
========================================================================== */
/* ==========================================================================
_letterspace
========================================================================== */
/* ==========================================================================
ボタンタイプ
========================================================================== */
/* ==========================================================================
Rules
========================================================================== */
#page_top {
  animation: cloak-in 0.75s;
}

body {
  -webkit-font-smoothing: antialiased;
}

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

ul,
li,
dd,
dt,
dh {
  list-style: none;
}

svg {
  display: block;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.wapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .wapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_order_0 {
  order: 0;
}
@media screen and (max-width: 767px) {
  .pc_order_0 {
    order: unset;
  }
}

.fw_0 {
  font-weight: 0;
}

.pc_order_1 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .pc_order_1 {
    order: unset;
  }
}

.fw_100 {
  font-weight: 100;
}

.pc_order_2 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .pc_order_2 {
    order: unset;
  }
}

.fw_200 {
  font-weight: 200;
}

.pc_order_3 {
  order: 3;
}
@media screen and (max-width: 767px) {
  .pc_order_3 {
    order: unset;
  }
}

.fw_300 {
  font-weight: 300;
}

.pc_order_4 {
  order: 4;
}
@media screen and (max-width: 767px) {
  .pc_order_4 {
    order: unset;
  }
}

.fw_400 {
  font-weight: 400;
}

.pc_order_5 {
  order: 5;
}
@media screen and (max-width: 767px) {
  .pc_order_5 {
    order: unset;
  }
}

.fw_500 {
  font-weight: 500;
}

.pc_order_6 {
  order: 6;
}
@media screen and (max-width: 767px) {
  .pc_order_6 {
    order: unset;
  }
}

.fw_600 {
  font-weight: 600;
}

.pc_order_7 {
  order: 7;
}
@media screen and (max-width: 767px) {
  .pc_order_7 {
    order: unset;
  }
}

.fw_700 {
  font-weight: 700;
}

.pc_order_8 {
  order: 8;
}
@media screen and (max-width: 767px) {
  .pc_order_8 {
    order: unset;
  }
}

.fw_800 {
  font-weight: 800;
}

.ovhidden {
  overflow: hidden;
}

a {
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.6;
}

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

/* ==========================================================================
justify-content
========================================================================== */
.j_between {
  justify-content: space-between;
}

.j_start {
  justify-content: flex-start;
}

.j_end {
  justify-content: flex-end;
}

.j_center {
  justify-content: center;
}

.j_around {
  justify-content: space-around;
}

.j_baseline {
  justify-content: space-baseline;
}

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

/* ==========================================================================
align-items
========================================================================== */
.ali_baseline {
  align-items: baseline;
}

.ali_center {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.ali_start {
  align-items: flex-start;
}

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

/* ==========================================================================
align-content
========================================================================== */
.alc_center {
  align-content: center;
}

.alc_end {
  align-content: flex-end;
}

.alc_around {
  align-content: space-around;
}

.alc_between {
  align-content: space-between;
}

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

/* ==========================================================================
row
========================================================================== */
.row {
  flex-flow: row wrap;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: "Noto Sans JP";
  color: #444;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.t_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.tj {
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  display: block;
  font-size: 0.1em;
}

.t_right {
  text-align: right;
}

.t_left {
  text-align: left;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.test {
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  font-size: 12px;
}
@media screen and (max-width: 1289px) {
  .test {
    font-size: 0.9309542281vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .test {
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.baseHeader {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
}

.logoSp {
  position: absolute;
  right: 2%;
  top: 1%;
  width: 137px;
  height: 38px;
  z-index: 9;
  display: block;
}

.headerPc {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .headerPc {
    padding: 0.78% 0% 0.78% 0%;
  }
}

.logoHeaderPc {
  width: 144px;
}
@media screen and (max-width: 1289px) {
  .logoHeaderPc {
    width: 11.25%;
  }
}

.navHeaderPc {
  width: 474px;
}
@media screen and (max-width: 1289px) {
  .navHeaderPc {
    width: 37.03%;
  }
}

.ulNavHeaderPc {
  width: 223px;
}
@media screen and (max-width: 1289px) {
  .ulNavHeaderPc {
    width: 47.04%;
  }
}

.liNavHeaderPc {
  width: 105px;
}
@media screen and (max-width: 1289px) {
  .liNavHeaderPc {
    width: 48%;
  }
}

.btnNavHeaderPc01 {
  width: 100%;
  aspect-ratio: 105/40;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .btnNavHeaderPc01 {
    font-size: 1.3188518231vw;
  }
}
.btnNavHeaderPc01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnNavHeaderPc01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.btnNavHeaderPc02 {
  width: 100%;
  aspect-ratio: 105/40;
  border-radius: 0px;
  /* CSS3草案 */
  -webkit-border-radius: 0px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0px;
  /* Firefox用 */
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .btnNavHeaderPc02 {
    font-size: 1.3188518231vw;
  }
}
.btnNavHeaderPc02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnNavHeaderPc02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.capNavHeaderPc {
  width: 251px;
}
@media screen and (max-width: 1289px) {
  .capNavHeaderPc {
    width: 52.95%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.pageToTop {
  display: none;
  width: 70px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .pageToTop {
    bottom: 19%;
    width: 40px;
  }
}

.btnPageToTop:hover {
  opacity: 1;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.nayami {
  margin: 0.4% auto 0 auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.topCta {
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .topCta {
    margin-top: 3.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .topCta {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .topCta {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulTopCta {
  width: 681px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .ulTopCta {
    width: 53.2%;
  }
}
@media screen and (max-width: 767px) {
  .ulTopCta {
    width: 331px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .ulTopCta {
    width: 88.26%;
  }
}

.liTopCta {
  width: 328px;
}
@media screen and (max-width: 1289px) {
  .liTopCta {
    width: 48.16%;
  }
}
@media screen and (max-width: 767px) {
  .liTopCta {
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .liTopCta {
    width: 48.33%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.dataPoints01Wap {
  margin-top: 152px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .dataPoints01Wap {
    margin-top: 7.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints01Wap {
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints01Wap {
    margin-top: 14.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h2DataPoints01 {
  width: 713px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .h2DataPoints01 {
    width: 55.7%;
  }
}
@media screen and (max-width: 767px) {
  .h2DataPoints01 {
    width: 329px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2DataPoints01 {
    width: 87.73%;
  }
}

.dataPoints01Lxn {
  margin-top: 81px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-bottom: 36px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
@media screen and (max-width: 1289px) {
  .dataPoints01Lxn {
    margin-top: 6.32%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .dataPoints01Lxn {
    padding: 5.23% 0% 2.81% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints01Lxn {
    width: 331px;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 7% 0% 8% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints01Lxn {
    width: 88.26%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints01Lxn {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3DataPoints01 {
  width: 162.61px;
  margin: auto;
  position: absolute;
  top: -0.85%;
  left: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 1289px) {
  .h3DataPoints01 {
    width: 12.7%;
  }
}
@media screen and (max-width: 767px) {
  .h3DataPoints01 {
    width: 140.36px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    top: -0.75%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3DataPoints01 {
    width: 42.4%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3DataPoints01 {
    padding: 0% 3.02% 0% 3.02%;
  }
}

.h4DataPoints01 {
  text-align: center;
  font-size: 36px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h4DataPoints01 {
    font-size: 2.7928626843vw;
  }
}
.h4DataPoints01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h4DataPoints01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4DataPoints01 {
    line-height: 1.4375;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DataPoints01 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DataPoints01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h4DataPoints01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.h5DataPoints01h {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 53px;
  line-height: 1.4528301887;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h5DataPoints01h {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .h5DataPoints01h {
    font-size: 4.1117145074vw;
  }
}
.h5DataPoints01h::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4528301887) * 0.5em);
  content: "";
}
.h5DataPoints01h::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4528301887) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h5DataPoints01h {
    margin-top: 0.62%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5DataPoints01h {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h5DataPoints01h::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h5DataPoints01h::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.dataPoints01Fx {
  margin-top: 51px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1210px;
}
@media screen and (max-width: 1289px) {
  .dataPoints01Fx {
    margin-top: 3.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .dataPoints01Fx {
    width: 94.53%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints01Fx {
    margin-top: 6.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints01Fx {
    width: 91.23%;
  }
}

.dataPoints01Box {
  width: 570px;
}
@media screen and (max-width: 1289px) {
  .dataPoints01Box {
    width: 47.1%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints01Box {
    width: 302px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints01Box {
    width: 100%;
  }
}

.txtDataPoints01Box {
  font-size: 24px;
  line-height: 1.7083333333;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtDataPoints01Box {
    font-size: 1.8619084562vw;
  }
}
.txtDataPoints01Box::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7083333333) * 0.5em);
  content: "";
}
.txtDataPoints01Box::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7083333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDataPoints01Box {
    margin: 0;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDataPoints01Box {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDataPoints01Box::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
  .txtDataPoints01Box::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
}

.picDataPoints01BoxTop {
  margin-top: 11px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .picDataPoints01BoxTop {
    margin-top: 1.92%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picDataPoints01BoxTop {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picDataPoints01BoxTop {
    margin-top: 11.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtDataPoints01BoxMiddle {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtDataPoints01BoxMiddle {
    margin-top: 5.43%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtDataPoints01BoxMiddle {
    font-size: 1.8619084562vw;
  }
}
.txtDataPoints01BoxMiddle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.txtDataPoints01BoxMiddle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDataPoints01BoxMiddle {
    line-height: 1.7857142857;
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDataPoints01BoxMiddle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDataPoints01BoxMiddle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
  .txtDataPoints01BoxMiddle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtDataPoints01BoxMiddle {
    margin-top: 9.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h5DataPoints01 {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h5DataPoints01 {
    margin-top: 7.89%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .h5DataPoints01 {
    font-size: 2.3273855702vw;
  }
}
.h5DataPoints01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
.h5DataPoints01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h5DataPoints01 {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5DataPoints01 {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h5DataPoints01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h5DataPoints01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h5DataPoints01 {
    margin-top: 7.28%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picDataPoints01BoxBtm {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .picDataPoints01BoxBtm {
    margin-top: 3.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dataPoints01Last {
  width: 574px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1289px) {
  .dataPoints01Last {
    width: 47.43%;
  }
}
@media screen and (max-width: 1289px) {
  .dataPoints01Last {
    margin: 0.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints01Last {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints01Last {
    margin-top: 6.62%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4DataPoints01Last {
  aspect-ratio: 570/61;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h4DataPoints01Last {
    font-size: 2.3273855702vw;
  }
}
.h4DataPoints01Last::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h4DataPoints01Last::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4DataPoints01Last {
    aspect-ratio: 302/34;
    line-height: 1.4705882353;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DataPoints01Last {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DataPoints01Last::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4705882353) * 0.5em);
    content: "";
  }
  .h4DataPoints01Last::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4705882353) * 0.5em);
    content: "";
  }
}

.txtDataPoints01Last {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtDataPoints01Last {
    margin-top: 3.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtDataPoints01Last {
    font-size: 1.2412723041vw;
  }
}
.txtDataPoints01Last::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtDataPoints01Last::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDataPoints01Last {
    margin-top: 3.62%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDataPoints01Last {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDataPoints01Last::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .txtDataPoints01Last::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

.picDataPoints01Last {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 568px;
}
@media screen and (max-width: 1289px) {
  .picDataPoints01Last {
    margin-top: 5.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .picDataPoints01Last {
    width: 99.64%;
  }
}
.picDataPoints01Last img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .picDataPoints01Last {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 235px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picDataPoints01Last {
    margin-top: 6.62%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picDataPoints01Last {
    width: 77.81%;
  }
}

.txtDataPoints01LastPic {
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .txtDataPoints01LastPic {
    margin-top: 2.1%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtDataPoints01LastPic {
    margin-top: 3.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.dataPoints0203Wap {
  margin-top: 96px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .dataPoints0203Wap {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints0203Wap {
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints0203Wap {
    margin-top: 14.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dataPoints02 {
  position: relative;
  width: 598px;
  padding-top: 63px;
  padding-bottom: 41px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .dataPoints02 {
    width: 46.71%;
  }
}
@media screen and (max-width: 1289px) {
  .dataPoints02 {
    padding: 10.53% 0% 6.85% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints02 {
    width: 331px;
    padding: 7.6% 0% 7.46% 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints02 {
    width: 88.26%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints02 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3DataPoints02 {
  position: absolute;
  width: 173px;
  margin: auto;
  background: #FFF;
  top: -1.65%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1289px) {
  .h3DataPoints02 {
    width: 28.92%;
  }
}
@media screen and (max-width: 767px) {
  .h3DataPoints02 {
    width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    background: #FFF;
    top: -1.75%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3DataPoints02 {
    width: 42.29%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3DataPoints02 {
    padding: 0% 3.02% 0% 3.02%;
  }
}
.h3DataPoints02 img {
  display: block;
  margin: auto;
}

.h4DataPoints02 {
  font-size: 53px;
  line-height: 1.4528301887;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h4DataPoints02 {
    font-size: 4.1117145074vw;
  }
}
.h4DataPoints02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4528301887) * 0.5em);
  content: "";
}
.h4DataPoints02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4528301887) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4DataPoints02 {
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DataPoints02 {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DataPoints02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h4DataPoints02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.logDataPoints02 {
  width: 228px;
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .logDataPoints02 {
    width: 38.12%;
  }
}
@media screen and (max-width: 1289px) {
  .logDataPoints02 {
    margin-top: 5.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .logDataPoints02 {
    width: 178px;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .logDataPoints02 {
    width: 53.77%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .logDataPoints02 {
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtDataPoints02 {
  margin-top: 31px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 424px;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtDataPoints02 {
    margin-top: 5.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtDataPoints02 {
    width: 70.9%;
  }
}
@media screen and (max-width: 1289px) {
  .txtDataPoints02 {
    font-size: 1.8619084562vw;
  }
}
.txtDataPoints02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.txtDataPoints02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDataPoints02 {
    width: 302px;
    margin-top: 8.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtDataPoints02 {
    width: 91.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDataPoints02 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDataPoints02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
  .txtDataPoints02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7857142857) * 0.5em);
    content: "";
  }
}

.picDataPoints0202 {
  width: 392px;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .picDataPoints0202 {
    width: 65.55%;
  }
}
@media screen and (max-width: 1289px) {
  .picDataPoints0202 {
    margin-top: 5.35%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picDataPoints0202 {
    width: 302px;
    margin-top: 45px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picDataPoints0202 {
    width: 91.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picDataPoints0202 {
    margin-top: 13.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.dataPoints03 {
  position: relative;
  width: 598px;
  padding-top: 65px;
  padding-bottom: 37px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .dataPoints03 {
    width: 46.71%;
  }
}
@media screen and (max-width: 1289px) {
  .dataPoints03 {
    padding: 10.86% 0% 6.18% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints03 {
    width: 331px;
    margin-top: 55px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 7% 0% 8% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints03 {
    width: 88.26%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints03 {
    margin-top: 14.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3DataPoints03 {
  position: absolute;
  width: 163px;
  margin: auto;
  background: #FFF;
  top: -1.62%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1289px) {
  .h3DataPoints03 {
    width: 27.25%;
  }
}
@media screen and (max-width: 767px) {
  .h3DataPoints03 {
    width: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    background: #FFF;
    top: -1.25%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3DataPoints03 {
    width: 42.29%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3DataPoints03 {
    padding: 0% 3.02% 0% 3.02%;
  }
}

.h4DataPoints03 {
  font-size: 36px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h4DataPoints03 {
    font-size: 2.7928626843vw;
  }
}
.h4DataPoints03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h4DataPoints03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4DataPoints03 {
    line-height: 1.4375;
    letter-spacing: -0.01em;
    text-indent: 0.01em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4DataPoints03 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4DataPoints03::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h4DataPoints03::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.h5DataPoints03 {
  margin-top: -3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 53px;
  line-height: 1.4528301887;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h5DataPoints03 {
    margin-top: -0.51%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .h5DataPoints03 {
    font-size: 4.1117145074vw;
  }
}
.h5DataPoints03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4528301887) * 0.5em);
  content: "";
}
.h5DataPoints03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4528301887) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h5DataPoints03 {
    margin-top: 1.62%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4615384615;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5DataPoints03 {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h5DataPoints03::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .h5DataPoints03::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.picDataPoints03 {
  width: 388px;
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .picDataPoints03 {
    width: 64.88%;
  }
}
@media screen and (max-width: 1289px) {
  .picDataPoints03 {
    margin-top: 3.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .picDataPoints03 {
    margin-top: 5.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.full {
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 200px;
  padding-bottom: 96px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .full {
    margin: 7.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 1289px) {
  .full {
    padding: 10.41% 0% 5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .full {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 13.6% 0% 14% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .full {
    margin: 16% 0% 0% 0%;
  }
}

.h2SecFull {
  width: 695px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .h2SecFull {
    width: 54.29%;
  }
}
@media screen and (max-width: 767px) {
  .h2SecFull {
    width: 283px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2SecFull {
    width: 75.46%;
  }
}

.picSecFull {
  margin-top: 120px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}
@media screen and (max-width: 1289px) {
  .picSecFull {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .picSecFull {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .picSecFull {
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 327px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picSecFull {
    margin-top: 6.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .picSecFull {
    width: 87.2%;
  }
}

.photoSecFull {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}
@media screen and (max-width: 1289px) {
  .photoSecFull {
    margin-top: 0.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .photoSecFull {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photoSecFull {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 327px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoSecFull {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoSecFull {
    width: 87.2%;
  }
}

.secFullDetailWap {
  padding-top: 52px;
  padding-bottom: 108px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .secFullDetailWap {
    padding: 4.06% 0% 8.43% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secFullDetailWap {
    padding: 9.5% 0% 10% 0%;
    width: 329px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .secFullDetailWap {
    width: 87.73%;
  }
}

.h2FullDetailWap {
  width: 248px;
  text-align: center;
  display: flex;
  color: #000;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  margin: auto;
  background: url(../img/h2FullDetailPc.svg) no-repeat center center;
  background-size: auto 94%;
}
@media screen and (max-width: 1289px) {
  .h2FullDetailWap {
    width: 19.37%;
  }
}
@media screen and (max-width: 1289px) {
  .h2FullDetailWap {
    font-size: 2.7928626843vw;
  }
}
.h2FullDetailWap::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2FullDetailWap::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2FullDetailWap {
    width: 159px;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: auto;
    background: url(../img/h2FullDetailPc.svg) no-repeat center center;
    background-size: auto 109%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2FullDetailWap {
    width: 48.32%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2FullDetailWap {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2FullDetailWap::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h2FullDetailWap::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.ulFullDetail {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1153px;
}
@media screen and (max-width: 1289px) {
  .ulFullDetail {
    margin-top: 2.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .ulFullDetail {
    width: 90.07%;
  }
}
@media screen and (max-width: 767px) {
  .ulFullDetail {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .ulFullDetail {
    margin-top: 4.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .ulFullDetail {
    width: 88.14%;
  }
}

.liFullDetail {
  width: 371px;
  aspect-ratio: 371/61;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .liFullDetail {
    width: 32.17%;
  }
}
@media screen and (max-width: 1289px) {
  .liFullDetail {
    font-size: 2.0946470132vw;
  }
}
.liFullDetail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.liFullDetail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .liFullDetail {
    width: 290px;
    aspect-ratio: 290/46;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .liFullDetail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liFullDetail {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .liFullDetail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .liFullDetail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
  .liFullDetail:nth-child(n+2) {
    margin-top: 4.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtFullDetailWap {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .txtFullDetailWap {
    margin-top: 1.87%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtFullDetailWap {
    margin-top: 4.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtKugirFullDetail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .txtKugirFullDetail {
    margin-top: 3.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtFullDetail {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtFullDetail {
    font-size: 1.9394879752vw;
  }
}
.txtFullDetail::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtFullDetail::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFullDetail {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFullDetail {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFullDetail::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .txtFullDetail::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.txtFullDetailBig {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtFullDetailBig {
    font-size: 2.3273855702vw;
  }
}
.txtFullDetailBig::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtFullDetailBig::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFullDetailBig {
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFullDetailBig {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFullDetailBig::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .txtFullDetailBig::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.photoFullDetail {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 625px;
}
@media screen and (max-width: 1289px) {
  .photoFullDetail {
    margin-top: 3.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .photoFullDetail {
    width: 48.82%;
  }
}
@media screen and (max-width: 767px) {
  .photoFullDetail {
    margin-top: 6.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoFullDetail {
    width: 87.84%;
  }
}

.txtFullDetailTop {
  margin-top: 46px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 751px;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtFullDetailTop {
    margin-top: 3.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtFullDetailTop {
    width: 58.67%;
  }
}
@media screen and (max-width: 1289px) {
  .txtFullDetailTop {
    font-size: 1.1636927851vw;
  }
}
.txtFullDetailTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.txtFullDetailTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFullDetailTop {
    margin-top: 7.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
    line-height: 1.7;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtFullDetailTop {
    width: 87.84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFullDetailTop {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFullDetailTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }
  .txtFullDetailTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }
}

.ulTopCtaFull {
  margin-top: 83px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 681px;
}
@media screen and (max-width: 1289px) {
  .ulTopCtaFull {
    margin-top: 6.48%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .ulTopCtaFull {
    width: 53.2%;
  }
}
@media screen and (max-width: 767px) {
  .ulTopCtaFull {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .ulTopCtaFull {
    margin-top: 9.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .ulTopCtaFull {
    width: 87.84%;
  }
}

.liTopCtaFull {
  width: 328px;
}
@media screen and (max-width: 1289px) {
  .liTopCtaFull {
    width: 48.16%;
  }
}
@media screen and (max-width: 767px) {
  .liTopCtaFull {
    width: 138px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .liTopCtaFull {
    width: 47.75%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.point01 {
  padding-top: 196px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .point01 {
    padding: 10.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point01 {
    padding-top: 67px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point01 {
    padding: 17.86% 0% 0% 0%;
  }
}

.point01Lxn {
  position: relative;
  padding-top: 82px;
  padding-bottom: 53px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .point01Lxn {
    padding: 6.4% 0% 4.14% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point01Lxn {
    width: 329px;
    padding: 18% 0% 9.66% 0%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point01Lxn {
    width: 87.73%;
  }
}

.numberPoint01 {
  position: absolute;
  left: 0;
  right: 0;
  top: -5.75%;
  width: 171px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .numberPoint01 {
    width: 13.35%;
  }
}
@media screen and (max-width: 767px) {
  .numberPoint01 {
    left: 0;
    right: 0;
    top: -3.75%;
    width: 133px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberPoint01 {
    width: 40.42%;
  }
}

.numberEnPoint01 {
  position: absolute;
  right: 5%;
  top: 6.1120543294%;
  width: 25px;
}
@media screen and (max-width: 1289px) {
  .numberEnPoint01 {
    width: 1.95%;
  }
}
@media screen and (max-width: 767px) {
  .numberEnPoint01 {
    right: 4.5592705167%;
    top: 1.8320610687%;
    width: 19px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberEnPoint01 {
    width: 5.77%;
  }
}

.h2Point01 {
  width: 296px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  background: url(../img/bgh2Point01Pc.png) no-repeat center center;
  background-size: auto 99%;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .h2Point01 {
    width: 23.12%;
  }
}
@media screen and (max-width: 1289px) {
  .h2Point01 {
    font-size: 2.9480217223vw;
  }
}
.h2Point01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2Point01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Point01 {
    width: 245px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    background: url(../img/bgh2Point01.png) no-repeat center center;
    background-size: auto 99%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2Point01 {
    width: 74.46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Point01 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Point01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h2Point01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.h3Point01 {
  margin-top: 52px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1071px;
  aspect-ratio: 1071/53;
}
@media screen and (max-width: 1289px) {
  .h3Point01 {
    margin-top: 4.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .h3Point01 {
    width: 83.67%;
  }
}
@media screen and (max-width: 767px) {
  .h3Point01 {
    margin-top: 12.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 329px;
    aspect-ratio: 329/67;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3Point01 {
    width: 100%;
  }
}

.txtPoint01 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtPoint01 {
    font-size: 2.1722265322vw;
  }
}
.txtPoint01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtPoint01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPoint01 {
    line-height: 1.5454545455;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPoint01 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtPoint01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5454545455) * 0.5em);
    content: "";
  }
  .txtPoint01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5454545455) * 0.5em);
    content: "";
  }
}

.littlePoint01 {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .littlePoint01 {
    font-size: 1.7843289372vw;
  }
}
.littlePoint01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.littlePoint01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .littlePoint01 {
    line-height: 1.4444444444;
    letter-spacing: 0em;
    text-indent: 0em;
    display: block;
    margin: -1% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .littlePoint01 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .littlePoint01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .littlePoint01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.point01Last {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1071px;
}
@media screen and (max-width: 1289px) {
  .point01Last {
    margin-top: 2.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .point01Last {
    width: 83.67%;
  }
}
@media screen and (max-width: 767px) {
  .point01Last {
    margin-top: 7.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point01Last {
    width: 91.79%;
  }
}

.photoPointLat01 {
  width: 536px;
}
@media screen and (max-width: 1289px) {
  .photoPointLat01 {
    width: 50.04%;
  }
}
@media screen and (max-width: 767px) {
  .photoPointLat01 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoPointLat01 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoPointLat01 {
    width: 100%;
  }
}

.txtPointLast01 {
  width: 485px;
  margin-top: 27px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtPointLast01 {
    width: 45.28%;
  }
}
@media screen and (max-width: 1289px) {
  .txtPointLast01 {
    margin: 2.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 1289px) {
  .txtPointLast01 {
    font-size: 1.4740108611vw;
  }
}
.txtPointLast01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4736842105) * 0.5em);
  content: "";
}
.txtPointLast01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4736842105) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPointLast01 {
    margin-top: 7.29%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 289px;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtPointLast01 {
    width: 95.69%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtPointLast01 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtPointLast01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtPointLast01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.point02 {
  padding-top: 101px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .point02 {
    padding: 5.26% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point02 {
    padding-top: 72px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point02 {
    padding: 19.2% 0% 0% 0%;
  }
}

.point02Lxn {
  position: relative;
  padding-top: 81px;
  padding-bottom: 127px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .point02Lxn {
    padding: 6.32% 0% 9.92% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point02Lxn {
    margin: auto;
    width: 329px;
    padding: 18% 0% 13.33% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point02Lxn {
    width: 87.73%;
  }
}

.numberPoint02 {
  position: absolute;
  left: 0;
  right: 0;
  top: -0.85%;
  width: 171px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .numberPoint02 {
    width: 13.35%;
  }
}
@media screen and (max-width: 767px) {
  .numberPoint02 {
    left: 0;
    right: 0;
    top: -0.6169527897%;
    width: 133px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberPoint02 {
    width: 40.42%;
  }
}

.numberEnPoint02 {
  position: absolute;
  right: 5%;
  top: 0.9493670886%;
  width: 25px;
}
@media screen and (max-width: 1289px) {
  .numberEnPoint02 {
    width: 1.95%;
  }
}
@media screen and (max-width: 767px) {
  .numberEnPoint02 {
    right: 4.5592705167%;
    top: 0.321888412%;
    width: 22px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberEnPoint02 {
    width: 6.68%;
  }
}

.h2Point02 {
  width: 182px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
  background: url(../img/bgh2Point02.png) no-repeat center center;
  background-size: auto 100%;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .h2Point02 {
    width: 14.21%;
  }
}
@media screen and (max-width: 1289px) {
  .h2Point02 {
    font-size: 2.9480217223vw;
  }
}
.h2Point02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2Point02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Point02 {
    width: 146px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    background: url(../img/bgh2Point02.png) no-repeat center center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2Point02 {
    width: 44.37%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Point02 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Point02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h2Point02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.secPoint02 {
  border-top: 1px solid #1791A6;
  border-bottom: 1px solid #1791A6;
  width: 1070px;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 23px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .secPoint02 {
    width: 83.59%;
  }
}
@media screen and (max-width: 1289px) {
  .secPoint02 {
    margin-top: 3.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .secPoint02 {
    padding: 1.64% 0% 1.79% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secPoint02 {
    width: 302px;
    margin-top: 13.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 6.07% 0% 5.07% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .secPoint02 {
    width: 91.79%;
  }
}

.h5SecPoint02 {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h5SecPoint02 {
    font-size: 1.9394879752vw;
  }
}
.h5SecPoint02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.h5SecPoint02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h5SecPoint02 {
    line-height: 1.8;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h5SecPoint02 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h5SecPoint02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .h5SecPoint02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}

.h6SecPoint02 {
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .h6SecPoint02 {
    font-size: 2.1722265322vw;
  }
}
.h6SecPoint02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.h6SecPoint02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1289px) {
  .h6SecPoint02 {
    margin-top: 0.46%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h6SecPoint02 {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h6SecPoint02 {
    margin-top: 1.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h6SecPoint02 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h6SecPoint02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .h6SecPoint02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.photoPoint02 {
  width: 1070px;
  margin-top: 68px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .photoPoint02 {
    width: 83.59%;
  }
}
@media screen and (max-width: 1289px) {
  .photoPoint02 {
    margin-top: 5.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoPoint02 {
    width: 92.49%;
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoPoint02 {
    margin-top: 10.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoPoint0201 {
  width: 1070px;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .photoPoint0201 {
    width: 83.59%;
  }
}
@media screen and (max-width: 1289px) {
  .photoPoint0201 {
    margin-top: 7.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoPoint0201 {
    width: 302px;
    margin-top: 17.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoPoint0201 {
    width: 91.79%;
  }
}

.photoPoint0202 {
  width: 1070px;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .photoPoint0202 {
    width: 83.59%;
  }
}
@media screen and (max-width: 1289px) {
  .photoPoint0202 {
    margin-top: 7.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoPoint0202 {
    width: 92.29%;
    margin-top: 12.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoPoint0203 {
  width: 1070px;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .photoPoint0203 {
    width: 83.59%;
  }
}
@media screen and (max-width: 1289px) {
  .photoPoint0203 {
    margin-top: 7.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoPoint0203 {
    width: 91.99%;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoPoint0203 {
    margin-top: 15.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoPoint0204 {
  width: 1070px;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .photoPoint0204 {
    width: 83.59%;
  }
}
@media screen and (max-width: 1289px) {
  .photoPoint0204 {
    margin-top: 7.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .photoPoint0204 {
    width: 92.79%;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .photoPoint0204 {
    margin-top: 15.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.pointCta {
  padding-top: 110px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .pointCta {
    padding: 5.72% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .pointCta {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .pointCta {
    padding: 13.33% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.dataPoints0204bigLxn {
  padding-top: 142px;
  padding-bottom: 214px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .dataPoints0204bigLxn {
    padding: 7.39% 0% 11.14% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dataPoints0204bigLxn {
    padding-top: 72px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .dataPoints0204bigLxn {
    padding: 19.2% 0% 13.33% 0%;
  }
}

.point03Lxn {
  position: relative;
  width: 598px;
  padding-top: 81px;
  padding-bottom: 57px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .point03Lxn {
    width: 46.71%;
  }
}
@media screen and (max-width: 1289px) {
  .point03Lxn {
    padding: 6.32% 0% 4.45% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point03Lxn {
    width: 329px;
    padding: 18% 0% 13.33% 0%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point03Lxn {
    width: 87.73%;
  }
}

.numberPoint03 {
  width: 171px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3.75%;
}
@media screen and (max-width: 1289px) {
  .numberPoint03 {
    width: 28.59%;
  }
}
@media screen and (max-width: 767px) {
  .numberPoint03 {
    width: 133px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -3.75%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberPoint03 {
    width: 40.42%;
  }
}

.numberEnPoint03 {
  width: 25px;
  position: absolute;
  right: 11.2040133779%;
  top: 3.5897435897%;
}
@media screen and (max-width: 1289px) {
  .numberEnPoint03 {
    width: 4.18%;
  }
}
@media screen and (max-width: 767px) {
  .numberEnPoint03 {
    width: 22px;
    position: absolute;
    right: 4.204013%;
    top: 1.6021361816%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberEnPoint03 {
    width: 6.68%;
  }
}

.h2Point03 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 296px;
  background: url(../img/bgh2Point03Pc.png) no-repeat center center;
  background-size: auto 99%;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .h2Point03 {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .h2Point03 {
    width: 49.49%;
  }
}
@media screen and (max-width: 1289px) {
  .h2Point03 {
    font-size: 2.9480217223vw;
  }
}
.h2Point03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h2Point03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Point03 {
    width: 245px;
    background: url(../img/bgh2Point03.png) no-repeat center center;
    background-size: auto 99%;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2Point03 {
    width: 74.46%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Point03 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Point03::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .h2Point03::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.txtpocPoint03 {
  margin-top: 39px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 478px;
  font-size: 19px;
  line-height: 1.4736842105;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtpocPoint03 {
    margin-top: 6.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtpocPoint03 {
    width: 79.93%;
  }
}
@media screen and (max-width: 1289px) {
  .txtpocPoint03 {
    font-size: 1.4740108611vw;
  }
}
.txtpocPoint03::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4736842105) * 0.5em);
  content: "";
}
.txtpocPoint03::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4736842105) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtpocPoint03 {
    margin-top: 10.24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtpocPoint03 {
    width: 91.79%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtpocPoint03 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtpocPoint03::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtpocPoint03::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.pocPoint03 {
  margin-top: 59px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 478px;
}
@media screen and (max-width: 1289px) {
  .pocPoint03 {
    margin-top: 9.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .pocPoint03 {
    width: 79.93%;
  }
}
@media screen and (max-width: 767px) {
  .pocPoint03 {
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .pocPoint03 {
    width: 91.79%;
  }
}

/*04*/
.point04Lxn {
  position: relative;
  width: 598px;
  padding-top: 47px;
  padding-bottom: 107px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .point04Lxn {
    width: 46.71%;
  }
}
@media screen and (max-width: 1289px) {
  .point04Lxn {
    padding: 3.67% 0% 8.35% 0%;
  }
}
@media screen and (max-width: 767px) {
  .point04Lxn {
    margin-top: 18.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 329px;
    padding: 13.79% 0% 14.19% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .point04Lxn {
    width: 87.73%;
  }
}

.numberPoint04 {
  width: 171px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3.75%;
}
@media screen and (max-width: 1289px) {
  .numberPoint04 {
    width: 28.59%;
  }
}
@media screen and (max-width: 767px) {
  .numberPoint04 {
    width: 133px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -3.75%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberPoint04 {
    width: 40.42%;
  }
}

.numberEnPoint04 {
  width: 25px;
  position: absolute;
  right: 11.2040133779%;
  top: 3.5897435897%;
}
@media screen and (max-width: 1289px) {
  .numberEnPoint04 {
    width: 4.18%;
  }
}
@media screen and (max-width: 767px) {
  .numberEnPoint04 {
    width: 22px;
    right: 4.5592705167%;
    top: 1.9292604502%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .numberEnPoint04 {
    width: 6.68%;
  }
}

.txtBigPoint04 {
  width: 478px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04 {
    width: 79.93%;
  }
}
@media screen and (max-width: 767px) {
  .txtBigPoint04 {
    width: 302px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtBigPoint04 {
    width: 91.79%;
  }
}

.txtBigPoint04 {
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 478px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: -0.03em;
  text-indent: 0.03em;
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04 {
    margin-top: 6.18%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04 {
    width: 79.93%;
  }
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04 {
    font-size: 1.2412723041vw;
  }
}
.txtBigPoint04::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtBigPoint04::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBigPoint04 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    text-indent: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtBigPoint04 {
    margin-top: 6.07%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtBigPoint04 {
    width: 91.79%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBigPoint04 {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBigPoint04::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .txtBigPoint04::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

.txtBigPoint04Little {
  margin-top: 41px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 478px;
  font-size: 23px;
  line-height: 1.4347826087;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04Little {
    margin-top: 6.85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04Little {
    width: 79.93%;
  }
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04Little {
    font-size: 1.7843289372vw;
  }
}
.txtBigPoint04Little::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
.txtBigPoint04Little::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4347826087) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBigPoint04Little {
    margin-top: 7.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtBigPoint04Little {
    width: 91.79%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBigPoint04Little {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBigPoint04Little::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtBigPoint04Little::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.txtBigPoint04Little2 {
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 478px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04Little2 {
    margin-top: 4.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04Little2 {
    width: 79.93%;
  }
}
@media screen and (max-width: 1289px) {
  .txtBigPoint04Little2 {
    font-size: 1.2412723041vw;
  }
}
.txtBigPoint04Little2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtBigPoint04Little2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBigPoint04Little2 {
    margin-top: 7.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
    line-height: 1.4;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtBigPoint04Little2 {
    width: 91.79%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBigPoint04Little2 {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBigPoint04Little2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .txtBigPoint04Little2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.voice {
  padding-top: 140px;
  padding-bottom: 129px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .voice {
    padding: 7.29% 0% 6.71% 0%;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 12% 0% 15% 0%;
  }
}

.h2Voice {
  width: 542px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .h2Voice {
    width: 42.34%;
  }
}
@media screen and (max-width: 767px) {
  .h2Voice {
    width: 327px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2Voice {
    width: 87.2%;
  }
}

.cntVoice {
  margin-top: 110px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 1280px;
}
@media screen and (max-width: 1289px) {
  .cntVoice {
    margin: 8.59% 0% 0% 0%;
  }
}
@media screen and (max-width: 1289px) {
  .cntVoice {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cntVoice {
    margin-top: 21px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 88.2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .cntVoice {
    margin-top: 5.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.voiceCta {
  margin-top: 109px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .voiceCta {
    margin-top: 5.67%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .voiceCta {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .voiceCta {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulVoiceCta {
  width: 681px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .ulVoiceCta {
    width: 53.2%;
  }
}
@media screen and (max-width: 767px) {
  .ulVoiceCta {
    width: 331px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .ulVoiceCta {
    width: 88.26%;
  }
}

.liVoiceCta {
  width: 328px;
}
@media screen and (max-width: 1289px) {
  .liVoiceCta {
    width: 48.16%;
  }
}
@media screen and (max-width: 767px) {
  .liVoiceCta {
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .liVoiceCta {
    width: 48.33%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.qa {
  margin-top: 215px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1289px) {
  .qa {
    margin-top: 11.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .qa {
    margin-top: 110px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .qa {
    margin-top: 29.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secQa {
  width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .secQa {
    width: 87.5%;
  }
}
@media screen and (max-width: 767px) {
  .secQa {
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .secQa {
    width: 86.66%;
  }
}

.h2Qa {
  width: 233px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .h2Qa {
    width: 20.8%;
  }
}
@media screen and (max-width: 767px) {
  .h2Qa {
    width: 140px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h2Qa {
    width: 43.07%;
  }
}

.fqList {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1289px) {
  .fqList {
    margin: 4.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .fqList {
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .fqList {
    margin: 10.76% 0% 0% 0%;
  }
}

.secQaList {
  width: 480px;
}
@media screen and (max-width: 1289px) {
  .secQaList {
    width: 42.85%;
  }
}
@media screen and (max-width: 767px) {
  .secQaList {
    width: 325px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .secQaList {
    width: 100%;
  }
}

.brdQaList {
  width: 100%;
}

.secQaList03,
.secQaList04 {
  margin-top: 73px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1289px) {
  .secQaList03,
  .secQaList04 {
    margin: 6.51% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secQaList03,
  .secQaList04 {
    margin: 8.5% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .secQaList02 {
    margin: 8.5% 0% 0% 0%;
  }
}

.fqListFx {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1289px) {
  .fqListFx {
    margin: 7.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .fqListFx {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .fqListFx {
    margin: 9.23% 0% 0% 0%;
  }
}

.iconAqListFx {
  width: 59px;
}
@media screen and (max-width: 1289px) {
  .iconAqListFx {
    width: 12.29%;
  }
}
@media screen and (max-width: 767px) {
  .iconAqListFx {
    width: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .iconAqListFx {
    width: 12.3%;
  }
}

.h3AqListFx {
  width: 403px;
  font-size: 26px;
  line-height: 1.4615384615;
  letter-spacing: -0.03em;
  text-indent: 0.03em;
}
@media screen and (max-width: 1289px) {
  .h3AqListFx {
    width: 83.95%;
  }
}
@media screen and (max-width: 1289px) {
  .h3AqListFx {
    font-size: 2.0170674942vw;
  }
}
.h3AqListFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
.h3AqListFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4615384615) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3AqListFx {
    width: 263px;
    line-height: 1.4705882353;
    letter-spacing: -0.03em;
    text-indent: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .h3AqListFx {
    width: 80.92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3AqListFx {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3AqListFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4705882353) * 0.5em);
    content: "";
  }
  .h3AqListFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4705882353) * 0.5em);
    content: "";
  }
}

.fqListFxBtm {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  align-items: flex-start;
}
@media screen and (max-width: 1289px) {
  .fqListFxBtm {
    margin: 6.25% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .fqListFxBtm {
    margin: 8.23% 0% 0% 0%;
  }
}

.iconFqListFxBtm {
  width: 59px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1289px) {
  .iconFqListFxBtm {
    width: 12.29%;
  }
}
@media screen and (max-width: 1289px) {
  .iconFqListFxBtm {
    margin: 0.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconFqListFxBtm {
    width: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .iconFqListFxBtm {
    width: 12.3%;
  }
}

.txtListFxBtm {
  width: 403px;
  font-size: 22px;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1289px) {
  .txtListFxBtm {
    width: 83.95%;
  }
}
@media screen and (max-width: 1289px) {
  .txtListFxBtm {
    font-size: 1.7067494182vw;
  }
}
.txtListFxBtm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
.txtListFxBtm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtListFxBtm {
    width: 263px;
    line-height: 1.8;
    letter-spacing: -0.04em;
    text-indent: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtListFxBtm {
    width: 80.92%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtListFxBtm {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .txtListFxBtm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .txtListFxBtm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}

.BtmbrdQaList {
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1289px) {
  .BtmbrdQaList {
    margin: 0.83% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .BtmbrdQaList {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .BtmbrdQaList {
    margin: 1.23% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .secQaList04Last {
    margin: -3.77% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  margin-top: 255px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 70px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .footer {
    margin: 13.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 1289px) {
  .footer {
    padding: 3.64% 0% 1.04% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 15.66% 0% 0% 0%;
    padding: 15.73% 0% 10% 0%;
  }
}

.logoFooter {
  width: 140px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .logoFooter {
    width: 10.93%;
  }
}
@media screen and (max-width: 767px) {
  .logoFooter {
    width: 115px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .logoFooter {
    width: 30.66%;
  }
}

.txtFooter {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1289px) {
  .txtFooter {
    margin: 2.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 1289px) {
  .txtFooter {
    font-size: 1.1636927851vw;
  }
}
.txtFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFooter {
    margin-top: 65px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1289px) {
  .txtFooter {
    margin: 17.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFooter {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .txtFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footerSp {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
}

.footerSpLx {
  position: relative;
  padding-top: 29px;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1289px) {
  .footerSpLx {
    padding: 7.73% 0% 3.2% 0%;
  }
}

.logoFooterSp {
  position: absolute;
  left: 0;
  right: 0;
  top: -25.2747252747%;
  margin: auto;
  width: 330px;
}
@media screen and (max-width: 1289px) {
  .logoFooterSp {
    width: 88%;
  }
}

.ulNavHeaderSp {
  width: 331px;
  margin: auto;
}
@media screen and (max-width: 1289px) {
  .ulNavHeaderSp {
    width: 88.26%;
  }
}

.liNavHeaderSp {
  width: 159px;
}
@media screen and (max-width: 1289px) {
  .liNavHeaderSp {
    width: 48.03%;
  }
}

.btnNavHeaderSp01 {
  width: 100%;
  aspect-ratio: 159/50;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .btnNavHeaderSp01 {
    font-size: 6.6666666667vw;
  }
}
.btnNavHeaderSp01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnNavHeaderSp01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.btnNavHeaderSp02 {
  width: 100%;
  aspect-ratio: 159/50;
  border-radius: 0px;
  /* CSS3草案 */
  -webkit-border-radius: 0px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0px;
  /* Firefox用 */
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .btnNavHeaderSp02 {
    font-size: 6.6666666667vw;
  }
}
.btnNavHeaderSp02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.btnNavHeaderSp02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

/* ==========================================================================
Component
========================================================================== */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:33:59
    Author     : SPG-1105
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2022/09/08, 15:34:06
    Author     : SPG-1105
*/
.bg_1791A6 {
  background: #1791A6;
}

.bg_E6E5E2 {
  background: #E6E5E2;
}

.bg_fff {
  background: #fff;
}

.bg_B69333 {
  background: #B69333;
}

.bg_FFEE48 {
  background: #FFEE48;
}

.bg_FFEF51 {
  background: #FFEF51;
}

.cl_1791A6 {
  color: #1791A6;
}

.cl_444 {
  color: #444;
}

.cl_fff {
  color: #FFF;
}

.brd_1791A6_3_1 {
  border: 3px solid #1791A6;
}

@media screen and (max-width: 767px) {
  .brd_1791A6_3_1 {
    border: 1px solid #1791A6;
  }
}
.bg_voice {
  background: linear-gradient(123deg, #1691A5 11.77%, #005B73 31.4%, #0D6F83 37.34%);
}

.undernone {
  text-decoration: none;
}

.txtset {
  text-align: justify;
  leading-trim: both;
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

@keyframes fadein_sc_top {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_top2 {
  0% {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px);
  }
  70% {
    opacity: 1;
    transform: translate3d(0px, -10px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_left {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_sc_right {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadein_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity_0_fade_set {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
}
.opacity_0_fade_set.active {
  -webkit-animation: fadein_sc_top 0.25s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.25s ease 0.35s forwards alternate;
}

.opacity_0_fadeleft_in {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.opacity_0_fadeleft_in.active {
  -webkit-animation: fadein_sc_left 0.25s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.35s forwards alternate;
}

.opacity_0_faderight_in {
  opacity: 0;
  transform: translate3d(20px, 0px, 0px);
}
.opacity_0_faderight_in.active {
  -webkit-animation: fadein_sc_right 0.25s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.25s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  -webkit-animation: fadein_in 0.25s ease 0.35s forwards alternate;
  animation: fadein_in 0.25s ease 0.35s forwards alternate;
}

.opacity_0_list_fade_set > li {
  transform: translate3d(0px, 20px, 0px);
  opacity: 0;
  position: relative;
}
.opacity_0_list_fade_set.active > li:nth-child(1) {
  -webkit-animation: fadein_sc_top 0.25s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.25s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.25s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.25s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.25s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.25s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.25s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.25s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.25s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.25s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.25s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.25s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.25s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.25s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.25s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.25s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.25s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.25s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.25s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.25s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.25s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.25s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.25s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.25s ease 4.2s forwards alternate;
}

.listcnt .moveList {
  opacity: 0;
}
.listcnt.active .moveList:nth-child(1) {
  -webkit-animation: fadein_in 0.25s ease 0.15s forwards alternate;
  animation: fadein_in 0.25s ease 0.15s forwards alternate;
}
.listcnt.active .moveList:nth-child(2) {
  -webkit-animation: fadein_in 0.25s ease 0.3s forwards alternate;
  animation: fadein_in 0.25s ease 0.3s forwards alternate;
}
.listcnt.active .moveList:nth-child(3) {
  -webkit-animation: fadein_in 0.25s ease 0.45s forwards alternate;
  animation: fadein_in 0.25s ease 0.45s forwards alternate;
}
.listcnt.active .moveList:nth-child(4) {
  -webkit-animation: fadein_in 0.25s ease 0.6s forwards alternate;
  animation: fadein_in 0.25s ease 0.6s forwards alternate;
}
.listcnt.active .moveList:nth-child(5) {
  -webkit-animation: fadein_in 0.25s ease 0.75s forwards alternate;
  animation: fadein_in 0.25s ease 0.75s forwards alternate;
}
.listcnt.active .moveList:nth-child(6) {
  -webkit-animation: fadein_in 0.25s ease 0.9s forwards alternate;
  animation: fadein_in 0.25s ease 0.9s forwards alternate;
}
.listcnt.active .moveList:nth-child(7) {
  -webkit-animation: fadein_in 0.25s ease 1.05s forwards alternate;
  animation: fadein_in 0.25s ease 1.05s forwards alternate;
}
.listcnt.active .moveList:nth-child(8) {
  -webkit-animation: fadein_in 0.25s ease 1.2s forwards alternate;
  animation: fadein_in 0.25s ease 1.2s forwards alternate;
}
.listcnt.active .moveList:nth-child(9) {
  -webkit-animation: fadein_in 0.25s ease 1.35s forwards alternate;
  animation: fadein_in 0.25s ease 1.35s forwards alternate;
}
.listcnt.active .moveList:nth-child(10) {
  -webkit-animation: fadein_in 0.25s ease 1.5s forwards alternate;
  animation: fadein_in 0.25s ease 1.5s forwards alternate;
}

.listcntmainasu .moveList {
  opacity: 0;
}
.listcntmainasu.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 0.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 0.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 0.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1.5s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1.75s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 2s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 2.25s forwards alternate;
}
.listcntmainasu.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 2.5s forwards alternate;
}

.listcntmainasu .moveList1 {
  opacity: 0;
}

.listcntmainasu.active .moveList1 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 0.25s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 0.25s forwards alternate;
}

.listcntmainasu .moveList2 {
  opacity: 0;
}

.listcntmainasu.active .moveList2 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 0.5s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 0.5s forwards alternate;
}

.listcntmainasu .moveList3 {
  opacity: 0;
}

.listcntmainasu.active .moveList3 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 0.75s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 0.75s forwards alternate;
}

.listcntmainasu .moveList4 {
  opacity: 0;
}

.listcntmainasu.active .moveList4 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1s forwards alternate;
}

.listcntmainasu .moveList5 {
  opacity: 0;
}

.listcntmainasu.active .moveList5 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1.25s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1.25s forwards alternate;
}

.listcntmainasu .moveList6 {
  opacity: 0;
}

.listcntmainasu.active .moveList6 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1.5s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1.5s forwards alternate;
}

.listcntmainasu .moveList7 {
  opacity: 0;
}

.listcntmainasu.active .moveList7 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 1.75s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 1.75s forwards alternate;
}

.listcntmainasu .moveList8 {
  opacity: 0;
}

.listcntmainasu.active .moveList8 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 2s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 2s forwards alternate;
}

.listcntmainasu .moveList9 {
  opacity: 0;
}

.listcntmainasu.active .moveList9 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 2.25s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 2.25s forwards alternate;
}

.listcntmainasu .moveList10 {
  opacity: 0;
}

.listcntmainasu.active .moveList10 {
  -webkit-animation: fadein_sc_top2 0.25s ease-in 2.5s forwards alternate;
  animation: fadein_sc_top2 0.25s ease-in 2.5s forwards alternate;
}

.listcntmainasuLeft .moveList {
  opacity: 0;
}
.listcntmainasuLeft.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.15s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.15s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.3s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.3s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.45s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.45s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.6s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.6s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.75s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.75s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.9s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.9s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.05s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.2s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.2s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.35s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.35s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.5s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.5s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.65s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.65s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.8s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.8s forwards alternate;
}

.opacity_0_list_left_fade_set > li,
.opacity_0_list_left_fade_set section,
.opacity_0_list_left_fade_set div,
.opacity_0_list_left_fade_set tr,
.opacity_0_list_left_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_left_fade_set.active > li:nth-child(1),
.opacity_0_list_left_fade_set.active section:nth-child(1),
.opacity_0_list_left_fade_set.active div:nth-child(1),
.opacity_0_list_left_fade_set.active p:nth-child(1),
.opacity_0_list_left_fade_set.active h2:nth-child(1),
.opacity_0_list_left_fade_set.active h3:nth-child(1),
.opacity_0_list_left_fade_set.active h4:nth-child(1),
.opacity_0_list_left_fade_set.active h5:nth-child(1),
.opacity_0_list_left_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.35s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(2),
.opacity_0_list_left_fade_set.active section:nth-child(2),
.opacity_0_list_left_fade_set.active div:nth-child(2),
.opacity_0_list_left_fade_set.active p:nth-child(2),
.opacity_0_list_left_fade_set.active h2:nth-child(2),
.opacity_0_list_left_fade_set.active h3:nth-child(2),
.opacity_0_list_left_fade_set.active h4:nth-child(2),
.opacity_0_list_left_fade_set.active h5:nth-child(2),
.opacity_0_list_left_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.25s ease 0.7s forwards alternate;
  animation: fadein_sc_left 0.25s ease 0.7s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(3),
.opacity_0_list_left_fade_set.active section:nth-child(3),
.opacity_0_list_left_fade_set.active div:nth-child(3),
.opacity_0_list_left_fade_set.active p:nth-child(3),
.opacity_0_list_left_fade_set.active h2:nth-child(3),
.opacity_0_list_left_fade_set.active h3:nth-child(3),
.opacity_0_list_left_fade_set.active h4:nth-child(3),
.opacity_0_list_left_fade_set.active h5:nth-child(3),
.opacity_0_list_left_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.05s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(4),
.opacity_0_list_left_fade_set.active section:nth-child(4),
.opacity_0_list_left_fade_set.active div:nth-child(4),
.opacity_0_list_left_fade_set.active p:nth-child(4),
.opacity_0_list_left_fade_set.active h2:nth-child(4),
.opacity_0_list_left_fade_set.active h3:nth-child(4),
.opacity_0_list_left_fade_set.active h4:nth-child(4),
.opacity_0_list_left_fade_set.active h5:nth-child(4),
.opacity_0_list_left_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.4s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.4s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(5),
.opacity_0_list_left_fade_set.active section:nth-child(5),
.opacity_0_list_left_fade_set.active div:nth-child(5),
.opacity_0_list_left_fade_set.active p:nth-child(5),
.opacity_0_list_left_fade_set.active h2:nth-child(5),
.opacity_0_list_left_fade_set.active h3:nth-child(5),
.opacity_0_list_left_fade_set.active h4:nth-child(5),
.opacity_0_list_left_fade_set.active h5:nth-child(5),
.opacity_0_list_left_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.25s ease 1.75s forwards alternate;
  animation: fadein_sc_left 0.25s ease 1.75s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(6),
.opacity_0_list_left_fade_set.active section:nth-child(6),
.opacity_0_list_left_fade_set.active div:nth-child(6),
.opacity_0_list_left_fade_set.active p:nth-child(6),
.opacity_0_list_left_fade_set.active h2:nth-child(6),
.opacity_0_list_left_fade_set.active h3:nth-child(6),
.opacity_0_list_left_fade_set.active h4:nth-child(6),
.opacity_0_list_left_fade_set.active h5:nth-child(6),
.opacity_0_list_left_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.25s ease 2.1s forwards alternate;
  animation: fadein_sc_left 0.25s ease 2.1s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(7),
.opacity_0_list_left_fade_set.active section:nth-child(7),
.opacity_0_list_left_fade_set.active div:nth-child(7),
.opacity_0_list_left_fade_set.active p:nth-child(7),
.opacity_0_list_left_fade_set.active h2:nth-child(7),
.opacity_0_list_left_fade_set.active h3:nth-child(7),
.opacity_0_list_left_fade_set.active h4:nth-child(7),
.opacity_0_list_left_fade_set.active h5:nth-child(7),
.opacity_0_list_left_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.25s ease 2.45s forwards alternate;
  animation: fadein_sc_left 0.25s ease 2.45s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(8),
.opacity_0_list_left_fade_set.active section:nth-child(8),
.opacity_0_list_left_fade_set.active div:nth-child(8),
.opacity_0_list_left_fade_set.active p:nth-child(8),
.opacity_0_list_left_fade_set.active h2:nth-child(8),
.opacity_0_list_left_fade_set.active h3:nth-child(8),
.opacity_0_list_left_fade_set.active h4:nth-child(8),
.opacity_0_list_left_fade_set.active h5:nth-child(8),
.opacity_0_list_left_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.25s ease 2.8s forwards alternate;
  animation: fadein_sc_left 0.25s ease 2.8s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(9),
.opacity_0_list_left_fade_set.active section:nth-child(9),
.opacity_0_list_left_fade_set.active div:nth-child(9),
.opacity_0_list_left_fade_set.active p:nth-child(9),
.opacity_0_list_left_fade_set.active h2:nth-child(9),
.opacity_0_list_left_fade_set.active h3:nth-child(9),
.opacity_0_list_left_fade_set.active h4:nth-child(9),
.opacity_0_list_left_fade_set.active h5:nth-child(9),
.opacity_0_list_left_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.25s ease 3.15s forwards alternate;
  animation: fadein_sc_left 0.25s ease 3.15s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(10),
.opacity_0_list_left_fade_set.active section:nth-child(10),
.opacity_0_list_left_fade_set.active div:nth-child(10),
.opacity_0_list_left_fade_set.active p:nth-child(10),
.opacity_0_list_left_fade_set.active h2:nth-child(10),
.opacity_0_list_left_fade_set.active h3:nth-child(10),
.opacity_0_list_left_fade_set.active h4:nth-child(10),
.opacity_0_list_left_fade_set.active h5:nth-child(10),
.opacity_0_list_left_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.25s ease 3.5s forwards alternate;
  animation: fadein_sc_left 0.25s ease 3.5s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(11),
.opacity_0_list_left_fade_set.active section:nth-child(11),
.opacity_0_list_left_fade_set.active div:nth-child(11),
.opacity_0_list_left_fade_set.active p:nth-child(11),
.opacity_0_list_left_fade_set.active h2:nth-child(11),
.opacity_0_list_left_fade_set.active h3:nth-child(11),
.opacity_0_list_left_fade_set.active h4:nth-child(11),
.opacity_0_list_left_fade_set.active h5:nth-child(11),
.opacity_0_list_left_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.25s ease 3.85s forwards alternate;
  animation: fadein_sc_left 0.25s ease 3.85s forwards alternate;
}
.opacity_0_list_left_fade_set.active > li:nth-child(12),
.opacity_0_list_left_fade_set.active section:nth-child(12),
.opacity_0_list_left_fade_set.active div:nth-child(12),
.opacity_0_list_left_fade_set.active p:nth-child(12),
.opacity_0_list_left_fade_set.active h2:nth-child(12),
.opacity_0_list_left_fade_set.active h3:nth-child(12),
.opacity_0_list_left_fade_set.active h4:nth-child(12),
.opacity_0_list_left_fade_set.active h5:nth-child(12),
.opacity_0_list_left_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.25s ease 4.2s forwards alternate;
  animation: fadein_sc_left 0.25s ease 4.2s forwards alternate;
}

.opacity_0_list_right_fade_set > li,
.opacity_0_list_right_fade_set section,
.opacity_0_list_right_fade_set div,
.opacity_0_list_right_fade_set tr,
.opacity_0_list_right_fade_set figure {
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
}
.opacity_0_list_right_fade_set.active > li:nth-child(1),
.opacity_0_list_right_fade_set.active section:nth-child(1),
.opacity_0_list_right_fade_set.active div:nth-child(1),
.opacity_0_list_right_fade_set.active p:nth-child(1),
.opacity_0_list_right_fade_set.active h2:nth-child(1),
.opacity_0_list_right_fade_set.active h3:nth-child(1),
.opacity_0_list_right_fade_set.active h4:nth-child(1),
.opacity_0_list_right_fade_set.active h5:nth-child(1),
.opacity_0_list_right_fade_set.active figure:nth-child(1) {
  -webkit-animation: fadein_sc_right 0.25s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.25s ease 0.35s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(2),
.opacity_0_list_right_fade_set.active section:nth-child(2),
.opacity_0_list_right_fade_set.active div:nth-child(2),
.opacity_0_list_right_fade_set.active p:nth-child(2),
.opacity_0_list_right_fade_set.active h2:nth-child(2),
.opacity_0_list_right_fade_set.active h3:nth-child(2),
.opacity_0_list_right_fade_set.active h4:nth-child(2),
.opacity_0_list_right_fade_set.active h5:nth-child(2),
.opacity_0_list_right_fade_set.active figure:nth-child(2) {
  -webkit-animation: fadein_sc_right 0.25s ease 0.7s forwards alternate;
  animation: fadein_sc_right 0.25s ease 0.7s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(3),
.opacity_0_list_right_fade_set.active section:nth-child(3),
.opacity_0_list_right_fade_set.active div:nth-child(3),
.opacity_0_list_right_fade_set.active p:nth-child(3),
.opacity_0_list_right_fade_set.active h2:nth-child(3),
.opacity_0_list_right_fade_set.active h3:nth-child(3),
.opacity_0_list_right_fade_set.active h4:nth-child(3),
.opacity_0_list_right_fade_set.active h5:nth-child(3),
.opacity_0_list_right_fade_set.active figure:nth-child(3) {
  -webkit-animation: fadein_sc_right 0.25s ease 1.05s forwards alternate;
  animation: fadein_sc_right 0.25s ease 1.05s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(4),
.opacity_0_list_right_fade_set.active section:nth-child(4),
.opacity_0_list_right_fade_set.active div:nth-child(4),
.opacity_0_list_right_fade_set.active p:nth-child(4),
.opacity_0_list_right_fade_set.active h2:nth-child(4),
.opacity_0_list_right_fade_set.active h3:nth-child(4),
.opacity_0_list_right_fade_set.active h4:nth-child(4),
.opacity_0_list_right_fade_set.active h5:nth-child(4),
.opacity_0_list_right_fade_set.active figure:nth-child(4) {
  -webkit-animation: fadein_sc_right 0.25s ease 1.4s forwards alternate;
  animation: fadein_sc_right 0.25s ease 1.4s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(5),
.opacity_0_list_right_fade_set.active section:nth-child(5),
.opacity_0_list_right_fade_set.active div:nth-child(5),
.opacity_0_list_right_fade_set.active p:nth-child(5),
.opacity_0_list_right_fade_set.active h2:nth-child(5),
.opacity_0_list_right_fade_set.active h3:nth-child(5),
.opacity_0_list_right_fade_set.active h4:nth-child(5),
.opacity_0_list_right_fade_set.active h5:nth-child(5),
.opacity_0_list_right_fade_set.active figure:nth-child(5) {
  -webkit-animation: fadein_sc_right 0.25s ease 1.75s forwards alternate;
  animation: fadein_sc_right 0.25s ease 1.75s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(6),
.opacity_0_list_right_fade_set.active section:nth-child(6),
.opacity_0_list_right_fade_set.active div:nth-child(6),
.opacity_0_list_right_fade_set.active p:nth-child(6),
.opacity_0_list_right_fade_set.active h2:nth-child(6),
.opacity_0_list_right_fade_set.active h3:nth-child(6),
.opacity_0_list_right_fade_set.active h4:nth-child(6),
.opacity_0_list_right_fade_set.active h5:nth-child(6),
.opacity_0_list_right_fade_set.active figure:nth-child(6) {
  -webkit-animation: fadein_sc_right 0.25s ease 2.1s forwards alternate;
  animation: fadein_sc_right 0.25s ease 2.1s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(7),
.opacity_0_list_right_fade_set.active section:nth-child(7),
.opacity_0_list_right_fade_set.active div:nth-child(7),
.opacity_0_list_right_fade_set.active p:nth-child(7),
.opacity_0_list_right_fade_set.active h2:nth-child(7),
.opacity_0_list_right_fade_set.active h3:nth-child(7),
.opacity_0_list_right_fade_set.active h4:nth-child(7),
.opacity_0_list_right_fade_set.active h5:nth-child(7),
.opacity_0_list_right_fade_set.active figure:nth-child(7) {
  -webkit-animation: fadein_sc_right 0.25s ease 2.45s forwards alternate;
  animation: fadein_sc_right 0.25s ease 2.45s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(8),
.opacity_0_list_right_fade_set.active section:nth-child(8),
.opacity_0_list_right_fade_set.active div:nth-child(8),
.opacity_0_list_right_fade_set.active p:nth-child(8),
.opacity_0_list_right_fade_set.active h2:nth-child(8),
.opacity_0_list_right_fade_set.active h3:nth-child(8),
.opacity_0_list_right_fade_set.active h4:nth-child(8),
.opacity_0_list_right_fade_set.active h5:nth-child(8),
.opacity_0_list_right_fade_set.active figure:nth-child(8) {
  -webkit-animation: fadein_sc_right 0.25s ease 2.8s forwards alternate;
  animation: fadein_sc_right 0.25s ease 2.8s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(9),
.opacity_0_list_right_fade_set.active section:nth-child(9),
.opacity_0_list_right_fade_set.active div:nth-child(9),
.opacity_0_list_right_fade_set.active p:nth-child(9),
.opacity_0_list_right_fade_set.active h2:nth-child(9),
.opacity_0_list_right_fade_set.active h3:nth-child(9),
.opacity_0_list_right_fade_set.active h4:nth-child(9),
.opacity_0_list_right_fade_set.active h5:nth-child(9),
.opacity_0_list_right_fade_set.active figure:nth-child(9) {
  -webkit-animation: fadein_sc_right 0.25s ease 3.15s forwards alternate;
  animation: fadein_sc_right 0.25s ease 3.15s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(10),
.opacity_0_list_right_fade_set.active section:nth-child(10),
.opacity_0_list_right_fade_set.active div:nth-child(10),
.opacity_0_list_right_fade_set.active p:nth-child(10),
.opacity_0_list_right_fade_set.active h2:nth-child(10),
.opacity_0_list_right_fade_set.active h3:nth-child(10),
.opacity_0_list_right_fade_set.active h4:nth-child(10),
.opacity_0_list_right_fade_set.active h5:nth-child(10),
.opacity_0_list_right_fade_set.active figure:nth-child(10) {
  -webkit-animation: fadein_sc_right 0.25s ease 3.5s forwards alternate;
  animation: fadein_sc_right 0.25s ease 3.5s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(11),
.opacity_0_list_right_fade_set.active section:nth-child(11),
.opacity_0_list_right_fade_set.active div:nth-child(11),
.opacity_0_list_right_fade_set.active p:nth-child(11),
.opacity_0_list_right_fade_set.active h2:nth-child(11),
.opacity_0_list_right_fade_set.active h3:nth-child(11),
.opacity_0_list_right_fade_set.active h4:nth-child(11),
.opacity_0_list_right_fade_set.active h5:nth-child(11),
.opacity_0_list_right_fade_set.active figure:nth-child(11) {
  -webkit-animation: fadein_sc_right 0.25s ease 3.85s forwards alternate;
  animation: fadein_sc_right 0.25s ease 3.85s forwards alternate;
}
.opacity_0_list_right_fade_set.active > li:nth-child(12),
.opacity_0_list_right_fade_set.active section:nth-child(12),
.opacity_0_list_right_fade_set.active div:nth-child(12),
.opacity_0_list_right_fade_set.active p:nth-child(12),
.opacity_0_list_right_fade_set.active h2:nth-child(12),
.opacity_0_list_right_fade_set.active h3:nth-child(12),
.opacity_0_list_right_fade_set.active h4:nth-child(12),
.opacity_0_list_right_fade_set.active h5:nth-child(12),
.opacity_0_list_right_fade_set.active figure:nth-child(12) {
  -webkit-animation: fadein_sc_right 0.25s ease 4.2s forwards alternate;
  animation: fadein_sc_right 0.25s ease 4.2s forwards alternate;
}

.moveTopBtms {
  transition: 0.5s;
}
.moveTopBtms:hover {
  transform: translate(0px, -5px);
}

.scrollHarukazeFvPosta {
  animation: pathmove 2.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 110%;
    opacity: 0;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3%;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=common.css.map */