@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  -webkit-background-size: 264px 88px;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(-o-min-device-pixel-ratio: 35/32),
(min-resolution: 105dpi),
(-o-min-device-pixel-ratio: 11/10),
(min-resolution: 1.1dppx) {

  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  -o-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  -o-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes clockwise {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-o-keyframes donut-rotate {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: #3e505c;
  color: #fff;
}

*::selection {
  background: #3e505c;
  color: #fff;
}

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

body {
  font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  background-color: #4a718b;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin: 0 0 2em;
}

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

.pic img {
  display: block;
  margin: 0 auto;
}

[role="button"] {
  cursor: pointer;
}

*:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

.container {
  position: relative;
}

.slick-item+.slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.slick-initialized .slick-item+.slick-item {
  position: relative;
  visibility: visible;
}

.main::after,
.container::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none;
}

@-webkit-keyframes shake {
  0% {
    margin-left: -19px;
  }

  100% {
    margin-left: -39px;
  }
}

@-o-keyframes shake {
  0% {
    margin-left: -19px;
  }

  100% {
    margin-left: -39px;
  }
}

@keyframes shake {
  0% {
    margin-left: -19px;
  }

  100% {
    margin-left: -39px;
  }
}

.shake-icon {
  -webkit-animation: shake 1s ease-in-out infinite alternate;
  -o-animation: shake 1s ease-in-out infinite alternate;
  animation: shake 1s ease-in-out infinite alternate;
}

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list a,
.list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit;
}

.list a span,
.list .box span,
.list-h a span,
.list-h .box span,
.list-v a span,
.list-v .box span,
.list-inline a span,
.list-inline .box span {
  display: block;
}

.list-h::after {
  content: '';
  display: block;
  clear: both;
}

.list-h>li,
.list-h .item {
  float: left;
}

.list-inline>li {
  display: inline-block;
  vertical-align: top;
}

.list-inline a {
  display: inline-block;
}

.list-normal {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-normal li {
  position: relative;
  padding-left: 1.5em;
}

.list-normal li::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 1em;
  margin-top: -6px;
}

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
}

.bt::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bt:focus {
  outline: none;
}

.bt-style1 {
  color: #fff;
  background: #164257;
  padding: 0.25em 2em;
}

.bt-style1:hover {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}


.anime {
  visibility: hidden;
}

.anime.anime-run {
  visibility: visible;
}

.anime-run.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sect1 .txt.anime-run,
.sect2 .pic.anime-run,
.sect6 .figure1.anime-run,
.sect8 .contact-form.anime-run {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sect4 .deco.anime-run,
.sect7 .deco.anime-run,
.sect8 .deco.anime-run,
.sect6 .figure2.anime-run {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.header .site-title {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0;
  padding: 16px 27px 14px;
  font-size: 1em;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header .site-title .logo {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  vertical-align: top;
  background: url(../img/logo.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 135px;
  height: 50px;
}

.header .site-title .logo:hover {
  opacity: 0.7;
}

.nav {
  background: #3e505c;
  position: fixed;
  z-index: 150;
  top: 80px;
  left: 100%;
  right: -300px;
  bottom: 0;
  overflow: hidden;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-open .nav {
  right: 0;
  left: 0;
}

.nav-open {
  overflow: hidden;
}

.nav-toggle {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background: none;
  width: 60px;
  height: 80px;
  text-align: center;
  vertical-align: top;
}

.nav-toggle::before {
  content: 'MENU';
  color: #000;
  font-size: 12px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0;
  right: 0;
}

.nav-open .nav-toggle::before {
  content: 'CLOSE';
}

.nav-toggle .ic-bar {
  background: #000;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -1px;
  margin-left: -13px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle .ic-bar:nth-of-type(1) {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.nav-open .nav-toggle .ic-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle .ic-bar:nth-of-type(2) {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}

.nav-open .nav-toggle .ic-bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .nav-toggle .ic-bar:nth-of-type(3) {
  display: none;
}

.nav-inner {
  position: absolute;
  top: 0;
  bottom: 6em;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5em;
}

.nav .menu {
  color: #fff;
  font-size: 1.69231em;
}

.nav .menu>li>a {
  position: relative;
  border-bottom: 1px solid rgba(218, 218, 218, 0.3);
  padding: 0.5em 0 0.4em;
  letter-spacing: 0.025em;
}

.nav .menu>li.current>a {
  color: #709ab5;
}

.nav .menu>li.current>a:after {
  content: '>>';
  position: absolute;
  top: 1em;
  right: 0.5em;
  letter-spacing: -0.2em;
  font-size: 0.72727em;
}

.footer {
  position: relative;
  background: #49718b;
  color: #fff;
  padding: 2em 60px 80px 30px;
}

.footer-copyright {
  margin-bottom: 1.55em;
  font-size: 1.21154em;
}

.footer-copyright .author {
  margin-top: 0.8em;
}

.footer-contact {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: -1px;
  border-top: 1px solid #fff;
  background: #3e505c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact>li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-contact>li>a {
  display: block;
  text-align: center;
  padding: 16px;
}

.footer-contact>li>a .ic {
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(../img/follow_ic.png);
  width: 36px;
  height: 36px;
}

.footer-contact>li>a .ic.line {
  background-position: 0 0;
}

.footer-contact>li>a .ic.fb {
  background-position: -36px 0;
}

.footer-contact>li>a .ic.phone {
  background-position: -72px 0;
}

.footer-contact>li>a .ic.site {
  background-position: -108px 0;
}

.footer .gotop {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 120px;
  color: #fff;
}

.footer .gotop .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  letter-spacing: 0.05em;
  padding-right: 2em;
  font-size: 1.07692em;
}

.footer .gotop .txt::before {
  content: '';
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  width: 8px;
  height: 8px;
}

.wrapper {
  padding-top: 80px;
}

.container {
  margin: 0 auto;
  padding: 0 25px;
}

.main {
  font-family: 'Noto Serif TC', serif;
  position: relative;
}

.content {
  padding: 0 4% 0 12%;
}

.content-title {
  color: #3e505c;
  font-size: 2.07692em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.33333;
  margin: 0 0 0.7em;
}

.content-title small {
  display: block;
  color: #333;
  font-size: 0.75em;
  line-height: 1.33333;
  margin-top: 0.5em;
}

.content-box {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px 22px 25px;
}

.content p {
  margin: 0;
}

.content .ps-txt {
  line-height: 1.5;
  margin: 0.75em 0 2.5em;
}

.pswp__caption__center {
  text-align: center;
}

.photo {
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.photo img {
  width: 100%;
}

.photo-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #3e505c;
  padding: 6px;
  pointer-events: none;
}

.photo-title {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #77954b;
  color: #fff;
  font-size: 1.38462em;
  line-height: 50px;
  padding: 0 1em;
}

.photo-title.posR {
  right: 0;
}

.photo-title.posL {
  left: 0;
}

.photo-title2 {
  color: #fff;
  text-align: center;
  font-size: 1.38462em;
  padding: 0.5em 1em;
}

.slider.c1 .photo-title2 {
  background: #49718b;
}

.slider.c2 .photo-title2 {
  background: #77954b;
}

.gallery img.pc {
  display: none;
}

.gallery-wrap {
  position: relative;
}

.gallery-wrap .ps-txt {
  position: absolute;
  z-index: 10;
  bottom: 0.5em;
  left: 1em;
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 5px #000;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  margin: 0;
}

.gallery .slick-prev,
.gallery .slick-next {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(../img/slider_arrow.png);
  width: 30px;
  height: 50px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  opacity: 0.5;
}

.gallery .slick-prev::-moz-focus-inner,
.gallery .slick-next::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gallery .slick-prev:focus,
.gallery .slick-next:focus {
  outline: none;
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover {
  opacity: 1;
}

.gallery .slick-prev {
  left: 0;
}

.gallery .slick-next {
  right: 0;
  background-position: 100% 0;
}

.gallery .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
  padding: 0.5em 0;
}

.gallery .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}

.gallery .slick-dots li button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
  width: 36px;
  height: 36px;
}

.gallery .slick-dots li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gallery .slick-dots li button:focus {
  outline: none;
}

.gallery .slick-dots li button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #999;
}

.gallery .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
}

.gallery.slider.c1 .slick-dots li.slick-active button:before {
  background: #3e505c;
}

.gallery.slider.c2 .slick-dots li.slick-active button:before {
  background: #77954b;
}

.dot-hide .slick-dots {
  display: none !important;
}
.dot-style1 .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
}

.dot-style1 .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0;
}

.dot-style1 .slick-dots li button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
  width: 2.5em;
  height: 2.5em;
}

.dot-style1 .slick-dots li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.dot-style1 .slick-dots li button:focus {
  outline: none;
}

.dot-style1 .slick-dots li button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #b5b5b6;
}

.dot-style1 .slick-dots li.slick-active button:before {
  background: #174257;
}

@media (min-width: 768px) {
  .gallery img.pc {
    display: block;
  }

  .gallery img.m {
    display: none;
  }

  .gallery-wrap .ps-txt {
    font-size: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.sect-inner {
  max-width: 500px;
  margin: 0 auto;
}

.sect .banner {
  background: #49718b url(../img/banner_bg.jpg) no-repeat 50% 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  text-align: center;
  height: 590px;
}

.sect .banner .title {
  text-align: center;
  padding: 92px 17.6% 200px 14.9%;
}

.dragscroll {
  margin: 0 auto;
  position: relative;
}

.dragscroll-wrap {
  position: relative;
  /* padding-top: 60px;
    background: #49718b; */
}

.dragscroll-wrap:after {
  content: '';
  display: block;
  background: url("../img/ic_drag.png") no-repeat 50% 50%;
  background-size: contain;
  width: 56px;
  height: 25px;
  position: absolute;
  z-index: 50;
  top: 6px;
  left: 50%;
  -webkit-animation: shake 1s ease-in-out infinite alternate;
  -o-animation: shake 1s ease-in-out infinite alternate;
  animation: shake 1s ease-in-out infinite alternate;
}

.dragscroll-wrap .photo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.content-heading {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: -1.5em;
  position: relative;
  top: -4em;
  margin-bottom: -2.5em;
}

.content-heading .num {
  flex-grow: 0;
  position: relative;
  z-index: 1;
}

.content-heading .num::before,
.content-heading .num::after {
  content: '';
  display: block;
  position: absolute;
}

.content-heading .num::before {
  background: url('../img/title_decoL.png') repeat-x;
  right: 100%;
  width: 10em;
  height: 2px;
  bottom: 0.5em;
  margin-right: 1em;
}

.content-heading .num::after {
  background: url('../img/title_decoR.png') no-repeat;
  background-size: contain;
  right: 100%;
  width: 1.2em;
  height: 1.2em;
  bottom: 0.5em;
  margin-right: -0.2em;
}

.content-heading .num img {
  max-height: 8.6em;
}

.content-heading .title {
  font-size: 1em;
  margin: 0 0 0 -0.5em;
  position: relative;
  z-index: 2;
  background: #4a718b;
  padding: 0 0.5em;
}

.content-heading .title::before {
  content: '';
  display: block;
  position: absolute;
  background: url('../img/title_decoL.png') repeat-x;
  right: 100%;
  width: 3em;
  height: 2px;
  bottom: 0.5em;
}

.content-heading .title img {
  max-height: 3.3em;
  display: block;
}

.deco {
  pointer-events: none;
}

.deco .pc {
  display: none;
}

.sect {
  position: relative;
}

.sect1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/sect1_bg_m.png') no-repeat 50% 50%;
  background-size: auto 100%;
  padding: 10% 0 8%;
}

.sect1 .title {
  width: 36%;
  margin: 0 auto 18.6%;
}

.sect1 .txt {
  width: 65.4%;
  margin: 0 auto;
}

.sect2 {
  padding-top: 4%;
  padding-bottom: 38%;
}

.sect2 .title {
  width: 60%;
  margin: 0 auto;
}

.sect2 .pic {
  width: 96%;
  margin: 0 auto;
}

.sect2 .deco1 {
  margin-left: -12%;
  margin-right: -31.6%;
  margin-top: -16%;
}

.sect2 .deco2 {
  margin-left: -4%;
  margin-right: -60%;
}

.sect3 {
  padding-bottom: 5em;
}

.sect3 .deco {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 100%;
  background: url('../img/sect3_deco_m.png') no-repeat 50% 100%;
  background-size: auto 100%;
  padding-top: 71.4%;
}

.sect3 .content-heading .num::before {
  margin-right: 0;
}

.sect3 .content-heading .num::after {
  margin-right: -1.2em;
}

.sect4 {
  padding-bottom: 5em;
}

.sect4 .deco {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.sect5 {
  padding-bottom: 5em;
}

.sect5 .content-heading .num img {
  position: relative;
  top: 0.5em;
}


.sect6 {
  padding-bottom: 5em;
}

.sect6 .photo-wrap {
  height: 597.8px;
}

.sect6 .photo-wrap .photo {
  width: 2412.2px;
}

.sect6 .heading,
.sect7 .heading {
  position: relative;
  margin: 2.25em 0 1.75em;
}

.sect6 .heading::before,
.sect6 .heading::after,
.sect7 .heading::before,
.sect7 .heading::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.sect6 .heading::before,
.sect7 .heading::before {
  background: url('../img/title_decoL.png') repeat-x;
  left: -3.5em;
  height: 2px;
  top: 0.75em;
  margin-right: 1.2em;
}

.sect6 .heading::after,
.sect7 .heading::after {
  background: url('../img/title_decoR.png') no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  top: -0.35em;
}

.sect6 .title {
  font-size: 1em;
  margin: 0;
  position: relative;
}

.sect6 .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 6.75em;
  background: #4a718b;
  height: 2em;
}

.sect6 .title img {
  position: relative;
  max-height: 3.8em;
}

.sect6 .col2 {
  display: none;
}

.sect7 {
  padding-bottom: 5em;
}

.sect7 .content {
  overflow: hidden;
}

.sect7 .title {
  font-size: 1em;
  background: #4a718b;
  padding: 0 0.5em;
  margin: 0 0 0 -0.5em;
  position: relative;
  display: inline-block;
}

.sect7 .title img {
  position: relative;
  max-height: 1.4em;
}

.sect7-slider .slick-dots {
  padding: 56.25% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.sect7-slider .slick-dots button {
  pointer-events: visible;
}

.sect7-slider .photo {
  margin-bottom: 3em;
}

.sect8 {
  padding: 2em 0 5em;
}

.sect8 .title {
  font-size: 1em;
  text-align: center;
  width: 60%;
  margin: 0 auto 5em;
}

.sect8 .contact-form {
  width: 80%;
  max-width: 364px;
  margin: 0 auto;
  font-size: 0.875em;
}

.sect8 .contact-form .row {
  display: flex;
}

.sect8 .contact-form .col-name {
  flex: auto;
}

.sect8 .contact-form .col-title {
  flex: 9em 0 0;
}

.sect8 .form-title {
  white-space: nowrap;
  text-indent: 101%;
  padding: 0;
  overflow: hidden;
  background: url('../img/sect8_title2.png') no-repeat 50% 50%;
  background-size: auto 100%;
  font-size: 1em;
  height: 1.5em;
}

.field {
  display: block;
  width: 100%;
  height: 3em;
  padding: 0 1em;
  border: 0;
  color: #dfcaae;
  background: transparent;
}

.field:focus {
  outline: none;
  border-color: #dfcaae;
}

.field::-webkit-input-placeholder {
  color: #999;
}

.field::-moz-placeholder {
  color: #999;
}

.field:-ms-input-placeholder {
  color: #999;
}

.field:-moz-placeholder {
  color: #999;
}

textarea.field {
  height: auto;
  line-height: 1.5;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.field-group {
  display: flex;
  border-bottom: 1px solid #fff;
  line-height: 3em;
  padding: 0.5em 0;
}

.field-group:focus-within {
  border-bottom-color: #dfcaae;
}

.field-group .field-label {
  white-space: nowrap;
  flex: auto 0 0;
}

.field-group .field-box {
  flex: auto;
}

.field-hint {
  padding: 0.5em 0;
}

.field-hint a {
  color: #dfcaae;
}

.form-foot {
  text-align: right;
  padding-top: 1.5em;
}

.sect9 iframe {
  display: block;
}

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-image: url(default-skin.png);
}

#privacy {
  color: #333;
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}


/**
  * Fade-zoom animation for first dialog
  */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;



  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (min-width: 500px) {
  .main {
    font-size: 18px;
  }

  .sect2 {
    padding-bottom: 190px;
  }

  .sect3 .deco {
    padding-top: 357px;
  }
}

@media (min-width: 768px) {
  .sect2 .deco1 {
    margin: -5% 0 0 -5%;
  }

  .sect2 .deco2 {
    text-align: right;
    margin: 0 -10% 0 0;
  }
}

@media (min-width: 992px) {
  .wrapper {
    padding-top: 114px;
  }

  .header {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-fixed .header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .header .site-title {
    background: transparent;
    box-shadow: none;
    padding: 32px 20px;
    float: left;
    position: relative;
  }

  .header .site-title .logo {
    background-image: url('../img/logo_white.png');
  }

  .nav {
    position: static;
    overflow: visible;
    background: none;
    margin-left: 180px;
    padding: 0;
  }

  .nav-toggle {
    display: none;
  }

  .nav-inner {
    position: relative;
    top: 0;
    padding: 0;
  }

  .nav .menu {
    background: none;
    padding: 0;
    display: flex;
    text-align: center;
    max-width: 900px;
    font-size: 18px;
  }

  .nav .menu>li {
    margin-bottom: 0;
    flex: auto;
  }

  .nav .menu>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 2em 1em 1em;
    border-bottom: 0;
  }

  .nav .menu>li.current>a {
    color: #fff;
  }

  .nav .menu>li>a:after,
  .nav .menu>li.current>a:after {
    content: '';
    background: #fff;
    display: block;
    position: static;
    width: 0;
    height: 1px;
    margin: 0 auto;
    transition: 0.3s;
  }

  .nav .menu>li.current>a:after {
    width: 100%;
  }

  .sect-inner {
    max-width: none;
  }

  .sect1 {
    padding-top: 13%;
    padding-bottom: 16%;
    background-image: url('../img/sect1_bg.png');
    background-position: 0 100%;
    background-size: 59.3% auto;
  }

  .sect1 .sect-inner {
    width: 90%;
    display: flex;
    align-items: center;
    padding-bottom: 12%;
  }

  .sect1 .col {
    flex: auto;
  }

  .sect1 .col1 {
    flex: 52% 0 0;
  }

  .sect1 .title {
    width: 34%;
    margin-bottom: 0;
  }

  .sect1 .txt {
    width: 63%;
    margin-left: 0;
  }

  .sect2 {
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-top: -10%;
  }

  .sect2 .col {
    flex: 50% 0 0;
    position: relative;
  }

  .sect2 .col1 {
    padding-left: 5%;
  }

  .sect2 .col2 {
    padding-right: 5%;
  }

  .sect2 .deco {
    position: absolute;
    top: 100%;
  }

  .sect2 .deco1 {
    left: 0;
    margin-top: 0.25%;
    margin-left: 0;
  }

  .sect2 .deco2 {
    right: 0;
    margin-right: -325px;
  }

  .content-heading {
    top: 0;
    display: block;
    margin-bottom: 1.25em;
  }

  .content-heading .num::before,
  .content-heading .num::after,
  .content-heading .title::before,
  .sect6 .heading::before,
  .sect7 .heading::before,
  .sect6 .heading::after,
  .sect7 .heading::after {
    display: none;
  }

  .content-heading .num {
    position: absolute;
    right: 100%;
    width: 50%;
    text-align: right;
    top: -4.5em;
    margin-right: -1em;
  }

  .content-heading .title {
    background: transparent;
  }

  .sect3 {
    padding-bottom: 21.6%;
  }

  .sect4 {
    padding-bottom: 27.4%;
  }

  .sect5 {
    padding-bottom: 16.4%;
  }

  .sect3,
  .sect5 {
    display: flex;
    flex-direction: row-reverse;
  }

  .sect4 {
    display: flex;
  }

  .sect3 .col1 {
    flex: 56.7% 0 0;
  }

  .sect4 .col1 {
    flex: 58.3% 0 0;
  }

  .sect5 .col1 {
    flex: 61.2% 0 0;
  }

  .sect3 .col2,
  .sect4 .col2,
  .sect5 .col2 {
    max-width: 40%;
  }

  .sect3 .content {
    padding: 14.44% 3em 0 0;
  }

  .sect4 .content {
    padding: 0 0 0 3em;
  }

  .sect5 .content {
    padding: 5.5em 3em 0 0;
  }

  .sect3 .content-heading .num {
    margin-right: -2em;
  }

  .sect5 .content-heading .num {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    width: auto;
    margin-bottom: 1em;
  }

  .sect3 .deco {
    bottom: 0;
    right: auto;
    padding: 0;
    background: none;
    width: 52%;
  }

  .sect4 .deco {
    width: 25.6%;
    text-align: left;
  }

  .deco .m {
    display: none;
  }

  .deco .pc {
    display: block;
  }

  .sect6 .photo-wrap {
    height: 854px;
  }

  .sect6 .photo-wrap .photo {
    width: 3446px;
  }

  .sect6 .container {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }

  .sect6 .container::after {
    display: none;
  }

  .sect6 .col {
    position: relative;
  }

  .sect6 .col1 {
    flex: 51.7% 0 0;
  }

  .sect6 .col2 {
    display: block;
    flex: 46.5% 0 0;
  }

  .sect6 .heading {
    margin-top: 0;
  }

  .sect6 .figure {
    margin: 0;
    position: relative;
  }

  .sect6 .figure1 {
    margin-right: 40.2%;
  }

  .sect6 .figure2 {
    margin-left: 27.3%;
  }

  .sect6 .figure figcaption {
    position: absolute;
    left: 0;
    top: 100%;
  }

  .sect6 .deco {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 21.9%;
  }

  .sect7 {
    padding-bottom: 24%;
  }

  .sect7 .deco {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50.3%;
  }

  .sect8 {
    padding-bottom: 15.6%;
  }

  .sect8 .container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sect8 .container::after {
    display: none;
  }

  .sect8 .title {
    width: auto;
    margin: 0;
  }

  .sect8 .col1 {
    flex: 38.4% 0 0;
    position: relative;
  }

  .sect8 .col2 {
    flex: 47% 0 0;
  }

  .sect8 .contact-form {
    margin: 0;
    max-width: none;
    width: auto;
  }

  .sect8 .sect-inner {
    position: relative;
  }

  .sect8 .deco {
    position: absolute;
    left: -55%;
    top: 100%;
    width: 128.7%;
    margin-top: -10%;
  }
}

@media (min-width: 1200px) {
  .header .site-title {
    padding-top: 40px;
  }

  .header .site-title .logo {
    width: 163px;
    height: 60px;
  }

  .nav {
    margin-left: 240px;
  }

  .nav-inner {
    padding-top: 15px;
  }

  .content-heading .num {
    top: -6.5em;
  }

  .content-heading .num img {
    max-height: 14em
  }

  .sect5 .content {
    padding-top: 8em;
  }
}

@media (min-width: 1440px) {
  .main {
    font-size: 21px;
  }

  .sect3 .col2 {
    flex: 27.4% 0 0;
  }

  .sect5 .col2 {
    flex: 30% 0 0;
  }

  .sect6 .col1 {
    flex: 38.8% 0 0;
  }

  .sect8 .container {
    width: 72%;
  }
}

@media (min-width: 1680px) {
  .main {
    font-size: 24px;
  }
}

/*# sourceMappingURL=all.css.map */