﻿
.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 500px) {
  .inner {
    padding: 0;
  }
}

.wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-common {
  min-height: 300px;
  padding: 100px 0;
}

@media screen and (max-width: 1500px) {
  .sec-common {
    padding-left: 70px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  .sec-common {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 500px) {
  .sec-common.sec-blog {
    padding: 50px 0 !important;
  }
}

.wrap-logo2 .logo {
  display: block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: fixed;
  left: -20px;
  bottom: 50%;
  z-index: 1;
  width: 120px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media screen and (max-width: 500px) {
  .wrap-logo2 .logo {
    width: 80px;
    left: -25px;
  }
}

.wrap-logo2 .logo path {
  fill: #333;
}

.wrap-logo2 .logo.on {
  opacity: 0.6;
}

.icon-instagram {
  display: block;
  position: fixed;
  left: 30px;
  bottom: 35px;
  z-index: 999;
  width: 25px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .icon-instagram {
    width: 20px;
    left: 15px;
    bottom: 25px;
  }
}

.icon-instagram.on {
  opacity: 1;
}

.bt-more {
  text-align: center;
  padding-top: 50px;
}

.bt-more .more {
  font-size: 12px;
  border-bottom: solid 1px #333;
  color: #333;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .bt-more .more {
    font-size: 10px;
  }
}

.sec-cta .inner {
  max-width: 900px;
}

.sec-cta .wrap-cta {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  cursor: pointer;
}

.sec-cta .wrap-cta .wrap-img {
  width: 40%;
}

@media screen and (max-width: 500px) {
  .sec-cta .wrap-cta .wrap-img {
    width: 100%;
  }
}

.sec-cta .wrap-cta .wrap-txt {
  width: 60%;
  padding: 50px;
}

@media screen and (max-width: 500px) {
  .sec-cta .wrap-cta .wrap-txt {
    width: 100%;
    padding: 50px 20px;
  }
}

.sec-cta .wrap-cta .wrap-txt p {
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.sec-cta .wrap-cta .wrap-txt a {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
  color: #333;
}

.sec-cta .wrap-cta .wrap-txt .arrow {
  width: 16px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 2px;
}

.sec-cta .bt-faq {
  text-align: center;
}

.sec-cta .bt-faq a {
  color: #333;
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .sec-cta .bt-faq a {
    font-size: 10px;
  }
}

.link-am {
  position: relative;
  overflow: hidden;
  color: #333;
}

.link-am::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}

@media (hover: hover) {
  .link-am:hover {
    color: #ccc;
  }
  .link-am:hover::after {
    width: 100%;
  }
}

.bt-send {
  display: block;
  width: 100%;
  color: #fff;
  max-width: 300px;
  background-color: #333;
  border-radius: 5px;
  text-align: center;
  border: none;
  padding: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: opacity 0.6s, -webkit-filter 0.6s;
  transition: opacity 0.6s, -webkit-filter 0.6s;
  transition: opacity 0.6s, filter 0.6s;
  transition: opacity 0.6s, filter 0.6s, -webkit-filter 0.6s;
  -webkit-filter: drop-shadow(0px 0px 3px #999);
          filter: drop-shadow(0px 0px 3px #999);
}

@media screen and (max-width: 1024px) {
  .bt-send {
    font-size: 14px;
  }
}

@media (hover: hover) {
  .bt-send:hover {
    opacity: 0.9;
    -webkit-filter: drop-shadow(0px 0px 0px #999);
            filter: drop-shadow(0px 0px 0px #999);
  }
}

.bt-send img {
  width: 14px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}

/* ==============================
  
	  銉曘偂銈ゃ儷瑾伩杈笺伩
  
  ==============================   */


.bg-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .bg-menu {
    width: 30px;
  }
}

.bg-menu.show2 .line-1 {
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 500px) {
  .bg-menu.show2 .line-1 {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.bg-menu.show2 .line-2 {
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 500px) {
  .bg-menu.show2 .line-2 {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.bg-menu.on .line {
  background-color: #333;
}

.bg-menu .line {
  width: 100%;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
}

.bg-menu .line.line-1 {
  top: 15px;
}

.bg-menu .line.line-2 {
  top: 25px;
}

.wrap-menu {
  position: fixed;
  top: 0;
  left: -500px;
  z-index: 999;
  background-color: #fff;
  width: 80%;
  height: 100%;
  max-width: 400px;
  padding: 30px;
  padding-top: 80px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media screen and (max-width: 500px) {
  .wrap-menu {
    padding: 30px 0;
  }
}

.wrap-menu.on {
  left: 0;
}

.wrap-menu .bt-close {
  width: 39px;
  height: 39px;
  border: solid 1px #333;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: -70px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 999;
}

@media screen and (max-width: 500px) {
  .wrap-menu .bt-close {
    right: -50px;
  }
}

.wrap-menu .bt-close::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 13px;
  left: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.wrap-menu .bt-close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 13px;
  right: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (hover: hover) {
  .wrap-menu .bt-close:hover {
    background-color: #f5f5f5;
  }
  .wrap-menu .bt-close:hover::before {
    background-color: #333;
  }
  .wrap-menu .bt-close:hover::after {
    background-color: #333;
  }
}

.wrap-menu .block {
  padding: 30px;
}

@media screen and (max-width: 400px) {
  .wrap-menu .block {
    padding: 20px;
  }
}

.wrap-menu .block.block-1 {
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}

@media screen and (max-width: 400px) {
  .wrap-menu .block.block-1 {
    padding-bottom: 30px;
  }
}

.wrap-menu .block.block-1 li {
  margin-bottom: 20px;
}

.wrap-menu .block.block-1 li a {
  color: #333;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 1024px) {
  .wrap-menu .block.block-1 li a {
    font-size: 14px;
  }
}

.wrap-menu .block.block-1 li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}

@media (hover: hover) {
  .wrap-menu .block.block-1 li a:hover::after {
    width: 100%;
  }
}

.wrap-menu .block.block-2 {
  color: #333;
}

.wrap-menu .block.block-2 h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .wrap-menu .block.block-2 h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .wrap-menu .block.block-2 h4 {
    margin-bottom: 20px;
  }
}

.wrap-menu .block.block-2 .info {
  line-height: 2;
}

.wrap-menu .block.block-2 a {
  color: #333;
}





#back-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 500px) {
  #back-top {
    bottom: 10px;
    right: 10px;
  }
}

#back-top img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#back-top.on {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.top-sec-slide {
  position: relative;
  z-index: 10;
}

.top-sec-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-sec-slide .slide-mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 500px) {
  .top-sec-slide .slide-mv .slick-dots {
    right: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

.top-sec-slide .wrap-news {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .top-sec-slide .wrap-news {
    bottom: 60px;
  }
}

.top-sec-slide .wrap-news a {
  color: #f5f5f5;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  display: inline-block;
}

.top-sec-slide .wrap-news a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: bd 8s infinite;
          animation: bd 8s infinite;
}

@-webkit-keyframes bd {
  0% {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  70% {
    width: 100%;
    left: 0;
  }
  80% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bd {
  0% {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  70% {
    width: 100%;
    left: 0;
  }
  80% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.top-sec-slide .wrap-news a .arrow {
  max-width: 12px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 2px;
}

.top-sec-slide .wrap-news a .date {
  font-size: 10px;
  margin-left: 10px;
}

h2.title {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.top-sec-about .inner {
  max-width: 600px;
}

.top-sec-about .block-1 p {
  margin-bottom: 2em;
  line-height: 2.5;
  letter-spacing: 1.5px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .top-sec-about .block-1 p {
    font-size: 14px;
  }
}

.top-sec-about .block-2 {
  text-align: right;
  margin-bottom: 50px;
}

.top-sec-about .block-2 .sp1 {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .top-sec-about .block-2 .sp1 {
    font-size: 12px;
  }
}

.top-sec-about .block-2 .sp2 {
  display: block;
}

@media screen and (max-width: 500px) {
  .top-sec-about .block-2 .sp2 {
    font-size: 14px;
  }
}

.top-sec-works {
  margin-top: 89px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .top-sec-works {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .top-sec-works {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .top-sec-works .inner {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .top-sec-works .title {
    padding-right: 30px;
  }
}

.top-sec-works .wrap-lists {
  position: relative;
}

.top-sec-works .list-works {
  padding-bottom: 65px;
}

.top-sec-works .list-works .slick-slide {
  margin: 0 10px;
  /*height: 555px !important;*/
  background-color: #89b8a4;
}

@media (hover: hover) {
  .top-sec-works .list-works a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

.top-sec-works .list-works img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100% !important;
  display: block;
}

.top-sec-works .list-works .slick-dots {
    width: 132px;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -66px;
    z-index: 999;
}

.top-sec-works .list-works .slick-dots li {
  background-color: #ccc;
}

.top-sec-works .list-works .slick-dots li.slick-active {
  background-color: #89b8a4;
}

.top-sec-works .list-works .slick-dots li.slick-active::after {
  content: "";
  color: #89b8a4;
}

.top-sec-works .wrap-arrows {
 display: flex;justify-content: space-between;
  width: 202px;bottom:8px;position: absolute;left: 50%;margin-left: -101px;-index: 9;
}

.top-sec-works .wrap-arrows img {
  width: 25px;
  height: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

@media (hover: hover) {
  .top-sec-works .wrap-arrows img:hover {
    opacity: 0.6;
  }
}

.top-sec-works .wrap-arrows img.list-prev {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.top-sec-column .list-column-top {
  max-width: 800px;
  margin: 0 auto;
  border-top: solid 1px #ccc;
}

.top-sec-column .list-column-top a {
  border-bottom: solid 1px #ccc;
  padding: 25px 0 25px 10px;
  display: block;
  position: relative;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 1024px) {
  .top-sec-column .list-column-top a {
    font-size: 14px;
  }
}

.top-sec-column .list-column-top a::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}

.top-sec-column .list-column-top a .date {
  font-size: 10px;
  color: #666;
  margin-left: 10px;
}

.top-sec-column .list-column-top a img {
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

@media (hover: hover) {
  .top-sec-column .list-column-top a:hover {
    padding: 25px 0 25px 20px;
  }
  .top-sec-column .list-column-top a:hover::after {
    width: 100%;
  }
}

.top-sec-ig .wrap-instagram {
  text-align: center;
  margin-bottom: 50px;
}

.top-sec-ig .wrap-instagram span {
  display: block;
  margin: 10px auto 0;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .top-sec-ig .wrap-instagram span {
    font-size: 10px;
  }
}

.top-sec-ig .wrap-instagram a {
  color: #333;
}

.top-sec-ig .wrap-instagram img {
  width: 30px;
}

.top-sec-ig .wrap-posts {
  width: 100%;
  overflow: auto;
}

.top-sec-ig .wrap-posts img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1200px) {
  .top-sec-ig .wrap-posts img {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .top-sec-ig .wrap-posts img {
    width: 100%;
    height: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .top-sec-ig li:last-child img {
    display: none;
  }
}

.zoom-instagram.feed-379 {
  font-size: 14px !important;
  background-color: #f1e1e1 !important;
  padding: 1px !important;
}

.zoom-instagram.feed-379 .zoom-instagram-widget__items {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1024px) {
  .zoom-instagram.feed-379 .zoom-instagram-widget__items {
    -ms-grid-columns: (1fr)[3] !important;
        grid-template-columns: repeat(3, 1fr) !important;
  }
}

.zoom-instagram.feed-379 .zoom-instagram-widget__items {
  gap: 1px !important;
}

.sec-title {
  text-align: center;
  padding: 180px 0 50px;
}

@media screen and (max-width: 500px) {
  .sec-title {
    padding: 120px 0 50px;
  }
}

.sec-title .img-title {
  width: auto;
  height: 30px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 500px) {
  .sec-title .img-title {
    height: 24px;
  }
}

.sec-title .page-title {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .sec-title .page-title {
    font-size: 12px;
  }
}

.sec-title .page-title.no-img {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .sec-title .page-title.no-img {
    font-size: 16px;
  }
}

.b-nav {
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .b-nav {
    padding-left: 10px;
  }
}

.b-nav li {
  color: #999;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .b-nav li {
    font-size: 10px;
  }
}

.b-nav li::after {
  content: " / ";
  color: #333;
}

.b-nav li a {
  color: #333;
}

.wrap-cover .img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 500px) {
  .wrap-cover .img-cover {
    height: 400px;
  }
}

.sec-about-01 .wrap-flex {
  max-width: 700px;
  margin: 0 auto;
  gap: 20px 50px;
}

.sec-about-01 .wrap-flex .col.col-1 {
  width: calc(30% - 50px);
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .sec-about-01 .wrap-flex .col.col-1 {
    font-size: 14px;
  }
}

.sec-about-01 .wrap-flex .col.col-1 .img-nagai {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  .sec-about-01 .wrap-flex .col.col-1 .img-nagai {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 700px) {
  .sec-about-01 .wrap-flex .col.col-1 {
    width: 100%;
    padding-bottom: 30px;
  }
}

.sec-about-01 .wrap-flex .col.col-2 {
  width: calc(70% - 50px);
  line-height: 2.3;
}

@media screen and (max-width: 700px) {
  .sec-about-01 .wrap-flex .col.col-2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.sec-about-01 .wrap-flex .col.col-2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 30px;
}

.sec-about-01 .wrap-flex .col.col-2 dt {
  width: 30%;
}

.sec-about-01 .wrap-flex .col.col-2 dd {
  width: 70%;
}

.sec-about-01 .wrap-flex .col.col-2 a {
  color: #333;
  position: relative;
  overflow: hidden;
}

.sec-about-01 .wrap-flex .col.col-2 a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}

@media (hover: hover) {
  .sec-about-01 .wrap-flex .col.col-2 a:hover::after {
    width: 100%;
  }
}

@media (hover: hover) {
  .sec-about-01 .wrap-flex .col.col-2 a:hover {
    color: #cccccc;
  }
}

.sec-about-01 .wrap-flex.flex-1 {
  margin-bottom: 100px;
}

.sec-about-01 .en {
  font-size: 10px;
}

.sec-about-01 .info {
  border-left: solid 1px #333;
  padding-left: 20px;
  line-height: 2;
  margin-top: 30px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .sec-about-01 .info {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .sec-column-area {
    padding: 50px 0 !important;
  }
}

.sec-column-area .inner {
  max-width: 1000px;
}

.sec-column-area .wrap-title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .sec-column-area .wrap-title {
    font-size: 10px;
  }
}

.sec-column-area .wrap-title img {
  max-width: 100px;
  display: block;
  margin: 0 auto 15px;
}

.sec-column-area .wrap-title img.txt-blog-b {
  max-width: 80px;
}

.sec-column-area .wrap-item {
  gap: 0 50px;
  margin-bottom: 80px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .sec-column-area .wrap-item {
    gap: 0;
  }
}

.sec-column-area .wrap-item .col-1 {
  width: calc(40% - 50px);
  overflow: hidden;
}

.sec-column-area .wrap-item .col-1 img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 700px) {
  .sec-column-area .wrap-item .col-1 {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .sec-column-area .wrap-item .col-1 {
    width: 100%;
  }
}

.sec-column-area .wrap-item .col-1 .no-image {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-column-area .wrap-item .col-1 .no-image img {
  width: 100%;
  max-width: 200px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.sec-column-area .wrap-item .col-2 {
  width: calc(60% - 50px);
  text-align: left;
}

@media screen and (max-width: 700px) {
  .sec-column-area .wrap-item .col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .sec-column-area .wrap-item .col-2 {
    padding: 0 30px;
  }
}

.sec-column-area .wrap-item .date {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

.sec-column-area .wrap-item .p-title {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
  .sec-column-area .wrap-item .p-title {
    font-size: 16px;
  }
}

.sec-column-area .wrap-item .desc {
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.sec-column-area .wrap-item .desc p {
  word-break: break-all;
}

@media screen and (max-width: 500px) {
  .sec-column-area .wrap-item .desc {
    font-size: 13px;
  }
}

.sec-column-area .wrap-item .bt-more {
  text-align: left;
  padding-top: 0;
}

@media (hover: hover) {
  .sec-column-area .wrap-item:hover .col-1 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

.sec-works-01 {
  padding-top: 0;
}

@media screen and (max-width: 500px) {
  .sec-works-01 {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-works-01 .gallery-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

.sec-works-01 .gallery-works li {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  .sec-works-01 .gallery-works li {
    padding: 5px;
  }
}

.sec-works-01a {
  padding: 0;
}

@media screen and (max-width: 500px) {
  .sec-works-01a {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-works-01a .list-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .sec-works-01a .list-works {
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .sec-works-01a .list-works {
    padding: 0 10px;
    gap: 20px 10px;
  }
}

.sec-works-01a .list-works li {
  width: calc(100% / 4 - 20px);
}

@media screen and (max-width: 1200px) {
  .sec-works-01a .list-works li {
    width: calc(100% / 3 - 20px);
  }
}

@media screen and (max-width: 834px) {
  .sec-works-01a .list-works li {
    width: calc(100% / 2 - 10px);
  }
}

@media screen and (max-width: 500px) {
  .sec-works-01a .list-works li {
    width: calc(100% / 2 - 5px);
  }
}

.sec-works-01a .list-works a {
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .sec-works-01a .list-works a {
    font-size: 10px;
  }
}

@media (hover: hover) {
  .sec-works-01a .list-works a:hover {
    color: #999;
  }
  .sec-works-01a .list-works a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

.sec-works-01a .list-works .wrap-img {
  height: 420px;
  overflow: hidden;
  margin-bottom: 3px;
}

@media screen and (max-width: 500px) {
  .sec-works-01a .list-works .wrap-img {
    height: 300px;
  }
}

.sec-works-01a .list-works img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.sec-works-detail .inner {
  max-width: 1000px;
  text-align: center;
}

.sec-works-detail .page-title {
  text-align: center;
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  display: inline-block;
  margin: 0 auto 50px;
  letter-spacing: 3px;
}

.sec-works-detail .desc {
  text-align: left;
}

.sec-works-detail .desc p {
  margin-bottom: 2em;
  line-height: 2.5;
  letter-spacing: 1.5px;
  word-break: break-all;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .sec-works-detail .desc p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .sec-works-detail .desc p {
    line-height: 2.3;
    letter-spacing: 1.3px;
  }
}

.sec-works-detail .content-area__wrapper {
  text-align: left;
}

.sec-works-detail .content-area__wrapper p {
  margin-bottom: 2em;
  line-height: 2.5;
  letter-spacing: 1.5px;
  word-break: break-all;
  font-size: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .sec-works-detail .content-area__wrapper p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .sec-works-detail .content-area__wrapper p {
    line-height: 2.3;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 500px) {
  .sec-works-detail .content-area__wrapper p {
    padding: 0;
  }
}

.sec-works-detail .content-area__wrapper p:empty {
  height: 1em;
  margin-bottom: 0;
}

.sec-works-detail .content-area__wrapper .wp-block-image {
  display: block;
  padding-top: 10px;
  margin-bottom: 5em;
}

.sec-works-detail .content-area__wrapper .wp-block-image figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .sec-works-detail .content-area__wrapper .wp-block-image figcaption {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .sec-works-detail .content-area__wrapper .wp-block-image figcaption {
    text-align: left;
  }
}

.sec-works-detail .content-area__wrapper .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}

@media screen and (max-width: 500px) {
  .sec-works-detail .content-area__wrapper .wp-block-columns {
    display: block;
    gap: 0;
  }
}

.sec-flow-01 {
  padding-bottom: 0;
}

.sec-flow-01 .inner {
  max-width: 800px;
}

.sec-flow-01 .item {
  margin-bottom: 100px;
}

@media screen and (max-width: 500px) {
  .sec-flow-01 .item {
    margin-bottom: 50px;
  }
}

.sec-flow-01 .item2 {
  border-top: solid 1px #333;
  padding: 50px 0;
}

.sec-flow-01 .item2 h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .sec-flow-01 .item2 h4 {
    font-size: 14px;
  }
}

.sec-flow-01 .item2 p {
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .sec-flow-01 .item2 p {
    font-size: 12px;
  }
}

.sec-flow-01 .wrap-num {
  text-align: center;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 500px) {
  .sec-flow-01 .wrap-num {
    width: 50px;
    height: 50px;
  }
}

.sec-flow-01 .wrap-num .num {
  font-size: 24px;
  display: block;
  margin: 0 auto 20px;
  border: solid 1px #fff;
  position: relative;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 500px) {
  .sec-flow-01 .wrap-num .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding-top: 7px;
  }
}

.sec-flow-01 .circle {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 500px) {
  .sec-flow-01 .circle {
    width: 50px;
    height: 50px;
  }
}

.sec-flow-01 .AExVuqJZ_0 {
  stroke-dasharray: 189 191;
  stroke-dashoffset: 190;
}

.sec-flow-01 .on .AExVuqJZ_0 {
  -webkit-animation: AExVuqJZ_draw 800ms ease-out 0ms forwards;
          animation: AExVuqJZ_draw 800ms ease-out 0ms forwards;
}

.sec-flow-01 .AExVuqJZ_1 {
  stroke-dasharray: 186 188;
  stroke-dashoffset: 187;
}

.sec-flow-01 .on .AExVuqJZ_1 {
  -webkit-animation: AExVuqJZ_draw 800ms ease-out forwards;
          animation: AExVuqJZ_draw 800ms ease-out forwards;
}

@-webkit-keyframes AExVuqJZ_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes AExVuqJZ_draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes AExVuqJZ_fade {
  0% {
    stroke-opacity: 1;
  }
  92.5925925925926% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}

@keyframes AExVuqJZ_fade {
  0% {
    stroke-opacity: 1;
  }
  92.5925925925926% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}

.sec-flow-01 .h3-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .sec-flow-01 .h3-title {
    font-size: 16px;
  }
}

.sec-flow-01 .desc p {
  margin-bottom: 2em;
  line-height: 2.5;
  letter-spacing: 1.5px;
  word-break: break-all;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .sec-flow-01 .desc p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .sec-flow-01 .desc p {
    line-height: 2.3;
    letter-spacing: 1.3px;
  }
}

.sec-flow-01 .desc .wrap-img {
  margin-bottom: 2em;
  display: block;
}

.sec-contact .inner {
  max-width: 600px;
}

.sec-contact .inner .block {
  padding-bottom: 50px;
}

.sec-contact .inner .title-c {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .sec-contact .inner .title-c {
    font-size: 12px;
  }
}

.sec-contact .inner .tel {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .sec-contact .inner .tel {
    font-size: 20px;
  }
}

.sec-contact .inner .note a {
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
}

.sec-contact .wrap-form {
  margin-top: 50px;
}

.sec-contact .wrap-form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .sec-contact .wrap-form label {
    font-size: 12px;
  }
}

.sec-contact .wrap-form .required {
  color: #c90000;
  margin-left: 5px;
}

.sec-contact .wrap-form .txt {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #fff;
  margin-top: 10px;
  -webkit-transition: border 0.6s;
  transition: border 0.6s;
}

@media screen and (max-width: 1024px) {
  .sec-contact .wrap-form .txt {
    font-size: 14px;
  }
}

.sec-contact .wrap-form .txt:focus {
  border: solid 1px #333;
}

.sec-contact .wrap-form textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  border: solid 1px #fff;
  margin-top: 10px;
  -webkit-transition: border 0.6s;
  transition: border 0.6s;
}

.sec-contact .wrap-form textarea:focus {
  border: solid 1px #333;
}

.sec-contact .wrap-form .note {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .sec-contact .wrap-form .note {
    font-size: 10px;
  }
}

.sec-contact .wrap-form .bt-send {
  margin: 50px auto 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 12px 20px !important;
  border: 1px solid #00a0d2;
  border-width: 1px !important;
  margin-top: 30px !important;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "銉°偆銉偑", Meiryo, "锛汲 銈淬偡銉冦偗", sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-top: 5px !important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "銉°偆銉偑", Meiryo, "锛汲 銈淬偡銉冦偗", sans-serif;
  background-color: #dc3232;
  color: #fff !important;
  padding: 3px 10px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.sec-faq {
  padding-top: 0;
}

.sec-faq .inner {
  max-width: 800px;
}

.sec-faq .inner .wrap-page-title {
  text-align: center;
  padding: 0 0 50px;
}

.sec-faq .inner .wrap-page-title .img-title {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 500px) {
  .sec-faq .inner .wrap-page-title .img-title {
    height: 24px;
  }
}

.sec-faq .inner .wrap-page-title .page-title {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .sec-faq .inner .wrap-page-title .page-title {
    font-size: 12px;
  }
}

.sec-faq dl {
  border-bottom: solid 1px #333;
}

.sec-faq dt {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  letter-spacing: 1.3px;
  border-top: solid 1px #333;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 500px) {
  .sec-faq dt {
    font-size: 13px;
    padding-right: 20px;
  }
}

.sec-faq dt::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  z-index: -1;
}

.sec-faq dt::before {
  content: "Q.";
  margin-right: 10px;
}

.sec-faq dt:first-child {
  margin-top: 0;
}

.sec-faq dt .plus {
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
}

@media screen and (max-width: 500px) {
  .sec-faq dt .plus {
    right: 10px;
  }
}

@media (hover: hover) {
  .sec-faq dt:hover::after {
    width: 100%;
  }
}

.sec-faq dd {
  line-height: 2;
  letter-spacing: 1.5px;
  font-size: 15px;
  text-indent: -30px;
  margin-left: 30px;
  margin-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  display: none;
}

@media screen and (max-width: 500px) {
  .sec-faq dd {
    line-height: 2;
    letter-spacing: 1.3px;
    font-size: 13px;
    padding-right: 0;
    margin-top: 0;
  }
}

.sec-faq dd:last-child {
  padding-bottom: 20px;
}

.sec-faq dd::before {
  content: "A.";
  margin-right: 10px;
}

.blog {
  position: relative;
  background-color: #f5f5f5;
}

.blog .sec-title {
  text-align: left;
  height: 460px;
}

@media screen and (max-width: 500px) {
  .blog .sec-title {
    height: 340px;
  }
}

@media screen and (max-width: 1400px) {
  .blog .sec-title .wrap-page-title {
    padding-left: 50px;
  }
}

@media screen and (max-width: 700px) {
  .blog .sec-title .wrap-page-title {
    padding-left: 30px;
  }
}

.blog .sec-title .img-title {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 0 15px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 500px) {
  .blog .sec-title .img-title {
    height: 24px;
  }
}

.blog .sec-title .page-title {
  font-size: 14px;
  position: relative;
  z-index: 4;
  color: #f5f5f5;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .blog .sec-title .page-title {
    font-size: 12px;
  }
}

.blog .cover {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}

@media screen and (max-width: 500px) {
  .blog .cover {
    height: 300px;
  }
}

.blog .layer {
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 500px) {
  .blog .layer {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .blog .sec-nav-area .inner {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .blog .sec-nav-area .b-nav {
    margin-top: 0px;
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 10;
  }
}

@media screen and (max-width: 834px) {
  .blog .sec-nav-area .b-nav a {
    color: #f5f5f5;
  }
}

@media screen and (max-width: 834px) {
  .blog .sec-nav-area.detail .b-nav {
    top: -120px;
    display: none;
  }
}

.blog .sub-cat {
  margin-top: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}

@media screen and (max-width: 834px) {
  .blog .sub-cat {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .blog .sub-cat {
    gap: 0 10px;
  }
}

.blog .sub-cat li {
  letter-spacing: 2px;
}

.blog .sub-cat li::after {
  content: "|";
  padding-left: 20px;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .blog .sub-cat li::after {
    padding-left: 10px;
  }
}

.blog .sub-cat li a {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .blog .sub-cat li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .blog .sub-cat li a {
    font-size: 10px;
  }
}

.blog .wrap-item {
  gap: 0 50px;
  margin-bottom: 150px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .blog .wrap-item {
    gap: 0;
    margin-bottom: 80px;
  }
}

.blog .wrap-item .col-1 {
  width: calc(60% - 50px);
  overflow: hidden;
  max-height: 400px;
}

@media screen and (max-width: 1024px) {
  .blog .wrap-item .col-1 {
    max-height: 260px;
    width: calc(50% - 50px);
  }
}

@media screen and (max-width: 500px) {
  .blog .wrap-item .col-1 {
    height: 220px;
  }
}

@media screen and (max-width: 700px) {
  .blog .wrap-item .col-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.blog .wrap-item .col-1 img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  display: block;
}

.blog .wrap-item .col-1 .no-image {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .blog .wrap-item .col-1 .no-image {
    height: 260px;
  }
}

@media screen and (max-width: 500px) {
  .blog .wrap-item .col-1 .no-image {
    height: 220px;
  }
}

.blog .wrap-item .col-1 .no-image img {
  width: 100%;
  max-width: 200px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog .wrap-item .col-2 {
  width: calc(40% - 50px);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .blog .wrap-item .col-2 {
    width: calc(50% - 50px);
  }
}

@media screen and (max-width: 700px) {
  .blog .wrap-item .col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .blog .wrap-item .col-2 {
    padding: 0px 30px;
  }
}

.blog .wrap-item .date {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

.blog .wrap-item .cat {
  display: block;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.blog .wrap-item .cat::before {
  content: "Categories: ";
  font-size: 10px;
}

.blog .wrap-item .cat a {
  color: #666;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .blog .wrap-item .cat a {
    font-size: 10px;
  }
}

.blog .wrap-item .p-title {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
  .blog .wrap-item .p-title {
    font-size: 16px;
  }
}

.blog .wrap-item .desc {
  line-height: 2;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.blog .wrap-item .desc p {
  word-break: break-all;
}

.blog .wrap-item .bt-more {
  text-align: left;
  padding-top: 0;
}

@media (hover: hover) {
  .blog .wrap-item:hover .col-1 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

.blog .wrap-item:nth-of-type(even) .col-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 700px) {
  .blog .wrap-item:nth-of-type(even) .col-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.blog .wrap-item:nth-of-type(even) .col-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 700px) {
  .blog .wrap-item:nth-of-type(even) .col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog .sec-column-area .wrap-item {
  gap: 0 50px;
  margin-bottom: 80px;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .blog .sec-column-area .wrap-item {
    gap: 0;
  }
}

.blog .sec-column-area .wrap-item:nth-of-type(even) .col-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.blog .sec-column-area .wrap-item:nth-of-type(even) .col-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.blog .sec-column-area .wrap-item .col-1 {
  width: calc(40% - 50px);
  overflow: hidden;
}

.blog .sec-column-area .wrap-item .col-1 img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 700px) {
  .blog .sec-column-area .wrap-item .col-1 {
    width: 100%;
    padding-bottom: 30px;
  }
}

.blog .sec-column-area .wrap-item .col-1 .no-image {
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .sec-column-area .wrap-item .col-1 .no-image img {
  width: 100%;
  max-width: 200px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog .sec-column-area .wrap-item .col-2 {
  width: calc(60% - 50px);
  text-align: left;
}

@media screen and (max-width: 700px) {
  .blog .sec-column-area .wrap-item .col-2 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .blog .sec-column-area .wrap-item .col-2 {
    padding: 0 30px;
  }
}

.blog .sec-column-area .wrap-item .date {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}

.blog .sec-column-area .wrap-item .p-title {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
  .blog .sec-column-area .wrap-item .p-title {
    font-size: 16px;
  }
}

.blog .sec-column-area .wrap-item .desc {
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  word-break: break-all;
}

.blog .sec-column-area .wrap-item .desc p {
  word-break: break-all;
}

.blog .sec-column-area .wrap-item .desc a {
  word-break: break-all;
}

@media screen and (max-width: 500px) {
  .blog .sec-column-area .wrap-item .desc {
    font-size: 13px;
  }
}

.blog .sec-column-area .wrap-item .bt-more {
  text-align: left;
  padding-top: 0;
}

@media (hover: hover) {
  .blog .sec-column-area .wrap-item:hover .col-1 img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.8;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 500px) {
  .wp-pagenavi {
    margin-bottom: 20px;
  }
}

.wp-pagenavi .current {
  display: block;
  padding: 10px 15px;
  margin-right: 10px;
  background-color: #fff;
  color: #333;
  border: solid 1px #333;
  border-radius: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "銉°偆銉偑", Meiryo, "锛汲 銈淬偡銉冦偗", sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .wp-pagenavi .current {
    font-size: 10px;
  }
}

@media screen and (max-width: 400px) {
  .wp-pagenavi .current {
    padding: 10px 10px;
  }
}

.wp-pagenavi a {
  display: block;
  padding: 10px 15px;
  margin-right: 10px;
  color: #f1e1e1;
  border: solid 1px #333;
  border-radius: 5px;
  color: #333;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "銉°偆銉偑", Meiryo, "锛汲 銈淬偡銉冦偗", sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .wp-pagenavi a {
    font-size: 10px;
  }
}

@media screen and (max-width: 400px) {
  .wp-pagenavi a {
    padding: 10px 10px;
  }
}

@media (hover: hover) {
  .wp-pagenavi a:hover {
    background-color: #fff;
    color: #333;
    border: solid 1px #333;
  }
}

.sec-column-title {
  text-align: left;
  height: calc(80vh + 40px);
  overflow: hidden;
  position: relative;
}

.sec-column-title .wrap-page-title {
  position: relative;
  z-index: 12;
  text-align: center;
  height: 80vh;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(0 0 2px #333);
          filter: drop-shadow(0 0 2px #333);
}

.sec-column-title .logo {
  width: auto;
  height: 20px;
  display: block;
  margin: 0 0 15px;
  position: relative;
  z-index: 4;
}

.sec-column-title .page-title {
  font-size: 40px;
  position: relative;
  z-index: 4;
  color: #f5f5f5;
  font-weight: normal;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .sec-column-title .page-title {
    font-size: 30px;
  }
}

.sec-column-title .cover {
  -webkit-animation: am-blur 1.2s 0.5s forwards;
          animation: am-blur 1.2s 0.5s forwards;
  height: 80vh;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sec-column-title .layer {
  -webkit-animation: am-blur 1.2s 0.5s forwards;
          animation: am-blur 1.2s 0.5s forwards;
  height: 80vh;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sec-column-title .no-image {
  height: 80vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 500px) {
  .sec-column-title .no-image {
    height: 300px;
  }
}

@-webkit-keyframes am-blur {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@keyframes am-blur {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.sec-column-title .info {
  margin-top: 30px;
  color: #f5f5f5;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .sec-column-title .info {
    font-size: 10px;
  }
}

.sec-column-title .info .date {
  margin-right: 20px;
}

.sec-column-title .info a {
  color: #f5f5f5;
}

.sec-column-title .info .cat::before {
  content: "Categories: ";
  font-size: 10px;
  letter-spacing: 1.5px;
}

.sec-column-title .info .cat a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  padding-bottom: 3px;
}

.sec-blog .inner {
  max-width: 1200px;
}

.sec-blog.detail .inner {
  max-width: 800px;
}

.sec-blog.detail .page-title {
  margin-bottom: 30px;
  letter-spacing: 2px;
  border-bottom: solid 1px #333;
  padding-bottom: 20px;
}

.sec-blog.detail h2 {
  margin: 2em 0;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .sec-blog.detail h2 {
    font-size: 16px;
  }
}

.sec-blog.detail h3 {
  margin: 1em 0;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .sec-blog.detail h3 {
    font-size: 14px;
  }
}

.sec-blog .title-tag {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .sec-blog .title-tag {
    font-size: 16px;
  }
}

.content-area__wrapper p {
  margin-bottom: 2em;
  line-height: 2.5;
  letter-spacing: 1.5px;
  word-break: break-all;
  font-size: 16px;
  margin-bottom: 0;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .content-area__wrapper p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .content-area__wrapper p {
    line-height: 2.3;
    letter-spacing: 1.3px;
  }
}

@media screen and (max-width: 500px) {
  .content-area__wrapper p {
    padding: 0 30px;
  }
}

.content-area__wrapper p:empty {
  height: 1em;
  margin-bottom: 0;
}

.content-area__wrapper .wp-block-image {
  display: block;
  padding-top: 10px;
  margin-bottom: 5em;
}

.content-area__wrapper .wp-block-image figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .content-area__wrapper .wp-block-image figcaption {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .content-area__wrapper .wp-block-image figcaption {
    text-align: left;
    padding: 0 10px;
  }
}

.content-area__wrapper a {
  word-break: break-all;
}

.content-area__wrapper .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}

@media screen and (max-width: 500px) {
  .content-area__wrapper .wp-block-columns {
    display: block;
    gap: 0;
  }
}

.wrap-navi-detail {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}

@media screen and (max-width: 500px) {
  .wrap-navi-detail {
    padding-top: 50px;
    gap: 0 40px;
  }
}

.wrap-navi-detail a {
  color: #333;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .wrap-navi-detail a {
    font-size: 12px;
  }
}

@media (hover: hover) {
  .wrap-navi-detail a:hover {
    opacity: 0.4;
  }
}

.wrap-navi-detail img {
  width: auto;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.wrap-navi-detail img.icon-left {
  height: 10px;
  margin-right: 20px;
}

.wrap-navi-detail img.icon-right {
  height: 10px;
  margin-left: 20px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.wrap-navi-detail img.icon-grid {
  display: block;
}

.wrap-work {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}

.wrap-work p {
  margin-bottom: 2em;
  line-height: 2.5;
  letter-spacing: 1.5px;
  word-break: break-all;
  font-size: 16px;
  margin: 20px 0;
}

@media screen and (max-width: 1024px) {
  .wrap-work p {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .wrap-work p {
    line-height: 2.3;
    letter-spacing: 1.3px;
  }
}

.wrap-work p:empty {
  height: 1em;
  margin-bottom: 0;
}

.wrap-work .block {
  padding-bottom: 2em;
}

.wrap-work .wrap-img {
  margin: 20px 0;
}

.wrap-work .wrap-img .cap {
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .wrap-work .wrap-img .cap {
    font-size: 10px;
  }
}

@media screen and (max-width: 500px) {
  .wrap-work .wrap-img .cap {
    margin: 10px 0 0;
  }
}

.wrap-work .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.wrap-work .wrap-flex .wrap-img {
  width: calc(50% - 15px);
}

.wrap-work .wrap-flex .wrap-txt {
  width: calc(50% - 15px);
}

.wrap-work .style-1 .wrap-txt {
  padding-top: 10px;
}

.wrap-work .style-1.no-img .wrap-txt {
  padding-top: 0px;
}

.wrap-work .style-4 .wrap-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.wrap-work .style-4 .wrap-txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.wrap-work .wrap-data {
  background-color: #fff;
  padding: 30px 50px;
  margin-top: 50px;
}

.wrap-work .wrap-data li {
  font-size: 14px;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .wrap-work .wrap-data li {
    font-size: 12px;
  }
}

.wrap-work .wrap-data li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .wrap-tags {
    padding: 0 10px;
  }
}

.slick {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.slick .slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.slick .slick-slide.followers {
  display: none;
}

.slick .slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.slick-arrow i {
  width: 12px;
  height: 12px;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 500px) {
  .slick-arrow i {
    width: 8px;
    height: 8px;
  }
}

.slick-arrow.prev {
  left: 0;
}

.slick-arrow.prev i {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-arrow.next {
  right: 0;
}

.slick-arrow.next i {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fa-angle-left {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fa-angle-right {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}



.slick-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  background-color: #666;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
}

.slick-dots li.slick-active {
  background-color: #89b8a4;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 999999999;
  outline: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
.carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit="contain"] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit="contain"] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit="cover"] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-moz-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.visible {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromTopOut {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromBottomOut {
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromLeftOut {
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fromRightOut {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.scaleUpOut {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.scaleDownOut {
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.rotateOut {
  -webkit-transform: rotate(30deg) scale(0.9);
          transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.speed1 {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.speed2 {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.speed3 {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.speed4 {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.speed5 {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.speed6 {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.speed7 {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.speed8 {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.speed9 {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

.speed10 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}


.grecaptcha-badge { visibility: hidden; }