@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
========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  animation-delay: 0.05s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  body img {
    width: 100%;
  }
}

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

svg {
  display: block;
}

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

.wapper {
  width: 1201px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .wapper {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .wapper {
    width: 100%;
  }
}

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

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

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

.fw_0 {
  font-weight: 0;
}

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

.fw_100 {
  font-weight: 100;
}

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

.fw_200 {
  font-weight: 200;
}

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

.fw_300 {
  font-weight: 300;
}

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

.fw_400 {
  font-weight: 400;
}

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

.fw_500 {
  font-weight: 500;
}

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

.fw_600 {
  font-weight: 600;
}

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

.fw_700 {
  font-weight: 700;
}

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

.fw_800 {
  font-weight: 800;
}

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

.fw_900 {
  font-weight: 900;
}

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

.fw_1000 {
  font-weight: 1000;
}

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

.fw_1100 {
  font-weight: 1100;
}

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

.fw_1200 {
  font-weight: 1200;
}

.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: "IBM Plex Sans JP", sans-serif;
  color: #323232;
  font-weight: 400;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

.t_center {
  text-align: center;
}

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

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

.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;
  width: 100%;
  z-index: 99;
  background: #FFF;
}

.headerPc {
  padding: 1.6vw 0vw 1.6vw 0vw;
}

.headerPcFx {
  width: 88.54vw;
  margin: auto;
  align-items: center;
}

/*logo*/
.btnLogoHeaderPc {
  width: 16.92vw;
}

/*nav*/
.navHeaderPc {
  width: 61.7vw;
  align-items: center;
}

.ulNavHeaderPc {
  transform: translate(0, -0.3vw);
}

.liHeaderPc {
  width: auto;
  margin: 0vw 0vw 0vw 2.6041666667vw;
}

.liNavHeaderPc {
  margin: 0;
}

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

.iconBtnNavHeaderPc {
  width: 0.31vw;
  aspect-ratio: 1/1;
  margin: auto;
  opacity: 0;
  transition-duration: 0.5s;
}

.btnNavHeaderPc:hover .iconBtnNavHeaderPc {
  opacity: 1;
}

.txtBtnNavHeaderPc {
  margin-top: 0.46875vw;
  margin-bottom: 0vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  width: max-content;
}
.txtBtnNavHeaderPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtBtnNavHeaderPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

/*tel*/
.telCvnHeaderPc {
  width: 28.49vw;
  margin: 0vw 0vw 0vw 1.6666666667vw;
  align-items: center;
}

.btnCvnHeaderPc {
  width: 15.41vw;
}

.cvnHeaderPc {
  padding: 0.625vw 0vw 0.5208333333vw 0vw;
  width: 11.85vw;
  background: #68C8F0;
  color: #FFF;
  border-radius: 7px;
  /* CSS3草案 */
  -webkit-border-radius: 7px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px;
  /* Firefox用 */
}

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

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.headerSpTop {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .headerSpTop {
    padding: 4% 0% 2.66% 0%;
  }
}

.headerSpTopFx {
  width: 340px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .headerSpTopFx {
    width: 90.66%;
  }
}

.btnLogoHeaderSp {
  width: 226px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .btnLogoHeaderSp {
    width: 66.47%;
  }
}

.btnHeaderSp {
  width: 30px;
}
@media screen and (max-width: 1200px) {
  .btnHeaderSp {
    width: 8.82%;
  }
}

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

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

/*nav*/
.navHeaderSp {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: scroll;
  scrollbar-width: none;
  position: absolute;
  right: -100%;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .navHeaderSp {
    padding: 11.76% 0% 11.76% 0%;
  }
}
.navHeaderSp::-webkit-scrollbar {
  display: none;
}

.navHeaderSpLxn {
  width: 295px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .navHeaderSpLxn {
    width: 78.66%;
  }
}

.liNavHeaderSpLxn:nth-child(n+2) {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .liNavHeaderSpLxn:nth-child(n+2) {
    margin-top: 13.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btnNavHeaderSp {
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 767px) {
  .btnNavHeaderSp {
    font-size: 4.2666666667vw;
  }
}

.telBoxHeaderSp {
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .telBoxHeaderSp {
    margin-top: 13.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
.txtMainTelBoxHeaderSp {
  line-height: normal;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}
@media screen and (max-width: 767px) {
  .txtMainTelBoxHeaderSp {
    font-size: 3.2vw;
  }
}

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

.btnMainTelBoxHeaderSp {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 7px;
  margin-right: auto;
  line-height: normal;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .btnMainTelBoxHeaderSp {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 2.37%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnMainTelBoxHeaderSp {
    font-size: 6.4vw;
  }
}

.timeMainTelBoxHeaderSp {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
}
@media screen and (max-width: 1200px) {
  .timeMainTelBoxHeaderSp {
    margin: 6.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .timeMainTelBoxHeaderSp {
    font-size: 2.6666666667vw;
  }
}
.timeMainTelBoxHeaderSp::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.timeMainTelBoxHeaderSp::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

.btnBoxHeaderSp {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  width: 227px;
  border-radius: 7px;
  /* CSS3草案 */
  -webkit-border-radius: 7px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px;
  /* Firefox用 */
  background: #68C8F0;
}
@media screen and (max-width: 1200px) {
  .btnBoxHeaderSp {
    margin: 6.77% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .btnBoxHeaderSp {
    padding: 4.06% 0% 3.38% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .btnBoxHeaderSp {
    width: 76.94%;
  }
}

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

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.footer {
  padding-top: 47px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 2.44% 0% 0.52% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    margin-top: 7.81%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .footer {
    margin-top: 18.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .footer {
    padding: 13.33% 0% 8% 0%;
  }
}

@media screen and (max-width: 767px) {
  .footerWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .footerWap {
    width: 90.66%;
  }
}

.logoFooter {
  width: 325px;
}
@media screen and (max-width: 1200px) {
  .logoFooter {
    width: 27.08%;
  }
}
@media screen and (max-width: 767px) {
  .logoFooter {
    width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .logoFooter {
    width: 88.23%;
  }
}

.addressNavFooter {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .addressNavFooter {
    margin-top: 0.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .addressNavFooter {
    width: 340px;
    margin-top: 6.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .addressNavFooter {
    width: 100%;
  }
}

.infoAddressNavFooter {
  width: 597px;
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .infoAddressNavFooter {
    width: 49.75%;
  }
}
@media screen and (max-width: 1200px) {
  .infoAddressNavFooter {
    margin-top: 2.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .infoAddressNavFooter {
    width: 94.81%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .infoAddressNavFooter {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtAddressNavFooter {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtAddressNavFooter {
    font-size: 1.1666666667vw;
  }
}
.txtAddressNavFooter::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtAddressNavFooter::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtAddressNavFooter {
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtAddressNavFooter {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtAddressNavFooter::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .txtAddressNavFooter::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}

.telAddressNavFooter {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .telAddressNavFooter {
    margin: 2.68% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .telAddressNavFooter {
    width: 241px;
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .telAddressNavFooter {
    width: 75.07%;
  }
}

.telAddressNavFooterFx {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .telAddressNavFooterFx {
    pointer-events: auto;
  }
}

.nameAddressNavFoote {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin: 2% 0 0 0;
}
@media screen and (max-width: 1200px) {
  .nameAddressNavFoote {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .nameAddressNavFoote {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 4% 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nameAddressNavFoote {
    font-size: 4.2666666667vw;
  }
}

.intAddressNavFoote {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 9.8px;
  margin-right: 0px;
  font-size: 26px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .intAddressNavFoote {
    margin: 0% 0% 0% 1.64%;
  }
}
@media screen and (max-width: 1200px) {
  .intAddressNavFoote {
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .intAddressNavFoote {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 9.8px;
    margin-right: 0px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .intAddressNavFoote {
    margin: 0% 0% 0% 4.06%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .intAddressNavFoote {
    font-size: 6.9333333333vw;
  }
}

.navAddressNavFooter {
  width: 603px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .navAddressNavFooter {
    width: 50.24%;
  }
}
@media screen and (max-width: 767px) {
  .navAddressNavFooter {
    width: 340px;
    margin-top: 13.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .navAddressNavFooter {
    width: 100%;
  }
}

.ulAddressNavFooter {
  width: 376px;
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .ulAddressNavFooter {
    width: 62.35%;
  }
}
@media screen and (max-width: 1200px) {
  .ulAddressNavFooter {
    margin: 4.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .ulAddressNavFooter {
    width: 253px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulAddressNavFooter {
    width: 74.41%;
  }
}

.liAddressNavFooter {
  width: 196px;
  font-size: 15px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter {
    width: 52.12%;
  }
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .liAddressNavFooter {
    width: 152px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liAddressNavFooter {
    width: 60.07%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liAddressNavFooter {
    font-size: 2.9333333333vw;
  }
}
.liAddressNavFooter .iconAddressNavFooter {
  width: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter .iconAddressNavFooter {
    width: 5.1%;
  }
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter .iconAddressNavFooter {
    margin: 0% 5.1% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liAddressNavFooter .iconAddressNavFooter {
    width: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liAddressNavFooter .iconAddressNavFooter {
    width: 6.57%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liAddressNavFooter .iconAddressNavFooter {
    margin: 0% 6.57% 0% 0%;
  }
}
.liAddressNavFooter:nth-child(2n) {
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(2n) {
    width: 47.87%;
  }
}
@media screen and (max-width: 767px) {
  .liAddressNavFooter:nth-child(2n) {
    width: 101px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(2n) {
    width: 39.92%;
  }
}
.liAddressNavFooter:nth-child(2n) .iconAddressNavFooter {
  width: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(2n) .iconAddressNavFooter {
    width: 5.55%;
  }
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(2n) .iconAddressNavFooter {
    margin: 0% 5.55% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liAddressNavFooter:nth-child(2n) .iconAddressNavFooter {
    width: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(2n) .iconAddressNavFooter {
    width: 9.9%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(2n) .iconAddressNavFooter {
    margin: 0% 9.9% 0% 0%;
  }
}
.liAddressNavFooter:nth-child(n+3) {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liAddressNavFooter:nth-child(n+3) {
    margin: 3.98% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liAddressNavFooter:nth-child(n+3) {
    margin: 7.01% 0% 0% 0%;
  }
}

.iconAddressNavFooter {
  height: 1px;
}

.cvnFooterPc {
  width: 227px;
  aspect-ratio: 227/55;
  border-radius: 7px;
  /* CSS3草案 */
  -webkit-border-radius: 7px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px;
  /* Firefox用 */
  background: #68C8F0;
  font-size: 15px;
  line-height: 1.4666666667;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .cvnFooterPc {
    width: 37.64%;
  }
}
@media screen and (max-width: 1200px) {
  .cvnFooterPc {
    font-size: 1.25vw;
  }
}
.cvnFooterPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
.cvnFooterPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .cvnFooterPc {
    margin: 3.64% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .cvnFooterPc {
    margin-top: 39px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 227px;
    aspect-ratio: 227/55;
    border-radius: 7px;
    /* CSS3草案 */
    -webkit-border-radius: 7px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 7px;
    /* Firefox用 */
    background: #68C8F0;
    line-height: 1.4666666667;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cvnFooterPc {
    margin-top: 11.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cvnFooterPc {
    width: 66.76%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cvnFooterPc {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .cvnFooterPc::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
  .cvnFooterPc::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4666666667) * 0.5em);
    content: "";
  }
}

.copy {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .copy {
    margin-top: 0.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .copy {
    font-size: 1vw;
  }
}
.copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3333333333) * 0.5em);
  content: "";
}
.copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3333333333) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 13.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .copy {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.wap {
  overflow: clip;
}

.bigWap {
  width: 88.54vw;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bigWap {
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .bigWap {
    width: 90.66%;
  }
}

.fvSliderInfo {
  position: relative;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  /* Firefox用 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fvSliderInfo {
    border-radius: 30px;
    /* CSS3草案 */
    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;
    /* Firefox用 */
  }
}

.h1FvSliderInfo {
  position: absolute;
  top: 21.5%;
  left: 19.5%;
  z-index: 1;
  width: 188px;
}
@media screen and (max-width: 1200px) {
  .h1FvSliderInfo {
    width: 106.21%;
  }
}
@media screen and (max-width: 767px) {
  .h1FvSliderInfo {
    width: 100px;
    top: 6%;
    left: 11%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h1FvSliderInfo {
    width: 26.66%;
  }
}

.fvSwiper .swiper-img {
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 60%, rgb(0, 0, 0) 70%);
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 60%, rgb(0, 0, 0) 80%);
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
}

.fvSwiper .swiper-slide-active .swiper-img,
.fvSwiper .swiper-slide-duplicate-active .swiper-img,
.fvSwiper .swiper-slide-prev .swiper-img {
  animation: maskSlideIn 1s ease forwards, zoomUp 7s linear 0.5s forwards;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes maskSlideIn {
  0% {
    -webkit-mask-position: 100% 100%;
    mask-position: 100% 100%;
  }
  99% {
    -webkit-mask-position: 0% 0%;
    mask-position: 0% 0%;
  }
  100% {
    -webkit-mask-image: unset;
    mask-image: unset;
  }
}
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.fixedCalenderPc {
  padding: 38px 0 31px 0;
  width: 724px;
  border-radius: 50px 0 0 50px;
  position: fixed;
  bottom: 2%;
  right: 0%;
  z-index: 88;
  transform: translateX(86%);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 0.5s;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .fixedCalenderPc {
    padding: 5.33% 0% 7.33% 0%;
    width: 345px;
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .fixedCalenderPc {
    width: 92%;
  }
}

.fixedCalenderPc.on {
  transform: translateX(0%);
}

.fixedCalenderPcFx {
  width: 639px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 45px;
}
@media screen and (max-width: 1200px) {
  .fixedCalenderPcFx {
    width: 88.25%;
  }
}
@media screen and (max-width: 1200px) {
  .fixedCalenderPcFx {
    margin: 0% 6.21% 0% 5.52%;
  }
}
@media screen and (max-width: 767px) {
  .fixedCalenderPcFx {
    width: 307px;
    margin: 0% 5.79% 0% 5.21%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .fixedCalenderPcFx {
    width: 88.98%;
  }
}

.titleFixedCalenderPc {
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 0px;
  padding-right: 0px;
  width: 65px;
  border-right: 1px solid #c4c4c4;
}
@media screen and (max-width: 1200px) {
  .titleFixedCalenderPc {
    margin: 0.15% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .titleFixedCalenderPc {
    padding: 2.5% 0% 2.81% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .titleFixedCalenderPc {
    width: 10.17%;
  }
}
@media screen and (max-width: 767px) {
  .titleFixedCalenderPc {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 6.5% 0% 2.81% 0%;
    width: 12%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .titleFixedCalenderPc {
    margin: 0% 0% 0% 0%;
  }
}

.h2TitleFixedCalenderPc {
  width: 25px;
}
@media screen and (max-width: 1200px) {
  .h2TitleFixedCalenderPc {
    width: 38.46%;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleFixedCalenderPc {
    width: 45%;
  }
}

.detailTableFixedCalenderPcLxn {
  width: 529px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 45px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .detailTableFixedCalenderPcLxn {
    width: 82.78%;
  }
}
@media screen and (max-width: 1200px) {
  .detailTableFixedCalenderPcLxn {
    margin: 0% 0% 0% 7.82%;
  }
}
@media screen and (max-width: 767px) {
  .detailTableFixedCalenderPcLxn {
    width: 252px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailTableFixedCalenderPcLxn {
    width: 82.08%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailTableFixedCalenderPcLxn {
    margin: 0% 0% 0% 6.51%;
  }
}

.tableCalenderPc {
  width: 529px;
  transform: translate(0, -9%);
}
@media screen and (max-width: 1200px) {
  .tableCalenderPc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tableCalenderPc {
    width: 252px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .tableCalenderPc {
    width: 100%;
  }
}

.tableCalenderPc tr {
  border-bottom: 1px solid #D9D9D9;
}

.thTableCalenderPc {
  padding-top: 23px;
  padding-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  vertical-align: top;
  width: 150px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .thTableCalenderPc {
    padding: 4.34% 0% 4.72% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .thTableCalenderPc {
    font-size: 1.5vw;
  }
}
.thTableCalenderPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.thTableCalenderPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .thTableCalenderPc {
    width: 28.35%;
  }
}
@media screen and (max-width: 767px) {
  .thTableCalenderPc {
    padding: 6.5% 0% 6.5% 0%;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 32%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .thTableCalenderPc {
    font-size: 2.6666666667vw;
  }
}

.paTableCalenderPc {
  padding-top: 24px;
  padding-bottom: 23px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .paTableCalenderPc {
    padding: 4.53% 0% 4.34% 0%;
  }
}
@media screen and (max-width: 767px) {
  .paTableCalenderPc {
    padding: 5.5% 0% 6% 0%;
  }
}

.tdTableCalenderPc {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .tdTableCalenderPc {
    padding: 3.78% 0% 3.78% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .tdTableCalenderPc {
    font-size: 1.5vw;
  }
}
.tdTableCalenderPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.tdTableCalenderPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .tdTableCalenderPc {
    padding: 5% 0% 4.5% 0%;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .tdTableCalenderPc {
    font-size: 2.9333333333vw;
  }
}

.tdTableCalenderInfoPc {
  padding-top: 27px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .tdTableCalenderInfoPc {
    padding: 5.1% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .tdTableCalenderInfoPc {
    padding: 6.5% 0% 0% 0%;
  }
}

.iconTdTableCalenderInfoPc {
  width: 22px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .iconTdTableCalenderInfoPc {
    width: 10px;
  }
}
.iconTdTableCalenderInfoPc svg {
  width: 100%;
  height: 100%;
}

.txtTdTableCalenderInfoPc {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin: 6% auto 0 auto;
}
@media screen and (max-width: 1200px) {
  .txtTdTableCalenderInfoPc {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTdTableCalenderInfoPc {
    margin: 14% auto 0 auto;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTdTableCalenderInfoPc {
    font-size: 2.6666666667vw;
  }
}

.txtBtmTableFixedCalenderPc {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 10px;
  line-height: 3.2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtBtmTableFixedCalenderPc {
    padding: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtBtmTableFixedCalenderPc {
    font-size: 0.8333333333vw;
  }
}
.txtBtmTableFixedCalenderPc::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3.2) * 0.5em);
  content: "";
}
.txtBtmTableFixedCalenderPc::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3.2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBtmTableFixedCalenderPc {
    padding: 5% 0% 0% 0%;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBtmTableFixedCalenderPc {
    font-size: 2.6666666667vw;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.bgNews {
  background: url(../img/bgNewsPc.jpg) no-repeat left top;
  background-size: 312px auto;
}
@media screen and (max-width: 767px) {
  .bgNews {
    background: url(../img/bgNewsSp.jpg) no-repeat left top;
    background-size: 136px auto;
  }
}

.news {
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .news {
    padding: 5.2% 0% 10.41% 0%;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .news {
    padding: 26.66% 0% 26.66% 0%;
  }
}

@media screen and (max-width: 767px) {
  .newsWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .newsWap {
    width: 90.66%;
  }
}

.h2News {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2News {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2News {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2News {
    font-size: 5.8666666667vw;
  }
}

.mainNewsFx {
  align-items: flex-start;
  margin: 0.5% auto 0 auto;
}
@media screen and (max-width: 767px) {
  .mainNewsFx {
    margin-top: 3.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulNavMainNewsFx {
  width: 100px;
  margin: 1.2% 0 0 0;
}
@media screen and (max-width: 1200px) {
  .ulNavMainNewsFx {
    width: 8.33%;
  }
}
@media screen and (max-width: 767px) {
  .ulNavMainNewsFx {
    width: 97.5%;
    margin: 0 auto;
  }
}

.liNavMainNewsFx {
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
  aspect-ratio: 100/20;
  border: 1px solid #2B3F5A;
  background: #FFF;
  color: #2B3F5A;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  transition-duration: 0.5s;
}
@media screen and (max-width: 1200px) {
  .liNavMainNewsFx {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .liNavMainNewsFx {
    border-radius: 12px;
    /* CSS3草案 */
    -webkit-border-radius: 12px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 12px;
    /* Firefox用 */
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .liNavMainNewsFx {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liNavMainNewsFx {
    width: 24.09%;
  }
}
.liNavMainNewsFx:nth-child(n+2) {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liNavMainNewsFx:nth-child(n+2) {
    margin: 10% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNavMainNewsFx:nth-child(n+2) {
    margin: 0;
  }
}

.liNavMainNewsFx.on {
  background: #2B3F5A;
  color: #FFF;
}

.liNavMainNewsFx:hover {
  background: #2B3F5A;
  color: #FFF;
}

.detailMainNews {
  width: 1034px;
}
@media screen and (max-width: 1200px) {
  .detailMainNews {
    width: 86.16%;
  }
}
@media screen and (max-width: 767px) {
  .detailMainNews {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liNewsMainBox {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 1200px) {
  .liNewsMainBox {
    padding: 2.61% 0% 2.61% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liNewsMainBox {
    padding: 7.5% 0% 7.94% 0%;
  }
}

.topNewsCatTimeBox {
  width: 212px;
}
@media screen and (max-width: 1200px) {
  .topNewsCatTimeBox {
    width: 20.54%;
  }
}
@media screen and (max-width: 767px) {
  .topNewsCatTimeBox {
    width: 195px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .topNewsCatTimeBox {
    width: 57.35%;
  }
}

.catNewsMainBoxTop {
  width: 90px;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  line-height: 1;
  border-radius: 15px;
  /* CSS3草案 */
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px;
  /* Firefox用 */
  aspect-ratio: 90/17;
  padding: 1% 0 0 0;
}
@media screen and (max-width: 1200px) {
  .catNewsMainBoxTop {
    width: 42.65%;
  }
}
@media screen and (max-width: 1200px) {
  .catNewsMainBoxTop {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .catNewsMainBoxTop {
    width: 90px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    aspect-ratio: 90/17;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .catNewsMainBoxTop {
    width: 46.15%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .catNewsMainBoxTop {
    font-size: 2.6666666667vw;
  }
}

/*カテゴリiro*/
.catNewsMainBoximportant {
  background: #DEF5EB;
  color: #5EBAA8;
}

.catNewsMainBoxtopics {
  background: #FBEFCC;
  color: #D08A58;
}

.catNewsMainBoxshinsatu {
  background: #EAF9FF;
  color: #69C8F0;
}

.timeNewsMainBoxTop {
  width: 111px;
  font-size: 14px;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .timeNewsMainBoxTop {
    width: 52.6%;
  }
}
@media screen and (max-width: 1200px) {
  .timeNewsMainBoxTop {
    font-size: 1.1666666667vw;
  }
}
.timeNewsMainBoxTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.2857142857) * 0.5em);
  content: "";
}
.timeNewsMainBoxTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.2857142857) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .timeNewsMainBoxTop {
    width: 95px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .timeNewsMainBoxTop {
    width: 48.71%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .timeNewsMainBoxTop {
    font-size: 3.2vw;
  }
}

.topNewsTitleTrigerBox {
  width: 802px;
}
@media screen and (max-width: 1200px) {
  .topNewsTitleTrigerBox {
    width: 77.71%;
  }
}
@media screen and (max-width: 767px) {
  .topNewsTitleTrigerBox {
    margin-top: 5.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.h3NewsMainBoxTop {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  width: 778px;
}
@media screen and (max-width: 1200px) {
  .h3NewsMainBoxTop {
    font-size: 1.5vw;
  }
}
.h3NewsMainBoxTop::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.h3NewsMainBoxTop::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 1200px) {
  .h3NewsMainBoxTop {
    width: 97%;
  }
}
@media screen and (max-width: 767px) {
  .h3NewsMainBoxTop {
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    width: 94%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3NewsMainBoxTop {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3NewsMainBoxTop::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .h3NewsMainBoxTop::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.iconNewsMainBoxTop {
  width: 18px;
  margin: 0 2.5% 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .iconNewsMainBoxTop {
    width: 2.25%;
  }
}
@media screen and (max-width: 767px) {
  .iconNewsMainBoxTop {
    width: 5.5%;
    margin: 0 0% 0 auto;
  }
}

.brdNewsMainBoxTop {
  width: 100%;
  height: 1px;
  transition-duration: 0.5s;
  background: #69C8F0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.brdNewsMainBoxTop02 {
  transform: rotate(90deg);
  opacity: 1;
}

.topNewsMainBox.on .brdNewsMainBoxTop02 {
  transform: rotate(180deg);
  opacity: 0;
}

.btmNewsMainBox {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  width: 800px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .btmNewsMainBox {
    margin-top: 2.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .btmNewsMainBox {
    width: 77.51%;
  }
}
@media screen and (max-width: 767px) {
  .btmNewsMainBox {
    margin-top: 3.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.cntBtmNewsMainBoxFx {
  width: 100%;
}

.cntBtmNewsMainLxn {
  width: 100%;
}

.cntBtmNewsMainLxn p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .cntBtmNewsMainLxn p {
    font-size: 1.3333333333vw;
  }
}
.cntBtmNewsMainLxn p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.cntBtmNewsMainLxn p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .cntBtmNewsMainLxn p {
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntBtmNewsMainLxn p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .cntBtmNewsMainLxn p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .cntBtmNewsMainLxn p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/*もっと見る*/
.NewsReadMore {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
  width: 164px;
}
@media screen and (max-width: 1200px) {
  .NewsReadMore {
    margin-top: 4.84%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 1200px) {
  .NewsReadMore {
    width: 15.89%;
  }
}
@media screen and (max-width: 767px) {
  .NewsReadMore {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0px;
    width: 164px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .NewsReadMore {
    margin-top: 8.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .NewsReadMore {
    width: 48.23%;
  }
}

.btmNewsReadMore {
  aspect-ratio: 164/40;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  border: 1px solid #2B3F5A;
  color: #2B3F5A;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  transition-duration: 0.5s;
}
@media screen and (max-width: 1200px) {
  .btmNewsReadMore {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btmNewsReadMore {
    aspect-ratio: 164/40;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btmNewsReadMore {
    font-size: 3.7333333333vw;
  }
}
.btmNewsReadMore:hover {
  color: #FFF;
  background: #2B3F5A;
}

.iconBtmNewsReadMore {
  padding: 0 4% 0 0;
  background: url(../img/iconBtmNewsReadMore.svg) no-repeat 90% center;
  background-size: auto 40%;
  width: 100%;
  text-align: center;
}
.btmNewsReadMore:hover .iconBtmNewsReadMore {
  background-image: url(../img/iconBtmNewsReadMoreOn.svg);
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.features {
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .features {
    padding: 10.41% 0% 5.2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .features {
    padding: 26.66% 0% 1.8% 0%;
  }
}

.bgfeatures {
  background: url(../img/bgfeaturesPc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bgfeatures {
    background: url(../img/bgfeaturesSp.jpg) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .featuresWap {
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .featuresWap {
    width: 90.66%;
  }
}

.h2TitleFeatures {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2TitleFeatures {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleFeatures {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleFeatures {
    font-size: 3.2vw;
  }
}

.h3TitleFeatures {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3TitleFeatures {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3TitleFeatures {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleFeatures {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3TitleFeatures {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleFeatures {
    font-size: 5.8666666667vw;
  }
}

.iconTitleFeatures {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 26px;
}
@media screen and (max-width: 1200px) {
  .iconTitleFeatures {
    margin-top: 2.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .iconTitleFeatures {
    width: 2.16%;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleFeatures {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleFeatures {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleFeatures {
    width: 5%;
  }
}

.txtTitleFeatures {
  margin-top: 48px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtTitleFeatures {
    margin-top: 4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtTitleFeatures {
    font-size: 1.5vw;
  }
}
.txtTitleFeatures::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtTitleFeatures::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleFeatures {
    margin-top: 11%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleFeatures {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleFeatures::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtTitleFeatures::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.listFeatures {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .listFeatures {
    margin-top: 6.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .listFeatures {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .listFeatures {
    margin-top: 14.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFeatures {
  width: 1120px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 1200px) {
  .liFeatures {
    width: 93.33%;
  }
}
@media screen and (max-width: 767px) {
  .liFeatures {
    width: 100%;
    margin-top: 16.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFeatures02 {
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liFeatures02 {
    margin-top: 8.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFeatures02 {
    margin-top: 16.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFeatures03 {
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .liFeatures03 {
    margin-top: 8.03%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liFeatures03 {
    margin-top: 16.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.photoFeatures {
  width: 700px;
}
@media screen and (max-width: 1200px) {
  .photoFeatures {
    width: 62.5%;
  }
}
@media screen and (max-width: 767px) {
  .photoFeatures {
    width: 100%;
  }
}

.secFeatures {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  .secFeatures {
    width: 31.25%;
  }
}
@media screen and (max-width: 767px) {
  .secFeatures {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secFeatures {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h3Features {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3Features {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Features {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Features {
    font-size: 4.8vw;
  }
}

.txtFeatures {
  margin-top: 34px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtFeatures {
    margin: 9.71% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtFeatures {
    font-size: 1.3333333333vw;
  }
}
.txtFeatures::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtFeatures::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtFeatures {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtFeatures {
    margin-top: 4.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtFeatures {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtFeatures::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtFeatures::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.recommendation {
  padding-top: 0px;
  padding-bottom: 200px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .recommendation {
    padding: 0% 0% 10.41% 0%;
  }
}
@media screen and (max-width: 767px) {
  .recommendation {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .recommendation {
    padding: 13.33% 0% 26.66% 0%;
  }
}

.recommendationWap {
  padding-top: 50px;
  padding-bottom: 58px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}
@media screen and (max-width: 1200px) {
  .recommendationWap {
    padding: 4.16% 0% 4.83% 0%;
  }
}
@media screen and (max-width: 767px) {
  .recommendationWap {
    padding: 7.5% 0% 9% 0%;
    width: 340px;
    border-radius: 25px;
    /* CSS3草案 */
    -webkit-border-radius: 25px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 25px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .recommendationWap {
    width: 90.66%;
  }
}

.recommendationLxn {
  width: 1097px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .recommendationLxn {
    width: 91.41%;
  }
}
@media screen and (max-width: 767px) {
  .recommendationLxn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .recommendationLxn {
    width: 88.23%;
  }
}

.h2RecommendationTop {
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2RecommendationTop {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .h2RecommendationTop {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2RecommendationTop {
    font-size: 4.8vw;
  }
}

.ulRecommendation {
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulRecommendation {
    margin-top: 4.55%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulRecommendation {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulRecommendation {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liRecommendation {
  width: 517px;
}
@media screen and (max-width: 1200px) {
  .liRecommendation {
    width: 47.12%;
  }
}
@media screen and (max-width: 767px) {
  .liRecommendation {
    width: 100%;
  }
}
.liRecommendation:nth-child(n+3) {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liRecommendation:nth-child(n+3) {
    margin: 7.35% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liRecommendation:nth-child(n+3) {
    margin-top: 12.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liRecommendation:nth-child(n+2) {
    margin-top: 12.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picRecommendation {
  width: 112px;
}
@media screen and (max-width: 1200px) {
  .picRecommendation {
    width: 21.66%;
  }
}
@media screen and (max-width: 767px) {
  .picRecommendation {
    width: 70px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picRecommendation {
    width: 23.33%;
  }
}

.secRecommendation {
  width: 375px;
}
@media screen and (max-width: 1200px) {
  .secRecommendation {
    width: 72.53%;
  }
}
@media screen and (max-width: 767px) {
  .secRecommendation {
    width: 220px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secRecommendation {
    width: 73.33%;
  }
}

.h2Recommendation {
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 1200px) {
  .h2Recommendation {
    padding: 0% 0% 4% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .h2Recommendation {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Recommendation {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Recommendation {
    padding: 0% 0% 2.27% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Recommendation {
    font-size: 4.2666666667vw;
  }
}

.txtRecommendation {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtRecommendation {
    margin-top: 5.6%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtRecommendation {
    font-size: 1.3333333333vw;
  }
}
.txtRecommendation::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtRecommendation::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtRecommendation {
    margin-top: 4.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtRecommendation {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtRecommendation::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtRecommendation::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.subject {
  padding-top: 200px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .subject {
    padding: 10.41% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .subject {
    padding-top: 100px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .subject {
    padding: 26.66% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .subjectWap {
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .subjectWap {
    width: 90.66%;
  }
}

.h2TitleFeatures {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2TitleFeatures {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleFeatures {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleFeatures {
    font-size: 3.2vw;
  }
}

.h3TitleFeatures {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3TitleFeatures {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3TitleFeatures {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleFeatures {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3TitleFeatures {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleFeatures {
    font-size: 5.8666666667vw;
  }
}

.iconTitleFeaturesL {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 26px;
}
@media screen and (max-width: 1200px) {
  .iconTitleFeaturesL {
    margin-top: 1.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .iconTitleFeaturesL {
    width: 2.16%;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleFeaturesL {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleFeaturesL {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleFeaturesL {
    width: 5%;
  }
}

.txtTitleFeaturesL {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtTitleFeaturesL {
    margin-top: 4.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtTitleFeaturesL {
    font-size: 1.5vw;
  }
}
.txtTitleFeaturesL::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtTitleFeaturesL::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleFeaturesL {
    margin-top: 11.06%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleFeaturesL {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleFeaturesL::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtTitleFeaturesL::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.ulListSubject {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1082px;
}
@media screen and (max-width: 1200px) {
  .ulListSubject {
    margin-top: 6.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .ulListSubject {
    width: 90.16%;
  }
}
@media screen and (max-width: 767px) {
  .ulListSubject {
    margin-top: 4.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liListSubject {
  width: 292px;
}
@media screen and (max-width: 1200px) {
  .liListSubject {
    width: 26.98%;
  }
}
@media screen and (max-width: 767px) {
  .liListSubject {
    width: 150px;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liListSubject {
    width: 44.11%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liListSubject {
    margin: 11.76% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liListSubject:nth-child(n+3) {
    margin: 13.26% 0% 0% 0%;
  }
}

.liListSubject04 {
  margin-top: 78px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 103px;
}
@media screen and (max-width: 1200px) {
  .liListSubject04 {
    margin-top: 7.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: 9.51%;
  }
}
@media screen and (max-width: 767px) {
  .liListSubject04 {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liListSubject04 {
    margin: 11.76% 0% 0% 0%;
  }
}

.liListSubject05 {
  margin-top: 78px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .liListSubject05 {
    margin-top: 7.2%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liListSubject05 {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liListSubject05 {
    margin: 11.76% 0% 0% 0%;
  }
}

.picWapListSubject {
  padding-top: 50px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
  width: 220px;
  border-radius: 25px;
  /* CSS3草案 */
  -webkit-border-radius: 25px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 25px;
  /* Firefox用 */
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .picWapListSubject {
    padding: 4.62% 0% 2.03% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .picWapListSubject {
    width: 75.34%;
  }
}
@media screen and (max-width: 767px) {
  .picWapListSubject {
    padding: 25.23% 0% 9.82% 0%;
    width: 100%;
  }
}

.iconListSubject {
  width: 93px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .iconListSubject {
    width: 31.84%;
  }
}
@media screen and (max-width: 767px) {
  .iconListSubject {
    width: 43%;
  }
}

.h3ListSubject {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .h3ListSubject {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3ListSubject {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3ListSubject {
    margin-top: 7.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3ListSubject {
    font-size: 4.2666666667vw;
  }
}

.txtListSubject {
  margin-top: 28px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .txtListSubject {
    margin-top: 9.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtListSubject {
    font-size: 1.3333333333vw;
  }
}
.txtListSubject::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtListSubject::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtListSubject {
    margin-top: 9.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtListSubject {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtListSubject::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtListSubject::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.ulYoboSessyu {
  margin-top: 107px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media screen and (max-width: 1200px) {
  .ulYoboSessyu {
    margin-top: 8.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .ulYoboSessyu {
    width: 83.33%;
  }
}
@media screen and (max-width: 767px) {
  .ulYoboSessyu {
    margin-top: 16.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.liYoboSessyu {
  width: 500px;
}
@media screen and (max-width: 1200px) {
  .liYoboSessyu {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .liYoboSessyu {
    width: 100%;
  }
}

.liYoboSessyu02 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 62px;
  padding-right: 0px;
  border-left: 1px solid #69C8F0;
}
@media screen and (max-width: 1200px) {
  .liYoboSessyu02 {
    padding: 0% 0% 0% 12.4%;
  }
}
@media screen and (max-width: 767px) {
  .liYoboSessyu02 {
    margin-top: 7.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 5.88% 0% 0% 0%;
    border-left: unset;
    border-top: 1px solid #69C8F0;
  }
}

.liYoboSessyuFx {
  width: 437px;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .liYoboSessyuFx {
    width: 87.4%;
  }
}
@media screen and (max-width: 767px) {
  .liYoboSessyuFx {
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liYoboSessyuFx {
    width: 100%;
  }
}

.picYoboSessyuFx {
  margin-top: 35px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 88px;
}
@media screen and (max-width: 1200px) {
  .picYoboSessyuFx {
    margin: 8% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .picYoboSessyuFx {
    width: 20.13%;
  }
}
@media screen and (max-width: 767px) {
  .picYoboSessyuFx {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 93px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picYoboSessyuFx {
    margin: 0% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picYoboSessyuFx {
    width: 27.35%;
  }
}

@media screen and (max-width: 767px) {
  .picYoboSessyuFx01 {
    transform: translate(0%, -16%);
    width: 20.35%;
  }
}

@media screen and (max-width: 767px) {
  .picYoboSessyuFx02 {
    transform: translate(0%, -10%);
    width: 22.55%;
  }
}

.secYoboSessyuFx {
  width: 289px;
}
@media screen and (max-width: 1200px) {
  .secYoboSessyuFx {
    width: 66.13%;
  }
}
@media screen and (max-width: 767px) {
  .secYoboSessyuFx {
    width: 240px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secYoboSessyuFx {
    width: 70.58%;
  }
}

.h3YoboSessyuFx {
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3YoboSessyuFx {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3YoboSessyuFx {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3YoboSessyuFx {
    font-size: 4.2666666667vw;
  }
}

.textYoboSessyuFx {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 1200px) {
  .textYoboSessyuFx {
    margin: 5.53% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .textYoboSessyuFx {
    font-size: 1.3333333333vw;
  }
}
.textYoboSessyuFx::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.textYoboSessyuFx::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .textYoboSessyuFx {
    margin-top: 6.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .textYoboSessyuFx {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .textYoboSessyuFx::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .textYoboSessyuFx::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.beginer {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .beginer {
    margin-top: 5.2%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .beginer {
    margin-top: 15.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .beginerWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .beginerWap {
    width: 90.66%;
  }
}

.mainBeginer {
  padding-top: 55px;
  padding-bottom: 48px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}
@media screen and (max-width: 1200px) {
  .mainBeginer {
    padding: 4.58% 0% 4% 0%;
  }
}
@media screen and (max-width: 767px) {
  .mainBeginer {
    padding: 8.82% 0% 10.82% 0%;
    border-radius: 30px;
    /* CSS3草案 */
    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;
    /* Firefox用 */
  }
}

.beginerFx {
  width: 1155px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .beginerFx {
    width: 96.25%;
  }
}
@media screen and (max-width: 767px) {
  .beginerFx {
    width: 88%;
    margin: auto;
  }
}

.h2Beginer {
  width: 225px;
  aspect-ratio: 230/187;
  border-right: 1px solid #69C8F0;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2Beginer {
    width: 19.48%;
  }
}
@media screen and (max-width: 1200px) {
  .h2Beginer {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Beginer {
    width: 300px;
    aspect-ratio: unset;
    border-right: none;
    border-bottom: 1px solid #69C8F0;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Beginer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Beginer {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Beginer {
    padding: 0% 0% 10% 0%;
  }
}

.cntBeginerWap {
  width: 879px;
}
@media screen and (max-width: 1200px) {
  .cntBeginerWap {
    width: 76.1%;
  }
}
@media screen and (max-width: 767px) {
  .cntBeginerWap {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntBeginerWap {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntBeginerWap {
    width: 100%;
  }
}

.cntBeginerWapLxn {
  width: 852px;
}
@media screen and (max-width: 1200px) {
  .cntBeginerWapLxn {
    width: 96.92%;
  }
}
@media screen and (max-width: 767px) {
  .cntBeginerWapLxn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntBeginerWapLxn {
    width: 100%;
  }
}

.secBeginer01 {
  width: 302px;
}
@media screen and (max-width: 1200px) {
  .secBeginer01 {
    width: 35.44%;
  }
}
@media screen and (max-width: 767px) {
  .secBeginer01 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secBeginer01 {
    width: 100%;
  }
}

.h3Beginer {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3Beginer {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Beginer {
    width: 300px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3Beginer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Beginer {
    font-size: 3.7333333333vw;
  }
}

.brdBeginer01 {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdBeginer01 {
    margin-top: 4.96%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdBeginer01 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .brdBeginer01 {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtBeginer01 {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtBeginer01 {
    margin-top: 6.95%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtBeginer01 {
    font-size: 1.3333333333vw;
  }
}
.txtBeginer01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtBeginer01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBeginer01 {
    margin-top: 5.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBeginer01 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBeginer01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtBeginer01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.secBeginer02 {
  width: 503px;
}
@media screen and (max-width: 1200px) {
  .secBeginer02 {
    width: 59.03%;
  }
}
@media screen and (max-width: 767px) {
  .secBeginer02 {
    width: 300px;
    margin-top: 12%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secBeginer02 {
    width: 100%;
  }
}

.brdBeginer02 {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdBeginer02 {
    margin-top: 2.98%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdBeginer02 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .brdBeginer02 {
    margin-top: 3.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtBeginer02 {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtBeginer02 {
    margin-top: 4.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtBeginer02 {
    font-size: 1.3333333333vw;
  }
}
.txtBeginer02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtBeginer02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtBeginer02 {
    margin-top: 5.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtBeginer02 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtBeginer02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtBeginer02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.hospitalFacilities {
  margin-top: 200px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .hospitalFacilities {
    margin-top: 10.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .hospitalFacilities {
    margin-top: 84px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .hospitalFacilities {
    margin-top: 22.4%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hospitalFacilitiesWap {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .hospitalFacilitiesWap {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .hospitalFacilitiesWap {
    width: 90.66%;
  }
}

.secTitleHospitalFacilities {
  background: url(../img/bgTitleHospitalFacilitiesPc.png) no-repeat top center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .secTitleHospitalFacilities {
    padding-top: 16px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(../img/bgTitleHospitalFacilitiesSp.png) no-repeat top center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secTitleHospitalFacilities {
    padding: 4.7% 0% 1.47% 0%;
  }
}

.h2TitleHospitalFacilities {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2TitleHospitalFacilities {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleHospitalFacilities {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleHospitalFacilities {
    font-size: 3.2vw;
  }
}

.h3TitleHospitalFacilities {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3TitleHospitalFacilities {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3TitleHospitalFacilities {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleHospitalFacilities {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3TitleHospitalFacilities {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleHospitalFacilities {
    font-size: 5.8666666667vw;
  }
}

.iconTitleHospitalFacilities {
  width: 26px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .iconTitleHospitalFacilities {
    width: 2.16%;
  }
}
@media screen and (max-width: 1200px) {
  .iconTitleHospitalFacilities {
    margin-top: 1.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleHospitalFacilities {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 17.34px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleHospitalFacilities {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleHospitalFacilities {
    width: 5.09%;
  }
}

.txtTitleHospitalFacilities {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtTitleHospitalFacilities {
    margin-top: 4.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtTitleHospitalFacilities {
    font-size: 1.5vw;
  }
}
.txtTitleHospitalFacilities::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtTitleHospitalFacilities::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleHospitalFacilities {
    margin-top: 13.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleHospitalFacilities {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleHospitalFacilities::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtTitleHospitalFacilities::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.ulHospitalFacilities {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulHospitalFacilities {
    margin-top: 6.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulHospitalFacilities {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulHospitalFacilities {
    margin-top: 14.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liHospitalFacilities {
  width: 370px;
}
@media screen and (max-width: 1200px) {
  .liHospitalFacilities {
    width: 30.83%;
  }
}
@media screen and (max-width: 767px) {
  .liHospitalFacilities {
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liHospitalFacilities {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liHospitalFacilities:nth-child(n+2) {
    margin-top: 16.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.h4HospitalFacilities {
  margin-top: 22px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h4HospitalFacilities {
    margin-top: 5.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h4HospitalFacilities {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .h4HospitalFacilities {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h4HospitalFacilities {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h4HospitalFacilities {
    font-size: 4.8vw;
  }
}

.txtHospitalFacilities {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 288px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtHospitalFacilities {
    margin-top: 4.59%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtHospitalFacilities {
    width: 77.83%;
  }
}
@media screen and (max-width: 1200px) {
  .txtHospitalFacilities {
    font-size: 1.3333333333vw;
  }
}
.txtHospitalFacilities::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtHospitalFacilities::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtHospitalFacilities {
    margin-top: 4.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtHospitalFacilities {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtHospitalFacilities {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtHospitalFacilities::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtHospitalFacilities::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.hospitalFacilitiesInfo {
  margin-top: 77px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .hospitalFacilitiesInfo {
    margin-top: 4.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .hospitalFacilitiesInfo {
    margin-top: 14.53%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hospitalFacilitiesInfoWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .hospitalFacilitiesInfoWap {
    width: 90.66%;
  }
}

.hospitalFacilitiesInfoLxn {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
}
@media screen and (max-width: 1200px) {
  .hospitalFacilitiesInfoLxn {
    padding: 1.83% 0% 1.83% 0%;
  }
}
@media screen and (max-width: 767px) {
  .hospitalFacilitiesInfoLxn {
    padding: 8.82% 0% 9.82% 0%;
    border-radius: 30px;
    /* CSS3草案 */
    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;
    /* Firefox用 */
  }
}

@media screen and (max-width: 767px) {
  .hospitalFacilitiesInfoFx {
    width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .hospitalFacilitiesInfoFx {
    width: 88.23%;
  }
}

.h2HospitalFacilitiesInfo {
  aspect-ratio: 249/206;
  width: 249px;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  border-right: 1px solid #69C8F0;
}
@media screen and (max-width: 1200px) {
  .h2HospitalFacilitiesInfo {
    width: 20.75%;
  }
}
@media screen and (max-width: 1200px) {
  .h2HospitalFacilitiesInfo {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .h2HospitalFacilitiesInfo {
    aspect-ratio: unset;
    width: 300px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
    border-bottom: 1px solid #69C8F0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2HospitalFacilitiesInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2HospitalFacilitiesInfo {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2HospitalFacilitiesInfo {
    padding: 0% 0% 10% 0%;
  }
}

.sanh2HospitalFacilitiesInfo {
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .sanh2HospitalFacilitiesInfo {
    transform: translate(0, 0);
  }
}

.listHospitalFacilitiesInfoWap {
  width: 903px;
  margin-top: 26px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .listHospitalFacilitiesInfoWap {
    width: 75.24%;
  }
}
@media screen and (max-width: 1200px) {
  .listHospitalFacilitiesInfoWap {
    margin: 2.16% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .listHospitalFacilitiesInfoWap {
    width: 300px;
    margin-top: 23px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .listHospitalFacilitiesInfoWap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .listHospitalFacilitiesInfoWap {
    margin-top: 7.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.listHospitalFacilitiesInfoBox {
  width: 852px;
}
@media screen and (max-width: 1200px) {
  .listHospitalFacilitiesInfoBox {
    width: 94.77%;
  }
}
@media screen and (max-width: 767px) {
  .listHospitalFacilitiesInfoBox {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .listHospitalFacilitiesInfoBox {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ulHospitalFacilitiesInfo {
    width: 240px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .ulHospitalFacilitiesInfo {
    width: 80%;
  }
}

.liHospitalFacilitiesInfo {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .liHospitalFacilitiesInfo {
    width: 27.93%;
  }
}
@media screen and (max-width: 767px) {
  .liHospitalFacilitiesInfo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liHospitalFacilitiesInfo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .liHospitalFacilitiesInfo:nth-child(2) {
    margin-top: 13.51%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .liHospitalFacilitiesInfo:nth-child(2) .txtHospitalFacilitiesInfo {
    margin-top: 5.13%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .liHospitalFacilitiesInfo:nth-child(3) {
    margin-top: 14.01%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
  .liHospitalFacilitiesInfo:nth-child(3) .txtHospitalFacilitiesInfo {
    margin-top: 5.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picHospitalFacilitiesInfo {
  width: 80px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .picHospitalFacilitiesInfo {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .picHospitalFacilitiesInfo {
    width: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picHospitalFacilitiesInfo {
    width: 33.33%;
  }
}

.txtHospitalFacilitiesInfo {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  aspect-ratio: 240/40;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtHospitalFacilitiesInfo {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .txtHospitalFacilitiesInfo {
    margin-top: 10.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtHospitalFacilitiesInfo {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    aspect-ratio: 240/40;
    border-radius: 40px;
    /* CSS3草案 */
    -webkit-border-radius: 40px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;
    /* Firefox用 */
    margin-top: 2.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtHospitalFacilitiesInfo {
    font-size: 4.2666666667vw;
  }
}

.txtlastHospitalFacilitiesInfo {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  transform: translate(1%, 0px);
}
@media screen and (max-width: 1200px) {
  .txtlastHospitalFacilitiesInfo {
    margin: 2.44% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .txtlastHospitalFacilitiesInfo {
    font-size: 1.1666666667vw;
  }
}
.txtlastHospitalFacilitiesInfo::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtlastHospitalFacilitiesInfo::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtlastHospitalFacilitiesInfo {
    text-align: center !important;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin-top: 11.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0px, 0px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtlastHospitalFacilitiesInfo {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtlastHospitalFacilitiesInfo::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .txtlastHospitalFacilitiesInfo::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.greeting {
  margin-top: 200px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .greeting {
    margin-top: 10.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .greeting {
    margin-top: 26.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.picGreeting {
  width: 547px;
}
@media screen and (max-width: 1200px) {
  .picGreeting {
    width: 45.58%;
  }
}
@media screen and (max-width: 767px) {
  .picGreeting {
    width: 375px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .picGreeting {
    width: 100%;
  }
}

.secGreeting {
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 550px;
}
@media screen and (max-width: 1200px) {
  .secGreeting {
    margin: 8.33% 0% 0% 0%;
  }
}
@media screen and (max-width: 1200px) {
  .secGreeting {
    width: 45.83%;
  }
}
@media screen and (max-width: 767px) {
  .secGreeting {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0% 0% 27.66% 0%;
    width: 341px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secGreeting {
    margin-top: 13.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secGreeting {
    width: 90.93%;
  }
}

.h2Greeting {
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2Greeting {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Greeting {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Greeting {
    font-size: 5.8666666667vw;
  }
}

.h3Greeting {
  margin-top: 80px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3Greeting {
    margin-top: 14.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3Greeting {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3Greeting {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3Greeting {
    margin-top: 11.73%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3Greeting {
    font-size: 5.8666666667vw;
  }
}

.txtGreeting {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtGreeting {
    margin-top: 6.9%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtGreeting {
    font-size: 1.3333333333vw;
  }
}
.txtGreeting::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtGreeting::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtGreeting {
    margin-top: 4.93%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtGreeting {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtGreeting::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtGreeting::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.rubyGreeting {
  margin-top: 68px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .rubyGreeting {
    margin-top: 12.36%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .rubyGreeting {
    font-size: 1.3333333333vw;
  }
}
.rubyGreeting::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.rubyGreeting::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .rubyGreeting {
    margin-top: 7.86%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .rubyGreeting {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .rubyGreeting::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .rubyGreeting::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

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

@media screen and (max-width: 767px) {
  .careerWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .careerWap {
    width: 90.66%;
  }
}

.h2Career {
  width: 258px;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2Career {
    width: 21.5%;
  }
}
@media screen and (max-width: 1200px) {
  .h2Career {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Career {
    width: 340px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Career {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Career {
    font-size: 5.8666666667vw;
  }
}

.detailCareerFx {
  width: 942px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .detailCareerFx {
    width: 78.5%;
  }
}
@media screen and (max-width: 1200px) {
  .detailCareerFx {
    margin-top: 0.15%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailCareerFx {
    width: 340px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailCareerFx {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailCareerFx {
    margin-top: 8.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secDetailCareer01 {
  width: 550px;
}
@media screen and (max-width: 1200px) {
  .secDetailCareer01 {
    width: 58.38%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailCareer01 {
    width: 340px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secDetailCareer01 {
    width: 100%;
  }
}

.h3DetailCareer {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3DetailCareer {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailCareer {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailCareer {
    font-size: 4.2666666667vw;
  }
}

.brdDetailCareer01 {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdDetailCareer01 {
    margin-top: 2.72%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdDetailCareer01 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .brdDetailCareer01 {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtDetailCareer01 {
  margin-top: 24px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtDetailCareer01 {
    margin-top: 4.36%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtDetailCareer01 {
    font-size: 1.3333333333vw;
  }
}
.txtDetailCareer01::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtDetailCareer01::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailCareer01 {
    margin-top: 6.04%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.3333333333;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailCareer01 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailCareer01::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.3333333333) * 0.5em);
    content: "";
  }
  .txtDetailCareer01::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.3333333333) * 0.5em);
    content: "";
  }
}

.secDetailCareer02 {
  width: 322px;
}
@media screen and (max-width: 1200px) {
  .secDetailCareer02 {
    width: 34.18%;
  }
}
@media screen and (max-width: 767px) {
  .secDetailCareer02 {
    width: 100%;
    margin-top: 10.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.brdDetailCareer02 {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdDetailCareer02 {
    margin-top: 4.65%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdDetailCareer02 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .brdDetailCareer02 {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.txtDetailCareer02 {
  margin-top: 23px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtDetailCareer02 {
    margin-top: 7.14%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtDetailCareer02 {
    font-size: 1.3333333333vw;
  }
}
.txtDetailCareer02::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtDetailCareer02::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailCareer02 {
    margin-top: 4.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.3333333333;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailCareer02 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailCareer02::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.3333333333) * 0.5em);
    content: "";
  }
  .txtDetailCareer02::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.3333333333) * 0.5em);
    content: "";
  }
}

.keisaiCareer {
  border-radius: 30px;
  /* CSS3草案 */
  -webkit-border-radius: 30px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 30px;
  /* Firefox用 */
  margin-top: 107px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 46px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .keisaiCareer {
    margin-top: 8.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .keisaiCareer {
    padding: 4.16% 0% 3.83% 0%;
  }
}
@media screen and (max-width: 767px) {
  .keisaiCareer {
    border-radius: 30px;
    /* CSS3草案 */
    -webkit-border-radius: 30px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;
    /* Firefox用 */
    margin-top: 17.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 8.82% 0% 7.82% 0%;
  }
}

.h3KeisaiCareer {
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3KeisaiCareer {
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3KeisaiCareer {
    width: 300px;
    margin: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3KeisaiCareer {
    width: 88.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3KeisaiCareer {
    font-size: 4.8vw;
  }
}

.txtKeisaiCareer {
  margin-top: 38px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtKeisaiCareer {
    margin-top: 3.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtKeisaiCareer {
    width: 66.66%;
  }
}
@media screen and (max-width: 1200px) {
  .txtKeisaiCareer {
    font-size: 1.5vw;
  }
}
.txtKeisaiCareer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtKeisaiCareer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtKeisaiCareer {
    width: 300px;
    margin-top: 8%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .txtKeisaiCareer {
    width: 88.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtKeisaiCareer {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtKeisaiCareer::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtKeisaiCareer::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.linkKeisaiCareer {
  margin-top: 55px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
}
@media screen and (max-width: 1200px) {
  .linkKeisaiCareer {
    margin-top: 4.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .linkKeisaiCareer {
    font-size: 1.5vw;
  }
}
.linkKeisaiCareer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
.linkKeisaiCareer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2222222222) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .linkKeisaiCareer {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.375;
    letter-spacing: 0.06em;
    text-indent: -0.06em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .linkKeisaiCareer {
    width: 88.23%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .linkKeisaiCareer {
    margin-top: 10%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .linkKeisaiCareer {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .linkKeisaiCareer::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.375) * 0.5em);
    content: "";
  }
  .linkKeisaiCareer::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.375) * 0.5em);
    content: "";
  }
}
.linkKeisaiCareer a {
  color: #297FF3;
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.faq {
  margin-top: 200px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .faq {
    margin-top: 10.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .faq {
    padding: 10.41% 0% 10.41% 0%;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 100px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faq {
    margin-top: 26.66%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faq {
    padding: 26.66% 0% 26.66% 0%;
  }
}

@media screen and (max-width: 767px) {
  .faqWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .faqWap {
    width: 90.66%;
  }
}

.h2TitleFaq {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2TitleFaq {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleFaq {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleFaq {
    font-size: 3.2vw;
  }
}

.h3TitleFaq {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3TitleFaq {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3TitleFaq {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleFaq {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3TitleFaq {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleFaq {
    font-size: 5.8666666667vw;
  }
}

.iconTitleFaq {
  width: 26px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .iconTitleFaq {
    width: 2.16%;
  }
}
@media screen and (max-width: 1200px) {
  .iconTitleFaq {
    margin-top: 1.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleFaq {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 17.34px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleFaq {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleFaq {
    width: 5.09%;
  }
}

.txtTitleFaq {
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtTitleFaq {
    margin-top: 4.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtTitleFaq {
    font-size: 1.5vw;
  }
}
.txtTitleFaq::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtTitleFaq::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleFaq {
    margin-top: 13.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleFaq {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleFaq::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtTitleFaq::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.ulFaq {
  margin-top: 75px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulFaq {
    margin-top: 6.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulFaq {
    margin-top: 15.7%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFaq {
  padding-top: 32px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}
@media screen and (max-width: 1200px) {
  .liFaq {
    padding: 2.66% 0% 2.5% 0%;
  }
}
@media screen and (max-width: 767px) {
  .liFaq {
    border-radius: 25px;
    /* CSS3草案 */
    -webkit-border-radius: 25px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 25px;
    /* Firefox用 */
    padding-top: 23px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liFaq {
    padding: 6.76% 0% 5.88% 0%;
  }
}
.liFaq:nth-child(n+2) {
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .liFaq:nth-child(n+2) {
    margin-top: 1.5%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .liFaq:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liFaq:nth-child(n+2) {
    margin-top: 5.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liFaqLxn {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .liFaqLxn {
    width: 91.66%;
  }
}
@media screen and (max-width: 767px) {
  .liFaqLxn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liFaqLxn {
    width: 88.23%;
  }
}

.iconQFaq {
  width: 21px;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-align: right;
  margin: 0 0 0 1.2%;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .iconQFaq {
    width: 1.9%;
  }
}
@media screen and (max-width: 1200px) {
  .iconQFaq {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .iconQFaq {
    width: 18px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: 0 0 0 0.2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconQFaq {
    width: 6%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconQFaq {
    font-size: 6.4vw;
  }
}

.h2Faq {
  width: 981px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .h2Faq {
    width: 89.18%;
  }
}
@media screen and (max-width: 1200px) {
  .h2Faq {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Faq {
    width: 234px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h2Faq {
    width: 78%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2Faq {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h2Faq::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.875) * 0.5em);
    content: "";
  }
  .h2Faq::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.875) * 0.5em);
    content: "";
  }
}

.iconFaq {
  width: 18px;
  aspect-ratio: 18/18;
  position: relative;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 1200px) {
  .iconFaq {
    width: 1.63%;
  }
}
@media screen and (max-width: 767px) {
  .iconFaq {
    width: 18px;
    margin: 0 0% 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconFaq {
    width: 6%;
  }
}

.brdIconFaq {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.5s;
}

.brdIconFaq01 {
  transform: rotate(90deg);
}

.brdIconFaq00 {
  transform: rotate(90deg);
}

.topFaqFx.off .brdIconFaq01 {
  opacity: 1;
}

.topFaqFx.on .brdIconFaq01 {
  opacity: 0;
}

.btmFaqFxBox {
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 22px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #C4C4C4;
  display: none;
}
@media screen and (max-width: 1200px) {
  .btmFaqFxBox {
    margin-top: 1.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .btmFaqFxBox {
    padding: 2.27% 0% 2% 0%;
  }
}
@media screen and (max-width: 767px) {
  .btmFaqFxBox {
    margin-top: 1.56%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 5.33% 0% 0.95% 0%;
  }
}

.btmFaqFxBoxFx {
  width: 100%;
}

.iconAFaq {
  width: 21px;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin: -0.7% 0 0 1.2%;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .iconAFaq {
    width: 1.9%;
  }
}
@media screen and (max-width: 1200px) {
  .iconAFaq {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .iconAFaq {
    width: 17px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: -3.7% 0 0 0.5%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconAFaq {
    width: 5.66%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .iconAFaq {
    font-size: 6.4vw;
  }
}

.cntBtmFaqFxBox {
  width: 1045px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .cntBtmFaqFxBox {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  .cntBtmFaqFxBox {
    font-size: 1.3333333333vw;
  }
}
.cntBtmFaqFxBox::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.cntBtmFaqFxBox::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .cntBtmFaqFxBox {
    width: 267px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntBtmFaqFxBox {
    width: 89%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntBtmFaqFxBox {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .cntBtmFaqFxBox::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .cntBtmFaqFxBox::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}
.cntBtmFaqFxBox p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .cntBtmFaqFxBox p {
    font-size: 1.3333333333vw;
  }
}
.cntBtmFaqFxBox p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.cntBtmFaqFxBox p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .cntBtmFaqFxBox p {
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cntBtmFaqFxBox p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .cntBtmFaqFxBox p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .cntBtmFaqFxBox p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.contact {
  margin-top: 180px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .contact {
    margin-top: 9.37%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 1.04% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 90px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .contact {
    margin-top: 24%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .contact {
    padding: 2.66% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .contactWap {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .contactWap {
    width: 90.66%;
  }
}

.h2TitleContact {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2TitleContact {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleContact {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleContact {
    font-size: 3.2vw;
  }
}

.h3TitleContact {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3TitleContact {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3TitleContact {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleContact {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3TitleContact {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleContact {
    font-size: 5.8666666667vw;
  }
}

.iconTitleContact {
  width: 26px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .iconTitleContact {
    width: 2.16%;
  }
}
@media screen and (max-width: 1200px) {
  .iconTitleContact {
    margin-top: 1.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleContact {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 17.34px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleContact {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleContact {
    width: 5.09%;
  }
}

.txtTitleContact {
  margin-top: 57px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtTitleContact {
    margin-top: 4.75%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtTitleContact {
    font-size: 1.5vw;
  }
}
.txtTitleContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtTitleContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleContact {
    margin-top: 14.16%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleContact {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtTitleContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.btnContactLxn {
  width: 350px;
  margin-top: 47px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .btnContactLxn {
    width: 29.16%;
  }
}
@media screen and (max-width: 1200px) {
  .btnContactLxn {
    margin-top: 3.91%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btnContactLxn {
    width: 340px;
    margin-top: 10.82%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .btnContactLxn {
    width: 100%;
  }
}

.btnContact {
  aspect-ratio: 350/84;
  border-radius: 42px;
  /* CSS3草案 */
  -webkit-border-radius: 42px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 42px;
  /* Firefox用 */
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btnContact {
    pointer-events: auto;
    aspect-ratio: 340/80;
    border-radius: 40px;
    /* CSS3草案 */
    -webkit-border-radius: 40px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;
    /* Firefox用 */
  }
}

.telNameBtnContactIn {
  font-size: 19px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  transform: translate(-5%, -10%);
}
@media screen and (max-width: 1200px) {
  .telNameBtnContactIn {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .telNameBtnContactIn {
    transform: translate(-9%, -19%);
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telNameBtnContactIn {
    font-size: 4.8vw;
  }
}

.telIntBtnContactIn {
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 9.8px;
  margin-right: 0px;
  white-space: nowrap;
  transform: translate(-1%, 3%);
}
@media screen and (max-width: 1200px) {
  .telIntBtnContactIn {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .telIntBtnContactIn {
    margin: 0% 0% 0% 2.8%;
  }
}
@media screen and (max-width: 767px) {
  .telIntBtnContactIn {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
    margin: -1% 0% 0% 3.88%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .telIntBtnContactIn {
    font-size: 7.7333333333vw;
  }
}

.txtLastContact {
  margin-top: 36px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtLastContact {
    margin-top: 3%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtLastContact {
    font-size: 1.1666666667vw;
  }
}
.txtLastContact::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}
.txtLastContact::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtLastContact {
    margin-top: 7.88%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtLastContact {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .txtLastContact::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.2) * 0.5em);
    content: "";
  }
  .txtLastContact::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2.2) * 0.5em);
    content: "";
  }
}

.brdLastContact {
  height: 1px;
  margin-top: 157px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .brdLastContact {
    margin-top: 13.08%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .brdLastContact {
    margin-top: 22.58%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
use＆nameSpace
========================================================================== */
/* ==========================================================================
LAYOUT
========================================================================== */
.access {
  margin-top: 140px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  .access {
    margin-top: 7.29%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .access {
    padding: 0.52% 0% 0% 0%;
  }
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 35px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .access {
    margin-top: 9.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .access {
    padding: 9.33% 0% 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .secAccess {
    width: 340px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .secAccess {
    width: 90.66%;
  }
}

.h2TitleAccess {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h2TitleAccess {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h2TitleAccess {
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h2TitleAccess {
    font-size: 3.2vw;
  }
}

.h3TitleAccess {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .h3TitleAccess {
    margin-top: 0.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .h3TitleAccess {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .h3TitleAccess {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .h3TitleAccess {
    margin-top: 1.47%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3TitleAccess {
    font-size: 5.8666666667vw;
  }
}

.iconTitleAccess {
  width: 26px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .iconTitleAccess {
    width: 2.16%;
  }
}
@media screen and (max-width: 1200px) {
  .iconTitleAccess {
    margin-top: 1.25%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .iconTitleAccess {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 17.34px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleAccess {
    margin-top: 2.94%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .iconTitleAccess {
    width: 5.09%;
  }
}

.txtTitleAccess {
  margin-top: 58px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media screen and (max-width: 1200px) {
  .txtTitleAccess {
    margin-top: 4.83%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .txtTitleAccess {
    font-size: 1.5vw;
  }
}
.txtTitleAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
.txtTitleAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7777777778) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtTitleAccess {
    margin-top: 13.76%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.05em;
    text-indent: -0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtTitleAccess {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtTitleAccess::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .txtTitleAccess::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.detailAccess {
  margin-top: 76px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .detailAccess {
    margin-top: 6.33%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .detailAccess {
    width: 340px;
    margin-top: 15.03%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .detailAccess {
    width: 90.66%;
  }
}

.cntDetailAccess {
  width: 571px;
}
@media screen and (max-width: 1200px) {
  .cntDetailAccess {
    width: 47.58%;
  }
}
@media screen and (max-width: 767px) {
  .cntDetailAccess {
    width: 340px;
    margin-top: 8.42%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .cntDetailAccess {
    width: 100%;
  }
}

.h3DetailAccess {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .h3DetailAccess {
    font-size: 1.6666666667vw;
  }
}
.h3DetailAccess::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1) * 0.5em);
  content: "";
}
.h3DetailAccess::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .h3DetailAccess {
    line-height: 1.125;
    letter-spacing: 0.06em;
    text-indent: -0.06em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .h3DetailAccess {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .h3DetailAccess::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.125) * 0.5em);
    content: "";
  }
  .h3DetailAccess::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.125) * 0.5em);
    content: "";
  }
}

.txtDetailAccess {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
  margin-top: 14px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .txtDetailAccess {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .txtDetailAccess {
    margin-top: 2.45%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailAccess {
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-indent: -0.06em;
    margin-top: 2.41%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailAccess {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailAccess::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtDetailAccess::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.secDetailAccess02 {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secDetailAccess02 {
    margin-top: 5.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secDetailAccess02 {
    margin-top: 10.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secDetailAccess03 {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secDetailAccess03 {
    margin-top: 5.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secDetailAccess03 {
    margin-top: 7.52%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.secDetailAccess04 {
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .secDetailAccess04 {
    margin-top: 5.61%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .secDetailAccess04 {
    margin-top: 8.22%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ulDetailAccess {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .ulDetailAccess {
    margin-top: 2.63%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ulDetailAccess {
    margin-top: 1.54%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }
}

.liDetailAccess:nth-child(n+2) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  .liDetailAccess:nth-child(n+2) {
    margin: 0% 0% 0% 3.5%;
  }
}
@media screen and (max-width: 1200px) {
  .liDetailAccess:nth-child(n+2) {
    margin: 0% 0% 0% 3%;
  }
}
@media screen and (max-width: 767px) {
  .liDetailAccess:nth-child(n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liDetailAccess:nth-child(n+2) {
    margin: 0% 0% 0% 4.41%;
  }
}
@media screen and (max-width: 767px) {
  .liDetailAccess:nth-child(3) {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .liDetailAccess:nth-child(3) {
    margin: 1.47% 0% 0% 0%;
  }
}

.iconDetailAccess {
  width: 40px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1200px) {
  .iconDetailAccess {
    width: 7.01%;
  }
}
@media screen and (max-width: 1200px) {
  .iconDetailAccess {
    width: 3.3333333333vw;
    margin: 0 0.8333333333vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .iconDetailAccess {
    width: 6.6666666667vw;
    margin: 0 1.3333333333vw 0 0;
  }
}

.txtDetailAccessLi {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-indent: -0.06em;
}
@media screen and (max-width: 1200px) {
  .txtDetailAccessLi {
    font-size: 1.3333333333vw;
  }
}
.txtDetailAccessLi::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.txtDetailAccessLi::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .txtDetailAccessLi {
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-indent: -0.06em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .txtDetailAccessLi {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .txtDetailAccessLi::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .txtDetailAccessLi::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}

.mapDetailAccess {
  width: 574px;
  position: relative;
  border-radius: 40px;
  /* CSS3草案 */
  -webkit-border-radius: 40px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 40px;
  /* Firefox用 */
  aspect-ratio: 574/395;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .mapDetailAccess {
    width: 47.83%;
  }
}
@media screen and (max-width: 767px) {
  .mapDetailAccess {
    width: 340px;
    position: relative;
    aspect-ratio: 340/234;
    border-radius: 25px;
    /* CSS3草案 */
    -webkit-border-radius: 25px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 25px;
    /* Firefox用 */
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .mapDetailAccess {
    width: 100%;
  }
}
.mapDetailAccess iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.cl_fff {
  color: #fff;
}

.cl_69C8F0 {
  color: #69C8F0;
}

.cl_F48A90 {
  color: #F48A90;
}

.cl_929292 {
  color: #929292;
}

.bg_2B3F5A {
  background: #2B3F5A;
}

.bg_68C8F0 {
  background: #68C8F0;
}

.bg_F3F9FD {
  background: #F3F9FD;
}

.bg_69C8F0 {
  background: #69C8F0;
}

.bg_C4C4C4 {
  background: #C4C4C4;
}

.bg_fff {
  background: #fff;
}

.undernone {
  text-decoration: none;
}

.t_right {
  text-align: right;
}

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

.v_middle {
  vertical-align: middle;
}

.c_pointer {
  cursor: pointer;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

.picshadow {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

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