/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}

.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;
  left: 0;
  width: 100%;
  z-index: 100;
}
header.hTop {
  opacity: 0;
  transition: all 0.5s ease;
}
header.hTop.on {
  opacity: 1;
  transform: translateY(0%);
}
header .header__Area {
  padding: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
header .header__Area .titleWrap {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 76%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  padding: 36px 20px 36px 20px;
  width: 100%;
  z-index: 2;
  text-align: right;
}
header .header__Area .logo {
  margin-left: auto;
}
header .header__Area .logo img {
  max-height: min(18px, 3.5vw);
  vertical-align: bottom;
}
header .header__Area__Box {
  margin-left: auto;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: block;
  top: 30px;
  left: 0;
  background: #fff;
  height: calc(100vh - 30px);
  width: 100%;
}
header .header__Area__Box .navWrap {
  background: url(../assets/img/menu_bg.svg) no-repeat center center, url(../assets/img/nav_bg.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0%;
  transform: translateY(0%);
  padding: 10vw 15vw;
  box-sizing: border-box;
}
header .header__Area__Box ul {
  list-style: none;
  border-bottom: 1px solid #000;
  margin-bottom: min(18px, 4.5vw);
}
header .header__Area__Box ul li {
  display: block;
  font-size: min(18px, 4.5vw);
  font-weight: bold;
  margin-bottom: min(18px, 4.5vw);
}
header .header__Area__Box ul li a {
  color: #000;
  text-decoration: none;
}
header .header__Area__Box ul.bottomLink {
  border-bottom: none;
}
header .header__Area__Box ul.bottomLink li {
  display: block;
  font-size: min(14px, 3.7vw);
  font-weight: bold;
}
@media (min-width: 860px) {
  header .header__Area__Box {
    width: 390px;
  }
  header .header__Area__Box::after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
  }
  header .header__Area__Box .navWrap {
    position: relative;
    z-index: 2;
    background-size: 100% 100%, cover;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0%;
    transform: translateY(0%);
    padding: 30px 50px;
    box-sizing: border-box;
  }
  header .header__Area__Box .navWrap__Box {
    margin-top: -20vh;
  }
  header .header__Area__Box ul {
    list-style: none;
    border-bottom: 1px solid #000;
    margin-bottom: min(18px, 4.5vw);
  }
  header .header__Area__Box ul li {
    display: block;
    font-size: min(18px, 4.5vw);
    font-weight: bold;
    margin-bottom: min(18px, 4.5vw);
  }
  header .header__Area__Box ul li a {
    color: #000;
    text-decoration: none;
  }
  header .header__Area__Box ul.bottomLink {
    border-bottom: none;
  }
  header .header__Area__Box ul.bottomLink li {
    display: block;
    font-size: min(14px, 3.7vw);
    font-weight: bold;
  }
}

.side-open header .header__Area__Box {
  opacity: 1;
  visibility: visible;
}

.menu {
  position: fixed;
  z-index: 50000;
  top: 43px;
  left: 10px;
  width: 40px;
  height: 40px;
  max-width: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.menu.wht .menu-trigger span {
  background-color: #fff;
}
.menu.wht .menu-trigger.active span {
  background-color: #000;
}
.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;
    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;
  }
}
main {
  padding-top: 40vh;
  margin-top: 40vh;
  font-optical-sizing: auto;
  font-style: normal;
  height: 720vh;
}
main.page {
  padding-top: 0vh;
  margin-top: 0;
  height: auto;
}
@media screen and (max-width: 420px) {
  main {
    height: 520vh;
  }
}

.bgArea {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease, top 2s ease;
}
.bgArea.set {
  top: 40%;
}
.bgArea div {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.bgArea__Sec1 {
  opacity: 0 !important;
  transition: all 0.5s ease;
  z-index: 4;
}
.bgArea__Sec1 img {
  transition: transform 2s ease;
  transform: scale(7);
  top: -40vh !important;
  height: 180vh !important;
}
.bgArea__Sec1 img.set {
  transform: scale(1.6);
}
.bgArea__Sec1 img.min {
  transform: scale(1);
}
.bgArea__Sec1 svg .se1 {
  transition: transform 2s ease;
  transform-origin: center center;
  transform-box: fill-box;
  filter: blur(0);
  will-change: transform;
  image-rendering: -webkit-optimize-contrast; /* WebKit独自のアンチエイリアシング最適化 */
  shape-rendering: crispEdges; /* SVGの形状レンダリングをシャープに */
  text-rendering: geometricPrecision; /* テキストのレンダリング精度を向上 */
  transform: scale(16) translateX(-0.1%);
  top: -40vh !important;
  height: 180vh !important;
}
.bgArea__Sec1 svg .se1.set {
  transform: scale(11.5) translateX(-0.1%);
}
.bgArea__Sec1 svg .se1.min {
  transform: scale(5) translateX(-0.1%);
}
.bgArea__Sec1.off {
  opacity: 0;
}
.bgArea {
  /*
  &__Sec2{
      transition: all 0.5s ease;
      z-index: 3;
      img{
          transition:transform 1s ease;
          transform: scale(3);
              top: -40vh !important;
              height: 180vh !important;
          //height: calc(var(--vh, 1vh) * 100);
          &.min{
              //animation-direction: normal;
              transform: scale(1);
          }
      }
      &.off{
          opacity: 0;
      }
  }
      */
}
.bgArea__Sec3 {
  z-index: 2;
}
.bgArea__Sec3 img {
  transition: transform 2s ease;
  transform: scale(30);
  top: -40vh !important;
  height: 180vh !important;
}
.bgArea__Sec3 img.min {
  transform: scale(1);
}
.bgArea__Sec3 svg {
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%);
}
.bgArea__Sec3 svg .se3 {
  transition: transform 2s ease;
  transform-origin: center center;
  transform-box: fill-box;
  filter: blur(0);
  will-change: transform;
  image-rendering: -webkit-optimize-contrast; /* WebKit独自のアンチエイリアシング最適化 */
  shape-rendering: crispEdges; /* SVGの形状レンダリングをシャープに */
  text-rendering: geometricPrecision; /* テキストのレンダリング精度を向上 */
  transform: scale(60) translateX(-0.02%);
  top: -40vh !important;
  height: 180vh !important;
}
.bgArea__Sec3 svg .se3.set {
  transform: scale(49) translateX(-0.02%);
}
.bgArea__Sec3 svg .se3.min {
  transform: scale(1) translateX(-0.02%);
}
.bgArea__Sec3.off {
  opacity: 0;
}
.bgArea img, .bgArea svg {
  pointer-events: none;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.bgArea img.off, .bgArea svg.off {
  opacity: 0;
}
.bgArea.off {
  opacity: 0;
  transform: scale(1.1) translateY(45vh);
}
.bgArea.offFirst {
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .bgArea__Sec1 {
    transition: all 0.5s ease;
    z-index: 4;
  }
  .bgArea__Sec1 img {
    transition: transform 2s ease;
    transform: scale(7) translateX(0%);
    top: -40vh !important;
    height: 180vh !important;
  }
  .bgArea__Sec1 img.set {
    transform: scale(3.3);
  }
  .bgArea__Sec1 img.min {
    transform: scale(1);
  }
  .bgArea__Sec1 svg .se1 {
    transform: scale(20) translateX(0%);
    top: -40vh !important;
    height: 180vh !important;
  }
  .bgArea__Sec1 svg .se1.set {
    transform: scale(12.2) translateX(0%);
  }
  .bgArea__Sec1 svg .se1.min {
    transform: scale(1) translateX(0%);
  }
  .bgArea__Sec1.off {
    opacity: 0;
  }
  .bgArea__Sec3 svg .se3 {
    transform: scale(80) translateX(-0.02%);
  }
  .bgArea__Sec3 svg .se3.set {
    transform: scale(53) translateX(-0.02%);
  }
  .bgArea__Sec3 svg .se3.min {
    transform: scale(1.5) translateX(-0.02%);
  }
  .bgArea__Sec3.off {
    opacity: 0;
  }
}

.bgname {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 1;
}
.bgname__Sec1 img {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.55);
  position: absolute;
  left: 0;
  /* top: 0; */
  top: -40vh;
  width: 100vw;
  overflow: visible;
  height: 180vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s ease;
  z-index: 3;
  opacity: 0;
}
.bgname__Sec1 img.on {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .bgname__Sec1 img {
    /*
    pointer-events: none;
    position: absolute;
    transform: scale(0.58);
    left: -25vw;
    top: -40vh;
    width: 150vw;
    overflow: inherit;
    height: 180vh;
    object-fit: cover;
    transition: opacity 0.5s ease;
    //animation: map1 2s forwards reverse;
    //animation: map1 2s forwards reverse;
    z-index: 3;
    opacity: 0;
    */
    pointer-events: none;
    position: absolute;
    transform: scale(1) translateX(-51%);
    left: 50%;
    top: 0vh;
    width: auto;
    /*
    transform: scale(1) translateX(-1%);;
    left: 0vw;
    top: -0vh;
    width: 100vw;
    */
    overflow: inherit;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: contain;
    transition: opacity 0.5s ease;
    z-index: 3;
    opacity: 0;
  }
  .bgname__Sec1 img.on {
    opacity: 1;
  }
}

@keyframes map1 {
  from {
    transform: scale(7);
  }
  to {
    transform: scale(1);
  }
}
.firstSec {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  pointer-events: none;
}
.firstSec.set {
  top: 40%;
}
.firstSec h1 {
  position: absolute;
  display: block;
  height: 300vw;
  width: 300vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../assets/img/bg_tetu.jpg) center no-repeat;
  background-size: max(760px, 100vw) 100vh;
  border-radius: 300vw;
  overflow: hidden;
  transition: transform 0.3s ease, height 1s ease, width 1s ease;
}
.firstSec h1 img {
  pointer-events: none;
  position: absolute;
  display: block;
  width: 280px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -90%);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.firstSec h1 img.off {
  opacity: 0;
}
.firstSec h1.min {
  height: min(15px, 2vh);
  width: min(15px, 2vh);
}
.firstSec h1.end {
  transform: translate(-50%, -50%) scale(0);
}
.firstSec .arrow_f {
  transition: opacity 0.3s ease;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  animation: arrowUpDown 2s infinite; /* 1秒で上下ループ */
}
.firstSec .arrow_f.off {
  opacity: 0;
}
@media screen and (min-width: 860px) {
  .firstSec h1 {
    background: url(../assets/img/bg_tetu.jpg) center no-repeat;
    background-size: 100vw;
  }
  .firstSec h1 img {
    width: 390px;
    transform: translate(-50%, -50%);
  }
  .firstSec h1 img.off {
    opacity: 0;
  }
  .firstSec h1.min {
    height: 1.7vh;
    width: 1.7vh;
  }
}

@keyframes arrowUpDown {
  0% {
    bottom: 20%;
  }
  50% {
    bottom: 18%;
  } /* 上に10px */
  100% {
    bottom: 20%;
  }
}
.lineBG {
  display: block;
  display: none;
}

#flameCanvas {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s ease, transform 5s ease, top 2s ease;
  opacity: 0;
}
#flameCanvas.on {
  opacity: 1;
  top: 50%;
}
#flameCanvas.on.big {
  transform: translate(-50%, -50%) scale(1);
}

.wraps {
  width: 100%;
  margin: 0 auto;
  margin-top: 0vw;
  height: calc(var(--vh, 1vh) * 100);
  transition: all 0.3s ease;
}
.wraps.on {
  background: #fff;
}

.clipWrap {
  position: fixed;
  z-index: 1;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  transition: width 1s ease, height 1s ease, left 1s ease, border-radius 1s ease, margin-top 1s ease;
}
.clipWrap.lastBtn {
  margin-top: 30vh;
  width: min(420px, 90vw);
  height: min(122px, 26.1428571429vw);
  aspect-ratio: 412/120;
  border-radius: 5px;
}
.clipWrap.last {
  position: absolute;
}
.clipWrap #svg1 {
  pointer-events: none;
  transition: all 2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(10) skew(5deg, -15deg);
  min-height: calc(var(--vh, 1vh) * 100);
}
.clipWrap #svg1.on {
  transform: translate(-50%, -60%) scale(1) skew(0deg, 0deg);
}
@media screen and (min-width: 860px) {
  .clipWrap.lastBtn {
    width: 420px;
    height: 122px;
  }
  .clipWrap #svg1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(5) skew(5deg, -15deg);
    min-width: 300vw;
  }
}

.clipSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* ここはレスポンシブ */
  height: auto;
  pointer-events: none; /* クリックイベント透過 */
}

#mySVG {
  position: fixed;
  left: 50%;
  top: 50%;
}

.LeadSec {
  margin-top: 90vh;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.LeadSec img {
  pointer-events: none;
  box-sizing: border-box;
  padding: 0 20px;
  padding-top: 50vh;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.LeadSec.on {
  opacity: 1;
}
@media screen and (min-width: 860px) {
  .LeadSec img {
    width: 420px;
  }
}

.ConSec {
  position: relative;
  z-index: 11;
  margin-top: 20vh;
  padding-bottom: 0vh;
}
.ConSec__title {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.ConSec__title.on {
  visibility: visible;
  opacity: 1;
}
.ConSec__Wrap {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0px auto;
}
.ConSec .lead {
  padding: 10px 20px;
  background: #fff;
  font-weight: bold;
  font-size: min(24px, 5.8vw);
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 20px 0;
}
.ConSec .txt {
  padding: 10px 20px;
  background: #fff;
  font-weight: bold;
  font-size: min(16px, 4.2vw);
  line-height: 2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 860px) {
  .ConSec__title img {
    width: min(420px, 30vw);
  }
  .ConSec__Wrap {
    max-width: 640px;
  }
  .ConSec .lead {
    font-size: 32px;
  }
  .ConSec .txt {
    font-size: 20px;
  }
}

.ConSec2 {
  position: fixed;
  top: 50%;
  z-index: 11;
  margin-top: 0;
  transition: opacity 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
}
.ConSec2 .lead {
  padding: 10px 20px;
  background: #fff;
  font-weight: bold;
  font-size: min(24px, 5.8vw);
  width: -moz-max-content;
  width: max-content;
  margin: 0 20px 20px 20px;
}
.ConSec2 .txt {
  padding: 10px 20px;
  background: #fff;
  font-weight: bold;
  font-size: min(16px, 4.2vw);
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px 20px 20px;
}
.ConSec2 .sub {
  font-weight: normal;
  font-size: min(12px, 3.5vw);
}
.ConSec2.on {
  opacity: 1;
}
.ConSec2.over {
  transition: none;
  opacity: 0;
}
@media screen and (min-width: 860px) {
  .ConSec2 {
    top: 70%;
    max-width: 640px;
  }
  .ConSec2 .lead {
    font-size: 32px;
  }
  .ConSec2 .txt {
    font-size: 20px;
  }
  .ConSec2 .sub {
    font-size: 14px;
  }
}

.btnSec {
  position: fixed;
  width: 100%;
  left: 0;
  top: calc(30vh - 30px);
  box-sizing: border-box;
  padding: 30px 20px;
}
.btnSec::before {
  opacity: 0;
  aspect-ratio: 16/9;
  transition: opacity 1s ease 0.5s;
  z-index: -1;
  background: #F2F2F2;
  width: 100%;
  max-width: 480px;
  max-height: 270px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0%;
  content: "";
  display: block;
}
.btnSec__Area {
  text-align: center;
}
.btnSec__Area img {
  max-width: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.btnSec__Area img.logoB {
  margin-top: min(140px, 30vw);
  width: 420px;
}
.btnSec__Area img.on {
  opacity: 1;
}
.btnSec.on::before {
  opacity: 1;
}
.btnSec.off::before {
  transition: opacity 0.5s ease;
  opacity: 0;
}
.btnSec.last {
  position: absolute;
}
@media screen and (min-width: 860px) {
  .btnSec {
    width: 840px;
    left: 50%;
    transform: translateX(-50%);
  }
  .btnSec::before {
    max-width: inherit;
    max-height: inherit;
    top: -60%;
  }
  .btnSec__Area img.logoB {
    margin-top: 140px;
  }
}

.playWrap {
  display: none;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
  width: 100%;
  cursor: pointer;
  height: 165px;
  z-index: 10;
  position: fixed;
  left: 0;
  padding: 30px 20px;
  box-sizing: border-box;
  top: calc(30vh - 30px);
  visibility: hidden;
  opacity: 0;
}
.playWrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
}
.playWrap.on {
  visibility: visible;
  opacity: 1;
}
.playWrap.last {
  position: absolute;
}

.newsSec {
  position: relative;
  z-index: 10;
  padding: 100px 30px 60px 30px;
  box-sizing: border-box;
}
.newsSec__Area h2 {
  text-align: center;
  margin-bottom: 30px;
}
.newsSec__Area ul {
  width: 100%;
  margin: 0 auto;
}
.newsSec__Area ul li {
  display: block;
}
.newsSec__Area ul li a {
  display: flex;
  color: #000;
  margin: 20px 0;
  font-size: min(16px, 4.2vw);
  font-weight: bold;
  text-decoration: none;
}
.newsSec__Area ul li a span {
  margin-right: 20px;
  font-size: min(14px, 3.7vw);
}
@media screen and (min-width: 860px) {
  .newsSec__Area {
    margin: 0 auto;
    max-width: 520px;
  }
  .newsSec__Area ul {
    width: 100%;
    margin: 0 auto;
  }
  .newsSec__Area ul li {
    display: block;
  }
  .newsSec__Area ul li a {
    font-size: 16px;
  }
}

.listSec {
  position: relative;
  z-index: 10;
  padding: 60px 30px;
  box-sizing: border-box;
}
.listSec__Area ul {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.listSec__Area ul li {
  display: block;
}
.listSec__Area ul li a {
  color: #000;
  display: block;
  margin: 20px 0;
  font-size: 20px;
  font-size: min(20px, 5vw);
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-left: 0.8em;
}
.listSec__Area ul li a::before {
  position: absolute;
  left: 0;
  top: 0.35em;
  background: url(../assets/img/arrow1.svg) no-repeat;
  background-size: contain;
  height: 0.7em;
  width: 0.7em;
  content: "";
  display: inline-block;
}
@media screen and (min-width: 860px) {
  .listSec .cBtn .minT {
    font-size: 14px;
  }
  .listSec .cBtn__Box a {
    padding: 25px 30px;
    min-width: 320px;
    font-size: 20px;
  }
}

.cBtn {
  margin-top: 40px;
  text-align: center;
}
.cBtn .minT {
  font-size: 12px;
  margin-bottom: 10px;
}
.cBtn__Box a {
  background: #C4492D;
  box-sizing: border-box;
  padding: 20px 30px;
  min-width: 240px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: min(18px, 4.6vw);
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 860px) {
  .cBtn .minT {
    font-size: 14px;
  }
  .cBtn__Box a {
    padding: 25px 30px;
    min-width: 320px;
    font-size: 20px;
  }
}

.bottomWrap {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.bottomWrap.on {
  opacity: 1;
  visibility: visible;
}
.bottomWrap.page {
  opacity: 1;
  visibility: visible;
}

footer {
  position: relative;
  z-index: 10;
  background: #F2F2F2;
  padding: 100px 30px 30px 30px;
  font-size: 12px;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer .mainN {
  margin-left: 50%;
  list-style: none;
}
footer .mainN li {
  width: 100%;
  margin-bottom: 10px;
}
footer .bottomLink {
  margin-top: 60px;
}
footer .bottomLink ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .bottomLink ul li a {
  text-decoration: underline;
}
@media screen and (min-width: 860px) {
  footer .mainN {
    margin-left: 80%;
  }
}

.fixBtn {
  position: fixed;
  bottom: 20vw;
  font-size: 12px;
  z-index: 20;
  /* padding: 20px; */
  right: 0;
  width: 40px;
  box-shadow: 5px 3px 5px 3px rgba(0, 0, 0, 0.1);
}
.fixBtn a {
  font-weight: bold;
  color: #fff;
  width: 40px;
  box-sizing: border-box;
  background: #C4492D;
  display: block;
  text-decoration: none;
  padding: 20px 10px;
  writing-mode: vertical-rl;
}
.fixBtn.fTop {
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.fixBtn.fTop.on {
  transform: translateY(0%);
}
@media screen and (min-width: 860px) {
  .fixBtn {
    font-size: 16px;
    width: 48px;
  }
  .fixBtn a {
    width: 48px;
    padding: 20px 12px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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";
.page__i .pc {
  display: none;
}
@media screen and (min-width: 860px) {
  .page__i .pc {
    display: block;
  }
}
.page__i .md {
  display: none;
}
@media screen and (min-width: 765px) {
  .page__i .md {
    display: block;
  }
}
.page__i .sp {
  display: block;
}
@media screen and (min-width: 860px) {
  .page__i .sp {
    display: none;
  }
}
.page__i .pc_md {
  display: none;
}
@media screen and (min-width: 625px) {
  .page__i .pc_md {
    display: block;
  }
}
.page__i .md_sp {
  display: block;
}
@media screen and (min-width: 625px) {
  .page__i .md_sp {
    display: none;
  }
}
.page__i img {
  max-width: 100%;
}
.page__i .fixBtn {
  transform: translateX(0%);
}
.page__i .cBtn {
  margin-top: 50px;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 860px) {
  .page__i .cBtn {
    margin-top: 127px;
    margin-bottom: 160px;
  }
}
.page__i footer {
  padding: 20px 16px 30px;
  background: #FAFAFA;
}
.page__i footer .copy {
  font-size: 11px;
  margin-top: 5px;
}
.page__i footer .bottomLink {
  margin-top: 35px;
}
.page__i footer .bottomLink ul li a {
  font-size: 11px;
  line-height: 2.727;
}
.page__i main.page {
  display: block;
  position: relative;
}
.page__i main.page .page__Title {
  position: relative;
  overflow: hidden;
}
.page__i main.page .page__Title--BG {
  height: 341px;
}
@media screen and (max-width: 600px) {
  .page__i main.page .page__Title--BG {
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .page__i main.page .page__Title--BG {
    height: 374px;
  }
}
@media screen and (min-width: 2365px) {
  .page__i main.page .page__Title--BG {
    height: 450px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page__i main.page .page__Title--BG.concept_Title {
    height: 275px;
  }
  .page__i main.page .page__Title--BG.concept_Title::before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #fff;
  }
}
.page__i main.page .page__Title .page_Title_triangle {
  width: 2365px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 341px;
}
@media screen and (max-width: 600px) {
  .page__i main.page .page__Title .page_Title_triangle {
    width: 600px;
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  .page__i main.page .page__Title .page_Title_triangle {
    height: 374px;
  }
}
@media screen and (min-width: 2365px) {
  .page__i main.page .page__Title .page_Title_triangle {
    height: 450px;
    width: 100%;
  }
}
.page__i main.page .page__Title .page_Title_triangle::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 2365px;
  height: 300.5px;
  background: url(../assets/img/page/page_title_bg.svg) no-repeat center bottom;
  background-size: 100% 100%;
  clip-path: inset(0 clamp(0px, (2365px - 100vw) / 2, 2365px) 0 clamp(0px, (2365px - 100vw) / 2, 2365px));
  clip-path: inset(0 clamp(0px, (2365px - 100dvw) / 2, 2365px) 0 clamp(0px, (2365px - 100dvw) / 2, 2365px));
}
@media screen and (max-width: 600px) {
  .page__i main.page .page__Title .page_Title_triangle::after {
    width: 600px;
    height: 76px;
    background: url(../assets/img/page/page_title_sbg.svg) no-repeat center bottom;
    background-size: 100% 100%;
    clip-path: inset(0 clamp(0px, (600px - 100vw) / 2, 600px) 0 clamp(0px, (600px - 100vw) / 2, 600px));
    clip-path: inset(0 clamp(0px, (600px - 100dvw) / 2, 600px) 0 clamp(0px, (600px - 100dvw) / 2, 600px));
  }
}
@media screen and (min-width: 2365px) {
  .page__i main.page .page__Title .page_Title_triangle::after {
    margin-left: -2px;
  }
}
.page__i main.page .page__Title_inner {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 150px;
}
@media screen and (max-width: 600px) {
  .page__i main.page .page__Title_inner {
    top: 165px;
  }
}
@media screen and (min-width: 2365px) {
  .page__i main.page .page__Title_inner {
    top: 220px;
  }
}
.page__i main.page .page__Title_set {
  max-width: 1122px;
  margin: 0 auto;
}
.page__i main.page .page__Title_set img {
  height: 40px;
}
@media screen and (min-width: 768px) {
  .page__i main.page .page__Title_set img {
    height: 54px;
  }
}
.page__i main.page h1 {
  padding-left: 24px;
}
.page__i main.page h1 span {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 6px;
}
@media screen and (min-width: 860px) {
  .page__i main.page h1 span {
    font-size: 28px;
    line-height: 1.357;
  }
}
.page__i main.page h2 {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 860px) {
  .page__i main.page h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.page__i main.page h2.item-title__small {
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (min-width: 860px) {
  .page__i main.page h2.item-title__small {
    font-size: 16px;
    line-height: 1.875;
  }
}
.page__i main.page h2 span {
  display: block;
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (min-width: 860px) {
  .page__i main.page h2 span {
    font-size: 16px;
  }
}
.page__i main.page h2 span.t_normal {
  font-weight: normal;
}
.page__i main.page h2.section-title_with_dia::before {
  content: "◆";
  color: #B18147;
  font-size: 16px;
  display: inline-block;
}
.page__i main.page h3 {
  font-size: 14px;
  line-height: 1.857;
}
.page__i main.page h3.list-title {
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (min-width: 860px) {
  .page__i main.page h3.list-title {
    width: 80px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.page__i main.page h3.set-title {
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (min-width: 860px) {
  .page__i main.page h3.set-title {
    font-size: 16px;
    line-height: 1.875;
  }
}
.page__i main.page h4 {
  font-size: 14px;
  line-height: 1.857;
}
.page__i main.page p {
  line-height: 26px;
}
@media screen and (min-width: 860px) {
  .page__i main.page p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.page__i main.page p.s-paragraph {
  font-size: 12px;
  line-height: 1.833;
}
.page__i main.page p.m-paragraph {
  font-size: 16px;
  line-height: 1.875;
}
.page__i main.page p.lead-paragraph {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 860px) {
  .page__i main.page p.lead-paragraph {
    font-size: 20px;
    line-height: 2;
  }
}
.page__i main.page p.s-paragraph {
  font-size: 14px;
  line-height: 1.857;
}
.page__i main.page p.relation-paragraph {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 860px) {
  .page__i main.page p.relation-paragraph {
    font-size: 18px;
    line-height: 1.666;
  }
}
.page__i main.page .page__i-content-wrapper {
  margin: auto;
  max-width: 1122px;
}
.page__i main.page .page__i-content {
  display: grid;
  gap: 48px;
  background: #ffffff;
  font-size: 14px;
  padding: 0 25px 0;
}
@media screen and (max-width: 600px) {
  .page__i main.page .page__i-content {
    padding: 58px 25px 0;
  }
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content {
    gap: 80px;
    padding: 0 25px 0;
  }
}
.page__i main.page .page__i-content .page-list_with_dia {
  font-size: 16px;
  line-height: 1.875;
  list-style: none;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .page-list_with_dia {
    font-size: 20px;
    line-height: 2;
  }
}
.page__i main.page .page__i-content .page-list_with_dia li {
  position: relative;
  padding-left: 1em;
}
.page__i main.page .page__i-content .page-list_with_dia li.bolds {
  font-weight: 500;
}
.page__i main.page .page__i-content .page-list_with_dia li span {
  font-weight: 300;
  font-size: 72%;
}
.page__i main.page .page__i-content .page-list_with_dia li::before {
  display: block;
  position: absolute;
  left: 0;
  content: "◆";
  color: #B18147;
  font-size: 16px;
}
.page__i main.page .page__i-content .page-list {
  font-size: 14px;
  line-height: 1.857;
  padding-left: 1em;
  list-style-type: "・";
}
.page__i main.page .page__i-content .page-list .child-list {
  padding-left: 0.6em;
  list-style-type: "- ";
}
.page__i main.page .page__i-content .page-list.m-font {
  font-size: 16px;
  line-height: 1.875;
}
.page__i main.page .page__i-content .page-list.list-b {
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .page-list.list-b {
    font-size: 16px;
    line-height: 1.875;
  }
}
.page__i main.page .page__i-content .list_item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .list_item {
    flex-direction: row;
    gap: 28px;
  }
}
.page__i main.page .page__i-content .sp__item {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .sp__item {
    display: none;
  }
}
.page__i main.page .page__i-content .pc__item {
  display: none;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .pc__item {
    display: block;
    max-width: 850px;
    margin: auto;
  }
}
.page__i main.page .page__i-content .concept_imageSet {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .concept_imageSet {
    gap: 16px;
  }
}
.page__i main.page .page__i-content .concept_imageSet .imageSet_image {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .concept_imageSet .imageSet_image {
    gap: 20px;
  }
}
.page__i main.page .page__i-content .concept_imageSet .imageSet_image .max-image {
  width: calc(100% + 50px);
  margin-left: -25px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .concept_imageSet .imageSet_image .max-image {
    width: 100%;
    margin-left: 0;
  }
}
.page__i main.page .page__i-content .content__item_gridSet {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .page__i main.page .page__i-content .content__item_gridSet {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image {
    width: 742px;
    gap: 24px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_l {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_l {
    width: 853px;
    gap: 24px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_l.scroll_grid {
  gap: 8px;
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_l.scroll_grid p {
  font-size: 14px;
  line-height: 1.714;
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_l.inc_list {
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_l.inc_list {
    gap: 14px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_m {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image.grid_m {
    gap: 40px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_01 {
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_01 {
    gap: 24px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_02 {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_02.inc_caption {
  gap: 20px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_02.inc_caption {
    gap: 8px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_03 {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageSet_03 {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageScroll_wrap {
  position: relative;
  overflow: hidden;
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageScroll_wrap .fix_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .js-scrollable {
  max-width: 695px;
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .imageScroll {
  padding-left: 38px;
  width: 445px;
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .inc_dec {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_gridSet .gridSet_image .inc_dec {
    gap: 24px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet .gridSet_image .inc_dec .align_center {
  text-align: center;
}
.page__i main.page .page__i-content .content__item_gridSet__access {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .page__i main.page .page__i-content .content__item_gridSet__access {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 32px 110px;
  }
}
.page__i main.page .page__i-content .content__item_gridSet__access .image__item {
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .page__i main.page .page__i-content .content__item_gridSet__access .image__item {
    width: 468px;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    margin-top: 0;
  }
}
.page__i main.page .page__i-content .content__item_gridSet__access .md-center_image {
  max-width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .page__i main.page .page__i-content .content__item_gridSet__access .md-center_image {
    max-width: 486px;
    margin: auto;
    padding: 32px 0 60px;
  }
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_gridSet__access figcaption {
    font-size: 14px;
    line-height: 1.714;
  }
}
.page__i main.page .page__i-content .content__item_child dl {
  display: grid;
  grid-template-columns: 3em 1fr;
  line-height: 1.857;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child dl {
    grid-template-columns: 4em 1fr;
    font-size: 16px;
    line-height: 1.875;
  }
}
.page__i main.page .page__i-content .content__item_child.imageSet_text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.imageSet_text {
    flex-direction: row;
    gap: 2em;
  }
}
.page__i main.page .page__i-content .content__item_child.imageSet_text .b__title {
  display: flex;
  font-size: 14px;
  line-height: 1.857;
}
.page__i main.page .page__i-content .content__item_child.imageSet_text .b__title dt {
  font-weight: bold;
  width: 7em;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.imageSet_text .b__title dt {
    width: auto;
  }
  .page__i main.page .page__i-content .content__item_child.imageSet_text .b__title dt::after {
    display: inline-block;
    content: "：";
  }
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.imageSet_text .b__title {
    flex-wrap: wrap;
    line-height: 1.714;
  }
}
.page__i main.page .page__i-content .content__item_child.inc_content-border {
  border: 1px solid #CACACA;
  padding: 25px 23px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.inc_content-border {
    padding: 32px 62px;
  }
}
.page__i main.page .page__i-content .content__item_child.inc_content-border .item_child:nth-child(1) {
  border-bottom: 1px solid #CACACA;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.inc_content-border .item_child:nth-child(1) {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
}
.page__i main.page .page__i-content .content__item_child.inc_content-border h4 {
  text-align: center;
  padding: 20px 0 8px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.inc_content-border h4 {
    text-align: left;
    padding: 20px 0 0;
  }
}
.page__i main.page .page__i-content .content__item_child.inc_content-border .relation-paragraph {
  text-align: center;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child.inc_content-border .relation-paragraph {
    width: 270px;
    text-align: left;
  }
}
.page__i main.page .page__i-content .content__item_child .logo-img_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content .content__item_child .logo-img_content {
    justify-content: flex-start;
    gap: 14px;
    padding: 0;
  }
}
.page__i main.page .page__i-content .gap_4 {
  display: grid;
  gap: 4px;
}
.page__i main.page .page__i-content .gap_12 {
  display: grid;
  gap: 12px;
}
.page__i main.page .page__i-content .gap_16 {
  display: grid;
  gap: 16px;
}
.page__i main.page .page__i-content .gap_20 {
  display: grid;
  gap: 20px;
}
.page__i main.page .page__i-content figure figcaption {
  font-size: 67.85%;
  line-height: 1.166;
  margin-top: 14px;
}
.page__i main.page .page__i-content figure img {
  vertical-align: bottom;
}
.page__i main.page .page__i-content figure.page-img_with_caption {
  margin-top: 4px;
}
.page__i main.page .page__i-content figure.page-img_with_caption figcaption {
  font-size: 12px;
  line-height: 1.833;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content figure.page-img_with_caption.small_caption {
    margin-top: 0;
  }
}
.page__i main.page .page__i-content figure.page-img_with_caption.small_caption figcaption {
  margin-top: 4px;
}
@media screen and (min-width: 860px) {
  .page__i main.page .page__i-content figure.page-img_with_caption.small_caption figcaption {
    margin-top: 8px;
  }
}
.page__i.page__concept main.page .page__i-content {
  padding: 68px 25px 0;
}
@media screen and (min-width: 601px) {
  .page__i.page__concept main.page .page__i-content {
    padding: 0 25px 0;
  }
}
.page__i.page__thanks main.page .page__in-title {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 860px) {
  .page__i.page__thanks main.page .page__in-title {
    gap: 16px;
  }
}
.page__i.page__thanks main.page .page__in-title h1 {
  padding: 0;
  font-size: 20px;
  line-height: 1.875;
}
@media screen and (min-width: 860px) {
  .page__i.page__thanks main.page .page__in-title h1 {
    line-height: 1.6;
  }
}
.page__i.page__thanks main.page .page__i-content-wrapper {
  margin: auto;
  max-width: 682px;
}
.page__i.page__contact main.page .page__i-content-wrapper, .page__i.page__inquiry main.page .page__i-content-wrapper {
  margin: auto;
  max-width: 682px;
}
.page__i.page__contact main.page .wpcf7-spinner, .page__i.page__inquiry main.page .wpcf7-spinner {
  display: none;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.page__i.page__contact main.page .wpcf7 input::-moz-placeholder, .page__i.page__inquiry main.page .wpcf7 input::-moz-placeholder {
  color: #969696;
}
.page__i.page__contact main.page .wpcf7 input::placeholder, .page__i.page__inquiry main.page .wpcf7 input::placeholder {
  color: #969696;
}
.page__i.page__contact main.page .form__Box, .page__i.page__inquiry main.page .form__Box {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box, .page__i.page__inquiry main.page .form__Box {
    gap: 32px;
  }
}
.page__i.page__contact main.page .must, .page__i.page__inquiry main.page .must {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #E83828;
  padding: 4px 6px 4px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .must, .page__i.page__inquiry main.page .must {
    margin-top: 2px;
  }
}
.page__i.page__contact main.page .opt, .page__i.page__inquiry main.page .opt {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #9A9A9A;
  padding: 4px 6px 4px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .opt, .page__i.page__inquiry main.page .opt {
    margin-top: 2px;
  }
}
.page__i.page__contact main.page .wpcf7-list-item label, .page__i.page__inquiry main.page .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__i.page__contact main.page .wpcf7-list-item label .must, .page__i.page__inquiry main.page .wpcf7-list-item label .must {
  margin-left: 16px;
}
.page__i.page__contact main.page .form__Box--Last .wpcf7-list-item, .page__i.page__inquiry main.page .form__Box--Last .wpcf7-list-item {
  margin: 0;
}
.page__i.page__contact main.page .form__Box--Last a, .page__i.page__inquiry main.page .form__Box--Last a {
  color: #000;
}
.page__i.page__contact main.page .form__Box--Last a:hover, .page__i.page__inquiry main.page .form__Box--Last a:hover {
  text-decoration: none;
}
.page__i.page__contact main.page .form__Box--Con, .page__i.page__inquiry main.page .form__Box--Con {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  overflow: hidden;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--Con, .page__i.page__inquiry main.page .form__Box--Con {
    grid-template-columns: 220px 1fr;
  }
}
.page__i.page__contact main.page .form__Box--Con .title p, .page__i.page__inquiry main.page .form__Box--Con .title p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 9px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--Con .title p, .page__i.page__inquiry main.page .form__Box--Con .title p {
    margin-bottom: 0;
    line-height: 1.5;
    align-items: flex-start;
  }
}
.page__i.page__contact main.page .form__Box--Con .con_select .wpcf7-select, .page__i.page__inquiry main.page .form__Box--Con .con_select .wpcf7-select {
  font-size: 16px;
  line-height: 1.875;
  max-width: 200px;
  padding: 0 0 0 12px;
  height: 48px;
  border-color: #CACACA;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2;
  background: transparent;
}
.page__i.page__contact main.page .form__Box--Con .con_select select, .page__i.page__inquiry main.page .form__Box--Con .con_select select {
  color: #999;
}
.page__i.page__contact main.page .form__Box--Con .con_select select.is-selected, .page__i.page__inquiry main.page .form__Box--Con .con_select select.is-selected {
  color: #000;
}
.page__i.page__contact main.page .form__Box--Con .con_select .txt, .page__i.page__inquiry main.page .form__Box--Con .con_select .txt {
  padding-left: 8px;
}
.page__i.page__contact main.page .form__Box--Con .con_select .wpcf7-form-control-wrap, .page__i.page__inquiry main.page .form__Box--Con .con_select .wpcf7-form-control-wrap {
  position: relative;
}
.page__i.page__contact main.page .form__Box--Con .con_select .wpcf7-form-control-wrap::after, .page__i.page__inquiry main.page .form__Box--Con .con_select .wpcf7-form-control-wrap::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  background: url(../assets/img/page/select_arrow.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.page__i.page__contact main.page .form__Box--Con .con2Col, .page__i.page__inquiry main.page .form__Box--Con .con2Col {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--Con .con2Col, .page__i.page__inquiry main.page .form__Box--Con .con2Col {
    max-width: 412px;
  }
}
.page__i.page__contact main.page .form__Box--Con .con2Col .con2Col__Box, .page__i.page__inquiry main.page .form__Box--Con .con2Col .con2Col__Box {
  width: calc(50% - 4px);
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--Con .con2Col .con2Col__Box, .page__i.page__inquiry main.page .form__Box--Con .con2Col .con2Col__Box {
    width: calc(100% - 12px);
    max-width: 200px;
  }
}
.page__i.page__contact main.page .form__Box--Con .wpcf7-text,
.page__i.page__contact main.page .form__Box--Con .wpcf7-textarea, .page__i.page__inquiry main.page .form__Box--Con .wpcf7-text,
.page__i.page__inquiry main.page .form__Box--Con .wpcf7-textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.875;
  padding: 8px 12px;
  border: 1px solid #CACACA;
}
.page__i.page__contact main.page .form__Box--Con .wpcf7-select, .page__i.page__inquiry main.page .form__Box--Con .wpcf7-select {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.page__i.page__contact main.page .form__Box--Con .con__small p, .page__i.page__inquiry main.page .form__Box--Con .con__small p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page__i.page__contact main.page .form__Box--Con .con__small .wpcf7-text, .page__i.page__inquiry main.page .form__Box--Con .con__small .wpcf7-text {
  max-width: 160px;
}
.page__i.page__contact main.page .form__Box--Con .conFlex, .page__i.page__inquiry main.page .form__Box--Con .conFlex {
  display: grid;
  grid-template-columns: 148px 1fr 1fr;
  gap: 24px;
}
.page__i.page__contact main.page .form__Box--bottom, .page__i.page__inquiry main.page .form__Box--bottom {
  display: grid;
  gap: 48px;
  margin: 48px 0 80px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--bottom, .page__i.page__inquiry main.page .form__Box--bottom {
    margin: 80px 0;
    gap: 80px;
  }
}
.page__i.page__contact main.page .form__Box--bottom input[type=checkbox], .page__i.page__inquiry main.page .form__Box--bottom input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0 9px 0 0;
  border: 1px solid #CACACA;
  cursor: pointer;
}
.page__i.page__contact main.page .form__Box--bottom input[type=submit],
.page__i.page__contact main.page .form__Box--bottom input[type=button], .page__i.page__inquiry main.page .form__Box--bottom input[type=submit],
.page__i.page__inquiry main.page .form__Box--bottom input[type=button] {
  display: inline-block;
  width: 224px;
  height: 54px;
  line-height: 1;
  padding: 0;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--bottom input[type=submit],
  .page__i.page__contact main.page .form__Box--bottom input[type=button], .page__i.page__inquiry main.page .form__Box--bottom input[type=submit],
  .page__i.page__inquiry main.page .form__Box--bottom input[type=button] {
    width: 300px;
    height: 80px;
    font-size: 20px;
  }
}
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit input[type=submit],
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit input[type=button], .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit input[type=submit],
.page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit input[type=button] {
  background: #000;
}
.page__i.page__contact main.page .form__Box--bottom .sb_submit, .page__i.page__inquiry main.page .form__Box--bottom .sb_submit {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s;
}
.page__i.page__contact main.page .form__Box--bottom .sb_submit input[type=submit],
.page__i.page__contact main.page .form__Box--bottom .sb_submit input[type=button], .page__i.page__inquiry main.page .form__Box--bottom .sb_submit input[type=submit],
.page__i.page__inquiry main.page .form__Box--bottom .sb_submit input[type=button] {
  background: #C4492D;
}
.page__i.page__contact main.page .form__Box--bottom .sb_submit::after, .page__i.page__inquiry main.page .form__Box--bottom .sb_submit::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: url(../assets/img/page/btn_arrow_right.svg) no-repeat;
  background-size: contain;
  right: 15px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--bottom .sb_submit::after, .page__i.page__inquiry main.page .form__Box--bottom .sb_submit::after {
    width: 9px;
    height: 18px;
  }
}
.page__i.page__contact main.page .form__Box--bottom .form__Box--Submit, .page__i.page__inquiry main.page .form__Box--bottom .form__Box--Submit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--bottom .form__Box--Submit, .page__i.page__inquiry main.page .form__Box--bottom .form__Box--Submit {
    gap: 32px;
    flex-direction: row;
  }
}
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit, .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit {
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s;
}
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit::after, .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 765px) {
  .page__i.page__contact main.page .form__Box--bottom .sb-normal_submit::after, .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit::after {
    width: 9px;
    height: 18px;
  }
}
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit:hover, .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit:hover {
  opacity: 0.7;
}
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit.sb-next::after, .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit.sb-next::after {
  background: url(../assets/img/page/btn_arrow_right.svg) no-repeat;
  background-size: contain;
  right: 15px;
}
.page__i.page__contact main.page .form__Box--bottom .sb-normal_submit.sb-prev::after, .page__i.page__inquiry main.page .form__Box--bottom .sb-normal_submit.sb-prev::after {
  background: url(../assets/img/page/btn_arrow_left.svg) no-repeat;
  background-size: contain;
  left: 15px;
}
.page__i .form__Box_confirm {
  border-top: 1px solid #D9D9D9;
}
.page__i .form__Box_confirm .form__Box--Con {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  grid-template-columns: 194px 1fr;
}
@media screen and (min-width: 765px) {
  .page__i .form__Box_confirm .form__Box--Con {
    padding: 24px 0;
  }
}
.page__i .form__Box_confirm .title_c {
  font-weight: bold;
}
.page__i .normal_btn {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 860px) {
  .page__i .normal_btn {
    margin-bottom: 160px;
  }
}
.page__i .normal_btn a {
  position: relative;
  background: #000;
  box-sizing: border-box;
  padding: 20px 30px;
  min-width: 240px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 860px) {
  .page__i .normal_btn a {
    padding: 30px 30px;
    min-width: 300px;
    font-size: 20px;
  }
}
.page__i .normal_btn a::after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: url(../assets/img/page/btn_arrow_left.svg) no-repeat;
  background-size: contain;
  left: 15px;
}
@media screen and (min-width: 860px) {
  .page__i .normal_btn a::after {
    width: 9px;
    height: 18px;
  }
}
.page__i .wpcf7-list-item {
  display: block;
  margin: 0;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** 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*/