@charset "UTF-8";
/* CSS Document */
#sigIndex header {
  height: 6vw;
}
@media screen and (max-width: 820px) {
  #sigIndex header {
    height: 8vw;
  }
}
@media screen and (max-width: 599px) {
  #sigIndex header {
    height: 15vw;
  }
}
/*------------------------------------------------------

 =main-visual
 
-------------------------------------------------------*/
#main {
  position: relative;
}
#main .pc-kv {}
#main .sp-kv {
  display: none;
}
#main .main-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -6vw;
  overflow: hidden;
}
#main .main-kv .swiper-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
#main .main-kv .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .main-kv .swiper-slide-active img, #main .main-kv .swiper-slide-duplicate-active img, #main .main-kv .swiper-slide-prev img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*animation: i-scale 30s linear 0s infinite;*/
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes i-scale {
  0% {
    transform: scale(1.15)
  }
  50% {
    transform: scale(1)
  }
}
#main .main-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 6vw);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 999;
}
#main .main-header .main-header-inner {
  width: 33%;
}
#main .main-slide-txt {
  position: absolute;
  bottom: 3vw;
  width: 100%;
  font-size: clamp(1.0rem, 1.067vw, 1.067vw); /*1500px:16px*/
  background: rgba(26, 19, 17, 0.7);
  color: #fff;
  text-align: center;
  padding: 6px 2vw;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main .main-slide-txt span {
  display: inline-block;
  margin-right: 1em;
}
#main .swiper-container .swiper-slide-active .main-slide-txt > p {
  display: block;
  animation: slideFromB 1.5s ease 0s 1 normal;
}
@keyframes slideFromB {
  0%, 45% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
#main .scroll-down {
  position: absolute;
  right: 4%;
  bottom: 3vw;
  width: 1px;
  height: 100px;
  background: rgba(204, 204, 204, 0.8);
  transition: all 1.4s;
  overflow: hidden;
  z-index: 999;
}
#main .scroll-down::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 1);
  -webkit-animation: lineMove 3.0s ease infinite;
  animation: lineMove 3.0s ease infinite;
}
@keyframes lineMove {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #main .main-header {
    height: calc(100vh - 14vw);
  }
  #main .main-header .main-header-inner {
    width: 50%;
  }
  #main .main-slide-txt {
    bottom: 10vw;
  }
  #main .main-slide-txt span {
    display: block;
    margin-right: 0;
  }
  #main .scroll-down {
    bottom: 10vw;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    height: 10vw !important;
  }
}
@media screen and (max-width: 820px) {
  #main .main-kv {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 599px) {
  #main .pc-kv {
    display: none;
  }
  #main .sp-kv {
    display: block;
  }
  #main .main-kv {
    margin-top: -15vw;
  }
  #main .main-header .main-header-inner {
    width: 78%;
  }
  #main .scroll-down {
    right: 6%;
  }
}
/*------------------------------------------------------

 =common
 
-------------------------------------------------------*/
.section-inner {
  padding: 5.333vw 6vw; /*1500px:80px 90px*/
}

.section-map {
  width: 100%;
    margin: auto;
    padding: 5.33333vw 0;
}

.btn-normal {
  width: clamp(300px, 20vw, 20vw); /*1500px:300px*/
  margin: 0 auto;
}
.btn-mt-space {
  margin-top: 6vw;
}
.visual-scale {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
.visual-scale img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease !important;
}
a:hover .visual-scale img {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.04);
}
/*top-im-bot-he-ca-tx*/
.top-im-bot-he-ca-tx .bot-healine {
  font-size: clamp(1.6rem, 1.867vw, 1.867vw); /*1500px:28px*/
  font-family: 'Noto Serif JP', serif;
  color: #36729f;
  margin-top: clamp(20px, 2vw, 2vw); /*1500px:30px*/
}
.top-im-bot-he-ca-tx .bot-catch {
  font-size: clamp(1.4rem, 1.467vw, 1.467vw); /*1500px:22px*/
  font-weight: 600;
  margin-top: clamp(10px, 1.333vw, 1.333vw); /*1500px:20px*/
}
.top-im-bot-he-ca-tx .bot-txt {
  margin-top: clamp(10px, 1.333vw, 1.333vw); /*1500px:20px*/
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top-im-bot-he-ca-tx .bot-healine span {
  background-image: linear-gradient(#36729f, #36729f);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 3px;
  transition: background-size 0.3s ease-out;
}
.top-im-bot-he-ca-tx a {
  text-decoration: none;
  color: #242424;
}
.top-im-bot-he-ca-tx a:hover .bot-healine span {
  background-size: 100% 1px;
  background-position: bottom left;
}
.top-im-bot-he-ca-tx a:hover .bot-txt {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top-im-pos {
  position: relative;
}
.top-im-pos .icon-play {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}
.top-im-pos .icon-play img {
  transform: translate(-50%, -50%) scale(1) !important;
}
@media screen and (max-width: 599px) {
  .section-inner {
    padding: 30px 6vw; /*1500px:80px 90px*/
  }
  .btn-normal {
    width: 80%;
  }
  .top-im-pos .icon-play {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
}
/*------------------------------------------------------

 =works
 
-------------------------------------------------------*/
#works-wrap {}
#works-wrap .works-list {
  display: flex;
  flex-wrap: wrap;
}
#works-wrap .works-list li {
  width: 20%;
}
#works-wrap .works-list li:nth-of-type(n+6) {
  margin-top: 5.333vw; /*1500px:80px*/
}
#works-wrap .works-list li a {
  text-decoration: none;
  color: #242424;
}
#works-wrap .works-list li dl dd {
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 1.2vw, 1.2vw); /*1500px:18px*/
  padding-right: 20px;
  padding-top: 20px;
}
#works-wrap .works-list li dl dd .headline {
  display: inline-block;
  word-break: break-all;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#works-wrap .works-list li dl dd .headline span {
  display: inline-block;
  position: relative;
}
#works-wrap .works-list li dl dd .headline span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.1em;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #242424;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
#works-wrap .works-list li a:hover dl dd .headline span::after {
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#works-wrap .works-list li dl dd .arrow {
  display: inline-block;
  width: clamp(13px, 0.867vw, 0.867vw); /*1500px:13px*/
  height: clamp(15px, 1vw, 1vw); /*1500px:15px*/
  margin-left: 0.5em;
  margin-top: 0.2vw
}
#works-wrap .visual-scale {
  padding-top: 75% !important;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 599px) {
  #works-wrap .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #works-wrap .works-list li {
    width: 50%;
  }
  #works-wrap .works-list li:nth-of-type(n+3) {
    margin-top: 5.333vw;
  }
  #works-wrap .works-list li dl dd {
    padding: 2vw 3vw 0;
  }
}
/*------------------------------------------------------

 =news
 
-------------------------------------------------------*/
#news-wrap {}
#news-wrap ul.news {
  border-top: solid 2px #bcbcbc;
}
#news-wrap ul.news li {
  border-bottom: solid 2px #bcbcbc;
  padding: 30px 0;
}
#news-wrap ul.news li a {
  position: relative;
  display: block;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#news-wrap ul.news li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background-image: url(https://www.shimz.co.jp/theme/civil/assets/common/img/arrow-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(13px, 0.867vw, 0.867vw); /*1500px:13px*/
  height: clamp(15px, 1vw, 1vw); /*1500px:15px*/
}
#news-wrap ul.news li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6.5px;
  background-image: url(https://www.shimz.co.jp/theme/civil/assets/common/img/icon-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(13px, 0.867vw, 0.867vw); /*1500px:13px*/
  height: clamp(13px, 0.867vw, 0.867vw); /*1500px:15px*/
}
#news-wrap ul.news li a:link, #news-wrap ul.news li a:visited {
  color: #242424;
}
#news-wrap ul.news li a:hover, #news-wrap ul.news li a:active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#news-wrap ul.news li dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#news-wrap ul.news li dl dt.date {
  float: left;
  width: auto;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#news-wrap ul.news li dl dd.category {
  float: left;
  width: auto;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#news-wrap ul.news li dl dd.category span {
  display: inline-block;
  font-size: clamp(1.3rem, 1.067vw, 1.067vw); /*1500px:16px*/
  line-height: 1.3;
  background-color: #36729f;
  color: #fff;
  padding: 3px 10px 4px;
}
#news-wrap ul.news li dl dd.txt {
  float: left;
  width: 72%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#news-wrap ul.news li dl dd.txt p {
  display: inline;
  background-image: linear-gradient(#36729f, #36729f);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.3s ease-out;
}
#news-wrap ul.news li a:hover .txt p {
  background-size: 100% 1px;
  background-position: bottom left;
}
#news-wrap ul.news li a:hover .txt {
  color: #36729f;
}
@media screen and (max-width: 1024px) {
  #news-wrap ul.news li dl dt.date {
    width: auto;
  }
  #news-wrap ul.news li dl dd.category {
    width: auto;
  }
  #news-wrap ul.news li dl dd.category span {
    font-size: 1.4rem;
  }
  #news-wrap ul.news li dl dd.txt {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  #news-wrap ul.news li a:after {
    top: 6px;
    margin-top: 0;
  }
  #news-wrap ul.news li a[target="_blank"]:after {
    top: 4px;
    margin-top: 0;
  }
  #news-wrap .btn-normal {
    width: 80%;
  }
}
@media screen and (min-width: 600px) {
	dt.date{
		width: 190px;
	}
	
	
}
/*------------------------------------------------------

 =map
 
-------------------------------------------------------*/
/*	.map {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}*/
/*.map img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83%;
  height: 60%;
  object-fit: cover;
  transition: transform .8s ease !important;
}*/

/*------------------------------------------------------

 =recruit
 
-------------------------------------------------------*/
#recruit-wrap {
  margin-top: 5.333vw;
  background-color: #f2f2f2;
}
#recruit-wrap .recruit-container {
  display: flex;
  justify-content: space-between;
}
#recruit-wrap .recruit-container li {
  width: 48%;
}
@media screen and (max-width: 599px) {
  #recruit-wrap .recruit-container {
    display: block;
  }
  #recruit-wrap .recruit-container li {
    width: 100%;
  }
  #recruit-wrap .recruit-container li:last-child {
    margin-top: 30px;
  }
}
/*------------------------------------------------------

 =business
 
-------------------------------------------------------*/
#business-wrap .business-container {
  display: flex;
  justify-content: space-between;
}
#business-wrap .business-container li {
  width: 48%;
}
@media screen and (max-width: 599px) {
  #business-wrap .business-container {
    display: block;
  }
  #business-wrap .business-container li {
    width: 100%;
  }
  #business-wrap .business-container li:last-child {
    margin-top: 30px;
  }
}
/*------------------------------------------------------

 =technology
 
-------------------------------------------------------*/
#technology-wrap {
  margin-top: 5.333vw;
  background-color: #d8f0e0;
}
#technology-wrap .technology-container > li {
  margin-bottom: 5.333vw;
}
#technology-wrap .technology-container > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #242424;
}
#technology-wrap .technology-container > li a .tech-vis-con {
  width: 38%;
}
#technology-wrap .technology-container > li a .tech-body-con {
  width: 58%;
}
#technology-wrap .technology-container > li a .tech-body-con .te-bo-headline {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #242424;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#technology-wrap .technology-container > li a .tech-body-con .te-bo-headline ul.te-category {
  display: flex;
  margin-right: -1em
}
#technology-wrap .technology-container > li a .tech-body-con .te-bo-headline ul.te-category li {
  color: #ffffff;
  background-color: #707070;
  padding: 3px 20px 4px;
  margin: 0 1em;
  font-size: clamp(1.3rem, 1.067vw, 1.067vw); /*1500px:16px*/
  line-height: 1.3;
}
#technology-wrap .technology-more-container {
  border-top: solid 1px #242424;
  padding-top: 5.333vw;
}
#technology-wrap .technology-more-container a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #242424;
}
#technology-wrap .technology-more-container a .tech-vis-con {
  width: 48%;
}
#technology-wrap .technology-more-container a .tech-body-con {
  width: 48%;
}
#technology-wrap .technology-more-container a .tech-body-con .te-bo-headline {
  font-size: clamp(1.6rem, 1.867vw, 1.867vw); /*1500px:28px*/
  color: #36729f;
  margin-bottom: 20px;
}
#technology-wrap .techno-eye-container {
  border: solid 1px #242424;
  margin-top: 5.333vw;
  padding: 30px;
  text-align: center;
}
#technology-wrap .techno-eye-container .section-ttl-m + * {
  margin-top: 10px;
}
#technology-wrap .techno-eye-container .techno-eye-btn {
  display: flex;
  justify-content: center;
  margin-top: 2vw; /*1500px:30px*/
  margin-left: -2em;
  margin-right: -2em;
}
#technology-wrap .techno-eye-container .techno-eye-btn li {
  margin: 0 2em;
}
#technology-wrap .techno-eye-container .btn-normal {
  width: clamp(200px, 20vw, 20vw); /*1500px:300px*/
}
/*common*/
#technology-wrap a .tech-body-con .te-bo-txt {
  display: inline;
  background-image: linear-gradient(#36729f, #36729f);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.3s ease-out;
}
#technology-wrap a:hover .tech-body-con .te-bo-txt {
  background-size: 100% 1px;
  background-position: bottom left;
  color: #36729f;
}
@media screen and (max-width: 599px) {
  #technology-wrap .technology-container > li {
    margin-bottom: 30px;
  }
  #technology-wrap .technology-container > li a {
    display: block;
  }
  #technology-wrap .technology-container > li a .tech-vis-con {
    width: 100%;
  }
  #technology-wrap .technology-container > li a .tech-body-con {
    width: 100%;
    margin-top: 20px;
  }
  #technology-wrap .technology-container > li a .tech-body-con .te-bo-headline {
    display: block;
  }
  #technology-wrap .technology-container > li a .tech-body-con .te-bo-headline ul.te-category {
    margin-top: 10px;
    margin-left: -1em;
  }
  #technology-wrap .technology-more-container {
    padding-top: 50px;
  }
  #technology-wrap .technology-more-container a {
    display: block;
  }
  #technology-wrap .technology-more-container a .tech-vis-con {
    width: 100%;
  }
  #technology-wrap .technology-more-container a .tech-body-con {
    width: 100%;
    margin-top: 20px;
  }
  #technology-wrap .techno-eye-container {
    margin-top: 50px;
  }
  #technology-wrap .techno-eye-container .techno-eye-btn {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  #technology-wrap .techno-eye-container .techno-eye-btn li {
    margin: 0;
  }
  #technology-wrap .techno-eye-container .techno-eye-btn li:last-child {
    margin-top: 20px;
  }
  #technology-wrap .techno-eye-container .btn-normal {
    width: 100%;
  }
}
/*------------------------------------------------------

 =more-civil
 
-------------------------------------------------------*/
#more-civil-wrap .more-civil-container {
  display: flex;
  justify-content: space-between;
}
#more-civil-wrap .more-civil-container li {
  width: 48%;
}
@media screen and (max-width: 599px) {
  #more-civil-wrap .more-civil-container {
    display: block;
  }
  #more-civil-wrap .more-civil-container li {
    width: 100%;
  }
  #more-civil-wrap .more-civil-container li:last-child {
    margin-top: 30px;
  }
}
/*------------------------------------------------------

 =movie
 
-------------------------------------------------------*/
#movie-wrap {
  margin-top: 5.333vw;
  background-color: #f2f2f2;
}
#movie-wrap .movie-container {
  position: relative;
}
#movie-wrap .swiper-container {
  padding-bottom: 80px;
}
#movie-wrap .swiper-button-next, #movie-wrap .swiper-button-prev {
  position: absolute;
  top: calc(50% - 30px);
  width: 30px;
  height: 60px;
  z-index: 10;
}
#movie-wrap .swiper-button-prev {
  background: url(https://www.shimz.co.jp/theme/civil/assets/index/img/arrow-prev.svg) no-repeat center center / contain;
  left: calc(-2vw - 30px);
}
#movie-wrap .swiper-button-next {
  background: url(https://www.shimz.co.jp/theme/civil/assets/index/img/arrow-next.svg) no-repeat center center / contain;
  right: calc(-2vw - 30px);
}
#movie-wrap .swiper-button-next:hover, #movie-wrap .swiper-button-prev:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#movie-wrap .swiper-pagination-fraction, #movie-wrap .swiper-pagination-custom, #movie-wrap .swiper-container-horizontal > .swiper-pagination-bullets {
  background-color: transparent !important;
}
@media screen and (max-width: 820px) {
  #movie-wrap .swiper-button-next, #movie-wrap .swiper-button-prev {
    top: 15%;
    width: 15px;
    height: 30px;
  }
  #movie-wrap .swiper-button-prev {
    left: calc(-2vw - 15px);
  }
  #movie-wrap .swiper-button-next {
    right: calc(-2vw - 15px);
  }
}
@media screen and (max-width: 599px) {
  #movie-wrap .section-inner {
    padding: 5.333vw 0 5.333vw 6vw; /*1500px:80px 90px*/
  }
  #movie-wrap .swiper-container {
    padding-bottom: 50px;
  }
  #movie-wrap .swiper-button-prev {
    left: -3vw;
  }
  #movie-wrap .swiper-button-next {
    right: 3vw;
  }
}
/*------------------------------------------------------

 =banner
 
-------------------------------------------------------*/
#banner-wrap .banner-group {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}
#banner-wrap .banner-group li {
  width: 30%;
}
#banner-wrap .banner-group li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: clamp(1.4rem, 1.067vw, 1.067vw); /*1500px:16px*/
  background-color: #4a4a4a;
  color: #fff;
  padding: 10px;
  border: solid 1px transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}
#banner-wrap .banner-group li a:hover {
  background-color: transparent;
  border: solid 1px #4a4a4a;
  color: #4a4a4a !important;
}
#banner-wrap .banner-group li a .icon-bnr {
  width: 16%;
}
#banner-wrap .banner-group li a p {
  width: 80%;
  text-align: center;
}
#banner-wrap .banner-group li .notes {
	font-size: clamp(1.0rem, 0.8vw, 0.8vw); /*1500px:12px*/
	margin-top: 5px;
	letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  #banner-wrap .banner-group {
    display: block;
    width: 100%;
  }
  #banner-wrap .banner-group li {
    width: 50%;
    margin: 0 auto 20px;
  }
  #banner-wrap .banner-group li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #banner-wrap .banner-group li {
    width: 80%;
  }
}
/*------------------------------------------------------

 =Swiper Common
 
-------------------------------------------------------*/
/*----- base -----*/
/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #36729f;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  /*--swiper-navigation-size: 44px;*/
  --swiper-navigation-size: 30px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /*color: var(--swiper-navigation-color, var(--swiper-theme-color));*/
  color: #fff;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3vw;
  background-color: #fff;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  /*opacity: 0.2;*/
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */ :root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*--------------------swiper add --*/
.swiper-container .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-slide img {
  display: block;
  -webkit-backface-visibility: hidden;
}
/*.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 10;
}*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
/*.swiper-button-next span, .swiper-button-prev span {
  position: relative;
  bottom: 1px;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #242424;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.swiper-button-next:hover span, .swiper-button-prev:hover span {
  background-color: #000;
  border: solid 1px transparent;
}
.swiper-button-next span::after, .swiper-button-prev span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  background-size: 10px 6px;
}*/