@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Outfit&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@font-face {
  font-family: "Lao";
  src: url("../../assets/fonts/LaoMN.woff2") format("woff2"), url("../../assets/fonts/LaoMN.woff") format("woff"), url("../../assets/fonts/LaoMN.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kai";
  src: url("../../assets/fonts/SIL-Kai-Reg-Jian.woff2") format("woff2"), url("../../assets/fonts/SIL-Kai-Reg-Jian.woff") format("woff"), url("../../assets/fonts/SIL-Kai-Reg-Jian.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #010101;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.between_img{
	margin: 0 0 5rem 0;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #010101;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-blue {
  color: #01316a;
}

.c-white {
  color: #fff;
}

.is-outfit {
  font-family: "Outfit", sans-serif !important;
}

.is-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.is-zen {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.is-lao {
  font-family: "Lao", sans-serif !important;
}

.is-kai {
  font-family: "Kai", serif !important;
}

.t-light {
  font-weight: 300;
}

.t-normal {
  font-weight: 300;
}

.t-medium {
  font-weight: 500;
}

.t-semibold {
  font-weight: 600;
}

.t-bold {
  font-weight: 700;
}

.t-black {
  font-weight: 900;
}

.js-cursor {
  width: 25px;
  height: 25px;
  border: 2px solid #01316a;
  border-radius: 25px;
  position: absolute;
  z-index: 300;
  pointer-events: none; /* マウスイベントの影響を受けないように */
	display: none;
}
@media (max-width: 850px) {
  .js-cursor {
    display: none;
  }
}
@media (max-width: 768px) {
  .js-cursor {
    display: none;
  }
}
.js-cursor.hovered {
  width: 35px;
  height: 35px;
  transition: width 0.1s ease-in, height 0.1s ease-in;
}

.pconly {
  display: block !important;
}
@media (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}
.pconly_smh {
  display: block !important;
}
@media (max-width: 560px) {
  .pconly_smh {
    display: none !important;
  }
}
.pconly.flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pconly.flex {
    display: none !important;
  }
}

.tabonly {
  display: none !important;
}
@media (max-width: 768px) {
  .tabonly {
    display: block !important;
  }
}
@media (max-width: 560px) {
  .tabonly {
    display: none !important;
  }
}

.sponly {
  display: none !important;
}
@media (max-width: 768px) {
  .sponly {
    display: block !important;
  }
}
.sponly_smh {
  display: none !important;
}
@media (max-width: 560px) {
  .sponly_smh {
    display: block !important;
  }
}
.sponly.flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sponly.flex {
    display: flex !important;
  }
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 1s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 1.5s ease, transform 1s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 2s ease, transform 1s ease !important;
  opacity: 0;
  transform: translateY(80px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 2s ease, transform 1s ease !important;
  opacity: 0;
  transform: translateX(80px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 2s ease, transform 1s ease !important;
  opacity: 0;
  transform: translateX(-80px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 1s ease;
  animation: FadeIn 1s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 1s ease;
  animation: FadeInY 1s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 1s ease;
  animation: FadeInX 1s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 1s ease;
  animation: FadeInXrev 1s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.3s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.is-zoomout {
  transition: transform 0.3s ease;
}
.is-zoomout:hover {
  transform: scale(0.98);
}

.js-circle circle {
  fill: none;
  stroke: #01316a;
  stroke-miterlimit: 10;
  stroke-width: 13px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
.js-circle circle.cls-05 {
  stroke: #f3f4f4;
  stroke-width: 25px;
}
.js-circle path {
  fill: none;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000; /* Adjust this value based on the length of your paths */
  stroke-dashoffset: 1000;
}
.js-circle.is-play circle {
  animation: draw 3s ease-out forwards;
}
.js-circle.is-play path {
  animation: draw 3s ease-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.js-type span {
  display: block;
  position: relative;
}
.js-type span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  top: 0;
  right: 0;
  transition: width 2s ease;
}
.js-type span:nth-of-type(1)::after {
  transition-delay: 0s !important;
}
.js-type span:nth-of-type(2)::after {
  transition-delay: 0.2s !important;
}
.js-type span:nth-of-type(3)::after {
  transition-delay: 0.4s !important;
}
.js-type span:nth-of-type(4)::after {
  transition-delay: 0.6s !important;
}
.js-type span:nth-of-type(5)::after {
  transition-delay: 0.8s !important;
}
.js-type span:nth-of-type(6)::after {
  transition-delay: 1s !important;
}
.js-type span:nth-of-type(7)::after {
  transition-delay: 1.2s !important;
}
.js-type span:nth-of-type(8)::after {
  transition-delay: 1.4s !important;
}
.js-type span:nth-of-type(9)::after {
  transition-delay: 1.6s !important;
}
.js-type span:nth-of-type(10)::after {
  transition-delay: 1.8s !important;
}
.js-type span:nth-of-type(11)::after {
  transition-delay: 2s !important;
}
.js-type span:nth-of-type(12)::after {
  transition-delay: 2.2s !important;
}
.js-type span:nth-of-type(13)::after {
  transition-delay: 2.4s !important;
}
.js-type span:nth-of-type(14)::after {
  transition-delay: 2.6s !important;
}
.js-type span:nth-of-type(15)::after {
  transition-delay: 2.8s !important;
}
.js-type span:nth-of-type(16)::after {
  transition-delay: 3s !important;
}
.js-type span:nth-of-type(17)::after {
  transition-delay: 3.2s !important;
}
.js-type span:nth-of-type(18)::after {
  transition-delay: 3.4s !important;
}
.js-type span:nth-of-type(19)::after {
  transition-delay: 3.6s !important;
}
.js-type span:nth-of-type(20)::after {
  transition-delay: 3.8s !important;
}
.js-type span:nth-of-type(21)::after {
  transition-delay: 4s !important;
}
.js-type span:nth-of-type(22)::after {
  transition-delay: 4.2s !important;
}
.js-type span:nth-of-type(23)::after {
  transition-delay: 4.4s !important;
}
.js-type span:nth-of-type(24)::after {
  transition-delay: 4.6s !important;
}
.js-type span:nth-of-type(25)::after {
  transition-delay: 4.8s !important;
}
.js-type span:nth-of-type(26)::after {
  transition-delay: 5s !important;
}
.js-type span:nth-of-type(27)::after {
  transition-delay: 5.2s !important;
}
.js-type span:nth-of-type(28)::after {
  transition-delay: 5.4s !important;
}
.js-type span:nth-of-type(29)::after {
  transition-delay: 5.6s !important;
}
.js-type span:nth-of-type(30)::after {
  transition-delay: 5.8s !important;
}
.js-type span:nth-of-type(31)::after {
  transition-delay: 6s !important;
}
.js-type span:nth-of-type(32)::after {
  transition-delay: 6.2s !important;
}
.js-type span:nth-of-type(33)::after {
  transition-delay: 6.4s !important;
}
.js-type span:nth-of-type(34)::after {
  transition-delay: 6.6s !important;
}
.js-type span:nth-of-type(35)::after {
  transition-delay: 6.8s !important;
}
.js-type span:nth-of-type(36)::after {
  transition-delay: 7s !important;
}
.js-type span:nth-of-type(37)::after {
  transition-delay: 7.2s !important;
}
.js-type span:nth-of-type(38)::after {
  transition-delay: 7.4s !important;
}
.js-type span:nth-of-type(39)::after {
  transition-delay: 7.6s !important;
}
.js-type span:nth-of-type(40)::after {
  transition-delay: 7.8s !important;
}
.js-type span:nth-of-type(41)::after {
  transition-delay: 8s !important;
}
.js-type span:nth-of-type(42)::after {
  transition-delay: 8.2s !important;
}
.js-type span:nth-of-type(43)::after {
  transition-delay: 8.4s !important;
}
.js-type span:nth-of-type(44)::after {
  transition-delay: 8.6s !important;
}
.js-type span:nth-of-type(45)::after {
  transition-delay: 8.8s !important;
}
.js-type span:nth-of-type(46)::after {
  transition-delay: 9s !important;
}
.js-type span:nth-of-type(47)::after {
  transition-delay: 9.2s !important;
}
.js-type span:nth-of-type(48)::after {
  transition-delay: 9.4s !important;
}
.js-type span:nth-of-type(49)::after {
  transition-delay: 9.6s !important;
}
.js-type span:nth-of-type(50)::after {
  transition-delay: 9.8s !important;
}
.js-type span:nth-of-type(51)::after {
  transition-delay: 10s !important;
}
.js-type span:nth-of-type(52)::after {
  transition-delay: 10.2s !important;
}
.js-type span:nth-of-type(53)::after {
  transition-delay: 10.4s !important;
}
.js-type span:nth-of-type(54)::after {
  transition-delay: 10.6s !important;
}
.js-type span:nth-of-type(55)::after {
  transition-delay: 10.8s !important;
}
.js-type span:nth-of-type(56)::after {
  transition-delay: 11s !important;
}
.js-type span:nth-of-type(57)::after {
  transition-delay: 11.2s !important;
}
.js-type span:nth-of-type(58)::after {
  transition-delay: 11.4s !important;
}
.js-type span:nth-of-type(59)::after {
  transition-delay: 11.6s !important;
}
.js-type span:nth-of-type(60)::after {
  transition-delay: 11.8s !important;
}
.js-type span:nth-of-type(61)::after {
  transition-delay: 12s !important;
}
.js-type span:nth-of-type(62)::after {
  transition-delay: 12.2s !important;
}
.js-type span:nth-of-type(63)::after {
  transition-delay: 12.4s !important;
}
.js-type span:nth-of-type(64)::after {
  transition-delay: 12.6s !important;
}
.js-type span:nth-of-type(65)::after {
  transition-delay: 12.8s !important;
}
.js-type span:nth-of-type(66)::after {
  transition-delay: 13s !important;
}
.js-type span:nth-of-type(67)::after {
  transition-delay: 13.2s !important;
}
.js-type span:nth-of-type(68)::after {
  transition-delay: 13.4s !important;
}
.js-type span:nth-of-type(69)::after {
  transition-delay: 13.6s !important;
}
.js-type span:nth-of-type(70)::after {
  transition-delay: 13.8s !important;
}
.js-type span:nth-of-type(71)::after {
  transition-delay: 14s !important;
}
.js-type span:nth-of-type(72)::after {
  transition-delay: 14.2s !important;
}
.js-type span:nth-of-type(73)::after {
  transition-delay: 14.4s !important;
}
.js-type span:nth-of-type(74)::after {
  transition-delay: 14.6s !important;
}
.js-type span:nth-of-type(75)::after {
  transition-delay: 14.8s !important;
}
.js-type span:nth-of-type(76)::after {
  transition-delay: 15s !important;
}
.js-type span:nth-of-type(77)::after {
  transition-delay: 15.2s !important;
}
.js-type span:nth-of-type(78)::after {
  transition-delay: 15.4s !important;
}
.js-type span:nth-of-type(79)::after {
  transition-delay: 15.6s !important;
}
.js-type span:nth-of-type(80)::after {
  transition-delay: 15.8s !important;
}
.js-type span:nth-of-type(81)::after {
  transition-delay: 16s !important;
}
.js-type span:nth-of-type(82)::after {
  transition-delay: 16.2s !important;
}
.js-type span:nth-of-type(83)::after {
  transition-delay: 16.4s !important;
}
.js-type span:nth-of-type(84)::after {
  transition-delay: 16.6s !important;
}
.js-type span:nth-of-type(85)::after {
  transition-delay: 16.8s !important;
}
.js-type span:nth-of-type(86)::after {
  transition-delay: 17s !important;
}
.js-type span:nth-of-type(87)::after {
  transition-delay: 17.2s !important;
}
.js-type span:nth-of-type(88)::after {
  transition-delay: 17.4s !important;
}
.js-type span:nth-of-type(89)::after {
  transition-delay: 17.6s !important;
}
.js-type span:nth-of-type(90)::after {
  transition-delay: 17.8s !important;
}
.js-type span:nth-of-type(91)::after {
  transition-delay: 18s !important;
}
.js-type span:nth-of-type(92)::after {
  transition-delay: 18.2s !important;
}
.js-type span:nth-of-type(93)::after {
  transition-delay: 18.4s !important;
}
.js-type span:nth-of-type(94)::after {
  transition-delay: 18.6s !important;
}
.js-type span:nth-of-type(95)::after {
  transition-delay: 18.8s !important;
}
.js-type span:nth-of-type(96)::after {
  transition-delay: 19s !important;
}
.js-type span:nth-of-type(97)::after {
  transition-delay: 19.2s !important;
}
.js-type span:nth-of-type(98)::after {
  transition-delay: 19.4s !important;
}
.js-type span:nth-of-type(99)::after {
  transition-delay: 19.6s !important;
}
.js-type span:nth-of-type(100)::after {
  transition-delay: 19.8s !important;
}
.js-type span:nth-of-type(101)::after {
  transition-delay: 20s !important;
}
.js-type span:nth-of-type(102)::after {
  transition-delay: 20.2s !important;
}
.js-type span:nth-of-type(103)::after {
  transition-delay: 20.4s !important;
}
.js-type span:nth-of-type(104)::after {
  transition-delay: 20.6s !important;
}
.js-type span:nth-of-type(105)::after {
  transition-delay: 20.8s !important;
}
.js-type span:nth-of-type(106)::after {
  transition-delay: 21s !important;
}
.js-type span:nth-of-type(107)::after {
  transition-delay: 21.2s !important;
}
.js-type span:nth-of-type(108)::after {
  transition-delay: 21.4s !important;
}
.js-type span:nth-of-type(109)::after {
  transition-delay: 21.6s !important;
}
.js-type span:nth-of-type(110)::after {
  transition-delay: 21.8s !important;
}
.js-type span:nth-of-type(111)::after {
  transition-delay: 22s !important;
}
.js-type span:nth-of-type(112)::after {
  transition-delay: 22.2s !important;
}
.js-type span:nth-of-type(113)::after {
  transition-delay: 22.4s !important;
}
.js-type span:nth-of-type(114)::after {
  transition-delay: 22.6s !important;
}
.js-type span:nth-of-type(115)::after {
  transition-delay: 22.8s !important;
}
.js-type span:nth-of-type(116)::after {
  transition-delay: 23s !important;
}
.js-type span:nth-of-type(117)::after {
  transition-delay: 23.2s !important;
}
.js-type span:nth-of-type(118)::after {
  transition-delay: 23.4s !important;
}
.js-type span:nth-of-type(119)::after {
  transition-delay: 23.6s !important;
}
.js-type span:nth-of-type(120)::after {
  transition-delay: 23.8s !important;
}
.js-type span:nth-of-type(121)::after {
  transition-delay: 24s !important;
}
.js-type span:nth-of-type(122)::after {
  transition-delay: 24.2s !important;
}
.js-type span:nth-of-type(123)::after {
  transition-delay: 24.4s !important;
}
.js-type span:nth-of-type(124)::after {
  transition-delay: 24.6s !important;
}
.js-type span:nth-of-type(125)::after {
  transition-delay: 24.8s !important;
}
.js-type span:nth-of-type(126)::after {
  transition-delay: 25s !important;
}
.js-type span:nth-of-type(127)::after {
  transition-delay: 25.2s !important;
}
.js-type span:nth-of-type(128)::after {
  transition-delay: 25.4s !important;
}
.js-type span:nth-of-type(129)::after {
  transition-delay: 25.6s !important;
}
.js-type span:nth-of-type(130)::after {
  transition-delay: 25.8s !important;
}
.js-type span:nth-of-type(131)::after {
  transition-delay: 26s !important;
}
.js-type span:nth-of-type(132)::after {
  transition-delay: 26.2s !important;
}
.js-type span:nth-of-type(133)::after {
  transition-delay: 26.4s !important;
}
.js-type span:nth-of-type(134)::after {
  transition-delay: 26.6s !important;
}
.js-type span:nth-of-type(135)::after {
  transition-delay: 26.8s !important;
}
.js-type span:nth-of-type(136)::after {
  transition-delay: 27s !important;
}
.js-type span:nth-of-type(137)::after {
  transition-delay: 27.2s !important;
}
.js-type span:nth-of-type(138)::after {
  transition-delay: 27.4s !important;
}
.js-type span:nth-of-type(139)::after {
  transition-delay: 27.6s !important;
}
.js-type span:nth-of-type(140)::after {
  transition-delay: 27.8s !important;
}
.js-type span:nth-of-type(141)::after {
  transition-delay: 28s !important;
}
.js-type span:nth-of-type(142)::after {
  transition-delay: 28.2s !important;
}
.js-type span:nth-of-type(143)::after {
  transition-delay: 28.4s !important;
}
.js-type span:nth-of-type(144)::after {
  transition-delay: 28.6s !important;
}
.js-type span:nth-of-type(145)::after {
  transition-delay: 28.8s !important;
}
.js-type span:nth-of-type(146)::after {
  transition-delay: 29s !important;
}
.js-type span:nth-of-type(147)::after {
  transition-delay: 29.2s !important;
}
.js-type span:nth-of-type(148)::after {
  transition-delay: 29.4s !important;
}
.js-type span:nth-of-type(149)::after {
  transition-delay: 29.6s !important;
}
.js-type span:nth-of-type(150)::after {
  transition-delay: 29.8s !important;
}
.js-type span:nth-of-type(151)::after {
  transition-delay: 30s !important;
}
.js-type span:nth-of-type(152)::after {
  transition-delay: 30.2s !important;
}
.js-type span:nth-of-type(153)::after {
  transition-delay: 30.4s !important;
}
.js-type span:nth-of-type(154)::after {
  transition-delay: 30.6s !important;
}
.js-type span:nth-of-type(155)::after {
  transition-delay: 30.8s !important;
}
.js-type span:nth-of-type(156)::after {
  transition-delay: 31s !important;
}
.js-type span:nth-of-type(157)::after {
  transition-delay: 31.2s !important;
}
.js-type span:nth-of-type(158)::after {
  transition-delay: 31.4s !important;
}
.js-type span:nth-of-type(159)::after {
  transition-delay: 31.6s !important;
}
.js-type span:nth-of-type(160)::after {
  transition-delay: 31.8s !important;
}
.js-type span:nth-of-type(161)::after {
  transition-delay: 32s !important;
}
.js-type span:nth-of-type(162)::after {
  transition-delay: 32.2s !important;
}
.js-type span:nth-of-type(163)::after {
  transition-delay: 32.4s !important;
}
.js-type span:nth-of-type(164)::after {
  transition-delay: 32.6s !important;
}
.js-type span:nth-of-type(165)::after {
  transition-delay: 32.8s !important;
}
.js-type span:nth-of-type(166)::after {
  transition-delay: 33s !important;
}
.js-type span:nth-of-type(167)::after {
  transition-delay: 33.2s !important;
}
.js-type span:nth-of-type(168)::after {
  transition-delay: 33.4s !important;
}
.js-type span:nth-of-type(169)::after {
  transition-delay: 33.6s !important;
}
.js-type span:nth-of-type(170)::after {
  transition-delay: 33.8s !important;
}
.js-type span:nth-of-type(171)::after {
  transition-delay: 34s !important;
}
.js-type span:nth-of-type(172)::after {
  transition-delay: 34.2s !important;
}
.js-type span:nth-of-type(173)::after {
  transition-delay: 34.4s !important;
}
.js-type span:nth-of-type(174)::after {
  transition-delay: 34.6s !important;
}
.js-type span:nth-of-type(175)::after {
  transition-delay: 34.8s !important;
}
.js-type span:nth-of-type(176)::after {
  transition-delay: 35s !important;
}
.js-type span:nth-of-type(177)::after {
  transition-delay: 35.2s !important;
}
.js-type span:nth-of-type(178)::after {
  transition-delay: 35.4s !important;
}
.js-type span:nth-of-type(179)::after {
  transition-delay: 35.6s !important;
}
.js-type span:nth-of-type(180)::after {
  transition-delay: 35.8s !important;
}
.js-type span:nth-of-type(181)::after {
  transition-delay: 36s !important;
}
.js-type span:nth-of-type(182)::after {
  transition-delay: 36.2s !important;
}
.js-type span:nth-of-type(183)::after {
  transition-delay: 36.4s !important;
}
.js-type span:nth-of-type(184)::after {
  transition-delay: 36.6s !important;
}
.js-type span:nth-of-type(185)::after {
  transition-delay: 36.8s !important;
}
.js-type span:nth-of-type(186)::after {
  transition-delay: 37s !important;
}
.js-type span:nth-of-type(187)::after {
  transition-delay: 37.2s !important;
}
.js-type span:nth-of-type(188)::after {
  transition-delay: 37.4s !important;
}
.js-type span:nth-of-type(189)::after {
  transition-delay: 37.6s !important;
}
.js-type span:nth-of-type(190)::after {
  transition-delay: 37.8s !important;
}
.js-type span:nth-of-type(191)::after {
  transition-delay: 38s !important;
}
.js-type span:nth-of-type(192)::after {
  transition-delay: 38.2s !important;
}
.js-type span:nth-of-type(193)::after {
  transition-delay: 38.4s !important;
}
.js-type span:nth-of-type(194)::after {
  transition-delay: 38.6s !important;
}
.js-type span:nth-of-type(195)::after {
  transition-delay: 38.8s !important;
}
.js-type span:nth-of-type(196)::after {
  transition-delay: 39s !important;
}
.js-type span:nth-of-type(197)::after {
  transition-delay: 39.2s !important;
}
.js-type span:nth-of-type(198)::after {
  transition-delay: 39.4s !important;
}
.js-type span:nth-of-type(199)::after {
  transition-delay: 39.6s !important;
}
.js-type span:nth-of-type(200)::after {
  transition-delay: 39.8s !important;
}
.js-type span:nth-of-type(201)::after {
  transition-delay: 40s !important;
}
.js-type span:nth-of-type(202)::after {
  transition-delay: 40.2s !important;
}
.js-type span:nth-of-type(203)::after {
  transition-delay: 40.4s !important;
}
.js-type span:nth-of-type(204)::after {
  transition-delay: 40.6s !important;
}
.js-type span:nth-of-type(205)::after {
  transition-delay: 40.8s !important;
}
.js-type span:nth-of-type(206)::after {
  transition-delay: 41s !important;
}
.js-type span:nth-of-type(207)::after {
  transition-delay: 41.2s !important;
}
.js-type span:nth-of-type(208)::after {
  transition-delay: 41.4s !important;
}
.js-type span:nth-of-type(209)::after {
  transition-delay: 41.6s !important;
}
.js-type span:nth-of-type(210)::after {
  transition-delay: 41.8s !important;
}
.js-type span:nth-of-type(211)::after {
  transition-delay: 42s !important;
}
.js-type span:nth-of-type(212)::after {
  transition-delay: 42.2s !important;
}
.js-type span:nth-of-type(213)::after {
  transition-delay: 42.4s !important;
}
.js-type span:nth-of-type(214)::after {
  transition-delay: 42.6s !important;
}
.js-type span:nth-of-type(215)::after {
  transition-delay: 42.8s !important;
}
.js-type span:nth-of-type(216)::after {
  transition-delay: 43s !important;
}
.js-type span:nth-of-type(217)::after {
  transition-delay: 43.2s !important;
}
.js-type span:nth-of-type(218)::after {
  transition-delay: 43.4s !important;
}
.js-type span:nth-of-type(219)::after {
  transition-delay: 43.6s !important;
}
.js-type span:nth-of-type(220)::after {
  transition-delay: 43.8s !important;
}
.js-type span:nth-of-type(221)::after {
  transition-delay: 44s !important;
}
.js-type span:nth-of-type(222)::after {
  transition-delay: 44.2s !important;
}
.js-type span:nth-of-type(223)::after {
  transition-delay: 44.4s !important;
}
.js-type span:nth-of-type(224)::after {
  transition-delay: 44.6s !important;
}
.js-type span:nth-of-type(225)::after {
  transition-delay: 44.8s !important;
}
.js-type span:nth-of-type(226)::after {
  transition-delay: 45s !important;
}
.js-type span:nth-of-type(227)::after {
  transition-delay: 45.2s !important;
}
.js-type span:nth-of-type(228)::after {
  transition-delay: 45.4s !important;
}
.js-type span:nth-of-type(229)::after {
  transition-delay: 45.6s !important;
}
.js-type span:nth-of-type(230)::after {
  transition-delay: 45.8s !important;
}
.js-type span:nth-of-type(231)::after {
  transition-delay: 46s !important;
}
.js-type span:nth-of-type(232)::after {
  transition-delay: 46.2s !important;
}
.js-type span:nth-of-type(233)::after {
  transition-delay: 46.4s !important;
}
.js-type span:nth-of-type(234)::after {
  transition-delay: 46.6s !important;
}
.js-type span:nth-of-type(235)::after {
  transition-delay: 46.8s !important;
}
.js-type span:nth-of-type(236)::after {
  transition-delay: 47s !important;
}
.js-type span:nth-of-type(237)::after {
  transition-delay: 47.2s !important;
}
.js-type span:nth-of-type(238)::after {
  transition-delay: 47.4s !important;
}
.js-type span:nth-of-type(239)::after {
  transition-delay: 47.6s !important;
}
.js-type span:nth-of-type(240)::after {
  transition-delay: 47.8s !important;
}
.js-type span:nth-of-type(241)::after {
  transition-delay: 48s !important;
}
.js-type span:nth-of-type(242)::after {
  transition-delay: 48.2s !important;
}
.js-type span:nth-of-type(243)::after {
  transition-delay: 48.4s !important;
}
.js-type span:nth-of-type(244)::after {
  transition-delay: 48.6s !important;
}
.js-type span:nth-of-type(245)::after {
  transition-delay: 48.8s !important;
}
.js-type span:nth-of-type(246)::after {
  transition-delay: 49s !important;
}
.js-type span:nth-of-type(247)::after {
  transition-delay: 49.2s !important;
}
.js-type span:nth-of-type(248)::after {
  transition-delay: 49.4s !important;
}
.js-type span:nth-of-type(249)::after {
  transition-delay: 49.6s !important;
}
.js-type span:nth-of-type(250)::after {
  transition-delay: 49.8s !important;
}
.js-type span:nth-of-type(251)::after {
  transition-delay: 50s !important;
}
.js-type span:nth-of-type(252)::after {
  transition-delay: 50.2s !important;
}
.js-type span:nth-of-type(253)::after {
  transition-delay: 50.4s !important;
}
.js-type span:nth-of-type(254)::after {
  transition-delay: 50.6s !important;
}
.js-type span:nth-of-type(255)::after {
  transition-delay: 50.8s !important;
}
.js-type span:nth-of-type(256)::after {
  transition-delay: 51s !important;
}
.js-type span:nth-of-type(257)::after {
  transition-delay: 51.2s !important;
}
.js-type span:nth-of-type(258)::after {
  transition-delay: 51.4s !important;
}
.js-type span:nth-of-type(259)::after {
  transition-delay: 51.6s !important;
}
.js-type span:nth-of-type(260)::after {
  transition-delay: 51.8s !important;
}
.js-type span:nth-of-type(261)::after {
  transition-delay: 52s !important;
}
.js-type span:nth-of-type(262)::after {
  transition-delay: 52.2s !important;
}
.js-type span:nth-of-type(263)::after {
  transition-delay: 52.4s !important;
}
.js-type span:nth-of-type(264)::after {
  transition-delay: 52.6s !important;
}
.js-type span:nth-of-type(265)::after {
  transition-delay: 52.8s !important;
}
.js-type span:nth-of-type(266)::after {
  transition-delay: 53s !important;
}
.js-type span:nth-of-type(267)::after {
  transition-delay: 53.2s !important;
}
.js-type span:nth-of-type(268)::after {
  transition-delay: 53.4s !important;
}
.js-type span:nth-of-type(269)::after {
  transition-delay: 53.6s !important;
}
.js-type span:nth-of-type(270)::after {
  transition-delay: 53.8s !important;
}
.js-type span:nth-of-type(271)::after {
  transition-delay: 54s !important;
}
.js-type span:nth-of-type(272)::after {
  transition-delay: 54.2s !important;
}
.js-type span:nth-of-type(273)::after {
  transition-delay: 54.4s !important;
}
.js-type span:nth-of-type(274)::after {
  transition-delay: 54.6s !important;
}
.js-type span:nth-of-type(275)::after {
  transition-delay: 54.8s !important;
}
.js-type span:nth-of-type(276)::after {
  transition-delay: 55s !important;
}
.js-type span:nth-of-type(277)::after {
  transition-delay: 55.2s !important;
}
.js-type span:nth-of-type(278)::after {
  transition-delay: 55.4s !important;
}
.js-type span:nth-of-type(279)::after {
  transition-delay: 55.6s !important;
}
.js-type span:nth-of-type(280)::after {
  transition-delay: 55.8s !important;
}
.js-type span:nth-of-type(281)::after {
  transition-delay: 56s !important;
}
.js-type span:nth-of-type(282)::after {
  transition-delay: 56.2s !important;
}
.js-type span:nth-of-type(283)::after {
  transition-delay: 56.4s !important;
}
.js-type span:nth-of-type(284)::after {
  transition-delay: 56.6s !important;
}
.js-type span:nth-of-type(285)::after {
  transition-delay: 56.8s !important;
}
.js-type span:nth-of-type(286)::after {
  transition-delay: 57s !important;
}
.js-type span:nth-of-type(287)::after {
  transition-delay: 57.2s !important;
}
.js-type span:nth-of-type(288)::after {
  transition-delay: 57.4s !important;
}
.js-type span:nth-of-type(289)::after {
  transition-delay: 57.6s !important;
}
.js-type span:nth-of-type(290)::after {
  transition-delay: 57.8s !important;
}
.js-type span:nth-of-type(291)::after {
  transition-delay: 58s !important;
}
.js-type span:nth-of-type(292)::after {
  transition-delay: 58.2s !important;
}
.js-type span:nth-of-type(293)::after {
  transition-delay: 58.4s !important;
}
.js-type span:nth-of-type(294)::after {
  transition-delay: 58.6s !important;
}
.js-type span:nth-of-type(295)::after {
  transition-delay: 58.8s !important;
}
.js-type span:nth-of-type(296)::after {
  transition-delay: 59s !important;
}
.js-type span:nth-of-type(297)::after {
  transition-delay: 59.2s !important;
}
.js-type span:nth-of-type(298)::after {
  transition-delay: 59.4s !important;
}
.js-type span:nth-of-type(299)::after {
  transition-delay: 59.6s !important;
}
.js-type span:nth-of-type(300)::after {
  transition-delay: 59.8s !important;
}
.js-type span:nth-of-type(301)::after {
  transition-delay: 60s !important;
}
.js-type span:nth-of-type(302)::after {
  transition-delay: 60.2s !important;
}
.js-type span:nth-of-type(303)::after {
  transition-delay: 60.4s !important;
}
.js-type span:nth-of-type(304)::after {
  transition-delay: 60.6s !important;
}
.js-type span:nth-of-type(305)::after {
  transition-delay: 60.8s !important;
}
.js-type span:nth-of-type(306)::after {
  transition-delay: 61s !important;
}
.js-type span:nth-of-type(307)::after {
  transition-delay: 61.2s !important;
}
.js-type span:nth-of-type(308)::after {
  transition-delay: 61.4s !important;
}
.js-type span:nth-of-type(309)::after {
  transition-delay: 61.6s !important;
}
.js-type span:nth-of-type(310)::after {
  transition-delay: 61.8s !important;
}
.js-type span:nth-of-type(311)::after {
  transition-delay: 62s !important;
}
.js-type span:nth-of-type(312)::after {
  transition-delay: 62.2s !important;
}
.js-type span:nth-of-type(313)::after {
  transition-delay: 62.4s !important;
}
.js-type span:nth-of-type(314)::after {
  transition-delay: 62.6s !important;
}
.js-type span:nth-of-type(315)::after {
  transition-delay: 62.8s !important;
}
.js-type span:nth-of-type(316)::after {
  transition-delay: 63s !important;
}
.js-type span:nth-of-type(317)::after {
  transition-delay: 63.2s !important;
}
.js-type span:nth-of-type(318)::after {
  transition-delay: 63.4s !important;
}
.js-type span:nth-of-type(319)::after {
  transition-delay: 63.6s !important;
}
.js-type span:nth-of-type(320)::after {
  transition-delay: 63.8s !important;
}
.js-type span:nth-of-type(321)::after {
  transition-delay: 64s !important;
}
.js-type span:nth-of-type(322)::after {
  transition-delay: 64.2s !important;
}
.js-type span:nth-of-type(323)::after {
  transition-delay: 64.4s !important;
}
.js-type span:nth-of-type(324)::after {
  transition-delay: 64.6s !important;
}
.js-type span:nth-of-type(325)::after {
  transition-delay: 64.8s !important;
}
.js-type span:nth-of-type(326)::after {
  transition-delay: 65s !important;
}
.js-type span:nth-of-type(327)::after {
  transition-delay: 65.2s !important;
}
.js-type span:nth-of-type(328)::after {
  transition-delay: 65.4s !important;
}
.js-type span:nth-of-type(329)::after {
  transition-delay: 65.6s !important;
}
.js-type span:nth-of-type(330)::after {
  transition-delay: 65.8s !important;
}
.js-type span:nth-of-type(331)::after {
  transition-delay: 66s !important;
}
.js-type span:nth-of-type(332)::after {
  transition-delay: 66.2s !important;
}
.js-type span:nth-of-type(333)::after {
  transition-delay: 66.4s !important;
}
.js-type span:nth-of-type(334)::after {
  transition-delay: 66.6s !important;
}
.js-type span:nth-of-type(335)::after {
  transition-delay: 66.8s !important;
}
.js-type span:nth-of-type(336)::after {
  transition-delay: 67s !important;
}
.js-type span:nth-of-type(337)::after {
  transition-delay: 67.2s !important;
}
.js-type span:nth-of-type(338)::after {
  transition-delay: 67.4s !important;
}
.js-type span:nth-of-type(339)::after {
  transition-delay: 67.6s !important;
}
.js-type span:nth-of-type(340)::after {
  transition-delay: 67.8s !important;
}
.js-type span:nth-of-type(341)::after {
  transition-delay: 68s !important;
}
.js-type span:nth-of-type(342)::after {
  transition-delay: 68.2s !important;
}
.js-type span:nth-of-type(343)::after {
  transition-delay: 68.4s !important;
}
.js-type span:nth-of-type(344)::after {
  transition-delay: 68.6s !important;
}
.js-type span:nth-of-type(345)::after {
  transition-delay: 68.8s !important;
}
.js-type span:nth-of-type(346)::after {
  transition-delay: 69s !important;
}
.js-type span:nth-of-type(347)::after {
  transition-delay: 69.2s !important;
}
.js-type span:nth-of-type(348)::after {
  transition-delay: 69.4s !important;
}
.js-type span:nth-of-type(349)::after {
  transition-delay: 69.6s !important;
}
.js-type span:nth-of-type(350)::after {
  transition-delay: 69.8s !important;
}
.js-type span:nth-of-type(351)::after {
  transition-delay: 70s !important;
}
.js-type span:nth-of-type(352)::after {
  transition-delay: 70.2s !important;
}
.js-type span:nth-of-type(353)::after {
  transition-delay: 70.4s !important;
}
.js-type span:nth-of-type(354)::after {
  transition-delay: 70.6s !important;
}
.js-type span:nth-of-type(355)::after {
  transition-delay: 70.8s !important;
}
.js-type span:nth-of-type(356)::after {
  transition-delay: 71s !important;
}
.js-type span:nth-of-type(357)::after {
  transition-delay: 71.2s !important;
}
.js-type span:nth-of-type(358)::after {
  transition-delay: 71.4s !important;
}
.js-type span:nth-of-type(359)::after {
  transition-delay: 71.6s !important;
}
.js-type span:nth-of-type(360)::after {
  transition-delay: 71.8s !important;
}
.js-type span:nth-of-type(361)::after {
  transition-delay: 72s !important;
}
.js-type span:nth-of-type(362)::after {
  transition-delay: 72.2s !important;
}
.js-type span:nth-of-type(363)::after {
  transition-delay: 72.4s !important;
}
.js-type span:nth-of-type(364)::after {
  transition-delay: 72.6s !important;
}
.js-type span:nth-of-type(365)::after {
  transition-delay: 72.8s !important;
}
.js-type span:nth-of-type(366)::after {
  transition-delay: 73s !important;
}
.js-type span:nth-of-type(367)::after {
  transition-delay: 73.2s !important;
}
.js-type span:nth-of-type(368)::after {
  transition-delay: 73.4s !important;
}
.js-type span:nth-of-type(369)::after {
  transition-delay: 73.6s !important;
}
.js-type span:nth-of-type(370)::after {
  transition-delay: 73.8s !important;
}
.js-type span:nth-of-type(371)::after {
  transition-delay: 74s !important;
}
.js-type span:nth-of-type(372)::after {
  transition-delay: 74.2s !important;
}
.js-type span:nth-of-type(373)::after {
  transition-delay: 74.4s !important;
}
.js-type span:nth-of-type(374)::after {
  transition-delay: 74.6s !important;
}
.js-type span:nth-of-type(375)::after {
  transition-delay: 74.8s !important;
}
.js-type span:nth-of-type(376)::after {
  transition-delay: 75s !important;
}
.js-type span:nth-of-type(377)::after {
  transition-delay: 75.2s !important;
}
.js-type span:nth-of-type(378)::after {
  transition-delay: 75.4s !important;
}
.js-type span:nth-of-type(379)::after {
  transition-delay: 75.6s !important;
}
.js-type span:nth-of-type(380)::after {
  transition-delay: 75.8s !important;
}
.js-type span:nth-of-type(381)::after {
  transition-delay: 76s !important;
}
.js-type span:nth-of-type(382)::after {
  transition-delay: 76.2s !important;
}
.js-type span:nth-of-type(383)::after {
  transition-delay: 76.4s !important;
}
.js-type span:nth-of-type(384)::after {
  transition-delay: 76.6s !important;
}
.js-type span:nth-of-type(385)::after {
  transition-delay: 76.8s !important;
}
.js-type span:nth-of-type(386)::after {
  transition-delay: 77s !important;
}
.js-type span:nth-of-type(387)::after {
  transition-delay: 77.2s !important;
}
.js-type span:nth-of-type(388)::after {
  transition-delay: 77.4s !important;
}
.js-type span:nth-of-type(389)::after {
  transition-delay: 77.6s !important;
}
.js-type span:nth-of-type(390)::after {
  transition-delay: 77.8s !important;
}
.js-type span:nth-of-type(391)::after {
  transition-delay: 78s !important;
}
.js-type span:nth-of-type(392)::after {
  transition-delay: 78.2s !important;
}
.js-type span:nth-of-type(393)::after {
  transition-delay: 78.4s !important;
}
.js-type span:nth-of-type(394)::after {
  transition-delay: 78.6s !important;
}
.js-type span:nth-of-type(395)::after {
  transition-delay: 78.8s !important;
}
.js-type span:nth-of-type(396)::after {
  transition-delay: 79s !important;
}
.js-type span:nth-of-type(397)::after {
  transition-delay: 79.2s !important;
}
.js-type span:nth-of-type(398)::after {
  transition-delay: 79.4s !important;
}
.js-type span:nth-of-type(399)::after {
  transition-delay: 79.6s !important;
}
.js-type span:nth-of-type(400)::after {
  transition-delay: 79.8s !important;
}
.js-type span:nth-of-type(401)::after {
  transition-delay: 80s !important;
}
.js-type span:nth-of-type(402)::after {
  transition-delay: 80.2s !important;
}
.js-type span:nth-of-type(403)::after {
  transition-delay: 80.4s !important;
}
.js-type span:nth-of-type(404)::after {
  transition-delay: 80.6s !important;
}
.js-type span:nth-of-type(405)::after {
  transition-delay: 80.8s !important;
}
.js-type span:nth-of-type(406)::after {
  transition-delay: 81s !important;
}
.js-type span:nth-of-type(407)::after {
  transition-delay: 81.2s !important;
}
.js-type span:nth-of-type(408)::after {
  transition-delay: 81.4s !important;
}
.js-type span:nth-of-type(409)::after {
  transition-delay: 81.6s !important;
}
.js-type span:nth-of-type(410)::after {
  transition-delay: 81.8s !important;
}
.js-type span:nth-of-type(411)::after {
  transition-delay: 82s !important;
}
.js-type span:nth-of-type(412)::after {
  transition-delay: 82.2s !important;
}
.js-type span:nth-of-type(413)::after {
  transition-delay: 82.4s !important;
}
.js-type span:nth-of-type(414)::after {
  transition-delay: 82.6s !important;
}
.js-type span:nth-of-type(415)::after {
  transition-delay: 82.8s !important;
}
.js-type span:nth-of-type(416)::after {
  transition-delay: 83s !important;
}
.js-type span:nth-of-type(417)::after {
  transition-delay: 83.2s !important;
}
.js-type span:nth-of-type(418)::after {
  transition-delay: 83.4s !important;
}
.js-type span:nth-of-type(419)::after {
  transition-delay: 83.6s !important;
}
.js-type span:nth-of-type(420)::after {
  transition-delay: 83.8s !important;
}
.js-type span:nth-of-type(421)::after {
  transition-delay: 84s !important;
}
.js-type span:nth-of-type(422)::after {
  transition-delay: 84.2s !important;
}
.js-type span:nth-of-type(423)::after {
  transition-delay: 84.4s !important;
}
.js-type span:nth-of-type(424)::after {
  transition-delay: 84.6s !important;
}
.js-type span:nth-of-type(425)::after {
  transition-delay: 84.8s !important;
}
.js-type span:nth-of-type(426)::after {
  transition-delay: 85s !important;
}
.js-type span:nth-of-type(427)::after {
  transition-delay: 85.2s !important;
}
.js-type span:nth-of-type(428)::after {
  transition-delay: 85.4s !important;
}
.js-type span:nth-of-type(429)::after {
  transition-delay: 85.6s !important;
}
.js-type span:nth-of-type(430)::after {
  transition-delay: 85.8s !important;
}
.js-type span:nth-of-type(431)::after {
  transition-delay: 86s !important;
}
.js-type span:nth-of-type(432)::after {
  transition-delay: 86.2s !important;
}
.js-type span:nth-of-type(433)::after {
  transition-delay: 86.4s !important;
}
.js-type span:nth-of-type(434)::after {
  transition-delay: 86.6s !important;
}
.js-type span:nth-of-type(435)::after {
  transition-delay: 86.8s !important;
}
.js-type span:nth-of-type(436)::after {
  transition-delay: 87s !important;
}
.js-type span:nth-of-type(437)::after {
  transition-delay: 87.2s !important;
}
.js-type span:nth-of-type(438)::after {
  transition-delay: 87.4s !important;
}
.js-type span:nth-of-type(439)::after {
  transition-delay: 87.6s !important;
}
.js-type span:nth-of-type(440)::after {
  transition-delay: 87.8s !important;
}
.js-type span:nth-of-type(441)::after {
  transition-delay: 88s !important;
}
.js-type span:nth-of-type(442)::after {
  transition-delay: 88.2s !important;
}
.js-type span:nth-of-type(443)::after {
  transition-delay: 88.4s !important;
}
.js-type span:nth-of-type(444)::after {
  transition-delay: 88.6s !important;
}
.js-type span:nth-of-type(445)::after {
  transition-delay: 88.8s !important;
}
.js-type span:nth-of-type(446)::after {
  transition-delay: 89s !important;
}
.js-type span:nth-of-type(447)::after {
  transition-delay: 89.2s !important;
}
.js-type span:nth-of-type(448)::after {
  transition-delay: 89.4s !important;
}
.js-type span:nth-of-type(449)::after {
  transition-delay: 89.6s !important;
}
.js-type span:nth-of-type(450)::after {
  transition-delay: 89.8s !important;
}
.js-type span:nth-of-type(451)::after {
  transition-delay: 90s !important;
}
.js-type span:nth-of-type(452)::after {
  transition-delay: 90.2s !important;
}
.js-type span:nth-of-type(453)::after {
  transition-delay: 90.4s !important;
}
.js-type span:nth-of-type(454)::after {
  transition-delay: 90.6s !important;
}
.js-type span:nth-of-type(455)::after {
  transition-delay: 90.8s !important;
}
.js-type span:nth-of-type(456)::after {
  transition-delay: 91s !important;
}
.js-type span:nth-of-type(457)::after {
  transition-delay: 91.2s !important;
}
.js-type span:nth-of-type(458)::after {
  transition-delay: 91.4s !important;
}
.js-type span:nth-of-type(459)::after {
  transition-delay: 91.6s !important;
}
.js-type span:nth-of-type(460)::after {
  transition-delay: 91.8s !important;
}
.js-type span:nth-of-type(461)::after {
  transition-delay: 92s !important;
}
.js-type span:nth-of-type(462)::after {
  transition-delay: 92.2s !important;
}
.js-type span:nth-of-type(463)::after {
  transition-delay: 92.4s !important;
}
.js-type span:nth-of-type(464)::after {
  transition-delay: 92.6s !important;
}
.js-type span:nth-of-type(465)::after {
  transition-delay: 92.8s !important;
}
.js-type span:nth-of-type(466)::after {
  transition-delay: 93s !important;
}
.js-type span:nth-of-type(467)::after {
  transition-delay: 93.2s !important;
}
.js-type span:nth-of-type(468)::after {
  transition-delay: 93.4s !important;
}
.js-type span:nth-of-type(469)::after {
  transition-delay: 93.6s !important;
}
.js-type span:nth-of-type(470)::after {
  transition-delay: 93.8s !important;
}
.js-type span:nth-of-type(471)::after {
  transition-delay: 94s !important;
}
.js-type span:nth-of-type(472)::after {
  transition-delay: 94.2s !important;
}
.js-type span:nth-of-type(473)::after {
  transition-delay: 94.4s !important;
}
.js-type span:nth-of-type(474)::after {
  transition-delay: 94.6s !important;
}
.js-type span:nth-of-type(475)::after {
  transition-delay: 94.8s !important;
}
.js-type span:nth-of-type(476)::after {
  transition-delay: 95s !important;
}
.js-type span:nth-of-type(477)::after {
  transition-delay: 95.2s !important;
}
.js-type span:nth-of-type(478)::after {
  transition-delay: 95.4s !important;
}
.js-type span:nth-of-type(479)::after {
  transition-delay: 95.6s !important;
}
.js-type span:nth-of-type(480)::after {
  transition-delay: 95.8s !important;
}
.js-type span:nth-of-type(481)::after {
  transition-delay: 96s !important;
}
.js-type span:nth-of-type(482)::after {
  transition-delay: 96.2s !important;
}
.js-type span:nth-of-type(483)::after {
  transition-delay: 96.4s !important;
}
.js-type span:nth-of-type(484)::after {
  transition-delay: 96.6s !important;
}
.js-type span:nth-of-type(485)::after {
  transition-delay: 96.8s !important;
}
.js-type span:nth-of-type(486)::after {
  transition-delay: 97s !important;
}
.js-type span:nth-of-type(487)::after {
  transition-delay: 97.2s !important;
}
.js-type span:nth-of-type(488)::after {
  transition-delay: 97.4s !important;
}
.js-type span:nth-of-type(489)::after {
  transition-delay: 97.6s !important;
}
.js-type span:nth-of-type(490)::after {
  transition-delay: 97.8s !important;
}
.js-type span:nth-of-type(491)::after {
  transition-delay: 98s !important;
}
.js-type span:nth-of-type(492)::after {
  transition-delay: 98.2s !important;
}
.js-type span:nth-of-type(493)::after {
  transition-delay: 98.4s !important;
}
.js-type span:nth-of-type(494)::after {
  transition-delay: 98.6s !important;
}
.js-type span:nth-of-type(495)::after {
  transition-delay: 98.8s !important;
}
.js-type span:nth-of-type(496)::after {
  transition-delay: 99s !important;
}
.js-type span:nth-of-type(497)::after {
  transition-delay: 99.2s !important;
}
.js-type span:nth-of-type(498)::after {
  transition-delay: 99.4s !important;
}
.js-type span:nth-of-type(499)::after {
  transition-delay: 99.6s !important;
}
.js-type span:nth-of-type(500)::after {
  transition-delay: 99.8s !important;
}
.js-type span:nth-of-type(501)::after {
  transition-delay: 100s !important;
}
.js-type span:nth-of-type(502)::after {
  transition-delay: 100.2s !important;
}
.js-type span:nth-of-type(503)::after {
  transition-delay: 100.4s !important;
}
.js-type span:nth-of-type(504)::after {
  transition-delay: 100.6s !important;
}
.js-type span:nth-of-type(505)::after {
  transition-delay: 100.8s !important;
}
.js-type span:nth-of-type(506)::after {
  transition-delay: 101s !important;
}
.js-type span:nth-of-type(507)::after {
  transition-delay: 101.2s !important;
}
.js-type span:nth-of-type(508)::after {
  transition-delay: 101.4s !important;
}
.js-type span:nth-of-type(509)::after {
  transition-delay: 101.6s !important;
}
.js-type span:nth-of-type(510)::after {
  transition-delay: 101.8s !important;
}
.js-type span:nth-of-type(511)::after {
  transition-delay: 102s !important;
}
.js-type span:nth-of-type(512)::after {
  transition-delay: 102.2s !important;
}
.js-type span:nth-of-type(513)::after {
  transition-delay: 102.4s !important;
}
.js-type span:nth-of-type(514)::after {
  transition-delay: 102.6s !important;
}
.js-type span:nth-of-type(515)::after {
  transition-delay: 102.8s !important;
}
.js-type span:nth-of-type(516)::after {
  transition-delay: 103s !important;
}
.js-type span:nth-of-type(517)::after {
  transition-delay: 103.2s !important;
}
.js-type span:nth-of-type(518)::after {
  transition-delay: 103.4s !important;
}
.js-type span:nth-of-type(519)::after {
  transition-delay: 103.6s !important;
}
.js-type span:nth-of-type(520)::after {
  transition-delay: 103.8s !important;
}
.js-type span:nth-of-type(521)::after {
  transition-delay: 104s !important;
}
.js-type span:nth-of-type(522)::after {
  transition-delay: 104.2s !important;
}
.js-type span:nth-of-type(523)::after {
  transition-delay: 104.4s !important;
}
.js-type span:nth-of-type(524)::after {
  transition-delay: 104.6s !important;
}
.js-type span:nth-of-type(525)::after {
  transition-delay: 104.8s !important;
}
.js-type span:nth-of-type(526)::after {
  transition-delay: 105s !important;
}
.js-type span:nth-of-type(527)::after {
  transition-delay: 105.2s !important;
}
.js-type span:nth-of-type(528)::after {
  transition-delay: 105.4s !important;
}
.js-type span:nth-of-type(529)::after {
  transition-delay: 105.6s !important;
}
.js-type span:nth-of-type(530)::after {
  transition-delay: 105.8s !important;
}
.js-type span:nth-of-type(531)::after {
  transition-delay: 106s !important;
}
.js-type span:nth-of-type(532)::after {
  transition-delay: 106.2s !important;
}
.js-type span:nth-of-type(533)::after {
  transition-delay: 106.4s !important;
}
.js-type span:nth-of-type(534)::after {
  transition-delay: 106.6s !important;
}
.js-type span:nth-of-type(535)::after {
  transition-delay: 106.8s !important;
}
.js-type span:nth-of-type(536)::after {
  transition-delay: 107s !important;
}
.js-type span:nth-of-type(537)::after {
  transition-delay: 107.2s !important;
}
.js-type span:nth-of-type(538)::after {
  transition-delay: 107.4s !important;
}
.js-type span:nth-of-type(539)::after {
  transition-delay: 107.6s !important;
}
.js-type span:nth-of-type(540)::after {
  transition-delay: 107.8s !important;
}
.js-type span:nth-of-type(541)::after {
  transition-delay: 108s !important;
}
.js-type span:nth-of-type(542)::after {
  transition-delay: 108.2s !important;
}
.js-type span:nth-of-type(543)::after {
  transition-delay: 108.4s !important;
}
.js-type span:nth-of-type(544)::after {
  transition-delay: 108.6s !important;
}
.js-type span:nth-of-type(545)::after {
  transition-delay: 108.8s !important;
}
.js-type span:nth-of-type(546)::after {
  transition-delay: 109s !important;
}
.js-type span:nth-of-type(547)::after {
  transition-delay: 109.2s !important;
}
.js-type span:nth-of-type(548)::after {
  transition-delay: 109.4s !important;
}
.js-type span:nth-of-type(549)::after {
  transition-delay: 109.6s !important;
}
.js-type span:nth-of-type(550)::after {
  transition-delay: 109.8s !important;
}
.js-type span:nth-of-type(551)::after {
  transition-delay: 110s !important;
}
.js-type span:nth-of-type(552)::after {
  transition-delay: 110.2s !important;
}
.js-type span:nth-of-type(553)::after {
  transition-delay: 110.4s !important;
}
.js-type span:nth-of-type(554)::after {
  transition-delay: 110.6s !important;
}
.js-type span:nth-of-type(555)::after {
  transition-delay: 110.8s !important;
}
.js-type span:nth-of-type(556)::after {
  transition-delay: 111s !important;
}
.js-type span:nth-of-type(557)::after {
  transition-delay: 111.2s !important;
}
.js-type span:nth-of-type(558)::after {
  transition-delay: 111.4s !important;
}
.js-type span:nth-of-type(559)::after {
  transition-delay: 111.6s !important;
}
.js-type span:nth-of-type(560)::after {
  transition-delay: 111.8s !important;
}
.js-type span:nth-of-type(561)::after {
  transition-delay: 112s !important;
}
.js-type span:nth-of-type(562)::after {
  transition-delay: 112.2s !important;
}
.js-type span:nth-of-type(563)::after {
  transition-delay: 112.4s !important;
}
.js-type span:nth-of-type(564)::after {
  transition-delay: 112.6s !important;
}
.js-type span:nth-of-type(565)::after {
  transition-delay: 112.8s !important;
}
.js-type span:nth-of-type(566)::after {
  transition-delay: 113s !important;
}
.js-type span:nth-of-type(567)::after {
  transition-delay: 113.2s !important;
}
.js-type span:nth-of-type(568)::after {
  transition-delay: 113.4s !important;
}
.js-type span:nth-of-type(569)::after {
  transition-delay: 113.6s !important;
}
.js-type span:nth-of-type(570)::after {
  transition-delay: 113.8s !important;
}
.js-type span:nth-of-type(571)::after {
  transition-delay: 114s !important;
}
.js-type span:nth-of-type(572)::after {
  transition-delay: 114.2s !important;
}
.js-type span:nth-of-type(573)::after {
  transition-delay: 114.4s !important;
}
.js-type span:nth-of-type(574)::after {
  transition-delay: 114.6s !important;
}
.js-type span:nth-of-type(575)::after {
  transition-delay: 114.8s !important;
}
.js-type span:nth-of-type(576)::after {
  transition-delay: 115s !important;
}
.js-type span:nth-of-type(577)::after {
  transition-delay: 115.2s !important;
}
.js-type span:nth-of-type(578)::after {
  transition-delay: 115.4s !important;
}
.js-type span:nth-of-type(579)::after {
  transition-delay: 115.6s !important;
}
.js-type span:nth-of-type(580)::after {
  transition-delay: 115.8s !important;
}
.js-type span:nth-of-type(581)::after {
  transition-delay: 116s !important;
}
.js-type span:nth-of-type(582)::after {
  transition-delay: 116.2s !important;
}
.js-type span:nth-of-type(583)::after {
  transition-delay: 116.4s !important;
}
.js-type span:nth-of-type(584)::after {
  transition-delay: 116.6s !important;
}
.js-type span:nth-of-type(585)::after {
  transition-delay: 116.8s !important;
}
.js-type span:nth-of-type(586)::after {
  transition-delay: 117s !important;
}
.js-type span:nth-of-type(587)::after {
  transition-delay: 117.2s !important;
}
.js-type span:nth-of-type(588)::after {
  transition-delay: 117.4s !important;
}
.js-type span:nth-of-type(589)::after {
  transition-delay: 117.6s !important;
}
.js-type span:nth-of-type(590)::after {
  transition-delay: 117.8s !important;
}
.js-type span:nth-of-type(591)::after {
  transition-delay: 118s !important;
}
.js-type span:nth-of-type(592)::after {
  transition-delay: 118.2s !important;
}
.js-type span:nth-of-type(593)::after {
  transition-delay: 118.4s !important;
}
.js-type span:nth-of-type(594)::after {
  transition-delay: 118.6s !important;
}
.js-type span:nth-of-type(595)::after {
  transition-delay: 118.8s !important;
}
.js-type span:nth-of-type(596)::after {
  transition-delay: 119s !important;
}
.js-type span:nth-of-type(597)::after {
  transition-delay: 119.2s !important;
}
.js-type span:nth-of-type(598)::after {
  transition-delay: 119.4s !important;
}
.js-type span:nth-of-type(599)::after {
  transition-delay: 119.6s !important;
}
.js-type span:nth-of-type(600)::after {
  transition-delay: 119.8s !important;
}
.js-type span:nth-of-type(601)::after {
  transition-delay: 120s !important;
}
.js-type span:nth-of-type(602)::after {
  transition-delay: 120.2s !important;
}
.js-type span:nth-of-type(603)::after {
  transition-delay: 120.4s !important;
}
.js-type span:nth-of-type(604)::after {
  transition-delay: 120.6s !important;
}
.js-type span:nth-of-type(605)::after {
  transition-delay: 120.8s !important;
}
.js-type span:nth-of-type(606)::after {
  transition-delay: 121s !important;
}
.js-type span:nth-of-type(607)::after {
  transition-delay: 121.2s !important;
}
.js-type span:nth-of-type(608)::after {
  transition-delay: 121.4s !important;
}
.js-type span:nth-of-type(609)::after {
  transition-delay: 121.6s !important;
}
.js-type span:nth-of-type(610)::after {
  transition-delay: 121.8s !important;
}
.js-type span:nth-of-type(611)::after {
  transition-delay: 122s !important;
}
.js-type span:nth-of-type(612)::after {
  transition-delay: 122.2s !important;
}
.js-type span:nth-of-type(613)::after {
  transition-delay: 122.4s !important;
}
.js-type span:nth-of-type(614)::after {
  transition-delay: 122.6s !important;
}
.js-type span:nth-of-type(615)::after {
  transition-delay: 122.8s !important;
}
.js-type span:nth-of-type(616)::after {
  transition-delay: 123s !important;
}
.js-type span:nth-of-type(617)::after {
  transition-delay: 123.2s !important;
}
.js-type span:nth-of-type(618)::after {
  transition-delay: 123.4s !important;
}
.js-type span:nth-of-type(619)::after {
  transition-delay: 123.6s !important;
}
.js-type span:nth-of-type(620)::after {
  transition-delay: 123.8s !important;
}
.js-type span:nth-of-type(621)::after {
  transition-delay: 124s !important;
}
.js-type span:nth-of-type(622)::after {
  transition-delay: 124.2s !important;
}
.js-type span:nth-of-type(623)::after {
  transition-delay: 124.4s !important;
}
.js-type span:nth-of-type(624)::after {
  transition-delay: 124.6s !important;
}
.js-type span:nth-of-type(625)::after {
  transition-delay: 124.8s !important;
}
.js-type span:nth-of-type(626)::after {
  transition-delay: 125s !important;
}
.js-type span:nth-of-type(627)::after {
  transition-delay: 125.2s !important;
}
.js-type span:nth-of-type(628)::after {
  transition-delay: 125.4s !important;
}
.js-type span:nth-of-type(629)::after {
  transition-delay: 125.6s !important;
}
.js-type span:nth-of-type(630)::after {
  transition-delay: 125.8s !important;
}
.js-type span:nth-of-type(631)::after {
  transition-delay: 126s !important;
}
.js-type span:nth-of-type(632)::after {
  transition-delay: 126.2s !important;
}
.js-type span:nth-of-type(633)::after {
  transition-delay: 126.4s !important;
}
.js-type span:nth-of-type(634)::after {
  transition-delay: 126.6s !important;
}
.js-type span:nth-of-type(635)::after {
  transition-delay: 126.8s !important;
}
.js-type span:nth-of-type(636)::after {
  transition-delay: 127s !important;
}
.js-type span:nth-of-type(637)::after {
  transition-delay: 127.2s !important;
}
.js-type span:nth-of-type(638)::after {
  transition-delay: 127.4s !important;
}
.js-type span:nth-of-type(639)::after {
  transition-delay: 127.6s !important;
}
.js-type span:nth-of-type(640)::after {
  transition-delay: 127.8s !important;
}
.js-type span:nth-of-type(641)::after {
  transition-delay: 128s !important;
}
.js-type span:nth-of-type(642)::after {
  transition-delay: 128.2s !important;
}
.js-type span:nth-of-type(643)::after {
  transition-delay: 128.4s !important;
}
.js-type span:nth-of-type(644)::after {
  transition-delay: 128.6s !important;
}
.js-type span:nth-of-type(645)::after {
  transition-delay: 128.8s !important;
}
.js-type span:nth-of-type(646)::after {
  transition-delay: 129s !important;
}
.js-type span:nth-of-type(647)::after {
  transition-delay: 129.2s !important;
}
.js-type span:nth-of-type(648)::after {
  transition-delay: 129.4s !important;
}
.js-type span:nth-of-type(649)::after {
  transition-delay: 129.6s !important;
}
.js-type span:nth-of-type(650)::after {
  transition-delay: 129.8s !important;
}
.js-type span:nth-of-type(651)::after {
  transition-delay: 130s !important;
}
.js-type span:nth-of-type(652)::after {
  transition-delay: 130.2s !important;
}
.js-type span:nth-of-type(653)::after {
  transition-delay: 130.4s !important;
}
.js-type span:nth-of-type(654)::after {
  transition-delay: 130.6s !important;
}
.js-type span:nth-of-type(655)::after {
  transition-delay: 130.8s !important;
}
.js-type span:nth-of-type(656)::after {
  transition-delay: 131s !important;
}
.js-type span:nth-of-type(657)::after {
  transition-delay: 131.2s !important;
}
.js-type span:nth-of-type(658)::after {
  transition-delay: 131.4s !important;
}
.js-type span:nth-of-type(659)::after {
  transition-delay: 131.6s !important;
}
.js-type span:nth-of-type(660)::after {
  transition-delay: 131.8s !important;
}
.js-type span:nth-of-type(661)::after {
  transition-delay: 132s !important;
}
.js-type span:nth-of-type(662)::after {
  transition-delay: 132.2s !important;
}
.js-type span:nth-of-type(663)::after {
  transition-delay: 132.4s !important;
}
.js-type span:nth-of-type(664)::after {
  transition-delay: 132.6s !important;
}
.js-type span:nth-of-type(665)::after {
  transition-delay: 132.8s !important;
}
.js-type span:nth-of-type(666)::after {
  transition-delay: 133s !important;
}
.js-type span:nth-of-type(667)::after {
  transition-delay: 133.2s !important;
}
.js-type span:nth-of-type(668)::after {
  transition-delay: 133.4s !important;
}
.js-type span:nth-of-type(669)::after {
  transition-delay: 133.6s !important;
}
.js-type span:nth-of-type(670)::after {
  transition-delay: 133.8s !important;
}
.js-type span:nth-of-type(671)::after {
  transition-delay: 134s !important;
}
.js-type span:nth-of-type(672)::after {
  transition-delay: 134.2s !important;
}
.js-type span:nth-of-type(673)::after {
  transition-delay: 134.4s !important;
}
.js-type span:nth-of-type(674)::after {
  transition-delay: 134.6s !important;
}
.js-type span:nth-of-type(675)::after {
  transition-delay: 134.8s !important;
}
.js-type span:nth-of-type(676)::after {
  transition-delay: 135s !important;
}
.js-type span:nth-of-type(677)::after {
  transition-delay: 135.2s !important;
}
.js-type span:nth-of-type(678)::after {
  transition-delay: 135.4s !important;
}
.js-type span:nth-of-type(679)::after {
  transition-delay: 135.6s !important;
}
.js-type span:nth-of-type(680)::after {
  transition-delay: 135.8s !important;
}
.js-type span:nth-of-type(681)::after {
  transition-delay: 136s !important;
}
.js-type span:nth-of-type(682)::after {
  transition-delay: 136.2s !important;
}
.js-type span:nth-of-type(683)::after {
  transition-delay: 136.4s !important;
}
.js-type span:nth-of-type(684)::after {
  transition-delay: 136.6s !important;
}
.js-type span:nth-of-type(685)::after {
  transition-delay: 136.8s !important;
}
.js-type span:nth-of-type(686)::after {
  transition-delay: 137s !important;
}
.js-type span:nth-of-type(687)::after {
  transition-delay: 137.2s !important;
}
.js-type span:nth-of-type(688)::after {
  transition-delay: 137.4s !important;
}
.js-type span:nth-of-type(689)::after {
  transition-delay: 137.6s !important;
}
.js-type span:nth-of-type(690)::after {
  transition-delay: 137.8s !important;
}
.js-type span:nth-of-type(691)::after {
  transition-delay: 138s !important;
}
.js-type span:nth-of-type(692)::after {
  transition-delay: 138.2s !important;
}
.js-type span:nth-of-type(693)::after {
  transition-delay: 138.4s !important;
}
.js-type span:nth-of-type(694)::after {
  transition-delay: 138.6s !important;
}
.js-type span:nth-of-type(695)::after {
  transition-delay: 138.8s !important;
}
.js-type span:nth-of-type(696)::after {
  transition-delay: 139s !important;
}
.js-type span:nth-of-type(697)::after {
  transition-delay: 139.2s !important;
}
.js-type span:nth-of-type(698)::after {
  transition-delay: 139.4s !important;
}
.js-type span:nth-of-type(699)::after {
  transition-delay: 139.6s !important;
}
.js-type span:nth-of-type(700)::after {
  transition-delay: 139.8s !important;
}
.js-type span:nth-of-type(701)::after {
  transition-delay: 140s !important;
}
.js-type span:nth-of-type(702)::after {
  transition-delay: 140.2s !important;
}
.js-type span:nth-of-type(703)::after {
  transition-delay: 140.4s !important;
}
.js-type span:nth-of-type(704)::after {
  transition-delay: 140.6s !important;
}
.js-type span:nth-of-type(705)::after {
  transition-delay: 140.8s !important;
}
.js-type span:nth-of-type(706)::after {
  transition-delay: 141s !important;
}
.js-type span:nth-of-type(707)::after {
  transition-delay: 141.2s !important;
}
.js-type span:nth-of-type(708)::after {
  transition-delay: 141.4s !important;
}
.js-type span:nth-of-type(709)::after {
  transition-delay: 141.6s !important;
}
.js-type span:nth-of-type(710)::after {
  transition-delay: 141.8s !important;
}
.js-type span:nth-of-type(711)::after {
  transition-delay: 142s !important;
}
.js-type span:nth-of-type(712)::after {
  transition-delay: 142.2s !important;
}
.js-type span:nth-of-type(713)::after {
  transition-delay: 142.4s !important;
}
.js-type span:nth-of-type(714)::after {
  transition-delay: 142.6s !important;
}
.js-type span:nth-of-type(715)::after {
  transition-delay: 142.8s !important;
}
.js-type span:nth-of-type(716)::after {
  transition-delay: 143s !important;
}
.js-type span:nth-of-type(717)::after {
  transition-delay: 143.2s !important;
}
.js-type span:nth-of-type(718)::after {
  transition-delay: 143.4s !important;
}
.js-type span:nth-of-type(719)::after {
  transition-delay: 143.6s !important;
}
.js-type span:nth-of-type(720)::after {
  transition-delay: 143.8s !important;
}
.js-type span:nth-of-type(721)::after {
  transition-delay: 144s !important;
}
.js-type span:nth-of-type(722)::after {
  transition-delay: 144.2s !important;
}
.js-type span:nth-of-type(723)::after {
  transition-delay: 144.4s !important;
}
.js-type span:nth-of-type(724)::after {
  transition-delay: 144.6s !important;
}
.js-type span:nth-of-type(725)::after {
  transition-delay: 144.8s !important;
}
.js-type span:nth-of-type(726)::after {
  transition-delay: 145s !important;
}
.js-type span:nth-of-type(727)::after {
  transition-delay: 145.2s !important;
}
.js-type span:nth-of-type(728)::after {
  transition-delay: 145.4s !important;
}
.js-type span:nth-of-type(729)::after {
  transition-delay: 145.6s !important;
}
.js-type span:nth-of-type(730)::after {
  transition-delay: 145.8s !important;
}
.js-type span:nth-of-type(731)::after {
  transition-delay: 146s !important;
}
.js-type span:nth-of-type(732)::after {
  transition-delay: 146.2s !important;
}
.js-type span:nth-of-type(733)::after {
  transition-delay: 146.4s !important;
}
.js-type span:nth-of-type(734)::after {
  transition-delay: 146.6s !important;
}
.js-type span:nth-of-type(735)::after {
  transition-delay: 146.8s !important;
}
.js-type span:nth-of-type(736)::after {
  transition-delay: 147s !important;
}
.js-type span:nth-of-type(737)::after {
  transition-delay: 147.2s !important;
}
.js-type span:nth-of-type(738)::after {
  transition-delay: 147.4s !important;
}
.js-type span:nth-of-type(739)::after {
  transition-delay: 147.6s !important;
}
.js-type span:nth-of-type(740)::after {
  transition-delay: 147.8s !important;
}
.js-type span:nth-of-type(741)::after {
  transition-delay: 148s !important;
}
.js-type span:nth-of-type(742)::after {
  transition-delay: 148.2s !important;
}
.js-type span:nth-of-type(743)::after {
  transition-delay: 148.4s !important;
}
.js-type span:nth-of-type(744)::after {
  transition-delay: 148.6s !important;
}
.js-type span:nth-of-type(745)::after {
  transition-delay: 148.8s !important;
}
.js-type span:nth-of-type(746)::after {
  transition-delay: 149s !important;
}
.js-type span:nth-of-type(747)::after {
  transition-delay: 149.2s !important;
}
.js-type span:nth-of-type(748)::after {
  transition-delay: 149.4s !important;
}
.js-type span:nth-of-type(749)::after {
  transition-delay: 149.6s !important;
}
.js-type span:nth-of-type(750)::after {
  transition-delay: 149.8s !important;
}
.js-type span:nth-of-type(751)::after {
  transition-delay: 150s !important;
}
.js-type span:nth-of-type(752)::after {
  transition-delay: 150.2s !important;
}
.js-type span:nth-of-type(753)::after {
  transition-delay: 150.4s !important;
}
.js-type span:nth-of-type(754)::after {
  transition-delay: 150.6s !important;
}
.js-type span:nth-of-type(755)::after {
  transition-delay: 150.8s !important;
}
.js-type span:nth-of-type(756)::after {
  transition-delay: 151s !important;
}
.js-type span:nth-of-type(757)::after {
  transition-delay: 151.2s !important;
}
.js-type span:nth-of-type(758)::after {
  transition-delay: 151.4s !important;
}
.js-type span:nth-of-type(759)::after {
  transition-delay: 151.6s !important;
}
.js-type span:nth-of-type(760)::after {
  transition-delay: 151.8s !important;
}
.js-type span:nth-of-type(761)::after {
  transition-delay: 152s !important;
}
.js-type span:nth-of-type(762)::after {
  transition-delay: 152.2s !important;
}
.js-type span:nth-of-type(763)::after {
  transition-delay: 152.4s !important;
}
.js-type span:nth-of-type(764)::after {
  transition-delay: 152.6s !important;
}
.js-type span:nth-of-type(765)::after {
  transition-delay: 152.8s !important;
}
.js-type span:nth-of-type(766)::after {
  transition-delay: 153s !important;
}
.js-type span:nth-of-type(767)::after {
  transition-delay: 153.2s !important;
}
.js-type span:nth-of-type(768)::after {
  transition-delay: 153.4s !important;
}
.js-type span:nth-of-type(769)::after {
  transition-delay: 153.6s !important;
}
.js-type span:nth-of-type(770)::after {
  transition-delay: 153.8s !important;
}
.js-type span:nth-of-type(771)::after {
  transition-delay: 154s !important;
}
.js-type span:nth-of-type(772)::after {
  transition-delay: 154.2s !important;
}
.js-type span:nth-of-type(773)::after {
  transition-delay: 154.4s !important;
}
.js-type span:nth-of-type(774)::after {
  transition-delay: 154.6s !important;
}
.js-type span:nth-of-type(775)::after {
  transition-delay: 154.8s !important;
}
.js-type span:nth-of-type(776)::after {
  transition-delay: 155s !important;
}
.js-type span:nth-of-type(777)::after {
  transition-delay: 155.2s !important;
}
.js-type span:nth-of-type(778)::after {
  transition-delay: 155.4s !important;
}
.js-type span:nth-of-type(779)::after {
  transition-delay: 155.6s !important;
}
.js-type span:nth-of-type(780)::after {
  transition-delay: 155.8s !important;
}
.js-type span:nth-of-type(781)::after {
  transition-delay: 156s !important;
}
.js-type span:nth-of-type(782)::after {
  transition-delay: 156.2s !important;
}
.js-type span:nth-of-type(783)::after {
  transition-delay: 156.4s !important;
}
.js-type span:nth-of-type(784)::after {
  transition-delay: 156.6s !important;
}
.js-type span:nth-of-type(785)::after {
  transition-delay: 156.8s !important;
}
.js-type span:nth-of-type(786)::after {
  transition-delay: 157s !important;
}
.js-type span:nth-of-type(787)::after {
  transition-delay: 157.2s !important;
}
.js-type span:nth-of-type(788)::after {
  transition-delay: 157.4s !important;
}
.js-type span:nth-of-type(789)::after {
  transition-delay: 157.6s !important;
}
.js-type span:nth-of-type(790)::after {
  transition-delay: 157.8s !important;
}
.js-type span:nth-of-type(791)::after {
  transition-delay: 158s !important;
}
.js-type span:nth-of-type(792)::after {
  transition-delay: 158.2s !important;
}
.js-type span:nth-of-type(793)::after {
  transition-delay: 158.4s !important;
}
.js-type span:nth-of-type(794)::after {
  transition-delay: 158.6s !important;
}
.js-type span:nth-of-type(795)::after {
  transition-delay: 158.8s !important;
}
.js-type span:nth-of-type(796)::after {
  transition-delay: 159s !important;
}
.js-type span:nth-of-type(797)::after {
  transition-delay: 159.2s !important;
}
.js-type span:nth-of-type(798)::after {
  transition-delay: 159.4s !important;
}
.js-type span:nth-of-type(799)::after {
  transition-delay: 159.6s !important;
}
.js-type span:nth-of-type(800)::after {
  transition-delay: 159.8s !important;
}
.js-type span:nth-of-type(801)::after {
  transition-delay: 160s !important;
}
.js-type span:nth-of-type(802)::after {
  transition-delay: 160.2s !important;
}
.js-type span:nth-of-type(803)::after {
  transition-delay: 160.4s !important;
}
.js-type span:nth-of-type(804)::after {
  transition-delay: 160.6s !important;
}
.js-type span:nth-of-type(805)::after {
  transition-delay: 160.8s !important;
}
.js-type span:nth-of-type(806)::after {
  transition-delay: 161s !important;
}
.js-type span:nth-of-type(807)::after {
  transition-delay: 161.2s !important;
}
.js-type span:nth-of-type(808)::after {
  transition-delay: 161.4s !important;
}
.js-type span:nth-of-type(809)::after {
  transition-delay: 161.6s !important;
}
.js-type span:nth-of-type(810)::after {
  transition-delay: 161.8s !important;
}
.js-type span:nth-of-type(811)::after {
  transition-delay: 162s !important;
}
.js-type span:nth-of-type(812)::after {
  transition-delay: 162.2s !important;
}
.js-type span:nth-of-type(813)::after {
  transition-delay: 162.4s !important;
}
.js-type span:nth-of-type(814)::after {
  transition-delay: 162.6s !important;
}
.js-type span:nth-of-type(815)::after {
  transition-delay: 162.8s !important;
}
.js-type span:nth-of-type(816)::after {
  transition-delay: 163s !important;
}
.js-type span:nth-of-type(817)::after {
  transition-delay: 163.2s !important;
}
.js-type span:nth-of-type(818)::after {
  transition-delay: 163.4s !important;
}
.js-type span:nth-of-type(819)::after {
  transition-delay: 163.6s !important;
}
.js-type span:nth-of-type(820)::after {
  transition-delay: 163.8s !important;
}
.js-type span:nth-of-type(821)::after {
  transition-delay: 164s !important;
}
.js-type span:nth-of-type(822)::after {
  transition-delay: 164.2s !important;
}
.js-type span:nth-of-type(823)::after {
  transition-delay: 164.4s !important;
}
.js-type span:nth-of-type(824)::after {
  transition-delay: 164.6s !important;
}
.js-type span:nth-of-type(825)::after {
  transition-delay: 164.8s !important;
}
.js-type span:nth-of-type(826)::after {
  transition-delay: 165s !important;
}
.js-type span:nth-of-type(827)::after {
  transition-delay: 165.2s !important;
}
.js-type span:nth-of-type(828)::after {
  transition-delay: 165.4s !important;
}
.js-type span:nth-of-type(829)::after {
  transition-delay: 165.6s !important;
}
.js-type span:nth-of-type(830)::after {
  transition-delay: 165.8s !important;
}
.js-type span:nth-of-type(831)::after {
  transition-delay: 166s !important;
}
.js-type span:nth-of-type(832)::after {
  transition-delay: 166.2s !important;
}
.js-type span:nth-of-type(833)::after {
  transition-delay: 166.4s !important;
}
.js-type span:nth-of-type(834)::after {
  transition-delay: 166.6s !important;
}
.js-type span:nth-of-type(835)::after {
  transition-delay: 166.8s !important;
}
.js-type span:nth-of-type(836)::after {
  transition-delay: 167s !important;
}
.js-type span:nth-of-type(837)::after {
  transition-delay: 167.2s !important;
}
.js-type span:nth-of-type(838)::after {
  transition-delay: 167.4s !important;
}
.js-type span:nth-of-type(839)::after {
  transition-delay: 167.6s !important;
}
.js-type span:nth-of-type(840)::after {
  transition-delay: 167.8s !important;
}
.js-type span:nth-of-type(841)::after {
  transition-delay: 168s !important;
}
.js-type span:nth-of-type(842)::after {
  transition-delay: 168.2s !important;
}
.js-type span:nth-of-type(843)::after {
  transition-delay: 168.4s !important;
}
.js-type span:nth-of-type(844)::after {
  transition-delay: 168.6s !important;
}
.js-type span:nth-of-type(845)::after {
  transition-delay: 168.8s !important;
}
.js-type span:nth-of-type(846)::after {
  transition-delay: 169s !important;
}
.js-type span:nth-of-type(847)::after {
  transition-delay: 169.2s !important;
}
.js-type span:nth-of-type(848)::after {
  transition-delay: 169.4s !important;
}
.js-type span:nth-of-type(849)::after {
  transition-delay: 169.6s !important;
}
.js-type span:nth-of-type(850)::after {
  transition-delay: 169.8s !important;
}
.js-type span:nth-of-type(851)::after {
  transition-delay: 170s !important;
}
.js-type span:nth-of-type(852)::after {
  transition-delay: 170.2s !important;
}
.js-type span:nth-of-type(853)::after {
  transition-delay: 170.4s !important;
}
.js-type span:nth-of-type(854)::after {
  transition-delay: 170.6s !important;
}
.js-type span:nth-of-type(855)::after {
  transition-delay: 170.8s !important;
}
.js-type span:nth-of-type(856)::after {
  transition-delay: 171s !important;
}
.js-type span:nth-of-type(857)::after {
  transition-delay: 171.2s !important;
}
.js-type span:nth-of-type(858)::after {
  transition-delay: 171.4s !important;
}
.js-type span:nth-of-type(859)::after {
  transition-delay: 171.6s !important;
}
.js-type span:nth-of-type(860)::after {
  transition-delay: 171.8s !important;
}
.js-type span:nth-of-type(861)::after {
  transition-delay: 172s !important;
}
.js-type span:nth-of-type(862)::after {
  transition-delay: 172.2s !important;
}
.js-type span:nth-of-type(863)::after {
  transition-delay: 172.4s !important;
}
.js-type span:nth-of-type(864)::after {
  transition-delay: 172.6s !important;
}
.js-type span:nth-of-type(865)::after {
  transition-delay: 172.8s !important;
}
.js-type span:nth-of-type(866)::after {
  transition-delay: 173s !important;
}
.js-type span:nth-of-type(867)::after {
  transition-delay: 173.2s !important;
}
.js-type span:nth-of-type(868)::after {
  transition-delay: 173.4s !important;
}
.js-type span:nth-of-type(869)::after {
  transition-delay: 173.6s !important;
}
.js-type span:nth-of-type(870)::after {
  transition-delay: 173.8s !important;
}
.js-type span:nth-of-type(871)::after {
  transition-delay: 174s !important;
}
.js-type span:nth-of-type(872)::after {
  transition-delay: 174.2s !important;
}
.js-type span:nth-of-type(873)::after {
  transition-delay: 174.4s !important;
}
.js-type span:nth-of-type(874)::after {
  transition-delay: 174.6s !important;
}
.js-type span:nth-of-type(875)::after {
  transition-delay: 174.8s !important;
}
.js-type span:nth-of-type(876)::after {
  transition-delay: 175s !important;
}
.js-type span:nth-of-type(877)::after {
  transition-delay: 175.2s !important;
}
.js-type span:nth-of-type(878)::after {
  transition-delay: 175.4s !important;
}
.js-type span:nth-of-type(879)::after {
  transition-delay: 175.6s !important;
}
.js-type span:nth-of-type(880)::after {
  transition-delay: 175.8s !important;
}
.js-type span:nth-of-type(881)::after {
  transition-delay: 176s !important;
}
.js-type span:nth-of-type(882)::after {
  transition-delay: 176.2s !important;
}
.js-type span:nth-of-type(883)::after {
  transition-delay: 176.4s !important;
}
.js-type span:nth-of-type(884)::after {
  transition-delay: 176.6s !important;
}
.js-type span:nth-of-type(885)::after {
  transition-delay: 176.8s !important;
}
.js-type span:nth-of-type(886)::after {
  transition-delay: 177s !important;
}
.js-type span:nth-of-type(887)::after {
  transition-delay: 177.2s !important;
}
.js-type span:nth-of-type(888)::after {
  transition-delay: 177.4s !important;
}
.js-type span:nth-of-type(889)::after {
  transition-delay: 177.6s !important;
}
.js-type span:nth-of-type(890)::after {
  transition-delay: 177.8s !important;
}
.js-type span:nth-of-type(891)::after {
  transition-delay: 178s !important;
}
.js-type span:nth-of-type(892)::after {
  transition-delay: 178.2s !important;
}
.js-type span:nth-of-type(893)::after {
  transition-delay: 178.4s !important;
}
.js-type span:nth-of-type(894)::after {
  transition-delay: 178.6s !important;
}
.js-type span:nth-of-type(895)::after {
  transition-delay: 178.8s !important;
}
.js-type span:nth-of-type(896)::after {
  transition-delay: 179s !important;
}
.js-type span:nth-of-type(897)::after {
  transition-delay: 179.2s !important;
}
.js-type span:nth-of-type(898)::after {
  transition-delay: 179.4s !important;
}
.js-type span:nth-of-type(899)::after {
  transition-delay: 179.6s !important;
}
.js-type span:nth-of-type(900)::after {
  transition-delay: 179.8s !important;
}
.js-type span:nth-of-type(901)::after {
  transition-delay: 180s !important;
}
.js-type span:nth-of-type(902)::after {
  transition-delay: 180.2s !important;
}
.js-type span:nth-of-type(903)::after {
  transition-delay: 180.4s !important;
}
.js-type span:nth-of-type(904)::after {
  transition-delay: 180.6s !important;
}
.js-type span:nth-of-type(905)::after {
  transition-delay: 180.8s !important;
}
.js-type span:nth-of-type(906)::after {
  transition-delay: 181s !important;
}
.js-type span:nth-of-type(907)::after {
  transition-delay: 181.2s !important;
}
.js-type span:nth-of-type(908)::after {
  transition-delay: 181.4s !important;
}
.js-type span:nth-of-type(909)::after {
  transition-delay: 181.6s !important;
}
.js-type span:nth-of-type(910)::after {
  transition-delay: 181.8s !important;
}
.js-type span:nth-of-type(911)::after {
  transition-delay: 182s !important;
}
.js-type span:nth-of-type(912)::after {
  transition-delay: 182.2s !important;
}
.js-type span:nth-of-type(913)::after {
  transition-delay: 182.4s !important;
}
.js-type span:nth-of-type(914)::after {
  transition-delay: 182.6s !important;
}
.js-type span:nth-of-type(915)::after {
  transition-delay: 182.8s !important;
}
.js-type span:nth-of-type(916)::after {
  transition-delay: 183s !important;
}
.js-type span:nth-of-type(917)::after {
  transition-delay: 183.2s !important;
}
.js-type span:nth-of-type(918)::after {
  transition-delay: 183.4s !important;
}
.js-type span:nth-of-type(919)::after {
  transition-delay: 183.6s !important;
}
.js-type span:nth-of-type(920)::after {
  transition-delay: 183.8s !important;
}
.js-type span:nth-of-type(921)::after {
  transition-delay: 184s !important;
}
.js-type span:nth-of-type(922)::after {
  transition-delay: 184.2s !important;
}
.js-type span:nth-of-type(923)::after {
  transition-delay: 184.4s !important;
}
.js-type span:nth-of-type(924)::after {
  transition-delay: 184.6s !important;
}
.js-type span:nth-of-type(925)::after {
  transition-delay: 184.8s !important;
}
.js-type span:nth-of-type(926)::after {
  transition-delay: 185s !important;
}
.js-type span:nth-of-type(927)::after {
  transition-delay: 185.2s !important;
}
.js-type span:nth-of-type(928)::after {
  transition-delay: 185.4s !important;
}
.js-type span:nth-of-type(929)::after {
  transition-delay: 185.6s !important;
}
.js-type span:nth-of-type(930)::after {
  transition-delay: 185.8s !important;
}
.js-type span:nth-of-type(931)::after {
  transition-delay: 186s !important;
}
.js-type span:nth-of-type(932)::after {
  transition-delay: 186.2s !important;
}
.js-type span:nth-of-type(933)::after {
  transition-delay: 186.4s !important;
}
.js-type span:nth-of-type(934)::after {
  transition-delay: 186.6s !important;
}
.js-type span:nth-of-type(935)::after {
  transition-delay: 186.8s !important;
}
.js-type span:nth-of-type(936)::after {
  transition-delay: 187s !important;
}
.js-type span:nth-of-type(937)::after {
  transition-delay: 187.2s !important;
}
.js-type span:nth-of-type(938)::after {
  transition-delay: 187.4s !important;
}
.js-type span:nth-of-type(939)::after {
  transition-delay: 187.6s !important;
}
.js-type span:nth-of-type(940)::after {
  transition-delay: 187.8s !important;
}
.js-type span:nth-of-type(941)::after {
  transition-delay: 188s !important;
}
.js-type span:nth-of-type(942)::after {
  transition-delay: 188.2s !important;
}
.js-type span:nth-of-type(943)::after {
  transition-delay: 188.4s !important;
}
.js-type span:nth-of-type(944)::after {
  transition-delay: 188.6s !important;
}
.js-type span:nth-of-type(945)::after {
  transition-delay: 188.8s !important;
}
.js-type span:nth-of-type(946)::after {
  transition-delay: 189s !important;
}
.js-type span:nth-of-type(947)::after {
  transition-delay: 189.2s !important;
}
.js-type span:nth-of-type(948)::after {
  transition-delay: 189.4s !important;
}
.js-type span:nth-of-type(949)::after {
  transition-delay: 189.6s !important;
}
.js-type span:nth-of-type(950)::after {
  transition-delay: 189.8s !important;
}
.js-type span:nth-of-type(951)::after {
  transition-delay: 190s !important;
}
.js-type span:nth-of-type(952)::after {
  transition-delay: 190.2s !important;
}
.js-type span:nth-of-type(953)::after {
  transition-delay: 190.4s !important;
}
.js-type span:nth-of-type(954)::after {
  transition-delay: 190.6s !important;
}
.js-type span:nth-of-type(955)::after {
  transition-delay: 190.8s !important;
}
.js-type span:nth-of-type(956)::after {
  transition-delay: 191s !important;
}
.js-type span:nth-of-type(957)::after {
  transition-delay: 191.2s !important;
}
.js-type span:nth-of-type(958)::after {
  transition-delay: 191.4s !important;
}
.js-type span:nth-of-type(959)::after {
  transition-delay: 191.6s !important;
}
.js-type span:nth-of-type(960)::after {
  transition-delay: 191.8s !important;
}
.js-type span:nth-of-type(961)::after {
  transition-delay: 192s !important;
}
.js-type span:nth-of-type(962)::after {
  transition-delay: 192.2s !important;
}
.js-type span:nth-of-type(963)::after {
  transition-delay: 192.4s !important;
}
.js-type span:nth-of-type(964)::after {
  transition-delay: 192.6s !important;
}
.js-type span:nth-of-type(965)::after {
  transition-delay: 192.8s !important;
}
.js-type span:nth-of-type(966)::after {
  transition-delay: 193s !important;
}
.js-type span:nth-of-type(967)::after {
  transition-delay: 193.2s !important;
}
.js-type span:nth-of-type(968)::after {
  transition-delay: 193.4s !important;
}
.js-type span:nth-of-type(969)::after {
  transition-delay: 193.6s !important;
}
.js-type span:nth-of-type(970)::after {
  transition-delay: 193.8s !important;
}
.js-type span:nth-of-type(971)::after {
  transition-delay: 194s !important;
}
.js-type span:nth-of-type(972)::after {
  transition-delay: 194.2s !important;
}
.js-type span:nth-of-type(973)::after {
  transition-delay: 194.4s !important;
}
.js-type span:nth-of-type(974)::after {
  transition-delay: 194.6s !important;
}
.js-type span:nth-of-type(975)::after {
  transition-delay: 194.8s !important;
}
.js-type span:nth-of-type(976)::after {
  transition-delay: 195s !important;
}
.js-type span:nth-of-type(977)::after {
  transition-delay: 195.2s !important;
}
.js-type span:nth-of-type(978)::after {
  transition-delay: 195.4s !important;
}
.js-type span:nth-of-type(979)::after {
  transition-delay: 195.6s !important;
}
.js-type span:nth-of-type(980)::after {
  transition-delay: 195.8s !important;
}
.js-type span:nth-of-type(981)::after {
  transition-delay: 196s !important;
}
.js-type span:nth-of-type(982)::after {
  transition-delay: 196.2s !important;
}
.js-type span:nth-of-type(983)::after {
  transition-delay: 196.4s !important;
}
.js-type span:nth-of-type(984)::after {
  transition-delay: 196.6s !important;
}
.js-type span:nth-of-type(985)::after {
  transition-delay: 196.8s !important;
}
.js-type span:nth-of-type(986)::after {
  transition-delay: 197s !important;
}
.js-type span:nth-of-type(987)::after {
  transition-delay: 197.2s !important;
}
.js-type span:nth-of-type(988)::after {
  transition-delay: 197.4s !important;
}
.js-type span:nth-of-type(989)::after {
  transition-delay: 197.6s !important;
}
.js-type span:nth-of-type(990)::after {
  transition-delay: 197.8s !important;
}
.js-type span:nth-of-type(991)::after {
  transition-delay: 198s !important;
}
.js-type span:nth-of-type(992)::after {
  transition-delay: 198.2s !important;
}
.js-type span:nth-of-type(993)::after {
  transition-delay: 198.4s !important;
}
.js-type span:nth-of-type(994)::after {
  transition-delay: 198.6s !important;
}
.js-type span:nth-of-type(995)::after {
  transition-delay: 198.8s !important;
}
.js-type span:nth-of-type(996)::after {
  transition-delay: 199s !important;
}
.js-type span:nth-of-type(997)::after {
  transition-delay: 199.2s !important;
}
.js-type span:nth-of-type(998)::after {
  transition-delay: 199.4s !important;
}
.js-type span:nth-of-type(999)::after {
  transition-delay: 199.6s !important;
}
.js-type.is-play span::after {
  width: 0;
}

/*PCでは有効（改行する）*/
.br_pc{
  display: block;
}

/*スマートフォンでは無効（改行しない）*/
@media screen and (max-width:768px) {
  .br_pc{
      display: none;
  }
}

.logo_sp {
  display: none;
}
@media (max-width: 768px) {
  .logo_sp {
    position: absolute;
    top: 3.5rem;
    left: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 100;
  }
}
@media (max-width: 560px) {
  .logo_sp {
    top: 2rem;
    left: 2rem;
  }
}

.js-ham {
  display: none;
}
@media (max-width: 768px) {
  .js-ham {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 200;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .js-ham span {
    width: 40px;
    height: 3px;
    background-color: #fece95;
    margin: 5px 0;
    transition: all 0.6s;
  }
  .js-ham.open span:nth-child(2) {
    opacity: 0;
  }
  .js-ham.open span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .js-ham.open span:nth-child(3) {
    transform: rotate(45deg);
    margin-top: -20px;
  }
}

.main {
  background-color: #f7f7f7;
}
.main__content {
  min-height: 100vh;
}

.footer {
  padding: 10rem 0 8rem;
  margin: 0 3.5rem;
  border-top: 1px solid #9c9c9c;
  background-color: #f7f7f7;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 3.5rem;
    padding-top: 6rem;
  }
}
@media (max-width: 560px) {
  .footer {
    margin: 0 2rem;
  }
}
.footer__content {
  display: flex;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .footer__content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 560px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__content .details {
  width: 50%;
}
@media (max-width: 560px) {
  .footer__content .details {
    width: 100%;
  }
}
.footer__content .details p {
  font-size: 1.4rem;
  line-height: 2;
  padding-bottom: 2.5rem;
  font-weight: 500;
}
@media (max-width: 560px) {
  .footer__content .details p.company {
    display: none;
  }
}
.footer__content .details .logo {
  display: none;
}
@media (max-width: 560px) {
  .footer__content .details .logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 3rem;
  }
  .footer__content .details .logo p {
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 0;
  }
}
@media (max-width: 560px) {
  .footer__content .links {
    margin-bottom: 6rem;
  }
}
.footer__content .links li a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  font-weight: 500;
}
.footer__content .links li a img {
  margin-right: 1rem;
}
.footer__content nav {
  width: 50%;
}
@media (max-width: 560px) {
  .footer__content nav {
    width: 100%;
  }
}
.footer__content nav a {
  display: flex;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 560px) {
  .footer__content nav a {
    margin-bottom: 2rem;
  }
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .footer__copy {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 6rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .footer__copy {
    justify-content: flex-end;
  }
}
.footer__copy .logo {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 560px) {
  .footer__copy .logo {
    display: none;
  }
}
.footer__copy .logo p {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer__copy .copy {
    margin: 2rem 0 0 auto;
  }
}
@media (max-width: 560px) {
  .footer__copy .copy {
    margin: 2rem auto 0;
  }
}
.footer__copy .copy ul {
  display: flex;
  margin-bottom: 1.8rem;
}
@media (max-width: 560px) {
  .footer__copy .copy ul {
    flex-direction: column;
  }
}
.footer__copy .copy ul li {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 560px) {
  .footer__copy .copy ul li {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
.footer__copy .copy ul li:nth-child(1) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #000;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .footer__copy .copy ul li:nth-child(1) {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-right: 0;
    border: none;
  }
}
.footer__copy .copy p {
  text-align: right;
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (max-width: 560px) {
  .footer__copy .copy p {
    text-align: center;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.wrapper .inner {
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 1160px;
  width: calc(100% - 270px);
  position: relative;
  z-index: 100;
}
@media (max-width: 1100px) {
  .wrapper .inner {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .wrapper .inner {
    width: 100%;
    padding-left: 3rem;
  }
}
@media (max-width: 560px) {
  .wrapper .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.sidebar__content {
  width: 235px;
}
.sidebar__content .logo {
  display: flex;
  align-items: center;
  margin-bottom: 9rem;
}
@media (max-width: 560px) {
  .sidebar__content .logo {
    margin-bottom: 3rem;
  }
}
.sidebar__content .logo p {
  text-align: right;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
}
.sidebar__content .logo p span {
  font-size: 14px;
}
.sidebar__content nav div {
  display: flex;
  font-size: 13px;
  line-height: 3.5rem;
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff !important;
  transition: background-color 0.3s;
}
.sidebar__content nav div:hover {
  opacity: 1;
  background-color: #01316a;
  mix-blend-mode: normal;
}
.sidebar__content nav div:hover a {
  color: #fece95;
}
.sidebar__content nav div a {
  color: #fff;
}
.sidebar__content .btns {
  padding-bottom: 8px;
  padding-left: 10px;
}
.sidebar__content .btns .btn {
  margin-bottom: 17px;
}
.sidebar__content .links a {
  display: flex;
  font-size: 10px;
  margin-bottom: 11px;
  color: #fff;
}
.sidebar__content .links a img {
  width: 12px;
  margin-right: 5px;
  filter: invert(100%) !important;
}
.sidebar__content .links p {
  font-size: 11px;
  color: #fff;
}
.sidebar-pc {
  display: block;
}
@media (max-width: 768px) {
  .sidebar-pc {
    display: none;
  }
}
.sidebar-pc .logo {
  position: fixed;
  z-index: 200;
  mix-blend-mode: difference;
  left: 7.5rem;
  top: 3.5rem;
}
@media (max-width: 1100px) {
  .sidebar-pc .logo {
    left: 10.5rem;
  }
}
.sidebar-pc .logo__img {
  position: fixed;
  z-index: 200;
  left: 3.5rem;
  top: 3.5rem;
}
.sidebar-pc nav div {
  position: fixed;
  z-index: 200;
  mix-blend-mode: difference;
  left: 3.5rem;
  top: 16.8rem;
  width: 235px;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div {
    top: 10.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div {
    top: 16.8rem;
    line-height: 5rem;
  }
}
.sidebar-pc nav div:nth-of-type(2) {
  top: 21.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(2) {
    top: 15.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(2) {
    top: 23.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(3) {
  top: 26.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(3) {
    top: 20.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(3) {
    top: 29.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(4) {
  top: 31.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(4) {
    top: 25.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(4) {
    top: 36.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(5) {
  top: 36.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(5) {
    top: 30.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(5) {
    top: 42.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(6) {
  top: 41.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(6) {
    top: 35.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(6) {
    top: 49.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(7) {
  top: 46.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(7) {
    top: 40.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(7) {
    top: 55.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(8) {
  top: 51.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(8) {
    top: 45.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(8) {
    top: 62.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(9) {
  top: 56.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(9) {
    top: 50.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(9) {
    top: 68.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(10) {
  top: 61.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(10) {
    top: 55.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(10) {
    top: 75.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(11) {
  top: 66.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(11) {
    top: 60.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(11) {
    top: 81.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(12) {
  top: 71.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(12) {
    top: 65.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(12) {
    top: 88.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(13) {
  top: 76.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(13) {
    top: 70.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(13) {
    top: 94.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(14) {
  top: 81.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(14) {
    top: 75.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(14) {
    top: 101.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(15) {
  top: 86.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(15) {
    top: 80.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(15) {
    top: 107.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(16) {
  top: 91.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(16) {
    top: 85.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(16) {
    top: 114.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(17) {
  top: 96.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(17) {
    top: 90.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(17) {
    top: 120.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(18) {
  top: 101.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(18) {
    top: 95.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(18) {
    top: 127.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(19) {
  top: 106.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(19) {
    top: 100.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(19) {
    top: 133.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(20) {
  top: 111.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(20) {
    top: 105.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(20) {
    top: 140.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(21) {
  top: 116.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(21) {
    top: 110.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(21) {
    top: 146.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(22) {
  top: 121.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(22) {
    top: 115.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(22) {
    top: 153.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(23) {
  top: 126.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(23) {
    top: 120.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(23) {
    top: 159.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(24) {
  top: 131.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(24) {
    top: 125.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(24) {
    top: 166.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(25) {
  top: 136.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(25) {
    top: 130.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(25) {
    top: 172.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(26) {
  top: 141.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(26) {
    top: 135.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(26) {
    top: 179.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(27) {
  top: 146.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(27) {
    top: 140.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(27) {
    top: 185.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(28) {
  top: 151.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(28) {
    top: 145.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(28) {
    top: 192.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(29) {
  top: 156.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(29) {
    top: 150.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(29) {
    top: 198.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(30) {
  top: 161.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(30) {
    top: 155.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(30) {
    top: 205.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(31) {
  top: 166.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(31) {
    top: 160.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(31) {
    top: 211.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(32) {
  top: 171.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(32) {
    top: 165.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(32) {
    top: 218.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(33) {
  top: 176.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(33) {
    top: 170.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(33) {
    top: 224.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(34) {
  top: 181.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(34) {
    top: 175.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(34) {
    top: 231.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(35) {
  top: 186.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(35) {
    top: 180.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(35) {
    top: 237.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(36) {
  top: 191.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(36) {
    top: 185.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(36) {
    top: 244.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(37) {
  top: 196.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(37) {
    top: 190.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(37) {
    top: 250.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(38) {
  top: 201.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(38) {
    top: 195.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(38) {
    top: 257.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(39) {
  top: 206.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(39) {
    top: 200.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(39) {
    top: 263.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(40) {
  top: 211.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(40) {
    top: 205.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(40) {
    top: 270.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(41) {
  top: 216.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(41) {
    top: 210.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(41) {
    top: 276.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(42) {
  top: 221.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(42) {
    top: 215.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(42) {
    top: 283.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(43) {
  top: 226.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(43) {
    top: 220.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(43) {
    top: 289.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(44) {
  top: 231.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(44) {
    top: 225.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(44) {
    top: 296.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(45) {
  top: 236.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(45) {
    top: 230.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(45) {
    top: 302.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(46) {
  top: 241.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(46) {
    top: 235.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(46) {
    top: 309.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(47) {
  top: 246.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(47) {
    top: 240.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(47) {
    top: 315.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(48) {
  top: 251.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(48) {
    top: 245.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(48) {
    top: 322.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(49) {
  top: 256.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(49) {
    top: 250.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(49) {
    top: 328.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(50) {
  top: 261.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(50) {
    top: 255.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(50) {
    top: 335.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(51) {
  top: 266.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(51) {
    top: 260.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(51) {
    top: 341.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(52) {
  top: 271.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(52) {
    top: 265.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(52) {
    top: 348.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(53) {
  top: 276.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(53) {
    top: 270.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(53) {
    top: 354.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(54) {
  top: 281.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(54) {
    top: 275.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(54) {
    top: 361.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(55) {
  top: 286.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(55) {
    top: 280.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(55) {
    top: 367.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(56) {
  top: 291.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(56) {
    top: 285.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(56) {
    top: 374.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(57) {
  top: 296.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(57) {
    top: 290.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(57) {
    top: 380.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(58) {
  top: 301.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(58) {
    top: 295.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(58) {
    top: 387.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(59) {
  top: 306.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(59) {
    top: 300.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(59) {
    top: 393.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(60) {
  top: 311.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(60) {
    top: 305.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(60) {
    top: 400.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(61) {
  top: 316.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(61) {
    top: 310.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(61) {
    top: 406.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(62) {
  top: 321.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(62) {
    top: 315.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(62) {
    top: 413.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(63) {
  top: 326.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(63) {
    top: 320.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(63) {
    top: 419.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(64) {
  top: 331.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(64) {
    top: 325.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(64) {
    top: 426.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(65) {
  top: 336.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(65) {
    top: 330.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(65) {
    top: 432.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(66) {
  top: 341.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(66) {
    top: 335.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(66) {
    top: 439.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(67) {
  top: 346.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(67) {
    top: 340.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(67) {
    top: 445.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(68) {
  top: 351.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(68) {
    top: 345.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(68) {
    top: 452.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(69) {
  top: 356.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(69) {
    top: 350.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(69) {
    top: 458.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(70) {
  top: 361.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(70) {
    top: 355.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(70) {
    top: 465.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(71) {
  top: 366.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(71) {
    top: 360.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(71) {
    top: 471.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(72) {
  top: 371.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(72) {
    top: 365.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(72) {
    top: 478.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(73) {
  top: 376.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(73) {
    top: 370.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(73) {
    top: 484.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(74) {
  top: 381.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(74) {
    top: 375.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(74) {
    top: 491.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(75) {
  top: 386.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(75) {
    top: 380.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(75) {
    top: 497.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(76) {
  top: 391.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(76) {
    top: 385.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(76) {
    top: 504.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(77) {
  top: 396.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(77) {
    top: 390.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(77) {
    top: 510.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(78) {
  top: 401.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(78) {
    top: 395.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(78) {
    top: 517.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(79) {
  top: 406.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(79) {
    top: 400.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(79) {
    top: 523.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(80) {
  top: 411.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(80) {
    top: 405.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(80) {
    top: 530.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(81) {
  top: 416.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(81) {
    top: 410.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(81) {
    top: 536.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(82) {
  top: 421.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(82) {
    top: 415.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(82) {
    top: 543.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(83) {
  top: 426.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(83) {
    top: 420.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(83) {
    top: 549.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(84) {
  top: 431.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(84) {
    top: 425.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(84) {
    top: 556.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(85) {
  top: 436.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(85) {
    top: 430.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(85) {
    top: 562.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(86) {
  top: 441.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(86) {
    top: 435.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(86) {
    top: 569.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(87) {
  top: 446.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(87) {
    top: 440.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(87) {
    top: 575.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(88) {
  top: 451.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(88) {
    top: 445.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(88) {
    top: 582.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(89) {
  top: 456.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(89) {
    top: 450.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(89) {
    top: 588.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(90) {
  top: 461.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(90) {
    top: 455.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(90) {
    top: 595.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(91) {
  top: 466.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(91) {
    top: 460.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(91) {
    top: 601.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(92) {
  top: 471.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(92) {
    top: 465.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(92) {
    top: 608.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(93) {
  top: 476.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(93) {
    top: 470.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(93) {
    top: 614.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(94) {
  top: 481.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(94) {
    top: 475.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(94) {
    top: 621.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(95) {
  top: 486.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(95) {
    top: 480.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(95) {
    top: 627.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(96) {
  top: 491.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(96) {
    top: 485.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(96) {
    top: 634.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(97) {
  top: 496.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(97) {
    top: 490.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(97) {
    top: 640.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(98) {
  top: 501.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(98) {
    top: 495.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(98) {
    top: 647.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(99) {
  top: 506.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(99) {
    top: 500.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(99) {
    top: 653.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(100) {
  top: 511.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(100) {
    top: 505.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(100) {
    top: 660.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(101) {
  top: 516.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(101) {
    top: 510.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(101) {
    top: 666.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(102) {
  top: 521.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(102) {
    top: 515.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(102) {
    top: 673.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(103) {
  top: 526.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(103) {
    top: 520.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(103) {
    top: 679.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(104) {
  top: 531.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(104) {
    top: 525.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(104) {
    top: 686.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(105) {
  top: 536.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(105) {
    top: 530.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(105) {
    top: 692.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(106) {
  top: 541.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(106) {
    top: 535.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(106) {
    top: 699.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(107) {
  top: 546.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(107) {
    top: 540.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(107) {
    top: 705.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(108) {
  top: 551.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(108) {
    top: 545.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(108) {
    top: 712.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(109) {
  top: 556.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(109) {
    top: 550.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(109) {
    top: 718.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(110) {
  top: 561.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(110) {
    top: 555.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(110) {
    top: 725.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(111) {
  top: 566.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(111) {
    top: 560.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(111) {
    top: 731.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(112) {
  top: 571.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(112) {
    top: 565.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(112) {
    top: 738.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(113) {
  top: 576.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(113) {
    top: 570.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(113) {
    top: 744.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(114) {
  top: 581.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(114) {
    top: 575.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(114) {
    top: 751.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(115) {
  top: 586.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(115) {
    top: 580.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(115) {
    top: 757.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(116) {
  top: 591.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(116) {
    top: 585.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(116) {
    top: 764.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(117) {
  top: 596.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(117) {
    top: 590.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(117) {
    top: 770.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(118) {
  top: 601.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(118) {
    top: 595.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(118) {
    top: 777.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(119) {
  top: 606.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(119) {
    top: 600.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(119) {
    top: 783.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(120) {
  top: 611.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(120) {
    top: 605.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(120) {
    top: 790.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(121) {
  top: 616.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(121) {
    top: 610.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(121) {
    top: 796.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(122) {
  top: 621.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(122) {
    top: 615.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(122) {
    top: 803.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(123) {
  top: 626.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(123) {
    top: 620.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(123) {
    top: 809.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(124) {
  top: 631.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(124) {
    top: 625.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(124) {
    top: 816.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(125) {
  top: 636.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(125) {
    top: 630.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(125) {
    top: 822.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(126) {
  top: 641.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(126) {
    top: 635.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(126) {
    top: 829.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(127) {
  top: 646.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(127) {
    top: 640.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(127) {
    top: 835.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(128) {
  top: 651.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(128) {
    top: 645.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(128) {
    top: 842.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(129) {
  top: 656.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(129) {
    top: 650.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(129) {
    top: 848.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(130) {
  top: 661.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(130) {
    top: 655.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(130) {
    top: 855.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(131) {
  top: 666.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(131) {
    top: 660.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(131) {
    top: 861.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(132) {
  top: 671.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(132) {
    top: 665.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(132) {
    top: 868.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(133) {
  top: 676.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(133) {
    top: 670.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(133) {
    top: 874.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(134) {
  top: 681.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(134) {
    top: 675.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(134) {
    top: 881.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(135) {
  top: 686.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(135) {
    top: 680.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(135) {
    top: 887.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(136) {
  top: 691.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(136) {
    top: 685.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(136) {
    top: 894.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(137) {
  top: 696.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(137) {
    top: 690.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(137) {
    top: 900.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(138) {
  top: 701.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(138) {
    top: 695.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(138) {
    top: 907.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(139) {
  top: 706.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(139) {
    top: 700.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(139) {
    top: 913.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(140) {
  top: 711.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(140) {
    top: 705.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(140) {
    top: 920.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(141) {
  top: 716.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(141) {
    top: 710.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(141) {
    top: 926.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(142) {
  top: 721.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(142) {
    top: 715.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(142) {
    top: 933.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(143) {
  top: 726.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(143) {
    top: 720.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(143) {
    top: 939.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(144) {
  top: 731.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(144) {
    top: 725.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(144) {
    top: 946.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(145) {
  top: 736.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(145) {
    top: 730.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(145) {
    top: 952.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(146) {
  top: 741.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(146) {
    top: 735.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(146) {
    top: 959.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(147) {
  top: 746.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(147) {
    top: 740.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(147) {
    top: 965.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(148) {
  top: 751.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(148) {
    top: 745.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(148) {
    top: 972.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(149) {
  top: 756.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(149) {
    top: 750.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(149) {
    top: 978.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(150) {
  top: 761.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(150) {
    top: 755.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(150) {
    top: 985.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(151) {
  top: 766.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(151) {
    top: 760.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(151) {
    top: 991.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(152) {
  top: 771.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(152) {
    top: 765.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(152) {
    top: 998.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(153) {
  top: 776.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(153) {
    top: 770.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(153) {
    top: 1004.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(154) {
  top: 781.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(154) {
    top: 775.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(154) {
    top: 1011.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(155) {
  top: 786.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(155) {
    top: 780.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(155) {
    top: 1017.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(156) {
  top: 791.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(156) {
    top: 785.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(156) {
    top: 1024.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(157) {
  top: 796.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(157) {
    top: 790.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(157) {
    top: 1030.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(158) {
  top: 801.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(158) {
    top: 795.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(158) {
    top: 1037.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(159) {
  top: 806.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(159) {
    top: 800.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(159) {
    top: 1043.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(160) {
  top: 811.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(160) {
    top: 805.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(160) {
    top: 1050.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(161) {
  top: 816.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(161) {
    top: 810.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(161) {
    top: 1056.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(162) {
  top: 821.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(162) {
    top: 815.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(162) {
    top: 1063.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(163) {
  top: 826.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(163) {
    top: 820.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(163) {
    top: 1069.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(164) {
  top: 831.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(164) {
    top: 825.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(164) {
    top: 1076.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(165) {
  top: 836.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(165) {
    top: 830.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(165) {
    top: 1082.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(166) {
  top: 841.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(166) {
    top: 835.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(166) {
    top: 1089.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(167) {
  top: 846.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(167) {
    top: 840.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(167) {
    top: 1095.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(168) {
  top: 851.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(168) {
    top: 845.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(168) {
    top: 1102.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(169) {
  top: 856.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(169) {
    top: 850.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(169) {
    top: 1108.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(170) {
  top: 861.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(170) {
    top: 855.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(170) {
    top: 1115.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(171) {
  top: 866.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(171) {
    top: 860.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(171) {
    top: 1121.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(172) {
  top: 871.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(172) {
    top: 865.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(172) {
    top: 1128.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(173) {
  top: 876.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(173) {
    top: 870.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(173) {
    top: 1134.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(174) {
  top: 881.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(174) {
    top: 875.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(174) {
    top: 1141.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(175) {
  top: 886.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(175) {
    top: 880.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(175) {
    top: 1147.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(176) {
  top: 891.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(176) {
    top: 885.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(176) {
    top: 1154.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(177) {
  top: 896.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(177) {
    top: 890.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(177) {
    top: 1160.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(178) {
  top: 901.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(178) {
    top: 895.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(178) {
    top: 1167.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(179) {
  top: 906.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(179) {
    top: 900.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(179) {
    top: 1173.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(180) {
  top: 911.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(180) {
    top: 905.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(180) {
    top: 1180.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(181) {
  top: 916.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(181) {
    top: 910.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(181) {
    top: 1186.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(182) {
  top: 921.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(182) {
    top: 915.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(182) {
    top: 1193.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(183) {
  top: 926.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(183) {
    top: 920.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(183) {
    top: 1199.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(184) {
  top: 931.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(184) {
    top: 925.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(184) {
    top: 1206.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(185) {
  top: 936.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(185) {
    top: 930.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(185) {
    top: 1212.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(186) {
  top: 941.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(186) {
    top: 935.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(186) {
    top: 1219.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(187) {
  top: 946.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(187) {
    top: 940.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(187) {
    top: 1225.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(188) {
  top: 951.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(188) {
    top: 945.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(188) {
    top: 1232.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(189) {
  top: 956.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(189) {
    top: 950.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(189) {
    top: 1238.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(190) {
  top: 961.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(190) {
    top: 955.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(190) {
    top: 1245.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(191) {
  top: 966.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(191) {
    top: 960.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(191) {
    top: 1251.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(192) {
  top: 971.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(192) {
    top: 965.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(192) {
    top: 1258.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(193) {
  top: 976.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(193) {
    top: 970.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(193) {
    top: 1264.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(194) {
  top: 981.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(194) {
    top: 975.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(194) {
    top: 1271.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(195) {
  top: 986.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(195) {
    top: 980.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(195) {
    top: 1277.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(196) {
  top: 991.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(196) {
    top: 985.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(196) {
    top: 1284.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(197) {
  top: 996.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(197) {
    top: 990.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(197) {
    top: 1290.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(198) {
  top: 1001.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(198) {
    top: 995.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(198) {
    top: 1297.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(199) {
  top: 1006.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(199) {
    top: 1000.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(199) {
    top: 1303.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(200) {
  top: 1011.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(200) {
    top: 1005.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(200) {
    top: 1310.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(201) {
  top: 1016.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(201) {
    top: 1010.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(201) {
    top: 1316.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(202) {
  top: 1021.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(202) {
    top: 1015.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(202) {
    top: 1323.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(203) {
  top: 1026.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(203) {
    top: 1020.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(203) {
    top: 1329.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(204) {
  top: 1031.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(204) {
    top: 1025.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(204) {
    top: 1336.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(205) {
  top: 1036.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(205) {
    top: 1030.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(205) {
    top: 1342.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(206) {
  top: 1041.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(206) {
    top: 1035.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(206) {
    top: 1349.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(207) {
  top: 1046.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(207) {
    top: 1040.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(207) {
    top: 1355.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(208) {
  top: 1051.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(208) {
    top: 1045.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(208) {
    top: 1362.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(209) {
  top: 1056.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(209) {
    top: 1050.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(209) {
    top: 1368.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(210) {
  top: 1061.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(210) {
    top: 1055.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(210) {
    top: 1375.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(211) {
  top: 1066.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(211) {
    top: 1060.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(211) {
    top: 1381.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(212) {
  top: 1071.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(212) {
    top: 1065.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(212) {
    top: 1388.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(213) {
  top: 1076.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(213) {
    top: 1070.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(213) {
    top: 1394.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(214) {
  top: 1081.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(214) {
    top: 1075.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(214) {
    top: 1401.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(215) {
  top: 1086.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(215) {
    top: 1080.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(215) {
    top: 1407.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(216) {
  top: 1091.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(216) {
    top: 1085.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(216) {
    top: 1414.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(217) {
  top: 1096.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(217) {
    top: 1090.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(217) {
    top: 1420.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(218) {
  top: 1101.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(218) {
    top: 1095.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(218) {
    top: 1427.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(219) {
  top: 1106.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(219) {
    top: 1100.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(219) {
    top: 1433.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(220) {
  top: 1111.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(220) {
    top: 1105.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(220) {
    top: 1440.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(221) {
  top: 1116.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(221) {
    top: 1110.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(221) {
    top: 1446.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(222) {
  top: 1121.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(222) {
    top: 1115.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(222) {
    top: 1453.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(223) {
  top: 1126.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(223) {
    top: 1120.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(223) {
    top: 1459.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(224) {
  top: 1131.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(224) {
    top: 1125.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(224) {
    top: 1466.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(225) {
  top: 1136.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(225) {
    top: 1130.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(225) {
    top: 1472.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(226) {
  top: 1141.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(226) {
    top: 1135.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(226) {
    top: 1479.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(227) {
  top: 1146.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(227) {
    top: 1140.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(227) {
    top: 1485.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(228) {
  top: 1151.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(228) {
    top: 1145.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(228) {
    top: 1492.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(229) {
  top: 1156.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(229) {
    top: 1150.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(229) {
    top: 1498.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(230) {
  top: 1161.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(230) {
    top: 1155.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(230) {
    top: 1505.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(231) {
  top: 1166.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(231) {
    top: 1160.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(231) {
    top: 1511.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(232) {
  top: 1171.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(232) {
    top: 1165.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(232) {
    top: 1518.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(233) {
  top: 1176.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(233) {
    top: 1170.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(233) {
    top: 1524.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(234) {
  top: 1181.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(234) {
    top: 1175.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(234) {
    top: 1531.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(235) {
  top: 1186.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(235) {
    top: 1180.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(235) {
    top: 1537.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(236) {
  top: 1191.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(236) {
    top: 1185.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(236) {
    top: 1544.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(237) {
  top: 1196.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(237) {
    top: 1190.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(237) {
    top: 1550.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(238) {
  top: 1201.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(238) {
    top: 1195.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(238) {
    top: 1557.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(239) {
  top: 1206.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(239) {
    top: 1200.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(239) {
    top: 1563.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(240) {
  top: 1211.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(240) {
    top: 1205.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(240) {
    top: 1570.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(241) {
  top: 1216.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(241) {
    top: 1210.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(241) {
    top: 1576.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(242) {
  top: 1221.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(242) {
    top: 1215.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(242) {
    top: 1583.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(243) {
  top: 1226.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(243) {
    top: 1220.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(243) {
    top: 1589.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(244) {
  top: 1231.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(244) {
    top: 1225.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(244) {
    top: 1596.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(245) {
  top: 1236.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(245) {
    top: 1230.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(245) {
    top: 1602.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(246) {
  top: 1241.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(246) {
    top: 1235.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(246) {
    top: 1609.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(247) {
  top: 1246.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(247) {
    top: 1240.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(247) {
    top: 1615.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(248) {
  top: 1251.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(248) {
    top: 1245.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(248) {
    top: 1622.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(249) {
  top: 1256.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(249) {
    top: 1250.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(249) {
    top: 1628.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(250) {
  top: 1261.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(250) {
    top: 1255.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(250) {
    top: 1635.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(251) {
  top: 1266.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(251) {
    top: 1260.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(251) {
    top: 1641.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(252) {
  top: 1271.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(252) {
    top: 1265.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(252) {
    top: 1648.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(253) {
  top: 1276.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(253) {
    top: 1270.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(253) {
    top: 1654.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(254) {
  top: 1281.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(254) {
    top: 1275.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(254) {
    top: 1661.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(255) {
  top: 1286.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(255) {
    top: 1280.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(255) {
    top: 1667.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(256) {
  top: 1291.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(256) {
    top: 1285.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(256) {
    top: 1674.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(257) {
  top: 1296.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(257) {
    top: 1290.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(257) {
    top: 1680.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(258) {
  top: 1301.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(258) {
    top: 1295.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(258) {
    top: 1687.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(259) {
  top: 1306.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(259) {
    top: 1300.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(259) {
    top: 1693.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(260) {
  top: 1311.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(260) {
    top: 1305.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(260) {
    top: 1700.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(261) {
  top: 1316.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(261) {
    top: 1310.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(261) {
    top: 1706.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(262) {
  top: 1321.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(262) {
    top: 1315.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(262) {
    top: 1713.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(263) {
  top: 1326.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(263) {
    top: 1320.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(263) {
    top: 1719.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(264) {
  top: 1331.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(264) {
    top: 1325.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(264) {
    top: 1726.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(265) {
  top: 1336.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(265) {
    top: 1330.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(265) {
    top: 1732.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(266) {
  top: 1341.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(266) {
    top: 1335.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(266) {
    top: 1739.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(267) {
  top: 1346.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(267) {
    top: 1340.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(267) {
    top: 1745.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(268) {
  top: 1351.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(268) {
    top: 1345.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(268) {
    top: 1752.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(269) {
  top: 1356.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(269) {
    top: 1350.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(269) {
    top: 1758.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(270) {
  top: 1361.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(270) {
    top: 1355.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(270) {
    top: 1765.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(271) {
  top: 1366.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(271) {
    top: 1360.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(271) {
    top: 1771.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(272) {
  top: 1371.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(272) {
    top: 1365.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(272) {
    top: 1778.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(273) {
  top: 1376.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(273) {
    top: 1370.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(273) {
    top: 1784.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(274) {
  top: 1381.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(274) {
    top: 1375.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(274) {
    top: 1791.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(275) {
  top: 1386.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(275) {
    top: 1380.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(275) {
    top: 1797.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(276) {
  top: 1391.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(276) {
    top: 1385.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(276) {
    top: 1804.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(277) {
  top: 1396.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(277) {
    top: 1390.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(277) {
    top: 1810.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(278) {
  top: 1401.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(278) {
    top: 1395.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(278) {
    top: 1817.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(279) {
  top: 1406.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(279) {
    top: 1400.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(279) {
    top: 1823.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(280) {
  top: 1411.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(280) {
    top: 1405.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(280) {
    top: 1830.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(281) {
  top: 1416.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(281) {
    top: 1410.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(281) {
    top: 1836.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(282) {
  top: 1421.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(282) {
    top: 1415.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(282) {
    top: 1843.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(283) {
  top: 1426.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(283) {
    top: 1420.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(283) {
    top: 1849.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(284) {
  top: 1431.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(284) {
    top: 1425.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(284) {
    top: 1856.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(285) {
  top: 1436.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(285) {
    top: 1430.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(285) {
    top: 1862.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(286) {
  top: 1441.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(286) {
    top: 1435.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(286) {
    top: 1869.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(287) {
  top: 1446.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(287) {
    top: 1440.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(287) {
    top: 1875.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(288) {
  top: 1451.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(288) {
    top: 1445.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(288) {
    top: 1882.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(289) {
  top: 1456.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(289) {
    top: 1450.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(289) {
    top: 1888.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(290) {
  top: 1461.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(290) {
    top: 1455.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(290) {
    top: 1895.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(291) {
  top: 1466.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(291) {
    top: 1460.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(291) {
    top: 1901.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(292) {
  top: 1471.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(292) {
    top: 1465.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(292) {
    top: 1908.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(293) {
  top: 1476.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(293) {
    top: 1470.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(293) {
    top: 1914.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(294) {
  top: 1481.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(294) {
    top: 1475.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(294) {
    top: 1921.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(295) {
  top: 1486.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(295) {
    top: 1480.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(295) {
    top: 1927.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(296) {
  top: 1491.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(296) {
    top: 1485.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(296) {
    top: 1934.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(297) {
  top: 1496.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(297) {
    top: 1490.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(297) {
    top: 1940.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(298) {
  top: 1501.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(298) {
    top: 1495.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(298) {
    top: 1947.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(299) {
  top: 1506.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(299) {
    top: 1500.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(299) {
    top: 1953.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(300) {
  top: 1511.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(300) {
    top: 1505.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(300) {
    top: 1960.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(301) {
  top: 1516.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(301) {
    top: 1510.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(301) {
    top: 1966.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(302) {
  top: 1521.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(302) {
    top: 1515.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(302) {
    top: 1973.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(303) {
  top: 1526.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(303) {
    top: 1520.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(303) {
    top: 1979.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(304) {
  top: 1531.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(304) {
    top: 1525.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(304) {
    top: 1986.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(305) {
  top: 1536.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(305) {
    top: 1530.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(305) {
    top: 1992.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(306) {
  top: 1541.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(306) {
    top: 1535.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(306) {
    top: 1999.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(307) {
  top: 1546.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(307) {
    top: 1540.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(307) {
    top: 2005.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(308) {
  top: 1551.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(308) {
    top: 1545.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(308) {
    top: 2012.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(309) {
  top: 1556.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(309) {
    top: 1550.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(309) {
    top: 2018.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(310) {
  top: 1561.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(310) {
    top: 1555.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(310) {
    top: 2025.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(311) {
  top: 1566.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(311) {
    top: 1560.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(311) {
    top: 2031.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(312) {
  top: 1571.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(312) {
    top: 1565.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(312) {
    top: 2038.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(313) {
  top: 1576.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(313) {
    top: 1570.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(313) {
    top: 2044.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(314) {
  top: 1581.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(314) {
    top: 1575.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(314) {
    top: 2051.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(315) {
  top: 1586.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(315) {
    top: 1580.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(315) {
    top: 2057.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(316) {
  top: 1591.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(316) {
    top: 1585.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(316) {
    top: 2064.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(317) {
  top: 1596.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(317) {
    top: 1590.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(317) {
    top: 2070.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(318) {
  top: 1601.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(318) {
    top: 1595.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(318) {
    top: 2077.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(319) {
  top: 1606.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(319) {
    top: 1600.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(319) {
    top: 2083.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(320) {
  top: 1611.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(320) {
    top: 1605.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(320) {
    top: 2090.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(321) {
  top: 1616.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(321) {
    top: 1610.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(321) {
    top: 2096.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(322) {
  top: 1621.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(322) {
    top: 1615.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(322) {
    top: 2103.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(323) {
  top: 1626.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(323) {
    top: 1620.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(323) {
    top: 2109.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(324) {
  top: 1631.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(324) {
    top: 1625.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(324) {
    top: 2116.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(325) {
  top: 1636.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(325) {
    top: 1630.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(325) {
    top: 2122.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(326) {
  top: 1641.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(326) {
    top: 1635.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(326) {
    top: 2129.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(327) {
  top: 1646.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(327) {
    top: 1640.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(327) {
    top: 2135.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(328) {
  top: 1651.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(328) {
    top: 1645.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(328) {
    top: 2142.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(329) {
  top: 1656.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(329) {
    top: 1650.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(329) {
    top: 2148.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(330) {
  top: 1661.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(330) {
    top: 1655.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(330) {
    top: 2155.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(331) {
  top: 1666.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(331) {
    top: 1660.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(331) {
    top: 2161.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(332) {
  top: 1671.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(332) {
    top: 1665.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(332) {
    top: 2168.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(333) {
  top: 1676.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(333) {
    top: 1670.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(333) {
    top: 2174.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(334) {
  top: 1681.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(334) {
    top: 1675.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(334) {
    top: 2181.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(335) {
  top: 1686.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(335) {
    top: 1680.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(335) {
    top: 2187.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(336) {
  top: 1691.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(336) {
    top: 1685.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(336) {
    top: 2194.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(337) {
  top: 1696.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(337) {
    top: 1690.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(337) {
    top: 2200.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(338) {
  top: 1701.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(338) {
    top: 1695.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(338) {
    top: 2207.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(339) {
  top: 1706.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(339) {
    top: 1700.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(339) {
    top: 2213.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(340) {
  top: 1711.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(340) {
    top: 1705.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(340) {
    top: 2220.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(341) {
  top: 1716.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(341) {
    top: 1710.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(341) {
    top: 2226.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(342) {
  top: 1721.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(342) {
    top: 1715.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(342) {
    top: 2233.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(343) {
  top: 1726.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(343) {
    top: 1720.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(343) {
    top: 2239.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(344) {
  top: 1731.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(344) {
    top: 1725.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(344) {
    top: 2246.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(345) {
  top: 1736.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(345) {
    top: 1730.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(345) {
    top: 2252.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(346) {
  top: 1741.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(346) {
    top: 1735.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(346) {
    top: 2259.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(347) {
  top: 1746.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(347) {
    top: 1740.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(347) {
    top: 2265.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(348) {
  top: 1751.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(348) {
    top: 1745.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(348) {
    top: 2272.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(349) {
  top: 1756.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(349) {
    top: 1750.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(349) {
    top: 2278.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(350) {
  top: 1761.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(350) {
    top: 1755.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(350) {
    top: 2285.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(351) {
  top: 1766.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(351) {
    top: 1760.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(351) {
    top: 2291.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(352) {
  top: 1771.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(352) {
    top: 1765.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(352) {
    top: 2298.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(353) {
  top: 1776.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(353) {
    top: 1770.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(353) {
    top: 2304.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(354) {
  top: 1781.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(354) {
    top: 1775.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(354) {
    top: 2311.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(355) {
  top: 1786.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(355) {
    top: 1780.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(355) {
    top: 2317.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(356) {
  top: 1791.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(356) {
    top: 1785.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(356) {
    top: 2324.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(357) {
  top: 1796.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(357) {
    top: 1790.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(357) {
    top: 2330.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(358) {
  top: 1801.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(358) {
    top: 1795.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(358) {
    top: 2337.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(359) {
  top: 1806.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(359) {
    top: 1800.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(359) {
    top: 2343.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(360) {
  top: 1811.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(360) {
    top: 1805.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(360) {
    top: 2350.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(361) {
  top: 1816.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(361) {
    top: 1810.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(361) {
    top: 2356.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(362) {
  top: 1821.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(362) {
    top: 1815.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(362) {
    top: 2363.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(363) {
  top: 1826.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(363) {
    top: 1820.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(363) {
    top: 2369.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(364) {
  top: 1831.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(364) {
    top: 1825.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(364) {
    top: 2376.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(365) {
  top: 1836.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(365) {
    top: 1830.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(365) {
    top: 2382.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(366) {
  top: 1841.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(366) {
    top: 1835.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(366) {
    top: 2389.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(367) {
  top: 1846.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(367) {
    top: 1840.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(367) {
    top: 2395.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(368) {
  top: 1851.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(368) {
    top: 1845.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(368) {
    top: 2402.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(369) {
  top: 1856.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(369) {
    top: 1850.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(369) {
    top: 2408.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(370) {
  top: 1861.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(370) {
    top: 1855.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(370) {
    top: 2415.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(371) {
  top: 1866.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(371) {
    top: 1860.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(371) {
    top: 2421.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(372) {
  top: 1871.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(372) {
    top: 1865.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(372) {
    top: 2428.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(373) {
  top: 1876.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(373) {
    top: 1870.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(373) {
    top: 2434.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(374) {
  top: 1881.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(374) {
    top: 1875.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(374) {
    top: 2441.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(375) {
  top: 1886.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(375) {
    top: 1880.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(375) {
    top: 2447.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(376) {
  top: 1891.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(376) {
    top: 1885.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(376) {
    top: 2454.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(377) {
  top: 1896.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(377) {
    top: 1890.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(377) {
    top: 2460.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(378) {
  top: 1901.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(378) {
    top: 1895.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(378) {
    top: 2467.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(379) {
  top: 1906.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(379) {
    top: 1900.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(379) {
    top: 2473.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(380) {
  top: 1911.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(380) {
    top: 1905.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(380) {
    top: 2480.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(381) {
  top: 1916.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(381) {
    top: 1910.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(381) {
    top: 2486.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(382) {
  top: 1921.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(382) {
    top: 1915.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(382) {
    top: 2493.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(383) {
  top: 1926.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(383) {
    top: 1920.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(383) {
    top: 2499.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(384) {
  top: 1931.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(384) {
    top: 1925.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(384) {
    top: 2506.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(385) {
  top: 1936.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(385) {
    top: 1930.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(385) {
    top: 2512.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(386) {
  top: 1941.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(386) {
    top: 1935.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(386) {
    top: 2519.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(387) {
  top: 1946.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(387) {
    top: 1940.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(387) {
    top: 2525.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(388) {
  top: 1951.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(388) {
    top: 1945.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(388) {
    top: 2532.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(389) {
  top: 1956.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(389) {
    top: 1950.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(389) {
    top: 2538.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(390) {
  top: 1961.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(390) {
    top: 1955.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(390) {
    top: 2545.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(391) {
  top: 1966.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(391) {
    top: 1960.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(391) {
    top: 2551.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(392) {
  top: 1971.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(392) {
    top: 1965.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(392) {
    top: 2558.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(393) {
  top: 1976.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(393) {
    top: 1970.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(393) {
    top: 2564.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(394) {
  top: 1981.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(394) {
    top: 1975.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(394) {
    top: 2571.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(395) {
  top: 1986.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(395) {
    top: 1980.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(395) {
    top: 2577.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(396) {
  top: 1991.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(396) {
    top: 1985.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(396) {
    top: 2584.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(397) {
  top: 1996.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(397) {
    top: 1990.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(397) {
    top: 2590.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(398) {
  top: 2001.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(398) {
    top: 1995.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(398) {
    top: 2597.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(399) {
  top: 2006.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(399) {
    top: 2000.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(399) {
    top: 2603.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(400) {
  top: 2011.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(400) {
    top: 2005.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(400) {
    top: 2610.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(401) {
  top: 2016.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(401) {
    top: 2010.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(401) {
    top: 2616.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(402) {
  top: 2021.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(402) {
    top: 2015.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(402) {
    top: 2623.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(403) {
  top: 2026.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(403) {
    top: 2020.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(403) {
    top: 2629.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(404) {
  top: 2031.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(404) {
    top: 2025.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(404) {
    top: 2636.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(405) {
  top: 2036.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(405) {
    top: 2030.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(405) {
    top: 2642.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(406) {
  top: 2041.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(406) {
    top: 2035.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(406) {
    top: 2649.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(407) {
  top: 2046.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(407) {
    top: 2040.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(407) {
    top: 2655.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(408) {
  top: 2051.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(408) {
    top: 2045.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(408) {
    top: 2662.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(409) {
  top: 2056.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(409) {
    top: 2050.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(409) {
    top: 2668.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(410) {
  top: 2061.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(410) {
    top: 2055.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(410) {
    top: 2675.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(411) {
  top: 2066.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(411) {
    top: 2060.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(411) {
    top: 2681.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(412) {
  top: 2071.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(412) {
    top: 2065.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(412) {
    top: 2688.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(413) {
  top: 2076.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(413) {
    top: 2070.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(413) {
    top: 2694.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(414) {
  top: 2081.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(414) {
    top: 2075.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(414) {
    top: 2701.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(415) {
  top: 2086.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(415) {
    top: 2080.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(415) {
    top: 2707.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(416) {
  top: 2091.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(416) {
    top: 2085.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(416) {
    top: 2714.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(417) {
  top: 2096.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(417) {
    top: 2090.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(417) {
    top: 2720.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(418) {
  top: 2101.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(418) {
    top: 2095.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(418) {
    top: 2727.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(419) {
  top: 2106.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(419) {
    top: 2100.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(419) {
    top: 2733.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(420) {
  top: 2111.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(420) {
    top: 2105.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(420) {
    top: 2740.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(421) {
  top: 2116.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(421) {
    top: 2110.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(421) {
    top: 2746.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(422) {
  top: 2121.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(422) {
    top: 2115.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(422) {
    top: 2753.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(423) {
  top: 2126.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(423) {
    top: 2120.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(423) {
    top: 2759.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(424) {
  top: 2131.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(424) {
    top: 2125.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(424) {
    top: 2766.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(425) {
  top: 2136.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(425) {
    top: 2130.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(425) {
    top: 2772.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(426) {
  top: 2141.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(426) {
    top: 2135.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(426) {
    top: 2779.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(427) {
  top: 2146.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(427) {
    top: 2140.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(427) {
    top: 2785.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(428) {
  top: 2151.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(428) {
    top: 2145.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(428) {
    top: 2792.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(429) {
  top: 2156.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(429) {
    top: 2150.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(429) {
    top: 2798.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(430) {
  top: 2161.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(430) {
    top: 2155.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(430) {
    top: 2805.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(431) {
  top: 2166.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(431) {
    top: 2160.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(431) {
    top: 2811.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(432) {
  top: 2171.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(432) {
    top: 2165.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(432) {
    top: 2818.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(433) {
  top: 2176.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(433) {
    top: 2170.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(433) {
    top: 2824.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(434) {
  top: 2181.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(434) {
    top: 2175.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(434) {
    top: 2831.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(435) {
  top: 2186.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(435) {
    top: 2180.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(435) {
    top: 2837.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(436) {
  top: 2191.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(436) {
    top: 2185.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(436) {
    top: 2844.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(437) {
  top: 2196.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(437) {
    top: 2190.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(437) {
    top: 2850.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(438) {
  top: 2201.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(438) {
    top: 2195.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(438) {
    top: 2857.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(439) {
  top: 2206.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(439) {
    top: 2200.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(439) {
    top: 2863.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(440) {
  top: 2211.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(440) {
    top: 2205.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(440) {
    top: 2870.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(441) {
  top: 2216.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(441) {
    top: 2210.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(441) {
    top: 2876.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(442) {
  top: 2221.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(442) {
    top: 2215.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(442) {
    top: 2883.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(443) {
  top: 2226.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(443) {
    top: 2220.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(443) {
    top: 2889.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(444) {
  top: 2231.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(444) {
    top: 2225.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(444) {
    top: 2896.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(445) {
  top: 2236.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(445) {
    top: 2230.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(445) {
    top: 2902.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(446) {
  top: 2241.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(446) {
    top: 2235.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(446) {
    top: 2909.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(447) {
  top: 2246.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(447) {
    top: 2240.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(447) {
    top: 2915.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(448) {
  top: 2251.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(448) {
    top: 2245.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(448) {
    top: 2922.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(449) {
  top: 2256.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(449) {
    top: 2250.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(449) {
    top: 2928.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(450) {
  top: 2261.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(450) {
    top: 2255.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(450) {
    top: 2935.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(451) {
  top: 2266.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(451) {
    top: 2260.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(451) {
    top: 2941.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(452) {
  top: 2271.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(452) {
    top: 2265.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(452) {
    top: 2948.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(453) {
  top: 2276.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(453) {
    top: 2270.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(453) {
    top: 2954.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(454) {
  top: 2281.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(454) {
    top: 2275.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(454) {
    top: 2961.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(455) {
  top: 2286.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(455) {
    top: 2280.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(455) {
    top: 2967.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(456) {
  top: 2291.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(456) {
    top: 2285.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(456) {
    top: 2974.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(457) {
  top: 2296.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(457) {
    top: 2290.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(457) {
    top: 2980.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(458) {
  top: 2301.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(458) {
    top: 2295.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(458) {
    top: 2987.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(459) {
  top: 2306.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(459) {
    top: 2300.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(459) {
    top: 2993.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(460) {
  top: 2311.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(460) {
    top: 2305.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(460) {
    top: 3000.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(461) {
  top: 2316.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(461) {
    top: 2310.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(461) {
    top: 3006.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(462) {
  top: 2321.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(462) {
    top: 2315.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(462) {
    top: 3013.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(463) {
  top: 2326.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(463) {
    top: 2320.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(463) {
    top: 3019.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(464) {
  top: 2331.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(464) {
    top: 2325.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(464) {
    top: 3026.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(465) {
  top: 2336.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(465) {
    top: 2330.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(465) {
    top: 3032.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(466) {
  top: 2341.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(466) {
    top: 2335.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(466) {
    top: 3039.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(467) {
  top: 2346.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(467) {
    top: 2340.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(467) {
    top: 3045.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(468) {
  top: 2351.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(468) {
    top: 2345.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(468) {
    top: 3052.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(469) {
  top: 2356.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(469) {
    top: 2350.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(469) {
    top: 3058.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(470) {
  top: 2361.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(470) {
    top: 2355.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(470) {
    top: 3065.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(471) {
  top: 2366.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(471) {
    top: 2360.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(471) {
    top: 3071.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(472) {
  top: 2371.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(472) {
    top: 2365.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(472) {
    top: 3078.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(473) {
  top: 2376.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(473) {
    top: 2370.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(473) {
    top: 3084.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(474) {
  top: 2381.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(474) {
    top: 2375.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(474) {
    top: 3091.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(475) {
  top: 2386.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(475) {
    top: 2380.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(475) {
    top: 3097.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(476) {
  top: 2391.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(476) {
    top: 2385.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(476) {
    top: 3104.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(477) {
  top: 2396.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(477) {
    top: 2390.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(477) {
    top: 3110.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(478) {
  top: 2401.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(478) {
    top: 2395.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(478) {
    top: 3117.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(479) {
  top: 2406.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(479) {
    top: 2400.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(479) {
    top: 3123.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(480) {
  top: 2411.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(480) {
    top: 2405.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(480) {
    top: 3130.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(481) {
  top: 2416.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(481) {
    top: 2410.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(481) {
    top: 3136.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(482) {
  top: 2421.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(482) {
    top: 2415.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(482) {
    top: 3143.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(483) {
  top: 2426.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(483) {
    top: 2420.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(483) {
    top: 3149.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(484) {
  top: 2431.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(484) {
    top: 2425.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(484) {
    top: 3156.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(485) {
  top: 2436.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(485) {
    top: 2430.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(485) {
    top: 3162.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(486) {
  top: 2441.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(486) {
    top: 2435.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(486) {
    top: 3169.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(487) {
  top: 2446.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(487) {
    top: 2440.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(487) {
    top: 3175.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(488) {
  top: 2451.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(488) {
    top: 2445.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(488) {
    top: 3182.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(489) {
  top: 2456.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(489) {
    top: 2450.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(489) {
    top: 3188.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(490) {
  top: 2461.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(490) {
    top: 2455.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(490) {
    top: 3195.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(491) {
  top: 2466.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(491) {
    top: 2460.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(491) {
    top: 3201.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(492) {
  top: 2471.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(492) {
    top: 2465.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(492) {
    top: 3208.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(493) {
  top: 2476.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(493) {
    top: 2470.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(493) {
    top: 3214.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(494) {
  top: 2481.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(494) {
    top: 2475.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(494) {
    top: 3221.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(495) {
  top: 2486.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(495) {
    top: 2480.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(495) {
    top: 3227.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(496) {
  top: 2491.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(496) {
    top: 2485.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(496) {
    top: 3234.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(497) {
  top: 2496.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(497) {
    top: 2490.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(497) {
    top: 3240.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(498) {
  top: 2501.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(498) {
    top: 2495.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(498) {
    top: 3247.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(499) {
  top: 2506.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(499) {
    top: 2500.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(499) {
    top: 3253.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(500) {
  top: 2511.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(500) {
    top: 2505.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(500) {
    top: 3260.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(501) {
  top: 2516.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(501) {
    top: 2510.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(501) {
    top: 3266.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(502) {
  top: 2521.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(502) {
    top: 2515.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(502) {
    top: 3273.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(503) {
  top: 2526.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(503) {
    top: 2520.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(503) {
    top: 3279.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(504) {
  top: 2531.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(504) {
    top: 2525.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(504) {
    top: 3286.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(505) {
  top: 2536.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(505) {
    top: 2530.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(505) {
    top: 3292.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(506) {
  top: 2541.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(506) {
    top: 2535.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(506) {
    top: 3299.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(507) {
  top: 2546.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(507) {
    top: 2540.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(507) {
    top: 3305.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(508) {
  top: 2551.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(508) {
    top: 2545.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(508) {
    top: 3312.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(509) {
  top: 2556.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(509) {
    top: 2550.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(509) {
    top: 3318.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(510) {
  top: 2561.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(510) {
    top: 2555.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(510) {
    top: 3325.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(511) {
  top: 2566.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(511) {
    top: 2560.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(511) {
    top: 3331.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(512) {
  top: 2571.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(512) {
    top: 2565.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(512) {
    top: 3338.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(513) {
  top: 2576.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(513) {
    top: 2570.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(513) {
    top: 3344.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(514) {
  top: 2581.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(514) {
    top: 2575.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(514) {
    top: 3351.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(515) {
  top: 2586.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(515) {
    top: 2580.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(515) {
    top: 3357.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(516) {
  top: 2591.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(516) {
    top: 2585.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(516) {
    top: 3364.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(517) {
  top: 2596.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(517) {
    top: 2590.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(517) {
    top: 3370.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(518) {
  top: 2601.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(518) {
    top: 2595.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(518) {
    top: 3377.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(519) {
  top: 2606.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(519) {
    top: 2600.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(519) {
    top: 3383.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(520) {
  top: 2611.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(520) {
    top: 2605.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(520) {
    top: 3390.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(521) {
  top: 2616.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(521) {
    top: 2610.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(521) {
    top: 3396.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(522) {
  top: 2621.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(522) {
    top: 2615.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(522) {
    top: 3403.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(523) {
  top: 2626.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(523) {
    top: 2620.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(523) {
    top: 3409.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(524) {
  top: 2631.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(524) {
    top: 2625.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(524) {
    top: 3416.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(525) {
  top: 2636.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(525) {
    top: 2630.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(525) {
    top: 3422.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(526) {
  top: 2641.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(526) {
    top: 2635.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(526) {
    top: 3429.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(527) {
  top: 2646.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(527) {
    top: 2640.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(527) {
    top: 3435.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(528) {
  top: 2651.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(528) {
    top: 2645.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(528) {
    top: 3442.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(529) {
  top: 2656.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(529) {
    top: 2650.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(529) {
    top: 3448.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(530) {
  top: 2661.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(530) {
    top: 2655.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(530) {
    top: 3455.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(531) {
  top: 2666.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(531) {
    top: 2660.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(531) {
    top: 3461.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(532) {
  top: 2671.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(532) {
    top: 2665.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(532) {
    top: 3468.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(533) {
  top: 2676.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(533) {
    top: 2670.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(533) {
    top: 3474.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(534) {
  top: 2681.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(534) {
    top: 2675.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(534) {
    top: 3481.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(535) {
  top: 2686.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(535) {
    top: 2680.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(535) {
    top: 3487.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(536) {
  top: 2691.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(536) {
    top: 2685.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(536) {
    top: 3494.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(537) {
  top: 2696.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(537) {
    top: 2690.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(537) {
    top: 3500.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(538) {
  top: 2701.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(538) {
    top: 2695.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(538) {
    top: 3507.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(539) {
  top: 2706.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(539) {
    top: 2700.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(539) {
    top: 3513.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(540) {
  top: 2711.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(540) {
    top: 2705.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(540) {
    top: 3520.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(541) {
  top: 2716.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(541) {
    top: 2710.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(541) {
    top: 3526.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(542) {
  top: 2721.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(542) {
    top: 2715.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(542) {
    top: 3533.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(543) {
  top: 2726.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(543) {
    top: 2720.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(543) {
    top: 3539.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(544) {
  top: 2731.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(544) {
    top: 2725.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(544) {
    top: 3546.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(545) {
  top: 2736.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(545) {
    top: 2730.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(545) {
    top: 3552.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(546) {
  top: 2741.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(546) {
    top: 2735.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(546) {
    top: 3559.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(547) {
  top: 2746.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(547) {
    top: 2740.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(547) {
    top: 3565.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(548) {
  top: 2751.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(548) {
    top: 2745.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(548) {
    top: 3572.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(549) {
  top: 2756.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(549) {
    top: 2750.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(549) {
    top: 3578.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(550) {
  top: 2761.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(550) {
    top: 2755.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(550) {
    top: 3585.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(551) {
  top: 2766.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(551) {
    top: 2760.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(551) {
    top: 3591.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(552) {
  top: 2771.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(552) {
    top: 2765.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(552) {
    top: 3598.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(553) {
  top: 2776.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(553) {
    top: 2770.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(553) {
    top: 3604.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(554) {
  top: 2781.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(554) {
    top: 2775.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(554) {
    top: 3611.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(555) {
  top: 2786.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(555) {
    top: 2780.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(555) {
    top: 3617.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(556) {
  top: 2791.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(556) {
    top: 2785.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(556) {
    top: 3624.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(557) {
  top: 2796.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(557) {
    top: 2790.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(557) {
    top: 3630.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(558) {
  top: 2801.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(558) {
    top: 2795.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(558) {
    top: 3637.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(559) {
  top: 2806.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(559) {
    top: 2800.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(559) {
    top: 3643.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(560) {
  top: 2811.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(560) {
    top: 2805.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(560) {
    top: 3650.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(561) {
  top: 2816.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(561) {
    top: 2810.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(561) {
    top: 3656.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(562) {
  top: 2821.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(562) {
    top: 2815.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(562) {
    top: 3663.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(563) {
  top: 2826.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(563) {
    top: 2820.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(563) {
    top: 3669.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(564) {
  top: 2831.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(564) {
    top: 2825.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(564) {
    top: 3676.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(565) {
  top: 2836.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(565) {
    top: 2830.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(565) {
    top: 3682.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(566) {
  top: 2841.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(566) {
    top: 2835.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(566) {
    top: 3689.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(567) {
  top: 2846.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(567) {
    top: 2840.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(567) {
    top: 3695.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(568) {
  top: 2851.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(568) {
    top: 2845.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(568) {
    top: 3702.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(569) {
  top: 2856.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(569) {
    top: 2850.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(569) {
    top: 3708.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(570) {
  top: 2861.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(570) {
    top: 2855.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(570) {
    top: 3715.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(571) {
  top: 2866.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(571) {
    top: 2860.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(571) {
    top: 3721.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(572) {
  top: 2871.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(572) {
    top: 2865.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(572) {
    top: 3728.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(573) {
  top: 2876.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(573) {
    top: 2870.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(573) {
    top: 3734.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(574) {
  top: 2881.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(574) {
    top: 2875.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(574) {
    top: 3741.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(575) {
  top: 2886.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(575) {
    top: 2880.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(575) {
    top: 3747.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(576) {
  top: 2891.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(576) {
    top: 2885.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(576) {
    top: 3754.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(577) {
  top: 2896.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(577) {
    top: 2890.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(577) {
    top: 3760.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(578) {
  top: 2901.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(578) {
    top: 2895.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(578) {
    top: 3767.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(579) {
  top: 2906.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(579) {
    top: 2900.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(579) {
    top: 3773.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(580) {
  top: 2911.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(580) {
    top: 2905.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(580) {
    top: 3780.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(581) {
  top: 2916.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(581) {
    top: 2910.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(581) {
    top: 3786.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(582) {
  top: 2921.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(582) {
    top: 2915.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(582) {
    top: 3793.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(583) {
  top: 2926.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(583) {
    top: 2920.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(583) {
    top: 3799.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(584) {
  top: 2931.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(584) {
    top: 2925.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(584) {
    top: 3806.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(585) {
  top: 2936.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(585) {
    top: 2930.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(585) {
    top: 3812.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(586) {
  top: 2941.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(586) {
    top: 2935.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(586) {
    top: 3819.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(587) {
  top: 2946.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(587) {
    top: 2940.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(587) {
    top: 3825.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(588) {
  top: 2951.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(588) {
    top: 2945.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(588) {
    top: 3832.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(589) {
  top: 2956.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(589) {
    top: 2950.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(589) {
    top: 3838.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(590) {
  top: 2961.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(590) {
    top: 2955.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(590) {
    top: 3845.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(591) {
  top: 2966.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(591) {
    top: 2960.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(591) {
    top: 3851.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(592) {
  top: 2971.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(592) {
    top: 2965.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(592) {
    top: 3858.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(593) {
  top: 2976.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(593) {
    top: 2970.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(593) {
    top: 3864.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(594) {
  top: 2981.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(594) {
    top: 2975.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(594) {
    top: 3871.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(595) {
  top: 2986.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(595) {
    top: 2980.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(595) {
    top: 3877.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(596) {
  top: 2991.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(596) {
    top: 2985.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(596) {
    top: 3884.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(597) {
  top: 2996.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(597) {
    top: 2990.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(597) {
    top: 3890.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(598) {
  top: 3001.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(598) {
    top: 2995.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(598) {
    top: 3897.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(599) {
  top: 3006.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(599) {
    top: 3000.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(599) {
    top: 3903.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(600) {
  top: 3011.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(600) {
    top: 3005.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(600) {
    top: 3910.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(601) {
  top: 3016.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(601) {
    top: 3010.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(601) {
    top: 3916.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(602) {
  top: 3021.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(602) {
    top: 3015.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(602) {
    top: 3923.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(603) {
  top: 3026.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(603) {
    top: 3020.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(603) {
    top: 3929.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(604) {
  top: 3031.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(604) {
    top: 3025.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(604) {
    top: 3936.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(605) {
  top: 3036.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(605) {
    top: 3030.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(605) {
    top: 3942.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(606) {
  top: 3041.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(606) {
    top: 3035.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(606) {
    top: 3949.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(607) {
  top: 3046.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(607) {
    top: 3040.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(607) {
    top: 3955.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(608) {
  top: 3051.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(608) {
    top: 3045.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(608) {
    top: 3962.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(609) {
  top: 3056.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(609) {
    top: 3050.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(609) {
    top: 3968.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(610) {
  top: 3061.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(610) {
    top: 3055.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(610) {
    top: 3975.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(611) {
  top: 3066.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(611) {
    top: 3060.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(611) {
    top: 3981.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(612) {
  top: 3071.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(612) {
    top: 3065.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(612) {
    top: 3988.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(613) {
  top: 3076.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(613) {
    top: 3070.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(613) {
    top: 3994.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(614) {
  top: 3081.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(614) {
    top: 3075.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(614) {
    top: 4001.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(615) {
  top: 3086.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(615) {
    top: 3080.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(615) {
    top: 4007.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(616) {
  top: 3091.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(616) {
    top: 3085.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(616) {
    top: 4014.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(617) {
  top: 3096.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(617) {
    top: 3090.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(617) {
    top: 4020.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(618) {
  top: 3101.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(618) {
    top: 3095.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(618) {
    top: 4027.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(619) {
  top: 3106.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(619) {
    top: 3100.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(619) {
    top: 4033.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(620) {
  top: 3111.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(620) {
    top: 3105.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(620) {
    top: 4040.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(621) {
  top: 3116.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(621) {
    top: 3110.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(621) {
    top: 4046.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(622) {
  top: 3121.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(622) {
    top: 3115.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(622) {
    top: 4053.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(623) {
  top: 3126.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(623) {
    top: 3120.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(623) {
    top: 4059.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(624) {
  top: 3131.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(624) {
    top: 3125.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(624) {
    top: 4066.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(625) {
  top: 3136.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(625) {
    top: 3130.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(625) {
    top: 4072.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(626) {
  top: 3141.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(626) {
    top: 3135.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(626) {
    top: 4079.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(627) {
  top: 3146.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(627) {
    top: 3140.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(627) {
    top: 4085.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(628) {
  top: 3151.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(628) {
    top: 3145.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(628) {
    top: 4092.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(629) {
  top: 3156.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(629) {
    top: 3150.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(629) {
    top: 4098.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(630) {
  top: 3161.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(630) {
    top: 3155.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(630) {
    top: 4105.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(631) {
  top: 3166.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(631) {
    top: 3160.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(631) {
    top: 4111.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(632) {
  top: 3171.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(632) {
    top: 3165.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(632) {
    top: 4118.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(633) {
  top: 3176.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(633) {
    top: 3170.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(633) {
    top: 4124.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(634) {
  top: 3181.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(634) {
    top: 3175.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(634) {
    top: 4131.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(635) {
  top: 3186.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(635) {
    top: 3180.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(635) {
    top: 4137.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(636) {
  top: 3191.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(636) {
    top: 3185.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(636) {
    top: 4144.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(637) {
  top: 3196.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(637) {
    top: 3190.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(637) {
    top: 4150.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(638) {
  top: 3201.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(638) {
    top: 3195.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(638) {
    top: 4157.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(639) {
  top: 3206.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(639) {
    top: 3200.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(639) {
    top: 4163.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(640) {
  top: 3211.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(640) {
    top: 3205.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(640) {
    top: 4170.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(641) {
  top: 3216.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(641) {
    top: 3210.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(641) {
    top: 4176.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(642) {
  top: 3221.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(642) {
    top: 3215.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(642) {
    top: 4183.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(643) {
  top: 3226.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(643) {
    top: 3220.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(643) {
    top: 4189.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(644) {
  top: 3231.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(644) {
    top: 3225.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(644) {
    top: 4196.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(645) {
  top: 3236.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(645) {
    top: 3230.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(645) {
    top: 4202.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(646) {
  top: 3241.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(646) {
    top: 3235.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(646) {
    top: 4209.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(647) {
  top: 3246.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(647) {
    top: 3240.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(647) {
    top: 4215.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(648) {
  top: 3251.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(648) {
    top: 3245.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(648) {
    top: 4222.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(649) {
  top: 3256.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(649) {
    top: 3250.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(649) {
    top: 4228.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(650) {
  top: 3261.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(650) {
    top: 3255.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(650) {
    top: 4235.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(651) {
  top: 3266.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(651) {
    top: 3260.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(651) {
    top: 4241.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(652) {
  top: 3271.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(652) {
    top: 3265.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(652) {
    top: 4248.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(653) {
  top: 3276.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(653) {
    top: 3270.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(653) {
    top: 4254.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(654) {
  top: 3281.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(654) {
    top: 3275.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(654) {
    top: 4261.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(655) {
  top: 3286.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(655) {
    top: 3280.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(655) {
    top: 4267.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(656) {
  top: 3291.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(656) {
    top: 3285.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(656) {
    top: 4274.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(657) {
  top: 3296.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(657) {
    top: 3290.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(657) {
    top: 4280.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(658) {
  top: 3301.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(658) {
    top: 3295.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(658) {
    top: 4287.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(659) {
  top: 3306.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(659) {
    top: 3300.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(659) {
    top: 4293.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(660) {
  top: 3311.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(660) {
    top: 3305.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(660) {
    top: 4300.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(661) {
  top: 3316.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(661) {
    top: 3310.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(661) {
    top: 4306.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(662) {
  top: 3321.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(662) {
    top: 3315.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(662) {
    top: 4313.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(663) {
  top: 3326.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(663) {
    top: 3320.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(663) {
    top: 4319.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(664) {
  top: 3331.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(664) {
    top: 3325.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(664) {
    top: 4326.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(665) {
  top: 3336.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(665) {
    top: 3330.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(665) {
    top: 4332.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(666) {
  top: 3341.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(666) {
    top: 3335.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(666) {
    top: 4339.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(667) {
  top: 3346.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(667) {
    top: 3340.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(667) {
    top: 4345.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(668) {
  top: 3351.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(668) {
    top: 3345.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(668) {
    top: 4352.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(669) {
  top: 3356.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(669) {
    top: 3350.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(669) {
    top: 4358.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(670) {
  top: 3361.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(670) {
    top: 3355.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(670) {
    top: 4365.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(671) {
  top: 3366.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(671) {
    top: 3360.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(671) {
    top: 4371.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(672) {
  top: 3371.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(672) {
    top: 3365.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(672) {
    top: 4378.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(673) {
  top: 3376.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(673) {
    top: 3370.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(673) {
    top: 4384.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(674) {
  top: 3381.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(674) {
    top: 3375.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(674) {
    top: 4391.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(675) {
  top: 3386.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(675) {
    top: 3380.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(675) {
    top: 4397.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(676) {
  top: 3391.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(676) {
    top: 3385.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(676) {
    top: 4404.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(677) {
  top: 3396.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(677) {
    top: 3390.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(677) {
    top: 4410.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(678) {
  top: 3401.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(678) {
    top: 3395.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(678) {
    top: 4417.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(679) {
  top: 3406.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(679) {
    top: 3400.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(679) {
    top: 4423.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(680) {
  top: 3411.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(680) {
    top: 3405.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(680) {
    top: 4430.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(681) {
  top: 3416.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(681) {
    top: 3410.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(681) {
    top: 4436.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(682) {
  top: 3421.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(682) {
    top: 3415.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(682) {
    top: 4443.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(683) {
  top: 3426.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(683) {
    top: 3420.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(683) {
    top: 4449.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(684) {
  top: 3431.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(684) {
    top: 3425.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(684) {
    top: 4456.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(685) {
  top: 3436.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(685) {
    top: 3430.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(685) {
    top: 4462.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(686) {
  top: 3441.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(686) {
    top: 3435.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(686) {
    top: 4469.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(687) {
  top: 3446.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(687) {
    top: 3440.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(687) {
    top: 4475.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(688) {
  top: 3451.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(688) {
    top: 3445.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(688) {
    top: 4482.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(689) {
  top: 3456.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(689) {
    top: 3450.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(689) {
    top: 4488.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(690) {
  top: 3461.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(690) {
    top: 3455.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(690) {
    top: 4495.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(691) {
  top: 3466.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(691) {
    top: 3460.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(691) {
    top: 4501.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(692) {
  top: 3471.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(692) {
    top: 3465.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(692) {
    top: 4508.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(693) {
  top: 3476.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(693) {
    top: 3470.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(693) {
    top: 4514.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(694) {
  top: 3481.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(694) {
    top: 3475.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(694) {
    top: 4521.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(695) {
  top: 3486.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(695) {
    top: 3480.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(695) {
    top: 4527.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(696) {
  top: 3491.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(696) {
    top: 3485.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(696) {
    top: 4534.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(697) {
  top: 3496.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(697) {
    top: 3490.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(697) {
    top: 4540.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(698) {
  top: 3501.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(698) {
    top: 3495.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(698) {
    top: 4547.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(699) {
  top: 3506.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(699) {
    top: 3500.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(699) {
    top: 4553.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(700) {
  top: 3511.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(700) {
    top: 3505.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(700) {
    top: 4560.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(701) {
  top: 3516.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(701) {
    top: 3510.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(701) {
    top: 4566.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(702) {
  top: 3521.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(702) {
    top: 3515.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(702) {
    top: 4573.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(703) {
  top: 3526.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(703) {
    top: 3520.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(703) {
    top: 4579.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(704) {
  top: 3531.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(704) {
    top: 3525.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(704) {
    top: 4586.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(705) {
  top: 3536.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(705) {
    top: 3530.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(705) {
    top: 4592.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(706) {
  top: 3541.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(706) {
    top: 3535.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(706) {
    top: 4599.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(707) {
  top: 3546.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(707) {
    top: 3540.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(707) {
    top: 4605.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(708) {
  top: 3551.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(708) {
    top: 3545.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(708) {
    top: 4612.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(709) {
  top: 3556.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(709) {
    top: 3550.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(709) {
    top: 4618.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(710) {
  top: 3561.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(710) {
    top: 3555.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(710) {
    top: 4625.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(711) {
  top: 3566.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(711) {
    top: 3560.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(711) {
    top: 4631.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(712) {
  top: 3571.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(712) {
    top: 3565.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(712) {
    top: 4638.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(713) {
  top: 3576.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(713) {
    top: 3570.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(713) {
    top: 4644.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(714) {
  top: 3581.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(714) {
    top: 3575.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(714) {
    top: 4651.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(715) {
  top: 3586.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(715) {
    top: 3580.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(715) {
    top: 4657.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(716) {
  top: 3591.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(716) {
    top: 3585.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(716) {
    top: 4664.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(717) {
  top: 3596.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(717) {
    top: 3590.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(717) {
    top: 4670.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(718) {
  top: 3601.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(718) {
    top: 3595.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(718) {
    top: 4677.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(719) {
  top: 3606.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(719) {
    top: 3600.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(719) {
    top: 4683.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(720) {
  top: 3611.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(720) {
    top: 3605.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(720) {
    top: 4690.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(721) {
  top: 3616.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(721) {
    top: 3610.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(721) {
    top: 4696.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(722) {
  top: 3621.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(722) {
    top: 3615.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(722) {
    top: 4703.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(723) {
  top: 3626.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(723) {
    top: 3620.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(723) {
    top: 4709.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(724) {
  top: 3631.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(724) {
    top: 3625.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(724) {
    top: 4716.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(725) {
  top: 3636.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(725) {
    top: 3630.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(725) {
    top: 4722.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(726) {
  top: 3641.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(726) {
    top: 3635.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(726) {
    top: 4729.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(727) {
  top: 3646.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(727) {
    top: 3640.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(727) {
    top: 4735.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(728) {
  top: 3651.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(728) {
    top: 3645.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(728) {
    top: 4742.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(729) {
  top: 3656.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(729) {
    top: 3650.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(729) {
    top: 4748.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(730) {
  top: 3661.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(730) {
    top: 3655.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(730) {
    top: 4755.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(731) {
  top: 3666.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(731) {
    top: 3660.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(731) {
    top: 4761.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(732) {
  top: 3671.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(732) {
    top: 3665.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(732) {
    top: 4768.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(733) {
  top: 3676.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(733) {
    top: 3670.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(733) {
    top: 4774.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(734) {
  top: 3681.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(734) {
    top: 3675.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(734) {
    top: 4781.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(735) {
  top: 3686.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(735) {
    top: 3680.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(735) {
    top: 4787.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(736) {
  top: 3691.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(736) {
    top: 3685.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(736) {
    top: 4794.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(737) {
  top: 3696.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(737) {
    top: 3690.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(737) {
    top: 4800.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(738) {
  top: 3701.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(738) {
    top: 3695.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(738) {
    top: 4807.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(739) {
  top: 3706.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(739) {
    top: 3700.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(739) {
    top: 4813.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(740) {
  top: 3711.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(740) {
    top: 3705.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(740) {
    top: 4820.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(741) {
  top: 3716.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(741) {
    top: 3710.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(741) {
    top: 4826.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(742) {
  top: 3721.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(742) {
    top: 3715.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(742) {
    top: 4833.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(743) {
  top: 3726.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(743) {
    top: 3720.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(743) {
    top: 4839.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(744) {
  top: 3731.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(744) {
    top: 3725.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(744) {
    top: 4846.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(745) {
  top: 3736.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(745) {
    top: 3730.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(745) {
    top: 4852.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(746) {
  top: 3741.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(746) {
    top: 3735.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(746) {
    top: 4859.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(747) {
  top: 3746.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(747) {
    top: 3740.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(747) {
    top: 4865.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(748) {
  top: 3751.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(748) {
    top: 3745.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(748) {
    top: 4872.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(749) {
  top: 3756.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(749) {
    top: 3750.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(749) {
    top: 4878.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(750) {
  top: 3761.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(750) {
    top: 3755.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(750) {
    top: 4885.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(751) {
  top: 3766.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(751) {
    top: 3760.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(751) {
    top: 4891.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(752) {
  top: 3771.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(752) {
    top: 3765.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(752) {
    top: 4898.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(753) {
  top: 3776.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(753) {
    top: 3770.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(753) {
    top: 4904.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(754) {
  top: 3781.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(754) {
    top: 3775.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(754) {
    top: 4911.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(755) {
  top: 3786.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(755) {
    top: 3780.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(755) {
    top: 4917.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(756) {
  top: 3791.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(756) {
    top: 3785.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(756) {
    top: 4924.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(757) {
  top: 3796.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(757) {
    top: 3790.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(757) {
    top: 4930.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(758) {
  top: 3801.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(758) {
    top: 3795.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(758) {
    top: 4937.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(759) {
  top: 3806.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(759) {
    top: 3800.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(759) {
    top: 4943.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(760) {
  top: 3811.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(760) {
    top: 3805.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(760) {
    top: 4950.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(761) {
  top: 3816.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(761) {
    top: 3810.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(761) {
    top: 4956.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(762) {
  top: 3821.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(762) {
    top: 3815.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(762) {
    top: 4963.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(763) {
  top: 3826.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(763) {
    top: 3820.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(763) {
    top: 4969.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(764) {
  top: 3831.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(764) {
    top: 3825.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(764) {
    top: 4976.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(765) {
  top: 3836.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(765) {
    top: 3830.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(765) {
    top: 4982.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(766) {
  top: 3841.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(766) {
    top: 3835.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(766) {
    top: 4989.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(767) {
  top: 3846.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(767) {
    top: 3840.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(767) {
    top: 4995.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(768) {
  top: 3851.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(768) {
    top: 3845.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(768) {
    top: 5002.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(769) {
  top: 3856.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(769) {
    top: 3850.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(769) {
    top: 5008.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(770) {
  top: 3861.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(770) {
    top: 3855.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(770) {
    top: 5015.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(771) {
  top: 3866.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(771) {
    top: 3860.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(771) {
    top: 5021.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(772) {
  top: 3871.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(772) {
    top: 3865.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(772) {
    top: 5028.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(773) {
  top: 3876.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(773) {
    top: 3870.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(773) {
    top: 5034.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(774) {
  top: 3881.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(774) {
    top: 3875.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(774) {
    top: 5041.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(775) {
  top: 3886.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(775) {
    top: 3880.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(775) {
    top: 5047.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(776) {
  top: 3891.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(776) {
    top: 3885.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(776) {
    top: 5054.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(777) {
  top: 3896.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(777) {
    top: 3890.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(777) {
    top: 5060.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(778) {
  top: 3901.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(778) {
    top: 3895.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(778) {
    top: 5067.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(779) {
  top: 3906.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(779) {
    top: 3900.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(779) {
    top: 5073.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(780) {
  top: 3911.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(780) {
    top: 3905.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(780) {
    top: 5080.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(781) {
  top: 3916.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(781) {
    top: 3910.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(781) {
    top: 5086.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(782) {
  top: 3921.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(782) {
    top: 3915.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(782) {
    top: 5093.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(783) {
  top: 3926.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(783) {
    top: 3920.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(783) {
    top: 5099.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(784) {
  top: 3931.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(784) {
    top: 3925.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(784) {
    top: 5106.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(785) {
  top: 3936.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(785) {
    top: 3930.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(785) {
    top: 5112.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(786) {
  top: 3941.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(786) {
    top: 3935.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(786) {
    top: 5119.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(787) {
  top: 3946.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(787) {
    top: 3940.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(787) {
    top: 5125.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(788) {
  top: 3951.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(788) {
    top: 3945.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(788) {
    top: 5132.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(789) {
  top: 3956.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(789) {
    top: 3950.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(789) {
    top: 5138.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(790) {
  top: 3961.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(790) {
    top: 3955.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(790) {
    top: 5145.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(791) {
  top: 3966.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(791) {
    top: 3960.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(791) {
    top: 5151.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(792) {
  top: 3971.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(792) {
    top: 3965.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(792) {
    top: 5158.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(793) {
  top: 3976.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(793) {
    top: 3970.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(793) {
    top: 5164.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(794) {
  top: 3981.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(794) {
    top: 3975.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(794) {
    top: 5171.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(795) {
  top: 3986.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(795) {
    top: 3980.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(795) {
    top: 5177.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(796) {
  top: 3991.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(796) {
    top: 3985.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(796) {
    top: 5184.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(797) {
  top: 3996.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(797) {
    top: 3990.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(797) {
    top: 5190.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(798) {
  top: 4001.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(798) {
    top: 3995.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(798) {
    top: 5197.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(799) {
  top: 4006.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(799) {
    top: 4000.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(799) {
    top: 5203.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(800) {
  top: 4011.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(800) {
    top: 4005.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(800) {
    top: 5210.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(801) {
  top: 4016.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(801) {
    top: 4010.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(801) {
    top: 5216.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(802) {
  top: 4021.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(802) {
    top: 4015.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(802) {
    top: 5223.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(803) {
  top: 4026.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(803) {
    top: 4020.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(803) {
    top: 5229.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(804) {
  top: 4031.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(804) {
    top: 4025.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(804) {
    top: 5236.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(805) {
  top: 4036.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(805) {
    top: 4030.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(805) {
    top: 5242.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(806) {
  top: 4041.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(806) {
    top: 4035.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(806) {
    top: 5249.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(807) {
  top: 4046.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(807) {
    top: 4040.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(807) {
    top: 5255.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(808) {
  top: 4051.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(808) {
    top: 4045.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(808) {
    top: 5262.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(809) {
  top: 4056.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(809) {
    top: 4050.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(809) {
    top: 5268.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(810) {
  top: 4061.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(810) {
    top: 4055.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(810) {
    top: 5275.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(811) {
  top: 4066.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(811) {
    top: 4060.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(811) {
    top: 5281.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(812) {
  top: 4071.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(812) {
    top: 4065.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(812) {
    top: 5288.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(813) {
  top: 4076.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(813) {
    top: 4070.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(813) {
    top: 5294.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(814) {
  top: 4081.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(814) {
    top: 4075.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(814) {
    top: 5301.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(815) {
  top: 4086.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(815) {
    top: 4080.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(815) {
    top: 5307.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(816) {
  top: 4091.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(816) {
    top: 4085.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(816) {
    top: 5314.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(817) {
  top: 4096.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(817) {
    top: 4090.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(817) {
    top: 5320.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(818) {
  top: 4101.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(818) {
    top: 4095.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(818) {
    top: 5327.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(819) {
  top: 4106.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(819) {
    top: 4100.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(819) {
    top: 5333.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(820) {
  top: 4111.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(820) {
    top: 4105.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(820) {
    top: 5340.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(821) {
  top: 4116.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(821) {
    top: 4110.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(821) {
    top: 5346.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(822) {
  top: 4121.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(822) {
    top: 4115.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(822) {
    top: 5353.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(823) {
  top: 4126.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(823) {
    top: 4120.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(823) {
    top: 5359.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(824) {
  top: 4131.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(824) {
    top: 4125.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(824) {
    top: 5366.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(825) {
  top: 4136.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(825) {
    top: 4130.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(825) {
    top: 5372.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(826) {
  top: 4141.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(826) {
    top: 4135.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(826) {
    top: 5379.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(827) {
  top: 4146.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(827) {
    top: 4140.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(827) {
    top: 5385.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(828) {
  top: 4151.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(828) {
    top: 4145.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(828) {
    top: 5392.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(829) {
  top: 4156.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(829) {
    top: 4150.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(829) {
    top: 5398.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(830) {
  top: 4161.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(830) {
    top: 4155.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(830) {
    top: 5405.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(831) {
  top: 4166.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(831) {
    top: 4160.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(831) {
    top: 5411.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(832) {
  top: 4171.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(832) {
    top: 4165.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(832) {
    top: 5418.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(833) {
  top: 4176.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(833) {
    top: 4170.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(833) {
    top: 5424.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(834) {
  top: 4181.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(834) {
    top: 4175.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(834) {
    top: 5431.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(835) {
  top: 4186.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(835) {
    top: 4180.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(835) {
    top: 5437.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(836) {
  top: 4191.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(836) {
    top: 4185.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(836) {
    top: 5444.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(837) {
  top: 4196.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(837) {
    top: 4190.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(837) {
    top: 5450.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(838) {
  top: 4201.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(838) {
    top: 4195.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(838) {
    top: 5457.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(839) {
  top: 4206.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(839) {
    top: 4200.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(839) {
    top: 5463.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(840) {
  top: 4211.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(840) {
    top: 4205.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(840) {
    top: 5470.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(841) {
  top: 4216.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(841) {
    top: 4210.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(841) {
    top: 5476.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(842) {
  top: 4221.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(842) {
    top: 4215.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(842) {
    top: 5483.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(843) {
  top: 4226.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(843) {
    top: 4220.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(843) {
    top: 5489.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(844) {
  top: 4231.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(844) {
    top: 4225.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(844) {
    top: 5496.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(845) {
  top: 4236.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(845) {
    top: 4230.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(845) {
    top: 5502.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(846) {
  top: 4241.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(846) {
    top: 4235.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(846) {
    top: 5509.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(847) {
  top: 4246.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(847) {
    top: 4240.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(847) {
    top: 5515.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(848) {
  top: 4251.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(848) {
    top: 4245.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(848) {
    top: 5522.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(849) {
  top: 4256.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(849) {
    top: 4250.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(849) {
    top: 5528.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(850) {
  top: 4261.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(850) {
    top: 4255.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(850) {
    top: 5535.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(851) {
  top: 4266.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(851) {
    top: 4260.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(851) {
    top: 5541.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(852) {
  top: 4271.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(852) {
    top: 4265.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(852) {
    top: 5548.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(853) {
  top: 4276.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(853) {
    top: 4270.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(853) {
    top: 5554.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(854) {
  top: 4281.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(854) {
    top: 4275.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(854) {
    top: 5561.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(855) {
  top: 4286.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(855) {
    top: 4280.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(855) {
    top: 5567.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(856) {
  top: 4291.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(856) {
    top: 4285.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(856) {
    top: 5574.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(857) {
  top: 4296.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(857) {
    top: 4290.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(857) {
    top: 5580.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(858) {
  top: 4301.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(858) {
    top: 4295.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(858) {
    top: 5587.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(859) {
  top: 4306.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(859) {
    top: 4300.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(859) {
    top: 5593.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(860) {
  top: 4311.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(860) {
    top: 4305.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(860) {
    top: 5600.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(861) {
  top: 4316.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(861) {
    top: 4310.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(861) {
    top: 5606.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(862) {
  top: 4321.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(862) {
    top: 4315.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(862) {
    top: 5613.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(863) {
  top: 4326.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(863) {
    top: 4320.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(863) {
    top: 5619.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(864) {
  top: 4331.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(864) {
    top: 4325.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(864) {
    top: 5626.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(865) {
  top: 4336.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(865) {
    top: 4330.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(865) {
    top: 5632.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(866) {
  top: 4341.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(866) {
    top: 4335.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(866) {
    top: 5639.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(867) {
  top: 4346.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(867) {
    top: 4340.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(867) {
    top: 5645.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(868) {
  top: 4351.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(868) {
    top: 4345.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(868) {
    top: 5652.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(869) {
  top: 4356.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(869) {
    top: 4350.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(869) {
    top: 5658.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(870) {
  top: 4361.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(870) {
    top: 4355.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(870) {
    top: 5665.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(871) {
  top: 4366.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(871) {
    top: 4360.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(871) {
    top: 5671.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(872) {
  top: 4371.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(872) {
    top: 4365.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(872) {
    top: 5678.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(873) {
  top: 4376.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(873) {
    top: 4370.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(873) {
    top: 5684.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(874) {
  top: 4381.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(874) {
    top: 4375.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(874) {
    top: 5691.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(875) {
  top: 4386.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(875) {
    top: 4380.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(875) {
    top: 5697.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(876) {
  top: 4391.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(876) {
    top: 4385.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(876) {
    top: 5704.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(877) {
  top: 4396.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(877) {
    top: 4390.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(877) {
    top: 5710.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(878) {
  top: 4401.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(878) {
    top: 4395.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(878) {
    top: 5717.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(879) {
  top: 4406.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(879) {
    top: 4400.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(879) {
    top: 5723.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(880) {
  top: 4411.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(880) {
    top: 4405.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(880) {
    top: 5730.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(881) {
  top: 4416.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(881) {
    top: 4410.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(881) {
    top: 5736.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(882) {
  top: 4421.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(882) {
    top: 4415.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(882) {
    top: 5743.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(883) {
  top: 4426.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(883) {
    top: 4420.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(883) {
    top: 5749.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(884) {
  top: 4431.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(884) {
    top: 4425.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(884) {
    top: 5756.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(885) {
  top: 4436.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(885) {
    top: 4430.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(885) {
    top: 5762.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(886) {
  top: 4441.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(886) {
    top: 4435.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(886) {
    top: 5769.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(887) {
  top: 4446.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(887) {
    top: 4440.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(887) {
    top: 5775.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(888) {
  top: 4451.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(888) {
    top: 4445.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(888) {
    top: 5782.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(889) {
  top: 4456.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(889) {
    top: 4450.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(889) {
    top: 5788.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(890) {
  top: 4461.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(890) {
    top: 4455.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(890) {
    top: 5795.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(891) {
  top: 4466.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(891) {
    top: 4460.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(891) {
    top: 5801.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(892) {
  top: 4471.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(892) {
    top: 4465.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(892) {
    top: 5808.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(893) {
  top: 4476.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(893) {
    top: 4470.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(893) {
    top: 5814.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(894) {
  top: 4481.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(894) {
    top: 4475.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(894) {
    top: 5821.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(895) {
  top: 4486.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(895) {
    top: 4480.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(895) {
    top: 5827.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(896) {
  top: 4491.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(896) {
    top: 4485.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(896) {
    top: 5834.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(897) {
  top: 4496.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(897) {
    top: 4490.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(897) {
    top: 5840.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(898) {
  top: 4501.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(898) {
    top: 4495.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(898) {
    top: 5847.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(899) {
  top: 4506.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(899) {
    top: 4500.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(899) {
    top: 5853.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(900) {
  top: 4511.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(900) {
    top: 4505.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(900) {
    top: 5860.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(901) {
  top: 4516.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(901) {
    top: 4510.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(901) {
    top: 5866.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(902) {
  top: 4521.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(902) {
    top: 4515.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(902) {
    top: 5873.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(903) {
  top: 4526.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(903) {
    top: 4520.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(903) {
    top: 5879.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(904) {
  top: 4531.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(904) {
    top: 4525.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(904) {
    top: 5886.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(905) {
  top: 4536.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(905) {
    top: 4530.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(905) {
    top: 5892.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(906) {
  top: 4541.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(906) {
    top: 4535.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(906) {
    top: 5899.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(907) {
  top: 4546.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(907) {
    top: 4540.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(907) {
    top: 5905.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(908) {
  top: 4551.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(908) {
    top: 4545.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(908) {
    top: 5912.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(909) {
  top: 4556.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(909) {
    top: 4550.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(909) {
    top: 5918.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(910) {
  top: 4561.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(910) {
    top: 4555.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(910) {
    top: 5925.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(911) {
  top: 4566.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(911) {
    top: 4560.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(911) {
    top: 5931.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(912) {
  top: 4571.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(912) {
    top: 4565.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(912) {
    top: 5938.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(913) {
  top: 4576.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(913) {
    top: 4570.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(913) {
    top: 5944.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(914) {
  top: 4581.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(914) {
    top: 4575.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(914) {
    top: 5951.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(915) {
  top: 4586.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(915) {
    top: 4580.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(915) {
    top: 5957.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(916) {
  top: 4591.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(916) {
    top: 4585.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(916) {
    top: 5964.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(917) {
  top: 4596.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(917) {
    top: 4590.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(917) {
    top: 5970.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(918) {
  top: 4601.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(918) {
    top: 4595.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(918) {
    top: 5977.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(919) {
  top: 4606.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(919) {
    top: 4600.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(919) {
    top: 5983.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(920) {
  top: 4611.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(920) {
    top: 4605.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(920) {
    top: 5990.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(921) {
  top: 4616.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(921) {
    top: 4610.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(921) {
    top: 5996.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(922) {
  top: 4621.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(922) {
    top: 4615.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(922) {
    top: 6003.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(923) {
  top: 4626.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(923) {
    top: 4620.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(923) {
    top: 6009.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(924) {
  top: 4631.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(924) {
    top: 4625.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(924) {
    top: 6016.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(925) {
  top: 4636.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(925) {
    top: 4630.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(925) {
    top: 6022.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(926) {
  top: 4641.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(926) {
    top: 4635.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(926) {
    top: 6029.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(927) {
  top: 4646.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(927) {
    top: 4640.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(927) {
    top: 6035.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(928) {
  top: 4651.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(928) {
    top: 4645.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(928) {
    top: 6042.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(929) {
  top: 4656.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(929) {
    top: 4650.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(929) {
    top: 6048.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(930) {
  top: 4661.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(930) {
    top: 4655.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(930) {
    top: 6055.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(931) {
  top: 4666.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(931) {
    top: 4660.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(931) {
    top: 6061.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(932) {
  top: 4671.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(932) {
    top: 4665.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(932) {
    top: 6068.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(933) {
  top: 4676.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(933) {
    top: 4670.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(933) {
    top: 6074.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(934) {
  top: 4681.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(934) {
    top: 4675.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(934) {
    top: 6081.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(935) {
  top: 4686.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(935) {
    top: 4680.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(935) {
    top: 6087.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(936) {
  top: 4691.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(936) {
    top: 4685.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(936) {
    top: 6094.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(937) {
  top: 4696.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(937) {
    top: 4690.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(937) {
    top: 6100.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(938) {
  top: 4701.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(938) {
    top: 4695.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(938) {
    top: 6107.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(939) {
  top: 4706.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(939) {
    top: 4700.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(939) {
    top: 6113.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(940) {
  top: 4711.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(940) {
    top: 4705.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(940) {
    top: 6120.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(941) {
  top: 4716.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(941) {
    top: 4710.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(941) {
    top: 6126.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(942) {
  top: 4721.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(942) {
    top: 4715.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(942) {
    top: 6133.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(943) {
  top: 4726.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(943) {
    top: 4720.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(943) {
    top: 6139.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(944) {
  top: 4731.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(944) {
    top: 4725.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(944) {
    top: 6146.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(945) {
  top: 4736.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(945) {
    top: 4730.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(945) {
    top: 6152.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(946) {
  top: 4741.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(946) {
    top: 4735.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(946) {
    top: 6159.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(947) {
  top: 4746.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(947) {
    top: 4740.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(947) {
    top: 6165.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(948) {
  top: 4751.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(948) {
    top: 4745.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(948) {
    top: 6172.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(949) {
  top: 4756.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(949) {
    top: 4750.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(949) {
    top: 6178.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(950) {
  top: 4761.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(950) {
    top: 4755.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(950) {
    top: 6185.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(951) {
  top: 4766.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(951) {
    top: 4760.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(951) {
    top: 6191.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(952) {
  top: 4771.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(952) {
    top: 4765.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(952) {
    top: 6198.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(953) {
  top: 4776.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(953) {
    top: 4770.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(953) {
    top: 6204.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(954) {
  top: 4781.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(954) {
    top: 4775.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(954) {
    top: 6211.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(955) {
  top: 4786.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(955) {
    top: 4780.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(955) {
    top: 6217.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(956) {
  top: 4791.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(956) {
    top: 4785.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(956) {
    top: 6224.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(957) {
  top: 4796.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(957) {
    top: 4790.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(957) {
    top: 6230.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(958) {
  top: 4801.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(958) {
    top: 4795.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(958) {
    top: 6237.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(959) {
  top: 4806.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(959) {
    top: 4800.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(959) {
    top: 6243.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(960) {
  top: 4811.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(960) {
    top: 4805.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(960) {
    top: 6250.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(961) {
  top: 4816.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(961) {
    top: 4810.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(961) {
    top: 6256.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(962) {
  top: 4821.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(962) {
    top: 4815.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(962) {
    top: 6263.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(963) {
  top: 4826.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(963) {
    top: 4820.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(963) {
    top: 6269.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(964) {
  top: 4831.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(964) {
    top: 4825.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(964) {
    top: 6276.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(965) {
  top: 4836.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(965) {
    top: 4830.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(965) {
    top: 6282.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(966) {
  top: 4841.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(966) {
    top: 4835.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(966) {
    top: 6289.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(967) {
  top: 4846.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(967) {
    top: 4840.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(967) {
    top: 6295.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(968) {
  top: 4851.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(968) {
    top: 4845.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(968) {
    top: 6302.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(969) {
  top: 4856.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(969) {
    top: 4850.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(969) {
    top: 6308.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(970) {
  top: 4861.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(970) {
    top: 4855.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(970) {
    top: 6315.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(971) {
  top: 4866.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(971) {
    top: 4860.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(971) {
    top: 6321.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(972) {
  top: 4871.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(972) {
    top: 4865.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(972) {
    top: 6328.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(973) {
  top: 4876.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(973) {
    top: 4870.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(973) {
    top: 6334.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(974) {
  top: 4881.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(974) {
    top: 4875.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(974) {
    top: 6341.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(975) {
  top: 4886.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(975) {
    top: 4880.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(975) {
    top: 6347.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(976) {
  top: 4891.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(976) {
    top: 4885.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(976) {
    top: 6354.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(977) {
  top: 4896.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(977) {
    top: 4890.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(977) {
    top: 6360.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(978) {
  top: 4901.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(978) {
    top: 4895.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(978) {
    top: 6367.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(979) {
  top: 4906.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(979) {
    top: 4900.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(979) {
    top: 6373.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(980) {
  top: 4911.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(980) {
    top: 4905.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(980) {
    top: 6380.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(981) {
  top: 4916.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(981) {
    top: 4910.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(981) {
    top: 6386.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(982) {
  top: 4921.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(982) {
    top: 4915.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(982) {
    top: 6393.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(983) {
  top: 4926.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(983) {
    top: 4920.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(983) {
    top: 6399.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(984) {
  top: 4931.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(984) {
    top: 4925.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(984) {
    top: 6406.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(985) {
  top: 4936.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(985) {
    top: 4930.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(985) {
    top: 6412.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(986) {
  top: 4941.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(986) {
    top: 4935.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(986) {
    top: 6419.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(987) {
  top: 4946.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(987) {
    top: 4940.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(987) {
    top: 6425.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(988) {
  top: 4951.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(988) {
    top: 4945.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(988) {
    top: 6432.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(989) {
  top: 4956.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(989) {
    top: 4950.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(989) {
    top: 6438.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(990) {
  top: 4961.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(990) {
    top: 4955.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(990) {
    top: 6445.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(991) {
  top: 4966.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(991) {
    top: 4960.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(991) {
    top: 6451.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(992) {
  top: 4971.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(992) {
    top: 4965.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(992) {
    top: 6458.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(993) {
  top: 4976.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(993) {
    top: 4970.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(993) {
    top: 6464.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(994) {
  top: 4981.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(994) {
    top: 4975.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(994) {
    top: 6471.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(995) {
  top: 4986.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(995) {
    top: 4980.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(995) {
    top: 6477.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(996) {
  top: 4991.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(996) {
    top: 4985.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(996) {
    top: 6484.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(997) {
  top: 4996.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(997) {
    top: 4990.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(997) {
    top: 6490.8rem;
  }
}
.sidebar-pc nav div:nth-of-type(998) {
  top: 5001.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(998) {
    top: 4995.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(998) {
    top: 6497.3rem;
  }
}
.sidebar-pc nav div:nth-of-type(999) {
  top: 5006.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc nav div:nth-of-type(999) {
    top: 5000.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc nav div:nth-of-type(999) {
    top: 6503.8rem;
  }
}
.sidebar-pc .btns {
  position: fixed;
  z-index: 200;
  left: 3.5rem;
  top: 41.8rem;
}
@media (max-width: 1366px) {
  .sidebar-pc .btns {
    top: 35.8rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc .btns {
    top: 50.5rem;
  }
}
.sidebar-pc .links {
  position: fixed;
  z-index: 200;
  mix-blend-mode: difference;
  left: 3.5rem;
  top: 67rem;
}
@media (max-width: 1366px) {
  .sidebar-pc .links {
    top: 62rem;
  }
}
@media (max-width: 1300px) {
  .sidebar-pc .links {
    top: 68rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc .links {
    top: 95rem;
  }
}
.sidebar-pc .links a {
  padding-left: 2rem;
}
@media (max-width: 1300px) {
  .sidebar-pc .links a {
    padding-left: 3rem;
  }
}
.sidebar-pc .links__logo {
  position: fixed;
  z-index: 200;
  left: 3.5rem;
  top: 67rem;
  mix-blend-mode: difference;
}
@media (max-width: 1366px) {
  .sidebar-pc .links__logo {
    top: 62rem;
  }
}
@media (max-width: 1300px) {
  .sidebar-pc .links__logo {
    top: 68rem;
  }
}
@media (max-width: 1100px) {
  .sidebar-pc .links__logo {
    top: 95rem;
  }
}
.sidebar-sp {
  padding-left: 3.5rem;
  padding-top: 3.5rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 768px) {
  .sidebar-sp {
    display: block;
    background-color: #fff;
    width: calc(235px + 7rem);
    height: 100vh;
    transform: none;
    left: calc(-1 * (235px + 7rem));
    transition: left 0.6s ease-in-out;
    z-index: 200;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .sidebar-sp.open {
    left: 0;
  }
}
@media (max-width: 560px) {
  .sidebar-sp {
    padding-top: 2rem;
    padding-left: 2rem;
    width: calc(235px + 4rem);
    left: calc(-1 * (235px + 4rem));
  }
}
.sidebar-sp p, .sidebar-sp a {
  color: #000 !important;
}
.sidebar-sp .btn {
  color: #fff !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  background-color: #b99876;
  color: #fff !important;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #9f7851;
  opacity: 1;
}
.btn.round {
  flex-direction: column;
  width: 105px;
  height: 105px;
  border-radius: 60px;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: "Outfit", sans-serif;
}
.btn.round img {
  margin-bottom: 9px;
}
.btn.entry {
  background-color: #01326c;
}
.btn.entry:hover {
  background-color: #01479c;
}
.btn.outline {
  background-color: transparent;
  font-size: 1.1rem;
  border: 1px solid #fff;
  padding: 2.4rem 2.4rem 2.4rem 4.8rem;
  width: 35.2rem;
  height: 9rem;
  border-radius: 5rem;
  justify-content: space-between;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .btn.outline {
    width: 30rem;
    padding: 2rem 3rem;
  }
}
@media (max-width: 560px) {
  .btn.outline {
    width: 100%;
  }
}
.btn.outline:hover {
  background-color: #01326c;
}
.btn.outline p {
  text-align: left;
  line-height: 1.5;
}
.btn.outline span {
  font-size: 2.5rem;
  letter-spacing: 0.06em;
}
.btn.outline .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.btn.outline img {
  width: 2.5rem;
  height: 2.5rem;
}
.btn.normal {
  height: 14rem;
  border-radius: 7rem;
  position: relative;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .btn.normal {
    height: 10rem;
  }
}
@media (max-width: 560px) {
  .btn.normal {
    height: 9rem;
  }
}
.btn.normal .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 768px) {
  .btn.normal .arr {
    right: 3rem;
  }
}
.btn.normal img:not(.arr) {
  height: 5.3rem;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .btn.normal img:not(.arr) {
    height: 4.5rem;
    margin-right: 2rem;
  }
}
.btn.normal p {
  text-align: left;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
}
@media (max-width: 560px) {
  .btn.normal p {
    font-size: 1.1rem;
  }
}
.btn.normal p span {
  font-size: 2.5rem;
  display: inline-block;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .btn.normal p span {
    padding-top: 0.5rem;
  }
}
.btn.recruit {
  flex-direction: column;
  width: 100%;
  max-width: 68rem;
  height: 17.4rem;
  border-radius: 9rem;
}
@media (max-width: 768px) {
  .btn.recruit {
    height: 12rem;
    max-width: 45rem;
  }
}
@media (max-width: 768px) {
  .btn.recruit {
    height: 10rem;
  }
}
.btn.recruit .flex {
  display: flex;
  align-items: center;
}
.btn.recruit > p {
  font-size: 1.1rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .btn.recruit > p {
    padding-top: 0.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 560px) {
  .btn.recruit > p {
    font-size: 0.8rem;
  }
}
.btn.recruit .arr {
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 560px) {
  .btn.recruit .arr {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.top .mv {
  position: relative;
  z-index: 10;
  display: flex;
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 560px) {
  .top .mv {
    flex-direction: column;
    justify-content: center;
  }
}
.top .mv div {
  width: 50%;
}
@media (max-width: 560px) {
  .top .mv div {
    width: 100%;
  }
}
.top .mv h2 {
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  bottom: 7.6rem;
  right: 5%;
  background-color: black;
}
@media (max-width: 768px) {
  .top .mv h2 {
    bottom: 3rem;
    font-size: 2rem;
    right: 3rem;
  }
}
@media (max-width: 560px) {
  .top .mv h2 {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
}
.top .sec1__content {
  padding: 10rem 3rem;
  display: flex;
}
@media (max-width: 768px) {
  .top .sec1__content {
    padding: 6rem 3rem;
  }
}
@media (max-width: 560px) {
  .top .sec1__content {
    padding: 6rem 2rem;
    flex-direction: column-reverse;
  }
}
@media (max-width: 560px) {
  .top .sec1__content .image {
    width: 100%;
  }
}
.top .sec1__content .image > img {
  width: 34.2rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 768px) {
  .top .sec1__content .image > img {
    width: 30rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .top .sec1__content .image > img {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .top .sec1__content .text {
    padding-bottom: 3rem;
  }
}
.top .sec2 {
  padding: 9.5rem 0;
}
@media (max-width: 768px) {
  .top .sec2 {
    padding: 6rem 0;
  }
}
.top .sec2__content {
  background-color: #01326c;
  padding: 9.5rem 5rem;
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .top .sec2__content {
    padding: 6rem 3rem;
    border-radius: 1.7rem;
  }
}
@media (max-width: 560px) {
  .top .sec2__content {
    padding: 4rem 2rem;
  }
}
.top .sec2__content .title {
  color: #fff;
}
.top .sec2__content .title h3 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .top .sec2__content .title h3 {
    font-size: 1.2rem;
  }
}
.top .sec2__content .title h2 {
  font-size: 7rem;
  letter-spacing: 0.05em;
  line-height: 5.8rem;
}
@media (max-width: 768px) {
  .top .sec2__content .title h2 {
    font-size: 4rem;
  }
}
@media (max-width: 560px) {
  .top .sec2__content .title h2 {
    font-size: 3rem;
  }
}
.top__sec {
  padding: 5rem 0 10rem;
}
@media (max-width: 768px) {
  .top__sec {
    padding: 3rem 0 6rem;
  }
}
.top__sec__content > a {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .top__sec__content > a {
    margin-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .top__sec__content > a {
    width: 100%;
    justify-content: space-between;
  }
}
.top__sec__content > a > p {
  display: flex;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .top__sec__content > a > p {
    font-size: 1.2rem;
  }
}
@media (max-width: 560px) {
  .top__sec__content > a > p {
    flex-shrink: 0;
  }
}
.top__sec__content > a > p img {
  margin-left: 1rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .top__sec__content > a > p img {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
  }
}
.top__sec .title {
  padding-right: 10rem;
}
@media (max-width: 560px) {
  .top__sec .title {
    padding-right: 2rem;
  }
}
.top__sec .title h3 {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .top__sec .title h3 {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}
.top__sec .title h2 {
  font-size: 7rem;
  letter-spacing: 0.05em;
  line-height: 6rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .top__sec .title h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (max-width: 560px) {
  .top__sec .title h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 1100px) {
  .top__sec .title.mod h2 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .top__sec .title.mod h2 {
    font-size: 3rem;
  }
}
.top__sec .interviews {
  display: flex;
  justify-content: space-between;
}
.top__sec .interviews a {
  width: 32%;
  max-width: 345px;
  display: flex;
  flex-direction: column;
}
.top__sec .interviews a dl {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.top__sec .interviews a dl dt {
  flex-grow: 1;
  margin-bottom: 2.5rem;
  border-radius: 1.7rem;
  overflow: hidden;
}
@media (max-width: 768px) {
	.top__sec .interviews a {
		max-width: none;
	}
  .top__sec .interviews a dl dt {
    margin-bottom: 1.5rem;
  }
}
.top__sec .interviews a dl dd {
  text-align: center;
  letter-spacing: 0.06em;
}
.top__sec .interviews a dl dd p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .top__sec .interviews a dl dd p {
    font-size: 1.6rem;
  }
}
.top__sec .interviews a dl dd h3 {
  font-size: 2.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .top__sec .interviews a dl dd h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 560px) {
  .top__sec .interviews .slick-slide {
/*     margin: 0 2rem; */
	  padding: 0 1rem;
	  width: 82vw;
  }
  .top__sec .interviews .slick-dots {
    bottom: -3.5rem;
  }
  .top__sec .interviews .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #01316a;
  }
  .top__sec .interviews .slick-dots li button::before {
    font-size: 10px;
    color: #c5c6c6;
    opacity: 1;
  }
}
.top__sec .benefits {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .top__sec .benefits {
    padding-bottom: 6rem;
  }
}
.top__sec .benefits .image {
  position: relative;
  margin-bottom: 1.3rem;
}
@media (max-width: 768px) {
  .top__sec .benefits .image {
    height: 300px;
    overflow: hidden;
    border-radius: 1.7rem;
    display: flex;
    justify-content: center;
  }
  .top__sec .benefits .image img {
    height: 300px;
    width: auto;
    max-width: none;
  }
}
.top__sec .benefits .image p {
  position: absolute;
  color: #fff;
  bottom: 3.5rem;
  left: 5rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
  letter-spacing: 0.185em;
}
@media (max-width: 768px) {
  .top__sec .benefits .image p {
    font-size: 1.4rem;
    left: 2.5rem;
    bottom: 2.5rem;
    width: calc(100% - 5rem);
    letter-spacing: 0.06em;
  }
}
@media (max-width: 768px) {
  .top__sec .benefits .image p {
    font-size: 1.2rem;
    left: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
  }
}
.top__sec .benefits .images {
  display: flex;
  justify-content: space-between;
}
.top__sec .benefits .images img {
  width: 32.5%;
  max-width: 357px;
}
.top__sec .btns {
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top__sec .btns {
    padding: 2rem 0;
  }
}
@media (max-width: 560px) {
  .top__sec .btns {
    flex-direction: column;
  }
}
.top__sec .btns a {
  width: 49%;
  max-width: 545px;
}
@media (max-width: 560px) {
  .top__sec .btns a {
    width: 100%;
    margin-bottom: 2rem;
  }
  .top__sec .btns a:last-child {
    margin-bottom: 0;
  }
}

.blue {
  background-color: #01326c;
  background-image: url(../../assets/images/top/blue_bg.png);
  background-size: auto 100%;
  background-position: center;
}
@media (max-width: 560px) {
  .blue {
    background-size: 150% auto;
  }
}
.blue .image {
  margin-right: 4.5rem;
}
@media (max-width: 768px) {
  .blue .image {
    margin-right: 3rem;
  }
}
.blue .text {
  color: #fff;
  line-height: 4rem;
  padding-right: 7rem;
}
@media (max-width: 768px) {
  .blue .text {
    padding-right: 0;
    margin-top: 0;
  }
}
.blue .text h2 {
  font-size: 2.9rem;
  line-height: 4.8rem;
  letter-spacing: 0.08em;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .blue .text h2 {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 2rem;
  }
}
@media (max-width: 560px) {
  .blue .text h2 {
    font-size: 1.6rem;
  }
}
.blue .text p {
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .blue .text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media (max-width: 560px) {
  .page__mv__content .image {
    height: 150px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }
  .page__mv__content .image img {
    height: 150px;
    max-width: none;
  }
}
.page__mv__content .text {
  position: relative;
  padding: 0 3rem 5rem;
}
@media (max-width: 768px) {
  .page__mv__content .text {
    padding: 0 3rem 6rem;
  }
}
@media (max-width: 560px) {
  .page__mv__content .text {
    padding: 0 0 6rem;
  }
}
.page__mv__content .text .title {
  background-color: #01316a;
  color: #fff;
  margin-top: -6rem;
  padding: 3rem 4rem;
  width: fit-content;
  border-radius: 2.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .page__mv__content .text .title {
    border-radius: 1.7rem;
    padding: 2rem 3rem;
    margin-top: -5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .page__mv__content .text .title {
    padding: 2rem 3rem 2rem 2rem;
    min-width: 50%;
    margin-top: -2rem;
  }
}
.page__mv__content .text .title p {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  padding-bottom: 0.5rem;
}
.page__mv__content .text .title h2 {
  font-weight: 300;
  font-size: 5.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .page__mv__content .text .title h2 {
    font-size: 4rem;
  }
}
@media (max-width: 560px) {
  .page__mv__content .text .title h2 {
    font-size: 3rem;
  }
}
.page__mv__content .text > p {
  font-weight: 700;
  color: #01316a;
  font-size: 1.7rem;
  line-height: 4rem;
  padding-right: 10rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .page__mv__content .text > p {
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.about .sec1__content {
  padding: 10rem 3rem;
  display: flex;
}
@media (max-width: 768px) {
  .about .sec1__content {
    padding: 6rem 3rem;
  }
}
@media (max-width: 560px) {
  .about .sec1__content {
    padding: 6rem 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.about .sec1__content .image {
  flex-shrink: 0;
  margin-right: 6rem;
}
@media (max-width: 768px) {
  .about .sec1__content .image {
    margin-right: 3rem;
  }
}
@media (max-width: 560px) {
  .about .sec1__content .image {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    width: 80%;
  }
}
.about .sec1__content .image .cursive {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 560px) {
  .about .sec1__content .image .cursive {
    margin-bottom: 2rem;
  }
}
.about .sec1__content .image .cursive img {
  width: 29.4rem;
}
@media (max-width: 560px) {
  .about .sec1__content .image .cursive img {
    width: 80%;
  }
}
.about .sec1__content .image .cursive video {
  width: 29.4rem;
}
@media (max-width: 560px) {
  .about .sec1__content .image .cursive video {
    width: 80%;
  }
}
.about .sec1__content .image > img {
  width: 32.3rem;
}
.about .sec2__content .title img {
  width: 21.9rem;
}
@media (max-width: 768px) {
  .about .sec2__content .title img {
    width: 16rem;
  }
}
.about .sec2__content .rings {
  display: flex;
  justify-content: center;
  padding-top: 30rem;
  position: relative;
}
@media (max-width: 1440px) {
  .about .sec2__content .rings {
    padding-top: 32.5rem;
  }
}
@media (max-width: 890px) {
  .about .sec2__content .rings {
    padding-top: 32.5rem;
  }
}
@media (max-width: 768px) {
  .about .sec2__content .rings {
    padding-top: 23.5rem;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings {
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
}
.about .sec2__content .rings .ring {
  position: relative;
  width: 50%;
  height: 45.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring {
    height: 34rem;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring {
    width: 100%;
    height: 30rem;
  }
}
.about .sec2__content .rings .ring h3 {
  color: #01316a;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 3.8rem;
  letter-spacing: 0.06em;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring h3 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring h3 {
    font-size: 1.6rem;
  }
}
.about .sec2__content .rings .ring h3 span {
  width: fit-content;
  margin: 0 auto;
}
.about .sec2__content .rings .ring p {
  color: #01316a;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: normal;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring p {
    font-size: 1.1rem;
    line-height: 2;
  }
}
.about .sec2__content .rings .ring p span {
  width: fit-content;
  margin: 0 auto;
}
.about .sec2__content .rings .ring:nth-child(1) .part {
  top: -0.6rem;
  right: -0.6rem;
}
@media (max-width: 1100px) {
  .about .sec2__content .rings .ring:nth-child(1) .part {
    top: -0.5rem;
    right: -0.5rem;
  }
}
@media (max-width: 890px) {
  .about .sec2__content .rings .ring:nth-child(1) .part {
    top: -0.5rem;
    right: -0.5rem;
  }
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring:nth-child(1) .part {
    top: -0.5rem;
    right: -0.5rem;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring:nth-child(1) .part {
    display: none;
  }
}
.about .sec2__content .rings .ring:nth-child(2) {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: -6rem;
  margin-right: -6rem;
}
@media (max-width: 1100px) {
  .about .sec2__content .rings .ring:nth-child(2) {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media (max-width: 890px) {
  .about .sec2__content .rings .ring:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring:nth-child(2) {
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring:nth-child(2) {
    position: relative;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
}
.about .sec2__content .rings .ring:nth-child(2) p {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring:nth-child(2) p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: normal;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring:nth-child(2) p {
    font-size: 1.2rem;
  }
}
.about .sec2__content .rings .ring:nth-child(3) .part {
  bottom: -0.56rem;
  left: -0.55rem;
  width: 52% !important;
  display: none;
}
@media (max-width: 1100px) {
  .about .sec2__content .rings .ring:nth-child(3) .part {
    bottom: -0.56rem;
    left: -0.55rem;
  }
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring:nth-child(3) .part {
    bottom: -0.3rem;
    left: -0.3rem;
    width: 50% !important;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring:nth-child(3) .part {
    display: none;
  }
}
.about .sec2__content .rings .ring .circle {
  width: 45.5rem;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .about .sec2__content .rings .ring .circle {
    width: 34rem;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .rings .ring .circle {
    width: 30rem;
  }
}
.about .sec2__content .rings .ring .circle .part {
  position: absolute;
  z-index: 3;
  width: 50%;
}
.about .sec2__content .content > p {
  padding: 5.5rem 0 0;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.9rem;
  line-height: 3.7rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #01316a;
  text-align: center;
}
@media (max-width: 890px) {
  .about .sec2__content .content > p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .about .sec2__content .content > p {
    text-align: left;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .about .sec2__content .content > p {
    font-size: 1.24rem;
    letter-spacing: normal;
  }
}
.about .sec3 {
  background-color: #fff;
}
.about .sec3__content .title img {
  width: 38rem;
}
@media (max-width: 768px) {
  .about .sec3__content .title img {
    width: 24rem;
  }
}
.about .sec3__content .content {
  display: flex;
}
@media (max-width: 560px) {
  .about .sec3__content .content {
    flex-direction: column;
  }
}

.about .sec3__content .content dl {
  margin-right: 7rem;
  max-width: 63rem;
  letter-spacing: 0.06em;
  line-height: 4rem;
  margin-bottom: 6rem;
}
@media (max-width: 890px) {
  .about .sec3__content .content dl {
    margin-right: 5rem;
  }
}
@media (max-width: 768px) {
  .about .sec3__content .content dl {
    margin-right: 3rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 560px) {
  .about .sec3__content .content dl {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.about .sec3__content .content dl dt {
  font-size: 2rem;
  line-height: 4.6rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.about .sec3__content .content dl dd {
  font-size: 1.4rem;
  font-weight: 500;
}
.about .sec3__content .content dl dd span:not(:last-child) {
  text-align: justify;
  text-align-last: justify;
}
.about .sec3__content .content dl span::after {
  background-color: #fff;
}
.about .sec3__content .content .text {
  padding-left: 3rem;
}
@media (max-width: 890px) {
  .about .sec3__content .content .text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .about .sec3__content .content .image {
    max-width: 18.5rem;
  }
}
@media (max-width: 560px) {
  .about .sec3__content .content .image {
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .about .sec3__content .content .image div {
    width: 31%;
  }
}
.about .sec3__content .content .image img {
  margin-bottom: 6.5rem;
  width: 22.7rem;
}
@media (max-width: 768px) {
  .about .sec3__content .content .image img {
    margin-bottom: 15.5rem;
  }
}
@media (max-width: 560px) {
  .about .sec3__content .content .image img {
    margin-bottom: 0;
  }
}
.about .sec3__content .content .sponly_smh {
  width: fit-content;
  margin: 0 auto 2rem;
}
.about .sec4__content > .title {
  padding-bottom: 9rem;
}
@media (max-width: 560px) {
  .about .sec4__content > .title {
    padding-bottom: 6rem;
  }
}
.about .sec4__content > .title img {
  width: 22.8rem;
}
@media (max-width: 768px) {
  .about .sec4__content > .title img {
    width: 16rem;
  }
}
.about .sec4 .content {
  display: flex;
  align-items: flex-start;
  padding: 0 3rem;
}
@media (max-width: 560px) {
  .about .sec4 .content {
    flex-direction: column;
    padding: 0 0 0 2rem;
  }
}
.about .sec4 .content .schedule {
  position: relative;
  width: 50%;
  max-width: 46rem;
  margin-right: 4.4rem;
}
@media (max-width: 768px) {
  .about .sec4 .content .schedule:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .about .sec4 .content .schedule {
    width: 100%;
    margin-right: 0;
  }
  .about .sec4 .content .schedule:nth-child(2) {
    margin-top: 6rem;
  }
}
.about .sec4 .content .schedule .title {
  padding-bottom: 0;
  background-color: #fff;
  position: absolute;
  left: -1.7rem;
  top: -3rem;
  font-size: 1.6rem;
  font-weight: 700;
  width: 17.5rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 1rem;
}
@media (max-width: 560px) {
  .about .sec4 .content .schedule .title {
    width: 16rem;
  }
}
.about .sec4 .content .schedule .title::after {
  content: "";
  width: calc(100% - 1.5rem);
  height: calc(100% - 2.8rem);
  background-color: #fff;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.about .sec4 .content .schedule .title p {
  position: relative;
  z-index: 1;
}
.about .sec4 .content .schedule .timetable {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1rem;
}
.about .sec4 .content .schedule .timetable dl {
  padding: 2.5rem 2.8rem;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .about .sec4 .content .schedule .timetable dl {
    padding: 2.5rem 2rem;
  }
}
.about .sec4 .content .schedule .timetable dl:first-child {
  padding-top: 5.5rem;
}
.about .sec4 .content .schedule .timetable dl:not(:last-child) {
  border-bottom: 1px dashed #000;
}
.about .sec4 .content .schedule .timetable dl dt {
  padding-right: 3.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.5rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .about .sec4 .content .schedule .timetable dl dt {
    padding-right: 2rem;
  }
}
.about .sec4 .content .schedule .timetable dl dd {
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.06em;
}
@media (max-width: 560px) {
  .about .sec4 .content .schedule .timetable dl dd {
    font-size: 1.4rem;
  }
}
.about__sec {
  padding: 10rem 0 13rem;
}
@media (max-width: 768px) {
  .about__sec {
    padding: 6rem 0;
  }
}
.about__sec .title {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .about__sec .title {
    padding-bottom: 3rem;
  }
}
@media (max-width: 560px) {
  .about__sec .title {
    padding-bottom: 2rem;
  }
}
.about__sec .title h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 5.8rem;
  letter-spacing: 0.06em;
  color: #01316a;
}
@media (max-width: 768px) {
  .about__sec .title h2 {
    font-size: 2rem;
    line-height: 2.2;
  }
}
@media (max-width: 560px) {
  .about__sec .title h2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.environment .page__mv .page__mv__content .text > p {
  padding-right: 24rem !important;
}
@media (max-width: 768px) {
  .environment .page__mv .page__mv__content .text > p {
    padding-right: 0 !important;
  }
}
.environment__sec .title {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .environment__sec .title {
    padding-bottom: 3rem;
  }
}
.environment__sec .title h2 {
  font-size: 3rem;
  line-height: 6.5rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #01316a;
}
@media (max-width: 768px) {
  .environment__sec .title h2 {
    font-size: 2rem;
    line-height: 2.2;
  }
}
@media (max-width: 560px) {
  .environment__sec .title h2 {
    font-size: 1.8rem;
  }
}
.environment .sec1 {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .environment .sec1 {
    padding-bottom: 6rem;
  }
}
.environment .sec1__content .title img {
  width: 18.9rem;
}
@media (max-width: 768px) {
  .environment .sec1__content .title img {
    width: 12rem;
  }
}
.environment .sec1__content .content {
  max-width: 92rem;
}
.environment .sec1__content .content dl {
  padding-bottom: 5rem;
  color: #01316a;
}
@media (max-width: 768px) {
  .environment .sec1__content .content dl {
    padding-bottom: 3rem;
  }
}
.environment .sec1__content .content dl dt {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .environment .sec1__content .content dl dt {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.environment .sec1__content .content dl dd {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.environment .sec2__content .js-slider {
  margin-bottom: 13rem;
}
@media (max-width: 768px) {
  .environment .sec2__content .js-slider {
    margin-bottom: 6rem;
  }
}
.environment .sec2__content .js-slider .slick-slide {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .environment .sec2__content .js-slider .slick-slide {
    margin-right: 1rem;
  }
}
.environment .sec2__content .js-slider .slick-dots {
  bottom: -4.5rem;
}
@media (max-width: 768px) {
  .environment .sec2__content .js-slider .slick-dots {
    bottom: -3rem;
  }
}
.environment .sec2__content .js-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #01316a;
}
.environment .sec2__content .js-slider .slick-dots li button::before {
  font-size: 14px;
  color: #c5c6c6;
  opacity: 1;
}
@media (max-width: 768px) {
  .environment .sec2__content .js-slider .slick-dots li button::before {
    font-size: 10px;
  }
}
.environment .sec3 {
  padding-bottom: 20rem;
}
.environment .sec3__content .title img {
  width: 21.6rem;
}
@media (max-width: 768px) {
  .environment .sec3__content .title img {
    width: 14rem;
  }
}
.environment .sec3__content .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.environment .sec3__content .content dl {
  width: 30%;
  max-width: 35rem;
  background-color: #fff;
  border: 1px solid #01316a;
  margin-bottom: 3rem;
  height: auto;
  min-height: 25rem;
  padding: 1rem;
  color: #01316a;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .environment .sec3__content .content dl {
    max-width: none;
    width: 49%;
    margin-bottom: 2rem;
  }
}
.environment .sec3__content .content dl dt {
  text-align: center;
  border-bottom: 1px solid #01316a;
  font-size: 2.1rem;
  letter-spacing: 0.06em;
  line-height: 3rem;
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
@media (max-width: 768px) {
  .environment .sec3__content .content dl dt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .environment .sec3__content .content dl dt {
    line-height: 1.5;
  }
}
.environment .sec3__content .content dl dd {
  font-weight: 700;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  padding: 2rem 1.7rem 1em;
}
@media (max-width: 768px) {
  .environment .sec3__content .content dl dd {
    padding: 2rem 0.5rem;
	font-size: 1.4rem;
  }
}
@media (max-width: 560px) {
  .environment .sec3__content .content dl dd {
    padding: 1.5rem 0;
  }
}

.recruit .page__mv .page__mv__content .text > p {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .recruit .page__mv .page__mv__content .text > p {
    padding-right: 0 !important;
  }
}
.recruit .page__mv .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .recruit .page__mv .btns {
    padding-bottom: 6rem;
  }
}
.recruit .sec1 {
  padding-bottom: 18rem;
}
@media (max-width: 768px) {
  .recruit .sec1 {
    padding-bottom: 6rem;
  }
}
.recruit .sec1__content h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 6.5rem;
  letter-spacing: 0.06em;
  color: #01326c;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .recruit .sec1__content h2 {
    font-size: 2rem;
    line-height: 2;
    padding-bottom: 3rem;
  }
}
.recruit .sec1__content .faq {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .recruit .sec1__content .faq {
    padding: 0 2rem;
  }
}
@media (max-width: 560px) {
  .recruit .sec1__content .faq {
    padding: 0;
  }
}
.recruit .sec1__content .faq dl {
  background-color: #b99877;
  margin-bottom: 2rem;
  padding: 2rem 6rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: background-color 0.6s ease;
}
@media (max-width: 768px) {
  .recruit .sec1__content .faq dl {
    padding: 2rem 3rem 2rem 6rem;
  }
}
@media (max-width: 560px) {
  .recruit .sec1__content .faq dl {
    padding: 2rem 2rem 2rem 4rem;
  }
}
.recruit .sec1__content .faq dl:hover {
  background-color: #ab835a;
}
.recruit .sec1__content .faq dl.open dt {
  padding-bottom: 2rem;
}
.recruit .sec1__content .faq dl dt {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  line-height: 4rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  transition: all 0.6s ease;
}
@media (max-width: 768px) {
  .recruit .sec1__content .faq dl dt {
    line-height: 2;
    font-size: 2rem;
  }
}
@media (max-width: 560px) {
  .recruit .sec1__content .faq dl dt {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit .sec1__content .faq dl dt span {
  font-size: 3rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .recruit .sec1__content .faq dl dt span {
    font-size: 2rem;
    padding-right: 1.5rem;
  }
}
.recruit .sec1__content .faq dl dd div {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #01326c;
  padding: 2rem 4rem;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .recruit .sec1__content .faq dl dd div {
    padding: 2rem 3rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .recruit .sec1__content .faq dl dd div {
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit .sec1__content .faq dl dd div::after {
  content: "";
  height: 2.3rem;
  width: 5rem;
  position: absolute;
  left: calc(-5rem + 1px);
  top: 2.5rem;
  background-image: url(../../assets/images/recruit/triangle.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  .recruit .sec1__content .faq dl dd div::after {
    height: 2rem;
    width: 3rem;
    left: calc(-3rem + 1px);
  }
}
.recruit .sec1__content .faq dl dd div span {
  font-size: 3rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .recruit .sec1__content .faq dl dd div span {
    font-size: 2rem;
    padding-right: 1.5rem;
  }
}

.numbers .page__mv__content .text {
  padding-bottom: 0;
}
.numbers .sec1 {
  margin-bottom: 16rem;
}
.numbers .sec1__content {
  background-color: #dbdcdc;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.3rem;
  padding: 2.5rem 4rem 4rem;
  max-width: 1120px;
  margin-right: 3rem;
}
@media (max-width: 1366px) {
  .numbers .sec1__content {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .numbers .sec1__content {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .numbers .sec1__content {
    padding: 2.5rem 3rem 3rem;
    gap: unset;
  }
}
@media (max-width: 560px) {
  .numbers .sec1__content {
    padding: 2rem;
  }
}
.numbers .sec1__content dl {
  background-color: #fff;
  padding: 2rem 5rem 4rem;
  border-radius: 2rem;
  flex-grow: 1;
}
@media (max-width: 860px) {
  .numbers .sec1__content dl {
    max-width: calc(50% - 2rem) !important;
  }
}
@media (max-width: 768px) {
  .numbers .sec1__content dl {
    width: 48% !important;
    max-width: none !important;
    margin-bottom: 2rem;
    padding: 1rem 3rem 3rem;
    flex-grow: 0;
  }
}
@media (max-width: 560px) {
  .numbers .sec1__content dl {
    width: 100% !important;
    max-width: none !important;
  }
}
.numbers .sec1__content dl:last-child {
  width: 100% !important;
}
@media (max-width: 860px) {
  .numbers .sec1__content dl:last-child {
    max-width: none !important;
  }
}
.numbers .sec1__content dl dt {
  color: #01316a;
  font-size: 4.5rem;
  line-height: 8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #01316a;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .numbers .sec1__content dl dt {
    font-size: 2.5rem;
    line-height: 2;
  }
}
.numbers .sec1__content dl dd img {
  width: 100%;
}
.numbers .sec1__content dl dd p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 500;
  padding-top: 3rem;
}

@media (max-width: 560px) {
  .archive .page__mv__content .text .title {
    margin-bottom: 0;
  }
}
.archive .sec1__content {
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .archive .sec1__content {
    padding-bottom: 6rem;
  }
}
.archive .sec1__content a {
  display: flex;
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0.5rem;
  margin-bottom: 5rem;
  padding: 3.3rem 3.5rem;
  width: calc(100% - 15rem);
}
@media (max-width: 768px) {
  .archive .sec1__content a {
    width: calc(100% - 6.6rem);
    padding: 3rem;
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a {
    width: calc(100% - 3rem);
    border: 1px solid #000;
    padding: 2rem;
  }
}
.archive .sec1__content a::after {
  content: "";
  height: 4.5rem;
  width: 10rem;
  position: absolute;
  right: calc(-10rem + 4px);
  top: 10rem;
  background-image: url(../../assets/images/interview/triangle_r.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .archive .sec1__content a::after {
    height: 3rem;
    width: 6.6rem;
    right: calc(-6.6rem + 4px);
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a::after {
    height: 1.5rem;
    width: 3rem;
    right: calc(-3rem + 1px);
  }
}
.archive .sec1__content a dl {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 560px) {
  .archive .sec1__content a dl {
    flex-direction: column;
  }
}
.archive .sec1__content a dl dt {
  margin-right: 4.8rem;
  max-height: 28rem;
  overflow: hidden;
  width: 28rem;
  border-radius: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .archive .sec1__content a dl dt {
    margin-right: 2rem;
    border-radius: 1.7rem;
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a dl dt {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.archive .sec1__content a dl dt img {
  width: 100%;
  height: auto;
}
.archive .sec1__content a dl dd p {
  font-weight: 500;
  letter-spacing: 0.06em;
}
.archive .sec1__content a dl dd p:not(.title):not(.viewmore) {
  font-size: 1.9rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .archive .sec1__content a dl dd p:not(.title):not(.viewmore) {
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a dl dd p:not(.title):not(.viewmore) {
    font-size: 1.4rem;
  }
}
.archive .sec1__content a dl dd p.title {
  font-size: 2.4rem;
  line-height: 4rem;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .archive .sec1__content a dl dd p.title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a dl dd p.title {
    font-size: 1.6rem;
  }
}
.archive .sec1__content a dl dd p.viewmore {
  position: absolute;
  bottom: 4.8rem;
  right: 8rem;
  display: flex;
  align-items: center;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .archive .sec1__content a dl dd p.viewmore {
    bottom: 3rem;
    right: 3rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a dl dd p.viewmore {
    bottom: 2rem;
    right: 2rem;
  }
}
.archive .sec1__content a dl dd p.viewmore img {
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .archive .sec1__content a dl dd p.viewmore img {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
  }
}
.archive .sec1__content a dl dd h3 {
  font-size: 3.8rem;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archive .sec1__content a dl dd h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 560px) {
  .archive .sec1__content a dl dd h3 {
    font-size: 2.2rem;
  }
}

.single .page__mv__content .text {
  padding-bottom: 6rem;
}
.single .page__mv__content .text .title {
  margin-bottom: 0;
}
.single .sec1 {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .single .sec1 {
    padding-bottom: 6rem;
  }
}
.single .sec1__content {
  display: flex;
}
@media (max-width: 560px) {
  .single .sec1__content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.single .sec1__content .text {
  margin-right: 6rem;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .single .sec1__content .text {
    margin-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 560px) {
  .single .sec1__content .text {
    margin-right: 0;
    padding-left: 0;
  }
}
.single .sec1__content .text h3 {
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .single .sec1__content .text h3 {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (max-width: 560px) {
  .single .sec1__content .text h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.single .sec1__content .text > p {
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-bottom: 2rem;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .single .sec1__content .text > p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.single .sec1__content .text > div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 0 0 auto;
}
.single .sec1__content .text > div p {
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single .sec1__content .text > div p {
    font-size: 1.6rem;
  }
}
@media (max-width: 560px) {
  .single .sec1__content .text > div p {
    font-size: 1.4rem;
  }
}
.single .sec1__content .text > div p.name {
  font-size: 3.8rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .single .sec1__content .text > div p.name {
    font-size: 3rem;
  }
}
@media (max-width: 560px) {
  .single .sec1__content .text > div p.name {
    font-size: 2.2rem;
  }
}
.single .sec1__content .image {
  padding-right: 3rem;
  flex-shrink: 0;
  width: 40%;
  max-width: 43rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single .sec1__content .image {
    padding-right: 2rem;
    border-radius: 1.7rem;
  }
}
@media (max-width: 560px) {
  .single .sec1__content .image {
    padding-right: 0;
    width: 80%;
    margin-bottom: 2rem;
  }
}
.single .sec2__content > div {
  margin-bottom: 8rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .single .sec2__content > div {
    margin-bottom: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 560px) {
  .single .sec2__content > div {
    padding-right: 0;
  }
}
.single .sec2__content > div .question {
  width: calc(100% - 5rem);
  margin: 0 0 6rem auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.5rem;
  padding: 2rem 5rem;
}
@media (max-width: 768px) {
  .single .sec2__content > div .question {
    margin: 0 0 3rem auto;
    padding: 2rem 3rem;
  }
}
@media (max-width: 560px) {
  .single .sec2__content > div .question {
    width: calc(100% - 3rem);
    padding: 2rem;
  }
}
.single .sec2__content > div .question::after {
  content: "";
  height: 2.3rem;
  width: 5rem;
  position: absolute;
  left: calc(-5rem + 1px);
  top: 2.5rem;
  background-image: url(../../assets/images/interview/triangle_l.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  .single .sec2__content > div .question::after {
    width: 3rem;
    height: 1.8rem;
    left: calc(-3rem + 1px);
  }
}
.single .sec2__content > div .question p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .single .sec2__content > div .question p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .single .sec2__content > div .question p {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.single .sec2__content > div .answer {
  display: flex;
}
@media (max-width: 560px) {
  .single .sec2__content > div .answer {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.single .sec2__content > div .answer > p {
  margin-right: 6rem;
  padding-left: 5rem;
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single .sec2__content > div .answer > p {
    margin-right: 3rem;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .single .sec2__content > div .answer > p {
    padding-left: 3rem;
    margin-right: 0;
  }
}
.single .sec2__content > div .answer .image {
  flex-shrink: 0;
  width: 40%;
  max-width: 43rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 560px) {
  .single .sec2__content > div .answer .image {
    width: calc(100% - 3rem);
    margin-bottom: 2rem;
  }
}
.single .sec2__content .point {
  width: calc(100% - 5rem);
  margin: 0 0 14.2rem auto;
  position: relative;
  background-color: #01316a;
  border-radius: 0.5rem;
  padding: 2rem 5rem;
}
@media (max-width: 768px) {
  .single .sec2__content .point {
    margin: 0 0 6rem auto;
    padding: 2rem 3rem;
  }
}
@media (max-width: 560px) {
  .single .sec2__content .point {
    width: calc(100% - 3rem);
    padding: 2rem;
  }
}
.single .sec2__content .point::after {
  content: "";
  height: 2.3rem;
  width: 5rem;
  position: absolute;
  left: calc(-5rem + 1px);
  top: 2.5rem;
  background-image: url(../../assets/images/interview/triangle_b.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  .single .sec2__content .point::after {
    width: 3rem;
    height: 1.8rem;
    left: calc(-3rem + 1px);
  }
}
.single .sec2__content .point h3 {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 900;
}
@media (max-width: 768px) {
  .single .sec2__content .point h3 {
    padding-bottom: 1rem;
  }
}
.single .sec2__content .point p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single .sec2__content .point p {
    line-height: 2;
  }
}/*# sourceMappingURL=style.css.map */