/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/webpack-import-glob-loader/index.js!./src/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  font-size: 62.5%;
  width: 100%;
  overscroll-behavior: none; /* バウンス防止 */
  font-family: "Noto Sans JP", sans-serif;
}
html.first {
  overflow: hidden;
  height: 100%;
}

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

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.pcD {
  display: block;
}

.spD {
  display: none;
}

@media (max-width: 769px) {
  .pcD {
    display: none;
  }
  .spD {
    display: block;
  }
}
body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none; /* バウンス防止 */
}
body.first {
  overflow: hidden;
  overscroll-behavior: none; /* iOS 以外で慣性スクロール防止 */
}

header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+76,ffffff+100&1+76,0+100 */
  position: fixed;
  top: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
header .header__Area {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  inset: 0;
  -webkit-mask-image: url("../assets/img/menu_bg.svg");
          mask-image: url("../assets/img/menu_bg.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 1;
  display: flex;
  padding: 20px 25px 20px 100px;
  font-size: 13px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
header .header__Area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../assets/img/menu_bg_line.svg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  pointer-events: none;
  left: -2px;
  top: -2px;
}
header .header__Area .titleWrap .logo {
  margin-right: 25px;
}
header .header__Area .navWrap__Box ul li {
  display: inline-block;
  margin-right: 15px;
}
header .header__Area .navWrap__Box ul li a {
  color: #fff;
}
header .header__Area .navWrap__Box .contact {
  margin: 20px 0 40px 0;
  display: block;
}
header .header__Area .navWrap__Box .contact a {
  display: block;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  color: #000;
  padding: 10px 20px;
  background: #fff;
}
.side-open header .header__Area__Box {
  opacity: 1;
  visibility: visible;
}

.menu {
  display: none;
  position: absolute;
  z-index: 50000;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  max-width: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu .menu-trigger {
  opacity: 1;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  padding: 5px 0;
  height: 40px;
}
.menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
}
.menu .menu-trigger span:nth-of-type(1) {
  top: 15px;
  width: 40px;
  left: 0px;
}
.menu .menu-trigger span:nth-of-type(2) {
  /*
  top: 19px;
  width: 30px;
  left: 5px;
  */
  display: none;
}
.menu .menu-trigger span:nth-of-type(3) {
  right: 0px;
  bottom: 15px;
  width: 40px;
}
.menu .menu-trigger.active {
  cursor: pointer;
}
.menu .menu-trigger.active span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  border-radius: 0px;
}
.menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-15deg);
  top: 5px;
}
.menu .menu-trigger.active span:nth-of-type(2) {
  display: none;
}
.menu .menu-trigger.active span:nth-of-type(3) {
  bottom: 5px;
  transform: translateY(-14px) rotate(15deg);
}

@media screen and (max-width: 860px) {
  .menu {
    display: block;
    top: 50%;
    text-align: center;
    font-size: 11px;
  }
  .menu::after {
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    position: relative;
    top: -10px;
  }
  .side-open .menu::after {
    opacity: 1;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .menu {
    right: 20px;
  }
}
.btn1 a {
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  display: block;
  width: -moz-max-content;
  width: max-content;
  min-width: 190px;
  padding: 7px 16px;
  background: url(../assets/img/icon_arrow1.svg) no-repeat center right 10px;
}
.btn1 a:hover {
  border: 1px solid #fff;
  background: url(../assets/img/icon_arrow1_w.svg) no-repeat center right 10px #D63131;
  color: #fff;
}
.btn1.wA a {
  padding-right: 30px;
  min-width: inherit;
}
.btn1.white a {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #fff;
  color: #fff;
  background: url(../assets/img/icon_arrow1_w.svg) no-repeat center right 10px;
}
.btn1.white a:hover {
  background: url(../assets/img/icon_arrow1_w.svg) no-repeat center right 10px #D63131;
}

main {
  overflow: hidden;
}
main .mainV {
  position: relative;
  width: 100%;
}
main .mainV__KV .swiper-container .swiper-wrapper .swiper-slide .bg1 {
  height: calc(100vh + 120px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
main .mainV__KV .swiper-container .swiper-wrapper .swiper-slide .mainV__Con--Wrap {
  position: absolute;
  left: calc(50% + 100px);
  top: calc(50% - 150px);
  transform: translateY(-50%);
  text-shadow: 0px 0px 6px rgb(0, 0, 0);
  color: #fff;
}
main .mainV__KV .swiper-container .swiper-wrapper .swiper-slide .mainV__Con--Wrap .title {
  font-size: 48px;
}
main .mainV__KV .swiper-container .swiper-wrapper .swiper-slide .mainV__Con--Wrap .txt {
  font-size: 32px;
}
main .top3Col {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .top3ColBox {
  width: calc(33.33% - 25px);
  display: flex;
  flex-direction: column;
}
main .top3ColBox .img {
  margin-bottom: 20px;
}
main .top3ColBox .img img {
  max-width: 100%;
}
main .top3ColBox .title {
  font-size: 24px;
  margin-bottom: 20px;
}
main .top3ColBox .txt {
  font-size: 16px;
  margin-bottom: 20px;
}
main .top3ColBox .btn1 {
  margin-top: auto;
}
main .topPhotoR {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
main .topPhotoR__Date {
  position: absolute;
  top: 0;
  color: #fff;
}
main .topPhotoR__Date .dateSlide {
  padding: 30px 0;
  height: 30px;
  width: 5em;
  font-size: 16px;
  position: relative;
}
main .topPhotoR__Date .dateSlide .swiper-Date {
  overflow: hidden;
  height: 30px;
}
main .topPhotoR__Date .dateSlide .swiper-wrapper .swiper-slide {
  height: 30px;
}
main .topPhotoR__Date .swiper-button-prev {
  transform-origin: top;
  top: 45%;
  overflow: hidden;
  height: 15px;
  left: 2.1em;
  transform: rotate(90deg);
}
main .topPhotoR__Date .swiper-button-next {
  transform-origin: top;
  top: 100%;
  overflow: hidden;
  height: 15px;
  right: 1.2em;
  transform: rotate(90deg);
}
main .topPhotoR__Date .swiper-button-prev:after, main .topPhotoR__Date .swiper-button-next:after {
  font-size: 1.5em;
  color: #fff;
}
main .topPhotoR__Slide {
  padding: 0 70px;
  position: relative;
  max-width: 648px;
  width: 100%;
  margin: 0 auto;
}
main .topPhotoR__Slide .swiper-Bottom {
  overflow: hidden;
}
main .topPhotoR__Slide .swiper-Bottom .swiper-slide img {
  max-width: 100%;
}
main .topPhotoR__Slide .swiper-Bottom .swiper-slide .title {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
main .topPhotoR__Slide .swiper-pagination {
  background: #000;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 0;
  left: auto;
  right: 70px;
  font-size: 16px;
  color: #fff;
}
main .topPhotoR__Slide {
  /* 前へ次への矢印カスタマイズ */
}
main .topPhotoR__Slide .swiper-button-prev,
main .topPhotoR__Slide .swiper-button-next {
  height: 50px !important;
  width: 50px !important;
}
main .topPhotoR__Slide {
  /* 前へ次への矢印カスタマイズ */
}
main .topPhotoR__Slide .swiper-button-prev::after,
main .topPhotoR__Slide .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 50px !important;
  margin: auto;
  width: 50px !important;
}
main .topPhotoR__Slide {
  /* 前への矢印カスタマイズ */
}
main .topPhotoR__Slide .swiper-button-prev::after {
  background-image: url(../assets/img/icon_prev.svg);
}
main .topPhotoR__Slide {
  /* 次への矢印カスタマイズ */
}
main .topPhotoR__Slide .swiper-button-next::after {
  background-image: url(../assets/img/icon_next.svg);
  background-position: right;
}
@media screen and (max-width: 1340px) {
  main .mainV__KV .swiper-container .swiper-wrapper .swiper-slide .mainV__Con--Wrap .title {
    font-size: min(40px, 3.2vw);
  }
  main .mainV__KV .swiper-container .swiper-wrapper .swiper-slide .mainV__Con--Wrap .txt {
    font-size: min(28px, 2.2vw);
  }
  main .top3ColBox .title {
    font-size: min(20px, 1.8vw);
  }
  main .top3ColBox .txt {
    font-size: min(14px, 1.2vw);
  }
  main .topPhotoR__Slide {
    padding: 0 70px;
    max-width: min(648px, 45%);
  }
  main .topPhotoR__Slide .swiper-Bottom {
    overflow: hidden;
  }
  main .topPhotoR__Slide .swiper-Bottom .swiper-slide .title {
    font-size: min(14px, 1.2vw);
  }
  main .topPhotoR__Slide .swiper-pagination {
    font-size: min(14px, 1.2vw);
  }
  main .topPhotoR__Slide {
    /* 前へ次への矢印カスタマイズ */
  }
  main .topPhotoR__Slide .swiper-button-prev,
  main .topPhotoR__Slide .swiper-button-next {
    height: 40px !important;
    width: 40px !important;
  }
  main .topPhotoR__Slide {
    /* 前へ次への矢印カスタマイズ */
  }
  main .topPhotoR__Slide .swiper-button-prev::after,
  main .topPhotoR__Slide .swiper-button-next::after {
    content: "" !important;
    height: 40px !important;
    margin: auto;
    width: 40px !important;
  }
}

.wrapper.shadowPath {
  filter: drop-shadow(0px -7px 3px rgba(0, 0, 0, 0.3));
}
.wrapper {
  position: relative;
  z-index: 2;
}
.wrapper__Con {
  background: #fff;
  padding-top: 120px;
  margin-top: -120px;
  clip-path: polygon(0 0, 100% 120px, 100% 100%, 0% 100%);
}
.wrapper {
  /*
  &::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      left:0;
      bottom: 100%;
      border-top: 60px solid transparent;
      border-right: 50vw solid transparent;
      border-left: 50vw solid #fff;
      border-bottom: 60px solid #fff;
      filter: drop-shadow(-0px -7px 3px rgba(0, 0, 0, 0.3));
  }
      */
}

.sec.pdLR {
  padding: 0 30px;
}
.secTitle {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 120px;
}
.secTitle.hfM {
  margin-bottom: 60px;
}
.secTitle .title {
  position: relative;
  font-size: 40px;
  color: #CCCCCC;
}
.secTitle .title::before {
  position: absolute;
  right: calc(100% + 20px);
  height: 1px;
  width: 100vw;
  background: #ccc;
  content: "";
  display: block;
  top: 0.7em;
}
.secTitle .title__Sub {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.sec.bgGr1 {
  padding: 64px 30px;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(40, 40, 40) 50%, rgb(0, 0, 0) 100%);
  margin-bottom: 80px;
}
@media screen and (max-width: 1340px) {
  .secTitle {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 120px;
  }
  .secTitle.hfM {
    margin-bottom: 60px;
  }
  .secTitle .title {
    font-size: min(32px, 3vw);
  }
  .secTitle .title__Sub {
    font-size: min(32px, 3vw);
  }
}

.lineCon {
  min-height: 100vh;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
}
.lineCon.varV {
  z-index: 2;
  position: absolute;
  min-height: calc(100vh + 0px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lineCon__Box {
  width: 50%;
}
.lineCon__Box.top__Title {
  display: flex;
  align-items: center;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.8));
}
.lineCon__Box.top__Title img {
  transform: translateY(-100%);
}
@media screen and (max-width: 1340px) {
  .lineCon__Box.top__Title img {
    max-width: 100%;
  }
}

.bottomCap {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50%;
  color: #808080;
}
.bottomCap p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1340px) {
  .bottomCap p {
    font-size: min(14px, 1.2vw);
  }
}

.newsArea {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
}
.newsArea__Box {
  margin-bottom: 40px;
}
.newsArea__Box a {
  display: flex;
  color: #000;
}
.newsArea__Box a .img img {
  width: 192px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsArea__Box--Spec {
  margin-left: 40px;
}
.newsArea__Box--Spec .CandD {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
}
.newsArea__Box--Spec .CandD .cat {
  background: #D63131;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 20px;
}
.newsArea__Box--Spec .CandD .date {
  color: #808080;
}
.newsArea__Box--Spec .title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1340px) {
  .newsArea__Box {
    margin-bottom: 40px;
  }
  .newsArea__Box a .img img {
    width: min(192px, 30%);
    aspect-ratio: 3/2;
  }
  .newsArea__Box--Spec {
    margin-left: 40px;
  }
  .newsArea__Box--Spec .CandD {
    font-size: min(12px, 1.1vw);
  }
  .newsArea__Box--Spec .title {
    font-size: min(14px, 1.2vw);
  }
}

footer {
  padding: 10px 30px;
  background: #262626;
}
footer .footer__Area {
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
footer .footer__Area ul {
  display: flex;
  list-style: none;
}
footer .footer__Area ul li {
  margin-left: 40px;
}
footer .footer__Area ul li a {
  display: flex;
  align-items: center;
  color: #fff;
}
footer .footer__Area ul li a.blank::after {
  margin-left: 0.5em;
  margin-top: 0.2em;
  background: url(../assets/img/icon_blank.svg) no-repeat right;
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
footer .footer__Area .copy {
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #808080;
}
@media screen and (max-width: 1340px) {
  footer {
    padding: 10px 10px;
    min-height: 35px;
    box-sizing: border-box;
  }
  footer .footer__Area {
    font-size: min(12px, 1.1vw);
  }
  footer .footer__Area ul li {
    margin-left: 20px;
  }
  footer .footer__Area .copy {
    padding-left: 20px;
    margin-left: 20px;
  }
}

.linkBlank {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.05em;
}
.linkBlank::after {
  margin-left: 0.5em;
  margin-top: 0.2em;
  background: url(../assets/img/icon_blank.svg) no-repeat right;
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.linkBlank:hover {
  color: #D63131;
}
.linkBlank:hover::after {
  background: url(../assets/img/icon_blank_hover.svg) no-repeat right;
}

.textShadow {
  text-shadow: 0px 0px 6px rgb(0, 0, 0);
}

@keyframes map1 {
  from {
    transform: scale(7);
  }
  to {
    transform: scale(1);
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/webpack-import-glob-loader/index.js!./src/scss/page.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.pageV {
  position: relative;
  width: 100%;
}
.pageV.fixedBox {
  position: fixed;
  top: 0;
  z-index: -1;
}
.pageV.fixedBox.zNone {
  z-index: inherit;
}
.pageV.kari {
  height: calc(100vh - 35px);
  width: 100vw;
}
.pageV.kari .pageV__KV {
  height: calc(100vh - 35px);
}
.pageV.kari .bg1 {
  height: calc(100vh - 35px);
  width: 100vw;
}
.pageV.kari .lineCon {
  min-height: calc(100vh - 35px);
}
.pageV__KV .bg1 {
  height: calc(100vh + 120px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.news .lineCon {
  min-height: calc(100vh - 35px);
}
.news .lineCon .titleWrap {
  margin-top: 160px;
  margin-left: 40px;
  color: #808080;
}
.news .lineCon .titleWrap h1 {
  font-size: 80px;
  margin-bottom: 40px;
}
.news .lineCon .titleWrap ul li {
  font-size: 24px;
  margin-bottom: 10px;
}
.news .lineCon .titleWrap ul li a {
  color: #808080;
}
.news .lineCon .titleWrap ul li.select a {
  color: #000;
}
.news .lineCon .scrollCon {
  height: calc(100vh - 35px);
  overflow-y: scroll;
}
.news .lineCon .scrollCon .newsArea {
  padding: 160px 40px;
  box-sizing: border-box;
}

.conceptKV {
  height: calc(100vh + 15vw);
  background: #EDEFF0;
}
.conceptKV .bg1 {
  height: calc(100vh + 0px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.conceptV {
  z-index: 2;
  position: absolute;
  min-height: calc(100vh + 10vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.conceptV__Title {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 100px;
  justify-content: center;
}
.conceptV__Title:first-child {
  margin-left: auto;
  border: none;
}
.conceptV__Title .titleWrap {
  transform: translateY(10%);
}
.conceptV__Title h1 {
  color: #262626;
  font-size: 40px;
  margin-bottom: 20px;
}
.conceptV__Title--Lead {
  color: #1F4266;
  font-size: 24px;
}

.conceptArea {
  position: relative;
  z-index: 2;
}
.conceptArea::before {
  display: none;
}
.conceptArea__Box--Title {
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 10vw;
  background: url(../assets/img/concept/bg.svg) no-repeat top center;
  background-size: 100%;
}
.conceptArea__Box--Title h2 {
  text-align: center;
  transform: translateY(-70%);
}
.conceptArea__Box--Lead {
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
  transform: translateY(-50%);
}
.conceptArea__Box--List {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 160px;
}
.conceptArea__Box--List .box {
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 40px 70px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.conceptArea__Box--List .box__Title {
  color: #1F4266;
  font-weight: 600;
}
.conceptArea__Box--List .box__Title .title {
  font-size: 40px;
}
.conceptArea__Box--List .box__Title .txt {
  font-size: 24px;
}
.conceptArea__Box--List .box__Con {
  margin-left: 40px;
  width: 480px;
  max-width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 1340px) {
  .conceptV__Title h1 {
    color: #262626;
    font-size: min(32px, 3vw);
    margin-bottom: 20px;
  }
  .conceptV__Title--Lead {
    color: #1F4266;
    font-size: min(20px, 1.8vw);
  }
  .conceptArea__Box--Title h2 img {
    max-width: 80%;
  }
  .conceptArea__Box--Lead {
    font-size: min(20px, 1.8vw);
  }
  .conceptArea__Box--List .box {
    margin: 0 auto;
    max-width: calc(80% - 60px);
    margin-bottom: 40px;
    padding: 30px 50px;
  }
  .conceptArea__Box--List .box__Title .title {
    font-size: min(32px, 3vw);
  }
  .conceptArea__Box--List .box__Title .txt {
    font-size: min(20px, 1.8vw);
  }
  .conceptArea__Box--List .box__Con {
    width: 50%;
    font-size: min(14px, 1.2vw);
  }
}
.sustainabilityKV {
  height: calc(100vh + 10vw);
}
.sustainabilityKV .bg1 {
  height: calc(100vh + 0px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.sustainabilityV {
  z-index: 2;
  position: absolute;
  min-height: calc(100vh + 10vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sustainabilityV__Title {
  box-sizing: border-box;
  color: #808080;
  font-weight: 600;
  padding-left: 30px;
}
.sustainabilityV__Title h1 {
  margin-top: 160px;
  font-size: 80px;
  margin-bottom: 10px;
}
.sustainabilityV__Title--Lead {
  font-size: 24px;
}
.sustainabilityV__Con {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  justify-content: center;
}
.sustainabilityV__Con .titleWrap {
  transform: translateY(0%);
}
.sustainabilityV__Con h2 {
  color: #808080;
  font-size: 32px;
  margin-bottom: 20px;
}
.sustainabilityV__Con--Lead {
  color: #808080;
  font-size: 16px;
}
.sustainabilityV__Con--Sdg {
  margin-top: 50px;
}
.sustainabilityV__Con--Sdg img {
  max-width: 100%;
}

.sustainabilityArea {
  margin-top: 100vh;
}
.sustainabilityArea .wrapper__Con {
  margin-top: 0px;
  background: #1F6166;
}
.sustainabilityArea__Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.sustainabilityArea__Box::after {
  content: "";
  display: block;
  width: calc(33.33% - 32px);
}
.sustainabilityArea__Box--Con {
  color: #fff;
  font-size: 16px;
  max-width: calc(33.33% - 32px);
  margin-bottom: 60px;
}
.sustainabilityArea__Box--Con .img {
  margin-bottom: 10px;
}
.sustainabilityArea__Box--Con .img img {
  max-width: 100%;
}
.sustainabilityArea__Box--Con .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.sustainabilityArea__Box--Con .txt {
  margin-bottom: 10px;
}
@media screen and (max-width: 1340px) {
  .sustainabilityV__Title h1 {
    margin-top: 160px;
    font-size: min(60px, 5.6vw);
  }
  .sustainabilityV__Title--Lead {
    font-size: min(20px, 1.8vw);
  }
  .sustainabilityV__Con h2 {
    font-size: min(28px, 2.4vw);
  }
  .sustainabilityV__Con--Lead {
    font-size: min(14px, 1.2vw);
  }
}
.facilityKV {
  height: calc(100vh - 35px);
  background: #EDEFF0;
  position: relative;
  pointer-events: none;
}
.facilityKV .bg1 {
  height: calc(100vh - 35px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.facilityKV .bgPoint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 35px);
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.facilityKV .facilityPoint {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100vh - 35px);
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facilityKV .facilityPoint__Wrap {
  position: relative;
  left: 50%;
  top: 50%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  width: 100%;
}
.facilityKV .facilityPoint__Wrap .point {
  pointer-events: auto;
  position: absolute;
  cursor: pointer;
  width: 11.7%;
  height: 15%;
}
.facilityKV .facilityPoint__Wrap .point.rect {
  width: 6.7%;
  height: 6%;
}
.facilityKV .facilityPoint__Wrap .point.no1 {
  left: 23.3%;
  top: 16.2%;
}
.facilityKV .facilityPoint__Wrap .point.no2 {
  left: 37.5%;
  top: 17.2%;
}
.facilityKV .facilityPoint__Wrap .point.no3 {
  left: 53.3%;
  top: 20.6%;
}
.facilityKV .facilityPoint__Wrap .point.no4 {
  left: 37%;
  top: 42.7%;
}
.facilityKV .facilityPoint__Wrap .point.no5 {
  left: 72.8%;
  top: 64.4%;
}
.facilityKV .facilityPoint__Wrap .point.no6 {
  left: 32%;
  top: 37%;
}
.facilityKV .facilityPoint__Wrap .point.no7 {
  left: 59.1%;
  top: 41.4%;
}

.facilityV {
  position: absolute;
  min-height: calc(100vh - 35px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.facilityV__Title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
}
.facilityV__Title .titleWrap {
  position: relative;
  z-index: 4;
  margin-top: auto;
  margin-bottom: 80px;
}
.facilityV__Title h1 {
  text-shadow: 0px 0px 6px rgb(0, 0, 0);
  font-size: 80px;
  margin-bottom: 10px;
}
.facilityV__Title--Lead {
  text-shadow: 0px 0px 6px rgb(0, 0, 0);
  font-size: 24px;
  margin-bottom: 32px;
}

.facility {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: absolute;
  pointer-events: none;
  bottom: 0;
}

.facilityBox {
  pointer-events: auto;
  position: absolute;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease;
  bottom: 0;
  width: 100%;
  filter: drop-shadow(0px -7px 3px rgba(0, 0, 0, 0.3));
  z-index: 4;
}
.facilityBox.on {
  transform: translateY(0%);
  opacity: 1;
}
.facilityBox__Con {
  background: #1F4266;
  display: flex;
  padding-top: 0px;
  margin-top: 0px;
  clip-path: polygon(0 0, 100% 120px, 100% 100%, 0% 100%);
}
.facilityBox__Con--Title {
  color: #fff;
  width: 50%;
  font-size: 16px;
}
.facilityBox__Con--Title .titleWrap {
  max-width: 580px;
  padding: 60px 40px 40px 40px;
  margin-left: auto;
}
.facilityBox__Con--Title .titleWrap h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.facilityBox__Con--Title .titleWrap h2 span {
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.facilityBox__Con--Title .titleWrap .lead {
  font-weight: 600;
  margin-bottom: 10px;
}
.facilityBox__Con--Title .titleWrap .sub {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
.facilityBox__Con--Title .titleWrap ul {
  padding-left: 1em;
  font-weight: 400;
}
.facilityBox__Con--Title .titleWrap ul li {
  list-style: disc;
}
.facilityBox__Con--Img {
  width: 50%;
}
.facilityBox__Con--Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.facilityBox .close {
  position: absolute;
  cursor: pointer;
  right: 51%;
  display: flex;
  align-items: center;
  font-size: 13px;
  top: 70px;
  color: #fff;
}
.facilityBox .close::after {
  content: "×";
  margin-left: 5px;
}

@media screen and (max-width: 1340px) {
  .facilityV__Title h1 {
    font-size: min(60px, 5.6vw);
  }
  .facilityV__Title--Lead {
    font-size: min(20px, 1.8vw);
  }
}
.staffingKV {
  height: calc(100vh - 35px);
  background: #EDEFF0;
  position: relative;
  pointer-events: none;
}
.staffingKV .bg1 {
  height: calc(100vh - 35px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.staffingV {
  position: absolute;
  min-height: calc(100vh - 35px);
  overflow: hidden;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.staffingV__Title {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #808080;
  font-weight: 600;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  border-right: none !important;
  height: calc(100vh - 35px);
  border-left: 1px solid #ccc;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.8);
}
.staffingV__Title .titleWrap {
  position: relative;
  z-index: 4;
  margin-top: auto;
  margin-bottom: 80px;
}
.staffingV__Title h1 {
  margin-top: 160px;
  font-size: 80px;
  margin-bottom: 10px;
}
.staffingV__Title--Lead {
  font-size: 24px;
  margin-bottom: 32px;
}
.staffingV__Title--Con h2 {
  font-size: 32px;
  margin-bottom: 32px;
}
.staffingV__Title--Con .conBox {
  font-size: 16px;
  margin-bottom: 32px;
  font-weight: 400;
}
.staffingV__Title--Con .conBox .img {
  margin-bottom: 10px;
}
.staffingV__Title--Con .conBox .img img {
  max-width: 100%;
}
.staffingV__Title--Con .conBox .title {
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 1340px) {
  .staffingV__Title h1 {
    font-size: min(60px, 5.6vw);
  }
  .staffingV__Title--Lead {
    font-size: min(20px, 1.8vw);
  }
  .staffingV__Title--Con h2 {
    font-size: min(28px, 2.4vw);
  }
  .staffingV__Title--Con .conBox {
    font-size: min(14px, 1.2vw);
  }
}
.annouce__Box {
  margin-top: 16px;
  padding-right: 58px;
  display: flex;
  justify-content: center;
}

.photo_cresit {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 16px;
}

.textAnnouce {
  display: flex;
  align-items: center;
  padding: 6px 16px 8px;
  background: #C90000;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.textAnnouce span {
  font-size: 32px;
  padding: 0 8px;
}

.linkBottm {
  margin-bottom: 55px;
}

.scheduleKV {
  height: calc(100vh + 10vw);
}
.scheduleKV .bg1 {
  height: calc(100vh + 0px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.scheduleV {
  z-index: 2;
  position: absolute;
  min-height: calc(100vh + 10vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.scheduleV__Title {
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  padding-left: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.scheduleV__Title h1 {
  margin-top: 147px;
  font-size: 80px;
  margin-bottom: 78px;
}
.scheduleV__Title--Lead {
  font-size: 24px;
}
.scheduleV__Con {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 32px 0 64px;
  justify-content: center;
  background: rgba(38, 38, 38, 0.5);
  color: #fff;
  font-size: 16px;
  position: relative;
  height: 100vh;
}
.scheduleV__Con::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  padding-bottom: 24px;
  content: "scroll";
  line-height: 1;
  color: #fff;
  font-size: 13px;
  writing-mode: sideways-lr;
  letter-spacing: 0.05em;
}
.scheduleV__Con::before {
  position: absolute;
  right: -20px;
  bottom: 8px;
  content: "";
  width: 8px;
  height: 9px;
  background: url(../assets/img/icon_arrow_under.svg) no-repeat right;
}
.scheduleV__Con .scheduleDetail__Box__head {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.scheduleV__Con .scheduleDetail__Box__head span {
  width: 72px;
  text-align: center;
  padding-bottom: 8px;
}
.scheduleV__Con .scheduleDetail__Box {
  margin-top: 48px;
}
.scheduleV__Con .scheduleDetail__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scheduleV__Con .scheduleDetail__item .itemTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-right: 13px;
  gap: 13px;
  border-top: 1px solid #FCFCFC;
  padding: 24px 0;
}
.scheduleV__Con .scheduleDetail__item .itemTitle p {
  font-size: 32px;
  line-height: 1.8;
  text-align: center;
}
.scheduleV__Con .scheduleDetail__item .itemTitle p span {
  display: block;
  font-size: 16px;
}
.scheduleV__Con .scheduleDetail__item .itemTitle.currentYear {
  background: rgba(255, 255, 255, 0.2);
}
.scheduleV__Con .scheduleDetail__item .itemYear {
  width: 74px;
}
.scheduleV__Con .scheduleDetail__item .itemYear span {
  display: block;
  height: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  border-top: 1px solid #FCFCFC;
}
.scheduleV__Con .scheduleDetail__item:last-child .itemTitle,
.scheduleV__Con .scheduleDetail__item:last-child .itemYear {
  border-bottom: 1px solid #FCFCFC;
}

.scheduleArea {
  margin-top: 100vh;
}
.scheduleArea .wrapper__Con {
  margin-top: 0px;
  background: #661F1F;
}
.scheduleArea .sec__Con {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 122px;
  display: flex;
  color: #fff;
}
.scheduleArea .sec__Con__Left {
  width: 50%;
}
.scheduleArea .sec__Con__Left__Con {
  padding: 0 90px 0 34px;
}
.scheduleArea .sec__Con__Left h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.scheduleArea .sec__Con__Left h2 span {
  display: block;
  font-size: 16px;
  margin-bottom: 28px;
}
.scheduleArea .sec__Con__Left p {
  font-size: 16px;
  line-height: 1.8;
}
.scheduleArea .sec__Con__Right {
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.scheduleArea .sec__Con__Right .linkBlank {
  font-size: 13px;
  line-height: 1.8;
  margin-right: 34px;
}

@media screen and (max-width: 1340px) {
  .textAnnouce {
    font-size: min(14px, 1.2vw);
  }
  .textAnnouce span {
    font-size: min(28px, 2.4vw);
  }
  .linkBottm {
    margin-bottom: 55px;
  }
  .scheduleV__Title h1 {
    font-size: min(60px, 5.6vw);
  }
  .scheduleV__Title--Lead {
    font-size: min(20px, 1.8vw);
  }
  .scheduleV__Con {
    font-size: min(14px, 1.2vw);
  }
  .scheduleV__Con::after {
    font-size: min(12px, 1.1vw);
  }
  .scheduleV__Con .scheduleDetail__Box {
    margin-top: 48px;
  }
  .scheduleV__Con .scheduleDetail__item .itemTitle p {
    font-size: min(28px, 2.4vw);
  }
  .scheduleV__Con .scheduleDetail__item .itemTitle p span {
    font-size: min(14px, 1.2vw);
  }
  .scheduleV__Con .scheduleDetail__item .itemYear span {
    font-size: min(20px, 1.8vw);
  }
  .scheduleArea .sec__Con__Left h2 {
    font-size: min(28px, 2.4vw);
  }
  .scheduleArea .sec__Con__Left h2 span {
    font-size: min(14px, 1.2vw);
  }
  .scheduleArea .sec__Con__Left p {
    font-size: min(14px, 1.2vw);
  }
  .scheduleArea .sec__Con__Right .linkBlank {
    font-size: min(12px, 1.1vw);
  }
}
.featuresKV {
  height: calc(100vh + 10vw);
}
.featuresKV .bg1 {
  height: calc(100vh + 0px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.featuresV {
  z-index: 2;
  position: absolute;
  min-height: calc(100vh + 10vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.featuresV__Title {
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  padding-left: 58px;
}
.featuresV__Title h1 {
  margin-top: 160px;
  font-size: 80px;
  margin-bottom: 10px;
}
.featuresV__Title--Lead {
  font-size: 24px;
}
.featuresV__Con {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-left: 68px;
  justify-content: center;
}
.featuresV__Con .titleWrap {
  transform: translateY(0%);
}
.featuresV__Con h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
.featuresV__Con--Lead {
  color: #fff;
  font-size: 16px;
}

.exportArea {
  margin-top: 114px;
}
.exportArea .secTitle {
  margin-bottom: 80px;
}

.featuresArea {
  margin-top: 100vh;
}
.featuresArea .wrapper__Con {
  margin-top: 0px;
  background: #fff;
}
.featuresArea .secTitle_wrap {
  display: flex;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 92px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.featuresArea .secTitle_wrap .secTitle {
  width: calc(50% + 70px);
  margin: 0;
}
.featuresArea .secTitle_wrap .secDesc {
  width: 50%;
  color: #808080;
  font-size: 32px;
  font-weight: 700;
  padding: 24px 0 0 68px;
}
.featuresArea__imageBox {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 64px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.featuresArea__imageBox .title {
  color: #ccc;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
.featuresArea__imageBox img {
  max-width: 100%;
}
.featuresArea__imageBox .Box__image {
  display: flex;
  justify-content: flex-end;
}
.featuresArea__imageBox .Box__image img {
  max-height: 600px;
}
.featuresArea__imageBox:last-child .Box__image {
  margin-top: -60px;
}
.featuresArea__imageBox.imageTab {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #FDFDFD;
}
.featuresArea__imageBox.imageTab .tab-list {
  display: flex;
  justify-content: center;
  background: #fff;
  gap: 60px;
  padding-bottom: 40px;
  list-style: none;
}
.featuresArea__imageBox.imageTab .tab-list .tab-list__item {
  width: 200px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 17px 0 18px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.featuresArea__imageBox.imageTab .tab-list .tab-list__item.active {
  color: #D63131;
  border: 1px solid #D63131;
}
.featuresArea__imageBox.imageTab .tab-contents__item {
  display: none;
  text-align: center;
}
.featuresArea__imageBox.imageTab .tab-contents__item img {
  max-height: 520px;
}
.featuresArea__imageBox.imageTab .tab-contents__item.show {
  display: block;
  animation: fadeIn 1s ease;
}
.featuresArea__imageBox.imageTab .tab-contents__item h3 {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  position: absolute;
  margin-top: 30px;
}
.featuresArea__imageBox.imageTab .tab-contents__item h3 .textRed {
  color: #D63131;
}
.featuresArea__imageBox.imageTab .tab-contents__item h3 .textBig {
  font-size: 24px;
}
.featuresArea__Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.featuresArea__Box--Con {
  color: #fff;
  font-size: 16px;
  margin-bottom: 60px;
}
.featuresArea__Box--Con .img {
  margin-bottom: 10px;
}
.featuresArea__Box--Con .img img {
  max-width: 100%;
}
.featuresArea__Box--Con .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.featuresArea__Box .annouce {
  color: #808080;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (max-width: 1340px) {
  .featuresV__Title h1 {
    font-size: min(60px, 5.6vw);
  }
  .featuresV__Title--Lead {
    font-size: min(20px, 1.8vw);
  }
  .featuresV__Con h2 {
    font-size: min(28px, 2.4vw);
  }
  .featuresV__Con--Lead {
    font-size: min(14px, 1.2vw);
  }
  .featuresArea .secTitle_wrap .secDesc {
    font-size: min(28px, 2.4vw);
  }
  .featuresArea__imageBox .title {
    font-size: min(32px, 3vw);
  }
  .featuresArea__imageBox.imageTab .tab-list .tab-list__item {
    font-size: min(14px, 1.2vw);
  }
  .featuresArea__imageBox.imageTab .tab-contents__item h3 {
    font-size: min(14px, 1.2vw);
  }
  .featuresArea__imageBox.imageTab .tab-contents__item h3 .textBig {
    font-size: min(20px, 1.8vw);
  }
  .featuresArea__Box {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .featuresArea__Box--Con {
    font-size: min(14px, 1.2vw);
  }
  .featuresArea__Box .annouce {
    font-size: min(12px, 1vw);
  }
}
.accessKV {
  height: calc(100vh - 35px);
  background: #EDEFF0;
  position: relative;
  pointer-events: none;
}
.accessKV::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(128, 128, 128, 0.8);
  overflow: hidden;
  transition: all 0.6s ease;
}
.accessKV::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
.open .accessKV::before {
  background: rgba(0, 0, 0, 0.5);
}
.open .accessKV::after {
  background: rgba(0, 0, 0, 0.5);
}
.accessKV .bg1 {
  height: calc(100vh - 35px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.accessKV .bgPoint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 35px);
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.accessKV .accessPoint {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100vh - 35px);
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accessKV .accessPoint__Wrap {
  position: relative;
  left: 50%;
  top: 50%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  width: 100%;
}
.accessKV .accessPoint__Wrap .point {
  pointer-events: auto;
  position: absolute;
  cursor: pointer;
  width: calc(8.75% - 4px);
  aspect-ratio: 1/1;
  background: url(../assets/img/access/zoom.svg) no-repeat center;
  background-size: cover;
  border: 2px solid #fff;
  z-index: 2;
}
.accessKV .accessPoint__Wrap .point:hover {
  background: url(../assets/img/access/zoom_hover.svg) no-repeat center;
  background-size: cover;
  border: 2px solid #C90000;
}
.accessKV .accessPoint__Wrap .point.zoom {
  right: 15.26%;
  top: 33.33%;
}

.accessV {
  position: absolute;
  min-height: calc(100vh - 35px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.accessV.lineCon {
  border-left: 1px solid #fff;
  border-right: none;
}
.accessV.lineCon .lineCon__Box:first-child {
  border-right: 1px solid #fff;
}
.accessV__Title {
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  padding-left: 58px;
}
.accessV__Title .titleWrap {
  position: relative;
  z-index: 4;
  margin-top: auto;
  margin-bottom: 80px;
}
.accessV__Title h1 {
  margin-top: 147px;
  font-size: 80px;
  margin-bottom: 10px;
}
.accessV__Title--Lead {
  font-size: 24px;
  margin-bottom: 32px;
}
.accessV__Title--Desc {
  font-size: 16px;
  line-height: 1.8;
}

.access {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: absolute;
  pointer-events: none;
  display: none;
  bottom: 0;
  z-index: 12;
}
.open .access {
  pointer-events: auto;
  display: block;
  cursor: pointer;
  animation: fadeIn 0.6s ease;
}

.accessBox {
  position: absolute;
  min-height: calc(100vh - 35px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.accessBox__zoomImage {
  width: 50%;
}
.accessBox__zoomImage .zoom_Bg {
  height: calc(100vh - 20px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1340px) {
  .accessV__Title h1 {
    font-size: min(60px, 5.6vw);
  }
  .accessV__Title--Lead {
    font-size: min(20px, 1.8vw);
  }
  .accessV__Title--Desc {
    font-size: min(14px, 1.2vw);
  }
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/scroll-hint/css/scroll-hint.css ***!
  \**************************************************************************************************************************************************************************************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}



.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after
 {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before
 {
  opacity: 1;
  visibility: visible;
}
/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/swiper/swiper-bundle.css ***!
  \*******************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}


/*# sourceMappingURL=bundle.css.map*/