html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-MediumItalic.woff2) format("woff2"), url(../fonts/Roboto-MediumItalic.woff) format("woff"), url(../fonts/Roboto-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueRegular.woff2) format("woff2"), url(../fonts/UniNeueRegular.woff) format("woff"), url(../fonts/UniNeueRegular.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueBold-Italic.woff2) format("woff2"), url(../fonts/UniNeueBold-Italic.woff) format("woff"), url(../fonts/UniNeueBold-Italic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueHeavy.woff2) format("woff2"), url(../fonts/UniNeueHeavy.woff) format("woff"), url(../fonts/UniNeueHeavy.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueBook.woff2) format("woff2"), url(../fonts/UniNeueBook.woff) format("woff"), url(../fonts/UniNeueBook.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueLight.woff2) format("woff2"), url(../fonts/UniNeueLight.woff) format("woff"), url(../fonts/UniNeueLight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueBold.woff2) format("woff2"), url(../fonts/UniNeueBold.woff) format("woff"), url(../fonts/UniNeueBold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniNeue";
  src: url(../fonts/UniNeueHeavy-Italic.woff2) format("woff2"), url(../fonts/UniNeueHeavy-Italic.woff) format("woff"), url(../fonts/UniNeueHeavy-Italic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Panton";
  src: url(../fonts/Panton-SemiBold.woff2) format("woff2"), url(../fonts/Panton-SemiBold.woff) format("woff"), url(../fonts/Panton-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Panton";
  src: url(../fonts/Panton-Bold.woff2) format("woff2"), url(../fonts/Panton-Bold.woff) format("woff"), url(../fonts/Panton-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Roboto";
  font-weight: 700;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
}

*,
*::before,
*::after {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

.container,
.section,
.content,
.footer,
.page {
  position: relative;
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: auto;
}

.page {
  background-color: #E5E2DD;
  overflow: hidden;
}

.container,
.footer {
  z-index: 1;
}

.pic {
  display: block;
  width: 100%;
  line-height: 0;
}
.pic img {
  width: 100%;
  height: auto;
}

.bg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.bg::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.no__scroll {
  overflow: hidden;
  height: 100%;
}

input,
button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.display__flex {
  display: flex;
}

.justify {
  justify-content: space-between;
}

.justify__center {
  justify-content: center;
}

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

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

.align__center {
  align-items: center;
}

.flex__wrap {
  flex-wrap: wrap;
}

.hide__label {
  display: block;
  font-size: 0;
}

.title__page {
  font-weight: 700;
  font-size: 2.5vw;
  margin-bottom: 2.0833333333vw;
}

.size__01 {
  width: 8.3333%;
}

.size__02 {
  width: 16.6666%;
}

.size__03 {
  width: 25%;
}

.size__04 {
  width: 33.3333%;
}

.size__05 {
  width: 41.6666%;
}

.size__06 {
  width: 50%;
}

.size__07 {
  width: 58.3333%;
}

.size__08 {
  width: 66.6666%;
}

.size__09 {
  width: 75%;
}

.size__10 {
  width: 83.3333%;
}

.size__11 {
  width: 91.6666%;
}

.size__12 {
  width: 100%;
}

.section__content {
  overflow: hidden;
}

.content__box {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.content__box.content__box--full {
  width: 100%;
}

.outer__box {
  position: relative;
  width: 100%;
}

.scroll_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45.8333333333vw;
  display: flex;
  justify-content: center;
}
.scroll_down svg {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.scroll_down_but {
  width: 2.3611111111vw;
  line-height: 0;
  cursor: pointer;
}
.scroll_down_but svg {
  width: 100%;
  height: auto;
}

.scroll-path-white svg {
  stroke: url(#scroll-white);
}

.scroll-path-orange svg {
  stroke: url(#scroll-orange);
}

.scroll-path-blue svg {
  stroke: url(#scroll-blue);
}

.scroll-path-green svg {
  stroke: url(#scroll-green);
}

.content__note {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
  bottom: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  font-family: "Roboto";
  font-style: italic;
  color: #fff;
  font-size: 0.9722222222vw;
}

@media screen and (max-width: 1100px) {
  .pc,
.pc-bg {
    display: none !important;
  }

  .content__box {
    width: 100%;
  }

  .content__note {
    font-size: 2.6666666667vw;
    bottom: 3.5555555556vw;
    padding-right: 5%;
  }

  .scroll_down_but {
    width: 8vw;
    height: 4.0888888889vw;
  }

  .title__page {
    font-size: 6.666vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 840px) {
  .size__01,
.size__02,
.size__03,
.size__04,
.size__05,
.size__06,
.size__07,
.size__08,
.size__09,
.size__10,
.size__11,
.size__12 {
    width: 100%;
  }
}
@media screen and (min-width: 1101px) {
  .sp,
.sp-bg {
    display: none;
  }
}
.open__menu {
  overflow: hidden;
}

.logo {
  position: absolute;
  z-index: 3;
  color: #db0404;
}

.logoSvg {
  fill: currentColor;
}

.right-menu {
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right-menu .languages {
  display: flex;
  margin-right: 15px;
}
.right-menu .languages .language__item {
  position: relative;
  font-family: "UniNeue";
  font-size: 0.9722222222vw;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 2px;
}
.right-menu .languages .language__item.current {
  font-weight: bold;
}
.right-menu .languages .language__item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -2px;
  background-color: #fff;
}
.right-menu .languages .language__item:last-child::after {
  display: none;
}
.right-menu .toogle__menu {
  cursor: pointer;
  color: #fff;
}

.menu-1,
.menu-2 {
  fill: none;
}

.menu-1 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25px;
}

.menu-2 {
  stroke-miterlimit: 10;
  stroke-width: 1.18px;
  stroke: url(#menu-gradient-orange);
}

.supports {
  width: 3.4722222222vw;
  position: absolute;
  right: 3.8194444444vw;
  top: 34.7222222222vw;
  z-index: 3;
}

.support__item {
  margin-bottom: 0.6944444444vw;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support__item svg,
.support__item img {
  width: auto;
  height: auto;
  max-width: 44%;
  max-height: 48%;
}
.support__item:last-child {
  margin-bottom: 0;
}

.download-1 {
  fill: url(#download-gradient);
}

.mail-1 {
  fill: url(#mail-gradient);
}

.chat-1 {
  fill: url(#chat-gradient);
}

.navigation {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: #fff;
  height: 100vh;
  width: 21.9444444444vw;
  padding: 1.6666666667vw;
  display: flex;
  align-items: center;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.navigation .nav {
  display: block;
  width: 100%;
  height: auto;
}
.navigation .nav__item {
  margin-bottom: 1.8055555556vw;
}
.navigation .nav__item .nav__txt {
  font-family: "UniNeue";
  font-size: 1.6666666667vw;
  font-weight: normal;
  color: #E73325;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}
.navigation .nav__item.active .nav__txt {
  font-weight: bold;
  text-transform: uppercase;
}
.navigation .nav__item.has__child .nav__txt {
  position: relative;
  padding-right: 0.9722222222vw;
}
.navigation .nav__item.has__child .nav__txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.8vw;
  width: 0.5555555556vw;
  height: 1.0416666667vw;
  background: url(../images/arrow_next.png) no-repeat right center;
  background-size: 100% auto;
}
.navigation .nav__item.has__child .nav__txt.show::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navigation .nav__item.active.has__child .nav__txt:not(.show)::after {
  top: 0.64vw;
}
.navigation .nav__child {
  display: none;
  padding: 1.7361111111vw 0vw 0vw 1.7361111111vw;
}
.navigation .show + .nav__child {
  display: block;
}
.navigation .nav__item--child {
  margin-bottom: 1.3888888889vw;
}
.navigation .nav__item--child:last-child {
  margin-bottom: 0;
}
.navigation .nav__item--child .nav__txt--child {
  font-family: "UniNeue";
  font-size: 1.1111111111vw;
  font-weight: normal;
  color: #E73325;
  text-decoration: none;
}
.navigation .nav__item--child.current .nav__txt--child {
  font-weight: bold;
}
.navigation .close__menu {
  position: absolute;
  right: 1.6666666667vw;
  top: 1.3888888889vw;
  width: 2.0833333333vw;
  width: 2.0833333333vw;
  padding: 0.2777777778vw;
  cursor: pointer;
}
.navigation .hotline {
  position: absolute;
  left: 1.6666666667vw;
  bottom: 1.6666666667vw;
}
.navigation .hotline .hotline__cap {
  font-family: "UniNeue";
  font-size: 0.9722222222vw;
  font-weight: bold;
  color: #E73325;
  display: block;
  margin-bottom: 0.6944444444vw;
}
.navigation .hotline .hotline__list {
  display: flex;
}
.navigation .hotline .hotline__list .hotline__item {
  width: 1.3888888889vw;
  min-width: 20px;
  margin-right: 0.3472222222vw;
}

.open__menu .navigation {
  -webkit-transform: none;
  transform: none;
}

.body__developers .logo {
  color: #fff;
}
.body__developers .support__item {
  background-color: transparent;
}
.body__developers .download-1,
.body__developers .mail-1,
.body__developers .chat-1 {
  fill: #fff;
}

.body__commercial .logo {
  color: #fff;
}
.body__commercial .menu-2 {
  stroke: url(#linear-gradient-blue);
}
.body__commercial .support__item {
  background-color: transparent;
}
.body__commercial .download-1 {
  fill: url(#download-gradient-blue);
}
.body__commercial .mail-1 {
  fill: url(#mail-gradient-blue);
}
.body__commercial .chat-1 {
  fill: url(#chat-gradient-blue);
}

.body__news .menu-1 {
  stroke: url(#menu-gradient-orange);
}
.body__news .support__item {
  background-color: transparent;
}
.body__news .right-menu .languages .language__item {
  color: #da0404;
}
.body__news .right-menu .languages .language__item::after {
  background-color: #da0404;
}

.body__sport .support__item {
  background-color: transparent;
}

.body__harmony .menu-1 {
  stroke: url(#menu-gradient-orange);
}
.body__harmony .support__item {
  background: url(../images/social_circle_bg.png) no-repeat center center;
  background-size: cover;
}
.body__harmony .right-menu .languages .language__item {
  color: #da0404;
}
.body__harmony .right-menu .languages .language__item::after {
  background-color: #da0404;
}

.body__township .logo {
  color: #fff;
}
.body__township .support__item {
  background-color: transparent;
}
.body__township .menu-2 {
  stroke: url(#menu-gradient-blue);
}
.body__township .download-1,
.body__township .mail-1,
.body__township .chat-1 {
  fill: url(#menu-gradient-blue);
}

@media screen and (min-width: 900px) and (max-height: 660px) {
  .navigation .nav__item {
    margin-bottom: 1.1111111111vw;
  }
  .navigation .nav__child {
    padding: 0.8333333333vw 0vw 0vw 1.25vw;
  }
  .navigation .nav__item--child {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1101px) {
  .logo {
    width: 8.3333333333vw;
    top: 2.0833333333vw;
    left: 10.416666%;
  }

  .right-menu {
    top: 2.6388888889vw;
    right: 10.416666%;
  }
  .right-menu .toogle__menu {
    width: 2.7777777778vw;
  }
}
.right-menu {
  -webkit-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
}

/*Animation*/
.fixed .right-menu {
  position: fixed;
  top: 0;
  right: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media screen and (max-width: 1100px) {
  .body__commercial .menu-2 {
    stroke: none;
  }

  .body__news .logo {
    color: #fff;
  }
  .body__news .menu-1 {
    stroke: #fff;
  }

  .body__harmony .logo {
    color: #fff;
  }
  .body__harmony .menu-1 {
    stroke: #fff;
  }
  .body__harmony .menu-2 {
    stroke: none;
  }

  .body__township .menu-2 {
    stroke: none;
  }

  .logo {
    width: 28.8vw;
    top: 4.4444444444vw;
    left: 3.6%;
  }

  .toogle__menu {
    background: -webkit-linear-gradient(90deg, #ff6a00 17.411%, #f10000 80.7146%);
    background: linear-gradient(90deg, #ff6a00 17.411%, #f10000 80.7146%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .right-menu {
    top: 4.4444444444vw;
    right: 5.6%;
  }
  .right-menu .toogle__menu {
    width: 10.3111111111vw;
  }
  .right-menu .languages {
    display: none;
  }

  .supports {
    width: 100%;
    right: 0;
    top: 176.8888888889vw;
    display: flex;
    justify-content: center;
  }

  .support__item {
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    margin: 0vw 2.1333333333vw 0vw 2.1333333333vw;
  }

  .navigation {
    width: 100%;
    padding: 60px 5%;
    align-items: flex-start;
  }
  .navigation .close__menu {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    padding: 5px;
  }
  .navigation .nav {
    height: 80%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation .nav__item {
    margin-bottom: 6vw;
  }
  .navigation .nav__item .nav__txt {
    font-size: clamp(15px, 3.75vw, 30px);
  }
  .navigation .nav__item.has__child .nav__txt {
    padding-right: 30px;
  }
  .navigation .nav__item.has__child .nav__txt::after {
    top: 1.3vw;
    width: 12px;
    height: 22px;
  }
  .navigation .nav__item .nav__child {
    padding: 5vw 0 0 5vw;
  }
  .navigation .nav__item .nav__item--child {
    margin-bottom: 5vw;
  }
  .navigation .nav__item .nav__txt--child {
    font-size: clamp(15px, 3.125vw, 26px);
  }

  .navigation .hotline {
    left: 5%;
    bottom: 20px;
  }

  .navigation .hotline .hotline__cap {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .navigation .hotline .hotline__list .hotline__item {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }

  .hide_support_sp .supports {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .navigation .nav__item.has__child .nav__txt {
    padding-right: 22px;
  }

  .navigation .nav__item.has__child .nav__txt::after {
    width: 8px;
    height: 15px;
  }
}
@media (orientation: landscape) and (max-width: 900px) {
  .navigation .nav__item {
    margin-bottom: 20px;
  }

  .navigation .nav__item .nav__child {
    padding: 15px 0 0 15px;
  }

  .navigation .nav__item .nav__item--child {
    margin-bottom: 15px;
  }
}
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-button-prev {
  left: 0;
  background-size: 100% auto;
}

.swiper-button-next {
  background-size: 100% auto;
  right: 0;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  padding: 20px 0;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 10px;
  opacity: 1;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #3C478F;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.swiper-pagination-bullet-active::before {
  background-color: #3C478F;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.page {
  background-color: #E4E1DC;
}

.scroll_down {
  top: auto;
  bottom: 2.0833333333vw;
}

.hero_svg_path-1 {
  fill: url(#hero_linear-gradient);
}

.hero_svg_path-2 {
  fill: url(#hero_linear-gradient-2);
}

.section__hero .hero__pic {
  position: relative;
}
.section__hero .hero__title {
  position: absolute;
  left: 0;
  bottom: 17.5vw;
  width: 100%;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
}
.section__hero .hero__title img {
  width: 38.68%;
  height: auto;
}
.section__hero .hero__box {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 4.8611111111vw;
}
.section__hero .hero__box .hero__slider {
  width: 76.86%;
  margin: 0 auto;
}
.section__hero .hero__box .hero__item {
  display: flex;
  width: 100%;
  margin-bottom: 0.9722222222vw;
  min-height: 4.86vw;
}
.section__hero .hero__box .hero__item:last-child {
  margin-bottom: 0;
}
.section__hero .hero__box .hero__item .item__pic {
  flex: 0 0 35%;
  max-width: 35%;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-self: flex-start;
}
.section__hero .hero__box .hero__item .item__pic img {
  width: auto;
  height: auto;
  max-width: 66%;
}
.section__hero .hero__box .hero__item .item__txt {
  flex: 0 0 65%;
  max-width: 65%;
  color: #fff;
}
.section__hero .hero__box .hero__item .item__txt .item__title {
  font-family: "Panton";
  font-weight: bold;
  font-size: 0.9027777778vw;
  margin-bottom: 0.4166666667vw;
  line-height: 1.2;
  text-transform: uppercase;
}
.section__hero .hero__box .hero__item .item__txt .item__note {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 0.8333333333vw;
  line-height: 1.2;
}
.section__hero .hero__box .swiper-pagination {
  display: none;
}
.section__hero .hero_line {
  position: absolute;
  pointer-events: none;
  left: -21.5277777778vw;
  bottom: 15.9722222222vw;
  width: 139.6527777778vw;
}
.section__hero .hero_line svg {
  width: 100%;
}

.feature_svg_top {
  fill: url(#feature_top-gradient);
}

.feature_svg_bot {
  fill: url(#feature_bot-gradient);
}

.feature {
  padding: 5.2777777778vw 0vw 4.4444444444vw 0vw;
}
.feature h2 {
  margin-bottom: 1.3888888889vw;
  font-family: "UniNeue";
  font-style: italic;
  font-weight: bold;
  font-size: 3.4722222222vw;
  text-transform: uppercase;
  color: #394693;
}
.feature h2 span {
  display: block;
}
.feature h2 .title-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3C478F;
}
.feature .feature__box {
  display: flex;
  justify-content: flex-end;
}
.feature .feature__box .feature__slide {
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 4%;
}
.feature .feature__box .feature__slide .slide__wrap {
  position: relative;
  width: 100%;
  padding-top: 10.4166666667vw;
}
.feature .feature__box .feature__slide .slide__txt {
  color: #394693;
  font-size: 1.1805555556vw;
  font-weight: 400;
  line-height: 1.2;
  text-align: justify;
}
.feature .feature__box .feature__pic {
  position: relative;
  flex: 0 0 62.5%;
  max-width: 62.5%;
  z-index: 1;
}
.feature .feature__box .feature__pic .pic__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.feature .feature__box .feature__pic .pic__item.active {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
}
.feature .feature__box .feature__pic .content__note {
  line-height: 1.4;
}
.feature .feature_svg_top {
  position: absolute;
  pointer-events: none;
  width: 32.2222222222vw;
  top: 3.8194444444vw;
  left: -13.1944444444vw;
}
.feature .feature_svg_top svg {
  width: 100%;
}
.feature .feature_svg_bot {
  position: absolute;
  pointer-events: none;
  width: 89.4444444444vw;
  left: 18.75vw;
  bottom: 5.5555555556vw;
}
.feature .feature_svg_bot svg {
  width: 100%;
}

.onestop {
  position: relative;
  padding-bottom: 4.1666666667vw;
}
.onestop .map__action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3888888889vw;
  padding: 0.4166666667vw 0.6944444444vw 0.4166666667vw 0.6944444444vw;
  -webkit-border-radius: 0vw 0vw 1.0416666667vw 0vw;
  -o-border-radius: 0vw 0vw 1.0416666667vw 0vw;
  -moz-border-radius: 0vw 0vw 1.0416666667vw 0vw;
  -ms-border-radius: 0vw 0vw 1.0416666667vw 0vw;
  border-radius: 0vw 0vw 1.0416666667vw 0vw;
  -webkit-transform: translate(-5%, 230%);
  transform: translate(-5%, 230%);
  position: relative;
  z-index: 2;
}
.onestop .map__action .toggleWrapper {
  border-color: #20007c;
}
.onestop .map__action .toggleWrapper input.mobileToggle:checked + label:before {
  background-color: #fff;
}
.onestop .map__action .toggleWrapper input.mobileToggle + label:after {
  background-color: #20007c;
}
.onestop .map__action .action {
  padding: 0.2777777778vw 0.6944444444vw 0.2777777778vw 0.6944444444vw;
  font-family: "UniNeue";
  font-weight: 800;
  font-size: clamp(10px, 0.83333vw, 20px);
  color: #20007c;
  text-transform: uppercase;
}
.onestop .map__action .action.blur {
  opacity: 0.5;
}
.onestop .g__green {
  color: #18B26D;
}
.onestop .g__red {
  color: #e63627;
}
@supports (-webkit-text-stroke: green) {
  .onestop .g__green {
    background: -webkit-linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
    background: linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .onestop .g__red {
    background: -webkit-linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
    background: linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.onestop .onestop__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.onestop .onestop__box .onestop__action {
  flex: 0 0 37%;
  max-width: 37%;
  margin-right: 10.416%;
}
.onestop .onestop__box .onestop__action h2 {
  color: #20007c;
  font-size: 2.5694444444vw;
  font-family: "UniNeue";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0vw;
  position: relative;
  left: 4vw;
  top: 2vw;
}
.onestop .onestop__box .onestop__action h2 span {
  display: block;
  padding-left: 2vw;
}
.onestop .onestop__box .onestop__action .action__items {
  background-color: #e2ded8;
  padding: 15% 5% 10% 10%;
  border: 2px solid #20007c;
  border-radius: 0 3vw 3vw 0;
}
.onestop .onestop__box .onestop__action .action__item {
  margin-bottom: 1.3888888889vw;
}
.onestop .onestop__box .onestop__action .action__title {
  font-family: "UniNeue";
  font-weight: 800;
  font-style: italic;
  font-size: 1.3888888889vw;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.onestop .onestop__box .onestop__action .action__title .main__arrow {
  flex: 0 0 2vw;
  max-width: 2vw;
  margin-right: 1vw;
}
.onestop .onestop__box .onestop__action .action__nav ul {
  padding-left: 3vw;
}
.onestop .onestop__box .onestop__action .action__nav ul li {
  padding: 0.3vw 0.7vw;
  font-family: "UniNeue";
  font-weight: bold;
  font-size: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-border-radius: 0.6944444444vw;
  -o-border-radius: 0.6944444444vw;
  -moz-border-radius: 0.6944444444vw;
  -ms-border-radius: 0.6944444444vw;
  border-radius: 0.6944444444vw;
}
.onestop .onestop__box .onestop__action .action__nav .north {
  color: #db0404;
  display: flex;
  flex-wrap: wrap;
}
.onestop .onestop__box .onestop__action .action__nav .north li {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 2%;
}
.onestop .onestop__box .onestop__action .action__nav .north li:nth-child(2n) {
  margin-right: 0;
}
.onestop .onestop__box .onestop__action .action__nav .north li.current {
  background: -webkit-linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  background: linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  color: #fff;
}
.onestop .onestop__box .onestop__action .action__nav .south {
  color: #18b26d;
  display: flex;
  flex-wrap: wrap;
}
.onestop .onestop__box .onestop__action .action__nav .south li {
  flex: 0 0 49%;
  max-width: 49%;
  margin-right: 2%;
}
.onestop .onestop__box .onestop__action .action__nav .south li:nth-child(2n) {
  margin-right: 0;
}
.onestop .onestop__box .onestop__action .action__nav .south li.current {
  background: -webkit-linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
  background: linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
  color: #fff;
}
.onestop .onestop__box .onestop__action .action__nav .fitness {
  color: #414042;
}
.onestop .onestop__box .onestop__action .action__nav .fitness .grand.current {
  background: -webkit-linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
  background: linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
  color: #fff;
}
.onestop .onestop__box .onestop__action .action__nav .fitness .semi.current {
  background: -webkit-linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
  background: linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
  color: #fff;
}
.onestop .onestop__box .onestop__action .action__nav .fitness .neighborhood.current {
  background: #828e14;
  color: #fff;
}
.onestop .onestop__box .onestop__map {
  position: relative;
  flex: 0 0 43%;
  max-width: 43%;
}
.onestop .onestop__box .onestop__map .map__items {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.onestop .onestop__box .onestop__map .map__items .cate__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.onestop .onestop__box .onestop__map .map__items .cate__map.active {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  visibility: visible;
}
.onestop .onestop__box .onestop__map .map__items .map__item,
.onestop .onestop__box .onestop__map .map__items .route__map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.onestop .onestop__box .onestop__map .map__items .map__item.current,
.onestop .onestop__box .onestop__map .map__items .route__map.current {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  visibility: visible;
}
.onestop .onestop__box .onestop__map .map__items .map__item.show,
.onestop .onestop__box .onestop__map .map__items .route__map.show {
  opacity: 1;
  visibility: visible;
}
.onestop .onestop__box .onestop__map .map__items img {
  width: 100%;
  height: auto;
}
.onestop .onestop__box .onestop__map .dot__item div {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.onestop .onestop__box .onestop__map .dot__item div span {
  font-family: "UniNeue";
  font-weight: 800;
  font-style: italic;
  font-size: 1.1805555556vw;
}
.onestop .onestop__box .onestop__map .dot__item div.current, .onestop .onestop__box .onestop__map .dot__item div:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="1"] {
  top: 27.6%;
  left: 30%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="2"] {
  top: 29.2%;
  left: 43%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="3"] {
  top: 32.9%;
  left: 45%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="4"] {
  top: 15%;
  left: 46%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="5"] {
  top: 14%;
  left: 33%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="6"] {
  top: 37%;
  left: 41.4%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="7"] {
  top: 37%;
  left: 54%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="7_2"] {
  top: 44.8%;
  left: 38%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="8"] {
  top: 41.2%;
  left: 23%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="9"] {
  top: 34%;
  left: 35%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="10"] {
  top: 35.2%;
  left: 27.6%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="11"] {
  top: 40.8%;
  left: 42%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="11_2"] {
  top: 42.6%;
  left: 50%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="12"] {
  top: 54.6%;
  left: 46.8%;
}
.onestop .onestop__box .onestop__map .dot__item.north div[data-dot="13"] {
  top: 27%;
  left: 52%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="13_2"] {
  top: 86%;
  left: 54%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="14"] {
  top: 71%;
  left: 52%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="15"] {
  top: 47.5%;
  left: 64%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="15_2"] {
  top: 59%;
  left: 54%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="15_3"] {
  top: 67.2%;
  left: 83.6%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="15_4"] {
  top: 80%;
  left: 66.6%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="16"] {
  top: 61.5%;
  left: 68.4%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="17"] {
  top: 67.4%;
  left: 42.4%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="18"] {
  top: 66.4%;
  left: 65.4%;
}
.onestop .onestop__box .onestop__map .dot__item.south div[data-dot="19"] {
  top: 62.4%;
  left: 75%;
}
.onestop .onestop__box .onestop__map .info__items .info__item {
  width: 12.5vw;
}
.onestop .onestop__box .onestop__map .info__items .info__wrap {
  overflow: hidden;
}
.onestop .onestop__box .onestop__map .info__items .info__title {
  color: #fff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 2.7777777778vw;
  padding: 0vw 0.6944444444vw 0vw 0.6944444444vw;
}
.onestop .onestop__box .onestop__map .info__items .info__title h3 {
  font-size: 0.8333333333vw;
  text-transform: uppercase;
  font-weight: 700;
}
.onestop .onestop__box .onestop__map .info__items .info__title p {
  font-size: 0.6944444444vw;
  font-weight: 500;
}
.onestop .onestop__box .onestop__map .info__items .info__wrap {
  padding: 1px;
  -webkit-border-radius: 0.8333333333vw;
  -o-border-radius: 0.8333333333vw;
  -moz-border-radius: 0.8333333333vw;
  -ms-border-radius: 0.8333333333vw;
  border-radius: 0.8333333333vw;
}
.onestop .onestop__box .onestop__map .info__items .info__item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.onestop .onestop__box .onestop__map .info__items .info__item.current {
  opacity: 1;
  visibility: visible;
}
.onestop .onestop__box .onestop__map .info__items .info__item::before {
  content: "";
  position: absolute;
  top: 2.7777777778vw;
  width: 0;
  height: 1px;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item::before {
  background: -webkit-linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  background: linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
}
.onestop .onestop__box .onestop__map .info__items.north .info__wrap {
  background: -webkit-linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  background: linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="1"] {
  top: 24%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="1"]::before {
  left: 100%;
  width: 5.4vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="2"] {
  top: 26%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="2"]::before {
  left: 100%;
  width: 11.3vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="3"] {
  top: 29.6%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="3"]::before {
  left: 100%;
  width: 12.2vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="4"] {
  top: 12%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="4"]::before {
  left: 100%;
  width: 12.6vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="5"] {
  top: 11%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="5"]::before {
  left: 100%;
  width: 7vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="6"] {
  top: 34%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="6"]::before {
  left: 100%;
  width: 10.6vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="7"] {
  top: 34%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="7"]::before {
  left: 100%;
  width: 16.1vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="8"] {
  top: 38%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="8"]::before {
  left: 100%;
  width: 2.8vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="9"] {
  top: 31%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="9"]::before {
  left: 100%;
  width: 8vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="10"] {
  top: 32%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="10"]::before {
  left: 100%;
  width: 5vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="11"] {
  top: 37.5%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="11"]::before {
  left: 100%;
  width: 11vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="12"] {
  top: 51.4%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="12"]::before {
  left: 100%;
  width: 13vw;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="13"] {
  top: 24%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.north .info__item[data-info="13"]::before {
  left: 100%;
  width: 15.6vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item::before {
  background: -webkit-linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
  background: linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
}
.onestop .onestop__box .onestop__map .info__items.south .info__wrap {
  background: -webkit-linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
  background: linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="13_2"] {
  top: 83%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="13_2"]::before {
  left: 100%;
  width: 15.6vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="14"] {
  top: 68%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="14"]::before {
  left: 100%;
  width: 15.6vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="15"] {
  top: 44.4%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="15"]::before {
  left: 100%;
  width: 20.6vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="16"] {
  top: 58.4%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="16"]::before {
  left: 100%;
  width: 22.6vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="17"] {
  top: 64.2%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="17"]::before {
  left: 100%;
  width: 11.6vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="18"] {
  top: 63.2%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="18"]::before {
  left: 100%;
  width: 21vw;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="19"] {
  top: 59.2%;
  left: -12%;
}
.onestop .onestop__box .onestop__map .info__items.south .info__item[data-info="19"]::before {
  left: 100%;
  width: 25.2vw;
}
.onestop .onestop__box .onestop__map .grand__note {
  position: absolute;
  padding: 2px;
  -webkit-border-radius: 0.6944444444vw;
  -o-border-radius: 0.6944444444vw;
  -moz-border-radius: 0.6944444444vw;
  -ms-border-radius: 0.6944444444vw;
  border-radius: 0.6944444444vw;
  white-space: nowrap;
  opacity: 0;
}
.onestop .onestop__box .onestop__map .grand__note.current {
  opacity: 1;
}
.onestop .onestop__box .onestop__map .grand__note::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1vw;
  height: 2px;
}
.onestop .onestop__box .onestop__map .grand__note.grand {
  background: -webkit-linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
  background: linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
  color: #db0404;
  left: 86%;
  top: 18%;
}
.onestop .onestop__box .onestop__map .grand__note.grand::before {
  background: -webkit-linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
  background: linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
  right: 100%;
  width: 10.6vw;
}
.onestop .onestop__box .onestop__map .grand__note.semi {
  background: -webkit-linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
  background: linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
  color: #18b26d;
  left: 86%;
  top: 32.4%;
}
.onestop .onestop__box .onestop__map .grand__note.semi::before {
  background: -webkit-linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
  background: linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
  right: 100%;
  width: 8.7vw;
}
.onestop .onestop__box .onestop__map .grand__note.neighborhood {
  background: #828e14;
  color: #828e14;
  top: 26%;
  left: -21.4%;
}
.onestop .onestop__box .onestop__map .grand__note.neighborhood::before {
  left: 100%;
  background: #828e14;
  width: 6.3vw;
}
.onestop .onestop__box .onestop__map .grand__note .note__bg {
  background-color: #e4e0da;
  padding: 0.8333333333vw 1.3888888889vw 0.8333333333vw 1.3888888889vw;
  -webkit-border-radius: 0.6944444444vw;
  -o-border-radius: 0.6944444444vw;
  -moz-border-radius: 0.6944444444vw;
  -ms-border-radius: 0.6944444444vw;
  border-radius: 0.6944444444vw;
}
.onestop .onestop__box .onestop__map .grand__note .note__title {
  font-family: "UniNeue";
  font-weight: 800;
  font-size: 0.9722222222vw;
  text-transform: uppercase;
}
.onestop .onestop__box .onestop__map .grand__note .note__brief {
  font-family: "UniNeue";
  font-weight: bold;
  font-size: 0.8333333333vw;
}
.onestop .sub__list,
.onestop .sub__arrow {
  display: none;
}
.onestop.by__zone .sub__arrow {
  display: block;
  width: 0.6944444444vw;
  margin-left: 1.0416666667vw;
}
.onestop.by__zone .onestop__box .onestop__action .action__nav .show__all {
  display: none;
}
.onestop.by__zone .sub__list {
  display: block;
  padding-left: 4vw;
}
.onestop.by__zone .sub__list .sub__cate {
  margin-bottom: 0.6944444444vw;
}
.onestop.by__zone .sub__list .sub__title {
  display: flex;
  align-items: center;
  font-family: "UniNeue";
  font-weight: bold;
  font-size: 1.0416666667vw;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0.6944444444vw;
}
.onestop.by__zone .sub__list.north .sub__title {
  color: #db0404;
}
.onestop.by__zone .sub__list.south .sub__title {
  color: #18b26d;
}
.onestop.by__zone .sub__list ul {
  display: none;
}
.onestop.by__zone .sub__list ul li {
  font-family: "UniNeue";
  font-weight: bold;
  font-size: 0.6944444444vw;
  margin-bottom: 0.0694444444vw;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.3472222222vw 0.6944444444vw 0.3472222222vw 0.6944444444vw;
  -webkit-border-radius: 0.6944444444vw;
  -o-border-radius: 0.6944444444vw;
  -moz-border-radius: 0.6944444444vw;
  -ms-border-radius: 0.6944444444vw;
  border-radius: 0.6944444444vw;
}
.onestop.by__zone .sub__list ul.north li {
  color: #db0404;
}
.onestop.by__zone .sub__list ul.north li.current {
  background: -webkit-linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  background: linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  color: #fff;
}
.onestop.by__zone .sub__list ul.south li {
  color: #18b26d;
}
.onestop.by__zone .sub__list ul.south li.current {
  background: -webkit-linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
  background: linear-gradient(90deg, #18b26d 0.1617%, #006ed0 100%);
  color: #fff;
}
.onestop.by__zone .sub__list .sub__title.current + ul {
  display: inline-block;
}
.onestop.by__zone ul.fitness {
  display: inline-block;
}
.onestop.by__zone ul.fitness li {
  padding: 0.3472222222vw 0.6944444444vw 0.3472222222vw 0.6944444444vw;
  -webkit-border-radius: 0.6944444444vw;
  -o-border-radius: 0.6944444444vw;
  -moz-border-radius: 0.6944444444vw;
  -ms-border-radius: 0.6944444444vw;
  border-radius: 0.6944444444vw;
}
.onestop.by__zone ul.fitness li.current {
  background: -webkit-linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  background: linear-gradient(90deg, #e63627 0.1617%, #b21f82 98.5176%);
  color: #fff;
}

.architecture {
  background: -webkit-linear-gradient(135deg, #7bb5d3 0%, #b9ce63 53.2035%, #f4e567 100%);
  background: linear-gradient(135deg, #7bb5d3 0%, #b9ce63 53.2035%, #f4e567 100%);
  margin-bottom: 2.7777777778vw;
}
.architecture .architecture__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.architecture .architecture__box .txt {
  flex: 0 0 25.27777%;
  max-width: 25.27777%;
  margin-right: 8.3333%;
}
.architecture .architecture__box .txt h2 {
  color: #1d0077;
  font-size: 3.6111111111vw;
  margin-bottom: 1.3888888889vw;
  font-family: "UniNeue";
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.architecture .architecture__box .txt .brief__txt {
  font-size: 1.9444444444vw;
  color: #1d0077;
  font-weight: 400;
  margin-bottom: 2.6388888889vw;
}
.architecture .architecture__box .txt .link {
  font-size: 1.1805555556vw;
  color: #1d0077;
}
.architecture .architecture__box .txt .link__icon {
  color: #1d0077;
}
.architecture .architecture__box .txt .link__icon svg {
  width: 1.7361111111vw;
}
.architecture .architecture__box .pic {
  flex: 0 0 55.694444%;
  max-width: 55.694444%;
}

@media screen and (min-width: 1101px) {
  .page::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/township_bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }

  .onestop .action__items {
    min-height: 41.0416666667vw;
  }
  .onestop.by__zone .item__fitness .action__nav {
    display: none;
  }
  .onestop.by__zone .item__fitness.current .action__nav {
    display: block;
  }
  .onestop.by__all .item__fitness .grand.current {
    background: none !important;
    color: #db0404 !important;
  }
  .onestop.by__all .item__fitness .semi.current {
    background: none !important;
    color: #18b26d !important;
  }
  .onestop.by__all .item__fitness .neighborhood.current {
    background: none !important;
    color: #828e14 !important;
  }
}
@media screen and (max-width: 1100px) {
  .hero_svg_sp_path {
    fill: url(#hero_svg_sp_linear-gradient);
  }

  .section__hero .hero__title {
    top: 115.5555555556vw;
    bottom: auto;
  }
  .section__hero .hero__title img {
    width: 92%;
  }
  .section__hero .hero__box {
    top: 142.2222222222vw;
    bottom: auto;
  }
  .section__hero .hero__box .hero__slider {
    width: 80%;
  }
  .section__hero .hero__box .hero__item {
    min-height: initial;
    margin-bottom: 7.1111111111vw;
  }
  .section__hero .hero__box .hero__item .item__pic {
    flex: 0 0 24%;
    max-width: 24%;
  }
  .section__hero .hero__box .hero__item .item__txt {
    flex: 0 0 76%;
    max-width: 76%;
    padding-left: 2%;
  }
  .section__hero .hero__box .hero__item .item__txt .item__title {
    font-size: 4.0888888889vw;
  }
  .section__hero .hero__box .hero__item .item__txt .item__title br {
    display: none;
  }
  .section__hero .hero__box .hero__item .item__txt .item__note {
    font-size: 3.5555555556vw;
  }
  .section__hero .hero__box .hero__item .item__txt .item__note br {
    display: none;
  }
  .section__hero .hero__box .swiper-pagination-bullet {
    background: -webkit-linear-gradient(135deg, #7bb5d3 0%, #b9ce63 53.2035%, #f4e567 100%);
    background: linear-gradient(135deg, #7bb5d3 0%, #b9ce63 53.2035%, #f4e567 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .section__hero .hero__box .swiper-pagination-bullet::before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    border-color: #000;
    background-color: #000;
  }
  .section__hero .hero__box .swiper-pagination-bullet-active::before {
    opacity: 0;
  }
  .section__hero .hero__box .swiper-pagination {
    display: flex;
  }
  .section__hero .hero_line {
    width: 33.3333333333vw;
    left: auto;
    right: -6.6666666667vw;
    bottom: -26.6666666667vw;
    z-index: 5;
  }
  .section__hero .scroll_down {
    bottom: 6.2222222222vw;
  }

  .feature {
    padding: 0;
  }
  .feature h2 {
    font-size: 8.4444444444vw;
    margin-bottom: 5.3333333333vw;
  }
  .feature .feature__box {
    position: relative;
    flex-wrap: wrap;
  }
  .feature .feature__box .feature__slide,
.feature .feature__box .feature__pic {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .feature .feature__box .feature__pic {
    order: 1;
    height: 126.6666vw;
  }
  .feature .feature__box .feature__pic .pic__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .feature .feature__box .feature__pic .pic__item img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .feature .feature__box .feature__slide {
    position: relative;
    order: 2;
    padding: 8vw 4% 14.222vw 4%;
    z-index: 4;
  }
  .feature .feature__box .feature__slide .slide__txt {
    font-size: 4.2666666667vw;
  }
  .feature .feature__box .feature__slide .swiper-pagination {
    bottom: auto;
    top: 0;
    padding: 0;
    justify-content: flex-start;
  }
  .feature .feature__box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70%;
    z-index: 3;
    background: -webkit-linear-gradient(0deg, #f7e44b 0%, #b2cf50 67.6311%, rgba(238, 130, 238, 0) 91.8088%);
    background: linear-gradient(0deg, #f7e44b 0%, #b2cf50 67.6311%, rgba(238, 130, 238, 0) 91.8088%);
  }
  .feature .feature__box .content__note {
    z-index: 4;
    bottom: auto;
    top: 120vw;
  }

  .architecture .architecture__box {
    flex-wrap: wrap;
  }
  .architecture .architecture__box .txt,
.architecture .architecture__box .pic {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .architecture .architecture__box .txt {
    order: 2;
    padding: 10vw 50% 10vw 4%;
  }
  .architecture .architecture__box .txt h2 {
    font-size: 5.3333333333vw;
  }
  .architecture .architecture__box .txt .brief__txt {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .architecture .architecture__box .txt .btns {
    position: absolute;
    right: 4%;
    bottom: 10vw;
    width: auto;
    background-color: #21007c;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
  .architecture .architecture__box .txt .btns .link {
    padding: 2.8vw 3vw 2.6vw 3vw;
    color: #7bb5d3;
    font-size: 2.6666666667vw;
    letter-spacing: 1px;
  }
  .architecture .architecture__box .txt .btns .link__icon {
    color: #f1e24b;
    padding-left: 2vw;
  }
  .architecture .architecture__box .txt .btns .link__icon svg {
    width: 5.3333333333vw;
  }
  @supports (-webkit-text-stroke: green) {
    .architecture .architecture__box .txt .btns .link {
      background: -webkit-linear-gradient(135deg, #7bb5d3 0%, #b9ce63 53.2035%, #f4e567 100%);
      background: linear-gradient(135deg, #7bb5d3 0%, #b9ce63 53.2035%, #f4e567 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
  .architecture .architecture__box .pic {
    order: 1;
  }

  .onestop {
    padding: 12.5vw 0vw 12.5vw 0vw;
  }
  .onestop .close__action {
    display: none;
  }
  .onestop h2 {
    color: #20007c;
    font-size: 10.6666666667vw;
    font-family: "UniNeue";
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1.3888888889vw;
    padding: 0 4%;
  }
  .onestop h2 span {
    display: block;
    padding-left: 2vw;
  }
  .onestop .map__action {
    position: absolute;
    top: 6vw;
    left: 8%;
    width: 92%;
    height: auto;
    margin: 0 auto;
    justify-content: flex-start;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(32, 0, 124, 0.3);
    margin-bottom: 6.2222222222vw;
  }
  .onestop .map__action .action {
    position: relative;
    font-family: "UniNeue";
    font-weight: 800;
    color: #20007c;
    font-size: clamp(14px, 4.1666vw, 27px);
    text-transform: uppercase;
  }
  .onestop .map__action .action::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 100%;
    height: 3px;
    background-color: #20007c;
    display: none;
  }
  .onestop .map__action .action.current::after {
    display: block;
  }
  .onestop .toggleWrapper {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border-width: 5px;
    margin: 0 15px;
    border-color: #20007c;
  }
  .onestop .toggleWrapper input.mobileToggle + label {
    width: 50px;
    height: 24px;
  }
  .onestop .toggleWrapper input.mobileToggle + label::before {
    height: 100%;
  }
  .onestop .toggleWrapper input.mobileToggle + label::after {
    width: 24px;
    height: 24px;
  }
  .onestop .toggleWrapper input.mobileToggle:checked + label:before {
    background-color: #fff;
  }
  .onestop .toggleWrapper input.mobileToggle + label:after {
    background-color: #20007c;
  }
  .onestop .onestop__box .onestop__action,
.onestop .onestop__box .onestop__map {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .onestop .onestop__box .onestop__map {
    order: 1;
    padding-top: 20vw;
    margin-bottom: 6.2222222222vw;
  }
  .onestop .onestop__box .onestop__map .map__items {
    padding: 0 4%;
  }
  .onestop .onestop__box .onestop__map .dot__item div {
    -webkit-transform: none;
    transform: none;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .onestop .onestop__box .onestop__map .dot__item div span {
    font-size: 3.5555555556vw;
  }
  .onestop .onestop__box .onestop__action {
    order: 2;
  }
  .onestop .onestop__box .onestop__action .action__items {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 4%;
    background: none;
  }
  .onestop .onestop__box .onestop__action .action__item {
    margin-bottom: 3.5555555556vw;
  }
  .onestop .onestop__box .onestop__action .action__title {
    font-size: 3.5555555556vw;
    margin-bottom: 2.6666666667vw;
    padding: 4%;
  }
  .onestop .onestop__box .onestop__action .action__title .main__arrow {
    flex: 0 0 4vw;
    max-width: 4vw;
  }
  .onestop .onestop__box .onestop__action .action__nav ul {
    padding-left: 4vw;
  }
  .onestop .onestop__box .onestop__action .action__nav ul li {
    font-size: 2.4888888889vw;
    padding: 1.5vw;
    margin-bottom: 2px;
  }
  .onestop .onestop__box .map__info,
.onestop .onestop__box .map__note {
    display: none;
  }
  .onestop .action__items {
    padding: 0 4%;
    background: none;
  }
  .onestop .sub__arrow {
    display: none !important;
  }
  .onestop.by__zone .action__items {
    background: none;
  }
  .onestop.by__zone ul.fitness,
.onestop.by__zone .map__note.sp,
.onestop.by__zone .sub__list {
    display: none;
  }
  .onestop.by__zone .close__action {
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
  }
  .onestop.by__zone .close__action::before, .onestop.by__zone .close__action::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .onestop.by__zone .close__action::before {
    background: url(../images/add.svg) no-repeat center center;
    background-size: 60% auto;
  }
  .onestop.by__zone .close__action::after {
    opacity: 0;
  }
  .onestop.by__zone .action__item {
    position: relative;
    -webkit-border-radius: 2.6666666667vw;
    -o-border-radius: 2.6666666667vw;
    -moz-border-radius: 2.6666666667vw;
    -ms-border-radius: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .onestop.by__zone .action__item .action__title {
    margin: 0;
  }
  .onestop.by__zone .action__item .main__arrow {
    position: relative;
  }
  .onestop.by__zone .action__item .main__arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .onestop.by__zone .action__item:not(.current) .action__title {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
  }
  .onestop.by__zone .action__item:not(.current) .main__arrow img {
    opacity: 0;
  }
  .onestop.by__zone .action__item:not(.current) .main__arrow::after {
    background: url(../images/white-arrow.png) no-repeat center left;
    background-size: 100% auto;
  }
  .onestop.by__zone .action__item.item__north {
    background: -webkit-linear-gradient(90deg, #fd0f0b 0.1617%, violet 100%);
    background: linear-gradient(90deg, #fd0f0b 0.1617%, violet 100%);
  }
  .onestop.by__zone .action__item.item__north .close__action::after {
    background: url(../images/close_north.svg) no-repeat center center;
    background-size: 60% auto;
  }
  .onestop.by__zone .action__item.item__south {
    background: -webkit-linear-gradient(90deg, #00b566 0.1617%, #006fd6 100%);
    background: linear-gradient(90deg, #00b566 0.1617%, #006fd6 100%);
  }
  .onestop.by__zone .action__item.item__south .close__action::after {
    background: url(../images/close_south.svg) no-repeat center center;
    background-size: 60% auto;
  }
  .onestop.by__zone .action__item.item__fitness {
    background: -webkit-linear-gradient(90deg, #6d6e71 0%, #414042 99.3128%);
    background: linear-gradient(90deg, #6d6e71 0%, #414042 99.3128%);
  }
  .onestop.by__zone .action__item.item__fitness .close__action::after {
    background: url(../images/close_fitness.svg) no-repeat center center;
    background-size: 60% auto;
  }
  .onestop.by__zone .action__item::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #e4e0da;
    z-index: 1;
    -webkit-border-radius: 2.6666666667vw;
    -o-border-radius: 2.6666666667vw;
    -moz-border-radius: 2.6666666667vw;
    -ms-border-radius: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    opacity: 0;
  }
  .onestop.by__zone .action__item .action__title,
.onestop.by__zone .action__item .action__nav,
.onestop.by__zone .action__item .sub__list {
    position: relative;
    z-index: 1;
  }
  .onestop.by__zone .action__item.current::before {
    opacity: 1;
  }
  .onestop.by__zone .action__item.current .close__action {
    -webkit-transform: none;
    transform: none;
    top: 5px;
  }
  .onestop.by__zone .action__item.current .close__action::before {
    opacity: 0;
  }
  .onestop.by__zone .action__item.current .close__action::after {
    opacity: 1;
  }
  .onestop.by__zone .action__item.current .sub__list,
.onestop.by__zone .action__item.current .map__note.sp {
    display: block;
  }
  .onestop.by__zone .action__item .sub__list {
    padding: 0 4% 4% 4%;
  }
  .onestop.by__zone .action__item .sub__list .sub__cate {
    display: flex;
    align-items: flex-start;
  }
  .onestop.by__zone .action__item .sub__list .sub__cate .sub__title {
    font-size: 2.6666666667vw;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 1vw 0;
  }
  .onestop.by__zone .action__item .sub__list .sub__cate ul {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .onestop.by__zone .action__item .sub__list .sub__cate ul li {
    padding: 1vw 1.4vw;
    width: auto;
    min-width: 40%;
    font-size: 2.4888888889vw;
    margin-left: 2%;
    margin-bottom: 2px;
  }
  .onestop.by__zone .action__item .sub__list.north .sub__cate {
    border-bottom: 1px solid rgba(244, 0, 0, 0.5);
  }
  .onestop.by__zone .action__item .sub__list.north .sub__cate:last-child {
    border: none;
  }
  .onestop.by__zone .action__item .sub__list.south .sub__cate {
    border-bottom: 1px solid rgba(24, 178, 109, 0.5);
  }
  .onestop.by__zone .action__item .sub__list.south .sub__cate:last-child {
    border: none;
  }
  .onestop.by__zone .action__item.item__fitness .map__note {
    padding: 0 4% 4% 8.4vw;
    width: 60vw;
    position: relative;
    z-index: 2;
  }
  .onestop.by__zone .action__item.item__fitness .note__title {
    font-family: "UniNeue";
    font-weight: 800;
    text-transform: uppercase;
  }
  .onestop.by__zone .action__item.item__fitness .note__brief {
    font-family: "UniNeue";
    font-weight: bold;
  }
  .onestop.by__zone .action__item.item__fitness .grand__note {
    margin-bottom: 2.6666666667vw;
    -webkit-border-radius: 1.7777777778vw;
    -o-border-radius: 1.7777777778vw;
    -moz-border-radius: 1.7777777778vw;
    -ms-border-radius: 1.7777777778vw;
    border-radius: 1.7777777778vw;
    padding: 1px;
  }
  .onestop.by__zone .action__item.item__fitness .grand {
    background: -webkit-linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
    background: linear-gradient(90deg, #f20000 0%, #bb0062 82.6493%);
    color: #f20000;
  }
  .onestop.by__zone .action__item.item__fitness .semi {
    background: -webkit-linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
    background: linear-gradient(90deg, #00b568 0%, #0074cf 50%, #00b568 100%);
    color: #00b566;
  }
  .onestop.by__zone .action__item.item__fitness .neighborhood {
    background: #828e14;
    color: #7f8e00;
  }
  .onestop.by__zone .action__item.item__fitness .note__bg {
    background-color: #e4dfd8;
    -webkit-border-radius: 1.7777777778vw;
    -o-border-radius: 1.7777777778vw;
    -moz-border-radius: 1.7777777778vw;
    -ms-border-radius: 1.7777777778vw;
    border-radius: 1.7777777778vw;
    padding: 2vw 5vw;
  }
  .onestop.by__zone .route__map[data-map=grand],
.onestop.by__zone .route__map[data-map=semi] {
    display: none !important;
  }
  .onestop.by__zone .route__map[data-map=neighborhood] {
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 500px) {
  .onestop .map__action {
    top: 8vw;
    padding: 15px 0;
  }
  .onestop .map__action .action::after {
    bottom: -18px;
  }
  .onestop .toggleWrapper {
    border-width: 2px;
    margin: 0 15px;
  }
  .onestop .toggleWrapper input.mobileToggle + label {
    width: 40px;
    height: 14px;
  }
  .onestop .toggleWrapper input.mobileToggle + label::before {
    height: 100%;
  }
  .onestop .toggleWrapper input.mobileToggle + label::after {
    width: 14px;
    height: 14px;
  }
  .onestop .toggleWrapper input.mobileToggle:checked + label::after {
    left: 60%;
  }
}
form {
  width: 100%;
  height: auto;
}

.form__group {
  width: 100%;
  margin-bottom: 1.0416666667vw;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__group .display__flex .form__col, .form__group.display__flex .form__col {
  margin-bottom: 0;
}

.form__col {
  position: relative;
  margin-bottom: 1.0416666667vw;
}
.form__col:last-child {
  margin-bottom: 0;
}

.size__07 .size__05 {
  width: 45%;
}

.caption__field {
  font-weight: 600;
  font-size: clamp(11px, 0.83333vw, 20px);
  text-transform: uppercase;
  margin-bottom: 0.3472222222vw;
  line-height: 1.4;
}

.error__field {
  display: none;
  font-weight: 400;
  color: #f00;
  font-size: clamp(9px, 0.83333vw, 20px);
  margin-top: 0.3472222222vw;
}

.show__error .error__field {
  display: block;
}

.input__txt {
  width: 100%;
  height: 3.0555555556vw;
  line-height: 2.9166666667vw;
  font-size: clamp(13px, 0.972222vw, 22px);
  -webkit-border-radius: 0.3472222222vw;
  -o-border-radius: 0.3472222222vw;
  -moz-border-radius: 0.3472222222vw;
  -ms-border-radius: 0.3472222222vw;
  border-radius: 0.3472222222vw;
  padding: 0.3472222222vw 1.0416666667vw 0.3472222222vw 1.0416666667vw;
  border: 1px solid #DB0404;
  color: inherit;
  font-weight: inherit;
}
.input__txt::placeholder {
  color: #ddd;
}
.input__txt:focus {
  border: 1px solid #000;
}

.label__holder .hide__label {
  position: relative;
}
.label__holder .caption__field {
  position: absolute;
  left: 0;
  top: 13px;
  font-weight: 400;
  pointer-events: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.label__holder .input__txt {
  -webkit-border-radius: 0vw;
  -o-border-radius: 0vw;
  -moz-border-radius: 0vw;
  -ms-border-radius: 0vw;
  border-radius: 0vw;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  padding: 0.3472222222vw 0vw 0.3472222222vw 0vw;
}
.label__holder .input__txt:focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
}
.label__holder .input__txt:focus + .caption__field {
  top: 0;
  font-size: 0.625vw;
}
.label__holder .input__txt:valid + .caption__field {
  top: 0;
  font-size: 0.625vw;
}

.has_spr_symbold .hide__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.has_spr_symbold .icon_symbold {
  width: 10px;
  height: 2px;
  margin: 0 5px;
  background-color: #f00;
}
.has_spr_symbold .input__txt {
  width: calc(100% - 20px);
}

.select {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.select .select__header {
  position: relative;
}
.select .select__input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.0555555556vw;
  line-height: 3.0555555556vw;
  font-size: clamp(13px, 0.972222vw, 22px);
  font-size: 1.25vw;
  -webkit-border-radius: 0.3472222222vw;
  -o-border-radius: 0.3472222222vw;
  -moz-border-radius: 0.3472222222vw;
  -ms-border-radius: 0.3472222222vw;
  border-radius: 0.3472222222vw;
  padding: 0vw 1.0416666667vw 0vw 1.0416666667vw;
  border: 1px solid #DB0404;
  color: inherit;
  font-weight: inherit;
}
.select .select__box {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  max-height: 18.0555555556vw;
  padding: 0.3472222222vw 0.3472222222vw 0.3472222222vw 0vw;
  overflow: hidden;
  overflow-y: auto;
  z-index: 2;
}
.select .select__box.select__box--show {
  display: block;
  position: relative;
  left: auto;
  top: auto;
}
.select .select__list {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.3472222222vw;
  -o-border-radius: 0.3472222222vw;
  -moz-border-radius: 0.3472222222vw;
  -ms-border-radius: 0.3472222222vw;
  border-radius: 0.3472222222vw;
}
.select .select__item {
  padding: 0.5555555556vw 1.0416666667vw 0.5555555556vw 1.0416666667vw;
  font-weight: 400;
  font-size: clamp(11px, 0.9375vw, 20px);
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.select .select__item:last-child {
  border: none;
}
.select .select__item.selected {
  color: #21A4F5;
}
.select .select__item.hide {
  display: none;
}
.select.country__select .select__icon {
  right: 8%;
}
.select.country__select .select__item {
  display: flex;
  align-items: center;
}
.select.country__select .country__icon {
  flex: 0 0 20px;
  max-width: 20px;
  line-height: 0;
  margin-right: 5px;
}
.select.country__select .country__icon img {
  width: 100%;
}
.select .open__select + .select__box {
  display: block;
}
.select .select__icon {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select .select__icon svg {
  width: 1.1111111111vw;
  height: 0.5555555556vw;
}

.select-1 {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: currentColor;
  stroke-width: 2;
}

.radio__list .radio__item {
  width: 100%;
  margin-bottom: 0.6944444444vw;
}
.radio__list:not(.align__center):last-child {
  margin-bottom: 0;
}
.radio__list .radio__wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio__list .radio__caption {
  font-size: clamp(11px, 0.83333vw, 20px);
  padding-left: 0.6944444444vw;
  cursor: pointer;
}
.radio__list .radio__caption::before, .radio__list .radio__caption::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: solid #DB0404;
  border-width: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.radio__list .radio__caption::after {
  opacity: 0;
  background-color: #DB0404;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio__list .radio__input {
  cursor: pointer;
  opacity: 0;
}
.radio__list .radio__input:checked + .radio__caption::after {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 1;
}
.radio__list .radio__input,
.radio__list .radio__caption::before,
.radio__list .radio__caption::after {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.check__list .check__item {
  width: 100%;
  margin-bottom: 0.6944444444vw;
}
.check__list .check__item:last-child {
  margin-bottom: 0;
}
.check__list .check__wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.check__list .check__caption {
  font-size: 0.9722222222vw;
  padding-left: 0.6944444444vw;
  cursor: pointer;
}
.check__list .check__caption::before, .check__list .check__caption::after {
  content: "";
  position: absolute;
  cursor: pointer;
}
.check__list .check__caption::before {
  left: 0;
  top: 0;
  border: solid #000;
  border-width: 1px;
  -webkit-border-radius: 0.3472222222vw;
  -o-border-radius: 0.3472222222vw;
  -moz-border-radius: 0.3472222222vw;
  -ms-border-radius: 0.3472222222vw;
  border-radius: 0.3472222222vw;
}
.check__list .check__caption::after {
  opacity: 0;
  left: 6px;
  top: 5px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #000;
}
.check__list .check__input {
  cursor: pointer;
  opacity: 0;
}
.check__list .check__input:checked + .check__caption::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check__list .check__input,
.check__list .check__caption::before {
  width: 1.1111111111vw;
  height: 1.1111111111vw;
}
.check__list .check__caption::after {
  width: 0.6944444444vw;
  height: 0.4166666667vw;
}

.btns {
  width: 100%;
}
.btns .btn {
  display: block;
  padding: 0.3472222222vw 1.7361111111vw 0.3472222222vw 1.7361111111vw;
  height: 3.0555555556vw;
  margin-bottom: 1.0416666667vw;
  -webkit-border-radius: 0.3472222222vw;
  -o-border-radius: 0.3472222222vw;
  -moz-border-radius: 0.3472222222vw;
  -ms-border-radius: 0.3472222222vw;
  border-radius: 0.3472222222vw;
  border: 1px solid #DB0404;
  font-weight: 700;
  color: inherit;
  font-size: 1.25vw;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 2.0833333333vw;
  -o-border-radius: 2.0833333333vw;
  -moz-border-radius: 2.0833333333vw;
  -ms-border-radius: 2.0833333333vw;
  border-radius: 2.0833333333vw;
}
.btns .btn:last-child {
  margin-bottom: 0;
}
.btns .btn.ta__left {
  text-align: left;
}
.btns .btn.ta__right {
  text-align: right;
}
.btns.display__flex .btn {
  margin: 0vw 0.6944444444vw 0vw 0.6944444444vw;
}
.btns .link {
  display: flex;
  align-items: center;
  font-size: 1.7361111111vw;
  color: #ec150f;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}
.btns .link__icon {
  padding-left: 0.8333333333vw;
  color: #ec150f;
  line-height: 0;
}
.btns .link__icon svg {
  width: 2.9166666667vw;
  height: auto;
  fill: currentColor;
}

/*Contact form*/
.content__form {
  padding: 4.1666666667vw 0vw 4.1666666667vw 0vw;
  color: #DB0404;
}
.content__form h2 {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 1.3888888889vw;
  font-size: 3.6111111111vw;
  color: inherit;
}

.form__box {
  width: 60%;
  border: 1px solid #DB0404;
  -webkit-border-radius: 1.3888888889vw;
  -o-border-radius: 1.3888888889vw;
  -moz-border-radius: 1.3888888889vw;
  -ms-border-radius: 1.3888888889vw;
  border-radius: 1.3888888889vw;
  padding: 2.7777777778vw;
}
.form__box .btns {
  padding: 1.3888888889vw 0vw 0vw 0vw;
}

.name__list .radio__item {
  width: auto;
  margin-right: 2.0833333333vw;
  margin-bottom: 0;
}
.name__list .radio__item:last-child {
  margin-right: 0;
}

.company__box {
  width: 37%;
  padding: 2.7777777778vw 0vw 2.7777777778vw 0vw;
}

.contact__item {
  display: flex;
  padding: 0.6944444444vw 0vw 0.6944444444vw 0vw;
  margin-bottom: 1.3888888889vw;
}
.contact__item h3 {
  font-family: "UniNeue";
  font-weight: 800;
  font-size: 1.25vw;
  margin-bottom: 0.6944444444vw;
  text-transform: uppercase;
}
.contact__item p,
.contact__item p a {
  font-size: 1.4583333333vw;
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.contact__item .contact__icon {
  width: 1.6666666667vw;
  margin-right: 1.0416666667vw;
}
.contact__item .contact__icon svg {
  width: 1.6666666667vw;
  height: 1.25vw;
  fill: currentColor;
}

.toggleWrapper {
  padding: 2px;
  border: 2px solid #e4e4e4;
  -webkit-border-radius: 2.0833333333vw;
  -o-border-radius: 2.0833333333vw;
  -moz-border-radius: 2.0833333333vw;
  -ms-border-radius: 2.0833333333vw;
  border-radius: 2.0833333333vw;
}
.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: block;
  user-select: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 1.8055555556vw;
  height: 0.8333333333vw;
  -webkit-border-radius: 2.0833333333vw;
  -o-border-radius: 2.0833333333vw;
  -moz-border-radius: 2.0833333333vw;
  -ms-border-radius: 2.0833333333vw;
  border-radius: 2.0833333333vw;
  cursor: pointer;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  width: 100%;
  height: 0.8333333333vw;
  top: 0;
  left: 0;
  -webkit-border-radius: 2.0833333333vw;
  -o-border-radius: 2.0833333333vw;
  -moz-border-radius: 2.0833333333vw;
  -ms-border-radius: 2.0833333333vw;
  border-radius: 2.0833333333vw;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: whitesmoke;
  height: 0.8333333333vw;
  width: 0.8333333333vw;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #5a6fd2;
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 51%;
}

@media screen and (min-width: 1101px) {
  .btn {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
  }
  .btn:hover {
    box-shadow: 0 0 10px #999 inset;
  }

  .radio__caption::after,
.check__caption::after {
    -webkit-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
  }
}
@media screen and (max-width: 1100px) {
  .form__group {
    margin-bottom: 3.5555555556vw;
  }

  .caption__field {
    font-size: clamp(12px, 1.6vw, 20px);
    margin-bottom: 1vw;
  }

  .input__txt {
    height: clamp(40px, 5.68888vw, 64px);
    line-height: clamp(40px, 5.68888vw, 64px);
    font-size: clamp(13px, 2.333vw, 20px);
    padding: 3px 10px;
    padding-left: 3vw;
  }

  .select .select__box {
    min-height: 260px;
  }
  .select .select__item {
    padding: 10px 10px;
    font-size: clamp(13px, 2.333vw, 20px);
  }
  .select .select__input {
    height: clamp(40px, 5.68888vw, 64px);
    line-height: clamp(40px, 5.68888vw, 64px);
    font-size: clamp(13px, 2.333vw, 20px);
    padding: 3px 10px;
  }
  .select .select__icon {
    right: 10px;
  }
  .select .select__icon svg {
    width: 16px;
    height: 8px;
  }

  .radio__list .radio__item {
    margin-right: 4.9777777778vw;
  }
  .radio__list .radio__input,
.radio__list .radio__caption::before,
.radio__list .radio__caption::after {
    width: 20px;
    height: 20px;
  }
  .radio__list .radio__caption {
    font-size: clamp(14px, 2.333vw, 20px);
    padding-left: clamp(8px, 1.1111vw, 14px);
  }

  .agree__box .radio__list .radio__item {
    margin-bottom: 3.1111111111vw;
  }
  .agree__box .radio__list .radio__caption {
    font-size: clamp(11px, 1.8666vw, 20px);
    padding-left: clamp(14px, 2.84444vw, 32px);
    line-height: 1.3;
  }

  .btns .btn {
    font-size: clamp(12px, 2.888vw, 26px);
    height: auto;
    padding-left: clamp(15px, 5vw, 45px);
    padding-right: clamp(15px, 5vw, 45px);
    padding-top: clamp(10px, 3vw, 25px);
    padding-bottom: clamp(10px, 3vw, 25px);
  }
  .btns .link {
    font-size: 3.8222222222vw;
  }
  .btns .link__icon svg {
    width: 10.6666666667vw;
  }

  .content__form h2 {
    font-size: 6.9333333333vw;
    margin-bottom: 3.5555555556vw;
  }
  .content__form .form__box {
    padding: clamp(20px, 4.17777vw, 50px);
    margin-bottom: 8.8888888889vw;
  }
  .content__form .form__group {
    margin-bottom: 0;
  }
  .content__form .form__col,
.content__form .form__group .display__flex .form__col, .content__form .form__group.display__flex .form__col {
    margin-bottom: 3.5555555556vw;
  }
  .content__form .content__box {
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .content__form .form__box,
.content__form .company__box {
    width: 100%;
  }
  .content__form .size__07 .size__04 {
    width: 34%;
  }
  .content__form .size__07 .size__05 {
    width: calc(50% - 10px);
  }
  .content__form .size__07 .size__08 {
    width: 66%;
  }
  .content__form .size__07 .has_spr_symbold .hide__label {
    width: 100%;
  }
  .content__form .contact__list .contact__item {
    margin-bottom: 6.2222222222vw;
  }
  .content__form .contact__list .contact__item .contact__icon {
    padding-top: 3px;
    width: clamp(24px, 3.73333vw, 42px);
    margin-right: clamp(14px, 2.4888vw, 28px);
  }
  .content__form .contact__list .contact__item .contact__icon svg {
    width: 100%;
    height: auto;
  }
  .content__form .contact__list .contact__txt h3 {
    font-size: clamp(12px, 2.57777vw, 29px);
  }
  .content__form .contact__list .contact__txt p, .content__form .contact__list .contact__txt a {
    font-size: clamp(13px, 3.02vw, 34px);
  }
}
.footer .footer__row {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.3888888889vw;
  margin-bottom: 1.6666666667vw;
  border-bottom: 1px solid #c43325;
}
.footer .footer__row:last-child {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.footer .logo_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9722222222vw;
}
.footer .main__logo {
  width: 11.8055555556vw;
  color: #db0404;
}
.footer .keppel_logo {
  width: 11.5972222222vw;
}
.footer .nav_col {
  display: flex;
}
.footer .nav_col .copyright {
  font-size: 0.9027777778vw;
  font-family: "UniNeue";
  font-weight: normal;
  color: #c43325;
  margin-right: 6.25vw;
}
.footer .nav_col ul {
  display: flex;
}
.footer .nav_col ul li {
  margin-right: 6.25vw;
}
.footer .nav_col ul li:last-child {
  margin: 0;
}
.footer .nav_col ul a {
  font-size: 0.9027777778vw;
  font-family: "UniNeue";
  font-weight: bold;
  color: #c43325;
  text-transform: uppercase;
  text-decoration: none;
}
.footer .address_col {
  font-size: 0.9722222222vw;
  font-family: "UniNeue";
  font-weight: 500;
  color: #c43325;
  line-height: 1.4;
  max-width: 50%;
}
.footer .gov_col {
  width: 12.1527777778vw;
}

@media screen and (max-width: 1100px) {
  .footer .footer__row {
    padding: 0 4% 4.2666vw 4%;
    border: none;
  }
  .footer .footer__row:last-child {
    align-items: flex-end;
  }
  .footer .logo_col {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.8444444444vw;
  }
  .footer .main__logo {
    width: 17.0666666667vw;
    margin-right: 6.0444444444vw;
  }
  .footer .keppel_logo {
    width: 14.7555555556vw;
  }
  .footer .nav_col {
    display: flex;
  }
  .footer .nav_col .copyright {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: clamp(11px, 2.4888vw, 28px);
    line-height: 1.4;
    margin: 0;
    color: #d71b13;
  }
  .footer .nav_col ul {
    position: absolute;
    right: 4%;
    top: 0;
    flex-wrap: wrap;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .nav_col ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    text-align: right;
    margin-bottom: 2.2222222222vw;
  }
  .footer .nav_col ul li:last-child {
    margin-bottom: 0;
  }
  .footer .nav_col ul a {
    font-size: clamp(12px, 2.1333vw, 24px);
    color: #d71b13;
  }
  .footer .address_col {
    color: #d71b13;
    font-size: clamp(11px, 2.4888vw, 28px);
    max-width: 64%;
  }
  .footer .gov_col {
    width: 21.7777777778vw;
  }
}
