@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

main {
  display: block;
}

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 100%;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

select::-ms-expand {
  display: none;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media (width < 768px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media (width < 768px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media (width < 768px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media (width < 768px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media (768px <= width) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media (768px <= width) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media (768px <= width) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media (768px <= width) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media (width < 768px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media (768px <= width) {
  .u-hidden_lg {
    display: none !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding-top: 100px;
  color: #fff;
  font-family: Arial;
  background: #1d1d1d;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (width < 768px) {
  body {
    padding-top: 60px;
  }
}

.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
}

.l-container {
  overflow: hidden;
}

img {
  width: 100%;
}

.c-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.c-inner_contents {
  width: 84.7730600293vw;
}
@media (width < 768px) {
  .c-inner_contents {
    width: 89.3333333333vw;
  }
}
.c-inner_mv {
  max-width: 948px;
}
@media (width < 768px) {
  .c-inner_mv {
    width: 89.3333333333vw;
  }
}

.js-scrollAnim {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.js-scrollAnim.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}
.l-header__holder {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
}
@media (width < 768px) {
  .l-header__holder {
    height: 60px;
  }
}
.l-header__holder__logo {
  position: absolute;
  left: 67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 116px;
  display: block;
}
@media (width < 768px) {
  .l-header__holder__logo {
    width: 70px;
    left: 12px;
  }
}
.l-header__holder__seriesName {
  position: absolute;
  top: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 213px;
  font-size: 18px;
  color: #1d1d1d;
}
@media (width < 768px) {
  .l-header__holder__seriesName {
    display: none;
  }
}
.l-header__holder__downloadBtn {
  display: block;
  position: absolute;
  right: 67px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 277px;
}
@media (width < 768px) {
  .l-header__holder__downloadBtn {
    right: 12px;
    width: 142px;
    -webkit-transform: translateY(calc(-50% + 5px));
            transform: translateY(calc(-50% + 5px));
  }
}
.l-header__holder__downloadBtn:hover {
  opacity: 0.5;
}

.l-aside {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30.0146412884vw;
  display: inline-block;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media (width < 768px) {
  .l-aside {
    width: 100%;
  }
}
.l-aside__btn {
  position: absolute;
  left: 4.39238653vw;
  bottom: 1.1713030747vw;
  display: block;
  width: 14.1288433382vw;
}
@media (width < 768px) {
  .l-aside__btn {
    left: auto;
    right: 2.6666666667vw;
    width: 40vw;
    bottom: 4.2666666667vw;
  }
}
.l-aside__btn:hover {
  opacity: 0.5;
}

.mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 600px;
  overflow: hidden;
}
@media (width < 768px) {
  .mv {
    height: calc(100vh - 60px);
    min-height: 300px;
  }
}
.mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 472px;
  z-index: 2;
}
@media (width < 768px) {
  .mv__title {
    width: 56.2666666667vw;
  }
}
.mv__item {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 236px;
  z-index: 2;
}
@media (width < 768px) {
  .mv__item {
    width: 28vw;
  }
}
.mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黒色 + 透明度50% */
  mix-blend-mode: multiply; /* 乗算 */
  pointer-events: none; /* クリックイベントを防ぐ */
}

.features {
  overflow: hidden;
  height: 161.0541727672vw;
  position: relative;
  padding-top: 14.6412884334vw;
}
@media (width < 768px) {
  .features {
    padding-top: 19.7333333333vw;
    height: 496vw;
  }
}
.features__obj01 {
  position: absolute;
  top: 15.8125915081vw;
  right: 0vw;
  width: 75.4758418741vw;
}
@media (width < 768px) {
  .features__obj01 {
    top: 114.6666666667vw;
    width: 154.6666666667vw;
  }
}
.features__obj02 {
  position: absolute;
  top: 75.0366032211vw;
  left: 0;
  width: 57.8330893119vw;
}
@media (width < 768px) {
  .features__obj02 {
    top: 324.8vw;
    width: 100vw;
  }
}
.features__backHl {
  position: absolute;
  top: -2.3426061493vw;
  left: -1.317715959vw;
  font-weight: 700;
  font-size: 18.3016105417vw;
  opacity: 0.1;
  line-height: 1;
}
@media (width < 768px) {
  .features__backHl {
    top: -2.1333333333vw;
    left: -1.0666666667vw;
    font-size: 21.8666666667vw;
  }
}
.features__hl {
  font-weight: 700;
  font-size: 4.6852122987vw;
  text-align: center;
  margin-bottom: 13.17715959vw;
}
@media (width < 768px) {
  .features__hl {
    font-size: 9.0666666667vw;
    margin-bottom: 18.6666666667vw;
  }
}
.features__hl > span {
  font-weight: 400;
  font-size: 1.317715959vw;
  display: block;
}
@media (width < 768px) {
  .features__hl > span {
    font-size: 3.7333333333vw;
  }
}
.features__eachFeature01 {
  margin-bottom: 29.2825768668vw;
  width: 45.3879941435vw;
}
@media (width < 768px) {
  .features__eachFeature01 {
    width: 100%;
    margin-bottom: 117.3333333333vw;
  }
}
.features__eachFeature01__hl01 {
  font-size: 4.39238653vw;
}
@media (width < 768px) {
  .features__eachFeature01__hl01 {
    font-size: 7.4666666667vw;
  }
}
.features__eachFeature01__hl01 > strong {
  font-size: 11.7130307467vw;
}
@media (width < 768px) {
  .features__eachFeature01__hl01 > strong {
    font-size: 21.3333333333vw;
  }
}
.features__eachFeature01__hl01 > strong > span {
  font-size: 4.6852122987vw;
}
@media (width < 768px) {
  .features__eachFeature01__hl01 > strong > span {
    font-size: 8.5333333333vw;
  }
}
.features__eachFeature01__hl02 {
  margin-bottom: 2.196193265vw;
}
@media (width < 768px) {
  .features__eachFeature01__hl02 {
    margin-bottom: 5.3333333333vw;
  }
}
.features__eachFeature01__hl02 > div {
  font-size: 2.635431918vw;
  background: -webkit-gradient(linear, left top, right top, from(#a50000), to(#a50000));
  background: linear-gradient(to right, #a50000 0%, #a50000 100%);
  padding: 0.1464128843vw 0.7320644217vw;
  display: inline-block;
}
@media (width < 768px) {
  .features__eachFeature01__hl02 > div {
    font-size: 5.3333333333vw;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.features__eachFeature01__desc {
  font-size: 1.1713030747vw;
  line-height: 2;
  color: #bababa;
  margin-bottom: 2.196193265vw;
}
@media (width < 768px) {
  .features__eachFeature01__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.features__eachFeature01__desc > strong {
  color: #fff;
}
.features__eachFeature01__remarks {
  font-size: 0.878477306vw;
  color: #bababa;
}
@media (width < 768px) {
  .features__eachFeature01__remarks {
    font-size: 3.2vw;
  }
}
.features__eachFeature02 {
  float: right;
  margin-bottom: 19.7657393851vw;
  width: 45.3879941435vw;
}
@media (width < 768px) {
  .features__eachFeature02 {
    width: 100%;
    margin-bottom: 114.1333333333vw;
  }
}
.features__eachFeature02__hl01 {
  font-size: 8.0527086384vw;
}
@media (width < 768px) {
  .features__eachFeature02__hl01 {
    font-size: 14.9333333333vw;
    text-align: right;
  }
}
.features__eachFeature02__hl02 {
  margin-bottom: 2.196193265vw;
}
@media (width < 768px) {
  .features__eachFeature02__hl02 {
    margin-bottom: 5.3333333333vw;
    text-align: right;
  }
}
.features__eachFeature02__hl02 > div {
  font-size: 2.635431918vw;
  background: -webkit-gradient(linear, left top, right top, from(#a50000), to(#a50000));
  background: linear-gradient(to right, #a50000 0%, #a50000 100%);
  padding: 0.1464128843vw 0.7320644217vw;
  display: inline-block;
}
@media (width < 768px) {
  .features__eachFeature02__hl02 > div {
    font-size: 5.3333333333vw;
    padding: 0.5333333333vw 1.0666666667vw;
    text-align: right;
  }
}
.features__eachFeature02__desc {
  font-size: 1.1713030747vw;
  line-height: 2;
  color: #bababa;
}
@media (width < 768px) {
  .features__eachFeature02__desc {
    font-size: 3.7333333333vw;
    text-align: right;
  }
}
.features__eachFeature02__desc > strong {
  color: #fff;
}
.features__eachFeature03 {
  clear: both;
}
.features__eachFeature03__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 768px) {
  .features__eachFeature03__column {
    display: block;
  }
}
.features__eachFeature03__column__left__hl01 {
  font-size: 11.7130307467vw;
}
@media (width < 768px) {
  .features__eachFeature03__column__left__hl01 {
    font-size: 21.3333333333vw;
  }
}
.features__eachFeature03__column__left__hl02 {
  margin-bottom: 2.196193265vw;
}
@media (width < 768px) {
  .features__eachFeature03__column__left__hl02 {
    margin-bottom: 5.3333333333vw;
  }
}
.features__eachFeature03__column__left__hl02 > div {
  font-size: 2.635431918vw;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#a50000), to(#a50000));
  background: linear-gradient(to right, #a50000 0%, #a50000 100%);
  padding: 0.1464128843vw 0.7320644217vw;
}
@media (width < 768px) {
  .features__eachFeature03__column__left__hl02 > div {
    font-size: 5.3333333333vw;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.features__eachFeature03__column__right {
  width: 48.3162518302vw;
}
@media (width < 768px) {
  .features__eachFeature03__column__right {
    width: 100%;
  }
}
.features__eachFeature03__column__right__desc {
  font-size: 1.1713030747vw;
  line-height: 2;
  color: #bababa;
}
@media (width < 768px) {
  .features__eachFeature03__column__right__desc {
    font-size: 3.7333333333vw;
  }
}
.features__eachFeature03__column__right__desc > strong {
  color: #fff;
}

.movie {
  position: relative;
  padding: 12.4450951684vw 0 10.980966325vw;
}
@media (width < 768px) {
  .movie {
    padding: 14.6666666667vw 0 14.6666666667vw;
  }
}
.movie__backHl {
  position: absolute;
  top: -2.196193265vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 18.3016105417vw;
  opacity: 0.1;
  line-height: 1;
  text-align: center;
}
@media (width < 768px) {
  .movie__backHl {
    top: -2.6666666667vw;
    font-size: 21.8666666667vw;
  }
}
.movie__video {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie__video > iframe {
  width: 100%;
  height: 100%;
}

.support {
  padding: 5.8565153734vw 0;
  background-image: url(../images/support_bg_lg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (width < 768px) {
  .support {
    padding: 10.6666666667vw 0;
    background-image: url(../images/support_bg_xs.jpg);
  }
}
.support__hl01 {
  font-weight: 700;
  font-size: 6.588579795vw;
  margin-bottom: 3.6603221083vw;
}
@media (width < 768px) {
  .support__hl01 {
    font-size: 11.2vw;
    margin-bottom: 6.4vw;
  }
}
.support__hl02 {
  margin-bottom: 1.4641288433vw;
}
.support__hl02 > div {
  color: #a50000;
  font-weight: 700;
  font-size: 2.8vw;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  padding: 0.1464128843vw 0.7320644217vw;
  display: inline-block;
  margin-bottom: 0.7320644217vw;
}
.support__hl02 > div:last-child {
  margin-bottom: 0;
}
@media (width < 768px) {
  .support__hl02 > div {
    font-size: 5.3333333333vw;
    padding: 0.5333333333vw 1.0666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.support__desc {
  font-weight: 700;
  font-size: 1.1713030747vw;
  line-height: 2;
  margin-bottom: 1.4641288433vw;
}
@media (width < 768px) {
  .support__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.support__count {
  position: absolute;
  top: 7.3206442167vw;
  right: 0;
  width: 24.7437774524vw;
}
@media (width < 768px) {
  .support__count {
    position: static;
    width: 100%;
    margin-bottom: 6.4vw;
  }
}
.support__remarks {
  font-weight: 700;
  font-size: 0.878477306vw;
}
@media (width < 768px) {
  .support__remarks {
    font-size: 3.2vw;
  }
}

.group {
  padding: 7.3206442167vw 0;
}
@media (width < 768px) {
  .group {
    padding: 13.3333333333vw 0;
  }
}
.group__hl {
  font-weight: 700;
  font-size: 2.4890190337vw;
  text-align: center;
  margin-bottom: 3.2210834553vw;
}
@media (width < 768px) {
  .group__hl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.group__switcherList {
  padding: 0.2928257687vw;
  border-radius: 200px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 62.2254758419vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.831625183vw;
}
@media (width < 768px) {
  .group__switcherList {
    padding: 1.0666666667vw;
    width: 100%;
    margin-bottom: 8vw;
  }
}
.group__switcherList__item {
  width: 30.7467057101vw;
}
@media (width < 768px) {
  .group__switcherList__item {
    width: 50%;
  }
}
.group__switcherList__item__btn {
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1713030747vw;
  text-align: center;
  color: #939393;
  background-color: transparent;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 2.9282576867vw;
}
@media (width < 768px) {
  .group__switcherList__item__btn {
    font-size: 3.2vw;
    height: 10.6666666667vw;
  }
}
.group__switcherList__item__btn.is-selected {
  color: #fff;
  background: #a50000;
}
.group__switcherList__item__btn > div {
  height: 100%;
}
.group__switcherList__item__btn > div > span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group__map {
  text-align: center;
  width: 100%;
}
.group__map__eachMap {
  display: none;
}
.group__map__eachMap > picture > img {
  width: 100%;
}
@media (width < 768px) {
  .group__map__eachMap > picture > img {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.history__intro {
  padding: 5.3440702782vw 0 5.0512445095vw;
  background-image: url(../images/history_intro_bg_lg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (width < 768px) {
  .history__intro {
    padding: 10.6666666667vw 0 16vw;
    background-image: url(../images/history_intro_bg_xs.jpg);
  }
}
.history__intro__hl01 {
  font-weight: 700;
  font-size: 6.588579795vw;
  margin-bottom: 6.7349926794vw;
}
@media (width < 768px) {
  .history__intro__hl01 {
    font-size: 11.2vw;
  }
}
.history__intro__hl02 {
  margin-bottom: 0.7320644217vw;
}
@media (width < 768px) {
  .history__intro__hl02 {
    margin-bottom: 2.6666666667vw;
  }
}
.history__intro__hl02 > div {
  font-size: 2.635431918vw;
  background: -webkit-gradient(linear, left top, right top, from(#a50000), to(#a50000));
  background: linear-gradient(to right, #a50000 0%, #a50000 100%);
  padding: 0.1464128843vw 0.7320644217vw;
  display: inline-block;
  padding: 0.7320644217vw;
  font-weight: 700;
}
@media (width < 768px) {
  .history__intro__hl02 > div {
    font-size: 6.4vw;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.history__intro__hl02 > div > span {
  font-size: 3.953147877vw;
  display: inline-block;
  margin-right: 0.7320644217vw;
}
@media (width < 768px) {
  .history__intro__hl02 > div > span {
    font-size: 9.6vw;
    margin: 1.3333333333vw;
  }
}
.history__intro__hl03 {
  margin-bottom: 1.4641288433vw;
}
@media (width < 768px) {
  .history__intro__hl03 {
    margin-bottom: 5.3333333333vw;
  }
}
.history__intro__hl03 > div {
  font-size: 2.3vw;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#a50000), to(#a50000));
  background: linear-gradient(to right, #a50000 0%, #a50000 100%);
  padding: 0.1464128843vw 0.7320644217vw;
  display: inline-block;
}
@media (width < 768px) {
  .history__intro__hl03 > div {
    font-size: 5.1vw;
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.history__intro__desc {
  font-weight: 700;
  font-size: 1.1713030747vw;
  line-height: 2;
}
@media (width < 768px) {
  .history__intro__desc {
    font-size: 3.7333333333vw;
  }
}
.history__table {
  position: relative;
  height: 98.9751098097vw;
}
@media (width < 768px) {
  .history__table {
    height: 256vw;
  }
}
.history__table:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 0.0732064422vw;
  height: 77.9648609078vw;
  background-color: #a50000;
}
@media (width < 768px) {
  .history__table:before {
    width: 0.2666666667vw;
    height: 217.3333333333vw;
  }
}
.history__table__list__item {
  position: absolute;
  width: 40.8491947291vw;
}
.history__table__list__item > picture > img {
  width: 100%;
}
.history__table__list__item:nth-child(odd) {
  right: calc(50% - 0.7320644217vw);
}
@media (width < 768px) {
  .history__table__list__item:nth-child(odd) {
    right: calc(50% - 1.3333333333vw);
  }
}
.history__table__list__item:nth-child(even) {
  left: calc(50% - 0.7320644217vw);
}
@media (width < 768px) {
  .history__table__list__item:nth-child(even) {
    left: calc(50% - 1.3333333333vw);
  }
}
.history__table__list__item:nth-child(1) {
  top: 4.3191800878vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(1) {
    top: 6.9333333333vw;
  }
}
.history__table__list__item:nth-child(2) {
  top: 9.663250366vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(2) {
    top: 14.6666666667vw;
  }
}
.history__table__list__item:nth-child(3) {
  top: 20.8638360176vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(3) {
    top: 59.7333333333vw;
  }
}
.history__table__list__item:nth-child(4) {
  top: 26.6471449488vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(4) {
    top: 67.4666666667vw;
  }
}
.history__table__list__item:nth-child(5) {
  top: 34.6998535871vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(5) {
    top: 107.7333333333vw;
  }
}
.history__table__list__item:nth-child(6) {
  top: 40.775988287vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(6) {
    top: 114.9333333333vw;
  }
}
.history__table__list__item:nth-child(7) {
  top: 49.8535871157vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(7) {
    top: 146.1333333333vw;
  }
}
.history__table__list__item:nth-child(8) {
  top: 56.2957540264vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(8) {
    top: 158.1333333333vw;
  }
}
.history__table__list__item:nth-child(9) {
  top: 67.9355783309vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(9) {
    top: 194.1333333333vw;
  }
}
.history__table__list__item:nth-child(10) {
  top: 72.5475841874vw;
}
@media (width < 768px) {
  .history__table__list__item:nth-child(10) {
    top: 202.6666666667vw;
  }
}

.footBnr {
  position: relative;
  padding: 2.7086383602vw 0 2.4890190337vw;
  background: -webkit-gradient(linear, left top, right top, from(#3f0000), to(#a50000));
  background: linear-gradient(90deg, #3f0000 0%, #a50000 100%);
}
@media (width < 768px) {
  .footBnr {
    padding: 8vw 0 8vw;
  }
}
.footBnr__hl {
  font-weight: 700;
  font-size: 3.074670571vw;
  margin-bottom: 0.2196193265vw;
}
@media (width < 768px) {
  .footBnr__hl {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.footBnr__desc {
  font-size: 1.1713030747vw;
  line-height: 2;
  margin-bottom: 1.9765739385vw;
}
@media (width < 768px) {
  .footBnr__desc {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.footBnr__btn {
  width: 17.5695461201vw;
  display: block;
}
@media (width < 768px) {
  .footBnr__btn {
    width: 64vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.footBnr__btn:hover {
  opacity: 0.5;
}
.footBnr__pic {
  position: absolute;
  bottom: 0.7320644217vw;
  right: 0;
  width: 17.7159590044vw;
}
@media (width < 768px) {
  .footBnr__pic {
    bottom: auto;
    top: -18.6666666667vw;
    width: 29.0666666667vw;
  }
}
.footBnr__pic > img {
  width: 100%;
}

.l-footer__footNav {
  padding: 3.074670571vw 0 1.6105417277vw;
  border-bottom: 0.0732064422vw solid #686868;
  margin-bottom: 2.196193265vw;
}
@media (width < 768px) {
  .l-footer__footNav {
    padding: 4vw 0 8vw;
    border-bottom: 0.2666666667vw solid #686868;
    margin-bottom: 5.3333333333vw;
  }
}
.l-footer__footNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2210834553vw;
}
@media (width < 768px) {
  .l-footer__footNav__list {
    display: block;
  }
}
@media (width < 768px) {
  .l-footer__footNav__list__item {
    margin-bottom: 2.6666666667vw;
  }
  .l-footer__footNav__list__item:last-child {
    margin-bottom: 0;
  }
}
.l-footer__footNav__list__item > a {
  font-size: 1.1713030747vw;
  color: #fff;
  text-decoration: none;
}
@media (width < 768px) {
  .l-footer__footNav__list__item > a {
    font-size: 3.2vw;
  }
}
.l-footer__footNav__list__item > a:hover {
  text-decoration: underline;
}
.l-footer__cpLink {
  text-align: center;
  font-size: 0.878477306vw;
}
@media (width < 768px) {
  .l-footer__cpLink {
    font-size: 2.6666666667vw;
  }
}
.l-footer__cpLink > a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.l-footer__cpLink > a:hover {
  text-decoration: underline;
}
.l-footer__cpLink > a:after {
  position: absolute;
  top: 0;
  left: calc(100% + 0.3660322108vw);
  content: "";
  display: block;
  width: 1.0248901903vw;
  height: 1.0248901903vw;
  background-image: url(https://aa-industrial.azbil.com/jp/themes/custom/azbil_front_theme/images/icon-external-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (width < 768px) {
  .l-footer__cpLink > a:after {
    left: calc(100% + 1.3333333333vw);
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.l-footer__copyright {
  padding: 1.4641288433vw 0;
  text-align: center;
  font-size: 0.878477306vw;
  color: #aaa;
}
@media (width < 768px) {
  .l-footer__copyright {
    padding: 5.3333333333vw 0;
    font-size: 2.6666666667vw;
  }
}

.br-xs {
  display: none;
}
@media (width < 768px) {
  .br-xs {
    display: inline;
  }
}

.br-lg {
  display: none;
}
@media (768px <= width) {
  .br-lg {
    display: inline;
  }
}

body[data-lang=ja] .l-header__holder__downloadBtn {
  top: 55%;
}
@media (width < 768px) {
  body[data-lang=ja] .features__eachFeature01__hl02__label {
    padding: 0.5333333333vw 2.6666666667vw;
  }
}
@media (width < 768px) {
  body[data-lang=ja] .features__eachFeature01__desc {
    margin-bottom: 5.3333333333vw;
  }
}
@media (width < 768px) {
  body[data-lang=ja] .support__hl02 {
    margin-bottom: 8vw;
  }
}
@media (width < 768px) {
  body[data-lang=ja] .support__hl02 > div {
    font-size: 7.4666666667vw;
    padding: 0 2.6666666667vw;
  }
}
body[data-lang=ja] .history__intro__hl03 {
  margin-bottom: 10px;
}
@media (width < 768px) {
  body[data-lang=ja] .history__intro__hl03 {
    margin-bottom: 0;
  }
}
@media (768px <= width) {
  body[data-lang=ja] .history__intro__hl03 > div {
    font-size: 4.39238653vw;
  }
}
body[data-lang=ja] .history__intro__hl02 {
  margin-bottom: 2.5622254758vw;
}
@media (width < 768px) {
  body[data-lang=ja] .history__intro__hl02 {
    margin-bottom: 8vw;
  }
}
@media (768px <= width) {
  body[data-lang=ja] .history__intro__hl02 > div > span {
    font-size: 6.4421669107vw;
  }
}
@media (width < 768px) {
  body[data-lang=ja] .history__intro__hl02 > div > span {
    margin: 0;
  }
}
@media (768px <= width) {
  body[data-lang=ja] .history__intro__hl02 > div {
    font-size: 3.2210834553vw;
    padding: 0 0.7320644217vw;
  }
}
body[data-lang=ja] .history__intro__hl01 {
  margin-bottom: 2.9282576867vw;
}
@media (width < 768px) {
  body[data-lang=ja] .history__intro__hl01 {
    margin-bottom: 8vw;
  }
}
@media (width < 768px) {
  body[data-lang=ja] .features__hl strong {
    font-size: 12.8vw;
  }
}

body[data-lang=cn] .l-header__holder__downloadBtn {
  top: 55%;
}
@media (width < 768px) {
  body[data-lang=cn] .features__eachFeature01__hl02__label {
    padding: 0.5333333333vw 2.6666666667vw;
  }
}
@media (width < 768px) {
  body[data-lang=cn] .features__eachFeature01__desc {
    margin-bottom: 5.3333333333vw;
  }
}
body[data-lang=cn] .features__hl strong {
  font-size: 5.8565153734vw;
}
@media (width < 768px) {
  body[data-lang=cn] .features__hl strong {
    font-size: 12.8vw;
  }
}
body[data-lang=cn] .support__hl01 {
  margin-bottom: 2.9282576867vw;
}
body[data-lang=cn] .support__hl02 {
  margin-bottom: 1.8301610542vw;
}
@media (width < 768px) {
  body[data-lang=cn] .support__hl02 {
    margin-bottom: 8vw;
  }
}
body[data-lang=cn] .support__hl02 > div {
  font-size: 4.39238653vw;
}
@media (width < 768px) {
  body[data-lang=cn] .support__hl02 > div {
    font-size: 7.4666666667vw;
    padding: 0 2.6666666667vw;
  }
}
body[data-lang=cn] .support__desc {
  margin-bottom: 3.2942898975vw;
}
@media (768px <= width) {
  body[data-lang=cn] .history__intro__hl02 > div {
    font-size: 4.39238653vw;
    padding: 0 0.7320644217vw;
  }
}
@media (width < 768px) {
  body[data-lang=cn] .history__intro__hl02 > div {
    font-size: 5.3333333333vw;
  }
}
@media (768px <= width) {
  body[data-lang=cn] .history__intro__hl03 > div {
    font-size: 4.39238653vw;
    padding: 0 0.7320644217vw;
  }
}
@media (768px <= width) {
  body[data-lang=cn] .history__intro__hl02 > div > span {
    font-size: 6.4421669107vw;
  }
}
@media (width < 768px) {
  body[data-lang=cn] .history__intro__hl02 > div > span {
    margin: 0;
  }
}
body[data-lang=cn] .history__intro__hl01 {
  margin-bottom: 2.9282576867vw;
}
body[data-lang=cn] .history__intro__hl03 {
  margin-bottom: 2.5622254758vw;
}

/* after the language-specific blocks */
strong sup {
  font-size: 0.7320644217vw;
  vertical-align: super;
}
@media (width < 768px) {
  strong sup {
    font-size: 2.1333333333vw;
  }
}