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

.tokusyuwapper {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .tokusyuwapper {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .tokusyuwapper {
    width: 100%;
  }
}

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

.ovhidden {
  overflow: hidden;
}

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

.d_flex {
  display: flex;
}

.d_block {
  display: block;
}

.d_none {
  display: none;
}

.d_contents {
  display: contents;
}

.d_inline {
  display: inline;
}

.d_grid {
  display: grid;
}

.d_inlineBlock {
  display: inline-block;
}

.d_inlineFlex {
  display: inline-flex;
}

.d_inlineTable {
  display: inline-table;
}

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

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

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

.j_center {
  justify-content: center;
}

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

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

.j_firstBaseline {
  justify-content: first baseline;
}

.j_firstBaseline {
  justify-content: last baseline;
}

.j_left {
  justify-content: left;
}

.j_right {
  justify-content: right;
}

.j_safe {
  justify-content: safe;
}

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

.ali_center {
  align-items: center;
}

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

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

.ali_stretch {
  align-items: stretch;
}

.ali_unset {
  align-items: unset;
}

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

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

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

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

.alc_stretch {
  align-content: stretch;
}

.alc_unset {
  align-content: unset;
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
Library
========================================================================== */
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #323232;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

body input,
body textarea,
body button {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  line-height: 1;
  font-weight: 500;
}

#mintyou,
.mintyou,
.mincho {
  font-family: "Noto Serif JP", serif;
}

.t_center {
  text-align: center;
}

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

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

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

/* ==========================================================================
Common
========================================================================== */
/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.base_header {
  position: sticky;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .base_header {
    border-bottom: 1px solid #949494;
  }
}

.headerTop {
  padding-top: 0px;
  padding-bottom: 21px;
  padding-left: 30px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .headerTop {
    padding: 0% 0% 1.09% 1.56%;
  }
}
@media screen and (max-width: 767px) {
  .headerTop {
    padding: 0% 0% 0% 5.9%;
  }
}

.logoHeaderTop {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 476px;
}
@media screen and (max-width: 1259px) {
  .logoHeaderTop {
    margin: 0.98% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .logoHeaderTop {
    margin-top: 18px;
    margin-bottom: 18.88px;
    margin-left: 0px;
    margin-right: 0px;
    width: 52.9%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .logoHeaderTop {
    margin: 4.8% 0% 5.03% 0%;
  }
}

.btnMenuHeaderOpen {
  width: 70px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btnMenuHeaderOpen {
    width: 19.7%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerGnavbg {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 98;
}

.headerGnavWap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 375px;
  z-index: 99;
  overflow: scroll;
  scrollbar-width: none;
  height: 100vh;
  padding: 0 0 2% 0;
}
@media screen and (max-width: 767px) {
  .headerGnavWap {
    width: 375px;
    padding: 0 0 10% 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .headerGnavWap {
    width: 100%;
  }
}
.headerGnavWap::-webkit-scrollbar {
  display: none;
}

.headerGnavTop {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  padding-right: 0px;
  background: #fff;
  border-bottom: 1px solid #949494;
}
@media screen and (max-width: 1259px) {
  .headerGnavTop {
    padding: 0% 0% 0% 5.86%;
  }
}
.headerGnavToplink {
  width: 187px;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .headerGnavToplink {
    width: 49.86%;
  }
}
@media screen and (max-width: 1259px) {
  .headerGnavToplink {
    margin: 4.53% 0% 4.53% 0%;
  }
}
@media screen and (max-width: 767px) {
  .headerGnavToplink {
    width: 53.1%;
    margin: 4.8% 0% 4.6% 0%;
  }
}

.btnMenuHeaderClose {
  width: 70px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 1259px) {
  .btnMenuHeaderClose {
    width: 18.66%;
  }
}
@media screen and (max-width: 767px) {
  .btnMenuHeaderClose {
    width: 19.9%;
  }
}

.navHeaderGnav {
  background: #FFF;
}

.liHeaderGnav {
  border-bottom: 1px solid #999;
}

.btnHeaderGnav {
  padding-top: 23px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 23px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1259px) {
  .btnHeaderGnav {
    padding: 6.13% 6.13% 6.4% 5.33%;
  }
}
@media screen and (max-width: 1259px) {
  .btnHeaderGnav {
    font-size: 1.3502779984vw;
  }
}
.btnHeaderGnav::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.btnHeaderGnav::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnHeaderGnav {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnHeaderGnav {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .btnHeaderGnav::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .btnHeaderGnav::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.arrowHeaderGnav {
  background: url(../img/arrowHeaderGnav.svg) no-repeat center right;
  background-size: auto 45%;
  display: block;
  width: 100%;
}
.subNavHeaderGnav {
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .subNavHeaderGnav {
    padding: 5.33% 0% 6.4% 0%;
  }
}
.ulSubNavHeaderGnav {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 335px;
}
@media screen and (max-width: 1259px) {
  .ulSubNavHeaderGnav {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .ulSubNavHeaderGnav {
    width: 89.33%;
  }
}
.btnSubNavHeaderGnav {
  aspect-ratio: 335/54;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  background: #FFF;
}
@media screen and (max-width: 1259px) {
  .btnSubNavHeaderGnav {
    font-size: 1.2708498809vw;
  }
}
.btnSubNavHeaderGnav::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.btnSubNavHeaderGnav::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnSubNavHeaderGnav {
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnSubNavHeaderGnav {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btnSubNavHeaderGnav::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
  .btnSubNavHeaderGnav::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7777777778) * 0.5em);
    content: "";
  }
}

.liSubNavHeaderGnav + .liSubNavHeaderGnav {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liSubNavHeaderGnav + .liSubNavHeaderGnav {
    margin: 2.98% 0% 0% 0%;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footerTop {
  padding-top: 100px;
  padding-bottom: 130px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .footerTop {
    padding: 5.2% 0% 6.77% 0%;
  }
}
@media screen and (max-width: 767px) {
  .footerTop {
    padding: 8% 0% 9.6% 0%;
  }
}

@media screen and (max-width: 767px) {
  .footerTokushimaWap {
    margin-top: 6.79%;
  }
}

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

.footerTopLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .footerTopLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .footerTopLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footerTopLxn {
    width: 315px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerTopLxn {
    width: 84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .footerTopLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sliderFooterTop {
  width: 584px;
}
@media screen and (max-width: 1259px) {
  .sliderFooterTop {
    width: 48.66%;
  }
}
@media screen and (max-width: 767px) {
  .sliderFooterTop {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .sliderFooterTop {
    width: 100%;
  }
}

.btnSliderFooterTop {
  position: relative;
  display: block;
  width: 100%;
}

.thumbsSliderFooterTop {
  width: 100%;
}

.titleSliderFooterTop {
  position: absolute;
  top: 14%;
  right: 0;
  width: 298px;
}
@media screen and (max-width: 1259px) {
  .titleSliderFooterTop {
    width: 51.02%;
  }
}
@media screen and (max-width: 767px) {
  .titleSliderFooterTop {
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .titleSliderFooterTop {
    width: 50.79%;
  }
}

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

.brdTitleSliderFooterTop {
  height: 1px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .brdTitleSliderFooterTop {
    margin: 5.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .brdTitleSliderFooterTop {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .brdTitleSliderFooterTop {
    margin: 5% 0% 0% 0%;
  }
}

.h4TitleSliderFooterTop {
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4TitleSliderFooterTop {
    font-size: 2.3828435266vw;
  }
}
.h4TitleSliderFooterTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
.h4TitleSliderFooterTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4TitleSliderFooterTop {
    margin: 5.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4TitleSliderFooterTop {
    line-height: 1.4333333333;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
    margin-top: 7px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4TitleSliderFooterTop {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .h4TitleSliderFooterTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
  .h4TitleSliderFooterTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h4TitleSliderFooterTop {
    margin: 4.37% 0% 0% 0%;
  }
}

.subTitleSliderFooterTop {
  position: absolute;
  top: 45%;
  right: 0;
  width: 298px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1259px) {
  .subTitleSliderFooterTop {
    width: 51.02%;
  }
}
@media screen and (max-width: 1259px) {
  .subTitleSliderFooterTop {
    padding: 3.42% 3.42% 3.42% 3.42%;
  }
}
@media screen and (max-width: 767px) {
  .subTitleSliderFooterTop {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .subTitleSliderFooterTop {
    width: 50.79%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .subTitleSliderFooterTop {
    padding: 3.17% 3.17% 3.17% 3.17%;
  }
}

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

.h4SubTitleSliderFooterTop {
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4SubTitleSliderFooterTop {
    font-size: 2.3828435266vw;
  }
}
.h4SubTitleSliderFooterTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
.h4SubTitleSliderFooterTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4SubTitleSliderFooterTop {
    margin: 5.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4SubTitleSliderFooterTop {
    line-height: 1.4333333333;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
    margin-top: 9px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4SubTitleSliderFooterTop {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .h4SubTitleSliderFooterTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
  .h4SubTitleSliderFooterTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4333333333) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h4SubTitleSliderFooterTop {
    margin: 3.02% 0% 0% 0%;
  }
}

.arrowSliderFooterTop {
  position: absolute;
  bottom: 4%;
  right: 3%;
  width: 35px;
}
@media screen and (max-width: 1259px) {
  .arrowSliderFooterTop {
    width: 5.99%;
  }
}
@media screen and (max-width: 767px) {
  .arrowSliderFooterTop {
    width: 18.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .arrowSliderFooterTop {
    width: 5.99%;
  }
}

.contactFooterTop {
  width: 584px;
}
@media screen and (max-width: 1259px) {
  .contactFooterTop {
    width: 48.66%;
  }
}
@media screen and (max-width: 767px) {
  .contactFooterTop {
    margin-top: 9.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .contactFooterTop {
    width: 100%;
  }
}

.btnContactFooterTop {
  position: relative;
  display: block;
  width: 100%;
}

.bgContactFooterTop {
  width: 100%;
}

.arrowContactFooterTop {
  position: absolute;
  bottom: 4%;
  right: 3%;
  width: 35px;
}
@media screen and (max-width: 1259px) {
  .arrowContactFooterTop {
    width: 5.99%;
  }
}
@media screen and (max-width: 767px) {
  .arrowContactFooterTop {
    width: 18.88px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .arrowContactFooterTop {
    width: 5.99%;
  }
}

.swiperPagination {
  position: absolute;
  bottom: 4.5% !important;
  left: 2.6% !important;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .swiperPagination {
    bottom: 3.5% !important;
    left: 1.4% !important;
  }
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1 !important;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5.9px) !important;
}
.swiper-pagination-bullet-active {
  background: #587C76;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.main_footer {
  margin-top: 0;
  padding: 0 0 1.5% 0;
}
@media screen and (max-width: 767px) {
  .main_footer {
    padding: 0 0 2.6% 0;
  }
}

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

.contactWap {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.contactWap img {
  width: 100%;
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexFv {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1920/757;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .indexFv {
    aspect-ratio: 375/480;
  }
}

.indexFvMovie {
  position: relative;
  width: 100%;
  height: 100%;
}

.indexFvMovie video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.indexFvMovie video::-webkit-media-controls-status-display {
  display: none !important;
  -webkit-appearance: none;
}
.indexFvMovie video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.indexFvMovie video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .indexFvMovie video {
    height: 100%;
    width: auto;
  }
}

.maskIndexFv {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.secIndexFv {
  position: absolute;
  top: 36.2%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .secIndexFv {
    top: 40.3%;
  }
}

.h2IndexFv {
  font-size: 40px;
  line-height: 1.425;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
@media screen and (max-width: 1259px) {
  .h2IndexFv {
    font-size: 3.1771247021vw;
  }
}
.h2IndexFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.425) * 0.5em);
  content: "";
}
.h2IndexFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.425) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2IndexFv {
    line-height: 1.4375;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2IndexFv {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2IndexFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h2IndexFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.h3IndexFv {
  margin-top: 34px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  line-height: 1.4428571429;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
@media screen and (max-width: 1259px) {
  .h3IndexFv {
    margin-top: 1.77%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .h3IndexFv {
    font-size: 5.5599682288vw;
  }
}
.h3IndexFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4428571429) * 0.5em);
  content: "";
}
.h3IndexFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4428571429) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3IndexFv {
    margin-top: 4.8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4375;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3IndexFv {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3IndexFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h3IndexFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.txtIndexFv {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.32em;
  text-indent: -0.32em;
  bottom: -0.7%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  color: #FFF;
}
@media screen and (max-width: 1259px) {
  .txtIndexFv {
    font-size: 6.3542494043vw;
  }
}
.txtIndexFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.txtIndexFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtIndexFv {
    line-height: 1.4230769231;
    letter-spacing: 0.32em;
    text-indent: -0.32em;
    bottom: -0.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexFv {
    font-size: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4230769231) * 0.5em);
    content: "";
  }
  .txtIndexFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4230769231) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.titleIndexWorks {
  width: 100%;
  padding-top: 116px;
  padding-bottom: 124px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .titleIndexWorks {
    padding: 6.04% 0% 6.45% 0%;
  }
}
@media screen and (max-width: 767px) {
  .titleIndexWorks {
    padding: 17% 0% 18% 0%;
  }
}

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

.subTitleIndexWorks {
  width: 100%;
  background: #587C76;
}

.mainSubTitleIndexWorks {
  position: relative;
  width: 50%;
  height: 22.1875vw;
}
@media screen and (max-width: 1259px) {
  .mainSubTitleIndexWorks {
    height: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .mainSubTitleIndexWorks {
    height: 40vw;
    width: 40.53%;
  }
}

.bgmainSubTitleIndexWorks {
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
}

.mainSubTitleIndexWorksWap {
  margin: 9.7395833333vw 0vw 0vw 19.53125vw;
}
@media screen and (max-width: 767px) {
  .mainSubTitleIndexWorksWap {
    margin: 42% 0% 0% 24.5%;
  }
}

.subTitleIndexWorks02 .mainSubTitleIndexWorksWap {
  margin: 9.7395833333vw 0vw 0vw 18.0208333333vw;
}
@media screen and (max-width: 767px) {
  .subTitleIndexWorks02 .mainSubTitleIndexWorksWap {
    margin: 42% 0% 0% 16.5%;
  }
}

.h3MainSubTitleIndexWorks {
  z-index: 9;
  font-size: 45px;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
@media screen and (max-width: 1259px) {
  .h3MainSubTitleIndexWorks {
    font-size: 3.5742652899vw;
  }
}
@media screen and (max-width: 767px) {
  .h3MainSubTitleIndexWorks {
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3MainSubTitleIndexWorks {
    font-size: 4.8vw;
  }
}

.thumbsSubTitleIndexWorksWap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .thumbsSubTitleIndexWorksWap {
    width: 59.4%;
  }
}

.thumbsSubTitleIndexWorks {
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  width: 100%;
  background: url(../img/index/thumbsSubTitleIndexWorks01Pc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .thumbsSubTitleIndexWorks {
    display: none;
  }
}

.subTitleIndexWorks02 .thumbsSubTitleIndexWorks {
  background: url(../img/index/thumbsSubTitleIndexWorks02Pc.jpg) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .subTitleIndexWorks02 .thumbsSubTitleIndexWorks {
    display: none;
  }
}

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

.indexloopWorksLxn {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .indexloopWorksLxn {
    padding: 5.2% 0% 5.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexloopWorksLxn {
    padding: 13.33% 0% 13% 0%;
  }
}

.indexLoopWorksFx {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .indexLoopWorksFx {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .indexLoopWorksFx {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexLoopWorksFx {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexLoopWorksFx {
    width: 92%;
  }
}

.indexLoopWorksCnt {
  text-decoration: none;
  width: 584px;
}
@media screen and (max-width: 1259px) {
  .indexLoopWorksCnt {
    width: 48.66%;
  }
}
@media screen and (max-width: 767px) {
  .indexLoopWorksCnt {
    width: 100%;
  }
}

.indexLoopWorksCnt:nth-child(n+3) {
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .indexLoopWorksCnt:nth-child(n+3) {
    margin: 4.76% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexLoopWorksCnt:nth-child(n+3) {
    margin-top: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexLoopWorksCnt:nth-child(n+3) {
    margin: 8.26% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexLoopWorksCnt:nth-child(n+2) {
    margin-top: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .indexLoopWorksCnt:nth-child(n+2) {
    margin: 8.26% 0% 0% 0%;
  }
}

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

.pore {
  position: relative;
}

.thumbsIndexLoopWorksCnt {
  width: 100%;
}

.txtIndexLoopWorksCnt {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 29px;
  padding-right: 23px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}
@media screen and (max-width: 1259px) {
  .txtIndexLoopWorksCnt {
    padding: 1.36% 3.93% 1.54% 4.96%;
  }
}
@media screen and (max-width: 1259px) {
  .txtIndexLoopWorksCnt {
    font-size: 1.2708498809vw;
  }
}
.txtIndexLoopWorksCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtIndexLoopWorksCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtIndexLoopWorksCnt {
    padding: 2.4% 2.3% 2.66% 2.6%;
    line-height: 1.4166666667;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtIndexLoopWorksCnt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtIndexLoopWorksCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .txtIndexLoopWorksCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.h4IndexLoopWorksCnt {
  font-size: 25px;
  line-height: 1.44;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4IndexLoopWorksCnt {
    font-size: 1.9857029388vw;
  }
}
.h4IndexLoopWorksCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.44) * 0.5em);
  content: "";
}
.h4IndexLoopWorksCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.44) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4IndexLoopWorksCnt {
    margin: 4.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4IndexLoopWorksCnt {
    line-height: 1.4375;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
    margin: 5.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4IndexLoopWorksCnt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4IndexLoopWorksCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h4IndexLoopWorksCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.indexStrong {
  padding-top: 116px;
  padding-bottom: 159px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .indexStrong {
    padding: 6.04% 0% 8.28% 0%;
  }
}
@media screen and (max-width: 767px) {
  .indexStrong {
    padding: 16.8% 0% 26.4% 0%;
  }
}

.titleIndexStrong {
  width: 100%;
}

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

.indexStrongWap {
  margin-top: 123px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .indexStrongWap {
    margin-top: 9.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .indexStrongWap {
    margin-top: 17.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.liIndexStrong {
  width: 584px;
}
@media screen and (max-width: 1259px) {
  .liIndexStrong {
    width: 48.66%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexStrong {
    width: 100%;
  }
}

.liIndexStrong:nth-child(n+3) {
  margin-top: 69px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liIndexStrong:nth-child(n+3) {
    margin: 11.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexStrong:nth-child(n+3) {
    margin: 10% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liIndexStrong:nth-child(n+2) {
    margin: 10% 0% 0% 0%;
  }
}

.photoIndexStrong {
  width: 100%;
}

.h3IndexStrong {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h3IndexStrong {
    font-size: 1.5885623511vw;
  }
}
.h3IndexStrong::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h3IndexStrong::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3IndexStrong {
    margin: 4.45% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3IndexStrong {
    line-height: 1.4666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 315px;
    margin-top: 7.3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3IndexStrong {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .h3IndexStrong::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .h3IndexStrong::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h3IndexStrong {
    width: 84%;
  }
}

.nameIndexStrongFx {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .nameIndexStrongFx {
    margin: 2.05% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .nameIndexStrongFx {
    display: block;
    width: 315px;
    margin-top: 2.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .nameIndexStrongFx {
    width: 84%;
  }
}

.h4IndexStrong {
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h4IndexStrong {
    font-size: 2.5416997617vw;
  }
}
.h4IndexStrong::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.h4IndexStrong::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h4IndexStrong {
    width: 100%;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4IndexStrong {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .h4IndexStrong::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .h4IndexStrong::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.btnRubyIndexStrong {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10.5px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .btnRubyIndexStrong {
    font-size: 1.429706116vw;
  }
}
.btnRubyIndexStrong::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.btnRubyIndexStrong::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .btnRubyIndexStrong {
    margin: 0% 0% 0% 1.79%;
  }
}
@media screen and (max-width: 767px) {
  .btnRubyIndexStrong {
    width: 100%;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 1.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnRubyIndexStrong {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .btnRubyIndexStrong::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .btnRubyIndexStrong::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.rubyIndexStrong {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyIndexStrong {
    font-size: 1.2708498809vw;
  }
}
.rubyIndexStrong::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.rubyIndexStrong::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyIndexStrong {
    margin: 5.99% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexStrong {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 315px;
    margin-top: 6.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyIndexStrong {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyIndexStrong::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .rubyIndexStrong::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .rubyIndexStrong {
    width: 84%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worskFv {
  width: 100%;
  padding-top: 39px;
  padding-bottom: 78px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .worskFv {
    padding: 2.03% 0% 4.06% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worskFv {
    padding: 9.5% 0% 15.5% 0%;
  }
}

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

.rubyWorskFv {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyWorskFv {
    font-size: 1.5885623511vw;
  }
}
.rubyWorskFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.rubyWorskFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyWorskFv {
    margin: 0.46% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .rubyWorskFv {
    line-height: 1.4615384615;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
    margin: 2.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyWorskFv {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyWorskFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .rubyWorskFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksTopTitleLxn {
  width: 809px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksTopTitleLxn {
    width: 64.2%;
  }
}
@media screen and (max-width: 1259px) {
  .worksTopTitleLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksTopTitleLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksTopTitleLxn {
    width: 92%;
  }
}

.worksTopTitleFx {
  width: 100%;
}

.h3WorksTopTitle {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 10px;
}
@media screen and (max-width: 1259px) {
  .h3WorksTopTitle {
    font-size: 1.5885623511vw;
  }
}
.h3WorksTopTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.h3WorksTopTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3WorksTopTitle {
    padding: 1.48% 1.23% 1.6% 2.47%;
  }
}
@media screen and (max-width: 767px) {
  .h3WorksTopTitle {
    line-height: 1.4166666667;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
    padding: 1.5% 2.1% 2.2% 3.8%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3WorksTopTitle {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .h3WorksTopTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .h3WorksTopTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.rubyWorksTopTitle {
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: 24px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .rubyWorksTopTitle {
    font-size: 2.3828435266vw;
  }
}
.rubyWorksTopTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
.rubyWorksTopTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .rubyWorksTopTitle {
    margin: 0.74% 0% 0% 2.97%;
  }
}
@media screen and (max-width: 767px) {
  .rubyWorksTopTitle {
    line-height: 1.4375;
    letter-spacing: 0.2em;
    text-indent: -0.2em;
    margin: 1.6% 0% 0% 4.63%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyWorksTopTitle {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyWorksTopTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .rubyWorksTopTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.thumbsWorksTopTitle {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .thumbsWorksTopTitle {
    margin: 2.97% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .thumbsWorksTopTitle {
    margin: 4.63% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksMainWap {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksMainWap {
    margin-top: 5.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksMainWap {
    margin-top: 10.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksMainCntLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .worksMainCntLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .worksMainCntLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .worksMainCntLxn {
    padding: 5.31% 0% 7.93% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worksMainCntLxn {
    width: 100%;
    padding: 9.5% 0% 10.66% 0%;
  }
}

.worksMainCnt {
  width: 808px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksMainCnt {
    width: 67.33%;
  }
}
@media screen and (max-width: 1259px) {
  .worksMainCnt {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksMainCnt {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksMainCnt {
    width: 84%;
  }
}

.titleWorksMainCnt {
  width: 100%;
}

.h2TitleWorksMainCnt {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2TitleWorksMainCnt {
    font-size: 1.5885623511vw;
  }
}
.h2TitleWorksMainCnt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h2TitleWorksMainCnt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2TitleWorksMainCnt {
    text-align: left;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleWorksMainCnt {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleWorksMainCnt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .h2TitleWorksMainCnt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.dataConceptWorksMain {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .dataConceptWorksMain {
    margin: 8.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .dataConceptWorksMain {
    margin: 14.87% 0% 0% 0%;
  }
}

.dataWorksMain {
  width: 372px;
}
@media screen and (max-width: 1259px) {
  .dataWorksMain {
    width: 46.03%;
  }
}
@media screen and (max-width: 767px) {
  .dataWorksMain {
    width: 100%;
  }
}

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

.txtDataWorksMain {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.015em;
  text-indent: -0.015em;
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtDataWorksMain {
    font-size: 1.2708498809vw;
  }
}
.txtDataWorksMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * 0.5em);
  content: "";
}
.txtDataWorksMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.875) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtDataWorksMain {
    margin: 6.18% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtDataWorksMain {
    line-height: 1.7142857143;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 8.3% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDataWorksMain {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDataWorksMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtDataWorksMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.conceptWorksMain {
  width: 385px;
}
@media screen and (max-width: 1259px) {
  .conceptWorksMain {
    width: 47.64%;
  }
}
@media screen and (max-width: 767px) {
  .conceptWorksMain {
    width: 100%;
    margin: 8.1% 0% 0% 0%;
  }
}

.tableConceptWorksMain {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .tableConceptWorksMain {
    margin: 4.15% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tableConceptWorksMain {
    margin: 6% 0% 0% 0%;
  }
}
.tableConceptWorksMain tr {
  border-bottom: 1px solid #676767;
}

.thConceptWorksMain {
  text-align: left;
  width: 114px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .thConceptWorksMain {
    width: 29.61%;
  }
}
@media screen and (max-width: 1259px) {
  .thConceptWorksMain {
    padding: 2.59% 0% 2.59% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .thConceptWorksMain {
    font-size: 1.2708498809vw;
  }
}
.thConceptWorksMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.thConceptWorksMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .thConceptWorksMain {
    width: 80px;
    padding: 3.2% 0% 3.79% 0%;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .thConceptWorksMain {
    width: 25.39%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thConceptWorksMain {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .thConceptWorksMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .thConceptWorksMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.tdConceptWorksMain {
  text-align: left;
  width: 271px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .tdConceptWorksMain {
    width: 70.38%;
  }
}
@media screen and (max-width: 1259px) {
  .tdConceptWorksMain {
    padding: 2.59% 0% 2.59% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .tdConceptWorksMain {
    font-size: 1.2708498809vw;
  }
}
.tdConceptWorksMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.tdConceptWorksMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .tdConceptWorksMain {
    width: 235px;
    padding: 3.2% 0% 3.79% 0%;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .tdConceptWorksMain {
    width: 74.6%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdConceptWorksMain {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .tdConceptWorksMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .tdConceptWorksMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.urlWorksMain {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .urlWorksMain {
    margin: 8.66% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .urlWorksMain {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .urlWorksMain {
    margin: 9.52% 0% 0% 0%;
  }
}

.liUrlWorksMain {
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 1259px) {
  .liUrlWorksMain {
    padding: 3.11% 4.15% 2.85% 4.15%;
  }
}
@media screen and (max-width: 767px) {
  .liUrlWorksMain {
    padding: 3.8% 5.07% 4.8% 5.07%;
  }
}

.h3UrlWorksMain {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 36px;
  width: 16%;
}
@media screen and (max-width: 1259px) {
  .h3UrlWorksMain {
    margin: 0% 4.45% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3UrlWorksMain {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h3UrlWorksMain {
    margin: 0% 0% 0% 0%;
  }
}

.iconUrlWorksMain {
  width: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 9px;
}
@media screen and (max-width: 1259px) {
  .iconUrlWorksMain {
    width: 1.98%;
  }
}
@media screen and (max-width: 1259px) {
  .iconUrlWorksMain {
    margin: 0% 1.11% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .iconUrlWorksMain {
    width: 20%;
    margin: 0% 1% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .iconUrlWorksMain {
    width: 6.07%;
    margin: 0% 3.17% 0% 0%;
  }
}

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

@media screen and (max-width: 767px) {
  .linkUrlWorksMain {
    display: block;
    width: 100%;
    margin: 4% 0% 0% 0%;
  }
}

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

.beforeAfterWroks {
  width: 100%;
  margin-top: 66.3px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .beforeAfterWroks {
    margin: 8.2% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .beforeAfterWroks {
    margin: 14.87% 0% 0% 0%;
  }
}

.ulBeforeAfterWroks {
  width: 100%;
}

.liBeforeAfterWroks {
  width: 385px;
}
@media screen and (max-width: 1259px) {
  .liBeforeAfterWroks {
    width: 47.64%;
  }
}
@media screen and (max-width: 767px) {
  .liBeforeAfterWroks {
    width: 100%;
  }
}

.liBeforeAfterWroks:nth-child(n+3) {
  margin-top: 36.5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liBeforeAfterWroks:nth-child(n+3) {
    margin: 4.51% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liBeforeAfterWroks:nth-child(n+3) {
    margin: 6.5% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liBeforeAfterWroks:nth-child(n+2) {
    margin: 6.5% 0% 0% 0%;
  }
}

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

.photoBeforeAfterWroks {
  width: 100%;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photoBeforeAfterWroks {
    margin: 2.35% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoBeforeAfterWroks {
    margin: 4.7% 0% 0% 0%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksSliderWap {
  margin-top: 95px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksSliderWap {
    margin-top: 7.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksSliderWap {
    margin-top: 20.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.secWorksSlider {
  width: 100%;
}

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

.mainWorksSlider {
  width: 100%;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .mainWorksSlider {
    margin: 3.91% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainWorksSlider {
    margin: 10.1% 0% 0% 0%;
  }
}

.subMainWorksSlider {
  position: relative;
  width: 710px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .subMainWorksSlider {
    width: 87.87%;
  }
}
@media screen and (max-width: 1259px) {
  .subMainWorksSlider {
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .subMainWorksSlider {
    width: 315px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .subMainWorksSlider {
    width: 84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .subMainWorksSlider {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiperButtonPrev {
  background: url(../img/swiperButtonPrev.svg) no-repeat center center;
  background-size: auto 100%;
  width: 20px;
  aspect-ratio: 20/40;
  position: absolute;
  top: 33%;
  left: -2.8%;
  z-index: 1;
}
@media screen and (max-width: 1259px) {
  .swiperButtonPrev {
    width: 2.47%;
  }
}
@media screen and (max-width: 767px) {
  .swiperButtonPrev {
    width: 4.7%;
    aspect-ratio: 15/30;
    top: 28%;
    left: -4.8%;
  }
}

.swiperButtonNext {
  background: url(../img/swiperButtonNext.svg) no-repeat center center;
  background-size: auto 100%;
  width: 20px;
  aspect-ratio: 20/40;
  position: absolute;
  top: 33%;
  right: -2.8%;
  z-index: 1;
}
@media screen and (max-width: 1259px) {
  .swiperButtonNext {
    width: 2.47%;
  }
}
@media screen and (max-width: 767px) {
  .swiperButtonNext {
    width: 4.7%;
    aspect-ratio: 15/30;
    top: 28%;
    right: -4.8%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksMadoriWap {
  margin-top: 95px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksMadoriWap {
    margin-top: 7.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksMadoriWap {
    margin-top: 20%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksMadoriLxn {
  width: 808px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksMadoriLxn {
    width: 64.12%;
  }
}
@media screen and (max-width: 1259px) {
  .worksMadoriLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksMadoriLxn {
    width: 345px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksMadoriLxn {
    width: 92%;
  }
}

.secWorksMadori {
  width: 100%;
}

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

.ulWorksMadori {
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .ulWorksMadori {
    margin: 5.81% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulWorksMadori {
    margin: 10.9% 0% 0% 0%;
  }
}

.liWorksMadori {
  width: 100%;
}

.btnWorksMadori {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 35px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .btnWorksMadori {
    padding: 4.45% 0% 4.33% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btnWorksMadori {
    padding: 4.45% 0% 4.5% 0%;
  }
}

.imgbtnWorksMadori {
  width: 544px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .imgbtnWorksMadori {
    width: 67.32%;
  }
}
@media screen and (max-width: 767px) {
  .imgbtnWorksMadori {
    width: 67.5%;
  }
}

.imgbtnWorksMadoriIcon {
  position: absolute;
  bottom: -0.3%;
  right: -0.2%;
  width: 35px;
}
@media screen and (max-width: 1259px) {
  .imgbtnWorksMadoriIcon {
    width: 4.33%;
  }
}
@media screen and (max-width: 767px) {
  .imgbtnWorksMadoriIcon {
    width: 10%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksOtherPhotoWap {
  margin-top: 79px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksOtherPhotoWap {
    margin-top: 6.26%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksOtherPhotoWap {
    margin-top: 13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksOtherPhotoLxn {
  width: 808px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksOtherPhotoLxn {
    width: 64.12%;
  }
}
@media screen and (max-width: 1259px) {
  .worksOtherPhotoLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksOtherPhotoLxn {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksOtherPhotoLxn {
    width: 84%;
  }
}

.secworksOtherPhoto {
  width: 100%;
}

.h2worksOtherPhoto {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .h2worksOtherPhoto {
    font-size: 1.5885623511vw;
  }
}
.h2worksOtherPhoto::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h2worksOtherPhoto::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2worksOtherPhoto {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2worksOtherPhoto {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2worksOtherPhoto::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .h2worksOtherPhoto::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}

.ulWorksOtherPhoto {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .ulWorksOtherPhoto {
    margin: 3.21% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulWorksOtherPhoto {
    margin: 5.5% 0% 0% 0%;
  }
}

.liworksOtherPhoto {
  width: 385px;
}
@media screen and (max-width: 1259px) {
  .liworksOtherPhoto {
    width: 47.64%;
  }
}
@media screen and (max-width: 767px) {
  .liworksOtherPhoto {
    width: 100%;
  }
}

.liworksOtherPhoto:nth-child(n+3) {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .liworksOtherPhoto:nth-child(n+3) {
    margin: 4.7% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liworksOtherPhoto:nth-child(n+3) {
    margin: 6.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liworksOtherPhoto:nth-child(n+2) {
    margin: 6.1% 0% 0% 0%;
  }
}

.imgbtnworksOtherPhoto {
  width: 100%;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksFeaturesWap {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksFeaturesWap {
    margin-top: 6.34%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksFeaturesWap {
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksFeaturesWap {
    margin-top: 21.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.worksFeaturesLxn {
  width: 1200px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .worksFeaturesLxn {
    width: 95.23%;
  }
}
@media screen and (max-width: 1259px) {
  .worksFeaturesLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .worksFeaturesLxn {
    padding: 5.15% 0% 7.93% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worksFeaturesLxn {
    width: 100%;
    padding: 9.5% 0% 10.5% 0%;
  }
}

.worksFeatures {
  width: 808px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .worksFeatures {
    width: 67.33%;
  }
}
@media screen and (max-width: 1259px) {
  .worksFeatures {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksFeatures {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksFeatures {
    width: 84%;
  }
}

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

.worksFeaturesFx {
  width: 100%;
  margin-top: 63px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .worksFeaturesFx {
    margin: 7.79% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worksFeaturesFx {
    margin: 11.4% 0% 0% 0%;
  }
}

.worksFeaturesFx:nth-child(n+3) {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .worksFeaturesFx:nth-child(n+3) {
    margin: 4.45% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worksFeaturesFx:nth-child(n+3) {
    margin: 12% 0% 0% 0%;
  }
}

.photoWorksFeaturesFx {
  width: 385px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photoWorksFeaturesFx {
    width: 47.64%;
  }
}
@media screen and (max-width: 1259px) {
  .photoWorksFeaturesFx {
    margin: 0.49% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photoWorksFeaturesFx {
    width: 100%;
  }
}

.secWorksFeatures {
  width: 385px;
}
@media screen and (max-width: 1259px) {
  .secWorksFeatures {
    width: 47.64%;
  }
}
@media screen and (max-width: 767px) {
  .secWorksFeatures {
    width: 100%;
    margin: 8.52% 0% 0% 0%;
  }
}

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

.txtWorksFeatures {
  font-size: 17px;
  line-height: 1.7647058824;
  letter-spacing: 0em;
  text-indent: 0em;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .txtWorksFeatures {
    font-size: 1.3502779984vw;
  }
}
.txtWorksFeatures::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7647058824) * 0.5em);
  content: "";
}
.txtWorksFeatures::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7647058824) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtWorksFeatures {
    margin: 8.31% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtWorksFeatures {
    line-height: 1.7142857143;
    letter-spacing: 0em;
    text-indent: 0em;
    margin: 5.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtWorksFeatures {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtWorksFeatures::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtWorksFeatures::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.toTopWorks {
  border: 1px solid #000000;
  width: 330px;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .toTopWorks {
    width: 26.19%;
  }
}
@media screen and (max-width: 1259px) {
  .toTopWorks {
    margin-top: 7.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .toTopWorks {
    width: 259px;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .toTopWorks {
    width: 69.06%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .toTopWorks {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnTopWorks {
  text-decoration: none;
  color: #000000;
  aspect-ratio: 330/64;
  width: 100%;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 1259px) {
  .btnTopWorks {
    font-size: 1.5885623511vw;
  }
}
.btnTopWorks::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.btnTopWorks::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnTopWorks {
    aspect-ratio: 259/53;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnTopWorks {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btnTopWorks::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .btnTopWorks::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.worksOther {
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .worksOther {
    margin: 4.68% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .worksOther {
    padding: 3.64% 0% 3.64% 0%;
  }
}
@media screen and (max-width: 767px) {
  .worksOther {
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 18.66% 0% 18.46% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksOther {
    margin: 26.66% 0% 0% 0%;
  }
}

.worksOtherSliderLxn {
  width: 980px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1259px) {
  .worksOtherSliderLxn {
    width: 77.77%;
  }
}
@media screen and (max-width: 1259px) {
  .worksOtherSliderLxn {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .worksOtherSliderLxn {
    width: 100%;
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .worksOtherSliderLxn {
    width: 80%;
  }
}

.worksOtherSlider {
  width: 100%;
  position: relative;
}
.thumbsWorksOtherSlider {
  width: 100%;
}

.txtWorksOtherSlider {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.4166666667;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  padding-top: 7px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 7px;
}
@media screen and (max-width: 1259px) {
  .txtWorksOtherSlider {
    font-size: 0.9531374106vw;
  }
}
.txtWorksOtherSlider::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
.txtWorksOtherSlider::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtWorksOtherSlider {
    padding: 2.33% 2.33% 3.33% 3.33%;
  }
}
@media screen and (max-width: 767px) {
  .txtWorksOtherSlider {
    line-height: 1.4166666667;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtWorksOtherSlider {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtWorksOtherSlider::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .txtWorksOtherSlider::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .txtWorksOtherSlider {
    padding: 3.33% 3.33% 3.33% 3.33%;
  }
}

.h4WorksOtherSlider {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h4WorksOtherSlider {
    font-size: 1.2708498809vw;
  }
}
.h4WorksOtherSlider::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.h4WorksOtherSlider::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h4WorksOtherSlider {
    margin: 6% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h4WorksOtherSlider {
    line-height: 1.4375;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4WorksOtherSlider {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h4WorksOtherSlider::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h4WorksOtherSlider::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h4WorksOtherSlider {
    margin: 6.66% 0% 0% 0%;
  }
}

.linkWorksOtherSlider {
  text-decoration: none;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .linkWorksOtherSlider {
    margin: 6% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .linkWorksOtherSlider {
    margin: 5.8% 0% 0% 0%;
  }
}

.arrowWorksOtherSlider {
  background: url(../img/arrowWorksOtherSlider.svg) no-repeat right center;
  background-size: auto 84%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 22px;
  font-size: 14px;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .arrowWorksOtherSlider {
    padding: 0% 7.33% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .arrowWorksOtherSlider {
    font-size: 1.1119936458vw;
  }
}
@media screen and (max-width: 767px) {
  .arrowWorksOtherSlider {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 22px;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .arrowWorksOtherSlider {
    padding: 0% 7.33% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .arrowWorksOtherSlider {
    font-size: 3.7333333333vw;
  }
}

.swiperOtherPrev {
  background: url(../img/swiperButtonPrev.svg) no-repeat center center;
  background-size: auto 100%;
  width: 20px;
  aspect-ratio: 20/40;
  position: absolute;
  top: 29.7%;
  left: -4%;
  z-index: 1;
}
@media screen and (max-width: 1259px) {
  .swiperOtherPrev {
    width: 2.47%;
  }
}
@media screen and (max-width: 767px) {
  .swiperOtherPrev {
    width: 15px;
    aspect-ratio: 15/30;
    left: -7.5%;
    top: 31%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .swiperOtherPrev {
    width: 5%;
  }
}

.swiperOtherNext {
  background: url(../img/swiperButtonNext.svg) no-repeat center center;
  background-size: auto 100%;
  width: 20px;
  aspect-ratio: 20/40;
  position: absolute;
  top: 29.7%;
  right: -4%;
  z-index: 1;
}
@media screen and (max-width: 1259px) {
  .swiperOtherNext {
    width: 2.47%;
  }
}
@media screen and (max-width: 767px) {
  .swiperOtherNext {
    width: 15px;
    aspect-ratio: 15/30;
    right: -7.5%;
    top: 31%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .swiperOtherNext {
    width: 5%;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.interviewFv {
  padding-top: 39px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .interviewFv {
    padding: 2.03% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .interviewFv {
    padding: 9.5% 0% 0% 0%;
  }
}

.h2InterviewFv {
  font-size: 45px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  text-indent: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1259px) {
  .h2InterviewFv {
    font-size: 3.5742652899vw;
  }
}
.h2InterviewFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
.h2InterviewFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4444444444) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h2InterviewFv {
    line-height: 1.4166666667;
    letter-spacing: 0em;
    text-indent: 0em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2InterviewFv {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .h2InterviewFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .h2InterviewFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.rubyInterviewFv {
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  font-weight: 500;
}
@media screen and (max-width: 1259px) {
  .rubyInterviewFv {
    margin: 0.46% 0% 0% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .rubyInterviewFv {
    font-size: 1.5885623511vw;
  }
}
.rubyInterviewFv::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.rubyInterviewFv::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyInterviewFv {
    margin: 2.1% 0% 0% 0%;
    line-height: 1.4615384615;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyInterviewFv {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyInterviewFv::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
  .rubyInterviewFv::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4615384615) * 0.5em);
    content: "";
  }
}

/*singleInterview*/
.singleInterview {
  margin-top: 78px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .singleInterview {
    margin-top: 4.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleInterview {
    margin-top: 15.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*singleInterviewTop*/
.singleInterviewTop {
  width: 808px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .singleInterviewTop {
    width: 64.12%;
  }
}
@media screen and (max-width: 767px) {
  .singleInterviewTop {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .singleInterviewTop {
    width: 100%;
  }
}

.photoSingleInterviewTop {
  width: 404px;
}
@media screen and (max-width: 1259px) {
  .photoSingleInterviewTop {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .photoSingleInterviewTop {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .photoSingleInterviewTop {
    width: 100%;
  }
}

.singleInterviewTopBox {
  width: 404px;
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1259px) {
  .singleInterviewTopBox {
    width: 50%;
  }
}
@media screen and (max-width: 1259px) {
  .singleInterviewTopBox {
    padding: 3.09% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .singleInterviewTopBox {
    width: 375px;
    padding: 7.3% 0% 7.6% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .singleInterviewTopBox {
    width: 100%;
  }
}

.h2SingleInterviewTop {
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
  width: 363px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .h2SingleInterviewTop {
    font-size: 2.3828435266vw;
  }
}
.h2SingleInterviewTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
.h2SingleInterviewTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h2SingleInterviewTop {
    width: 89.85%;
  }
}
@media screen and (max-width: 1259px) {
  .h2SingleInterviewTop {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h2SingleInterviewTop {
    line-height: 1.45;
    letter-spacing: 0.3em;
    text-indent: -0.3em;
    width: 315px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2SingleInterviewTop {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2SingleInterviewTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.45) * 0.5em);
    content: "";
  }
  .h2SingleInterviewTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.45) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h2SingleInterviewTop {
    width: 84%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .h2SingleInterviewTop {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.addressSingleInterviewTop {
  width: 364px;
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1259px) {
  .addressSingleInterviewTop {
    width: 90.09%;
  }
}
@media screen and (max-width: 1259px) {
  .addressSingleInterviewTop {
    margin-top: 5.19%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .addressSingleInterviewTop {
    font-size: 1.1914217633vw;
  }
}
.addressSingleInterviewTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.addressSingleInterviewTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .addressSingleInterviewTop {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    text-indent: 0em;
    width: 315px;
    margin-top: 4.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .addressSingleInterviewTop {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .addressSingleInterviewTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
  .addressSingleInterviewTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4285714286) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .addressSingleInterviewTop {
    width: 84%;
  }
}

.txtSingleInterviewTop {
  width: 364px;
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1259px) {
  .txtSingleInterviewTop {
    width: 90.09%;
  }
}
@media screen and (max-width: 1259px) {
  .txtSingleInterviewTop {
    margin-top: 5.44%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .txtSingleInterviewTop {
    font-size: 1.1119936458vw;
  }
}
.txtSingleInterviewTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * 0.5em);
  content: "";
}
.txtSingleInterviewTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtSingleInterviewTop {
    line-height: 1.8461538462;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 315px;
    margin-top: 4.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSingleInterviewTop {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtSingleInterviewTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8461538462) * 0.5em);
    content: "";
  }
  .txtSingleInterviewTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8461538462) * 0.5em);
    content: "";
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .txtSingleInterviewTop {
    width: 84%;
  }
}

.txtSignleInterviewMain {
  margin-top: 79px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  height: 57px;
}
@media screen and (max-width: 1259px) {
  .txtSignleInterviewMain {
    margin-top: 4.11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .txtSignleInterviewMain {
    height: 2.96875vw;
  }
}
@media screen and (max-width: 767px) {
  .txtSignleInterviewMain {
    margin-top: 13.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    height: 28.633333vw;
  }
}

.txtSignleInterviewMain img {
  height: 100%;
  width: auto;
  margin: auto;
}

/*signleInterviewMain*/
.signleInterviewMain {
  margin-top: -29px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 115px;
  padding-bottom: 90px;
  padding-left: 0px;
  padding-right: 0px;
  width: 1200px;
}
@media screen and (max-width: 1259px) {
  .signleInterviewMain {
    margin-top: -2.31%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1259px) {
  .signleInterviewMain {
    padding: 9.12% 0% 7.14% 0%;
  }
}
@media screen and (max-width: 1259px) {
  .signleInterviewMain {
    width: 95.23%;
  }
}
@media screen and (max-width: 767px) {
  .signleInterviewMain {
    margin-top: -15.2vw;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 25.66% 0% 16% 0%;
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .signleInterviewMain {
    width: 100%;
  }
}

.signleInterviewMainWap {
  width: 808px;
  margin: auto;
}
@media screen and (max-width: 1259px) {
  .signleInterviewMainWap {
    width: 67.33%;
  }
}
@media screen and (max-width: 767px) {
  .signleInterviewMainWap {
    width: 315px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .signleInterviewMainWap {
    width: 84%;
  }
}

.secSignleInterviewMainLxn02 {
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secSignleInterviewMainLxn02 {
    margin: 9.28% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secSignleInterviewMainLxn02 {
    margin: 17.8% 0% 0% 0%;
  }
}

.secSignleInterviewMainLxn03 {
  margin-top: 62px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .secSignleInterviewMainLxn03 {
    margin: 7.67% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .secSignleInterviewMainLxn03 {
    margin: 14% 0% 0% 0%;
  }
}

.h2SignleInterviewMainLxn {
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #587C76;
  font-weight: 600;
}
@media screen and (max-width: 1259px) {
  .h2SignleInterviewMainLxn {
    font-size: 1.9062748213vw;
  }
}
.h2SignleInterviewMainLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
.h2SignleInterviewMainLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4166666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h2SignleInterviewMainLxn {
    padding: 0% 0% 0.99% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h2SignleInterviewMainLxn {
    font-feature-settings: "palt";
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    padding: 0% 0% 4.7% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2SignleInterviewMainLxn {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .h2SignleInterviewMainLxn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
  .h2SignleInterviewMainLxn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4444444444) * 0.5em);
    content: "";
  }
}

.h3SignleInterviewMainLxn {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 37px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h3SignleInterviewMainLxn {
    font-size: 1.5885623511vw;
  }
}
.h3SignleInterviewMainLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.h3SignleInterviewMainLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .h3SignleInterviewMainLxn {
    margin: 4.57% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3SignleInterviewMainLxn {
    font-feature-settings: "palt";
    line-height: 1.4375;
    letter-spacing: 0.09em;
    text-indent: -0.09em;
    margin: 8.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3SignleInterviewMainLxn {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3SignleInterviewMainLxn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .h3SignleInterviewMainLxn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.txtSignleInterviewMainLxn {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 400;
}
@media screen and (max-width: 1259px) {
  .txtSignleInterviewMainLxn {
    font-size: 1.2708498809vw;
  }
}
.txtSignleInterviewMainLxn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4375) * 0.5em);
  content: "";
}
.txtSignleInterviewMainLxn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4375) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtSignleInterviewMainLxn {
    margin: 2.72% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtSignleInterviewMainLxn {
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 6.9% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSignleInterviewMainLxn {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtSignleInterviewMainLxn::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
  .txtSignleInterviewMainLxn::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
    content: "";
  }
}

.photosSignleInterviewMainLxn {
  margin-top: 49px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photosSignleInterviewMainLxn {
    margin: 6.06% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photosSignleInterviewMainLxn {
    margin: 9.3% 0% 0% 0%;
  }
}

.h3SignleInterviewMainLxn + .photosSignleInterviewMainLxn {
  margin-top: 29px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .h3SignleInterviewMainLxn + .photosSignleInterviewMainLxn {
    margin: 3.58% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .h3SignleInterviewMainLxn + .photosSignleInterviewMainLxn {
    margin: 9.1% 0% 0% 0%;
  }
}

.photosSignleInterviewMainLxn02 {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .photosSignleInterviewMainLxn02 {
    margin: 3.71% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .photosSignleInterviewMainLxn02 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .photosSignleInterviewMainLxn02 {
    margin: 6.34% 0% 0% 0%;
  }
}

.photosSignleInterviewMainCnt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .photosSignleInterviewMainCnt {
    width: 100%;
  }
  .photosSignleInterviewMainCnt:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .photosSignleInterviewMainCnt:nth-child(n+2) {
    margin: 6.34% 0% 0% 0%;
  }
}

.txtSignleInterviewMainLxnLaxt {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: 400;
}
@media screen and (max-width: 1259px) {
  .txtSignleInterviewMainLxnLaxt {
    font-size: 1.1119936458vw;
  }
}
.txtSignleInterviewMainLxnLaxt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
.txtSignleInterviewMainLxnLaxt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4285714286) * 0.5em);
  content: "";
}
@media screen and (max-width: 1259px) {
  .txtSignleInterviewMainLxnLaxt {
    margin: 2.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .txtSignleInterviewMainLxnLaxt {
    line-height: 1.4166666667;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    margin: 5.6% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtSignleInterviewMainLxnLaxt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtSignleInterviewMainLxnLaxt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
  .txtSignleInterviewMainLxnLaxt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4166666667) * 0.5em);
    content: "";
  }
}

.btnSignleInterviewMainWap {
  width: 330px;
  margin-top: 89px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .btnSignleInterviewMainWap {
    width: 40.84%;
  }
}
@media screen and (max-width: 1259px) {
  .btnSignleInterviewMainWap {
    margin-top: 11.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnSignleInterviewMainWap {
    width: 259px;
    margin-top: 18.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnSignleInterviewMainWap {
    width: 82.22%;
  }
}

.btnSignleInterviewMain {
  aspect-ratio: 330/65;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1259px) {
  .btnSignleInterviewMain {
    font-size: 1.5885623511vw;
  }
}
.btnSignleInterviewMain::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.btnSignleInterviewMain::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnSignleInterviewMain {
    aspect-ratio: 259/55;
    width: 100%;
    text-decoration: none;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnSignleInterviewMain {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btnSignleInterviewMain::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .btnSignleInterviewMain::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.btnSignleInterviewWap {
  width: 330px;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1259px) {
  .btnSignleInterviewWap {
    width: 26.19%;
  }
}
@media screen and (max-width: 1259px) {
  .btnSignleInterviewWap {
    margin-top: 7.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnSignleInterviewWap {
    width: 259px;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnSignleInterviewWap {
    width: 69.06%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .btnSignleInterviewWap {
    margin-top: 16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnSignleInterview {
  aspect-ratio: 330/65;
  width: 100%;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  font-weight: 400;
  border: 1px solid #000;
}
@media screen and (max-width: 1259px) {
  .btnSignleInterview {
    font-size: 1.5885623511vw;
  }
}
.btnSignleInterview::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
  content: "";
}
.btnSignleInterview::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .btnSignleInterview {
    aspect-ratio: 259/55;
    width: 100%;
    text-decoration: none;
    line-height: 1.4375;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btnSignleInterview {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btnSignleInterview::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
  .btnSignleInterview::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4375) * 0.5em);
    content: "";
  }
}

.singleInterview + .footerTop {
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1259px) {
  .singleInterview + .footerTop {
    margin: 4.68% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .singleInterview + .footerTop {
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1259px) {
  .singleInterview + .footerTop {
    margin: 16% 0% 0% 0%;
  }
}

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

.undernone {
  text-decoration: none;
}

.bg_333 {
  background: #333;
}

.bg_EDEDED {
  background: #EDEDED;
}

.bg_fff {
  background: #FFF;
}

.bg_008094 {
  background: #008094;
}

.bg_000_45 {
  background: rgba(0, 0, 0, 0.45);
}

.bg_587C76 {
  background: #587C76;
}

.bg_413B3B {
  background: #413B3B;
}

.bg_13545F {
  background: #13545F;
}

.bg_EDEDED {
  background: #EDEDED;
}

.bg_587C76_70 {
  background: rgba(88, 124, 118, 0.7);
}

.cl_333 {
  color: #333;
}

.cl_000 {
  color: #000;
}

.cl_fff {
  color: #FFF;
}

.cl_587C76 {
  color: #587C76;
}

.cl_13545F {
  color: #13545F;
}

.brd_CCC {
  border: 1px solid #CCC;
}

.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 */