@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #05524B;
  background-image: url(../img/bg.png);
  background-size: 100%;
}

@media screen and (max-width: 1199px) {
  body {
    padding-bottom: 60px;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

main {
  overflow: hidden;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-bottom: 10px;
}

.swiper-pagi .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.swiper-pagi .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .swiper-pagi {
    padding-bottom: 0;
  }
  .swiper-pagi .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
  }
}

.header {
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#002C29), color-stop(#0B7A6E), to(#002C29));
  background: linear-gradient(to right, #002C29, #0B7A6E, #002C29);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.header li {
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.08em;
}

.header li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #05524B;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header li:hover {
  opacity: 0.8;
}

.kv {
  padding-top: 12vw;
  padding-bottom: 4vw;
  background-color: #e9572d;
  position: relative;
}

.kv_logo {
  width: 24.92vw;
  display: block;
  margin: 0 auto 5.63vw;
}

.kv_feature, .kv_inform {
  width: 30.68vw;
  display: block;
  margin: 0 auto 15px;
}

.kv_slogan {
  width: 69.41vw;
  display: block;
  margin: 0 auto 9vw;
}

.kv_new {
  text-align: center;
  margin: 20px 0 0;
  font-family: 'PT Serif', serif;
  color: #40210f;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.kv_ad {
  position: absolute;
  font-size: 14px;
  right: 20px;
  bottom: 10px;
  margin: 0;
  color: #fff;
}

.kv_lb13 {
  position: absolute;
  width: 14vw;
  top: 44px;
  left: 0;
}

.kv_bg {
  position: absolute;
}

.kv_bg-1 {
  width: 19.56vw;
  top: 0;
  right: 0;
}

.kv_bg-2 {
  width: 30.83vw;
  bottom: 0;
  left: 0;
}

.kv_bg-3 {
  width: 21.69vw;
  top: -9vw;
  left: 5vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.kv_bg-4 {
  width: 21.69vw;
  bottom: -7vw;
  right: -7vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.kv_bg-6 {
  width: 31.55vw;
  top: 0;
  right: 0;
}

.kv_bg-7 {
  width: 57.62vw;
  left: 0;
  bottom: 0;
}

.kv_bg-8 {
  width: 19.85vw;
  right: -10vw;
  bottom: 13vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

@media screen and (max-width: 575px) {
  .kv {
    padding-bottom: 49vw;
    padding-top: 30vw;
  }
  .kv_logo {
    width: 51.38vw;
    margin-bottom: 16vw;
  }
  .kv_feature {
    width: 61vw;
    margin-bottom: 6vw;
  }
  .kv_new {
    font-size: 12px;
  }
  .kv_lb13 {
    width: 28vw;
    top: 0;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.building {
  background: -webkit-gradient(linear, right top, left top, from(#002C29), to(#0B7A6E));
  background: linear-gradient(to left, #002C29, #0B7A6E);
  position: relative;
}

.building_inner {
  background-image: url(../img/building_bg.png);
  background-size: 77%;
  background-position: 0 125%;
  background-repeat: no-repeat;
  padding-top: 5vw;
  padding-bottom: 8vw;
}

.building_bg {
  width: 77%;
}

.building_content {
  position: relative;
  z-index: 0;
  width: 50%;
  margin-left: auto;
  padding-right: 20px;
}

.building_content_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
}

.building_content_item:last-child {
  margin-bottom: 0;
}

.building_content_item.transportation {
  margin-bottom: calc(3vw - 29px);
}

.building_content::after {
  position: absolute;
  content: "";
  width: 3px;
  height: calc(100% - 120px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdfb0), color-stop(36%, #c38608), color-stop(80%, #ffdfb0), to(#c38608));
  background: linear-gradient(to bottom, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
  top: 60px;
  left: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.building_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdfb0), color-stop(36%, #c38608), color-stop(80%, #ffdfb0), to(#c38608));
  background: linear-gradient(to bottom, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
  padding: 3px;
}

.building_icon_inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(farthest-corner at 20px 20px, #0B7A6E, #002C29);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.building_icon_pic {
  width: 55%;
  padding-bottom: 55%;
  position: relative;
  margin: 0 auto;
}

.building_icon_pic > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.building_icon_pic > img.hover {
  opacity: 0;
}

.building_icon_text {
  text-align: center;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#ffdfb0), color-stop(36%, #c38608), color-stop(80%, #ffdfb0), to(#c38608));
  background: linear-gradient(to right, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
  background: -webkit-linear-gradient(to right, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
  background-clip: text;
  -webkit-background-clip: text;
  margin: 0;
  color: transparent;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.building_icon:hover .building_icon_inner, .building_icon.active .building_icon_inner {
  background: #fff;
}

.building_icon:hover .building_icon_pic > img.hover, .building_icon.active .building_icon_pic > img.hover {
  opacity: 1;
}

.building_icon:hover .building_icon_pic > img.normal, .building_icon.active .building_icon_pic > img.normal {
  opacity: 0;
}

.building_icon:hover .building_icon_text, .building_icon.active .building_icon_text {
  color: #05524B;
}

.building_text {
  padding-top: 25px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 120px);
}

.building_text_title {
  width: 141px;
}

.building_text_title h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.1em;
}

.building_text_list {
  padding-left: 20px;
  width: calc(100% - 141px);
}

.building_text_list_line {
  width: 244px;
  margin-bottom: 10px;
}

.building_text_list li {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.15em;
  line-height: 1.8;
}

.building_3d {
  position: absolute;
  color: #fff;
  margin: 0;
  left: 9%;
  bottom: 52vw;
  font-size: 12px;
}

.building .enTitle {
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

.building .enTitle.tree {
  letter-spacing: 0.5em;
}

.building .enTitle.transportation {
  letter-spacing: 0.35em;
  line-height: 1.6;
}

.building .enTitle.life {
  letter-spacing: 0.4em;
  line-height: 1.6;
}

.building .enTitle.school {
  letter-spacing: 0.35em;
}

@media screen and (max-width: 1500px) {
  .building_content {
    padding-right: 100px;
  }
  .building_text_list li {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .building_inner {
    background-image: none;
    padding-bottom: 0;
    padding-top: 11vw;
  }
  .building_content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .building_content::after {
    left: 80px;
  }
  .building_3d {
    right: 3%;
    bottom: 53vw;
    top: inherit;
    left: inherit;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .building_icon {
    width: 80px;
    height: 80px;
  }
  .building_icon_text {
    font-size: 12px;
  }
  .building_text {
    padding-top: 10px;
    padding-left: 15px;
    width: calc(100% - 80px);
  }
  .building_text_title {
    width: 45px;
  }
  .building_text_title h2 {
    font-size: 20px;
  }
  .building_text_title h3.tree {
    letter-spacing: 0.15em;
  }
  .building_text_title h3.transportation {
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .building_text_title h3.life {
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
  .building_text_title h3.school {
    letter-spacing: 0.05em;
  }
  .building_text_list {
    padding-left: 15px;
    width: calc(100% - 45px);
  }
  .building_text_list_line {
    width: 150px;
    margin-bottom: 10px;
  }
  .building_text_list li {
    font-size: 12px;
    padding-left: 8px;
    position: relative;
  }
  .building_text_list li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff;
    top: 10px;
    left: 0;
  }
  .building_content::after {
    left: 60px;
  }
}

@media screen and (max-width: 575px) {
  .building_content_item {
    margin-bottom: 30px !important;
  }
  .building_text_list_line {
    width: 100%;
    margin-bottom: 10px;
  }
}

.forest {
  padding-top: 65px;
  padding-bottom: 100px;
  margin-top: 70px;
}

.forest_text {
  width: 35%;
}

.forest_title {
  padding: 25px 80px 25px 130px;
  border-radius: 0 100px 100px 0;
  background: -webkit-gradient(linear, left top, right top, from(#0B7A6E), to(#002C29));
  background: linear-gradient(to right, #0B7A6E, #002C29);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: relative;
  margin-top: 45px;
}

.forest_title h2 {
  font-size: 35px;
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 8px;
}

.forest_title h3 {
  font-size: 35px;
  letter-spacing: 0.15em;
  margin: 0;
}

.forest_title::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background-image: url(../img/ball-green.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: -158px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.forest_slogan {
  padding-left: 120px;
  margin-top: -10px;
}

.forest_slogan p {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 0.15em;
}

.forest_slogan img {
  width: 435px;
}

.forest_slider {
  width: 65%;
  position: relative;
}

.forest_slider .swiper-slide {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.forest_slider .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.forest_slider .swiper-slide > p {
  position: absolute;
  margin: 0;
  color: #fff;
  font-size: 12px;
  right: 10px;
  bottom: 10px;
}

.forest_slider_list {
  position: absolute;
  width: 45%;
  top: 45%;
  right: 100%;
}

.forest_slider_list li {
  background-color: #fff;
  position: relative;
  color: #05524B;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 100px 0 0 100px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
}

.forest_slider_list li span {
  display: block;
  padding-left: 45px;
  font-size: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.forest_slider_list li:not(.new) span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: radial-gradient(#002C29, #0B7A6E);
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.forest_slider_list li:not(.new):hover, .forest_slider_list li:not(.new).active {
  background-color: #dcdcdc;
}

.forest_slider_list li.new {
  background: -webkit-gradient(linear, left top, right top, from(#ffdfb0), color-stop(36%, #c38608), color-stop(80%, #ffdfb0), to(#c38608));
  background: linear-gradient(to right, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
}

.forest_slider_list li.new span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  padding-right: 30px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  color: #fff;
}

.forest_slider_list li.new span::before {
  position: absolute;
  content: "NEW";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 1px 4px;
  top: 50%;
  left: 5px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

.forest_slider_list li.new:hover span, .forest_slider_list li.new.active span {
  background-color: #fff;
  color: #231815;
  text-shadow: none;
}

.forest_slider_list li.new:hover span::before, .forest_slider_list li.new.active span::before {
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffdfb0), color-stop(36%, #c38608), color-stop(80%, #ffdfb0), to(#c38608));
  background: linear-gradient(to right, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .forest_title {
    padding: 20px 60px 20px 130px;
  }
  .forest_title h2 {
    font-size: 30px;
  }
  .forest_title h3 {
    font-size: 30px;
  }
  .forest_title::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: -100px;
  }
  .forest_slogan {
    padding-left: 60px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .forest {
    background: none;
    padding-top: 0;
    margin-top: 30px;
  }
  .forest_text {
    width: 100%;
    margin-bottom: 40px;
  }
  .forest_slider {
    width: 80%;
    margin: 0 auto;
  }
  .forest_slider_list {
    position: static;
    margin-top: 40px;
    width: 100%;
  }
  .forest_slider_list li {
    border-radius: 100px;
  }
  .forest_slider_list li span {
    width: 350px;
    margin: 0 auto;
  }
  .forest_title {
    margin-top: 0;
  }
  .forest_slogan {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .forest_title {
    padding: 15px 50px 15px 110px;
  }
  .forest_title h2 {
    font-size: 24px;
  }
  .forest_title h3 {
    font-size: 24px;
  }
  .forest_title::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: -60px;
  }
  .forest_slider {
    width: 100%;
    padding: 0 35px;
  }
  .forest_slider_list li span {
    font-size: 16px;
    width: 252px;
  }
}

@media screen and (max-width: 575px) {
  .forest {
    padding-bottom: 0;
  }
  .forest_slider .swiper-slide {
    padding-bottom: 107%;
  }
}

@media screen and (max-width: 400px) {
  .forest_title {
    padding: 10px 50px 10px 70px;
  }
  .forest_title h2 {
    font-size: 18px;
  }
  .forest_title h3 {
    font-size: 18px;
  }
  .forest_title::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: -50px;
  }
}

.location {
  padding-top: 50px;
  padding-bottom: 155px;
  position: relative;
}

.location_content {
  width: 35%;
  margin-left: auto;
  padding: 0 5vw;
}

.location_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 50px;
  padding-left: 50px;
}

.location_title h2 {
  color: #e9572d;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0;
  margin: 0;
}

.location_title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e9572d;
  top: 50%;
  left: 0;
}

.location_title::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/ball-orange.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location_list li {
  position: relative;
  color: #05524B;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.location_list li:hover, .location_list li.active {
  background-color: #dcdcdc;
}

.location_list li > span {
  display: inline-block;
  padding-left: 45px;
  font-size: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.location_list li > span .small {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
}

.location_list li > span .en {
  font-size: 12px;
  color: #7b7b7b;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  padding-left: 20px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
  letter-spacing: 0.1em;
}

.location_list li > span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: radial-gradient(#002C29, #0B7A6E);
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.location_convenient {
  margin: 85px 0 80px;
  text-align: center;
  font-weight: 300;
  color: #dcdcdc;
  font-weight: 20;
  letter-spacing: 0.2em;
}

.location_swiper {
  width: 65%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location_swiper .swiper-slide {
  width: 100%;
  padding-bottom: 61%;
  position: relative;
}

.location_swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.location_swiper .swiper-slide > p {
  position: absolute;
  color: #fff;
  margin: 0;
  font-size: 14px;
  right: 10px;
  bottom: 10px;
}

.location_school .location_title {
  padding-right: 50px;
}

.location_school .location_title::before {
  width: calc(100% + 5vw);
  left: inherit;
  right: 0;
}

.location_school .location_title::after {
  left: inherit;
  right: 0;
}

.location_school_pic {
  width: 65%;
  padding-bottom: calc(65% * 0.61);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location_school_pic > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.location_school .ball {
  width: 17vw;
  position: absolute;
  bottom: 0;
  right: -10vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.location_transport {
  position: relative;
}

.location_transport .ball {
  width: 25vw;
  position: absolute;
  top: 7vw;
  left: -11vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.location_slider-m {
  padding: 0 35px;
  margin-bottom: 40px;
}

.location_slider-m .swiper-slide {
  width: 100%;
  padding-bottom: 106%;
  position: relative;
}

.location_slider-m .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.location_slider-m .swiper-slide > p {
  position: absolute;
  color: #fff;
  margin: 0;
  font-size: 12px;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 1600px) {
  .location_title h2 {
    font-size: 30px;
  }
  .location_school .location_title {
    padding-left: 0;
  }
}

@media screen and (max-width: 1450px) {
  .location_content {
    width: 40%;
  }
  .location_swiper {
    width: 60%;
  }
  .location_school_pic {
    width: 60%;
    padding-bottom: calc(60% * 0.61);
  }
  .location_convenient {
    margin: 40px 0;
  }
}

@media screen and (max-width: 1199px) {
  .location {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .location_content {
    width: 100%;
    padding: 0;
  }
  .location_school .location_title {
    padding-left: 40px;
    width: 58%;
  }
  .location_school_pic {
    width: 80%;
    padding-bottom: calc(80% * 0.85);
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 30px;
  }
  .location_transport {
    margin-bottom: 30px;
  }
  .location_transport .location_convenient {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .location_transport .location_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 40px;
    margin-left: auto;
    width: 58%;
  }
  .location_transport .location_slider-m {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .location_transport .location_list {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .location_list {
    padding: 0 35px;
  }
  .location_list li {
    border-radius: 100px;
  }
}

@media screen and (max-width: 767px) {
  .location_title {
    margin-bottom: 25px;
  }
  .location_title h2 {
    font-size: 24px;
  }
  .location_school_pic {
    width: calc(100% - 60px);
    padding-bottom: calc((100% - 60px) * 0.85);
  }
  .location_list li > span {
    font-size: 20px;
  }
  .location_list li > span .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .location_title {
    margin-bottom: 25px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .location_title h2 {
    font-size: 20px;
  }
  .location_list li > span {
    font-size: 16px;
    padding-left: 35px;
  }
  .location_list li > span .small {
    font-size: 12px;
  }
  .location_list li > span::before {
    width: 5px;
    height: 5px;
    left: 15px;
  }
  .location_list li > span .en {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    padding-left: 10px;
  }
}

.shopping {
  margin-bottom: 120px;
  position: relative;
}

.shopping .ball-o {
  position: absolute;
  width: 5vw;
  top: 2.9vw;
  left: 6.4vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.shopping .ball-g {
  width: 17vw;
  position: absolute;
  bottom: 0;
  right: -10vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.shopping_slogan {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 75px;
}

.shopping_slogan p {
  font-size: 21px;
  margin-bottom: 0px;
  font-weight: 300;
  letter-spacing: 0.15em;
  padding-left: 5px;
}

.shopping_slogan img {
  width: 435px;
}

.shopping_text {
  width: 35%;
  padding: 0 6vw 0 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shopping_text_list {
  margin-bottom: 75px;
}

.shopping_text_item {
  margin-bottom: 25px;
}

.shopping_text_item p {
  font-size: 18px;
  text-align: center;
  margin: 0;
  color: #000;
  letter-spacing: 0.08em;
}

.shopping_text_title {
  width: 100%;
  padding: 3px 10px 5px;
  border-radius: 100px;
  background: -webkit-gradient(linear, right top, left top, from(#002C29), to(#0B7A6E));
  background: linear-gradient(to left, #002C29, #0B7A6E);
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.shopping_text_title.market span {
  letter-spacing: 0.75em;
}

.shopping_text_title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 23px;
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.1em;
}

.shopping_text_title span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shopping_text_title:hover, .shopping_text_title.active {
  background: -webkit-gradient(linear, left top, right top, from(#ffdfb0), color-stop(36%, #c38608), color-stop(80%, #ffdfb0), to(#c38608));
  background: linear-gradient(to right, #ffdfb0 0%, #c38608 36%, #ffdfb0 80%, #c38608 100%);
}

.shopping_text_title:hover span::before, .shopping_text_title.active span::before {
  background: radial-gradient(#0B7A6E, #002C29);
}

.shopping_text_intro .ch {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  color: #000;
}

.shopping_text_intro .en {
  font-family: 'PT Serif', serif;
  font-weight: 900;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.5em;
  color: #000;
}

.shopping_pic {
  width: 65%;
  position: relative;
}

.shopping_pic .swiper-slide {
  width: 100%;
  padding-bottom: 60%;
}

.shopping_pic .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.shopping_pic .swiper-button-next, .shopping_pic .swiper-button-prev {
  width: 23px;
  height: 44px;
}

.shopping_pic .swiper-button-next > svg, .shopping_pic .swiper-button-prev > svg {
  width: 23px;
  height: 44px;
}

.shopping_pic .swiper-button-next::after, .shopping_pic .swiper-button-prev::after {
  display: none;
}

.shopping_pic .swiper-button-next {
  right: 25px;
}

.shopping_pic .swiper-button-prev {
  left: 25px;
}

.shopping_pic_title {
  position: absolute;
  top: 3vw;
  right: 100%;
  width: 32%;
  letter-spacing: 0.05em;
  padding-left: 20px;
}

.shopping_pic_title h2 {
  font-size: 35px;
  background: radial-gradient(#0B7A6E, #002C29);
  background: -webkit-radial-gradient(#0B7A6E, #002C29);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding: 10px 0;
  margin: 0;
}

.shopping_pic_title h2:nth-child(2) {
  letter-spacing: 0.15em;
}

.shopping_pic_title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#002C29), to(#0B7A6E));
  background: linear-gradient(to left, #002C29, #0B7A6E);
  top: 50%;
  left: 0;
}

.shopping_pic_title::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/ball-green-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1700px) {
  .shopping_text {
    width: 30%;
    padding: 0 4vw 0 5vw;
  }
  .shopping_text_item p {
    font-size: 16px;
    letter-spacing: 0.05em !important;
  }
  .shopping_text_list {
    margin-bottom: 40px;
  }
  .shopping_text_intro .ch {
    font-size: 16px;
  }
  .shopping_text_intro .en {
    font-size: 18px;
    letter-spacing: 0.2em !important;
  }
  .shopping_text_title span {
    font-size: 22px;
  }
  .shopping_pic {
    width: 70%;
  }
  .shopping_pic_title {
    top: 1vw;
  }
}

@media screen and (max-width: 1600px) {
  .shopping_pic_title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1450px) {
  .shopping_text {
    padding: 0 40px;
  }
  .shopping_text_list {
    margin-bottom: 20px;
  }
  .shopping_text_item p {
    font-size: 14px;
    letter-spacing: 0.05em !important;
  }
  .shopping_text_intro .ch {
    font-size: 14px;
  }
  .shopping_text_intro .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .shopping {
    margin-bottom: 75px;
  }
  .shopping_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .shopping_text_list {
    width: 300px;
    margin: 0 auto;
  }
  .shopping_pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .shopping_pic_title {
    position: relative;
    top: inherit;
    right: inherit;
    width: 55%;
    margin-left: auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .shopping_text_list {
    width: 100%;
  }
  .shopping_text_intro {
    margin-bottom: 55px;
    text-align: center;
  }
  .shopping_text_intro .en {
    letter-spacing: 0.45em !important;
  }
  .shopping_pic .swiper-slide {
    padding-bottom: 85%;
  }
  .shopping_pic_title h2 {
    font-size: 20px;
  }
  .shopping_pic .swiper-button-next, .shopping_pic .swiper-button-prev {
    width: 15px;
    height: 20px;
  }
  .shopping_pic .swiper-button-next > svg, .shopping_pic .swiper-button-prev > svg {
    width: 15px;
    height: 20px;
  }
  .shopping_pic .swiper-button-next > svg .cls-1, .shopping_pic .swiper-button-prev > svg .cls-1 {
    stroke-width: 4px;
  }
}

@media screen and (max-width: 350px) {
  .shopping_text {
    padding: 0 20px;
  }
}

.arrange {
  margin-bottom: 65px;
  padding: 0 20px;
  position: relative;
}

.arrange .ball {
  width: 17vw;
  position: absolute;
  top: -1vw;
  right: -14vw;
  -webkit-animation: float 3s ease-in-out infinite alternate;
          animation: float 3s ease-in-out infinite alternate;
}

.arrange_title {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 80px;
}

.arrange_title h2 {
  font-size: 34px;
  background: -webkit-gradient(linear, left top, right top, from(#0B7A6E), to(#002C29));
  background: linear-gradient(to right, #0B7A6E, #002C29);
  background: -webkit-linear-gradient(to right, #0B7A6E, #002C29);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-left: 15px;
}

.arrange_title img {
  width: 554px;
}

.arrange_title p {
  font-size: 20px;
  margin: 0;
  padding-top: 10px;
}

.arrange_main {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.arrange_main_text {
  width: 60%;
  margin-left: auto;
}

.arrange_main_text h3 {
  text-align: right;
  color: #000;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.arrange_main_text h3 .highlight {
  font-size: 62px;
  font-weight: 700;
  margin: 0 10px;
  color: #e9572d;
}

.arrange_main_text h3 .deco {
  width: 3px;
  height: 7px;
  background-color: #000;
  display: inline-block;
  margin: 0 5px 7px;
}

.arrange_main_text ul li {
  position: relative;
  color: #05524B;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 5px 5px 35%;
}

.arrange_main_text ul li:nth-child(odd) {
  background-color: #fff;
}

.arrange_main_text ul li:nth-child(even) {
  background-color: #dcdcdc;
}

.arrange_main_text ul li > span {
  display: block;
  padding-left: 45px;
  font-size: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.arrange_main_text ul li > span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: radial-gradient(#002C29, #0B7A6E);
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrange_main_pic {
  position: absolute;
  right: 37%;
  bottom: -8vw;
}

.arrange_main_pic > img {
  width: 100%;
}

.arrange_content.a2 .arrange_main_pic {
  width: 63%;
}

.arrange_content.a3 .arrange_main {
  max-width: 1450px;
}

.arrange_content.a3 .arrange_main_pic {
  width: 75%;
  bottom: -5vw;
  right: 25%;
}

.arrange_content.a3 .arrange_main_text ul li {
  padding-left: 50%;
}

.arrange_content.a7 .arrange_main {
  max-width: 1380px;
}

.arrange_content.a7 .arrange_main_pic {
  width: 70%;
  bottom: -6vw;
  right: 36%;
}

.arrange_content.a7 .arrange_main_text ul li {
  padding-left: 38%;
}

.arrange .swiper-slide {
  padding-bottom: 8vw;
}

.arrange .swiper-button-next, .arrange .swiper-button-prev {
  width: 23px;
  height: 44px;
  margin: 0;
  top: calc((100% - 112.8px - 80px - 8vw) / 2 + 112.8px + 80px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrange .swiper-button-next > svg, .arrange .swiper-button-prev > svg {
  width: 23px;
  height: 44px;
}

.arrange .swiper-button-next > img, .arrange .swiper-button-prev > img {
  width: 100%;
}

.arrange .swiper-button-next::after, .arrange .swiper-button-prev::after {
  display: none;
}

.arrange .swiper-button-next {
  right: 110px;
}

.arrange .swiper-button-prev {
  left: 110px;
}

@media screen and (max-width: 1550px) {
  .arrange {
    padding: 0 100px;
  }
  .arrange .swiper-button-next {
    right: 0;
  }
  .arrange .swiper-button-prev {
    left: 0;
  }
  .arrange_main {
    padding: 0 40px;
  }
  .arrange_main_text ul li > span {
    font-size: 20px;
  }
  .arrange_content.a2 .arrange_main_pic {
    width: 58%;
  }
  .arrange_content.a3 .arrange_main_pic {
    width: 70%;
    right: 30%;
  }
  .arrange_content.a7 .arrange_main_pic {
    width: 65%;
  }
}

@media screen and (max-width: 1199px) {
  .arrange {
    padding: 0 20px;
  }
  .arrange_title {
    margin-bottom: 45px;
  }
  .arrange_title h2 {
    font-size: 30px;
  }
  .arrange_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .arrange_main_pic {
    position: relative;
    bottom: inherit !important;
    right: inherit !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100% !important;
    padding-bottom: 66.67%;
    margin-bottom: 20px;
  }
  .arrange_main_pic > img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    top: 0;
    left: 0;
  }
  .arrange_main_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .arrange_main_text h3 {
    text-align: center;
  }
  .arrange_main_text ul li {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 575px) {
  .arrange_title {
    width: 320px;
  }
  .arrange_title img {
    width: 100%;
  }
  .arrange_title h2 {
    font-size: 20px;
    margin: 0;
  }
  .arrange_title p {
    font-size: 14px;
    margin: 0;
  }
  .arrange .swiper-button-next, .arrange .swiper-button-prev {
    width: 15px;
    height: 20px;
    top: calc(124px + (100vw - 40px) * 0.6667 / 2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
  .arrange_main_text h3 {
    font-size: 18px;
  }
  .arrange_main_text h3 .highlight {
    font-size: 30px;
  }
  .arrange_main_text h3 .deco {
    margin-bottom: 3px;
  }
  .arrange_main_text ul li > span {
    font-size: 13px;
  }
}

.silence {
  margin-bottom: 80px;
}

.silence_pic {
  width: 80%;
}

.silence_pic .swiper-slide {
  width: 100%;
  padding-bottom: 50%;
}

.silence_pic .swiper-slide > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.silence_pic .swiper-slide > p {
  position: absolute;
  color: #fff;
  margin: 0;
  font-size: 12px;
  right: 10px;
  bottom: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

.silence_pic .swiper-button-next, .silence_pic .swiper-button-prev {
  width: 23px;
  height: 44px;
}

.silence_pic .swiper-button-next > svg, .silence_pic .swiper-button-prev > svg {
  width: 23px;
  height: 44px;
}

.silence_pic .swiper-button-next::after, .silence_pic .swiper-button-prev::after {
  display: none;
}

.silence_pic .swiper-button-next {
  right: 25px;
}

.silence_pic .swiper-button-prev {
  left: 25px;
}

.silence_text {
  width: 20%;
  padding-top: 280px;
}

.silence_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.silence_title h2 {
  font-size: 35px;
  margin-bottom: 10px;
}

.silence_title .en h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  margin-right: 15px;
  letter-spacing: 0.05em;
}

.silence_title .en img {
  width: 200px;
}

@media screen and (max-width: 1600px) {
  .silence_pic {
    width: 75%;
  }
  .silence_text {
    width: 25%;
  }
  .silence_title h2 {
    font-size: 30px;
  }
  .silence_title .en h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) {
  .silence_pic {
    width: 75%;
  }
  .silence_text {
    width: 25%;
    padding-top: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .silence_pic {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .silence_text {
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .silence_title {
    margin-bottom: 45px;
  }
  .silence_title img {
    width: 208px;
  }
}

@media screen and (max-width: 575px) {
  .silence {
    margin-bottom: 55px;
  }
  .silence_title h2 {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .silence_pic .swiper-button-next, .silence_pic .swiper-button-prev {
    width: 15px;
    height: 20px;
  }
  .silence_pic .swiper-button-next {
    right: 25px;
  }
  .silence_pic .swiper-button-prev {
    left: 25px;
  }
}

.footer {
  margin-top: -1px;
}

.footer_top {
  padding: 15px;
  background-color: #fff;
}

.footer_top h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #05524B;
  letter-spacing: 0.3em;
  color: #00594e;
}

.footer_inform {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_inform ul:first-child {
  margin-right: 70px;
}

.footer_inform ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.footer_inform ul li p {
  margin: 0;
}

.footer_inform_title {
  color: #05524B;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.3em;
}

.footer_inform_content {
  color: #05524B;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.footer_bottom {
  text-align: center;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#002C29), color-stop(#0B7A6E), to(#002C29));
  background: linear-gradient(to right, #002C29, #0B7A6E, #002C29);
}

.footer_bottom p {
  margin: 0;
  font-size: 18px;
  color: #05524B;
  color: #fff;
  letter-spacing: 0.3em;
}

.footer_bottom p a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer_top {
    padding-top: 20px;
    background-image: url(../img/footer_bg.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .footer_inform {
    margin: 0;
    margin: 0 auto;
  }
  .footer_inform > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer_inform_title {
    white-space: nowrap;
  }
  .footer_inform_content {
    width: calc(100% - 90px);
  }
  .footer_inform ul {
    margin: 0 !important;
  }
  .footer_inform p, .footer_inform ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer_bottom {
    padding: 5px 10px;
  }
  .footer_bottom p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .footer_bottom {
    padding: 10px;
  }
  .footer_bottom p {
    font-size: 12px;
  }
  .footer_inform ul li p {
    font-size: 16px !important;
  }
}

.sideBtn {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#002C29), to(#0B7A6E));
  background: linear-gradient(to bottom, #002C29, #0B7A6E);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  z-index: 20;
}

.sideBtn li:first-child a {
  border-radius: 100px 100px 0 0;
}

.sideBtn li:last-child a {
  border-radius: 0 0 100px 100px;
}

.sideBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 75px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.sideBtn a img {
  width: 30px;
  display: block;
  margin: 0 auto;
}

.sideBtn a span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sideBtn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1500px) {
  .sideBtn {
    right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .sideBtn {
    width: 100%;
    top: inherit;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, from(#002C29), to(#0B7A6E));
    background: linear-gradient(to left, #002C29, #0B7A6E);
  }
  .sideBtn li {
    width: 25%;
  }
  .sideBtn a {
    width: 100%;
    height: 60px;
    border-radius: 0 !important;
  }
  .sideBtn a img {
    width: 25px;
    margin-bottom: 1px;
  }
  .sideBtn a span {
    position: static;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */