.swiper {
  overflow: hidden;
}

.mainVisual .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("/img/main_visual2.jpg") no-repeat center/cover;
  width: 100%;
  min-height: 600px;
  height: 91vh;
  transition: 1s 1s;
  opacity: 0;
  transform: scale(1.2);
}
.mainVisual .swiper-slide > img {
  width: 100%;
  height: auto;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual .swiper-slide .category {
  position: absolute;
  bottom: 50px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .swiper-slide .category h3 {
  color: rgb(143, 105, 48);
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin: 0 0 25px 0;
}
.mainVisual .swiper-slide .category h3:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #8F6930;
}
.mainVisual .swiper-slide .category ul {
  padding: 20px 20px 12px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(143, 105, 48, 0.8);
}
.mainVisual .swiper-slide .category ul li {
  margin: 0 1% 1%;
}
.mainVisual .swiper-slide .category ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4375rem;
  transition: color 500ms ease-in-out;
}
.mainVisual .swiper-slide .category ul li a:hover {
  color: #fff;
}
.mainVisual .swiper-slide .circle {
  position: absolute;
  width: 30%;
  height: 400px;
  top: 18%;
  left: 14%;
  animation: float 5s linear infinite;
  display: none;
}
.mainVisual .swiper-slide .circle .icon {
  position: absolute;
  width: auto;
}
.mainVisual .swiper-slide .circle .icon.icon01 {
  left: 0;
  bottom: 23%;
}
.mainVisual .swiper-slide .circle .icon.icon02 {
  top: 2%;
  left: 16%;
}
.mainVisual .swiper-slide .circle .icon.icon03 {
  top: -7%;
  left: 58%;
}
.mainVisual .swiper-slide .circle .icon.icon04 {
  top: 39%;
  right: 7%;
}
.mainVisual .swiper-slide .circle .icon.icon05 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainVisual .swiper-slide .circle .icon.icon06 {
  top: 82%;
  left: 50%;
  transform: translate(-50%);
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.mainVisual .swiper-slide .logo-text {
  width: 40%;
  max-width: 1900px;
  position: absolute;
  right: 10%;
  top: 35%;
  opacity: 0;
  z-index: 1;
  display: flex;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  text-align: left;
  transform: translateY(-50%, -50%);
}
.mainVisual .swiper-slide .logo-text h2 {
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -2px;
}
.mainVisual .swiper-slide .logo-text h2 small {
  font-weight: 400;
}
.mainVisual .swiper-slide .logo-text p {
  font-size: 1.5625rem;
  margin: 10px 0 15px;
}
.mainVisual .swiper-slide .logo-text p b {
  font-weight: 500;
}
.mainVisual .swiper-slide .logo-text span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
}
.mainVisual .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.mainVisual .swiper-slide.swiper-slide-active .logo-text {
  transform: translate(0%, -50%);
  opacity: 1;
  transition: 2s 1.5s;
}

#deps01 {
  margin: 50px 0 0;
  background: url("/img/deps01_bg.jpg") no-repeat center/cover;
  width: 100%;
}
#deps01 .inner {
  width: 85%;
  margin: 0 auto;
}
#deps01 .inner .title {
  background: #fff;
  width: 50%;
  float: right;
  padding: 70px 50px;
  text-align: center;
}
#deps01 .inner .title h3 {
  font-size: 1.75rem;
  color: #000;
  margin: 0 0 50px 0;
}
#deps01 .inner .title figure {
  margin: 0 0 15px 0;
}
#deps01 .inner .title figure:last-child {
  margin: 0;
}

#deps02 {
  background: #fff;
  width: 100%;
}
#deps02 .inner {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#deps02 .inner .title {
  background: #fff;
  width: 50%;
  padding: 4% 4% 4% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#deps02 .inner .title h3 {
  font-size: 1.75rem;
  color: #1F1673;
}
#deps02 .inner .title h3 b {
  font-weight: 700;
}
#deps02 .inner .title p {
  color: rgba(112, 112, 112, 0.6);
  font-size: 1.25rem;
}
#deps02 .inner figure {
  width: 50%;
}
#deps02 .inner .btn {
  text-align: right;
  transform: translateX(0);
  transition: 1s ease-out;
}
#deps02 .inner .btn:hover {
  transform: translateX(10px);
}
#deps02 .inner .btn a {
  font-size: 1.125rem;
  color: #1F1673;
  padding: 0 100px 7px 0;
  position: relative;
}
#deps02 .inner .btn a:before {
  content: "";
  display: block;
  width: 185px;
  height: 2px;
  background: #1F1673;
  position: absolute;
  bottom: 0;
  left: 0;
}
#deps02 .inner .btn a:after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #1F1673;
  position: absolute;
  top: 6px;
  right: 15px;
  transform: rotate(128deg);
}

#deps03 {
  margin: 100px 0 30px;
}
#deps03 .inner {
  width: 80%;
  margin: 0 auto;
}
#deps03 .inner .title {
  text-align: center;
}
#deps03 .inner .title h3 {
  font-size: 3.125rem;
  font-weight: 800;
  margin: 0 0 70px 0;
  position: relative;
}
#deps03 .inner .title h3:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #1F1673;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#deps03 .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  transform: none;
}
#deps03 .tab-buttons li {
  text-align: center;
}
#deps03 .tab-buttons li .tab-button {
  cursor: pointer;
}
#deps03 .tab-content {
  display: none;
}
#deps03 .tab-content.active-tab {
  display: block;
}
#deps03 .tab-content .thum {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
#deps03 .tab-content .thum li {
  padding: 27px;
  background: #F5F5F5;
  width: 23.5%;
  margin: 0 2% 70px 0;
}
#deps03 .tab-content .thum li:nth-of-type(4n) {
  margin: 0 0 70px 0;
}
#deps03 .tab-content .thum li > .box {
  position: relative;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#deps03 .tab-content .thum li .txt {
  text-align: center;
  margin: 20px 0 0;
}
#deps03 .tab-content .thum li .txt strong {
  color: #1F1673;
  border: 2px solid #1F1673;
  border-radius: 20px;
  padding: 3px;
  display: block;
  font-weight: 600;
  margin: 0 20%;
  font-size: 1.125rem;
}
#deps03 .tab-content .thum li .txt span {
  font-size: 0.9375em;
  color: #8B8A8A;
  margin: 12px 0 7px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#deps03 .tab-content .thum li .txt h3 {
  font-size: 1.25rem;
  margin: 10px 0;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#deps03 .tab-content .thum li .txt .more {
  background: #fff;
}
#deps03 .tab-content .thum li .txt .more a {
  font-size: 0.9375em;
  color: #8B8A8A;
  display: block;
  border: 2px solid #8B8A8A;
  padding: 15px 0;
  font-weight: 700;
}
#deps03 .snbSwiper {
  padding: 0 3px;
  box-sizing: border-box;
}
#deps03 .snbSwiper .swiper-slide {
  flex: 1 1 9%;
  position: relative;
}
#deps03 .snbSwiper .swiper-slide:last-child:after {
  display: none;
}
#deps03 .snbSwiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background: #707070;
  transform: translateY(-50%);
}
#deps03 .snbSwiper .swiper-slide.active {
  background: #1F1673;
}
#deps03 .snbSwiper .swiper-slide.active .text {
  color: #fff;
}
#deps03 .snbSwiper .swiper-slide.on .text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#deps03 .snbSwiper .swiper-slide a {
  display: block;
  text-align: center;
}
#deps03 .snbSwiper .swiper-slide .text {
  margin: 7px 30px;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.125rem;
}

#deps04 .inner {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  width: 80%;
  padding: 100px 0;
  margin: 0 auto 100px;
}
#deps04 .inner .top {
  position: relative;
}
#deps04 .inner .title {
  position: absolute;
  top: 0;
}
#deps04 .inner .title h3 {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  padding: 15px 0 0;
}
#deps04 .inner .title h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: rgba(112, 112, 112, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
#deps04 .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#deps04 .swiper-container-wrapper {
  display: flex;
  align-items: end;
}
#deps04 .swiper-button-next, #deps04 .swiper-button-prev {
  color: #000;
}
#deps04 .swiper-slide {
  display: flex;
  flex-direction: column;
}
#deps04 .swiper-slide .description,
#deps04 .swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
#deps04 .swiper-slide-active .description,
#deps04 .swiper-slide-active .title {
  opacity: 1;
}
#deps04 .swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
#deps04 .swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}
#deps04 .more a {
  font-size: 1.0625rem;
  color: #707070;
  padding: 12px 55px;
  border-radius: 40px;
  border: 1px solid #707070;
  display: inline-block;
  transition: background 500ms ease-out;
}
#deps04 .more a:hover {
  background: #1F1673;
  color: #fff;
  border: 1px solid #1F1673;
}
#deps04 .gallery-top {
  position: relative;
  width: 100%;
  padding: 0 0 0 3%;
  border-left: 1px solid #ddd;
}
#deps04 .gallery-top figure img {
  margin: 50px auto 0;
}
#deps04 .gallery-top .txt .cate {
  font-size: 1.125rem;
  font-weight: 700;
  color: #707070;
}
#deps04 .gallery-top .txt .cate b {
  font-size: 1.25rem;
  color: #000;
  font-weight: 800;
}
#deps04 .gallery-top .txt h4 {
  font-size: 1.875rem;
  font-weight: 800;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#deps04 .gallery-top .txt p {
  font-size: 1.0625rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#deps04 .gallery-thumbs {
  width: 100%;
  padding-top: 8%;
  margin: 0 3% 0 0;
  position: relative;
}
#deps04 .gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
#deps04 .gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100% !important;
  opacity: 0.75;
  cursor: pointer;
  border: 1px solid #707070;
}
#deps04 .gallery-thumbs .swiper-button-prev {
  top: 18%;
  left: 12px;
}
#deps04 .gallery-thumbs .swiper-button-prev:after {
  font-size: 1.2rem;
  color: #CFCFCF;
  border: 1px solid #CFCFCF;
  padding: 11px 18px;
}
#deps04 .gallery-thumbs .swiper-button-next {
  top: 18%;
  right: auto;
  left: 68px;
}
#deps04 .gallery-thumbs .swiper-button-next:after {
  font-size: 1.2rem;
  color: #CFCFCF;
  border: 1px solid #CFCFCF;
  padding: 11px 18px;
}
#deps04 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 5px solid #707070;
}

#deps05 .f_sponsor .gallery-slider {
  position: relative;
  z-index: 2;
  width: 100vw;
}
#deps05 .f_sponsor .gallery-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#deps05 .f_sponsor .gallery-slider .swiper-wrapper .swiper-slide {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#deps05 .f_sponsor .gallery-slider .swiper-wrapper .swiper-slide .box {
  width: 100%;
  height: 80%;
  display: flex;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 60px;
  text-decoration: none;
}
#deps05 .f_sponsor .gallery-slider .swiper-wrapper .swiper-slide .box:hover, #deps05 .f_sponsor .gallery-slider .swiper-wrapper .swiper-slide .box:focus {
  transform: scale(1.1);
}
#deps05 .f_sponsor .flow_banner {
  overflow: hidden;
  display: flex;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  margin: 0 0 50px 0;
  padding: 20px 0;
}
#deps05 .f_sponsor .flow_banner .list {
  display: flex;
}
#deps05 .f_sponsor .flow_banner .list > li {
  white-space: nowrap;
  margin: 0 10px;
  width: 150px;
}
#deps05 .f_sponsor .flow_banner .list > li img {
  margin: auto;
}
@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 1920px) {
  .mainVisual .swiper-slide {
    height: 87vh;
  }
}
@media (max-width: 1600px) {
  .mainVisual .swiper-slide .category {
    width: 80%;
  }
  .mainVisual .swiper-slide .category h3 {
    margin: 0 0 18px 0;
    font-size: 1.3rem;
  }
  .mainVisual .swiper-slide .category h3:after {
    bottom: -12px;
    height: 10px;
  }
  .mainVisual .swiper-slide .category ul li a {
    font-size: 1.1rem;
  }
  .mainVisual .swiper-slide .logo-text {
    width: 45%;
    top: 37%;
  }
  .mainVisual .swiper-slide .logo-text h2 {
    font-size: 2.75rem;
  }
  #deps01 .inner .title h3 {
    font-size: 1.4rem;
  }
  #deps02 .inner .title h3 {
    font-size: 1.4rem;
  }
  #deps02 .inner .title p {
    font-size: 1.1rem;
  }
}
@media (max-width: 1440px) {
  #deps03 .tab-content .thum li {
    width: 32%;
    margin: 0 2% 50px 0;
  }
  #deps03 .tab-content .thum li:nth-of-type(2n) {
    margin: 0 2% 50px 0;
  }
  #deps03 .tab-content .thum li:nth-of-type(3n) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 1280px) {
  .mainVisual .swiper-slide .logo-text {
    top: 40%;
    width: 45%;
  }
  #deps01 .inner {
    width: 90%;
  }
  #deps01 .inner .title h3 {
    font-size: 1.2rem;
  }
  #deps02 .inner {
    width: 90%;
  }
  #deps02 .inner .title h3 {
    font-size: 1.2rem;
  }
  #deps02 .inner .title p {
    font-size: 1rem;
  }
  #deps02 .inner .btn a {
    font-size: 1rem;
  }
  #deps02 .inner .btn a::before {
    width: 173px;
  }
  #deps02 .inner .btn a:after {
    top: 4px;
  }
  #deps03 .inner .title h3 {
    font-size: 2.2rem;
    margin: 0 0 50px 0;
  }
  #deps03 .inner .title h3:after {
    height: 30px;
    bottom: -30px;
  }
  #deps03 .snbSwiper .swiper-slide .text {
    font-size: 1rem;
    padding: 5px 0;
  }
  #deps03 .tab-content .thum li .txt strong {
    font-size: 1rem;
  }
  #deps03 .tab-content .thum li .txt h3 {
    font-size: 1.1rem;
  }
  #deps03 .tab-content .thum li .txt .more a {
    padding: 11px 0;
  }
  #deps04 .inner .title h3 {
    font-size: 2rem;
  }
  #deps04 .gallery-top .txt .cate {
    font-size: 1rem;
  }
  #deps04 .gallery-top .txt h4 {
    font-size: 1.5rem;
  }
  #deps04 .gallery-top .txt p {
    font-size: 1rem;
  }
  #deps04 .more a {
    font-size: 0.9rem;
    padding: 9px 40px 7px;
  }
}
@media (max-width: 1024px) {
  #deps01 .inner {
    width: 90%;
  }
  #deps01 .inner .title {
    padding: 50px 30px;
  }
  #deps02 .inner .title {
    padding: 2% 3% 2% 0;
    justify-content: center;
  }
  #deps02 .inner .title h3 {
    margin: 0 0 20px 0;
  }
  #deps02 .inner .btn {
    margin: 20px 0 0;
  }
  #deps03 .inner {
    overflow: hidden;
    width: 90%;
  }
  #deps03 .tab-content .thum li {
    padding: 18px;
  }
  #deps03 .tab-buttons {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
  }
  #deps03 .snbSwiper .swiper-slide {
    width: auto !important;
    flex: auto;
  }
  #deps04 .inner {
    width: 90%;
    padding: 70px 0;
  }
  #deps04 .inner .title {
    position: inherit;
  }
  #deps04 .swiper-container-wrapper {
    flex-direction: column-reverse;
  }
  #deps04 .gallery-top {
    padding: 0;
    border: 0;
    margin: 20px 0;
  }
  #deps04 .gallery-thumbs {
    margin: 0;
    padding-top: 15%;
  }
}
@media (max-width: 900px) {
  #deps01 .inner {
    width: 60%;
  }
  #deps01 .inner .title {
    width: 100%;
  }
  #deps02 .inner {
    flex-direction: column-reverse;
    width: 60%;
  }
  #deps02 .inner .title {
    width: 100%;
    padding: 50px 0 0;
  }
  #deps02 .inner .title p:nth-child(2) {
    margin: 0 0 20px 0;
  }
  #deps02 .inner figure {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mainVisual .swiper-slide {
    width: 100%;
    height: auto;
    background: url("/img/main_visual2_m.jpg") no-repeat center/cover;
    height: 100vh;
  }
  .mainVisual .swiper-slide > img {
    width: 100%;
    height: auto;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainVisual .swiper-slide .category {
    display: none;
  }
  .mainVisual .swiper-slide .logo-text {
    width: 90%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: auto;
    bottom: 5%;
    text-align: center;
    transform: translate(-50%, -50%) !important;
    color: #fff;
  }
  .mainVisual .swiper-slide .logo-text h2 {
    font-size: 1.75rem;
    letter-spacing: -2px;
    width: 100%;
    position: relative;
  }
  .mainVisual .swiper-slide .logo-text h2:after {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 45px;
    background: #ddd;
  }
  .mainVisual .swiper-slide .logo-text p {
    width: 100%;
    box-sizing: border-box;
  }
  .mainVisual .swiper-slide .logo-text p br {
    display: none;
  }
  .mainVisual .swiper-slide .logo-text span {
    width: 100%;
  }
  .mainVisual .swiper-slide .logo-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    transition: 0.3s;
    background-color: #fff;
    color: #3a6697;
    font-weight: bold;
  }
  .mainVisual .swiper-slide-active .logo-text {
    transition: 2s 2s;
  }
  #deps03 {
    margin: 70px 0 20px;
  }
  #deps03 .tab-content .thum {
    margin: 30px 0 0;
  }
  #deps03 .tab-content .thum li {
    width: 49%;
  }
  #deps03 .tab-content .thum li:nth-of-type(3n) {
    margin: 0 2% 50px 0;
  }
  #deps03 .tab-content .thum li:nth-of-type(2n) {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 540px) {
  #deps01 .inner {
    width: 80%;
  }
  #deps02 .inner {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .mainVisual .swiper-slide .logo-text h2 {
    font-size: 1.5rem;
  }
  .mainVisual .swiper-slide .logo-text h2:after {
    top: -45px;
    height: 35px;
  }
  .mainVisual .swiper-slide .logo-text p {
    font-size: 1rem;
    margin: 6px 0 11px;
  }
  #deps01 .inner .title h3 {
    font-size: 1rem;
    margin: 0 0 30px 0;
  }
  #deps02 .inner .title h3 {
    font-size: 1rem;
  }
  #deps02 .inner .btn a {
    padding: 0 60px 7px 0;
  }
  #deps02 .inner .btn a::before {
    width: 135px;
  }
  #deps03 {
    margin: 50px 0;
  }
  #deps03 .inner .title h3 {
    font-size: 1.8rem;
  }
  #deps03 .inner .title h3:after {
    height: 25px;
  }
  #deps03 .snbSwiper .swiper-slide .text {
    padding: 0;
    margin: 7px 15px;
  }
  #deps03 .tab-content .thum li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #deps03 .tab-content .thum li:nth-of-type(2n), #deps03 .tab-content .thum li:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
  #deps03 .tab-content .thum li:last-child {
    margin: 0;
  }
  #deps04 .inner {
    padding: 50px 0;
  }
  #deps04 .inner .title h3 {
    font-size: 1.5rem;
    padding: 10px 0 0;
  }
  #deps04 .more a {
    padding: 6px 30px 5px;
  }
  #deps04 .gallery-top .txt h4 {
    font-size: 1.3rem;
    margin: 7px 0;
  }
  #deps04 .gallery-top .txt .cate {
    font-size: 0.9rem;
  }
  #deps04 .gallery-top .txt .cate p {
    font-size: 1rem;
  }
  #deps04 .gallery-top .txt p {
    font-size: 0.9rem;
  }
  #deps04 .gallery-thumbs {
    padding-top: 20%;
  }
  #deps04 .gallery-thumbs .swiper-button-next {
    left: 60px;
  }
  #deps04 .gallery-thumbs .swiper-button-next:after {
    padding: 8px 14px;
  }
  #deps04 .gallery-thumbs .swiper-button-prev:after {
    padding: 8px 14px;
  }
}/*# sourceMappingURL=style.css.map */