@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: 1161px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1160px) {
  .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;
  cursor: pointer;
}
a:hover {
  opacity: 1;
}

.wap {
  overflow: clip;
  width: 100%;
}

.cpointer {
  cursor: pointer;
}

.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", sans-serif;
  color: #000;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: "Noto Sans JP", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
}

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

.t_center {
  text-align: center;
}

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

#mintyou,
.mintyou {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS 明朝 E, Meiryo, serif;
}

.entitle {
  font-family: "Josefin Sans", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.cormorant {
  font-family: "Cormorant", serif;
}

.sawamin {
  font-family: "Sawarabi Mincho", sans-serif;
}

.Bebas {
  font-family: "Bebas Neue", cursive;
}

.ShipporiMincho {
  font-family: "Shippori Mincho B1", serif;
}

.Garamond {
  font-family: "Cormorant Garamond", serif;
}

.cp {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
}

.bellefair {
  font-family: "Bellefair", serif;
}

.staatliches {
  font-family: "Staatliches", cursive;
}

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

.t_right {
  text-align: right;
}

.inter {
  font-family: "Inter", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.txtset {
  leading-trim: both;
  text-edge: cap;
}

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.pcHeaderFixed {
  position: fixed;
  top: 1.175vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

.pcHeaderFixedWap {
  padding: 0.4166666667vw 0vw 0.4166666667vw 0vw;
  width: 93.75vw;
  margin: auto;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  border-radius: 3.125vw;
  background: #FFF;
  transform: translate(0vw, 0px);
}

.pcHeaderFixedFx {
  width: 87.81vw;
  margin: 0vw 3.3854166667vw 0vw 2.5520833333vw;
}

/*左ロゴ*/
.logoPcHeader {
  margin: auto 0vw auto 0vw;
  width: 23.59vw;
  display: flex;
  align-items: center;
}

.mainLogoHeaderPc {
  margin: 0vw 2.6041666667vw 0vw 0vw;
  width: 6.31vw;
  display: block;
  cursor: pointer;
}

.h1LogoHeaderPc {
  width: 14.63vw;
  font-size: 1.5625vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  white-space: nowrap;
}

/*右ナビ*/
.navHeaderPc {
  width: 28.85vw;
  display: flex;
  align-items: center;
}

.ulNavHeaderPc {
  width: 21.45vw;
}
@media screen and (max-width: 1160px) {
  .ulNavHeaderPc {
    width: 23.45vw;
  }
}

.liNavHeaderPc {
  width: auto;
  margin: 0vw 2.2395833333vw 0vw 0vw;
  font-size: 1.0416666667vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
.liNavHeaderPc:last-child {
  margin: 0vw 0vw 0vw 0vw;
}

.liNavHeaderPc02 {
  transform: translate(0.25vw, 0vw);
}

.btnNavHeaderPc {
  display: block;
  position: relative;
}
.btnNavHeaderPc:hover {
  color: #009CE5;
}

.btnNavHeaderPc::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 0.48vw;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  bottom: -0.5vw;
  right: 0;
  left: 0;
  margin: auto;
  transition-duration: 0.5s;
}

.btnNavHeaderPc:hover:after {
  background: #009CE5;
}

.picContactHeaderPc {
  margin: 0vw 0vw 0vw 2.7083333333vw;
  width: 10.52vw;
  display: block;
}
.picContactHeaderPc:hover {
  opacity: 1;
}

.picContactHeaderPc svg {
  display: block;
  width: 100%;
  display: block;
  transition-duration: 0.5s;
}

.picContactHeaderPc:hover svg .fill01 {
  fill: #FFF !important;
  stroke: #009BE4 !important;
  stroke-width: 2px;
  transition-duration: 0.5s;
}

.picContactHeaderPc:hover svg .fill02 {
  fill: #009BE4 !important;
  stroke: #FFF !important;
  stroke-width: 0px;
  transition-duration: 0.5s;
}

.picContactHeaderPc:hover svg .fill03 {
  fill: #009BE4 !important;
  stroke: #FFF !important;
  stroke-width: 0px;
  transition-duration: 0.5s;
}

.subSolutionFiexdMenu {
  position: absolute;
  top: 120%;
  right: 0;
  width: 61.47vw;
  aspect-ratio: 1142/250;
  background: url(../img/bgSubSolutionFiexdMenu.png) no-repeat center center;
  background-size: cover;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  padding: 1.2458333333vw 2.122917vw 1.1458333333vw 3.5vw;
  display: none;
  cursor: auto;
}

.subSolutionFiexdMenuFx {
  width: 100%;
}

.titleSubSolutionFiexdMenu {
  width: 12.44vw;
}

.h2TitleSubSolutionFiexdMenu {
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
.h2TitleSubSolutionFiexdMenu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h2TitleSubSolutionFiexdMenu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}

.txtTitleSubSolutionFiexdMenu {
  margin: 0.7416666667vw 0vw 0vw 0vw;
  font-size: 0.7291666667vw;
  line-height: 1.2142857143;
  letter-spacing: 0.15625vw;
}
.txtTitleSubSolutionFiexdMenu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2142857143) * 0.5em);
  content: "";
}
.txtTitleSubSolutionFiexdMenu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2142857143) * 0.5em);
  content: "";
}

.ulSubSolutionFiexdMenu {
  width: 25.62vw;
}

.liSubSolutionFiexdMenu {
  width: 23.02vw;
  aspect-ratio: 442/56;
  cursor: pointer;
}

.txtSubSolutionFiexdMenu {
  font-size: 0.8333333333vw;
  line-height: 1.4375;
  letter-spacing: 0vw;
  font-weight: 700;
  width: 21.77vw;
  transition-duration: 0.5s;
}
.txtSubSolutionFiexdMenu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtSubSolutionFiexdMenu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}

.iconSubSolutionFiexdMenu {
  width: 1.09vw;
}
.iconSubSolutionFiexdMenu svg {
  width: 100%;
  height: auto;
}
.iconSubSolutionFiexdMenu .cls-1 {
  fill: #000;
  fill-rule: evenodd;
  transition-duration: 0.5s;
}

.liSubSolutionFiexdMenu:hover .txtSubSolutionFiexdMenu {
  color: #009CE5;
}
.liSubSolutionFiexdMenu:hover .cls-1 {
  fill: #009CE5;
  fill-rule: evenodd;
}

.photoSubSolutionFiexdMenu {
  width: 17.76vw;
}
.photoSubSolutionFiexdMenu img {
  width: 100%;
}

.btnNavHeaderPcChild {
  cursor: pointer;
  white-space: nowrap;
}

.picContactHeaderPc {
  display: block;
}
.picContactHeaderPc .fi_00 {
  fill: #009BE4;
  stroke: #009BE4;
  transition-duration: 0.5s;
}
.picContactHeaderPc .fi_01 {
  fill: #FFF;
  transition-duration: 0.5s;
}

.picContactHeaderPc:hover .fi_00 {
  fill: #FFF;
  transition-duration: 0.5s;
}
.picContactHeaderPc:hover .fi_01 {
  fill: #009BE4;
  transition-duration: 0.5s;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.spHeaderFixed {
  background: unset;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.spHeaderFixedWap {
  position: relative;
  z-index: 99;
  background: #fff;
}

.spHeaderFixedFx {
  width: 335px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1160px) {
  .spHeaderFixedFx {
    width: 89.33%;
  }
}
@media screen and (max-width: 1160px) {
  .spHeaderFixedFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1160px) {
  .spHeaderFixedFx {
    padding: 1.86% 0% 1.86% 0%;
  }
}

.logoSpHeader {
  width: 187px;
  display: flex;
  transform: translate(0px, -2vw);
}
@media screen and (max-width: 1160px) {
  .logoSpHeader {
    width: 55.82%;
  }
}

.mainLogoHeadersp {
  display: block;
  width: 58px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 12px;
}
@media screen and (max-width: 1160px) {
  .mainLogoHeadersp {
    width: 31.01%;
  }
}
@media screen and (max-width: 1160px) {
  .mainLogoHeadersp {
    margin: 0% 6.41% 0% 0%;
  }
}

.h1LogoHeadersp {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 63.56%;
  white-space: nowrap;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1160px) {
  .h1LogoHeadersp {
    margin: 1.06% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h1LogoHeadersp {
    font-size: 2.6666666667vw;
  }
}

.btnSpHeaderFixed {
  width: 36px;
}
@media screen and (max-width: 1160px) {
  .btnSpHeaderFixed {
    width: 10.74%;
  }
}

.btnSpHeaderFixed.off .off {
  display: block;
}
.btnSpHeaderFixed.off .on {
  display: none;
}

.btnSpHeaderFixed.on .off {
  display: none;
}
.btnSpHeaderFixed.on .on {
  display: block;
}

.navHeaderSp {
  position: absolute;
  height: 110vh;
  background: #FFF;
  width: 100%;
  display: none;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10vw 0 0 0;
  top: 0;
}
.navHeaderSp::-webkit-scrollbar {
  display: none;
}

.ulNavHeaderSp {
  margin-top: 12.66%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  flex-flow: row wrap;
}
@media screen and (max-width: 1160px) {
  .ulNavHeaderSp {
    width: 84%;
  }
}

.liNavHeaderSp {
  padding: 7.41% 7.3% 7.61% 6.34%;
  border-top: 1px solid #000;
  width: 100%;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .liNavHeaderSp {
    font-size: 3.7333333333vw;
  }
}
.liNavHeaderSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.liNavHeaderSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.liNavHeaderSp:nth-child(2) {
  margin: 0 0 0 0;
}
.liNavHeaderSp:last-child {
  border-bottom: 1px solid #000;
}

.liNavHeaderSp01 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
}
@media screen and (max-width: 1160px) {
  .liNavHeaderSp01 {
    padding: 0% 0% 0% 6.34%;
  }
}

.iconbtnNavHeaderSp {
  padding: 6.6% 0% 8.63% 0%;
  display: block;
  position: relative;
}

.iconbtnNavHeaderSp::before {
  content: "";
  width: 13px;
  height: 1px;
  position: absolute;
  right: 5.25vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  transition: 0.5s;
}

.iconbtnNavHeaderSp::after {
  content: "";
  width: 13px;
  height: 1px;
  position: absolute;
  right: 5.25vw;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  transform: rotate(90deg);
  transition: 0.5s;
}

.btnNavHeaderSp.on .iconbtnNavHeaderSp::before {
  opacity: 1;
}
.btnNavHeaderSp.on .iconbtnNavHeaderSp::after {
  opacity: 0;
}

.btnNavHeaderSp.off .iconbtnNavHeaderSp::before {
  opacity: 1;
}
.btnNavHeaderSp.off .iconbtnNavHeaderSp::after {
  opacity: 1;
}

/*サブメニュー*/
.ulsubNavHeaderSp {
  display: none;
}

.lisubNavHeaderSp {
  padding: 4.71% 6% 4.91% 0%;
  border-top: 1px solid #E4E4E4;
}

.btnsubNavHeaderSp {
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
  color: #000;
  text-decoration: none;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .btnsubNavHeaderSp {
    font-size: 3.2vw;
  }
}

.iconbtnsubNavHeaderSp {
  background: url(../img/iconbtnsubNavHeaderSp.svg) no-repeat center right;
  background-size: 100% auto;
  background-size: 16.5px auto;
  display: block;
  width: 100%;
}

/*Contact*/
.navHeaderSpBtm {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 315px;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  border-radius: 2.6666666667vw;
}
@media screen and (max-width: 1160px) {
  .navHeaderSpBtm {
    padding: 5.33% 0% 5.33% 0%;
  }
}
@media screen and (max-width: 1160px) {
  .navHeaderSpBtm {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1160px) {
  .navHeaderSpBtm {
    width: 84%;
  }
}

.navHeaderSpBtmInner {
  width: 275px;
  margin: auto;
}
@media screen and (max-width: 1160px) {
  .navHeaderSpBtmInner {
    width: 87.3%;
  }
}

.figNavHeaderSpBtm {
  width: 10px;
}
@media screen and (max-width: 1160px) {
  .figNavHeaderSpBtm {
    width: 3.63%;
  }
}

.h2NavHeaderSpBtm {
  line-height: normal;
  letter-spacing: 2.6666666667vw;
  font-weight: 300;
  leading-trim: both;
  text-edge: cap;
  margin: 1vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .h2NavHeaderSpBtm {
    font-size: 8vw;
  }
}

.h3NavHeaderSpBtm {
  margin-top: 2.03%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  letter-spacing: 0.8vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h3NavHeaderSpBtm {
    font-size: 3.7333333333vw;
  }
}

.txtNavHeaderSpBtm {
  margin-top: 5.63%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7692307692;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .txtNavHeaderSpBtm {
    font-size: 3.4666666667vw;
  }
}
.txtNavHeaderSpBtm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7692307692) * 0.5em);
  content: "";
}
.txtNavHeaderSpBtm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7692307692) * 0.5em);
  content: "";
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Component
========================================================================== */
.bg_009BE4 {
  background: #009BE4;
}

.cl_fff {
  color: #FFF;
}

/*
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_FBFBFB {
  background: #FBFBFB;
}

.bg_EBF3FE {
  background: #EBF3FE;
}

.bg_fff {
  background: #FFF;
}

.bg_F1F3F6 {
  background: #F1F3F6;
}

.bg_F3F3F3 {
  background: #F3F3F3;
}

.bg_3B8700 {
  background: #3B8700;
}

.bg_E27800 {
  background: #E27800;
}

.bg_F0F3F6 {
  background: #F0F3F6;
}

.bg_30B5C3 {
  background: #30B5C3;
}

.bg_0048D5 {
  background: #0048D5;
}

.bg_fff {
  background: #FFF;
}

.cl_fff {
  color: #FFF;
}

.cl_000 {
  color: #000;
}

.cl_009BE4 {
  color: #009BE4;
}

.undernone {
  text-decoration: none;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexFv {
  padding: 18.947917vw 0vw 10.322917vw 0vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indexFv {
    padding: 32vw 0vw 7.866667vw 0vw;
  }
}

.indexFv {
  aspect-ratio: 1920/1300;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .indexFv {
    padding: 0;
    aspect-ratio: 750/1054;
  }
}
.indexFv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.secIndexFv {
  width: 87.54vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secIndexFv {
    width: 100vw;
  }
}

.h2IndexFv {
  font-size: 3.90625vw;
  line-height: 169.333%;
  letter-spacing: 0.6640625vw;
  color: #009BE4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .h2IndexFv {
    width: 335px;
    margin: auto;
    line-height: normal;
    letter-spacing: 0.17em;
    text-indent: -0.17em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .h2IndexFv {
    width: 89.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexFv {
    font-size: 5.8666666667vw;
  }
}

.txtIndexFv {
  margin: 0.7025vw 0vw 0vw 0vw;
  font-size: 1.5625vw;
  letter-spacing: 0.265625vw;
  line-height: 3.9333vw;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txtIndexFv {
    width: 335px;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.17em;
    text-indent: -0.17em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .txtIndexFv {
    width: 89.33%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .txtIndexFv {
    margin-top: 3.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexFv {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtIndexFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.picMainIndexFv {
  width: 50%;
  position: absolute;
  right: 5.7291666667vw;
  top: 10vw;
}
@media screen and (max-width: 767px) {
  .picMainIndexFv {
    width: 100%;
    position: relative;
    width: 100%;
    right: unset;
    top: unset;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .picMainIndexFv {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picMainIndexFv img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.manager {
  padding: 3.9666666667vw 0vw 6.807917vw 0vw;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .manager {
    padding: 12.0333333333vw 0vw 13.3333333333vw 0vw;
  }
}

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

.txtManager {
  font-size: 2.6041666667vw;
  line-height: 1.44;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin: 1.0416666667vw 0vw 0vw 0vw;
}
.txtManager::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.44) * 0.5em);
  content: "";
}
.txtManager::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.44) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtManager {
    margin: 3.333333vw 0vw 0vw 0vw;
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtManager {
    font-size: 3.4666666667vw;
  }
}

.managerfxcolumn {
  margin-top: 3.125vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 82.2916666667vw;
}
.managerfxcolumn img {
  max-width: 1580px;
}
@media screen and (max-width: 767px) {
  .managerfxcolumn {
    margin-top: 8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }
  .managerfxcolumn img {
    max-width: 315px;
  }
}

.managerListIn {
  width: 44.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .managerListIn {
    width: 86.03%;
    margin: auto;
  }
}
.managerListIn img {
  width: 100%;
  height: auto;
}

.listLi.active .off {
  display: none;
}
.listLi.active .on {
  display: block;
}

.listLi.nonactive .off {
  display: block;
}
.listLi.nonactive .on {
  display: none;
}

.listLi:hover .off {
  display: none;
}
.listLi:hover .on {
  display: block;
}

.listLi {
  position: absolute;
  width: 22.87%;
  cursor: pointer;
}

.managerlistLi01 {
  top: 5%;
  left: 38.4%;
}

.managerlistLi02 {
  top: 21.75%;
  left: 67.4%;
}

.managerlistLi03 {
  top: 55.5%;
  left: 67.5%;
}

.managerlistLi04 {
  top: 72%;
  left: 38.4%;
}

.managerlistLi05 {
  top: 55.3%;
  left: 9.4%;
}

.managerlistLi06 {
  top: 22%;
  left: 9.4%;
}

.detailCntBoxis {
  width: 45.56%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detailCntBoxis {
    margin-top: 8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.mainDetailCntIns {
  border-radius: 3.125vw;
  /* CSS3草案 */
  -webkit-border-radius: 3.125vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3.125vw;
  /* Firefox用 */
  aspect-ratio: 720/600;
  width: 100%;
  padding: 3.125vw 0vw 0vw 0vw;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mainDetailCntIns {
    border-radius: 5.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 5.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5.3333333333vw;
    /* Firefox用 */
    aspect-ratio: 315/284;
    width: 100%;
    padding: 5.3333333333vw 0vw 0vw 0vw;
  }
}

.mainDetailCntWap {
  width: 83.33%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainDetailCntWap {
    width: 87.3%;
  }
}

.iconMainDetailCnt {
  width: 3.33%;
}
@media screen and (max-width: 767px) {
  .iconMainDetailCnt {
    width: 3.63%;
  }
}

.iconMainDetailCnt img {
  width: 100%;
  max-width: 100%;
}

.secMainDetailCnt {
  margin-top: 1.5625vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .secMainDetailCnt {
    margin-top: 3.933333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.txtMainDetailCnt {
  margin-top: 3.125vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 2.21;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  font-weight: 500;
}
.txtMainDetailCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.21) * 0.5em);
  content: "";
}
.txtMainDetailCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.21) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtMainDetailCnt {
    margin-top: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
  .txtMainDetailCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtMainDetailCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.mainDetailCntIns.active {
  display: block;
  -webkit-animation: fadein_in 0.75s ease 0.35s forwards alternate;
  animation: fadein_in 0.75s ease 0.35s forwards alternate;
}

.mainDetailCntIns.nonactive {
  display: none;
  opacity: 0;
}

.pagerDetailCntBoxis {
  margin-top: 2.0833333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  text-indent: 0em;
}
.pagerDetailCntBoxis::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
.pagerDetailCntBoxis::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4583333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .pagerDetailCntBoxis {
    margin-top: 4.9933333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .pagerDetailCntBoxis::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1) * 0.5em);
    content: "";
  }
  .pagerDetailCntBoxis::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1) * 0.5em);
    content: "";
  }
}

.ulDetailCntBoxis {
  width: 40.27%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ulDetailCntBoxis {
    width: 76.82%;
  }
}

.liDetailCntBoxis {
  width: 13.79%;
  aspect-ratio: 40/40;
  border-radius: 0.4166666667vw;
  /* CSS3草案 */
  -webkit-border-radius: 0.4166666667vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0.4166666667vw;
  /* Firefox用 */
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .liDetailCntBoxis {
    width: 13.22%;
    aspect-ratio: 32/32;
    border-radius: 1.6vw;
    /* CSS3草案 */
    -webkit-border-radius: 1.6vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 1.6vw;
    /* Firefox用 */
  }
}

.liDetailCntBoxis.active {
  background: #009BE4;
}

.liDetailCntBoxis.nonactive {
  background: #D9D9D9;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.managerSp {
  padding: 12.5% 0% 14% 0%;
}

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

.txtManagerSp {
  line-height: 1.3571428571;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
  margin-top: 3.53%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .txtManagerSp {
    font-size: 3.7333333333vw;
  }
}
.txtManagerSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3571428571) * 0.5em);
  content: "";
}
.txtManagerSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3571428571) * 0.5em);
  content: "";
}

.managerSpListWap {
  width: 72.21%;
  margin-top: 7.6%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.listUlSp li {
  width: 22.75%;
  position: absolute;
}
.listUlSp li svg {
  width: 100%;
  height: auto;
}
.listUlSp li img {
  width: 100%;
  height: auto;
}

.listUlSp li.off .off {
  display: block;
}
.listUlSp li.off .on {
  display: none;
}

.listUlSp li.on .off {
  display: none;
}
.listUlSp li.on .on {
  display: block;
}

.managerSplistLi01 {
  top: 5.8%;
  left: 38%;
}

.managerSplistLi02 {
  top: 22.5%;
  left: 67.55%;
}

.managerSplistLi03 {
  top: 54.79%;
  left: 67.45%;
}

.managerSplistLi04 {
  top: 72.7%;
  left: 38.25%;
}

.managerSplistLi05 {
  top: 54.7%;
  left: 8.95%;
}

.managerSplistLi06 {
  top: 22.2%;
  left: 9.05%;
}

.mainManagerSpLxn {
  width: 83.87%;
  margin-top: 8.05%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
}

.managerSpMainInner {
  background: #009BE4;
  padding: 2.75% 0% 0% 0%;
  aspect-ratio: 315/284;
  border-radius: 5.3333333333vw;
}

.managerSpMainBoxCtr {
  width: 87.45%;
  margin: auto;
}

.iconManagerSpMain {
  width: 3.8%;
}

.h2ManagerSpMai {
  margin-top: 6.13%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 767px) {
  .h2ManagerSpMai {
    font-size: 6.4vw;
  }
}
.h2ManagerSpMai::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
.h2ManagerSpMai::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}

.txtManagerSpMai {
  margin-top: 6.94%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7142857143;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  text-transform: lowercase;
  color: #FFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .txtManagerSpMai {
    font-size: 3.7333333333vw;
  }
}
.txtManagerSpMai::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * 0.5em);
  content: "";
}
.txtManagerSpMai::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
  content: "";
}

.managerSpMainInner.off {
  display: none;
}

.managerSpMainInner.on {
  display: block;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.solution {
  margin-top: 7.7125vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 88.54vw;
}
@media screen and (max-width: 767px) {
  .solution {
    margin-top: 26.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }
}

.iconSolution {
  width: 1.04vw;
}
@media screen and (max-width: 767px) {
  .iconSolution {
    width: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .tabSolutionLxnMainFxTop {
    width: 84vw;
    margin: auto;
  }
}

.solutionWap {
  margin-top: 0.391667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .solutionWap {
    margin-top: 4.333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.secSolution {
  width: 31.25vw;
}
@media screen and (max-width: 767px) {
  .secSolution {
    width: 100%;
  }
}

.h2Solution {
  font-size: 4.6875vw;
  line-height: 0.7111111111;
  letter-spacing: 0.69vw;
}
.h2Solution::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.7111111111) * 0.5em);
  content: "";
}
.h2Solution::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.7111111111) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Solution {
    font-size: 10.6666666667vw;
    line-height: 1.6;
    letter-spacing: 3.2vw;
  }
  .h2Solution::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .h2Solution::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
}

.rubySolution {
  margin-top: 2.0233333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0416666667vw;
  line-height: 3.2;
  letter-spacing: 0.15625vw;
}
.rubySolution::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.2) * 0.5em);
  content: "";
}
.rubySolution::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubySolution {
    margin-top: 0.333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 2.571429;
    letter-spacing: 0.8vw;
  }
}

.txtSolution {
  margin-top: 2.906667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 2.4166666667;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.txtSolution::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.4166666667) * 0.5em);
  content: "";
}
.txtSolution::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.4166666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtSolution {
    margin-top: 9vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtSolution::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtSolution::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.linkSolution {
  width: 52vw;
  border-top: 1px solid #000;
  margin: 0.65vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .linkSolution {
    margin-top: 15.8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liLinkSolution {
  aspect-ratio: 1000/201;
  padding: 0vw 2.6vw 0vw 1.0416666667vw;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .liLinkSolution {
    aspect-ratio: 315/87;
    padding: 0vw 2.6666666667vw 0vw 2.6666666667vw;
  }
}

.txtLinkSolution {
  width: 45.31vw;
  font-size: 1.5625vw;
  line-height: 1.4333333333;
  letter-spacing: 0vw;
}
.txtLinkSolution::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
.txtLinkSolution::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLinkSolution {
    width: 68vw;
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0vw;
  }
  .txtLinkSolution::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtLinkSolution::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.arrowSolutionLink {
  width: 3.12vw;
}
@media screen and (max-width: 767px) {
  .arrowSolutionLink {
    width: 9.6vw;
  }
}
.arrowSolutionLink svg {
  width: 100%;
  height: 100%;
  overflow-x: unset;
  overflow-y: unset;
}
.arrowSolutionLink .cls-1 {
  transition-duration: 0.5s;
  fill: #009be4;
}
.arrowSolutionLink .cls-1,
.arrowSolutionLink .cls-2 {
  fill-rule: evenodd;
}
.arrowSolutionLink .cls-3 {
  transition-duration: 0.5s;
  fill: #009be4;
}
.arrowSolutionLink .cls-2 {
  transition-duration: 0.5s;
  fill: #fff;
}

.liLinkSolution:hover .txtLinkSolution {
  color: #009BE4;
}
.liLinkSolution:hover .arrowSolutionLink .cls-1 {
  transition-duration: 0.5s;
  fill: #fff;
}
.liLinkSolution:hover .arrowSolutionLink .cls-1,
.liLinkSolution:hover .arrowSolutionLink .cls-2 {
  transition-duration: 0.5s;
  fill-rule: evenodd;
}
.liLinkSolution:hover .arrowSolutionLink .cls-3,
.liLinkSolution:hover .arrowSolutionLink .cls-2 {
  transition-duration: 0.5s;
  fill: #009be4;
}

/*モーダル中身*/
.tabSolution {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100lvh;
  display: none;
}
.tabSolution.active {
  display: block;
}

.tabSolution.current {
  z-index: 9999999;
  animation: 0.3s fadeup ease-in-out forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tabSolutionLxn {
  overflow: auto;
  padding: 2.6041666667vw 0vw 4.6875vw 0vw;
  background: #fff;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabSolutionLxn::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabSolutionLxn {
    display: block;
    padding: 10.6666666667vw 0vw 39.4666666667vw 0vw;
  }
}

.tabSolutionLxnMainFx {
  width: 88.54vw;
  margin-top: 1.90625vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .tabSolutionLxnMainFx {
    width: 84vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*左カラム*/
.secTabSolutionsInWap {
  width: 33.9vw;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .secTabSolutionsInWap {
    padding: 0vw 0vw 7.666667vw 0vw;
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid #000;
  }
}

.secTabSolutionsIn {
  position: relative;
  width: 31.25vw;
  margin: -0.7vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .secTabSolutionsIn {
    width: 100%;
  }
}

.h2TabSolutionsIn {
  font-size: 2.6041666667vw;
  line-height: normal;
  letter-spacing: 0.03em;
  text-indent: -0.03em;
}
@media screen and (max-width: 767px) {
  .h2TabSolutionsIn {
    font-size: 5.8666666667vw;
    line-height: normal;
    letter-spacing: 0.03em;
    text-indent: -0.03em;
  }
}

.txtTabSolutionsIn {
  font-size: 1.25vw;
  line-height: 1.7916666667;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
.txtTabSolutionsIn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7916666667) * 0.5em);
  content: "";
}
.txtTabSolutionsIn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7916666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTabSolutionsIn {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtTabSolutionsIn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtTabSolutionsIn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.ulTabSolutionsIn {
  margin: 3.90625vw 0vw 0vw 0vw;
  width: 27.6vw;
  margin: 4.1vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .ulTabSolutionsIn {
    margin: 7.7vw 0vw 0vw 0vw;
    width: 100%;
  }
}

.liTabSolutionsIn:nth-child(n+2) {
  margin: 1.25vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .liTabSolutionsIn:nth-child(n+2) {
    margin: 2.6666666667vw 0vw 0vw 0vw;
  }
}

.btnTabSolutionsIn {
  border: 2px solid #009BE4;
  border-radius: 7.2916666667vw;
  text-decoration: none;
  aspect-ratio: 530/84;
  background: #009BE4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btnTabSolutionsIn {
    border: 1px solid #009BE4;
    border-radius: 37.3333333333vw;
    text-decoration: none;
    aspect-ratio: 315/50;
  }
}
.btnTabSolutionsIn:hover {
  background-color: #FFF;
  color: #009BE4;
  opacity: 1;
}

.txtBtnTabSolutionsIn {
  color: #FFF;
  width: auto;
  margin-top: 0vw;
  margin-bottom: 0vw;
  margin-left: 2.4vw;
  margin-right: auto;
  font-size: 0.9375vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnTabSolutionsIn {
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-left: 7.333333vw;
    margin-right: auto;
    font-size: 3.0666666667vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    transform: translateY(-0.2vw);
  }
}

.btnTabSolutionsIn:hover .txtBtnTabSolutionsIn {
  color: #009BE4;
}

.iconTabSolutionsIn {
  width: 2.29vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .iconTabSolutionsIn {
    width: 8vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: 2.4vw;
  }
}

.iconTabSolutionsIn svg {
  width: 100%;
  fill: #FFF;
}

.btnTabSolutionsIn:hover .iconTabSolutionsIn svg {
  fill: #009BE4 !important;
}

/*右カラム*/
.tabSolutionLxnColumnFxBig {
  width: 52.03vw;
}
@media screen and (max-width: 767px) {
  .tabSolutionLxnColumnFxBig {
    margin: 8.466667vw 0vw 0vw 0vw;
    width: 100%;
  }
}

.photoTabSolutionLxnColumn {
  width: 24.73vw;
  margin: 0vw 2.5520833333vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .photoTabSolutionLxnColumn {
    width: 40vw;
    margin: 0vw 4vw 0vw 0vw;
  }
}

.secTabSolutionLxnColumnLxn {
  width: 24.73vw;
  transform: translateY(-0.5vw);
}
@media screen and (max-width: 767px) {
  .secTabSolutionLxnColumnLxn {
    width: 40vw;
    transform: translateY(-2vw);
  }
}

.secTabSolutionLxnColumnLxnPhoto {
  transform: translateY(0vw);
}
@media screen and (max-width: 767px) {
  .secTabSolutionLxnColumnLxnPhoto {
    transform: translateY(0vw);
  }
}

.h3TabSolutionLxnColumnLxn {
  font-size: 1.25vw;
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 767px) {
  .h3TabSolutionLxnColumnLxn {
    font-size: 4vw;
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}

.txtTabSolutionLxnColumnLxn {
  margin: 0.7vw 0vw 0vw 0vw;
  font-size: 1.0416666667vw;
  line-height: 180%;
  letter-spacing: 0.085vw;
}
@media screen and (max-width: 767px) {
  .txtTabSolutionLxnColumnLxn {
    margin: 3.2vw 0vw 0vw 0vw;
    font-size: 3.4666666667vw;
    line-height: normal;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}

.tabSolutionLxnColumnFx02 {
  margin: 2.104167vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .tabSolutionLxnColumnFx02 {
    margin: 2.2vw 0vw 0vw 0vw;
  }
}

/*back next*/
.btnSolutionLxnBtmFx {
  margin-top: 1.5625vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 88.54vw;
  display: none;
}
@media screen and (max-width: 767px) {
  .btnSolutionLxnBtmFx {
    margin-top: 7.1vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 83.5vw;
  }
}

.btnSolutionLxnBtm {
  width: 7.48vw;
  transition-duration: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnSolutionLxnBtm {
    width: 20.5333333333vw;
  }
  .btnSolutionLxnBtm img {
    max-width: 77px;
  }
}

.jsBtnCloseTabSolution .iconBtnSolutionLxnBtm {
  transform: rotate(180deg);
}

.iconBtnSolutionLxnBtm {
  width: 3vw;
  transition-duration: 0.5s;
  margin: 0.4vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .iconBtnSolutionLxnBtm {
    width: 8vw;
  }
}

.iconBtnSolutionLxnBtm svg {
  transition-duration: 0.5s;
  width: 100%;
  height: 100%;
  overflow-x: unset;
  overflow-y: unset;
}
.iconBtnSolutionLxnBtm svg .fill1 {
  fill: #009BE4;
  transition-duration: 0.5s;
}
.iconBtnSolutionLxnBtm svg .fill2 {
  transition-duration: 0.5s;
  fill: #FFF;
}

.btnSolutionLxnBtm:hover {
  color: #000;
}

.btnSolutionLxnBtm:hover .iconBtnSolutionLxnBtm svg .fill1 {
  fill: #FFF;
  transition-duration: 0.5s;
}
.btnSolutionLxnBtm:hover .iconBtnSolutionLxnBtm svg .fill2 {
  fill: #009be4;
}

.txtBtnSolutionLxnBtm {
  font-size: 1.0416666667vw;
  line-height: normal;
  letter-spacing: 0.1041666667vw;
}
@media screen and (max-width: 767px) {
  .txtBtnSolutionLxnBtm {
    font-size: 3.4666666667vw;
    line-height: normal;
    letter-spacing: 0vw;
  }
}

.capBtnTabSolutionsIn {
  font-size: 1.0416666667vw;
  line-height: 1.8;
  margin: 1.0416666667vw 0vw 0vw 0vw;
  letter-spacing: 0.1041666667vw;
}
.capBtnTabSolutionsIn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.capBtnTabSolutionsIn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .capBtnTabSolutionsIn {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    margin: 4.0333333333vw 0vw 0vw 0vw;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .capBtnTabSolutionsIn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .capBtnTabSolutionsIn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contact {
  margin: 7.8125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 26.6666666667vw 0vw 0vw 0vw;
  }
}

.btnContact {
  width: 93.75vw;
  margin: auto;
  padding: 2.6041666667vw 0vw 2.5041666667vw 0vw;
  border-radius: 3.125vw;
  /* CSS3草案 */
  -webkit-border-radius: 3.125vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3.125vw;
  /* Firefox用 */
  text-decoration: none;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btnContact {
    width: 84vw;
    margin: auto;
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
    border-radius: 5.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 5.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5.3333333333vw;
    /* Firefox用 */
    text-decoration: none;
    transition-duration: 0.5s;
  }
}
.btnContact:hover {
  opacity: 1;
  background: #007AFF;
}

.contactWap {
  width: 88.54vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contactWap {
    width: 73.33vw;
    margin: auto;
  }
}

.iconContactWap {
  width: 1.04vw;
}
@media screen and (max-width: 767px) {
  .iconContactWap {
    width: 4vw;
  }
}

.h2Contact {
  margin: 1.0416666667vw 0vw 0vw 0vw;
  font-size: 4.6875vw;
  line-height: 0.7111111111;
  letter-spacing: 0.6898333333vw;
}
.h2Contact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.7111111111) * 0.5em);
  content: "";
}
.h2Contact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.7111111111) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Contact {
    margin: 4.0333333333vw 0vw 0vw 0vw;
    font-size: 10.6666666667vw;
    line-height: 1.2;
    letter-spacing: 2.9666666667vw;
  }
  .h2Contact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .h2Contact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.h3Contact {
  margin-top: 2.0833333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0416666667vw;
  line-height: 3.2;
  letter-spacing: 0.15625vw;
}
.h3Contact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.2) * 0.5em);
  content: "";
}
.h3Contact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3Contact {
    margin: 2.333333vw 0vw 0vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.8vw;
  }
  .h3Contact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .h3Contact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.txtContactWap {
  margin: 3.6666666667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .txtContactWap {
    width: 100%;
    margin: 9.666667vw 0vw 0vw 0vw;
  }
}

.txtContact {
  font-size: 1.25vw;
  line-height: 2.4166666667;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.txtContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.4166666667) * 0.5em);
  content: "";
}
.txtContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.4166666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtContact {
    width: 100%;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.iconContactBoxis {
  width: 3.16vw;
  transform: translate(0.06vw, -0.06vw);
}
@media screen and (max-width: 767px) {
  .iconContactBoxis {
    width: 9.6vw;
    margin-top: 8.6vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: 0vw;
  }
}
.iconContactBoxis svg {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.news {
  margin: 7.8125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 10.6666666667vw 0vw 0vw 0vw;
  }
}

.newsLxn {
  width: 93.75vw;
  margin: auto;
  padding: 2.6041666667vw 0vw 3.4895833333vw 0vw;
  border-radius: 3.125vw;
  /* CSS3草案 */
  -webkit-border-radius: 3.125vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3.125vw;
  /* Firefox用 */
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
  background: #F3F3F3;
}
.newsLxn img {
  max-width: 1800px;
}
@media screen and (max-width: 767px) {
  .newsLxn {
    width: 84vw;
    margin: auto;
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
    border-radius: 5.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 5.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5.3333333333vw;
    /* Firefox用 */
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    background: #F3F3F3;
  }
  .newsLxn img {
    max-width: 315px;
  }
}

.newsWap {
  width: 88.5416666667vw;
  margin: auto;
}
.newsWap img {
  max-width: 1700px;
}
@media screen and (max-width: 767px) {
  .newsWap {
    width: 73.3333333333vw;
    margin: auto;
  }
  .newsWap img {
    max-width: 275px;
  }
}

.iconNews {
  width: 1.0416666667vw;
}
.iconNews img {
  max-width: 20px;
}
@media screen and (max-width: 767px) {
  .iconNews {
    width: 4vw;
  }
  .iconNews img {
    max-width: 15px;
  }
}

.newsWap02 {
  margin-top: 1.0416666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .newsWap02 {
    margin-top: 4.0333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.secNewsTitle {
  width: 36.4583333333vw;
  margin: -0.65vw 0 0 0;
}
.secNewsTitle img {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .secNewsTitle {
    width: 100%;
  }
}

.h2NewsTitle {
  font-size: 4.6875vw;
  line-height: 0.7111111111;
  letter-spacing: 0.6898333333vw;
}
.h2NewsTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 0.7111111111) * 0.5em);
  content: "";
}
.h2NewsTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 0.7111111111) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2NewsTitle {
    font-size: 10.6666666667vw;
    line-height: 1.2;
    letter-spacing: 2.9208333333vw;
  }
  .h2NewsTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .h2NewsTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.h3NewsTitle {
  margin-top: 2.0833333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.0416666667vw;
  line-height: 3.2;
  letter-spacing: 0.15625vw;
}
.h3NewsTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.2) * 0.5em);
  content: "";
}
.h3NewsTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3NewsTitle {
    margin-top: 2.2666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.8vw;
  }
  .h3NewsTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .h3NewsTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.navNewsMains {
  width: 52.0833333333vw;
}
.navNewsMains img {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .navNewsMains {
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.ulNewsMains {
  border-top: 1px solid #000;
}

.liNewsMains {
  border-bottom: 1px solid #000;
}

.btnNewsMains {
  width: 100%;
  display: block;
  text-decoration: none;
}

.btnNewsMainsMainFx {
  width: 100%;
  aspect-ratio: 1000/100;
  padding: 0vw 1.0416666667vw 0vw 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .btnNewsMainsMainFx {
    aspect-ratio: 275/110;
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
  }
}

.btnNewsMainsMainTimeCatFx {
  width: 13.5416666667vw;
}
.btnNewsMainsMainTimeCatFx img {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .btnNewsMainsMainTimeCatFx {
    width: 60.8vw;
  }
  .btnNewsMainsMainTimeCatFx img {
    max-width: 228px;
  }
}

.timeBtnNewsMainsMain {
  font-size: 0.8333333333vw;
  line-height: 1.1875;
  letter-spacing: 0.1041666667vw;
  width: 5.46875vw;
  display: block;
}
.timeBtnNewsMainsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.timeBtnNewsMainsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1875) * 0.5em);
  content: "";
}
.timeBtnNewsMainsMain img {
  max-width: 105px;
}
@media screen and (max-width: 767px) {
  .timeBtnNewsMainsMain {
    width: 25.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.2142857143;
    letter-spacing: 0.5333333333vw;
    display: block;
  }
  .timeBtnNewsMainsMain img {
    max-width: 95px;
  }
  .timeBtnNewsMainsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2142857143) * 0.5em);
    content: "";
  }
  .timeBtnNewsMainsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2142857143) * 0.5em);
    content: "";
  }
}

.iconBtnNewsMainsMain {
  aspect-ratio: 130/30;
  font-size: 0.8333333333vw;
  line-height: 1.4375;
  letter-spacing: 0vw;
  width: 6.7708333333vw;
  border-radius: 5.2083333333vw;
  /* CSS3草案 */
  -webkit-border-radius: 5.2083333333vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5.2083333333vw;
  /* Firefox用 */
}
.iconBtnNewsMainsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.iconBtnNewsMainsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.iconBtnNewsMainsMain img {
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .iconBtnNewsMainsMain {
    width: 27.7333333333vw;
    aspect-ratio: 104/24;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0vw;
    border-radius: 26.6666666667vw;
    /* CSS3草案 */
    -webkit-border-radius: 26.6666666667vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 26.6666666667vw;
    /* Firefox用 */
  }
  .iconBtnNewsMainsMain img {
    max-width: 104px;
  }
  .iconBtnNewsMainsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .iconBtnNewsMainsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.txtBtnNewsMainsMain {
  width: 35.4166666667vw;
  font-size: 0.9375vw;
  line-height: 1.4444444444;
  letter-spacing: 0.1041666667vw;
  transform: translate(0px, -0.05vw);
  transition-duration: 0.5s;
}
.txtBtnNewsMainsMain img {
  max-width: 680px;
}
.txtBtnNewsMainsMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.txtBtnNewsMainsMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtnNewsMainsMain {
    margin: 3.0666666667vw 0vw 0vw 0vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.5333333333vw;
  }
  .txtBtnNewsMainsMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .txtBtnNewsMainsMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.btnBtmNewsMains {
  margin-top: 2.6041666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: 0vw;
  width: 10.62vw;
  text-decoration: none;
  transition-duration: 0.5s;
  color: #000;
}
@media screen and (max-width: 767px) {
  .btnBtmNewsMains {
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: 0vw;
    width: 38.93vw;
  }
}

.txtBtnBtmNewsMains {
  width: 6.25vw;
  font-size: 1.0416666667vw;
  line-height: 3.2;
  letter-spacing: 0vw;
  transition-duration: 0.5s;
}
.txtBtnBtmNewsMains::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.2) * 0.5em);
  content: "";
}
.txtBtnBtmNewsMains::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtnBtmNewsMains {
    width: 24.26vw;
    font-size: 4vw;
    line-height: 1.4666666667;
    transform: translate(0px, -11%);
    white-space: nowrap;
  }
  .txtBtnBtmNewsMains::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtBtnBtmNewsMains::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.btnNewsMains:hover .txtBtnNewsMainsMain {
  color: #009BE4;
}

.iconBtnBtmNewsMains {
  width: 3.12vw;
}
@media screen and (max-width: 767px) {
  .iconBtnBtmNewsMains {
    width: 9.6vw;
  }
}
.iconBtnBtmNewsMains svg {
  width: 100%;
}
.iconBtnBtmNewsMains .cls-1 {
  transition-duration: 0.5s;
  fill: none;
}
.iconBtnBtmNewsMains .cls-1,
.iconBtnBtmNewsMains .cls-2 {
  transition-duration: 0.5s;
  fill-rule: evenodd;
}
.iconBtnBtmNewsMains .cls-3,
.iconBtnBtmNewsMains .cls-2 {
  transition-duration: 0.5s;
  fill: #009be4;
}

.btnBtmNewsMains:hover {
  opacity: 1;
}
.btnBtmNewsMains:hover .txtBtnBtmNewsMains {
  color: #009BE4;
}
.btnBtmNewsMains:hover .iconBtnBtmNewsMains .cls-1 {
  fill: #009be4;
}
.btnBtmNewsMains:hover .iconBtnBtmNewsMains .cls-1,
.btnBtmNewsMains:hover .iconBtnBtmNewsMains .cls-2 {
  fill-rule: evenodd;
}
.btnBtmNewsMains:hover .iconBtnBtmNewsMains .cls-3 {
  fill: #009be4;
}
.btnBtmNewsMains:hover .iconBtnBtmNewsMains .cls-2 {
  fill: #fff;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.ntnAbout {
  margin-top: 13.5145833333vw;
}
@media screen and (max-width: 767px) {
  .ntnAbout {
    margin-top: 40vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.ntnAboutWap {
  width: 93.75vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ntnAboutWap {
    width: 84vw;
  }
}

.ntnAboutFx {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ntnAboutFx {
    width: 100%;
  }
}

.logoNtnAboutFx {
  width: 28.12vw;
  padding: 0.68vw 0vw 0vw 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .logoNtnAboutFx {
    width: 45.33vw;
    padding: 0vw 0vw 0vw 0vw;
  }
}
.logoNtnAboutFx img {
  width: 18.22vw;
}
@media screen and (max-width: 767px) {
  .logoNtnAboutFx img {
    width: 100%;
  }
}

.aboutNtnLinksFx {
  width: 65.62vw;
}
@media screen and (max-width: 767px) {
  .aboutNtnLinksFx {
    width: 100%;
    margin: 13.1333333333vw 0vw 0vw 0vw;
  }
}

.aboutNtnLinks {
  width: 31.25vw;
  padding: 2.4041666667vw 0vw 2.6941666667vw 0vw;
  background: #009BE4;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  border-radius: 3.125vw;
  /* CSS3草案 */
  -webkit-border-radius: 3.125vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3.125vw;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .aboutNtnLinks {
    width: 100%;
    padding: 6vw 0vw 8vw 0vw;
    border-radius: 5.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 5.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5.3333333333vw;
    /* Firefox用 */
  }
}

@media screen and (max-width: 767px) {
  .aboutNtnLinks .btnAboutNtnLink:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .aboutNtnLinks02 {
    width: 100%;
    margin: 8vw 0vw 0vw 0vw;
  }
}

.secAboutNtnLinks {
  width: 26.04vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secAboutNtnLinks {
    width: 73.33vw;
  }
}

.h2AboutNtnLinks {
  font-size: 2.34375vw;
  line-height: 1.2;
  letter-spacing: 0.4966666667vw;
}
.h2AboutNtnLinks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.h2AboutNtnLinks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2AboutNtnLinks {
    font-size: 10.6666666667vw;
    line-height: 1.2;
    letter-spacing: 3.0666666667vw;
  }
  .h2AboutNtnLinks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .h2AboutNtnLinks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.ulAboutNtnLink {
  margin: 1.5833333333vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .ulAboutNtnLink {
    margin: 6.5vw 0vw 0vw 0vw;
  }
}

.btnAboutNtnLink {
  aspect-ratio: 500/65;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btnAboutNtnLink {
    aspect-ratio: 275/55;
    width: 100%;
    text-decoration: none;
  }
}
.btnAboutNtnLink:hover {
  opacity: 0.6;
}

.txtAboutNtnLink {
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0vw;
}
.txtAboutNtnLink::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.txtAboutNtnLink::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAboutNtnLink {
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
    letter-spacing: 0vw;
  }
  .txtAboutNtnLink::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .txtAboutNtnLink::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

.iconAboutNtnLink {
  width: 1.09vw;
  transform: translate(0px, 0.095vw);
}
@media screen and (max-width: 767px) {
  .iconAboutNtnLink {
    width: 5.6vw;
  }
}
.iconAboutNtnLink .cls-1 {
  fill: #fff;
  fill-rule: evenodd;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.ntLogoLastLxn {
  padding: 10.4166666667vw 0vw 10.2604166667vw 0vw;
}
@media screen and (max-width: 767px) {
  .ntLogoLastLxn {
    padding-top: 80px;
    padding-bottom: 81px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .ntLogoLastLxn {
    padding: 21.33% 0% 21.6% 0%;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.ntLogoLast img {
  height: auto;
  width: 99.47vw;
}
@media screen and (max-width: 767px) {
  .ntLogoLast img {
    width: 349.33vw;
  }
}

@media screen and (max-width: 767px) {
  .ntLogoLast .swiper-slide {
    width: 349.3333333333vw !important;
  }
}

.swiper-wrapper {
  height: auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  padding: 1.4204166667vw 0vw 1.5104166667vw 0vw;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .footer {
    padding: 5.33% 0% 5.33% 0%;
  }
}

.footerFx {
  width: 93.75vw;
  margin: auto;
}
.footerFx img {
  max-width: 1800px;
}
@media screen and (max-width: 767px) {
  .footerFx {
    width: 89.3333333333vw;
  }
  .footerFx img {
    max-width: 335px;
  }
}

@media screen and (max-width: 767px) {
  .linkFooter {
    width: 100%;
  }
}

.btnlinkFooter {
  font-size: 0.8333333333vw;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
.btnlinkFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.btnlinkFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnlinkFooter {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.4666666667vw;
    line-height: 1.4375;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .btnlinkFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .btnlinkFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.copyFooter {
  font-size: 0.8333333333vw;
  line-height: 1.4375;
  letter-spacing: 0.1041666667vw;
}
.copyFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.copyFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .copyFooter {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6666666667vw;
    line-height: 1.2;
    letter-spacing: 0.199em;
  }
  .copyFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .copyFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kanshiFv {
  padding: 13.995833vw 0vw 8.025vw 0vw;
}
@media screen and (max-width: 767px) {
  .kanshiFv {
    margin-top: 13.3333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    padding: 13.2666666667vw 0vw 14.7033333333vw 0vw;
  }
}

.bgKanshiFv {
  background: url(../img/kanshi/bgKanshiFvPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgKanshiFv {
    background: url(../img/kanshi/bgKanshiFvSp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.secKanshiFv {
  width: 83.3333333333vw;
  margin: auto;
}
.secKanshiFv img {
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .secKanshiFv {
    width: 84vw;
    margin: auto;
  }
  .secKanshiFv img {
    max-width: 315px;
  }
}

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

.txtKanshiFv {
  margin: 1.604167vw 0vw 0vw 0vw;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
.txtKanshiFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtKanshiFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtKanshiFv {
    margin: 3.333333vw 0vw 0vw 0vw;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
  .txtKanshiFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7692307692) * 0.5em);
    content: "";
  }
  .txtKanshiFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7692307692) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kanshiTime {
  margin: 8.895vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .kanshiTime {
    margin: 12.7vw 0vw 0vw 0vw;
  }
}

.kanshiTimeFx {
  width: 83.3333333333vw;
  margin: auto;
}
.kanshiTimeFx img {
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .kanshiTimeFx {
    width: 84vw;
  }
  .kanshiTimeFx img {
    max-width: 315px;
  }
}

.secKanshiTime {
  width: 33.8541666667vw;
}
.secKanshiTime img {
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .secKanshiTime {
    width: 100%;
  }
}

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

.txtKanshiTime {
  margin: 4.208333vw 0vw 0vw 0vw;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.txtKanshiTime::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtKanshiTime::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtKanshiTime {
    margin: 7.666667vw 0vw 0vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.074em;
    text-indent: -0.074em;
  }
  .txtKanshiTime::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtKanshiTime::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.picKanshiTime {
  width: 40.3645833333vw;
  margin: 0.55vw 0 0 0;
}
.picKanshiTime img {
  max-width: 775px;
}
@media screen and (max-width: 767px) {
  .picKanshiTime {
    margin: 10.6666666667vw 0vw 0vw 0vw;
    width: 100%;
  }
}
.picKanshiTime img {
  max-width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.kanshiBg {
  margin: 8.3333333333vw 0vw 0vw 0vw;
  padding: 7.8033333333vw 0vw 0vw 0vw;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .kanshiBg {
    margin: 21.3333333333vw 0vw 0vw 0vw;
    padding: 20.333333vw 0vw 0.5vw 0vw;
  }
}

.problems {
  width: 83.3333333333vw;
  margin: auto;
}
.problems img {
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .problems {
    width: 84vw;
    margin: auto;
  }
  .problems img {
    max-width: 315px;
  }
}

.h2Problems {
  font-size: 2.34375vw;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
.h2Problems::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h2Problems::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2Problems {
    font-size: 5.6vw;
    line-height: 1.4545454545;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .h2Problems::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
  .h2Problems::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4545454545) * 0.5em);
    content: "";
  }
}

.ulProblems {
  margin: 3.08125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .ulProblems {
    margin: 9.996667vw 0vw 0vw 0vw;
  }
}

.liProblems {
  width: 25.625vw;
}
.liProblems img {
  max-width: 492px;
}
@media screen and (max-width: 767px) {
  .liProblems {
    width: 100%;
  }
  .liProblems:nth-child(n+2) {
    margin: 5.3333333333vw 0vw 0vw 0vw;
  }
}

.picProblems {
  width: 23.5416666667vw;
  margin: auto;
}
.picProblems img {
  max-width: 452px;
}
@media screen and (max-width: 767px) {
  .picProblems {
    width: 100%;
  }
}
.picProblems img {
  max-width: 100%;
  width: 100%;
}

.txtProblems {
  margin: 2.5041666667vw 0vw 0vw 0vw;
  font-size: 0.9375vw;
  line-height: 1.8888888889;
  letter-spacing: 0em;
  text-indent: 0em;
  height: 4.21875vw;
  font-weight: 500;
}
.txtProblems::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8888888889) * 0.5em);
  content: "";
}
.txtProblems::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8888888889) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtProblems {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 3.4666666667vw;
    line-height: 2;
    letter-spacing: 0em;
    text-indent: 0em;
    height: auto;
  }
  .txtProblems::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtProblems::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

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

.btnProblems {
  aspect-ratio: 492/88;
  border-radius: 11.9270833333vw;
  /* CSS3草案 */
  -webkit-border-radius: 11.9270833333vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 11.9270833333vw;
  /* Firefox用 */
  background: #0048D5;
  cursor: pointer;
  position: relative;
  width: 100%;
  border: 1px solid #0048D5;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btnProblems {
    aspect-ratio: 492/94;
    border-radius: 61.0666666667vw;
    /* CSS3草案 */
    -webkit-border-radius: 61.0666666667vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 61.0666666667vw;
    /* Firefox用 */
  }
}

.txtBtnProblems {
  width: 100%;
  text-align: center;
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
  transition-duration: 0.5s;
}
.txtBtnProblems::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.txtBtnProblems::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtnProblems {
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .txtBtnProblems::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .txtBtnProblems::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.iconProblems {
  width: 2.2916666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  right: 5.9%;
}
.iconProblems img {
  max-width: 44px;
}
@media screen and (max-width: 767px) {
  .iconProblems {
    width: 9.6vw;
    right: 3.9%;
  }
  .iconProblems img {
    max-width: 36px;
  }
}
.iconProblems svg {
  width: 100%;
}

.iconProblems svg .cls-1 {
  transition-duration: 0.5s;
  fill: #fff;
  fill-rule: evenodd;
}

.btnProblems:hover {
  background: #FFF;
  color: #0048D5;
}
.btnProblems:hover .txtBtnProblems {
  color: #0048D5;
}
.btnProblems:hover .iconProblems svg .cls-1 {
  transition-duration: 0.5s;
  fill: #0048D5;
  fill-rule: evenodd;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secTabListBox {
  width: 93.75vw;
  margin-top: 0vw;
  margin-bottom: 4.1666666667vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3.0208333333vw;
  /* CSS3草案 */
  -webkit-border-radius: 3.0208333333vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3.0208333333vw;
  /* Firefox用 */
  padding: 3.527083vw 0vw 3.527083vw 0vw;
}
@media screen and (max-width: 767px) {
  .secTabListBox {
    width: 89.33vw;
    margin-top: 0vw;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 5.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5.3333333333vw;
    /* Firefox用 */
    padding: 5vw 0vw 5vw 0vw;
  }
}

.secTabListBox.off .tabOpenBox {
  display: none;
}

.secTabListBox.on .tabOpenBox {
  display: block;
}

@keyframes fadetoggleon {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadetoggleoff {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
.unkerTabListBox01 {
  margin-top: 10.4166666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 {
    margin-top: 42.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.unkerTabListBox01 .tabOpenBox1 {
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0vw 0vw 2.8041666667vw 0vw;
  width: 83.33vw;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 .tabOpenBox1 {
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0vw 0vw 2.6666666667vw 0vw;
    width: 78.66vw;
  }
}

.ntnPortableTop {
  margin-top: 0vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ntnPortableTop {
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.ntnPortableTop {
  width: 100%;
}

.secPortableTop {
  width: 39.0625vw;
}
.secPortableTop img {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .secPortableTop {
    width: 100%;
  }
}

.h3PortableTop {
  font-size: 1.4583333333vw;
  line-height: 1.7857142857;
  letter-spacing: 0.1155em;
  text-indent: -0.1155em;
}
.h3PortableTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7857142857) * 0.5em);
  content: "";
}
.h3PortableTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7857142857) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3PortableTop {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .h3PortableTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .h3PortableTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

.txtPortableTop {
  margin-top: 2.28125vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.txtPortableTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtPortableTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPortableTop {
    margin-top: 8.666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtPortableTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtPortableTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.photoPortableTop {
  width: 39.0625vw;
}
.photoPortableTop img {
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .photoPortableTop {
    width: 100%;
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.photoPortableTop img {
  max-width: 100%;
}

.bnrPortableTopWap {
  margin-top: 5.4083333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 54.2708333333vw;
}
.bnrPortableTopWap img {
  max-width: 1042px;
}
@media screen and (max-width: 767px) {
  .bnrPortableTopWap {
    width: 100%;
    margin-top: 10.066667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.bnrPortableTopWap img {
  max-width: 100%;
}

.unkerTabListBox01 .secPortableTokucho1 {
  margin-top: 6.9125vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 .secPortableTokucho1 {
    margin-top: 19.433333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtBtmTitlePortableTokucho {
  margin-top: 1.7041666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3020833333vw;
  line-height: 1.6;
  letter-spacing: 0.15625vw;
}
.txtBtmTitlePortableTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.txtBtmTitlePortableTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtmTitlePortableTokucho {
    margin-top: 6vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtBtmTitlePortableTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtBtmTitlePortableTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.picPortableTokucho {
  margin-top: 2.6041666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .picPortableTokucho {
    margin-top: 7.25vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.picPortableTokuch {
  width: 46.09375vw;
}
.picPortableTokuch img {
  max-width: 885px;
}
@media screen and (max-width: 767px) {
  .picPortableTokuch {
    width: 100%;
  }
}
.picPortableTokuch img {
  max-width: 100%;
}

.secPortableTokuchBox {
  width: 34.375vw;
}
.secPortableTokuchBox img {
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .secPortableTokuchBox {
    width: 100%;
    margin-top: 0vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.secPortableTokuchBox img {
  max-width: 100%;
}

.txtPortableTokuchBox {
  margin-top: 2.3041666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15625vw;
}
.txtPortableTokuchBox::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
.txtPortableTokuchBox::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPortableTokuchBox {
    width: 100%;
    margin-top: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .txtPortableTokuchBox::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6666666667) * 0.5em);
    content: "";
  }
  .txtPortableTokuchBox::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6666666667) * 0.5em);
    content: "";
  }
}

.txtPortableTokuchBox + .txtPortableTokuchBox {
  margin-top: 1.0416666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}

.txtPortableTokuchLinks {
  color: #009BE4;
}

.lastPortableTokucho {
  margin-top: 3.8666666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .lastPortableTokucho {
    margin-top: 14.5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4lastPortableTokucho {
  font-size: 1.5625vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15625vw;
}
.h4lastPortableTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
.h4lastPortableTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4lastPortableTokucho {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .h4lastPortableTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .h4lastPortableTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

.txtlastPortableTokucho {
  margin-top: 1.8041666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15625vw;
}
.txtlastPortableTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
.txtlastPortableTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtlastPortableTokucho {
    margin-top: 6vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtlastPortableTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtlastPortableTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.unkerTabListBox01 .secPortableTokuchoShiyo1 {
  margin-top: 6.8525vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 .secPortableTokuchoShiyo1 {
    margin-top: 18.9625vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .txtPortableTokuchoShiyo1 {
    margin-top: 5.5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtPortableTokuchoShiyo1::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtPortableTokuchoShiyo1::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.unkerTabListBox01 .tabelePortableTokuchoShiyoWap {
  margin: 2.0041666667vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 .tabelePortableTokuchoShiyoWap {
    margin-top: 7.6625vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.tabelePortableTokuchoShiyo {
  width: 100%;
  border-bottom: 1px solid #000;
}
.unkerTabListBox01 .thPortableTokuchoShiyo {
  width: 13.5416666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
  vertical-align: middle;
  font-weight: 700;
  text-align: left;
  padding: 1.18625vw 0vw 1.28625vw 2.0833333333vw;
}
.unkerTabListBox01 .thPortableTokuchoShiyo img {
  max-width: 260px;
}
.unkerTabListBox01 .thPortableTokuchoShiyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.unkerTabListBox01 .thPortableTokuchoShiyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 .thPortableTokuchoShiyo {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    padding: 3.533333vw 5.3333333333vw 3.9333333333vw 5.3333333333vw;
  }
  .unkerTabListBox01 .thPortableTokuchoShiyo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .unkerTabListBox01 .thPortableTokuchoShiyo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.unkerTabListBox01 .tdPortableTokuchoShiyo {
  width: 69.7916666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
  padding: 1.18625vw 0vw 1.28625vw 2.0833333333vw;
}
.unkerTabListBox01 .tdPortableTokuchoShiyo img {
  max-width: 1340px;
}
.unkerTabListBox01 .tdPortableTokuchoShiyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.unkerTabListBox01 .tdPortableTokuchoShiyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .unkerTabListBox01 .tdPortableTokuchoShiyo {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    padding: 3.533333vw 5.3333333333vw 3.9333333333vw 5.3333333333vw;
  }
  .unkerTabListBox01 .tdPortableTokuchoShiyo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .unkerTabListBox01 .tdPortableTokuchoShiyo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.btnLastNtnPortableFx {
  margin-top: 6.25vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 58.33vw;
}
@media screen and (max-width: 767px) {
  .btnLastNtnPortableFx {
    margin-top: 16vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liBtnLastNtnPortable {
  width: 27.6vw;
}
@media screen and (max-width: 767px) {
  .liBtnLastNtnPortable {
    width: 100%;
  }
  .liBtnLastNtnPortable:nth-child(n+2) {
    margin-top: 5.4333333333vw;
    margin-bottom: 8.2vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnBtnLastNtnPortable {
  aspect-ratio: 530/84;
  text-decoration: none;
  color: #0048D5;
  border: 2px solid #0048D5;
  border-radius: 7.2916666667vw;
  /* CSS3草案 */
  -webkit-border-radius: 7.2916666667vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7.2916666667vw;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .btnBtnLastNtnPortable {
    aspect-ratio: 295/50;
    text-decoration: none;
    color: #0048D5;
    border: 1px solid #0048D5;
    border-radius: 37.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 37.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 37.3333333333vw;
    /* Firefox用 */
  }
}

.txtBtnLastNtnPortable {
  margin: 0vw 0vw 0vw 2.5520833333vw;
  font-size: 0.9375vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnLastNtnPortable {
    margin: 0vw 0vw 0vw 5.0125333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .txtBtnLastNtnPortable::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .txtBtnLastNtnPortable::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.iconTabSolutionsInPortable {
  margin: 0vw 1.0416666667vw 0vw 0vw;
  width: 2.29vw;
}
@media screen and (max-width: 767px) {
  .iconTabSolutionsInPortable {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 8vw;
  }
}
.iconTabSolutionsInPortable svg {
  max-width: 100%;
}

.iconTabSolutionsInPortable svg {
  fill: #0048D5;
}

.btnBtnLastNtnPortable:hover {
  background: #0048D5;
  color: #FFF;
  opacity: 1;
}

.btnBtnLastNtnPortable:hover .iconTabSolutionsInPortable svg {
  fill: #FFF;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.unkerTabListBox02 {
  margin-top: 4.1666666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3.6458333333vw 0vw 3.6458333333vw 0vw;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox02 {
    margin-top: 8.23vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    padding: 5vw 0vw 5vw 0vw;
  }
}

.opentab02 {
  margin-top: 3.95vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .opentab02 {
    padding: 0vw 0vw 10.666667vw 0vw;
    margin-top: 8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .opentab02 {
    margin-top: 7.666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.secBearingTop {
  width: 39.06vw;
}
@media screen and (max-width: 767px) {
  .secBearingTop {
    width: 100%;
  }
}

.h3BearingTop {
  font-size: 1.4583333333vw;
  line-height: 1.75;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 767px) {
  .h3BearingTop {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.txtBearingTop {
  margin: 2.5vw 0vw 0vw 0vw;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.29em;
  text-indent: -0.29em;
}
.txtBearingTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtBearingTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBearingTop {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtBearingTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtBearingTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.photoBearingTop {
  width: 39.06vw;
  margin: 0.8vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .photoBearingTop {
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.66vw;
  }
}

/*特徴*/
.secBearingTokucho {
  margin: 6.8125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .secBearingTokucho {
    margin: 19.5vw 0vw 0vw 0vw;
  }
}

.brdTitleBearingTokucho {
  margin: 0vw 1.5625vw 0vw 0vw;
  width: 2.08vw;
  aspect-ratio: 40/8;
}
@media screen and (max-width: 767px) {
  .brdTitleBearingTokucho {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 5.6vw;
    aspect-ratio: 21/4;
  }
}

.h3TitleBearingTokucho {
  font-size: 2.0833333333vw;
  line-height: normal;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}
@media screen and (max-width: 767px) {
  .h3TitleBearingTokucho {
    font-size: 4.8vw;
    line-height: normal;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}

.pointsBearingTokucho {
  margin: 1.28vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .pointsBearingTokucho {
    margin: 5vw 0vw 0vw 0vw;
  }
}

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

.txtPointsBearingTokucho {
  margin: 0.8vw 0vw 0vw 0vw;
  font-size: 1.3020833333vw;
  line-height: 1.6;
  letter-spacing: 0.15625vw;
}
.txtPointsBearingTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.txtPointsBearingTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtPointsBearingTokucho {
    margin: 3.333333vw 0vw 0vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtPointsBearingTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtPointsBearingTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.sup {
  vertical-align: top;
  font-size: 0.7vw;
}
@media screen and (max-width: 767px) {
  .sup {
    font-size: 2.3vw;
  }
}

.liPointsBearingTokucho02 {
  margin: 3.4vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .liPointsBearingTokucho02 {
    margin: 7.1vw 0vw 0vw 0vw;
  }
}

/*監視*/
.secBearingTokuchoGamen {
  margin: 6.9vw 0vw 0vw 0vw;
}
.brdTitleBearingTokucho {
  margin: 0vw 1.5625vw 0vw 0vw;
  width: 2.08vw;
  aspect-ratio: 40/8;
}
@media screen and (max-width: 767px) {
  .brdTitleBearingTokucho {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 5.6vw;
    aspect-ratio: 21/4;
  }
}

.h3TitleBearingTokucho {
  font-size: 2.0833333333vw;
  line-height: normal;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}
@media screen and (max-width: 767px) {
  .h3TitleBearingTokucho {
    font-size: 4.8vw;
    line-height: normal;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}

.txtLastPointsBearingTokucho {
  margin: 3.55vw 0vw 0vw 0vw;
  font-size: 0.9375vw;
  line-height: 2.1111111111;
  letter-spacing: 0.15625vw;
}
.txtLastPointsBearingTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1111111111) * 0.5em);
  content: "";
}
.txtLastPointsBearingTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1111111111) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLastPointsBearingTokucho {
    margin: 7.2vw 0vw 0vw 0vw;
    font-size: 2.6666666667vw;
    line-height: 2;
    letter-spacing: 0vw;
  }
  .txtLastPointsBearingTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtLastPointsBearingTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/*監視画面*/
@media screen and (max-width: 767px) {
  .secBearingTokuchoGamen {
    margin: 19.5vw 0vw 0vw 0vw;
  }
}

.txtTitleBearingTokucho {
  margin: 1.604167vw 0vw 0vw 0vw;
  font-size: 1.5625vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15625vw;
}
.txtTitleBearingTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
.txtTitleBearingTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleBearingTokucho {
    margin: 5.604167vw 0vw 0vw 0vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0vw;
  }
  .txtTitleBearingTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .txtTitleBearingTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

.photoBearingTokuchoGamen {
  margin-top: 3.6458333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .photoBearingTokuchoGamen {
    margin-top: 10.333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*システム構成例*/
.secBearingTokuchoSystem {
  margin: 6.8125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .secBearingTokuchoSystem {
    margin: 19vw 0vw 0vw 0vw;
  }
}

.photoBearingTokuchoSystem {
  margin: 2vw 0 0 0;
}
@media screen and (max-width: 767px) {
  .photoBearingTokuchoSystem {
    margin: 7vw 0 0 0;
  }
}

.txtBearingTokuchoSystem {
  margin: 4vw 0vw 0vw 0vw;
  font-size: 1.3020833333vw;
  line-height: 2;
  letter-spacing: 0.15625vw;
}
.txtBearingTokuchoSystem::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtBearingTokuchoSystem::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBearingTokuchoSystem {
    margin: 10vw 0vw 0vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.15625vw;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtBearingTokuchoSystem::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtBearingTokuchoSystem::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

/*動作環境*/
.secPortableTokucho.secPortableTokuchoKankyo {
  margin: 6.8125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .secPortableTokucho.secPortableTokuchoKankyo {
    margin: 19.2vw 0vw 0vw 0vw;
  }
}

.tabelePortableTokuchoShiyo tr:last-child .thPortableTokuchoKankyo {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyo tr:last-child .thPortableTokuchoKankyo {
    border-bottom: unset;
  }
}

.tabelePortableTokuchoShiyo tr:last-child .tdPortableTokuchoKankyo {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyo tr:last-child .tdPortableTokuchoKankyo {
    border-bottom: unset;
  }
}

.txtLastPortableTokuchoKankyo {
  margin: 1.4vw 0vw 0vw 0vw;
  font-size: 0.7291666667vw;
  line-height: 2;
  letter-spacing: 0.0520833333vw;
}
.txtLastPortableTokuchoKankyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtLastPortableTokuchoKankyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLastPortableTokuchoKankyo {
    margin: 5vw 0vw 0vw 0vw;
    font-size: 2.6666666667vw;
    line-height: 2;
    letter-spacing: 0vw;
  }
  .txtLastPortableTokuchoKankyo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtLastPortableTokuchoKankyo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.unkerTabListBox02 .tabelePortableTokuchoKankyoWap {
  margin: 1.9vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox02 .tabelePortableTokuchoKankyoWap {
    margin-top: 6.5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.tabelePortableTokuchoShiyo {
  width: 100%;
  border-bottom: 1px solid #000;
}
.unkerTabListBox02 .thPortableTokuchoKankyo {
  width: 13.5416666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
  vertical-align: middle;
  font-weight: 700;
  text-align: left;
  padding: 1.18625vw 0vw 1.32vw 2.0833333333vw;
}
.unkerTabListBox02 .thPortableTokuchoKankyo img {
  max-width: 260px;
}
.unkerTabListBox02 .thPortableTokuchoKankyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.unkerTabListBox02 .thPortableTokuchoKankyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .unkerTabListBox02 .thPortableTokuchoKankyo {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    padding: 3.533333vw 5.3333333333vw 3.9333333333vw 5.3333333333vw;
  }
  .unkerTabListBox02 .thPortableTokuchoKankyo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .unkerTabListBox02 .thPortableTokuchoKankyo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.unkerTabListBox02 .tdPortableTokuchoKankyo {
  width: 69.7916666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
  padding: 1.18625vw 0vw 1.28625vw 2.0833333333vw;
}
.unkerTabListBox02 .tdPortableTokuchoKankyo img {
  max-width: 1340px;
}
.unkerTabListBox02 .tdPortableTokuchoKankyo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.unkerTabListBox02 .tdPortableTokuchoKankyo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .unkerTabListBox02 .tdPortableTokuchoKankyo {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    padding: 3.533333vw 5.3333333333vw 3.9333333333vw 5.3333333333vw;
    word-break: break-all;
  }
  .unkerTabListBox02 .tdPortableTokuchoKankyo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .unkerTabListBox02 .tdPortableTokuchoKankyo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

/*ボタン*/
.btnLastNtnBearingFx {
  margin-top: 6.25vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 58.33vw;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .btnLastNtnBearingFx {
    margin-top: 15.5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.66vw;
  }
}

.liBtnLastNtnBearing {
  width: 27.6vw;
}
@media screen and (max-width: 767px) {
  .liBtnLastNtnBearing {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .liBtnLastNtnBearing + .liBtnLastNtnBearing {
    margin: 5.3333333333vw 0vw 8.75vw 0vw;
  }
}

.centerliBtnLastNtnBearing {
  margin: auto;
}

.btnBtnLastNtnBearing {
  aspect-ratio: 530/84;
  text-decoration: none;
  color: #0048D5;
  border: 2px solid #0048D5;
  border-radius: 7.2916666667vw;
  /* CSS3草案 */
  -webkit-border-radius: 7.2916666667vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7.2916666667vw;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .btnBtnLastNtnBearing {
    aspect-ratio: 295/50;
  }
}

.txtBtnLastNtnBearing {
  margin: 0vw 0vw 0vw 2.5520833333vw;
  font-size: 0.9375vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnLastNtnBearing {
    margin: 0vw 0vw 0vw 5vw;
    font-size: 3.2vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}

.iconTabSolutionsInBearing {
  margin: 0vw 0.9vw 0vw 0vw;
  width: 2.29vw;
}
@media screen and (max-width: 767px) {
  .iconTabSolutionsInBearing {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 8vw;
  }
}

.iconTabSolutionsInBearing svg {
  fill: #0048D5;
  width: 100%;
}

.btnBtnLastNtnBearing:hover {
  background: #0048D5;
  color: #FFF;
  opacity: 1;
}

.btnBtnLastNtnBearing:hover .iconTabSolutionsInBearing svg {
  fill: #FFF;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.secTabListBox {
  border-radius: 3.125vw;
  /* CSS3草案 */
  -webkit-border-radius: 3.125vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3.125vw;
  /* Firefox用 */
  filter: unset;
  filter: drop-shadow(0px 1px 21.8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .secTabListBox {
    border-radius: 5.3333333333vw;
    /* CSS3草案 */
    -webkit-border-radius: 5.3333333333vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5.3333333333vw;
    /* Firefox用 */
  }
}

.unkerTabListBox03 {
  margin-top: 4.1666666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  padding: 3.6458333333vw 0vw 3.6458333333vw 0vw;
}
@media screen and (max-width: 767px) {
  .unkerTabListBox03 {
    margin-top: 8.23vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    padding: 6vw 0vw 8vw 0vw;
  }
}

.btnSecTabListBox {
  width: 83.33vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btnSecTabListBox {
    width: 78.66vw;
  }
}

.h2TabListBoxFx {
  font-size: 2.0833333333vw;
  line-height: normal;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .h2TabListBoxFx {
    font-size: 4.8vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 69vw;
  }
}

.arrowTabListBoxFx {
  width: 3.12vw;
}
@media screen and (max-width: 767px) {
  .arrowTabListBoxFx {
    width: 8vw;
  }
}

.btnSecTabListBox.off .off {
  display: block;
}
.btnSecTabListBox.off .on {
  display: none;
}

.btnSecTabListBox.on .off {
  display: none;
}
.btnSecTabListBox.on .on {
  display: block;
}

.tabOpenBox {
  margin-top: 3.9vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0vw 0vw 2.6041666667vw 0vw;
  width: 83.33vw;
}
@media screen and (max-width: 767px) {
  .tabOpenBox {
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0vw 0vw 2.6666666667vw 0vw;
    width: 78.66vw;
  }
}

.opentab03 {
  margin-top: 4.25vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .opentab03 {
    margin-top: 7.666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.tabOpenBox.off {
  display: none;
}

.tabOpenBox.on {
  display: block;
}

.secWindDoctorTop {
  width: 39.06vw;
}
@media screen and (max-width: 767px) {
  .secWindDoctorTop {
    width: 100%;
  }
}

.h3WindDoctorTop {
  font-size: 1.4583333333vw;
  line-height: normal;
  letter-spacing: 0.15625vw;
}
@media screen and (max-width: 767px) {
  .h3WindDoctorTop {
    font-size: 4.2666666667vw;
    line-height: normal;
    letter-spacing: 0;
  }
}

.txtWindDoctorTop {
  margin: 2.7vw 0vw 0vw 0vw;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.txtWindDoctorTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtWindDoctorTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtWindDoctorTop {
    margin: 7.866667vw 0vw 0vw 0vw;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .txtWindDoctorTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtWindDoctorTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.photoWindDoctorTop {
  margin: 7.2vw 0vw 0vw 0vw;
  width: 39.06vw;
}
@media screen and (max-width: 767px) {
  .photoWindDoctorTop {
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.66vw;
  }
}

.brnWindDoctorTop {
  margin: 7.8125vw 0vw 0vw 0vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .brnWindDoctorTop {
    margin: 10.6666666667vw 0vw 0vw 0vw;
  }
}

/*特徴*/
.secWindDoctorTokucho {
  margin: 6.9vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .secWindDoctorTokucho {
    margin: 19.466667vw 0vw 0vw 0vw;
  }
}

.brdTitleWindDoctorTokucho {
  margin: 0vw 1.5625vw 0vw 0vw;
  width: 2.08vw;
  aspect-ratio: 40/8;
}
@media screen and (max-width: 767px) {
  .brdTitleWindDoctorTokucho {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 5.6vw;
    aspect-ratio: 21/4;
  }
}

.h3TitleWindDoctorTokucho {
  font-size: 2.0833333333vw;
  line-height: normal;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}
@media screen and (max-width: 767px) {
  .h3TitleWindDoctorTokucho {
    font-size: 4.8vw;
    line-height: normal;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}

.txtLastPointsWindDoctorTokucho {
  margin: 1.604167vw 0vw 0vw 0vw;
  font-size: 1.5625vw;
  line-height: 1.6666666667;
  letter-spacing: 0.15625vw;
}
.txtLastPointsWindDoctorTokucho::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
.txtLastPointsWindDoctorTokucho::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLastPointsWindDoctorTokucho {
    margin: 5.2vw 0vw 0vw 0vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0;
  }
  .txtLastPointsWindDoctorTokucho::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.625) * 0.5em);
    content: "";
  }
  .txtLastPointsWindDoctorTokucho::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.625) * 0.5em);
    content: "";
  }
}

.brnWindDoctorTokucho {
  margin-top: 2.6041666667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .brnWindDoctorTokucho {
    margin-top: 10.6666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.secPortableTokucho {
  margin: 6.8125vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .secPortableTokucho {
    margin: 10.6666666667vw 0vw 0vw 0vw;
  }
}

@media screen and (max-width: 767px) {
  .secWindDoctorShiyo {
    margin: 19.333333vw 0vw 0vw 0vw;
  }
}

.brdTitlePortableTokucho {
  margin: 0vw 1.5625vw 0vw 0vw;
  width: 2.08vw;
  aspect-ratio: 40/8;
}
@media screen and (max-width: 767px) {
  .brdTitlePortableTokucho {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 5.6vw;
    aspect-ratio: 21/4;
  }
}

.h3TitlePortableTokucho {
  font-size: 2.0833333333vw;
  line-height: normal;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
}
@media screen and (max-width: 767px) {
  .h3TitlePortableTokucho {
    font-size: 4.8vw;
    line-height: normal;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}

.tabelePortableTokuchoShiyoWap {
  margin: 2vw 0vw 0vw 0vw;
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyoWap {
    margin: 6vw 0vw 0vw 0vw;
  }
}

.tabelePortableTokuchoShiyo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyo {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyo tbody,
  .tabelePortableTokuchoShiyo tr {
    display: block;
    width: 100%;
  }
}

.thPortableTokuchoShiyo {
  width: 13.5vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 1.0416666667vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .thPortableTokuchoShiyo {
    padding: 4.5333333333vw 5.3333333333vw 4.5333333333vw 5.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}

.thWindDoctorShiyo {
  vertical-align: middle;
  padding: 1.01vw 2.0833333333vw;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .thWindDoctorShiyo {
    padding: 2.533333vw 5.3333333333vw 3.233333vw 5.3333333333vw;
  }
}

.tdPortableTokuchoShiyo {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1.0416666667vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .tdPortableTokuchoShiyo {
    padding: 2.533333vw 5.3333333333vw 3.293333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}

.tdWindDoctorShiyo {
  padding: 1.01vw 2.0833333333vw;
  width: 34.94vw;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .tdWindDoctorShiyo {
    padding: 2.733333vw 4.333333vw 3.233333vw 5.3333333333vw;
    width: 100%;
  }
}

.tabelePortableTokuchoShiyo tr:last-child .thWindDoctorShiyo {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyo tr:last-child .thWindDoctorShiyo {
    border-bottom: unset;
  }
}

.tabelePortableTokuchoShiyo tr:last-child .tdWindDoctorShiyo {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .tabelePortableTokuchoShiyo tr:last-child .tdWindDoctorShiyo {
    border-bottom: unset;
  }
}

.btnLastNtnWindDoctorFx {
  margin-top: 6.25vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 58.33vw;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .btnLastNtnWindDoctorFx {
    margin-top: 16vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.66vw;
  }
}

.liBtnLastNtnWindDoctor {
  width: 27.6vw;
}
@media screen and (max-width: 767px) {
  .liBtnLastNtnWindDoctor {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .liBtnLastNtnWindDoctor + .liBtnLastNtnWindDoctor {
    margin: 5.0333333333vw 0vw 5vw 0vw;
  }
}

.btnBtnLastNtnWindDoctor {
  aspect-ratio: 530/84;
  text-decoration: none;
  color: #0048D5;
  border: 2px solid #0048D5;
  border-radius: 7.2916666667vw;
  /* CSS3草案 */
  -webkit-border-radius: 7.2916666667vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7.2916666667vw;
  /* Firefox用 */
}
@media screen and (max-width: 767px) {
  .btnBtnLastNtnWindDoctor {
    aspect-ratio: 295/50;
  }
}

.txtBtnLastNtnWindDoctor {
  margin: 0vw 0vw 0vw 2.5520833333vw;
  font-size: 0.9375vw;
  line-height: normal;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 767px) {
  .txtBtnLastNtnWindDoctor {
    margin: 0vw 0vw 0vw 4.933333vw;
    font-size: 3.2vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}

.iconTabSolutionsInDoctor {
  margin: 0vw 1.0416666667vw 0vw 0vw;
  width: 2.29vw;
}
@media screen and (max-width: 767px) {
  .iconTabSolutionsInDoctor {
    margin: 0vw 2.6666666667vw 0vw 0vw;
    width: 8vw;
  }
}

.iconTabSolutionsInDoctor svg {
  fill: #0048D5;
  width: 100%;
}

.btnBtnLastNtnWindDoctor:hover {
  background: #0048D5;
  color: #FFF;
  opacity: 1;
}

.btnBtnLastNtnWindDoctor:hover .iconTabSolutionsInDoctor svg {
  fill: #FFF;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisFv {
  background: url(../img/analysis/bgKanshiFvPc.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .analysisFv {
    background: url(../img/analysis/bgKanshiFvSp.jpg) no-repeat top center;
    background-size: cover;
    padding: 13.2666666667vw 0vw 8.703333vw 0vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisFvBtm {
  width: 83.3333333333vw;
  width: 83.3333333333vw;
  margin-top: 8.947917vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
.analysisFvBtm img {
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .analysisFvBtm {
    width: 84vw;
    margin-top: 13vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.txtAnalysisFvBtm {
  margin-top: 1.9vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.txtAnalysisFvBtm::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtAnalysisFvBtm::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAnalysisFvBtm {
    margin-top: 7.666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
  .txtAnalysisFvBtm::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtAnalysisFvBtm::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgAnalysisFlow {
  margin: 5.3125vw 0vw 0vw 0vw;
  padding: 1.864583vw 0vw 3.3854166667vw 0vw;
}
@media screen and (max-width: 767px) {
  .bgAnalysisFlow {
    margin: 20vw 0vw 0vw 0vw;
    padding: 6.8vw 0vw 9.6vw 0vw;
  }
}

.analysisFlow {
  width: 83.3333333333vw;
  margin: auto;
}
.analysisFlow img {
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .analysisFlow {
    width: 78.6666666667vw;
  }
  .analysisFlow img {
    max-width: 295px;
  }
}

.h2AnalysisFlow {
  font-size: 2.0833333333vw;
  line-height: normal;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2AnalysisFlow {
    font-size: 5.3333333333vw;
    line-height: normal;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}

.ulAnalysisFlow {
  margin: 1.5vw 0vw 0vw 0vw;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .ulAnalysisFlow {
    margin: 6vw 0vw 0vw 0vw;
  }
}

.liCntAnalysisFlow {
  width: 14.7916666667vw;
  border-radius: 0.5208333333vw;
  /* CSS3草案 */
  -webkit-border-radius: 0.5208333333vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0.5208333333vw;
  /* Firefox用 */
  padding: 0.9vw 0vw 1.5104166667vw 0vw;
  aspect-ratio: 284/212;
}
.liCntAnalysisFlow img {
  max-width: 284px;
}
@media screen and (max-width: 767px) {
  .liCntAnalysisFlow {
    width: 100%;
    border-radius: 2.6666666667vw;
    /* CSS3草案 */
    -webkit-border-radius: 2.6666666667vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2.6666666667vw;
    /* Firefox用 */
    padding: 4.5vw 0vw 7.7333333333vw 0vw;
    aspect-ratio: 295/212;
  }
}

.secCntAnalysisFlow {
  width: 12.7083333333vw;
  margin: auto;
}
.secCntAnalysisFlow img {
  max-width: 244px;
}
@media screen and (max-width: 767px) {
  .secCntAnalysisFlow {
    width: 244px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1160px) {
  .secCntAnalysisFlow {
    width: 85.91%;
  }
}

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

.txtCntAnalysisFlow {
  margin: 0.7vw 0vw 0vw 0vw;
  font-size: 0.8333333333vw;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: 0em;
}
.txtCntAnalysisFlow::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.txtCntAnalysisFlow::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtCntAnalysisFlow {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .txtCntAnalysisFlow::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .txtCntAnalysisFlow::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}

.liArrowAnalysisFlow {
  width: 2.0833333333vw;
  justify-content: center;
  align-items: center;
  display: flex;
}
.liArrowAnalysisFlow img {
  max-width: 40px;
}
@media screen and (max-width: 767px) {
  .liArrowAnalysisFlow {
    width: 14.0845070423vw;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
  }
  .liArrowAnalysisFlow img {
    max-width: 40px;
  }
}
.liArrowAnalysisFlow svg {
  width: 100%;
}

.picArrowAnalysisFlow {
  aspect-ratio: 1/1;
  transform: translate(1%, -2%);
}
@media screen and (max-width: 767px) {
  .picArrowAnalysisFlow {
    transform: rotate(90deg);
  }
}

.navAnalysisFlow {
  width: 63.28125vw;
  margin-top: 5.2083333333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
.navAnalysisFlow img {
  max-width: 1215px;
}
@media screen and (max-width: 767px) {
  .navAnalysisFlow {
    width: 86.6666666667vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
  .navAnalysisFlow img {
    max-width: 325px;
  }
}

.ulNavAnalysisFlow {
  width: 63.28125vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ulNavAnalysisFlow {
    width: 100%;
  }
}

.liNavAnalysisFlow {
  width: 30.7291666667vw;
}
.liNavAnalysisFlow img {
  max-width: 590px;
}
@media screen and (max-width: 767px) {
  .liNavAnalysisFlow {
    width: 100%;
  }
  .liNavAnalysisFlow:nth-child(n+2) {
    margin-top: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnNavAnalysisFlowFx {
  width: 30.7vw;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 26px;
  background: #009BE4;
  border-radius: 11.9270833333vw;
  /* CSS3草案 */
  -webkit-border-radius: 11.9270833333vw;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 11.9270833333vw;
  /* Firefox用 */
  aspect-ratio: 590/88;
}
@media screen and (max-width: 1160px) {
  .btnNavAnalysisFlowFx {
    padding: 0% 1.35% 0% 2.08%;
  }
}
@media screen and (max-width: 767px) {
  .btnNavAnalysisFlowFx {
    width: 100%;
    padding: 0% 12.46% 0% 6.33%;
    background: #009BE4;
    border-radius: 61.0666666667vw;
    /* CSS3草案 */
    -webkit-border-radius: 61.0666666667vw;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 61.0666666667vw;
    /* Firefox用 */
    aspect-ratio: 325/60;
  }
}

.iconNavAnalysisFlowFx {
  width: 2.555vw;
}
@media screen and (max-width: 767px) {
  .iconNavAnalysisFlowFx {
    width: 9.0666666667vw;
  }
  .iconNavAnalysisFlowFx img {
    max-width: 34px;
  }
}
.iconNavAnalysisFlowFx svg {
  width: 100%;
  height: auto;
  display: block;
}

.iconNavAnalysisFlowFx02 {
  width: 2.55vw;
  transform: translate(25%, -2%);
}

.txtNavAnalysisFlowFx {
  width: 18.2291666667vw;
  font-size: 1.0416666667vw;
  line-height: 1.2;
  letter-spacing: 0em;
  text-indent: 0em;
}
.txtNavAnalysisFlowFx img {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .txtNavAnalysisFlowFx {
    width: 58.4vw;
    font-size: 4vw;
    line-height: normal;
    letter-spacing: 0em;
    text-indent: 0em;
  }
  .txtNavAnalysisFlowFx img {
    max-width: 219px;
  }
}

.navAnalysisfooter {
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 1.3020833333vw 0vw 1.3020833333vw 0vw;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .navAnalysisfooter {
    background: none;
    padding: 2.6666666667vw 0vw 2.6666666667vw 0vw;
  }
}
.navAnalysisfooter .navAnalysisFlow {
  margin: 0 auto;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisService {
  width: 83.3333333333vw;
  margin-top: 9.3vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
.analysisService img {
  max-width: 1600px;
}
@media screen and (max-width: 767px) {
  .analysisService {
    width: 88.8vw;
    margin-top: 47.7333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
  .analysisService img {
    max-width: 333px;
  }
}

.h2AnalysisService {
  padding: 0.3vw 0vw 0.35vw 1.0416666667vw;
  font-size: 2.0833333333vw;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-indent: -0.08em;
  border-left: 10px solid #009BE4;
}
.h2AnalysisService::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.h2AnalysisService::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2AnalysisService {
    padding: 0.1vw 0vw 0.8vw 4vw;
    width: 78.6666666667vw;
    margin: auto;
    font-size: 6.4vw;
    line-height: 2;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
    border-left: 7px solid #009BE4;
  }
  .h2AnalysisService img {
    max-width: 295px;
  }
  .h2AnalysisService::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .h2AnalysisService::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.txtAnalysisService {
  margin-top: 1.8vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
}
.txtAnalysisService::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtAnalysisService::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAnalysisService {
    width: 78.6666666667vw;
    margin: auto;
    margin: auto;
    margin-top: 5.5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.25em;
    text-indent: -0.25em;
  }
  .txtAnalysisService img {
    max-width: 295px;
  }
  .txtAnalysisService::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtAnalysisService::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.rubyAnalysisService {
  margin-top: 1.4vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8333333333vw;
  line-height: 1.75;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.rubyAnalysisService::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.rubyAnalysisService::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyAnalysisService {
    margin-top: 6.8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0.29em;
    text-indent: -0.29em;
  }
  .rubyAnalysisService img {
    max-width: 295px;
  }
  .rubyAnalysisService::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .rubyAnalysisService::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.ulAnalysisService {
  margin-top: 5.270833vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 81.25vw;
}
@media screen and (max-width: 767px) {
  .ulAnalysisService {
    margin-top: 8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liAnalysisService {
  width: 39.58vw;
}
@media screen and (max-width: 767px) {
  .liAnalysisService {
    width: 100%;
  }
  .liAnalysisService:nth-child(n+2) {
    margin-top: 11vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.picAnalysisService img {
  width: 100%;
}

.capAnalysisService {
  margin-top: 0.9vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375vw;
  line-height: 1.5555555556;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.capAnalysisService::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5555555556) * 0.5em);
  content: "";
}
.capAnalysisService::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5555555556) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .capAnalysisService {
    margin-top: 2.2vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
  .capAnalysisService::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
  .capAnalysisService::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5714285714) * 0.5em);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .capAnalysisService02 {
    margin-top: 4.5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisHuka {
  margin-top: 10.5vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .analysisHuka {
    margin-top: 22.733333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulAnalysisHuka {
  margin-top: 4.375vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 31.25vw;
}
@media screen and (max-width: 767px) {
  .ulAnalysisHuka {
    margin-top: 9.266667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 89.33vw;
  }
}

.liAnalysisHuka {
  width: 100%;
}
.liAnalysisHuka img {
  width: 100%;
}

.capAnalysisHuka {
  margin-top: 1.9vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1.5555555556;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.capAnalysisHuka::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5555555556) * 0.5em);
  content: "";
}
.capAnalysisHuka::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5555555556) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .capAnalysisHuka {
    margin-top: 5vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
  }
  .capAnalysisHuka::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .capAnalysisHuka::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisZaishitu {
  margin-top: 5.7vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .analysisZaishitu {
    margin-top: 25.733333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulAnalysisZaishitu {
  margin-top: 5.78125vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 36.56vw;
}
@media screen and (max-width: 767px) {
  .ulAnalysisZaishitu {
    margin-top: 11.133333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liAnalysisZaishitu {
  width: 100%;
}
.liAnalysisZaishitu img {
  width: 100%;
}

.capAnalysisZaishitu {
  margin-top: 2vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375vw;
  line-height: 1.5555555556;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
.capAnalysisZaishitu::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5555555556) * 0.5em);
  content: "";
}
.capAnalysisZaishitu::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5555555556) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .capAnalysisZaishitu {
    margin-top: 6.2vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
  .capAnalysisZaishitu::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .capAnalysisZaishitu::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisGlis {
  margin-top: 8.5vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .analysisGlis {
    margin-top: 25vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 89.6vw;
  }
}

.ulAnalysisGlis {
  margin-top: 4.9479166667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 66.35vw;
}
@media screen and (max-width: 767px) {
  .ulAnalysisGlis {
    margin-top: 7.4666666667vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.66vw;
  }
}

.liAnalysisGlis {
  width: 31.77vw;
}
@media screen and (max-width: 767px) {
  .liAnalysisGlis {
    width: 100%;
  }
  .liAnalysisGlis:nth-child(n+2) {
    margin: 5vw auto 0 auto;
  }
}

.picAnalysisGlis img {
  width: 100%;
}

/**/
.analysisGlisBtm {
  margin-top: 6vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 66.35vw;
}
@media screen and (max-width: 767px) {
  .analysisGlisBtm {
    margin-top: 13vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.capAnalysisGlis {
  font-size: 1.3020833333vw;
  line-height: 1.12;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
.capAnalysisGlis::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.12) * 0.5em);
  content: "";
}
.capAnalysisGlis::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.12) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .capAnalysisGlis {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
  .capAnalysisGlis::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * 0.5em);
    content: "";
  }
  .capAnalysisGlis::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * 0.5em);
    content: "";
  }
}

.analysisGlisBtmFig {
  margin-top: 1.6145833333vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .analysisGlisBtmFig {
    margin-top: 5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.analysisGlisBtmFig img {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.analysisTyosa {
  margin-top: 10.7vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .analysisTyosa {
    margin-top: 19.7333333333vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulAnalysisTyosa {
  margin-top: 4.9479166667vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  width: 53.64vw;
}
@media screen and (max-width: 767px) {
  .ulAnalysisTyosa {
    margin-top: 8vw;
    margin-bottom: 0vw;
    margin-left: auto;
    margin-right: auto;
    width: 84vw;
  }
}

.liAnalysisTyosa {
  width: 100%;
}

.picAnalysisTyosa img {
  width: 100%;
}

/* ==========================================================================
Component
========================================================================== */
.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.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s 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.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s ease 0.35s forwards alternate;
}

.opacity_0_fade_in {
  opacity: 0;
}
.opacity_0_fade_in.active {
  -webkit-animation: fadein_in 0.75s ease 0.35s forwards alternate;
  animation: fadein_in 0.75s 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.75s ease 0.35s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.35s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(2) {
  -webkit-animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
  animation: fadein_sc_top 0.75s ease 0.7s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(3) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.05s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(4) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.4s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(5) {
  -webkit-animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
  animation: fadein_sc_top 0.75s ease 1.75s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(6) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.1s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(7) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.45s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(8) {
  -webkit-animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
  animation: fadein_sc_top 0.75s ease 2.8s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(9) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.15s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(10) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.5s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(11) {
  -webkit-animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
  animation: fadein_sc_top 0.75s ease 3.85s forwards alternate;
}
.opacity_0_list_fade_set.active > li:nth-child(12) {
  -webkit-animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
  animation: fadein_sc_top 0.75s ease 4.2s forwards alternate;
}

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

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

.listcntmainasu .moveList1 {
  opacity: 0;
}

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

.listcntmainasu .moveList2 {
  opacity: 0;
}

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

.listcntmainasu .moveList3 {
  opacity: 0;
}

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

.listcntmainasu .moveList4 {
  opacity: 0;
}

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

.listcntmainasu .moveList5 {
  opacity: 0;
}

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

.listcntmainasu .moveList6 {
  opacity: 0;
}

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

.listcntmainasu .moveList7 {
  opacity: 0;
}

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

.listcntmainasu .moveList8 {
  opacity: 0;
}

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

.listcntmainasu .moveList9 {
  opacity: 0;
}

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

.listcntmainasu .moveList10 {
  opacity: 0;
}

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

.listcntmainasuLeft .moveList {
  opacity: 0;
}
.listcntmainasuLeft.active .moveList:nth-child(1) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.15s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(2) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.3s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(3) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.45s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(4) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.6s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(5) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.75s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(6) {
  -webkit-animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
  animation: fadein_sc_left 0.75s ease 0.9s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(7) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.05s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(8) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.2s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(9) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.35s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(10) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.5s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(11) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
  animation: fadein_sc_left 0.75s ease 1.65s forwards alternate;
}
.listcntmainasuLeft.active .moveList:nth-child(12) {
  -webkit-animation: fadein_sc_left 0.75s ease 1.8s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 0.35s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 0.7s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 1.05s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 1.4s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 1.75s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 2.1s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 2.45s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 2.8s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 3.15s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 3.5s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 3.85s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 4.2s forwards alternate;
  animation: fadein_sc_left 0.75s 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.75s ease 0.35s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 0.7s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 1.05s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 1.4s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 1.75s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 2.1s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 2.45s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 2.8s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 3.15s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 3.5s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 3.85s forwards alternate;
  animation: fadein_sc_right 0.75s 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.75s ease 4.2s forwards alternate;
  animation: fadein_sc_right 0.75s 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 */