@charset "UTF-8";

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%
}

.iziModal *,
body {
  -webkit-font-smoothing: antialiased
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.iziModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -webkit-transition: margin-top .3s ease, height .3s ease;
  transition: margin-top .3s ease, height .3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.iziModal::after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .35)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
  -webkit-transition: height .3s ease-in-out, opacity .3s ease-in-out;
  transition: height .3s ease-in-out, opacity .3s ease-in-out;
  pointer-events: none
}

.iziModal.hasShadow::after {
  height: 30px;
  opacity: 1
}

.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.iziModal .iziModal-progressbar>div {
  height: 2px;
  width: 100%
}

.iziModal .iziModal-header {
  background: #88a0b9;
  padding: 14px 18px 15px;
  -webkit-box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
  box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
  overflow: hidden;
  position: relative;
  z-index: 10
}

.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, .5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left
}

.iziModal .iziModal-header-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3
}

.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  line-height: 1.45
}

.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Lato, Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left
}

.iziModal .iziModal-header-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -17px 0 0
}

.iziModal .iziModal-button {
  display: block;
  float: right;
  z-index: 2;
  outline: 0;
  height: 34px;
  width: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: .3;
  border-radius: 50%;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.16, .81, .32, 1);
  transition: opacity .5s ease, -webkit-transform .5s cubic-bezier(.16, .81, .32, 1);
  transition: transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease;
  transition: transform .5s cubic-bezier(.16, .81, .32, 1), opacity .5s ease, -webkit-transform .5s cubic-bezier(.16, .81, .32, 1);
  background-size: 67% !important;
  -webkit-tap-highlight-color: transparent
}

.iziModal .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) 50% 50% no-repeat
}

.iziModal .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) 50% 50% no-repeat
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) 50% 50% no-repeat
}

.iziModal .iziModal-button-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.iziModal .iziModal-button:hover {
  opacity: .8
}

.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 15px 12px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0;
  font-weight: 400
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  right: 6px;
  margin: -16px 0 0
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  height: 30px;
  width: 30px
}

.iziModal-rtl {
  direction: rtl
}

.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px
}

.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px
}

.iziModal-rtl .iziModal-header-buttons {
  right: initial;
  left: 10px
}

.iziModal-rtl .iziModal-button {
  float: left
}

.iziModal-rtl .iziModal-header-subtitle,
.iziModal-rtl .iziModal-header-title {
  text-align: right;
  font-family: Tahoma, Lato, Arial;
  font-weight: 500
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px
}

.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, .5)
}

.iziModal.iziModal-light .iziModal-header-title {
  color: #000
}

.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, .6)
}

.iziModal.iziModal-light .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) 50% 50% no-repeat
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) 50% 50% no-repeat
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) 50% 50% no-repeat
}

.iziModal .iziModal-loader {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) 50% 50% no-repeat #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9
}

.iziModal .iziModal-content-loader {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) 50% 50% no-repeat
}

.iziModal .iziModal-content:after,
.iziModal .iziModal-content:before {
  content: '';
  display: table
}

.iziModal .iziModal-content:after {
  clear: both
}

.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch
}

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

.iziModal .iziModal-iframe {
  border: 0;
  margin: 0 0 -6px;
  width: 100%;
  -webkit-transition: height .3s ease;
  transition: height .3s ease
}

.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none
}

.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  line-height: 16px;
  font-size: 9px;
  font-family: Lato, Arial;
  letter-spacing: .1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none
}

.iziModal-navigate-caption::after,
.iziModal-navigate-caption::before {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: '';
  background-size: 100% !important
}

#form_box .btn:after,
.tel_fax dl:after {
  content: ".";
  visibility: hidden
}

.iziModal-navigate-caption:before {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) 50% 50% no-repeat
}

.iziModal-navigate-caption:after {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) 50% 50% no-repeat
}

.iziModal-navigate>button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: .2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: all;
  margin: 0;
  outline: 0
}

.iziModal-navigate>button:hover {
  opacity: 1
}

.iziModal-navigate-prev {
  left: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) 50% 50% no-repeat
}

.iziModal-navigate-next {
  right: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) 50% 50% no-repeat
}

.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important
}

.iziModal.isAttached,
.iziModal.isFullscreen {
  border-radius: 0 !important
}

.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden
}

html.iziModal-isAttached,
html.iziModal-isOverflow {
  overflow: hidden
}

html.iziModal-isAttached body,
html.iziModal-isOverflow body {
  overflow-y: scroll;
  position: relative
}

.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px
}

.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.iziModal ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, .4)
}

.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0
}

.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px
}

.iziModal.transitionIn .iziModal-header {
  -webkit-animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
  animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  -webkit-animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
  animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
  animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
  -webkit-animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
  animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
  -webkit-animation: iziM-fadeIn 1.3s;
  animation: iziM-fadeIn 1.3s
}

.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation-delay: .4s;
  -moz-animation: .4s;
  animation-delay: .4s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation-delay: .5s;
  -moz-animation: .5s;
  animation-delay: .5s
}

.iziModal.transitionOut .iziModal-header,
.iziModal.transitionOut .iziModal-header * {
  -webkit-transition: none !important;
  transition: none !important
}

.iziModal .fadeOut,
.iziModal-navigate.fadeOut,
.iziModal-overlay.fadeOut,
.iziModal.fadeOut {
  -webkit-animation: iziM-fadeOut .5s;
  animation: iziM-fadeOut .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.iziModal .fadeIn,
.iziModal-navigate.fadeIn,
.iziModal-overlay.fadeIn,
.iziModal.fadeIn {
  -webkit-animation: iziM-fadeIn .5s;
  animation: iziM-fadeIn .5s
}

.iziModal-overlay.comingIn,
.iziModal.comingIn {
  -webkit-animation: iziM-comingIn .5s ease;
  animation: iziM-comingIn .5s ease
}

.iziModal-overlay.comingOut,
.iziModal.comingOut {
  -webkit-animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
  animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.iziModal-overlay.bounceInDown,
.iziModal.bounceInDown {
  -webkit-animation: iziM-bounceInDown .7s ease;
  animation: iziM-bounceInDown .7s ease
}

.iziModal-overlay.bounceOutDown,
.iziModal.bounceOutDown {
  -webkit-animation: iziM-bounceOutDown .7s ease;
  animation: iziM-bounceOutDown .7s ease
}

.iziModal-overlay.bounceInUp,
.iziModal.bounceInUp {
  -webkit-animation: iziM-bounceInUp .7s ease;
  animation: iziM-bounceInUp .7s ease
}

.iziModal-overlay.bounceOutUp,
.iziModal.bounceOutUp {
  -webkit-animation: iziM-bounceOutUp .7s ease;
  animation: iziM-bounceOutUp .7s ease
}

.iziModal-overlay.fadeInDown,
.iziModal.fadeInDown {
  -webkit-animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1);
  animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutDown,
.iziModal.fadeOutDown {
  -webkit-animation: iziM-fadeOutDown .5s ease;
  animation: iziM-fadeOutDown .5s ease
}

.iziModal-overlay.fadeInUp,
.iziModal.fadeInUp {
  -webkit-animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1);
  animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutUp,
.iziModal.fadeOutUp {
  -webkit-animation: iziM-fadeOutUp .5s ease;
  animation: iziM-fadeOutUp .5s ease
}

.iziModal-overlay.fadeInLeft,
.iziModal.fadeInLeft {
  -webkit-animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1);
  animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutLeft,
.iziModal.fadeOutLeft {
  -webkit-animation: iziM-fadeOutLeft .5s ease;
  animation: iziM-fadeOutLeft .5s ease
}

.iziModal-overlay.fadeInRight,
.iziModal.fadeInRight {
  -webkit-animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1);
  animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutRight,
.iziModal.fadeOutRight {
  -webkit-animation: iziM-fadeOutRight .5s ease;
  animation: iziM-fadeOutRight .5s ease
}

.iziModal-overlay.flipInX,
.iziModal.flipInX {
  -webkit-animation: iziM-flipInX .7s ease;
  animation: iziM-flipInX .7s ease
}

.iziModal-overlay.flipOutX,
.iziModal.flipOutX {
  -webkit-animation: iziM-flipOutX .7s ease;
  animation: iziM-flipOutX .7s ease
}

@-webkit-keyframes iziM-comingIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
    transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
    transform: scale(1) translateY(0) perspective(600px) rotateX(0)
  }
}

@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg);
    transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0) perspective(600px) rotateX(0);
    transform: scale(1) translateY(0) perspective(600px) rotateX(0)
  }
}

@-webkit-keyframes iziM-comingOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

@-webkit-keyframes iziM-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes iziM-fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

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

  to {
    opacity: 1
  }
}

@keyframes iziM-fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top
  }
}

@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top;
    transform-origin: center top
  }
}

@-webkit-keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, 1)
  }
}

@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, 1);
    transform: scale3d(.3, .3, 1)
  }
}

@-webkit-keyframes iziM-bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes iziM-bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
  }
}

@keyframes iziM-bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
  }
}

@-webkit-keyframes iziM-bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes iziM-bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes iziM-bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0)
  }
}

@-webkit-keyframes iziM-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes iziM-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes iziM-fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }
}

@keyframes iziM-fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }
}

@-webkit-keyframes iziM-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes iziM-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes iziM-fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }
}

@keyframes iziM-fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
  }
}

@-webkit-keyframes iziM-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes iziM-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes iziM-fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
  }
}

@keyframes iziM-fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
  }
}

@-webkit-keyframes iziM-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes iziM-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes iziM-fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
  }
}

@keyframes iziM-fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
  }
}

@-webkit-keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

@keyframes iziM-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    transform: perspective(400px) rotateX(60deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

@-webkit-keyframes iziM-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0
  }
}

@keyframes iziM-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0
  }
}

#page72 #toiawase_pg iframe {
  height: 900px
}

#page21 #toiawase_pg iframe,
#page31 #toiawase_pg iframe,
#page34 #toiawase_pg iframe {
  height: 1300px
}

#page59 #toiawase_pg iframe,
#page62 #toiawase_pg iframe {
  height: 850px
}

input[type=text] {
  border-radius: 0;
  outline: 0
}

button,
input[type=submit],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: 0 0;
  outline: 0
}

select {
  appearance: none
}

button,
input[type=submit] {
  appearance: none;
  padding: 0
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0
}

#toiawase_pg .tel_fax dl dt,
#toiawase_pg .toiawaseTopBox p.lead,
#toiawase_pg h3 {
  font-family: "ゴシックMB101 M"
}

#toiawase_pg .tel_fax dl dd .fst {
  font-family: "Crimson Text", serif
}

#toiawase_pg {
  padding: 0 30px
}

#page34 #toiawase_pg {
  padding: 20px 0 0
}

#page34 #toiawase_pg h3 {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-family: "ゴシックMB101 M"
}

#toiawase_pg .toiawaseTopBox {
  padding: 0 0 15px
}

#toiawase_pg .toiawaseTopBox p.lead {
  padding: 0 0 25px
}

#toiawase_pg p.tel_fax_link {
  padding: 0
}

#page34 #toiawase_pg p.tel_fax_link {
  float: right;
  padding: 0;
  text-align: right
}

#toiawase_pg .thanks p,
div.mfp_buttons {
  text-align: center
}

#toiawase_pg p.tel_fax_link>span {
  color: #78a400
}

.tel_fax dl {
  display: block;
  padding: 50px 0 55px;
  border-top: 1px #4b4b4e solid
}

.tel_fax dl:after {
  height: 0;
  clear: both;
  display: block
}

.tel_fax dl dt {
  line-height: 1.8;
  letter-spacing: -.1px;
  font-size: 1.2em
}

.tel_fax dl dd .fax,
.tel_fax dl dd .sp,
.tel_fax dl dd .tel,
.tel_fax dl dd .tit {
  font-size: 2em;
  vertical-align: sub;
  color: #15486b
}

.tel_fax dl dd .fst {
  line-height: 1.2
}

.tel_fax dl dd .lst {
  padding-top: 3px
}

.tel_fax dl dd .tit {
  font-weight: 400
}

.tel_fax dl dd .tel {
  display: none
}

#toiawase_pg .thanks {
  width: auto;
  padding: 40px 0 100px
}

#form_main .se_box ul li .ttl {
  color: #15486b
}

div.mfp_buttons {
  clear: both;
  padding: 40px 0 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

div.mfp_buttons button {
  padding: 0
}

#havetochoice {
  margin: 10px 0 30px;
  padding-bottom: 0
}

#form_box .se_box {
  border-top: 2px solid #15486b;
  border-bottom: 2px solid #15486b;
  display: block;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left
}

#form_box .se_box ul,
.flex_center,
.vr_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox
}

#form_box .se_box ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#form_box .se_box ul li {
  width: 48%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#form_box .se_box ul li .ttl {
  display: block;
  max-width: 330px;
  margin-left: 1em;
  text-indent: -20px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px
}

#form_box .se_box ul li p {
  display: table-cell;
  vertical-align: top
}

#form_box .se_box ul li p:last-child {
  width: 198px;
  padding-left: 5px;
  line-height: 1.5
}

#form_box .se_box ul li p.img {
  width: 242px;
  text-align: left
}

#form_box #model_yoyaku li p.img img,
.mainBox .mailform dd textarea {
  width: 100%
}

.mainBox {
  padding: 0 10px
}

ul#top_box li {
  background-color: #f8f8f8;
  font-size: 14px;
  color: #254679;
  float: left;
  margin: 1px;
  text-align: center;
  padding: 10px 0 5px;
  width: 34%
}

ul#top_box li.on {
  background-color: #f67b4d;
  color: #fff
}

ul#top_box li span.css3 {
  text-align: center;
  display: block;
  color: #254679
}

ul#top_box li.on span.css3 {
  text-align: center;
  color: #fff
}

ul#top_box {
  display: block;
  min-width: 290px;
  margin-bottom: 50px;
  padding: 0 0 1px;
  overflow: hidden
}

ul#top_box.step4 li {
  width: 25.6%
}

ul#top_box li:nth-child(1) {
  margin-left: -1%
}

ul#top_box li:nth-child(3) {
  margin-right: -3%
}

ul#top_box.step4 li:nth-child(3) {
  margin-right: 1px
}

ul#top_box.step4 li:nth-child(4) {
  margin-right: -3%
}

ul#top_box li span {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  font-size: 16px
}

ul#top_box li span.css3 {
  zoom: 1;
  position: relative;
  font-size: 10px
}

.yoyaku_pg ul#top_box li#tenji br#tenji2 {
  display: inline
}

.yoyaku_pg ul#top_box li#tenji.on span.css3 {
  margin: 12px 0
}

.yoyaku_pg ul#top_box li#tenji span.pc_txt {
  line-height: 18px;
  margin: 13px 0 2px;
  text-align: left;
  height: auto
}

.yoyaku_pg ul#top_box li#tenji span.sp_txt {
  display: none
}

b.nortice {
  background: #ff2c59
}

b.option {
  background: #9f9f9f
}

b.nortice,
b.option {
  color: #fff;
  float: left;
  font-size: 10px;
  display: inline-block;
  width: 40px;
  height: 24px;
  border-radius: 24px;
  line-height: 23px;
  text-align: center;
  font-weight: 700
}

#form_box .btn input:hover {
  opacity: .7
}

#form_box .btn:after {
  height: 0;
  clear: both;
  display: block
}

#form_box .btn {
  display: inline-block;
  width: 100%;
  margin: 50px auto 0;
  text-align: center
}

#form_box .btn input {
  border: 2px solid #15486b;
  border-radius: 5px;
  background: #15486b;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
  width: 320px;
  padding: 15px;
  margin: 0 10px 10px;
  font-size: 14px;
  cursor: pointer
}

#form_box #error_page p a {
  text-decoration: none
}

#siryo_top {
  width: 1000px;
  margin: 0 auto
}

#siryo_top .mainimg {
  padding-bottom: 5px
}

#siryo_top h2 {
  overflow: hidden
}

#siryo_top h2 .leftbox {
  float: left;
  margin-top: 70px;
  padding-bottom: 0;
  width: 375px;
  background: url(../img/form/siryo/img_03.png) left center no-repeat;
  font-family: "FOT-筑紫明朝 Pr5 B";
  padding-left: 230px;
  line-height: 1.4
}

#siryo_btm .inner1 li .no,
#siryo_top h3 {
  font-family: "ゴシックMB101 M"
}

#siryo_top h2 .leftbox .txt01 {
  display: block;
  padding-bottom: 5px;
  font-size: 1.5em;
  padding-left: 5px
}

#siryo_top h2 .leftbox .txt02 {
  display: block;
  background: url(../img/form/siryo/img_04.png) center center no-repeat;
  width: 352px;
  height: 32px;
  color: #fff;
  font-size: 1.4em;
  padding-top: 3px;
  text-align: center
}

#siryo_btm:after,
#siryo_btm:before {
  display: block;
  position: absolute;
  height: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAJ0lEQVQImWP48urEfxj+++fb/79/vv1nQBb89fXp/19fn6IKwlQCAODpOCwszoAMAAAAAElFTkSuQmCC) repeat-x
}

#siryo_top h2 .rightbox {
  float: right;
  width: 395px;
  padding-bottom: 5px
}

#siryo_top h3 {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 20px
}

#siryo_top h3 .txt01 {
  color: #733417;
  display: block
}

#siryo_top h3 .txt02 {
  color: #828128;
  display: block
}

#siryo_btm {
  width: 100%;
  margin-bottom: 75px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKUlEQVQImWP4+PLC/48vL/z/9/X2/39fb/9nQOZ8fHnhPwMyBy6ArA0A7iU7sVLaPAEAAAAASUVORK5CYII=)
}

#siryo_btm:before {
  content: "";
  top: -4px;
  width: 100%
}

#siryo_btm:after {
  content: "";
  bottom: -4px;
  width: 100%
}

#siryo_btm .inner1 li:after,
#siryo_btm .inner1 li:before {
  content: "";
  height: 20px;
  text-align: center;
  display: block;
  left: 0
}

#siryo_btm .inner1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px
}

#siryo_btm .inner1 li {
  margin-bottom: 55px;
  position: relative;
  padding: 20px 22px 5px;
  background: url(../img/form/siryo/bg.png) center top repeat-y
}

#siryo_btm .inner1 li:before {
  width: 100%;
  position: absolute;
  top: -20px;
  background: url(../img/form/siryo/bg_top.png) center top no-repeat
}

#siryo_btm .inner1 li:after {
  width: 100%;
  position: absolute;
  bottom: -20px;
  background: url(../img/form/siryo/bg_btm.png) center bottom no-repeat
}

#siryo_btm .inner1 li .no {
  color: #733417;
  font-size: 1.2em;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-position: right 2px;
  padding-right: 25px;
  display: inline-block
}

#siryo_btm .inner1 li.no1 .no {
  background-image: url(../img/form/siryo/no1.png)
}

#siryo_btm .inner1 li.no2 .no {
  background-image: url(../img/form/siryo/no2.png)
}

#siryo_btm .inner1 li.no3 .no {
  background-image: url(../img/form/siryo/no3.png)
}

#siryo_btm .inner1 li .ttl {
  font-family: "FOT-筑紫明朝 Pr5 B";
  font-size: 1.2em;
  padding-bottom: 15px;
  line-height: 1.3;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAFklEQVQImWPo7+v739/X958BHeCSAABdSQqpsE7b+QAAAABJRU5ErkJggg==) left bottom repeat-x
}

#siryo_btm .inner1 li .ttl span {
  font-size: 1.4rem
}

#siryo_btm .inner1 li .txt {
  padding: 10px 5px 0
}

#siryo_btm .inner2 {
  max-width: 870px;
  margin: 0 auto 12px;
  clear: both
}

#toiawase_pg.siryo_pg {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto
}

.formthanks {
  margin: 60px auto 100px
}

.formthanks_head {
  margin-bottom: 50px
}

.formthanks_body {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #ddd
}

.formthanks_heading {
  text-align: center;
  font-size: 24px;
  color: #15486b;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #15486b
}

.formthanks_txt {
  text-align: center;
  line-height: 1.8
}

#mfp_button_send,
.mfp_element_submit {
  border-radius: 5px;
  padding: 15px;
  background-color: #f67b4d;
  margin: 0 0 30px;
  max-width: 45%;
  width: 45%;
  color: #fff;
  border: 2px solid #f67b4d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: 60px
}

#mfp_button_cancel,
.mfp_element_back,
.mfp_element_reset {
  border-radius: 5px;
  padding: 15px;
  width: 45%;
  font-size: 16px;
  cursor: pointer
}

#mfp_button_send:hover,
.mfp_element_submit:hover {
  opacity: 1;
  background-color: #fff;
  color: #f67b4d
}

#mfp_button_cancel,
.mfp_element_reset {
  background-color: #bababa;
  margin: 0 0 30px;
  max-width: 45%;
  color: #fff;
  border: 2px solid #bababa;
  font-weight: 700;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: 60px
}

body,
html {
  height: 100%
}

#mfp_button_cancel:hover,
.mfp_element_reset:hover {
  opacity: 1;
  background-color: #fff;
  color: #bababa
}

.mfp_element_back {
  background-color: #fff;
  margin: 0 auto 50px 11px;
  max-width: 45%;
  color: #15486b;
  border: 2px solid #15486b
}

body,
html,
img {
  width: 100%
}

form#mailformpro dl dt {
  float: left;
  width: 230px;
  clear: both;
  font-size: 14px;
  padding: 23px 0 0 20px;
  text-align: right;
  line-height: 1
}

form#mailformpro dl dt p {
  font-weight: 700
}

form#mailformpro dl dt p span {
  font-size: 12px;
  font-weight: 700
}

form#mailformpro input.middle,
form#mailformpro select.middle,
form#mailformpro textarea.mfp {
  max-width: 90%;
  font-size: 1.6rem
}

form#mailformpro input:not([type]),
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=text] {
  border: 1px solid #eee;
  background: #eee;
  padding: 8px;
  margin: 2px;
  vertical-align: middle
}

form#mailformpro select,
form#mailformpro textarea {
  border: 1px solid #eee;
  background-color: #eee;
  padding: 8px;
  margin: 2px;
  vertical-align: middle
}

#form p.art {
  padding-bottom: 15px
}

#form select {
  height: 36px;
  font-size: 1rem
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: none;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

a {
  background: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ccc -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

input[type=button],
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none
}

address,
em {
  font-style: normal
}

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

iframe,
img {
  max-width: 100%
}

img {
  display: block;
  height: auto;
  line-height: 1
}

.color-base01 {
  color: #f67b4d !important
}

.color-base02 {
  color: #254679 !important
}

.color-base03 {
  color: #d70c18
}

.bg-base01 {
  background-color: #f67b4d
}

.bg-base02 {
  background-color: #254679
}

.bg-base03 {
  background-color: #d70c18
}

.color-black {
  color: #222
}

.color-white,
.color-white span {
  color: #fff !important
}

.bg-black {
  background-color: #222
}

.bg-white {
  background-color: #fff
}

.bg-grey {
  background-color: #f8f8f8
}

.bg-green {
  background-color: #b2e3e1
}

.bg-pink {
  background-color: #fad0d5
}

.button.black:hover,
.button.blue:hover,
.button.green:hover,
.button.red:hover,
.button:hover,
body {
  background-color: #fff
}

/*! Yaku Han JP v3.2.0 (OFL-1.1 AND MIT) by Qrac */
/*! Type: YakuHanJP - Based on Noto Sans CJK JP */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/YakuHanJP/YakuHanJP-Thin.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/YakuHanJP/YakuHanJP-Light.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/YakuHanJP/YakuHanJP-Medium.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff");
  font-display: swap
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.8.1/webfonts/fa-brands-400.woff2) format("woff2");
  font-display: swap
}

html {
  height: 100vh;
  font-size: 62.5%
}

body {
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: .08em;
  -webkit-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale
}

a {
  color: #254679;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

a:hover {
  /* color: #f67b4d; */
  text-decoration: none
}

.font_Mont {
  font-family: Montserrat, sans-serif
}

.font_noto {
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif
}

.cf:after {
  content: "";
  display: block;
  clear: both
}

.hide-text {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  padding: 0;
  border: 0
}

.pc_view {
  display: block !important
}

.sp_view {
  display: none !important
}

.bold {
  font-weight: 700 !important
}

.button_wrap {
  text-align: center;
  padding: 0 10px
}

.button_wrap.right {
  text-align: right
}

.button {
  position: relative;
  display: inline-block;
  min-width: 220px;
  border: 2px solid #f67b4d;
  letter-spacing: .1em;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #f67b4d;
  color: #fff;
  border-radius: 3px;
  padding: 10px 30px
}

.button:not(.green):not(.blue):not(.black):not(.red) {
  border: 2px solid #909090;
  background-color: #fff;
  color: #909090 !important;
}

.button.green {
  background-color: #75ce74;
  border: 2px solid #75ce74
}

.button.blue {
  background-color: #254679;
  border: 2px solid #254679
}

.button.black {
  background-color: #222;
  border: 2px solid #222
}

.button.red {
  background-color: #c4302b;
  border: 2px solid #c4302b
}

.button.new-bk {
  border: 2px solid #909090;
  color: #909090 !important;
  background-color: transparent;
  text-decoration: none !important
}

.button.new-bk::after {
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090
}

.button.jp_button {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700
}

.button.center {
  margin: 0 auto
}

.button.mb20 {
  margin-bottom: 20px
}

.button.mt40 {
  margin-top: 40px
}

.button.mt40c {
  margin: 40px auto 0
}

.button::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.button:not(.green):not(.blue):not(.black):not(.red)::after {
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.button:hover {
  color: #f67b4d !important;
  background-color: #fff;
  text-decoration: none !important
}

.button:not(.green):not(.blue):not(.black):not(.red):hover {
  color: #fff !important;
  background-color: #909090;
}

.button:hover::after {
  border-right: 1px solid #f67b4d;
  border-bottom: 1px solid #f67b4d;
  right: 14px
}

.button:not(.green):not(.blue):not(.black):not(.red):hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.button.green:hover {
  color: #75ce74 !important;
  text-decoration: none !important
}

.button.green:hover::after {
  border-right: 1px solid #75ce74;
  border-bottom: 1px solid #75ce74;
  right: 14px
}

.button.blue:hover {
  color: #254679 !important;
  text-decoration: none !important
}

.button.blue:hover::after {
  border-right: 1px solid #254679;
  border-bottom: 1px solid #254679;
  right: 14px
}

.button.black:hover {
  color: #222 !important;
  text-decoration: none !important
}

.button.black:hover::after {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  right: 14px
}

.button.red:hover {
  color: #c4302b !important;
  text-decoration: none !important
}

.button.red:hover::after {
  border-right: 1px solid #c4302b;
  border-bottom: 1px solid #c4302b;
  right: 14px
}

.button.new-bk:hover {
  color: #fff !important;
  background-color: #909090;
  text-decoration: none !important
}

.img_anime_left .bg,
.img_anime_right .bg {
  background-color: #1886b8;
  top: 0;
  z-index: 10
}

.button.new-bk:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px
}

.vr_button_wrap {
  width: 100%;
  max-width: 460px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l_section {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative
}

.col-2 {
  width: 100%
}

.col-2 .col-item {
  width: 50%
}

.col-1,
.col-1 .col-item {
  width: 100%
}

.width_m505 {
  max-width: 505px
}

.mb_60_pc {
  margin-bottom: 100px
}

.top_banner_wrap {
  padding: 0 !important
}

.top_banner_wrap .content_wrap_inner {
  padding: 0;
  max-width: 1500px
}

.top_banner_wrap .content_wrap_inner a {
  display: block
}

.top_banner_wrap .content_wrap_inner a:hover {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: .7
}

.flex_center {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.flex_space_between_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex_space_between_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex_space_between,
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox
}

.flex_space_between {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex_start {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.content_wrap {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0
}

.content_wrap.mb_0 {
  margin: 0 auto !important
}

.content_wrap.mt_120 {
  margin: 120px auto !important
}

.content_wrap.pt_40 {
  padding-top: 40px !important
}

.content_wrap.pd_0 {
  padding: 0
}

.content_wrap.pd_120 {
  padding: 120px 0
}

.content_wrap.pd_150 {
  padding: 150px 0
}

.content_wrap_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  height: auto;
  position: relative
}

.content_wrap_inner.w_1070 {
  max-width: 1070px;
  padding: 0
}

.content_wrap_inner.w_980 {
  max-width: 980px;
  padding: 0
}

.content_wrap_inner.w_768 {
  max-width: 768px;
  padding: 0
}

.fadecont {
  opacity: 0
}

.fadeshow {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fademove {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fademove_blog,
.fademoveleft {
  -webkit-backface-visibility: hidden
}

.fademove_blog {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  backface-visibility: hidden
}

.fademove40,
.fademove60 {
  -webkit-transform: rotateY(0);
  opacity: 0
}

.fademove40 {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
  transform: rotateY(0)
}

.fademove60 {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
  transform: rotateY(0)
}

.fademove80 {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
  -webkit-transform: rotateY(0);
  transform: rotateY(0)
}

.fademoveleft {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  backface-visibility: hidden
}

.article-list .article-item a,
.button_img_wrap a,
.fademoveright,
.member_movie_item_link {
  -webkit-backface-visibility: hidden
}

.fademoveright {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  backface-visibility: hidden
}

.fademove_show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fademove_show_rotate {
  opacity: 1;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg)
}

.img_anime_left .image,
.img_anime_right .image,
.scene_bar_rotate {
  opacity: 0
}

.img_anime_left {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.img_anime_left .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%
}

.img_anime_right {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.img_anime_right .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%
}

#content,
#header .header_top_inner,
#wrapper {
  position: relative;
  width: 100%
}

.scene_bar_rotate {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.scene_bar_show_rotate {
  opacity: 1;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg)
}

.fadetxt,
.fadetxt02 {
  opacity: 0
}

.fadetxt span,
.fadetxt02 span {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0
}

.fadetxt.fadetxt_show,
.fadetxt.fadetxt_show span,
.fadetxt02.fadetxt_show,
.fadetxt02.fadetxt_show span {
  opacity: 1
}

.delay02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.delay03 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.delay04 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.delay05 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

#wrapper {
  height: 100%;
  min-height: 100%;
  visibility: visible !important
}

#content {
  overflow: hidden;
  margin: 0 auto
}

iframe#mbYTP_bg_youtube {
  max-width: none !important
}

#header {
  margin: 0;
  padding: 0;
  width: 100%
}

#header .header_top {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 15px 0
}

#header .header_top_inner .top_h1 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px
}

#header .header_top_inner .top_h1 .h1 {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .1em;
  line-height: 1
}

#header .header_top_inner .nav {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1
}

#header .header_top_inner .nav li {
  padding: 0 20px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4
}

#header .header_top_inner .nav li:last-child {
  padding: 0 0 0 20px;
  border-right: none
}

#header .header_top_inner .nav li a {
  color: #4c4c4c
}

#header .header_top_inner .nav li a:hover {
  color: #f67b4d
}

#header .header_middle {
  width: 100%;
  padding: 20px 0;
  position: relative
}

#header .header_middle .logo {
  display: block;
  width: 144px
}

#header .header_middle_nav li {
  margin-left: 10px
}

#header .header_middle_nav li .tell {
  display: block;
  margin-top: 5px;
  margin-right: 15px
}

#header .header_middle_nav li .tell .num {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .1em;
  line-height: 1;
  display: block;
  color: #222222;
  font-weight: bold;
  margin-bottom: 5px
}

#header .header_middle_nav li .tell .num::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/common/icon-tell.png);
  margin-right: 2px
}

#header .header_middle_nav li .tell p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1;
  color: #000
}

#header .header_middle_nav li .header_btn {
  display: block;
  padding: 13px 24px;
  /* background-color: #f67b4d; */
  border: 1px solid #888787;
  border-radius: 3px;
  position: relative
}

#header .header_middle_nav li .header_btn:hover {
  background: #888787;
}

#header .header_middle_nav li .header_btn .kengaku::before,
#header .header_middle_nav li .header_btn .raijo::before,
#header .header_middle_nav li .header_btn .siryo::before {
  display: inline-block;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  transition: all 0s;
  background-size: 100% auto
}

#header .header_middle_nav li .header_btn span {
  color: #888787;
  font-weight: 700
}

#header .header_middle_nav li .header_btn:hover span {
  color: #fff;
}

#header .header_middle_nav li .header_btn .siryo::before {
  width: 15px;
  height: 12px;
  background-image: url(../images/common/icon-shiryo.png)
}

#header .header_middle_nav li .header_btn:hover .siryo::before {
  background-image: url(../images/common/icon-shiryo_w.png)
}

#header .header_middle_nav li .header_btn .raijo::before {
  width: 15px;
  height: 11px;
  background-image: url(../images/common/icon-raijo.png)
}

#header .header_middle_nav li .header_btn .kengaku::before {
  width: 16px;
  height: 13px;
  background-image: url(../images/common/icon-kengaku.png)
}

#header .header_middle_nav li .header_btn:hover .kengaku::before {
  background-image: url(../images/common/icon-kengaku_w.png)
}

#header .header_bottom {
  width: 100%;
  background-color: #4F6281
}

#header .header_bottom .header_nav {
  padding: 0;
  position: relative;
  z-index: 100;
  height: 74px
}

#header .header_bottom .header_nav>li {
  text-align: center;
  padding: 0 25px;
  position: relative;
  height: 100%;
  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
}

#header .header_bottom .header_nav>li::before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-color: #4b658e
}

#header .header_bottom .header_nav>li:first-child::before {
  content: none;
  display: none
}

#header .header_bottom .header_nav>li>a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 700
}

#header .header_bottom .header_nav>li>a:hover {
  /* color: #f67b4d */
  opacity: .7;
}

#header .header_bottom .header_nav>li .mega_link {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 700
}

#header .header_bottom .header_nav>li .mega_menu {
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #fff;
  margin-left: -75px;
  width: 150px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .4s, opacity .4s;
  transition: visibility .4s, opacity .4s
}

#header .header_bottom .header_nav>li .mega_menu li {
  border-bottom: 1px solid #DEDEDE
}

#header .header_bottom .header_nav>li .mega_menu li:last-child {
  border: none
}

#header .header_bottom .header_nav>li .mega_menu li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  padding: 10px 0
}

#header .header_bottom .header_nav>li .mega_menu li a:hover {
  color: #4F6281
}

#header .header_bottom .header_nav>li:hover .mega_menu {
  visibility: visible;
  opacity: 1
}

#header .header_inner {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

#header .header_inner .header_logo {
  display: block;
  width: 228px;
  height: 36px;
  overflow: hidden;
  margin-top: 22px;
  float: left;
  position: relative;
  z-index: 10
}

#header .header_inner .header_logo a {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/common/logo.png)
}

#header .header_inner .header_logo a:hover {
  opacity: .7
}

#header .header_inner .header_nav {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  float: right;
  overflow: hidden;
  margin-left: -240px;
  padding-left: 240px;
  font-size: 0
}

#header .header_inner .header_nav .header_menu {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  text-align: left
}

#header .header_inner .header_nav .header_menu li {
  display: inline-block;
  padding: 7px 0 0
}

#header .header_inner .header_nav .header_menu li a {
  display: block;
  position: relative;
  padding: 0 0 5px;
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 34px
}

#header .header_inner .header_nav .header_menu li a .jp {
  display: block;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px
}

#header .header_inner .header_nav .header_menu li a .en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: .1em
}

#header .header_inner .header_nav .header_menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.47, 0, .745, .715);
  transition: -webkit-transform .2s cubic-bezier(.47, 0, .745, .715);
  transition: transform .2s cubic-bezier(.47, 0, .745, .715);
  transition: transform .2s cubic-bezier(.47, 0, .745, .715), -webkit-transform .2s cubic-bezier(.47, 0, .745, .715)
}

#nav_wrap,
#nav_wrap::before {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0
}

#header .header_inner .header_nav .header_menu li a:hover {
  color: #222
}

#header .header_inner .header_nav .header_menu li a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #f67b4d
}

#menu-trigger,
#menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#nav_wrap,
#sp_footer,
.blog_wrap .list li a dl dd {
  -webkit-transition: all .3s
}

#menu-trigger {
  position: fixed;
  width: 40px;
  height: 22px;
  float: right;
  display: none;
  top: 40px;
  right: 20px;
  z-index: 10000;
  cursor: pointer
}

#menu-trigger::after {
  content: 'MENU';
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888787;
  letter-spacing: .11em
}

#header.active #menu-trigger::after {
  color: #888787
}

#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #888787;
  border-radius: 2px
}

#menu-trigger span:nth-of-type(1) {
  top: 0
}

#menu-trigger span:nth-of-type(2) {
  top: 10px
}

#menu-trigger span:nth-of-type(3) {
  bottom: 0
}

#header.active #menu-trigger span {
  background-color: #888787
}

#header.active #menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg)
}

#header.active #menu-trigger span:nth-of-type(2) {
  opacity: 0
}

#header.active #menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg)
}

#nav_wrap {
  width: 100%;
  height: 100vh;
  z-index: 999;
  padding: 0;
  overflow: hidden;
  transition: all .3s;
  display: none;
  opacity: 0
}

#nav_wrap::before {
  background-color: rgba(255, 255, 255, .9);
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: 100vh;
  padding-bottom: 108px;
  content: "";
  z-index: -1
}

.nav_wrap_inner,
.nav_wrap_inner nav {
  display: -ms-flexbox;
  -webkit-box-align: start;
  width: 100%
}

.nav_wrap_inner {
  height: 100%;
  position: relative;
  padding: 80px 0;
  text-align: center;
  overflow-y: scroll;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav_wrap_inner nav {
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav_wrap_inner .header_menu {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 25px 20px 0
}

.nav_wrap_inner .header_menu>li {
  width: 100%;
  border-bottom: 1px solid #fff
}

.nav_wrap_inner .header_menu>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 20px;
  background-color: #4F6281;
  color: #fff;
  height: 50px;
  position: relative
}

.nav_wrap_inner .header_menu>li>a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -5px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
  padding: 0 20px;
  background-color: #4F6281;
  height: 50px
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dt::after,
.nav_wrap_inner .header_menu>li .sp_menu_trg dt::before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  margin-top: -1px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dt::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dt.active {
  color: #4F6281;
  background-color: #fff
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dt.active::after {
  background-color: #4F6281;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dd {
  display: none;
  text-align: left
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dd ul li {
  border-bottom: 1px solid #fff
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0 20px;
  background-color: #7085a7;
  color: #fff;
  height: 50px;
  position: relative
}

.nav_wrap_inner .header_menu>li .sp_menu_trg dd ul li a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -5px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

#footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

#footer .footer_top {
  width: 100%;
  padding: 80px 0;
  background-color: #333333;
  overflow: hidden
}

#footer .footer_top ul {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto 80px
}

#footer .footer_top ul li {
  width: 50%;
  padding: 0 10px;
  max-width: 505px
}

#footer .footer_top ul li a img {
  -webkit-transition: all .4s;
  transition: all .4s
}

#footer .footer_top ul li a:hover img {
  opacity: .7
}

#footer .footer_top p {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1070px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2;
  color: #fff
}

#footer .footer_top p .dash {
  position: relative;
  padding-right: 2.4em;
}

#footer .footer_top p .dash::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2em;
  transform: translateY(-50%);
  display: block;
  width: 2em;
  height: 1px;
  background: #fff;
}

#footer .footer_middle {
  width: 100%;
  padding: 80px 0 50px;
  background-color: #222222;
  overflow: hidden
}

#footer .footer_middle .footer_middle_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto
}

#footer .footer_middle .footer_middle_inner .nav {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
  margin-bottom: 60px
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav {
  display: inline-block;
  padding: 0 10px
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li>a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li>a:hover {
  /* color: #f67b4d */
  opacity: 0.7;
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li .footer_nav_in {
  margin-bottom: 30px
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li .footer_nav_in li a {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li .footer_nav_in li a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: .4s;
  transition: .4s
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li .footer_nav_in li a:hover::before,
.article_wrap_inner #side .side_button_list li a::after {
  /* border-color: transparent transparent transparent #f67b4d */
  opacity: 0.7;
}

#footer .footer_middle .footer_middle_inner .nav .footer_nav>li .footer_nav_in li a:hover {
  /* color: #f67b4d */
  opacity: 0.7;
}

#footer .footer_middle .footer_middle_inner .area {
  color: #fff
}

#footer .footer_middle .footer_middle_inner .area .area_wrap {
  width: 100%;
  overflow: hidden;
  padding: 0 10px
}

#footer .footer_middle .footer_middle_inner .area .area_wrap>dt {
  display: block;
  width: 175px;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700
}

#footer .footer_middle .footer_middle_inner .area .area_wrap>dd {
  display: block;
  width: calc(100% - 175px);
  float: right
}

#footer .footer_middle .footer_middle_inner .area .area_wrap>dd .area_name {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-bottom: 30px
}

#footer .footer_middle .footer_middle_inner .area .area_wrap>dd .area_name>dt {
  display: block;
  width: 85px;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700
}

#footer .footer_middle .footer_middle_inner .area .area_wrap>dd .area_name>dd {
  display: block;
  width: calc(100% - 85px);
  float: right;
  font-size: 14px;
  font-size: 1.4rem
}

#footer .footer_bottom {
  width: 100%;
  padding: 80px 0 30px;
  background-color: #222222;
  overflow: hidden;
  color: #fff
}

#footer .footer_bottom .footer_bottom_inner {
  max-width: 1070px;
  margin: 0 auto 60px;
  padding: 0 10px;
  position: relative
}

#footer .footer_bottom .footer_bottom_inner:after,
#footer .footer_bottom .footer_bottom_inner:before {
  height: 44px;
  background-color: #3b3b3b;
  top: 50%;
  margin-top: -22px;
  display: block;
  content: ''
}

#footer .footer_bottom .footer_bottom_inner:before {
  width: 1px;
  position: absolute;
  left: 50%
}

#footer .footer_bottom .footer_bottom_inner:after {
  width: 1px;
  position: absolute;
  left: 75%
}

#footer .footer_bottom .logo {
  display: block;
  width: 143px
}

#footer .footer_bottom .addr {
  font-size: 12px;
  font-size: 1.2rem
}

#footer .footer_bottom .addr span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  display: block
}

#footer .footer_bottom .tell {
  display: block;
  margin-top: 5px;
  margin-right: 15px
}

#footer .footer_bottom .tell .num {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1;
  display: block;
  color: #fff;
  margin-bottom: 5px
}

#footer .footer_bottom .tell .num::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/common/icon-tell2.png);
  margin-right: 2px
}

#footer .footer_bottom .tell p {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1;
  color: #fff
}

#footer .footer_bottom .sns i {
  margin-left: 35px
}

#footer .footer_bottom .sns i.fa-facebook-f,
#footer .footer_bottom .sns i.fa-instagram,
#footer .footer_bottom .sns i.fa-youtube-square {
  font-size: 28px;
  font-size: 2.8rem
}

#footer .footer_bottom .sns a {
  color: #fff
}

#footer .footer_bottom .sns a:hover {
  color: #f67b4d
}

#footer .footer_bottom .footer_copy {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
  clear: both
}

#footer .footer_bottom .footer_copy>small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #646464
}

.slider_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative
}

.slider_wrap .swiper-container {
  width: 1600px;
  height: 460px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: initial
}

.slider_wrap .swiper-container .swiper-slide a {
  display: block;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
}

.slider_wrap .swiper-container .swiper-slide a:hover {
  opacity: .7
}

.slider_wrap .swiper-container .swiper-slide img {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.slider_wrap .swiper-container .swiper-slide .swiper-bg {
  width: 100%;
  height: 0;
  padding-top: 57.5%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.slider_wrap .swiper-container.swiper-container-horizontal .swiper-slide .swiper-bg,
.slider_wrap .swiper-container.swiper-container-horizontal .swiper-slide img {
  opacity: 1
}

.slider_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  opacity: 1
}

.slider_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff
}

.slider_wrap .swiper-button-next,
.slider_wrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -42px;
  z-index: 10;
  cursor: pointer;
  border: 2px solid #fff;
  background-color: #fff;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s
}

.slider_wrap .swiper-button-next::before,
.slider_wrap .swiper-button-prev::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transition: all .4s;
  transition: all .4s
}

.slider_wrap .swiper-button-next:hover,
.slider_wrap .swiper-button-prev:hover {
  background-color: #222
}

.slider_wrap .swiper-button-next:hover::before,
.slider_wrap .swiper-button-prev:hover::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff
}

.slider_wrap .swiper-button-prev,
.slider_wrap .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 25%;
  right: auto
}

.slider_wrap .swiper-button-prev::before,
.slider_wrap .swiper-container-rtl .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.slider_wrap .swiper-button-next,
.slider_wrap .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 25%;
  left: auto
}

.slider_wrap .swiper-button-next::before,
.slider_wrap .swiper-container-rtl .swiper-button-prev::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px
}

.ttl_01 {
  display: block;
  margin: 0 auto 30px
}

.ttl_01 .jp {
  display: block;
  text-align: center;
  margin-bottom: 5px
}

.ttl_01 .jp span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #254679
}

.ttl_01 .en {
  display: block;
  text-align: center
}

.ttl_01 .en span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .1em;
  color: #8a8a8a
}

.ttl_01.wh .en span,
.ttl_01.wh .jp span {
  color: #fff
}

.ttl_01.-mbsm {
  margin-bottom: 15px;
}

.article_wrap {
  width: 100%;
  position: relative
}

.article_wrap_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 70px 0 100px
}

.article_wrap_inner #main {
  width: calc(100% - 245px);
  max-width: 780px;
  float: right;
  padding: 0
}

.article_wrap_inner #main .article_head {
  display: block;
  padding: 0 10px;
  margin-bottom: 35px
}

.article_wrap_inner #main .article_head .ttl {
  display: block;
  margin-bottom: 15px
}

.article_wrap_inner #main .article_head .ttl .jp {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5
}

.article_wrap_inner #main .article_head .ttl .en {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #828282
}

.article_wrap_inner #main .article_head .txt {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .12em;
  line-height: 1.8
}

.article_wrap_inner #main .article_nav {
  padding: 0 10px;
  margin-bottom: 40px
}

.article_wrap_inner #main .article_nav_inner {
  border-bottom: 2px solid #dedede;
  padding: 20px 0 60px
}

.article_wrap_inner #main .article_nav_inner .wp-pagenavi {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0
}

.article_wrap_inner #main .article_nav_inner .wp-pagenavi a,
.article_wrap_inner #main .article_nav_inner .wp-pagenavi span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 3px;
  line-height: 40px;
  font-weight: 700;
  color: #383735;
  font-family: Montserrat, sans-serif;
  margin: 0 10px
}

.article_wrap_inner #main .article_nav_inner .wp-pagenavi a.extend,
.article_wrap_inner #main .article_nav_inner .wp-pagenavi span.extend {
  display: none
}

.article_wrap_inner #main .article_nav_inner .wp-pagenavi .current,
.article_wrap_inner #main .article_nav_inner .wp-pagenavi a:hover {
  color: #fff;
  background-color: #909090
}

.article_wrap_inner #main .article_nav_inner.link-c01 .wp-pagenavi a,
.article_wrap_inner #main .article_nav_inner.link-c01 .wp-pagenavi span {
  border: 2px solid #909090;
  background-color: transparent;
  color: #909090;
  line-height: 36px
}

.article_wrap_inner #main .article_nav_inner.link-c01 .wp-pagenavi .current,
.article_wrap_inner #main .article_nav_inner.link-c01 .wp-pagenavi a:hover {
  color: #fff;
  background-color: #909090
}

.article_wrap_inner #main .article_cat_wrap {
  padding: 0 10px;
  margin-bottom: 50px
}

.article_wrap_inner #side {
  width: 245px;
  float: left;
  margin-top: 10px
}

.article_wrap_inner #side .side_button,
.article_wrap_inner #side .side_button_list {
  width: 100%
}

.article_wrap_inner #side .side_button_list li {
  margin-bottom: 5px
}

.article_wrap_inner #side .side_button_list li a {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #f8f8f8;
  color: #254679;
  line-height: 56px;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  padding-left: 35px;
  font-weight: 700
}

.article_wrap_inner #side .side_button_list li a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all .4s;
  transition: all .4s
}

.article_wrap_inner #side .side_button_list li a:hover {
  background-color: #254679;
  color: #fff
}

.article_wrap_inner #side .side_button_list li a:hover::after {
  border-color: transparent transparent transparent #fff
}

.article_wrap_inner #side .side_menu {
  width: 100%
}

.article_wrap_inner #side .side_menu .side_menu_ttl {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  border-bottom: 2px solid #dedede;
  padding: 0 0 10px;
  margin-bottom: 10px
}

.article_wrap_inner #side .side_menu .side_menu_list_cat {
  display: block;
  margin-bottom: 30px
}

.article_wrap_inner #side .side_menu .side_menu_list_cat .side_menu_list_cat_oya {
  padding: 3px 0
}

.article_wrap_inner #side .side_menu .side_menu_list_cat .side_menu_list_cat_oya a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679
}

.article_wrap_inner #side .side_menu .side_menu_list_cat .side_menu_list_cat_item {
  padding: 3px 0 3px 10px
}

.article_wrap_inner #side .side_menu .side_menu_list_cat .side_menu_list_cat_item a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s
}

.article_wrap_inner #side .side_menu .side_menu_list_cat .side_menu_list_cat_item a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #f67b4d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px
}

.article_wrap_inner #side .side_menu .side_menu_list_cat .side_menu_list_cat_item a:hover {
  color: #f67b4d
}

.article_wrap_inner #side .side_menu .side_menu_list_tag {
  display: block;
  font-size: 0;
  padding: 8px 0 0
}

.article_wrap_inner #side .side_menu .side_menu_list_tag .side_menu_list_tag_item {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px
}

.article_wrap_inner #side .side_menu .side_menu_list_tag .side_menu_list_tag_item a {
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  color: #2a2a2a;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.2;
  font-weight: 700
}

.article_wrap_inner #side .side_menu .side_menu_list_tag .side_menu_list_tag_item a:hover {
  background-color: #f67b4d;
  color: #fff
}

.article-list {
  margin-bottom: 20px
}

.article-list .sec_ttl {
  padding: 0 10px;
  margin-bottom: 30px;
  display: block;
  width: 100%
}

.article-list .sec_ttl span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px
}

.article-list .article-item {
  margin-bottom: 20px
}

.article-list .article-item a {
  display: block;
  backface-visibility: hidden
}

.article-list .article-item a .article-image {
  position: relative;
  background: #fff;
  overflow: hidden
}

#hero_wrap_bottom,
.article-list .article-item a .article-image figure .img,
.article_colum_other_inner .img,
.article_sns .face_like .left,
.concept_bottom .img_txt .img_txt_inner .img_inner,
.concept_top .img_txt .img_txt_inner .img,
.sec_top_customer .customer_inner,
.sec_top_insta li a,
.story_bg,
.story_bottom .img_txt .img_txt_inner .img_inner,
.vr_bottom .img_txt .img_txt_inner .img_inner,
.vr_bottom_img {
  background-repeat: no-repeat;
  background-size: cover
}

.article-list .article-item a .article-image .article-item-new {
  display: block;
  width: 45px;
  height: 20px;
  line-height: 20px;
  letter-spacing: .1em;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  background-color: #d1ab14;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20
}

.article-list .article-item a .article-image figure img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.article-list .article-item a .article-image figure .img {
  width: 100%;
  padding-bottom: 62.5%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-position: center center
}

.article-list .article-item a .article-image figure::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: 200%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.article-list .article-item a .article-image::after,
.article-list .article-item a .article-image::before {
  position: absolute;
  top: 4%;
  right: 2.5%;
  bottom: 4%;
  left: 2.5%;
  z-index: 3;
  content: '';
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.article-list .article-item a .article-image::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1)
}

.article-list .article-item a .article-image::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0)
}

.article-list .article-item a .article-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .05em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0
}

.article-list .article-item a .article-item-text {
  text-align: left;
  margin-bottom: 5px
}

.article-list .article-item a .article-item-text .txt_only {
  padding: 20px 10px 0;
  font-size: 14px;
  font-size: 1.4rem
}

.article-list .article-item a .article-item-text .article-item-title {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #254679;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 10px 0 5px
}

.article-list .article-item a .article-item-text .article-item-txt {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  letter-spacing: .1em;
  line-height: 1.5
}

.article-list .article-item a .article-item-tag-wrap .article-item-tag {
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  color: #2a2a2a;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.2;
  margin-right: 5px
}

.article-list .article-item a:hover .article-image figure .img,
.article-list .article-item a:hover .article-image figure img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.article-list .article-item a:hover .article-image figure::after {
  opacity: 1
}

.article-list .article-item a:hover .article-image::after,
.article-list .article-item a:hover .article-image::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.article-list .article-item a:hover .article-image p {
  opacity: 1
}

.article-list.article-list-col-2 .article-item {
  width: 50%;
  padding: 0 10px
}

.article-list.article-list-col-3 .article-item {
  width: 33.333333%;
  padding: 0 10px
}

.article-list.article-list-col-3.w_30 .article-item {
  width: 32%;
  margin-bottom: 40px;
  padding: 0 10px
}

.article-list.article-list-col-4 .article-item {
  width: 25%;
  padding: 0 10px
}

.article-list.article-list-side {
  margin-bottom: 40px
}

.article-list.article-list-side .article-item {
  padding: 0 10px;
  margin-bottom: 20px
}

.article-list.article-list-side .article-item a {
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px
}

.article-list.article-list-side .article-item a .article-image {
  width: 150px;
  float: left
}

.article-list.article-list-side .article-item a .article-item-text {
  width: calc(100% - 170px);
  float: right;
  margin-bottom: 0
}

.article-list.article-list-side .article-item a .article-item-text .article-item-date {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #767676;
  line-height: 1.6;
  letter-spacing: .1em
}

.article-list.article-list-side .article-item a .article-item-text .article-item-title {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #254679;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 0
}

.article-list.article-list-side .article-item a .article-item-tag-wrap {
  width: calc(100% - 170px);
  float: right
}

.article-list.event_list .event-item {
  padding: 0 10px 40px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px
}

.article-list.event_list .event-item .thum {
  position: relative;
  width: 315px;
  padding-right: 5px
}

.article-list.event_list .event-item .thum .yoyaku {
  display: block;
  width: 78px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  background-color: #d1ab14;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem
}

.article-list.event_list .event-item .desc {
  width: 415px;
  padding-left: 5px
}

.article-list.event_list .event-item .desc .ttl {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: #254679;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea
}

.article-list.event_list .event-item .desc .txt {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0
}

.article-list.event_list .event-item .desc .txt dt {
  display: block;
  width: 45px;
  float: left;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  color: #254679;
  line-height: 1.5
}

.article-list.event_list .event-item .desc .txt dd {
  width: calc(100% - 45px);
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5
}

.article-list.event_list .event-item .desc .link {
  margin-top: 20px
}

.article-list.event_list .event-item .desc .link li .button {
  width: 100%;
  min-width: inherit
}

.article-list.event_list .event-item .desc .link li:nth-child(1) {
  width: 44%
}

.article-list.event_list .event-item .desc .link li:nth-child(2) {
  width: 52.439024%
}

.cat_wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 950px
}

.cat_wrap.bt {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 2px solid #eaeaea
}

.cat_wrap>li {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 25px;
  margin-bottom: 25px
}

.cat_wrap>li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.cat_wrap>li .cat_head {
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #254679;
  margin-bottom: 5px
}

.cat_wrap>li .cat_list {
  width: 100%;
  font-size: 0
}

.cat_wrap>li .cat_list li {
  display: inline-block
}

.cat_wrap>li .cat_list li a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s;
  margin-right: 40px
}

.cat_wrap>li .cat_list li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #f67b4d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px
}

.cat_wrap>li .cat_list li a:hover {
  color: #f67b4d
}

.faq_wrap {
  width: 100%;
  padding: 0 10px
}

.faq_wrap_inner {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #dedede
}

.faq_wrap_inner .ttl {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #254679;
  letter-spacing: .1em;
  font-weight: 700
}

.faq_wrap_inner .faq_wrap_list {
  width: 100%;
  margin-bottom: 30px
}

.faq_wrap_inner .faq_wrap_list li {
  padding: 3px 0 3px 10px
}

.faq_wrap_inner .faq_wrap_list li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s
}

.article_gallery_tag ul li a::before,
.faq_wrap_inner .faq_wrap_list li a::before {
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  content: '';
  width: 0
}

.faq_wrap_inner .faq_wrap_list li a::before {
  display: block;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #f67b4d
}

.faq_wrap_inner .faq_wrap_list li a:hover {
  color: #f67b4d
}

.faq_single_inner {
  padding: 0 10px
}

.faq_single_inner h1 {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dedede
}

.faq_single_inner .cont {
  margin-bottom: 40px
}

.faq_single_inner .cont p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 1.8;
  margin-bottom: 20px
}

.article_gallery_banner {
  width: 100%;
  margin-bottom: 50px
}

.article_gallery_banner_in {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px
}

.article_gallery_banner a {
  display: block
}

.article_gallery_banner a:hover {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: .7
}

.article_gallery_vr {
  width: 100%;
  margin-bottom: 50px
}

.article_gallery_vr_ttl {
  padding: 0 10px 10px;
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  border-bottom: 2px solid #eaeaea
}

.article_gallery_vr .button_wrap {
  margin: 0 auto 50px
}

.article_gallery_vr .desc {
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  color: #d50100
}

.article_gallery {
  width: 100%
}

.article_gallery .article_gallery_header {
  margin-bottom: 50px
}

.article_gallery .article_gallery_header .ttl {
  display: block;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  padding: 0 10px
}

.article_gallery .article_gallery_header .sub_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #333;
  margin-bottom: 35px;
  padding: 0 10px
}

.article_gallery .article_gallery_header .desc {
  width: 100%
}

.article_gallery .article_gallery_header .desc .desc_inner,
.article_gallery .article_gallery_header .desc .thum {
  width: 50%;
  max-width: 380px;
  padding: 0 10px
}

.article_gallery .article_gallery_header .desc .desc_inner_txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 1.9;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 10px
}

.article_gallery .article_gallery_header .desc .desc_inner_cat {
  text-align: left;
  font-size: 0
}

.article_gallery .article_gallery_header .desc .desc_inner_cat li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px
}

.article_gallery .article_gallery_header .desc .desc_inner_cat li a {
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  color: #2a2a2a;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.2
}

.article_gallery .article_gallery_header .desc .desc_inner_cat li a:hover {
  background-color: #f67b4d;
  color: #fff
}

.article_gallery .article_gallery_header .desc .desc_inner_date {
  font-size: 13px;
  font-size: 1.3rem;
  color: #2a2a2a;
  margin-top: 10px
}

.article_gallery .article_gallery_header .txt {
  width: 100%;
  padding: 0 10px;
  margin-top: 20px
}

.article_gallery .article_gallery_header .txt_inner {
  width: 100%;
  background-color: #f8f8f8;
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2
}

.article_gallery .article_gallery_header.report .desc {
  width: 100%
}

.article_gallery .article_gallery_header.report .desc .thum {
  width: 100%;
  padding: 0 10px;
  max-width: none;
  margin-bottom: 20px
}

.article_gallery .article_gallery_header.report .desc .desc_inner {
  width: 100%;
  padding: 0 10px;
  max-width: none
}

.article_gallery .article_gallery_main .article_gallery_main_sec {
  margin-bottom: 50px
}

.article_gallery .article_gallery_main .article_gallery_main_sec .ttl {
  padding: 0 10px;
  margin-bottom: 30px
}

.article_gallery .article_gallery_main .article_gallery_main_sec .ttl span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px
}

.article_gallery .article_gallery_main .article_gallery_main_sec .img_sec .img_sec_02 {
  width: 50%;
  padding: 0 10px;
  display: block
}

.article_gallery .article_gallery_main .article_gallery_main_sec .img_sec .img_sec_01 {
  width: 100%;
  padding: 0 10px;
  display: block
}

.article_gallery .article_gallery_main .article_gallery_main_sec.report,
.article_gallery_kiji li {
  width: 50%
}

.article_gallery .article_gallery_main .article_gallery_main_sec .img_sec img {
  margin-bottom: 10px
}

.article_gallery .article_gallery_main .article_gallery_main_sec .img_sec figcaption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  margin-bottom: 10px
}

.article_gallery .article_gallery_main .article_gallery_main_sec .txt {
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em
}

.article_gallery .article_gallery_main .article_gallery_main_sec.report .ttl {
  padding: 0 10px;
  margin-bottom: 20px
}

.article_gallery .article_gallery_main .article_gallery_main_sec.report .ttl span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px
}

.article_gallery_kiji {
  margin-bottom: 0
}

.article_gallery_tag {
  padding: 0 10px;
  margin-bottom: 50px
}

.article_gallery_tag ul {
  border: 2px solid #eaeaea;
  padding: 20px 30px
}

.article_gallery_tag ul li {
  display: inline-block;
  padding: 3px 0 3px 10px
}

.article_gallery_tag ul li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s
}

.article_gallery_tag ul li a::before {
  display: block;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #f67b4d
}

.article_gallery_tag ul li a:hover {
  color: #f67b4d
}

.article_sns {
  padding: 0 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden
}

.article_sns .face_like {
  width: 100%;
  height: 240px;
  background-color: #f9f9f9
}

.article_sns .face_like .left {
  width: 50%;
  height: 100%;
  float: left;
  display: block;
  background-position: 50% 50%;
  background-color: #222
}

.article_sns .face_like .right {
  width: 50%;
  height: 100%;
  float: left;
  text-align: center;
  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
}

.article_sns .face_like .right .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #254679;
  line-height: 1.5
}

.article_sns .face_like .right .ttl span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #f67b4d;
  line-height: 1.5
}

.article_sns .face_like .right .desc {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  margin-top: 10px
}

.article_event {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 60px
}

.article_event::after {
  content: '';
  border-bottom: 2px solid #eaeaea;
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  display: block
}

.article_event .article_event_header {
  padding: 0 10px 40px;
  margin-bottom: 40px
}

.article_event .article_event_header .ttl {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #254679;
  line-height: 1.5;
  padding-bottom: 20px;
  width: 100%
}

.article_event .article_event_header .thum {
  position: relative;
  width: 315px;
  padding-right: 5px
}

.article_event .article_event_header .thum .yoyaku {
  display: block;
  width: 78px;
  height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  background-color: #d1ab14;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem
}

.article_event .article_event_header .desc {
  width: 415px;
  padding-left: 5px;
  border-top: 1px solid #eaeaea
}

.article_event .article_event_header .desc .txt {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0
}

.article_event .article_event_header .desc .txt dt {
  display: block;
  width: 45px;
  float: left;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  color: #254679;
  line-height: 1.5
}

.article_event .article_event_header .desc .txt dd {
  width: calc(100% - 45px);
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5
}

.article_event .article_event_header .desc .link {
  margin-top: 20px
}

.article_event .article_event_main .article_event_h2 {
  padding: 0 10px;
  margin: 40px 0 20px
}

.article_event .article_event_main .article_event_h2 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  color: #254679;
  border-bottom: 2px solid #eaeaea
}

.article_event .article_event_main .article_event_h3 {
  padding: 0 10px;
  margin: 30px 0 20px
}

.article_event .article_event_main .article_event_h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  color: #254679;
  padding-left: 30px;
  position: relative
}

.article_event .article_event_main .article_event_h3 span::before {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px
}

.article_event .article_event_main .article_event_img_01 {
  padding: 0 10px;
  margin: 0 0 20px
}

.article_event .article_event_main .article_event_img_02 {
  padding: 0;
  margin: 0 0 20px
}

.article_event .article_event_main .article_event_img_02_item {
  width: 50%;
  padding: 0 10px
}

.article_event .article_event_main .article_event_txt {
  padding: 0 10px;
  margin-bottom: 20px
}

.article_event .article_event_main .article_event_txt p {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: normal !important
}

.article_event .article_event_main .article_event_video {
  padding: 0 10px;
  margin: 0 0 20px
}

.article_event .article_event_main .article_event_video .youtube_wp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px
}

.article_event .article_event_main .article_event_video .youtube_wp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.article_event .article_event_main .article_event_iframe {
  padding: 0 10px;
  margin: 0 0 20px
}

.article_event .article_event_main .article_event_iframe iframe {
  width: 100%;
  max-width: none
}

.article_event .article_event_main .article_event_link {
  padding: 0 10px;
  margin: 40px 0;
  text-align: center
}

.contact_wrap {
  height: 620px;
  background-position: center center;
  background-repeat: repeat;
  background-size: 100px 100px;
  background-image: url(../images/pattern01.jpg)
}

.contact_wrap .content_wrap_inner {
  max-width: 1180px;
  margin: 0 auto
}

.contact_wrap .content_wrap_inner .txt {
  width: 540px;
  height: 580px;
  padding: 10px;
  background-color: #fff;
  position: relative;
  z-index: 400;
  float: left;
  margin-top: -60px;
  text-align: center
}

.contact_wrap .content_wrap_inner .txt_inner {
  width: 100%;
  height: 100%;
  border: 2px solid #222
}

.contact_wrap .content_wrap_inner .txt_inner .ttl {
  display: block;
  width: 100%;
  position: relative;
  margin: -40px auto 15px
}

.contact_wrap .content_wrap_inner .txt_inner .ttl_01 {
  display: block;
  width: 100%;
  max-width: 246px;
  margin: 0 auto
}

.contact_wrap .content_wrap_inner .txt_inner .ttl_02 {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto
}

.contact_wrap .content_wrap_inner .txt_inner .button::after,
.contact_wrap .content_wrap_inner .txt_inner .button:hover::after {
  content: none;
  display: none
}

.contact_wrap .content_wrap_inner .txt_inner p {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 28px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: .08em
}

.contact_wrap .content_wrap_inner .txt_inner .button {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 360px;
  background-color: #27ae60;
  border: 2px solid #27ae60;
  font-weight: 700
}

.contact_wrap .content_wrap_inner .txt_inner .button:hover {
  background-color: #fff;
  color: #27ae60 !important
}

.contact_wrap .content_wrap_inner .txt_inner .tel {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 258px
}

.contact_wrap .content_wrap_inner .img {
  display: block;
  width: 690px;
  position: absolute;
  left: 490px;
  top: 100px;
  z-index: 450
}

.tel_contact {
  width: 100%;
  padding: 0 10px
}

.tel_contact .tel_contact_inner {
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea
}

.tel_contact .tel_contact_inner dt {
  width: 36.84214%;
  height: 120px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  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;
  border-right: 2px solid #eaeaea
}

.tel_contact .tel_contact_inner dd {
  width: 63.157895%;
  height: 120px;
  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
}

.tel_contact .tel_contact_inner dd .center {
  text-align: center
}

.tel_contact .tel_contact_inner dd .phone {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #f67b4d;
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
  display: block
}

.tel_contact .tel_contact_inner dd .phone::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/common/icon-tell3.png);
  margin-right: 16px
}

.article_colum {
  width: 100%
}

.article_colum .article_colum_header {
  margin-bottom: 50px
}

.article_colum .article_colum_header .ttl {
  display: block;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  line-height: 1.5;
  padding: 0 10px
}

.article_colum .article_colum_header .sub_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #333;
  margin-bottom: 35px;
  padding: 0 10px
}

.article_colum .article_colum_header .desc {
  width: 100%
}

.article_colum .article_colum_header .desc .desc_inner,
.article_colum .article_colum_header .desc .thum {
  width: 50%;
  max-width: 380px;
  padding: 0 10px
}

.article_colum .article_colum_header .desc .desc_inner_txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 1.9;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 15px
}

.article_colum .article_colum_header .desc .desc_inner_sns {
  width: 100%
}

.article_colum .article_colum_header .desc .desc_inner_sns li {
  width: 32%;
  display: block;
  height: 40px
}

.article_colum .article_colum_header .desc .desc_inner_sns li a {
  width: 100%;
  height: 40px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #222;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s
}

.article_colum .article_colum_header .desc .desc_inner_sns li a.tw {
  background-color: #1DA1F2;
  border: 2px solid #1DA1F2
}

.article_colum .article_colum_header .desc .desc_inner_sns li a.tw:hover {
  color: #1DA1F2;
  background-color: #fff
}

.article_colum .article_colum_header .desc .desc_inner_sns li a.fa {
  background-color: #3B5998;
  border: 2px solid #3B5998
}

.article_colum .article_colum_header .desc .desc_inner_sns li a.fa:hover {
  color: #3B5998;
  background-color: #fff
}

.article_colum .article_colum_header .desc .desc_inner_sns li a.li {
  background-color: #1dcd00;
  border: 2px solid #1dcd00
}

.article_colum .article_colum_header .desc .desc_inner_sns li a.li:hover {
  color: #1dcd00;
  background-color: #fff
}

.article_colum .article_colum_header .txt {
  width: 100%;
  padding: 0 10px;
  margin-top: 20px
}

.article_colum .article_colum_header .txt_inner {
  width: 100%;
  background-color: #f8f8f8;
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2
}

.article_colum .article_colum_header.report .desc {
  width: 100%
}

.article_colum .article_colum_header.report .desc .thum {
  width: 100%;
  padding: 0 10px;
  max-width: none;
  margin-bottom: 20px
}

.article_colum .article_colum_header.report .desc .desc_inner {
  width: 100%;
  padding: 0 10px;
  max-width: none
}

.article_colum .article_colum_main .article_colum_index {
  padding: 0 10px;
  margin-bottom: 60px
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner {
  border: 2px solid #dedede;
  padding: 30px 30px 20px
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_ttl {
  display: block;
  margin-bottom: 15px
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_ttl p {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .12em;
  line-height: 1;
  color: #254679;
  font-weight: 700
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_list {
  width: 100%
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_list li {
  padding: 4px 0
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_list li a {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  color: #333
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_list li a:hover {
  color: #f67b4d
}

.article_colum .article_colum_main .article_colum_index .article_colum_index_inner .article_colum_index_list li a .num {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  color: #254679;
  margin-right: 10px;
  padding-left: 5px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_h2 {
  padding: 0 10px;
  margin: 40px 0 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_h2 span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  color: #254679;
  border-bottom: 2px solid #eaeaea
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_h3 {
  padding: 0 10px;
  margin: 30px 0 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  color: #254679;
  padding-left: 30px;
  position: relative
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_h3 span::before {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background-color: #eaeaea;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_img_01 {
  padding: 0 10px;
  margin: 0 0 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_img_02 {
  padding: 0;
  margin: 0 0 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_img_02_item {
  width: 50%;
  padding: 0 10px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_txt {
  padding: 0 10px;
  margin-bottom: 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_txt p {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: normal !important
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_video {
  padding: 0 10px;
  margin: 0 0 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_video .youtube_wp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_video .youtube_wp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_iframe {
  padding: 0 10px;
  margin: 0 0 20px
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_iframe iframe {
  width: 100%;
  max-width: none
}

.article_colum .article_colum_main .article_colum_main_sec .article_colum_link {
  padding: 0 10px;
  margin: 40px 0;
  text-align: center
}

.article_colum_banner {
  padding: 0 10px;
  margin: 60px 0
}

.article_colum_banner_in {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px
}

.article_colum_banner a {
  display: block
}

.article_colum_banner a:hover {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: .7
}

.article_colum_other {
  padding: 0 10px;
  margin: 40px 0 20px
}

.article_colum_other_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border: 2px solid #dedede
}

.article_colum_other_inner .img {
  width: 250px;
  height: 250px;
  background-position: center center
}

.article_colum_other_inner .txt_other {
  padding: 20px
}

.article_colum_other_inner .txt_other .ttl_other {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  color: #254679;
  position: relative
}

.article_colum_other_inner .txt_other .bt_wrap {
  margin-top: 20px
}

.sec_top01 .desc {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: .1em;
  text-align: center;
  color: #254679;
  margin-bottom: 15px
}

.sec_top01 .txt {
  width: 100%;
  max-width: 730px;
  text-align: center;
  line-height: 2;
  margin: 0 auto 35px
}

.sec_top01 .txt.mb0 {
  margin: 0 auto
}

.sec_top02 .content_wrap_inner .sec_top02_list {
  width: 100%;
  margin: 0
}

.sec_top02 .content_wrap_inner .sec_top02_list li {
  width: 33.333333%;
  max-width: 340px;
  padding: 0 10px
}

.sec_top02 .content_wrap_inner .sec_top02_list li .ttl_01 {
  display: block;
  margin: 0 auto 10px
}

.sec_top02 .content_wrap_inner .sec_top02_list li .ttl_01 .jp {
  display: block;
  text-align: center;
  margin-bottom: 0
}

.sec_top02 .content_wrap_inner .sec_top02_list li .ttl_01 .jp span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #fff
}

.sec_top02 .content_wrap_inner .sec_top02_list li .ttl_01 .en {
  display: block;
  text-align: center
}

.sec_top02 .content_wrap_inner .sec_top02_list li .ttl_01 .en span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .1em;
  color: #b8bdc9
}

.sec_top03 {
  text-align: center
}

.sec_top03 .ttl {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 30px;
  margin: 0 auto 30px;
  letter-spacing: .1em;
  line-height: 1.5
}

.sec_top03 .ttl::after,
.sec_top03 .ttl::before {
  width: 11px;
  background-color: #c7c7c7;
  position: absolute;
  margin-top: -1px;
  display: block;
  top: 50%;
  content: '';
  height: 2px
}

.sec_top03 .ttl span {
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #254679
}

.sec_top03 .ttl::before {
  left: 0
}

.sec_top03 .ttl::after {
  right: 0
}

.sec_top_insta {
  width: 100%;
  max-width: 1070px;
  padding: 0 7px;
  overflow: hidden
}

.sec_top_insta li {
  width: calc(100% / 6);
  float: left;
  padding: 3px
}

.sec_top_insta li a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-position: center center;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
}

.sec_top_insta li a:hover {
  opacity: .7
}

.sec_top_customer {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 10px
}

.sec_top_customer .customer {
  width: 100%;
  border: 2px solid #2a2a2a;
  background-color: #f9f9f5;
  padding: 8px
}

.sec_top_customer .customer_inner {
  width: 100%;
  border: 1px solid #2a2a2a;
  background-position: center center;
  background-image: url(../images/top/bg-cm.png);
  padding: 35px 10px;
  text-align: center
}

.sec_top_customer .customer_inner .ttl {
  display: block;
  margin: 0 auto;
  text-align: center
}

.sec_top_customer .customer_inner .ttl .en {
  display: block
}

.sec_top_customer .customer_inner .ttl .en span {
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #2a2a2a
}

.sec_top_customer .customer_inner .ttl .jp {
  display: block;
  margin-bottom: 25px
}

.sec_top_customer .customer_inner .ttl .jp span {
  letter-spacing: .1em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #525252
}

.sec_top_sns {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  overflow: hidden
}

.sec_top_sns .left,
.sec_top_sns .right {
  width: 50%;
  max-width: 495px
}

.sec_top_sns .left {
  float: left
}

.sec_top_sns .left .sns_btn {
  width: 100%;
  height: 90px;
  border: 2px solid #e0e0e0;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #fff;
}

.sec_top_sns .left .sns_btn a dt {
  width: 88px;
  height: 88px;
  float: left;
  border-right: 2px solid #e0e0e0;
  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_top_sns .left .sns_btn a dt i.fa-instagram {
  color: #bb1ee8;
  font-size: 28px;
  font-size: 2.8rem
}

.sec_top_sns .left .sns_btn a dt i.fa-facebook-f {
  color: #355baa;
  font-size: 28px;
  font-size: 2.8rem
}

.sec_top_sns .left .sns_btn a dt i.fa-youtube-square {
  color: #ff172d;
  font-size: 28px;
  font-size: 2.8rem
}

.sec_top_sns .left .sns_btn a dd {
  width: calc(100% - 88px);
  height: 88px;
  float: right;
  position: relative;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
  color: #254679
}

#bread #bread_inner ul li a:hover,
.sec_top_sns .left .sns_btn a:hover dd {
  color: #f67b4d
}

.sec_top_sns .left .sns_btn a dd::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #254679;
  border-right: 2px solid #254679;
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .4s;
  transition: .4s
}

.sec_top_sns .left .sns_btn a:hover dd::after {
  border-bottom: 2px solid #f67b4d;
  border-right: 2px solid #f67b4d;
  right: 40px
}

.sec_top_sns .right {
  float: right
}

#bread {
  width: 100%;
  background-color: #f8f8f8
}

#bread #bread_inner {
  width: 100%;
  max-width: 1070px;
  padding: 5px 10px;
  margin: 0 auto
}

#bread #bread_inner ul {
  width: 100%;
  text-align: left
}

#bread #bread_inner ul li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333
}

#bread #bread_inner ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333
}

.gallery_in_link {
  width: 100%;
  overflow: hidden
}

.gallery_in_link li {
  width: 25%;
  padding: 0 10px;
  float: left
}

.gallery_in_link li a {
  width: 100%;
  border: 2px solid #254679;
  border-radius: 3px;
  text-align: center;
  min-height: 70px;
  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;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: .4s;
  transition: .4s
}

.concept_hr_inner,
.concept_sec_inner,
.gallery_sec,
.line_wrap .content_wrap_inner .line_list_03 li dl dt {
  border-bottom: 2px solid #dedede
}

.gallery_in_link li a:hover {
  background-color: #254679;
  color: #fff
}

.gallery_sec {
  margin-bottom: 80px;
  padding-bottom: 80px !important
}

.gallery_cat_wrap {
  width: 100%;
  padding: 40px 10px;
  background-color: #fff;
  margin-bottom: 40px
}

.concept_hr,
.concept_sec {
  padding: 0 10px
}

.concept_sec_inner {
  margin-bottom: 80px;
  padding-bottom: 80px !important;
  text-align: center
}

.concept_sec_inner .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #254679;
  margin-bottom: 20px
}

.concept_sec_inner .desc {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2
}

.concept_hr {
  max-width: 1070px;
  margin: 0 auto
}

#hero_wrap_bottom {
  width: 100%;
  height: 400px;
  position: relative;
  background-position: center center
}

.concept_top .img_txt {
  width: 100%
}

.concept_top .img_txt .img_txt_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto
}

.concept_top .img_txt .img_txt_inner .img {
  width: 50%;
  height: 510px;
  background-position: center center
}

.concept_top .img_txt .img_txt_inner .img.left {
  float: left
}

.concept_top .img_txt .img_txt_inner .img.right {
  float: right
}

.concept_top .img_txt .img_txt_inner .img.vr_top {
  height: 630px
}

.concept_top .img_txt .img_txt_inner .txt {
  width: 50%;
  height: 510px
}

.concept_top .img_txt .img_txt_inner .txt.vr_top {
  height: 630px
}

.concept_top .img_txt .img_txt_inner .txt.vr_top .txt_inner {
  margin: 0 auto
}

.concept_top .img_txt .img_txt_inner .txt.left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.concept_top .img_txt .img_txt_inner .txt.right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.concept_top .img_txt .img_txt_inner .txt .txt_inner {
  width: 100%;
  max-width: 570px;
  padding: 0 45px;
  text-align: left
}

.concept_top .img_txt .img_txt_inner .txt .txt_inner .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #254679;
  line-height: 1;
  display: block;
  position: relative;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 26px;
  margin-bottom: 26px
}

.concept_top .img_txt .img_txt_inner .txt .txt_inner .ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #b3bcc9
}

.concept_top .img_txt .img_txt_inner .txt .txt_inner .desc {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2;
  margin-bottom: 26px
}

.concept_bottom .img_txt {
  width: 100%
}

.concept_bottom .img_txt .img_txt_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto
}

.concept_bottom .img_txt .img_txt_inner .img {
  width: 50%;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.concept_bottom .img_txt .img_txt_inner .img_inner {
  background-position: center center;
  width: 100%;
  height: 310px
}

.concept_bottom .img_txt .img_txt_inner .img.left {
  float: left;
  padding: 0 15px 0 10px
}

.concept_bottom .img_txt .img_txt_inner .img.right {
  float: right;
  padding: 0 10px 0 15px
}

.concept_bottom .img_txt .img_txt_inner .txt {
  width: 50%;
  height: 510px
}

.concept_bottom .img_txt .img_txt_inner .txt.left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px 0 10px
}

.concept_bottom .img_txt .img_txt_inner .txt.right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 45px
}

.concept_bottom .img_txt .img_txt_inner .txt .txt_inner {
  width: 100%;
  text-align: left
}

.concept_bottom .img_txt .img_txt_inner .txt .txt_inner .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #254679;
  line-height: 1.4;
  display: block;
  position: relative;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 26px;
  margin-bottom: 26px
}

.concept_bottom .img_txt .img_txt_inner .txt .txt_inner .ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #b3bcc9
}

.concept_bottom .img_txt .img_txt_inner .txt .txt_inner .desc {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2;
  margin-bottom: 26px
}

.concept_link_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto
}

.concept_link_inner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.concept_link_inner ul li {
  width: 50%;
  max-width: 505px;
  padding: 0 10px
}

.concept_link_inner ul li a {
  display: block;
  width: 100%;
  height: 90px;
  border: 3px solid #254679;
  color: #254679;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 84px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px
}

.concept_link_inner ul li a:hover {
  background-color: #254679;
  color: #fff
}

.concept_desc_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  text-align: center
}

.concept_desc_inner .ttl {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .1em;
  color: #254679;
  margin: 0 auto 10px
}

.concept_desc_inner .desc {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2
}

.vr_app_img {
  display: block;
  margin: 0 auto 40px;
  max-width: 482px;
  width: 90%
}

.estate_top {
  padding: 0 0 80px
}

.estate_top .estate_top_list {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.estate_top .estate_top_list li {
  width: 25%;
  padding: 0 10px
}

.estate_top .estate_top_list li .img {
  position: relative
}

.estate_top .estate_top_list li .desc {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #254679;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 10px 0 0
}

.estate_flow .estate_flow_list {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.estate_flow .estate_flow_list li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  counter-increment: countnum
}

.estate_flow .estate_flow_list li:nth-child(5),
.estate_flow .estate_flow_list li:nth-child(6),
.estate_flow .estate_flow_list li:nth-child(7),
.estate_flow .estate_flow_list li:nth-child(8) {
  margin-bottom: 0
}

.estate_flow .estate_flow_list li .img {
  position: relative
}

.estate_flow .estate_flow_list li .img::after {
  content: "0"counter(countnum);
  display: block;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #f67b4d;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1
}

.estate_flow .estate_flow_list li .desc {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #254679;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 10px 0 0
}

.vr_bottom .img_txt {
  width: 100%
}

.vr_bottom .img_txt .img_txt_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 0 50px
}

.vr_bottom .img_txt .img_txt_inner .img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vr_bottom .img_txt .img_txt_inner .img_inner {
  background-position: center center;
  width: 100%;
  height: 430px;
  overflow: hidden;
  position: relative
}

.vr_bottom .img_txt .img_txt_inner .img_inner img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.vr_bottom .img_txt .img_txt_inner .img.left {
  float: left;
  padding: 0 15px 0 10px
}

.vr_bottom .img_txt .img_txt_inner .img.right {
  float: right;
  padding: 0 10px 0 15px
}

.vr_bottom .img_txt .img_txt_inner .txt {
  width: 50%;
  min-height: 430px
}

.vr_bottom .img_txt .img_txt_inner .txt.left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px 0 10px
}

.vr_bottom .img_txt .img_txt_inner .txt.right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 45px
}

.vr_bottom .img_txt .img_txt_inner .txt .txt_inner {
  width: 100%;
  text-align: left
}

.vr_bottom .img_txt .img_txt_inner .txt .txt_inner .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #254679;
  line-height: 1.4;
  display: block;
  position: relative;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 26px;
  margin-bottom: 26px
}

.vr_bottom .img_txt .img_txt_inner .txt .txt_inner .ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #b3bcc9
}

.vr_bottom .img_txt .img_txt_inner .txt .txt_inner .desc {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2;
  margin-bottom: 26px
}

.vr_bottom_img {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background-position: center center
}

.story_bottom .img_txt {
  width: 100%
}

.story_bottom .img_txt .img_txt_inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 0 90px
}

.story_bottom .img_txt .img_txt_inner .img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.story_bottom .img_txt .img_txt_inner .img_inner {
  background-position: center center;
  width: 100%;
  height: 310px
}

.story_bottom .img_txt .img_txt_inner .img.left {
  float: left;
  padding: 0 15px 0 10px
}

.story_bottom .img_txt .img_txt_inner .img.right {
  float: right;
  padding: 0 10px 0 15px
}

.story_bottom .img_txt .img_txt_inner .txt {
  width: 50%;
  min-height: 310px
}

.story_bottom .img_txt .img_txt_inner .txt.left {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px 0 10px
}

.story_bottom .img_txt .img_txt_inner .txt.right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 45px
}

.story_bottom .img_txt .img_txt_inner .txt .txt_inner {
  width: 100%;
  text-align: left
}

.story_bottom .img_txt .img_txt_inner .txt .txt_inner .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #254679;
  line-height: 1.4;
  display: block;
  position: relative;
  letter-spacing: .1em;
  font-weight: 700;
  padding-bottom: 26px;
  margin-bottom: 26px
}

.story_bottom .img_txt .img_txt_inner .txt .txt_inner .ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #b3bcc9
}

.story_bottom .img_txt .img_txt_inner .txt .txt_inner .desc {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2;
  margin-bottom: 26px
}

.story_bg {
  display: block;
  height: 400px;
  background-position: 50% 50%;
  background-attachment: fixed;
  margin-bottom: 80px
}

.story_bg_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4)
}

.story_bg_inner .ttl {
  display: block;
  text-align: center
}

.story_bg_inner .ttl .jp {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .1em;
  display: block;
  font-weight: 700
}

.story_bg_inner .ttl .en {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  display: block
}

/* .company_table {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 14px 10px
}

.company_table::before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background-color: #254679;
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 10
}

.company_table dl {
  width: 100%;
  overflow: hidden;
  padding: 5px 0
}

.company_table dl dt {
  display: block;
  width: 150px;
  float: left;
  font-weight: 700;
  color: #254679
}

.company_table dl dd {
  display: block;
  width: calc(100% - 150px);
  float: right;
  padding: 0 40px
} */

.member_movie {
  max-width: 535px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.member_movie_item {
  padding: 10px;
  width: 50%
}

.member_movie_item.full_item {
  width: 100%
}

.member_movie_item_link {
  display: block;
  backface-visibility: hidden;
  cursor: pointer
}

.member_movie_item_link .article-image {
  position: relative;
  background: #fff;
  overflow: hidden
}

.member_movie_item_link .article-image figure .img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.member_movie_item_link .article-image figure::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: 200%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.member_movie_item_link .article-image::after,
.member_movie_item_link .article-image::before {
  position: absolute;
  top: 4%;
  right: 2.5%;
  bottom: 4%;
  left: 2.5%;
  z-index: 3;
  content: '';
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.member_movie_item_link .article-image::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1)
}

.member_movie_item_link .article-image::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0)
}

.member_movie_item_link .article-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100%
}

.member_movie_item_link .article-image .icon::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%)
}

.member_movie_item_link:hover .article-image figure .img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.member_movie_item_link:hover .article-image figure::after {
  opacity: 1
}

.member_movie_item_link:hover .article-image::after,
.member_movie_item_link:hover .article-image::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.member_movie_item_link:hover .article-image p {
  opacity: 1
}

.button_img_wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px
}

.button_img_wrap a {
  display: block;
  backface-visibility: hidden
}

.button_img_wrap a .name {
  width: 100%;
  padding-top: 5px;
  line-height: 1.4
}

.button_img_wrap a .article-image {
  position: relative;
  background: #fff;
  overflow: hidden
}

.button_img_wrap a .article-image figure .img {
  width: 100%;
  padding-bottom: 64.5%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.button_img_wrap a .article-image figure::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(246, 123, 77, .8);
  background-size: 200%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.button_img_wrap a .article-image .play {
  width: 80px;
  height: 80px;
  background-color: #c4302b;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%
}

.button_img_wrap a .article-image .play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -6px
}

.button_img_wrap a .article-image::after,
.button_img_wrap a .article-image::before {
  position: absolute;
  top: 4%;
  right: 2.5%;
  bottom: 4%;
  left: 2.5%;
  z-index: 3;
  content: '';
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.button_img_wrap a .article-image::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1)
}

.button_img_wrap a .article-image::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0)
}

.button_img_wrap a:hover .article-image figure .img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.button_img_wrap a:hover .article-image figure::after {
  opacity: 1
}

.button_img_wrap a:hover .article-image::after,
.button_img_wrap a:hover .article-image::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.button_img_wrap a:hover .article-image p {
  opacity: 1
}

.member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.member_list .article-item {
  padding: 10px;
  width: 25%
}

.member_list .article-item a {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.member_list .article-item a .name {
  width: 100%;
  padding-top: 5px;
  line-height: 1.4
}

.member_list .article-item a .article-image {
  position: relative;
  background: #fff;
  overflow: hidden
}

.member_list .article-item a .article-image figure .img {
  width: 100%;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.member_list .article-item a .article-image figure::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: 200%;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.bottom_recruit01 .img,
.great_map .img_wrap,
.history_cont .history_sec .history_desc .history_desc_inner .history_desc_img .img,
.member-item .img {
  background-size: cover;
  background-repeat: no-repeat
}

.member_list .article-item a .article-image::after,
.member_list .article-item a .article-image::before {
  position: absolute;
  top: 4%;
  right: 2.5%;
  bottom: 4%;
  left: 2.5%;
  z-index: 3;
  content: '';
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.member_list .article-item a .article-image::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1)
}

.member_list .article-item a .article-image::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0)
}

.member_list .article-item a .article-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .05em;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0
}

.member-item .member_desc dt,
.member-item .ttl .en,
.member-item .ttl .jp {
  letter-spacing: .1em;
  display: block;
  font-weight: 700
}

.member_list .article-item a:hover .article-image figure .img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.member_list .article-item a:hover .article-image figure::after {
  opacity: 1
}

.member_list .article-item a:hover .article-image::after,
.member_list .article-item a:hover .article-image::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.member_list .article-item a:hover .article-image p {
  opacity: 1
}

.member-item {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative
}

.member-item .img {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: 50% 50%;
  margin-bottom: 15px
}

.member-item .ttl {
  display: block;
  margin-bottom: 30px
}

.member-item .ttl .jp {
  font-size: 20px;
  font-size: 2rem;
  color: #254679
}

.member-item .ttl .en {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8a8a8a;
  line-height: 1.4
}

.member-item .member_desc {
  width: 100%
}

.member-item .member_desc dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #254679;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 7px
}

.member-item .member_desc dt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #b3bcc9
}

.member-item .member_desc dd {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .12em;
  line-height: 2;
  margin-bottom: 26px
}

.member-item .member_desc dd .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 20px
}

.member-item .member_desc dd .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.history_cont {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1070px;
  position: relative
}

.history_cont .history_line {
  display: block;
  width: 2px;
  height: 100%;
  background-color: #254679;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px
}

.history_cont .history_sec {
  position: relative;
  z-index: 10;
  padding: 0 10px
}

.history_cont .history_sec .history_date {
  width: 50%;
  color: #254679;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.history_cont .history_sec .history_date::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: block;
  background-color: #f67b4d;
  position: absolute;
  top: 50%;
  margin-top: -8px
}

.history_cont .history_sec .history_date.left {
  float: left;
  padding-right: 40px;
  left: 0;
  text-align: right
}

.history_cont .history_sec .history_date.left::before {
  right: -8px
}

.history_cont .history_sec .history_date.right {
  float: right;
  padding-left: 40px;
  right: 0;
  text-align: left
}

.history_cont .history_sec .history_date.right::before {
  left: -8px
}

.history_cont .history_sec .history_date p span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1
}

.history_cont .history_sec .history_desc {
  width: 50%;
  position: relative;
  overflow: hidden
}

.history_cont .history_sec .history_desc .history_desc_inner {
  width: 100%;
  background-color: #f8f8f8;
  position: relative
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_img {
  width: 145px;
  position: relative;
  height: auto;
  min-height: 170px
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_img .sp_date {
  display: none
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_img .img {
  width: 145px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 170px;
  background-position: 50% 50%
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .history_desc_txt_inner {
  padding: 30px 30px 0;
  margin-bottom: 15px
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .history_desc_txt_inner .history_desc_ttl {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.6;
  color: #254679
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .history_desc_txt_inner .history_desc_desc {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.6;
  color: #787878
}

.history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .button_wrap {
  float: right;
  padding-right: 30px
}

.history_cont .history_sec .history_desc.left {
  float: left;
  padding-right: 40px
}

.history_cont .history_sec .history_desc.left .history_desc_img {
  float: left;
  width: 145px
}

.history_cont .history_sec .history_desc.left .history_desc_txt {
  float: right;
  width: 100%;
  margin-left: -145px;
  padding-left: 145px
}

.history_cont .history_sec .history_desc.left .history_desc_inner::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 16px;
  border-color: transparent transparent transparent #f8f8f8;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -6px
}

.history_cont .history_sec .history_desc.right {
  float: right;
  padding-left: 40px
}

.history_cont .history_sec .history_desc.right .history_desc_img {
  float: right;
  width: 145px
}

.history_cont .history_sec .history_desc.right .history_desc_txt {
  float: left;
  width: 100%;
  margin-right: -145px;
  padding-right: 145px
}

.history_cont .history_sec .history_desc.right .history_desc_inner::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 16px 6px 0;
  border-color: transparent #f8f8f8 transparent transparent;
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -6px
}

.bottom_top01 .img {
  width: 50%;
  float: left
}

.bottom_top01 .txt {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 60px
}

.bottom_top01 .txt_inner {
  display: block;
  width: 100%;
  position: relative
}

.bottom_top01 .txt_inner .desc01 {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700
}

.bottom_top01 .txt_inner .desc02 {
  font-size: 22px;
  font-size: 2.2rem
}

.bottom_top02 .img {
  width: 50%;
  float: left
}

.bottom_top02 .txt,
.bottom_top02 .txt.right {
  float: right;
  padding-left: 60px
}

.bottom_top02 .txt {
  width: 50%;
  text-align: left
}

.bottom_top02 .txt .txt_inner {
  width: 100%;
  max-width: 530px;
  margin-top: 70px;
  padding-right: 10px
}

.bottom_top02 .txt .txt_inner .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px
}

.bottom_cont01 .img_txt_wrap {
  width: 100%;
  margin: 0;
  padding: 40px 0
}

.bottom_cont01 .img_txt {
  width: 100%
}

.bottom_cont01 .img_txt .img {
  width: 50%
}

.bottom_cont01 .img_txt .img.left {
  float: left
}

.bottom_cont01 .img_txt .img.right {
  float: right
}

.bottom_cont01 .img_txt .txt {
  width: 50%;
  text-align: left
}

.bottom_cont01 .img_txt .txt .txt_inner {
  width: 100%;
  max-width: 530px;
  margin-top: 70px
}

.bottom_cont01 .img_txt .txt .txt_inner .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px
}

.bottom_cont01 .img_txt .txt.left {
  float: left;
  padding-right: 60px
}

.bottom_cont01 .img_txt .txt.left .txt_inner {
  float: right
}

.bottom_cont01 .img_txt .txt.right {
  float: right;
  padding-left: 60px
}

.bottom_recruit_list {
  width: 100%
}

.bottom_recruit_list li {
  margin-top: 60px
}

.bottom_recruit_list li:first-child {
  margin-top: 0
}

.bottom_recruit01 .img {
  width: 100%;
  height: 340px;
  position: relative;
  background-position: center center;
  background-image: url(../images/recruit/bg-recruit.jpg);
  margin: 0 auto 30px
}

.bottom_recruit01 .img_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: relative
}

.bottom_recruit01 .img_inner .ttl {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center
}

.bottom_recruit01 .img_inner .ttl .en {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .1em
}

.bottom_recruit01 .img_inner .ttl .jp {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1
}

.bottom_recruit01 .txt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 0
}

.bottom_recruit01 .txt::before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background-color: #f67b4d;
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 10
}

.bottom_recruit01 .txt .dl_rec {
  width: 100%;
  overflow: hidden
}

.bottom_recruit01 .txt .dl_rec dt {
  display: block;
  width: 110px;
  float: left;
  font-weight: 700
}

.bottom_recruit01 .txt .dl_rec dd {
  display: block;
  width: calc(100% - 110px);
  float: right;
  padding: 0 40px
}

.nagare_wrap .content_wrap_inner {
  max-width: 1230px;
  padding: 0
}

.nagare_wrap .content_wrap_inner .ttl {
  display: block;
  width: calc(100% - 70px);
  overflow: hidden;
  position: relative;
  margin: 0 auto
}

.nagare_wrap .content_wrap_inner .ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f67b4d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px
}

.nagare_wrap .content_wrap_inner .ttl span {
  position: relative;
  z-index: 10;
  display: block;
  width: 170px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f67b4d
}

.nagare_wrap .content_wrap_inner .list {
  width: 100%;
  overflow: hidden
}

.nagare_wrap .content_wrap_inner .list li {
  width: 33.333333%;
  float: left;
  padding: 0 35px;
  text-align: center;
  margin-top: 40px;
  position: relative
}

.nagare_wrap .content_wrap_inner .list li .img {
  display: block;
  margin-bottom: 14px;
  position: relative
}

.nagare_wrap .content_wrap_inner .list li .img::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #f67b4d;
  border-right: 2px solid #f67b4d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -12px
}

.nagare_wrap .content_wrap_inner .list li:nth-child(3) .img::after,
.nagare_wrap .content_wrap_inner .list li:nth-child(6) .img::after {
  content: none;
  display: none
}

.nagare_wrap .content_wrap_inner .list li span {
  display: block;
  line-height: 1;
  color: #f67b4d;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .08em;
  margin-bottom: 10px
}

.nagare_wrap .content_wrap_inner .list li p {
  font-size: 14px;
  font-size: 1.4rem
}

.bottom_recruit_form {
  max-width: 1020px;
  margin: 0 auto
}

.bottom_recruit_form dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px
}

.bottom_recruit_form dl.last {
  margin-bottom: 70px
}

.bottom_recruit_form dl dt {
  display: block;
  width: 150px;
  float: left;
  font-weight: 700
}

.bottom_recruit_form dl dt span {
  color: red;
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  font-size: 1.1rem
}

.bottom_recruit_form dl dd {
  display: block;
  width: 700px;
  float: left;
  font-weight: 700
}

.bottom_recruit_form dl dd .error_blank {
  color: #fc0202
}

.bottom_recruit_form dl dd span.wpcf7-list-item {
  display: inline-block !important;
  margin: 0 !important
}

.bottom_recruit_form dl dd span.wpcf7-list-item-label {
  font-weight: 700
}

.bottom_recruit_form p {
  text-align: center
}

.bottom_recruit_form .recruit_form input,
.bottom_recruit_form .recruit_form textarea {
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-appearance: none
}

.bottom_recruit_form .recruit_form input {
  max-width: 700px !important;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  min-height: 30px
}

.bottom_recruit_form .recruit_form.check input {
  width: auto
}

.bottom_recruit_form .recruit_form.check label span {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px
}

.bottom_recruit_form .recruit_form.yubin_wrap dd .your-yubin {
  display: inline-block !important;
  width: 220px;
  margin-left: 10px
}

.bottom_recruit_form .recruit_form.age_wrap dd .your-age {
  display: inline-block !important;
  width: 100px;
  margin-right: 10px
}

.bottom_recruit_form .recruit_form textarea {
  max-width: 700px !important;
  min-height: 300px !important;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3
}

.bottom_recruit_form #form_submit input {
  color: #fff;
  width: 180px;
  height: 36px !important;
  line-height: 34px;
  background-color: #f67b4d !important;
  border: 1px solid #f67b4d;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  -moz-transform: all .4s;
  transition: all .4s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0 !important
}

.company_list li,
.side_cat li {
  border-bottom: 1px dotted #222
}

.bottom_recruit_form #form_submit input:hover {
  background-color: #fff !important;
  color: #f67b4d !important
}

.company_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}

.company_list li {
  overflow: hidden
}

.company_list li.border_none {
  border-bottom: none
}

.company_list li dl {
  overflow: hidden
}

.company_list li dl dt {
  display: block;
  width: 160px;
  text-align: left;
  float: left;
  padding: 3px 0 3px 20px;
  font-weight: 700
}

.company_list li dl dt span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1
}

.company_list li dl dd {
  display: block;
  width: calc(100% - 160px);
  float: right;
  text-align: left;
  padding: 3px 10px 3px 40px;
  overflow: hidden
}

.company_list li dl dd .w_50 {
  display: block;
  width: 50%;
  float: left
}

.company_addr dl {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center
}

.company_addr dl dt {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700
}

.company_addr dl dd {
  display: block
}

#map {
  width: 100%;
  height: 360px
}

.bottom_single .img {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 30px
}

.bottom_single .txt {
  width: 100%;
  max-width: 740px;
  margin: 30px auto 40px
}

.bottom_single .txt .sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: 700
}

.bottom_single .txt .desc {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.gallery_wrap .content_wrap_inner {
  padding: 0
}

.gallery_wrap .content_wrap_inner ul {
  width: 100%
}

.gallery_wrap .content_wrap_inner ul li {
  width: 33.333333%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
  position: relative;
  z-index: 0
}

.gallery_wrap .content_wrap_inner ul li img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s
}

.gallery_wrap .content_wrap_inner ul li:hover {
  z-index: 10
}

.gallery_wrap .content_wrap_inner ul li:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5)
}

.blog_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 55px;
  padding: 0;
  overflow: hidden
}

.blog_wrap .list {
  width: 100%;
  padding: 0 19px;
  margin-bottom: 50px
}

.blog_wrap .list li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  margin-bottom: 10px
}

.blog_wrap .list li a {
  display: block
}

.blog_wrap .list li a dl dt {
  width: 100%;
  margin-bottom: 5px
}

.blog_wrap .list li a dl dt .post-data-date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-right: 10px;
  line-height: 1.6
}

.blog_wrap .list li a dl dt .post-data-cat {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #254679;
  padding: 0 10px;
  line-height: 1.6
}

.blog_wrap .list li a dl dd {
  display: block;
  position: relative;
  color: #222;
  transition: all .3s;
  padding-right: 40px
}

.blog_wrap .list li a dl dd.pdf::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: -15px;
  font-size: 30px;
  font-size: 3rem
}

.blog_wrap .list li a:hover dd {
  color: #d70c18
}

#side .side_posts {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  color: #222
}

#side .side_posts h3 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 13px;
  position: relative;
  text-align: left
}

#side .side_posts h3::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #222;
  bottom: 0;
  left: 0
}

#side .side_posts h3 .side_title_en {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 9px
}

#side .side_posts h3 .side_title_jp {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem
}

.side_cat li,
.side_cat li a {
  width: 100%;
  line-height: 40px;
  font-size: 14px
}

.side_cat {
  width: 100%;
  position: relative
}

.side_cat li {
  height: 41px;
  font-size: 1.4rem
}

.side_cat li:first-child {
  height: 42px;
  border-top: 1px dotted #222
}

.side_cat li a {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 5px;
  font-size: 1.4rem;
  -webkit-transform: all .4s;
  -moz-transform: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #222
}

.side_cat li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -4px;
  -webkit-transform: all .2s;
  -moz-transform: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s
}

.side_cat li a:hover {
  background-color: #f7f7f7;
  color: #222
}

.side_cat li a:hover::after {
  right: 7px
}

.post-nav {
  width: 100%;
  max-width: 908px;
  padding: 0 10px;
  margin: 0 auto 140px
}

.post_single .post_header,
.post_single .post_header .post_data {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%
}

.post_single {
  width: 100%;
  float: left;
  padding: 0 10px;
  overflow: hidden;
  text-align: left
}

.post_single .post_header {
  display: block
}

.post_single .post_header .post_data_date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem
}

.post_single .post_header .post_data {
  display: block;
  font-size: 0
}

.post_single .post_header .post_data li {
  display: inline-block;
  margin-right: 10px;
  line-height: 25px
}

.post_single .post_header .post_data .post_data_cat {
  font-size: 0
}

.post_single .post_header .post_data .post_data_cat a {
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #d6d6d6;
  color: #2a2a2a;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1.2
}

.post_single .post_header .post_data .post_data_cat a:hover {
  background-color: #f67b4d;
  color: #fff
}

.post_single .post_header .post_data .post_data_auth {
  font-size: 12px;
  font-size: 1.2rem
}

.post_single .post_header .post_data .post_data_date {
  font-size: 14px;
  font-size: 1.4rem
}

.post_single .post_header h1 {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #254679
}

.post_contents_wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px
}

.post_contents_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px
}

.post_contents_wrap pre {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  white-space: normal !important
}

.post_contents_wrap p strong {
  font-weight: 700
}

.post_contents_wrap h2,
.post_contents_wrap h3,
.post_contents_wrap h4,
.post_contents_wrap h5 {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  margin: 63px 0 20px
}

.post_contents_wrap h2 {
  border-left: 5px solid #222;
  padding: 0 15px
}

.post_contents_wrap h3 {
  background-color: #eaeaea;
  padding: 0 20px;
  border-radius: 3px
}

.post_contents_wrap h4 {
  border-bottom: 1px solid #222
}

.post_contents_wrap img {
  margin: 0 0 20px
}

.post_contents_wrap a {
  color: #f67b4d
}

.post_contents_wrap a:hover {
  color: #254679;
  text-decoration: underline
}

.post_contents_wrap video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto
}

.post_contents_wrap .youtube_wp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px
}

.post_contents_wrap .youtube_wp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

iframe {
  width: 100%;
  max-width: none;
  margin: 0 0 20px
}

.single-nav {
  width: 100%;
  display: block;
  margin: 0 auto 140px;
  padding: 23px 0 0;
  overflow: hidden
}

.single-nav a:hover {
  color: #e5c687
}

.single-nav .prev {
  display: block;
  float: left
}

.single-nav .next {
  display: block;
  float: right
}

.company_table.great_map_table {
  display: none
}

.great_map {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 80px auto 0
}

.great_map .img_wrap {
  width: 100%;
  height: 0;
  padding-bottom: 70.665083%;
  background-position: center center;
  background-image: url(../images/company/map-pc.png);
  position: relative
}

.great_map .img_wrap .map_btn {
  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;
  width: 35px;
  height: 35px;
  border: 2px solid #222;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 100%;
  color: #222;
  position: absolute;
  letter-spacing: 0
}

.great_map .img_wrap .map_btn::before {
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  top: -2px;
  width: 35px;
  height: 35px;
  border: 1px solid #222;
  border-radius: 100%;
  -webkit-animation: zoom_border 1.5s infinite;
  animation: zoom_border 1.5s infinite
}

.great_map .img_wrap .map_btn_01 {
  top: 33px;
  left: 317px
}

.great_map .img_wrap .map_btn_02 {
  top: 133px;
  left: 518px
}

.great_map .img_wrap .map_btn_03 {
  top: 196px;
  left: 285px
}

.great_map .img_wrap .map_btn_04 {
  top: 260px;
  left: 505px
}

.great_map .img_wrap .map_btn_05 {
  top: 379px;
  left: 427px;
  color: #E83828;
  border: 2px solid #E83828
}

.great_map .img_wrap .map_btn_06 {
  top: 219px;
  left: 206px
}

.great_map .img_wrap .map_btn_07 {
  top: 280px;
  left: 122px
}

.great_map .img_wrap .map_btn:hover {
  border: 2px solid #f67b4d;
  color: #fff;
  background-color: #f67b4d
}

.great_map .img_wrap .map_btn:hover::before {
  border: 1px solid #f67b4d
}

@-webkit-keyframes zoom_border {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2)
  }
}

@keyframes zoom_border {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }

  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2)
  }
}

.sdgs_wrap {
  display: block;
  width: 100%;
  max-width: 730px;
  margin: 0 auto
}

.sdgs_wrap_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #254679
}

.sdgs_wrap_dl dt {
  width: 150px
}

.sdgs_wrap_dl dt img {
  width: 150px;
  margin: 0 auto
}

.sdgs_wrap_dl dd {
  width: calc(100% - 150px);
  padding-left: 30px
}

#sp_footer {
  display: none;
  transition: all .3s
}

#pc_contact {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100px;
  position: fixed;
  z-index: 10000;
  bottom: 10%;
  right: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

#pc_contact.view {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

#pc_contact a {
  display: block;
  -webkit-transform: opacity .8s;
  -moz-transform: opacity .8s;
  -webkit-transition: opacity .8s;
  transition: opacity .8s
}

#pc_contact a:hover {
  -webkit-animation: fluffy1 3s ease infinite;
  animation: fluffy1 3s ease infinite;
  opacity: .7
}

@-webkit-keyframes fluffy1 {

  0%,
  10%,
  100%,
  25%,
  5%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20%,
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes fluffy1 {

  0%,
  10%,
  100%,
  25%,
  5%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20%,
  30% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

.line_img {
  width: 100%;
  max-width: 690px;
  margin: 60px auto 0
}

.line_wrap.line_wrap_01 {
  padding: 0 0 80px
}

.line_wrap .green {
  color: #00b900
}

.line_wrap .content_wrap_inner .line_list_01 li dl dt,
.line_wrap .ttl_01,
.line_wrap .ttl_02 {
  color: #254679;
  letter-spacing: .1em;
  text-align: center
}

.line_wrap .ttl_01 {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
  margin-bottom: 65px
}

.line_wrap .ttl_01 .img {
  width: 70px;
  margin: 0 auto 20px
}

.line_wrap .ttl_01 .min {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  text-align: center;
  margin-bottom: 10px
}

.line_wrap .ttl_02 {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
  margin-bottom: 65px
}

.line_wrap .content_wrap_inner {
  max-width: 1070px
}

.line_wrap .content_wrap_inner .line_list_01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  margin: 0 auto 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.line_wrap .content_wrap_inner .line_list_01 li {
  width: calc(50% - 10px);
  padding: 70px 10px 40px
}

.line_wrap .content_wrap_inner .line_list_01 li dl dt {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  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;
  gap: 0 10px;
  padding-bottom: 30px;
  margin-bottom: 30px
}

.line_wrap .content_wrap_inner .line_list_01 li dl dt::before {
  content: '';
  width: 30px;
  height: 4px;
  background-color: #254679;
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -15px
}

.line_wrap .content_wrap_inner .line_list_01 li dl dt img {
  width: 25px
}

.line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in .phone {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #f67b4d;
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
  display: block
}

.line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in .phone::before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 29px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/line/icon-tel.png);
  margin-right: 16px
}

.line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in .desc {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 10px
}

.line_wrap .content_wrap_inner .line_list_01 li .line_dl dd .dd_in {
  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;
  gap: 0 30px
}

.line_wrap .content_wrap_inner .line_list_01 li .line_dl dd .dd_in .desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center
}

.line_wrap .content_wrap_inner .line_list_01 li .line_dl dd .dd_in .qr {
  width: 150px
}

.line_wrap .content_wrap_inner .line_list_01 li .line_dl dd .dd_in .qr a {
  display: block
}

.line_wrap .content_wrap_inner .line_list_02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  margin: 0 auto;
  max-width: 900px
}

.line_wrap .content_wrap_inner .line_list_03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px
}

.line_wrap .content_wrap_inner .line_list_03 li {
  width: calc(calc(100% - 40px)/ 3);
  max-width: 310px
}

.line_wrap .content_wrap_inner .line_list_03 li dl dt {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #254679;
  position: relative;
  line-height: 1.6
}

.ability_top .ability_top_dl dd .ability_top_ul li a:hover,
.ability_top .ability_top_dl dt {
  color: #fff;
  background-color: #254679
}

.line_wrap .content_wrap_inner .line_list_03 li dl dd a,
.line_wrap .content_wrap_inner .line_list_03 li dl dt .en {
  display: block
}

.ability_top {
  width: calc(100% - 40px);
  max-width: 1050px;
  padding: 0
}

.ability_top .ability_top_dl {
  position: relative;
  width: 100%;
  margin: 60px auto 0
}

.ability_top .ability_top_dl:nth-of-type(1) {
  margin: 0 auto
}

.ability_top .ability_top_dl dt {
  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;
  width: 158px;
  height: 42px;
  border-radius: 21px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 700;
  margin: 0 auto 30px
}

.ability_top .ability_top_dl dd {
  width: 100%
}

.ability_top .ability_top_dl dd .ability_top_ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

.ability_top .ability_top_dl dd .ability_top_ul li {
  width: calc(calc(100% - 80px)/ 5)
}

.ability_top .ability_top_dl dd .ability_top_ul li a {
  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;
  height: 130px;
  border: 2px solid #254679;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 45px
}

.ability_top .ability_top_dl dd .ability_top_ul li a .txt {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: .12em;
  line-height: 1.75
}

.ability_top .ability_top_dl dd .ability_top_ul li a .circle {
  width: 28px;
  height: 28px;
  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;
  border: 1px solid #f67b4d;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 17px;
  left: 50%;
  margin-left: -14px
}

.ability_top .ability_top_dl dd .ability_top_ul li a .circle::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #f67b4d;
  border-right: 2px solid #f67b4d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px
}

.ability_bottom {
  margin: 110px auto 0;
  padding: 0 0 110px
}

.ability_bottom.ability_bottom-first {
  padding: 0
}

.ability_bottom .ability_bottom_ttl {
  width: calc(100% - 40px);
  max-width: 1050px;
  height: 150px;
  position: relative;
  margin: 0 auto 80px
}

.ability_bottom .ability_bottom_ttl .txt {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  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;
  color: #254679;
  font-size: 3rem;
  letter-spacing: .1em;
  font-weight: 700;
  border-top: 1px solid #254679;
  border-bottom: 1px solid #254679
}

.ability_bottom .ability_bottom_ttl .txt.orange {
  color: #f67b4d;
  border-top: 1px solid #f67b4d;
  border-bottom: 1px solid #f67b4d
}

.ability_bottom .ability_bottom_ttl+.ability_bottom_sec_ttl {
  margin: 0 auto 80px
}

.ability_bottom .ability_bottom_sec_ttl {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1050px;
  height: 120px;
  background-color: #254679;
  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;
  margin: 80px auto;
  gap: 50px
}

.ability_bottom .ability_bottom_sec_ttl .img {
  height: 70px
}

.ability_bottom .ability_bottom_sec_ttl .img img {
  width: auto;
  height: 100%
}

.ability_bottom .ability_bottom_sec_ttl .txt {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 2.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #fff
}

.ability_bottom .ability_bottom_sec_ttl .txt br {
  display: none
}

.ability_bottom .ability_bottom_sec_img_txt {
  width: calc(100% - 40px);
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0
}

.ability_bottom .ability_bottom_sec_img_txt.rev_img_txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.ability_bottom .ability_bottom_sec_img_txt .img {
  width: 50%
}

.ability_bottom .ability_bottom_sec_img_txt .txt {
  width: calc(50% - 40px)
}

.ability_bottom .ability_bottom_sec_img_txt .txt .txt_in {
  display: block
}

.ability_bottom .ability_bottom_sec_img_txt .txt .txt_in .ttl {
  font-size: 2.2rem;
  letter-spacing: .1em;
  line-height: 1.75;
  font-weight: 700;
  color: #254679;
  display: block;
  margin-bottom: 10px
}

.ability_bottom .ability_bottom_sec_img_txt .txt .txt_in .desc {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 2.4
}

.ability_bottom .ability_bottom_sec_ttl_h4 {
  width: calc(100% - 40px);
  max-width: 1050px;
  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;
  margin: 80px auto 0;
  background-color: #e1e1e1;
  font-size: 1.8rem;
  letter-spacing: .12em;
  font-weight: 700;
  color: #254679;
  border-radius: 20px;
  padding: 10px
}

.ability_bottom .ability_bottom_sec_img_list {
  width: calc(100% - 40px);
  max-width: 1050px;
  margin: 40px auto 0
}

.ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li figure {
  text-align: center
}

.ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li figure img {
  border: 1px solid #dedede
}

.ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li figure figcaption {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #254679
}

.ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li figure p {
  font-size: 1.4rem;
  letter-spacing: .1em
}

.ability_bottom .ability_bottom_sec_img_point {
  width: calc(100% - 40px);
  max-width: 820px;
  margin: 60px auto 0;
  padding: 50px 20px 30px;
  background-color: #f5f5f5;
  border-radius: 40px;
  position: relative
}

.ability_bottom .ability_bottom_sec_img_point::before {
  content: 'POINT';
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif
}

.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl {
  position: relative;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  z-index: 20
}

.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl dt {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 700;
  color: #254679;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 10px;
  position: relative
}

.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl dt::after,
.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl dt::before {
  content: '';
  width: 42px;
  height: 1px;
  background-color: #254679;
  position: absolute;
  top: 50%
}

.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl dt::before {
  left: -60px
}

.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl dt::after {
  right: -60px
}

.ability_bottom .ability_bottom_sec_img_point .ability_bottom_sec_img_point_dl dd {
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 2.4;
  text-align: center
}

@media screen and (min-width:1025px) {
  html {
    width: 100%
  }

  #nav_wrap {
    display: none !important
  }
}

@media screen and (max-width:1024px) {
  html {
    width: 100%
  }

  .vr_button_wrap {
    display: block;
    max-width: none
  }

  .vr_button_wrap .button {
    display: block;
    width: 220px
  }

  #wrapper_bg_youtube {
    display: none
  }

  #header .header_top_inner .top_h1 {
    top: -15px;
    height: 30px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }

  #header .header_bottom,
  #header .header_inner .header_nav,
  #header .header_middle_nav li .header_btn,
  #header .header_top_inner .nav {
    display: none
  }

  #header .header_middle {
    padding: 10px 0
  }

  #header .header_middle .logo {
    width: 100px
  }

  #header .header_middle_nav li .tell {
    margin-top: 0;
    margin-right: 35px
  }

  #header .header_bottom .header_nav>li {
    padding: 0 20px
  }

  #menu-trigger {
    display: inline-block
  }

  #footer .footer_middle .footer_middle_inner {
    max-width: 768px
  }

  #footer .footer_middle .footer_middle_inner .nav .footer_nav {
    display: block;
    width: 50%
  }

  #footer .footer_middle .footer_middle_inner .area .area_wrap>dt {
    width: 100%;
    margin-bottom: 20px
  }

  #footer .footer_middle .footer_middle_inner .area .area_wrap>dd {
    width: 100%
  }

  #footer .footer_bottom .footer_bottom_inner {
    max-width: 768px;
    display: block
  }

  #footer .footer_bottom .footer_bottom_inner:after,
  #footer .footer_bottom .footer_bottom_inner:before {
    content: none;
    display: none
  }

  #footer .footer_bottom .logo {
    margin: 0 auto 20px;
    display: block
  }

  #footer .footer_bottom .addr {
    margin: 0 auto 20px;
    display: block;
    text-align: center
  }

  #footer .footer_bottom .tell {
    margin: 0 auto 40px;
    display: block;
    text-align: center
  }

  #footer .footer_bottom .sns {
    margin: 0 auto;
    display: block;
    text-align: center
  }

  #footer .footer_bottom .sns i {
    margin: 0 20px
  }

  .article_wrap_inner #main {
    width: 100%;
    float: none;
    margin: 0 auto
  }

  .article_wrap_inner #side {
    width: 100%;
    max-width: 780px;
    float: none;
    margin: 10px auto 0;
    padding: 0 10px
  }

  .article-list {
    max-width: 768px;
    margin: 20px auto
  }

  .article-list.article-list-col-3 .article-item {
    width: 50%
  }

  .article-list.article-list-col-3.w_30 .article-item {
    width: 50%;
    margin-bottom: 20px
  }

  .article-list.article-list-col-4 .article-item {
    width: 50%
  }

  .sec_top02 .content_wrap_inner .sec_top02_list {
    max-width: 768px;
    margin: 0 auto
  }

  .estate_flow .estate_flow_list li:nth-child(5),
  .estate_flow .estate_flow_list li:nth-child(6),
  .estate_top .estate_top_list li .desc:nth-child(1),
  .estate_top .estate_top_list li .desc:nth-child(2),
  .sec_top_sns .left {
    margin-bottom: 20px
  }

  .sec_top02 .content_wrap_inner .sec_top02_list li {
    width: 50%
  }

  .sec_top_sns {
    max-width: 768px
  }

  .sec_top_sns .left,
  .sec_top_sns .right {
    width: 100%;
    max-width: none
  }

  .estate_flow .estate_flow_list li,
  .estate_top .estate_top_list li {
    width: 50%
  }

  .estate_flow .estate_flow_list,
  .estate_top .estate_top_list {
    max-width: 768px
  }

  .sec_top_sns .right {
    text-align: center
  }

  #hero_wrap_bottom {
    height: 200px
  }

  .story_bg {
    background-attachment: inherit
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_img .img {
    width: 200px;
    height: 250px;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt {
    padding: 30px !important
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .button_wrap,
  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .history_desc_txt_inner {
    padding: 0
  }

  .history_cont .history_sec .history_desc.left .history_desc_img {
    width: 100%;
    padding: 20px 10px 0
  }

  .history_cont .history_sec .history_desc.left .history_desc_txt {
    margin-left: 0;
    padding-left: 0
  }

  .history_cont .history_sec .history_desc.right .history_desc_img {
    width: 100%;
    padding: 20px 10px 0
  }

  .history_cont .history_sec .history_desc.right .history_desc_txt {
    margin-right: 0;
    padding-right: 0
  }

  .bottom_cont01 .img_txt .txt .txt_inner,
  .bottom_top02 .txt .txt_inner {
    margin-top: 30px
  }

  #sp_footer {
    width: 100%;
    height: 40px;
    display: block;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0
  }

  #sp_footer a {
    width: 50%;
    height: 40px;
    float: left;
    display: block;
    text-align: center;
    line-height: 40px
  }

  #sp_footer a.phone_foot {
    background-color: #5e65f2;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff
  }

  #sp_footer a.phone_foot.new_bg01 {
    background-color: #254679
  }

  #sp_footer a.phone_foot i {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: -1px;
    vertical-align: middle
  }

  #sp_footer a.access_foot {
    background-color: #03e39c;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff
  }

  #sp_footer a.access_foot.new_bg02 {
    background-color: #777878
  }

  #sp_footer a.access_foot i {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: -5px;
    vertical-align: middle
  }

  .ability_bottom .ability_bottom_sec_img_txt {
    display: block;
    max-width: 600px
  }

  .ability_bottom .ability_bottom_sec_img_txt .img {
    width: 100%;
    margin-bottom: 20px
  }

  .ability_bottom .ability_bottom_sec_img_txt .txt {
    width: 100%
  }

  .ability_bottom .ability_bottom_sec_img_txt .txt .txt_in .ttl {
    font-size: 1.8rem
  }

  .ability_bottom .ability_bottom_sec_img_list {
    max-width: 600px
  }

  .ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul:has(>:nth-child(4)) li {
    width: calc(50% - 10px) !important
  }

  .ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li {
    width: 100%
  }
}

@media screen and (max-width:800px) {
  html {
    width: 100%
  }

  #form_box .se_box ul li p:last-child,
  #form_box .se_box ul li:nth-child(2n+1) {
    width: auto
  }

  #form_box .se_box ul li {
    float: none;
    width: auto
  }

  #page34 #toiawase_pg {
    padding: 0 15px
  }

  #siryo_btm .inner1 {
    padding-top: 30px
  }

  #siryo_btm table td {
    display: block;
    width: auto
  }

  #siryo_btm table img {
    margin: auto;
    display: block
  }

  #siryo_btm .inner1 ul {
    margin-top: 20px
  }

  #siryo_btm .inner1 li,
  #siryo_btm .inner1 li:after,
  #siryo_btm .inner1 li:before {
    background-size: cover
  }

  .mfp_element_back,
  .mfp_element_button,
  .mfp_element_reset,
  .mfp_element_submit {
    padding: 15px
  }

  table#mfp_confirm_table tr th {
    white-space: normal;
    width: 40%
  }

  table#mfp_confirm_table tr td,
  table#mfp_confirm_table tr th {
    text-align: left;
    font-size: 14px;
    padding: 10px 15px
  }

  .slider_wrap .swiper-container {
    width: 100%;
    height: 57.2vw
  }

  .slider_wrap .swiper-container .swiper-slide .swiper-bg,
  .slider_wrap .swiper-container .swiper-slide img {
    opacity: 1
  }

  .slider_wrap .swiper-button-prev,
  .slider_wrap .swiper-container-rtl .swiper-button-next {
    left: 0
  }

  .slider_wrap .swiper-button-next,
  .slider_wrap .swiper-container-rtl .swiper-button-prev {
    right: 0
  }
}

@media screen and (max-width:768px) {

  .col-2 .col-item,
  html {
    width: 100%
  }

  .width_m505 {
    max-width: none
  }

  .mb_sp_40 {
    margin: 0 auto 40px
  }

  .mb_60_pc {
    margin-bottom: 60px
  }

  .sp_view_2_item .article-item {
    display: none
  }

  .sp_view_2_item .article-item:nth-of-type(1),
  .sp_view_2_item .article-item:nth-of-type(2) {
    display: block
  }

  .content_wrap {
    padding: 40px 0
  }

  .content_wrap.pd_150 {
    padding: 50px 0 30px
  }

  .content_wrap.pd_120 {
    padding: 50px 0
  }

  #header .header_middle_nav li .tell {
    display: none
  }

  .article_gallery .article_gallery_header .desc .thum {
    width: 100%;
    max-width: none;
    margin-bottom: 10px
  }

  .article_gallery .article_gallery_header .desc .desc_inner {
    width: 100%;
    max-width: none
  }

  .article_sns .face_like {
    height: 150px
  }

  .article_sns .face_like .right .ttl,
  .article_sns .face_like .right .ttl span {
    font-size: 12px;
    font-size: 1.2rem
  }

  .article_sns .face_like .right .desc {
    font-size: 10px;
    font-size: 1rem
  }

  .contact_wrap {
    height: auto;
    padding: 20px 0
  }

  .contact_wrap .content_wrap_inner .txt {
    width: 100%;
    height: auto;
    margin-top: 0
  }

  .contact_wrap .content_wrap_inner .txt_inner {
    padding: 0 10px 40px
  }

  .contact_wrap .content_wrap_inner .img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto
  }

  .tel_contact .tel_contact_inner dt {
    width: 100%;
    height: 50px;
    border-right: none
  }

  .tel_contact .tel_contact_inner dd {
    width: 100%;
    height: 80px
  }

  .article_colum_banner {
    margin: 40px 0
  }

  .article_colum_other_inner {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
  }

  .article_colum_other_inner .img {
    display: block;
    width: 100%;
    padding-top: 100%
  }

  .article_colum_other_inner .txt_other {
    padding: 20px 0
  }

  .article_colum_other_inner .txt_other .bt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sec_top01 .desc {
    font-size: 26px;
    font-size: 2.6rem
  }

  .sec_top_insta li {
    width: calc(100% / 3)
  }

  .gallery_in_link li {
    width: 50%;
    margin-bottom: 20px
  }

  .concept_top .img_txt .img_txt_inner .img {
    width: 100%;
    height: 300px
  }

  .concept_top .img_txt .img_txt_inner .img.vr_top {
    height: 0;
    padding-bottom: 100%
  }

  .concept_top .img_txt .img_txt_inner .txt {
    width: 100%;
    height: auto !important;
    padding: 30px 10px
  }

  .concept_top .img_txt .img_txt_inner .txt .txt_inner {
    width: 100%
  }

  .concept_bottom .img_txt .img_txt_inner .img {
    width: 100%;
    height: 300px;
    padding: 0 !important
  }

  .concept_bottom .img_txt .img_txt_inner .txt {
    width: 100%;
    height: auto;
    padding: 30px 10px !important
  }

  .concept_desc_inner .ttl {
    font-size: 24px;
    font-size: 2.4rem
  }

  .vr_bottom .img_txt .img_txt_inner {
    padding: 0
  }

  .vr_bottom .img_txt .img_txt_inner .img {
    display: block;
    width: 100%;
    padding: 0 !important
  }

  .vr_bottom .img_txt .img_txt_inner .txt {
    display: block;
    width: 100%;
    min-height: inherit;
    padding: 30px 10px !important
  }

  .story_bottom .img_txt .img_txt_inner {
    padding: 0
  }

  .story_bottom .img_txt .img_txt_inner .img {
    display: block;
    width: 100%;
    padding: 0 !important
  }

  .story_bottom .img_txt .img_txt_inner .txt {
    display: block;
    width: 100%;
    min-height: inherit;
    padding: 30px 10px !important
  }

  .company_table::before {
    content: none;
    display: none
  }

  .company_table dl dt {
    width: 100%;
    border-bottom: 2px solid #254679;
    padding-bottom: 10px;
    margin-bottom: 10px
  }

  .company_table dl dd {
    width: 100%;
    padding: 0
  }

  .button_img_wrap a .name {
    font-size: 10px;
    font-size: 1rem
  }

  .member_list .article-item {
    width: 33.333333%
  }

  .gallery_wrap .content_wrap_inner ul li,
  .nagare_wrap .content_wrap_inner .list li {
    width: 50%
  }

  .member_list .article-item a .name {
    font-size: 10px;
    font-size: 1rem
  }

  .bottom_top01 .txt {
    padding-left: 20px
  }

  .bottom_top02 .txt {
    padding-left: 10px
  }

  .bottom_top02 .txt .txt_inner {
    margin-top: 10px;
    padding: 0 10px;
    max-width: none
  }

  .bottom_cont01 .img_txt .txt.right,
  .bottom_top02 .txt.right {
    padding-left: 10px
  }

  .bottom_cont01 .img_txt .txt .txt_inner {
    margin-top: 10px
  }

  .bottom_cont01 .img_txt .txt.left {
    padding-right: 10px
  }

  .nagare_wrap .content_wrap_inner .list li:nth-child(1) .img::after,
  .nagare_wrap .content_wrap_inner .list li:nth-child(3) .img::after,
  .nagare_wrap .content_wrap_inner .list li:nth-child(5) .img::after {
    content: '';
    display: block
  }

  .nagare_wrap .content_wrap_inner .list li:nth-child(2) .img::after,
  .nagare_wrap .content_wrap_inner .list li:nth-child(4) .img::after,
  .nagare_wrap .content_wrap_inner .list li:nth-child(6) .img::after {
    content: none;
    display: none
  }

  .bottom_recruit_form .recruit_form input,
  .bottom_recruit_form .recruit_form textarea {
    font-size: 16px;
    font-size: 1.6rem
  }

  .gallery_wrap .content_wrap_inner ul li img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: -webkit-transform;
    transition: -webkit-transform;
    transition: transform;
    transition: transform, -webkit-transform
  }

  .post_single .post_header h1 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 10px
  }

  .post_contents_wrap h2,
  .post_contents_wrap h3,
  .post_contents_wrap h4,
  .post_contents_wrap h5 {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    width: 100%;
    margin: 63px 0 20px
  }

  .line_img {
    margin: 40px auto 0
  }

  .line_wrap.line_wrap_01 {
    padding: 0 0 40px
  }

  .line_wrap .ttl_01 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px
  }

  .line_wrap .ttl_02 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px
  }

  .line_wrap .content_wrap_inner .line_list_01 {
    margin: 0 auto 40px
  }

  .line_wrap .content_wrap_inner .line_list_01 li {
    width: 100%;
    padding: 30px 10px
  }

  .line_wrap .content_wrap_inner .line_list_01 li dl dt {
    font-size: 18px;
    font-size: 1.8rem
  }

  .ability_top .ability_top_dl dd .ability_top_ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
  }

  .ability_top .ability_top_dl dd .ability_top_ul li {
    width: calc(calc(100% - 20px)/ 3)
  }

  .ability_top .ability_top_dl dd .ability_top_ul li a {
    border-radius: 10px;
    height: 70px;
    padding-bottom: 20px
  }

  .ability_top .ability_top_dl dd .ability_top_ul li a .txt {
    font-size: 1rem;
    line-height: 1.4
  }

  .ability_top .ability_top_dl dd .ability_top_ul li a .circle {
    width: 10px;
    height: 10px;
    bottom: 10px;
    margin-left: -5px
  }

  .ability_top .ability_top_dl dd .ability_top_ul li a .circle::after {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-bottom: 1px solid #f67b4d;
    border-right: 1px solid #f67b4d
  }
}

@media screen and (max-width:680px) {
  html {
    width: 100%
  }

  .member-item .txt {
    padding: 0 10px
  }
}

@media screen and (min-width:640px) {
  html {
    width: 100%
  }
}

@media screen and (max-width:640px) {
  html {
    width: 100%
  }

  .pc_view {
    display: none !important
  }

  .sp_view {
    display: block !important
  }

  .button.mb20 {
    margin: 0 auto 20px
  }

  .button.mt40 {
    margin: 40px auto 0
  }

  .button {
    margin: 0 auto
  }

  #footer .footer_top {
    padding: 40px 0
  }

  #footer .footer_top ul {
    margin: 0 auto 20px
  }

  #footer .footer_top ul li {
    width: 100%;
    margin: 0 auto 20px
  }

  #footer .footer_middle {
    padding: 40px 0 25px
  }

  #footer .footer_bottom {
    padding: 40px 0 20px
  }

  .article-list.article-list-col-3 .article-item,
  .article-list.article-list-col-3.w_30 .article-item {
    width: 100%
  }

  .article-list.article-list-col-3.sp-view-col-2 .article-item {
    width: 50%
  }

  .article-list.article-list-col-4 .article-item {
    width: 100%
  }

  .tel_contact .tel_contact_inner dt {
    font-size: 16px;
    font-size: 1.6rem
  }

  .tel_contact .tel_contact_inner dd .phone {
    font-size: 26px;
    font-size: 2.6rem
  }

  .tel_contact .tel_contact_inner dd .phone::before {
    width: 22px;
    height: 22px
  }

  .sec_top02 .content_wrap_inner .sec_top02_list {
    max-width: 400px;
    margin: 0 auto
  }

  .sec_top02 .content_wrap_inner .sec_top02_list li {
    width: 100%;
    margin: 20px auto
  }

  .sec_top_customer .customer_inner .ttl .en span {
    font-size: 30px;
    font-size: 3rem
  }

  .gallery_in_link li {
    width: 100%;
    margin-bottom: 20px
  }

  .concept_top .img_txt .img_txt_inner .txt .txt_inner {
    padding: 0 10px
  }

  .concept_link_inner ul li {
    width: 100%;
    margin: 0 auto 20px
  }

  .estate_top .estate_top_list li .desc:nth-child(1),
  .estate_top .estate_top_list li .desc:nth-child(2),
  .estate_top .estate_top_list li .desc:nth-child(3),
  .history_cont .history_sec {
    margin-bottom: 20px
  }

  .vr_app_img {
    max-width: 240px
  }

  .estate_top .estate_top_list li {
    width: 100%
  }

  .vr_bottom_img {
    height: 250px
  }

  .member_list .article-item {
    width: 50%
  }

  .history_cont .history_line {
    left: 40px;
    top: 0;
    margin-left: -1px
  }

  .history_cont .history_sec .history_date {
    width: 40px;
    float: left
  }

  .history_cont .history_sec .history_date.right {
    float: left;
    padding-right: 40px;
    padding-left: 0;
    left: 0;
    right: auto;
    text-align: right
  }

  .history_cont .history_sec .history_date.right::before {
    left: auto;
    right: -8px
  }

  .history_cont .history_sec .history_date p span {
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    padding: 0;
    border: 0
  }

  .history_cont .history_sec .history_desc {
    width: 100%;
    float: right;
    margin-left: -40px;
    padding-left: 80px !important
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_img .sp_date {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    color: #f67b4d;
    line-height: 1;
    margin-bottom: 15px
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt {
    padding: 10px !important
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .history_desc_txt_inner .history_desc_ttl {
    font-size: 12px;
    font-size: 1.2rem
  }

  .history_cont .history_sec .history_desc .history_desc_inner .history_desc_txt .history_desc_txt_inner .history_desc_desc {
    font-size: 10px;
    font-size: 1rem
  }

  .history_cont .history_sec .history_desc.left {
    float: right;
    padding-left: 40px;
    padding-right: 0
  }

  .bottom_top01 .img,
  .bottom_top02 .img {
    float: none;
    width: 100%
  }

  .history_cont .history_sec .history_desc.left .history_desc_inner::before {
    border-width: 6px 16px 6px 0;
    border-color: transparent #f8f8f8 transparent transparent;
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -6px
  }

  .bottom_top01 .txt {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 20px
  }

  .bottom_cont01 .img_txt .txt.right,
  .bottom_top02 .txt,
  .bottom_top02 .txt.right {
    padding-left: 0
  }

  .bottom_top01 .txt_inner .desc02 {
    font-size: 18px;
    font-size: 1.8rem
  }

  .bottom_top02 .txt {
    width: 100%
  }

  .bottom_cont01 .img_txt .img,
  .bottom_cont01 .img_txt .txt {
    width: 100%
  }

  .bottom_cont01 .img_txt .txt.left {
    padding-right: 0
  }

  .bottom_recruit01 .txt::before {
    content: none
  }

  .bottom_recruit01 .txt .dl_rec dt {
    width: 100%;
    border-bottom: 1px solid #f67b4d
  }

  .bottom_recruit01 .txt .dl_rec dd {
    width: 100%;
    padding: 0 0 20px
  }

  .nagare_wrap .content_wrap_inner .list li {
    width: 100%;
    padding: 0 10px
  }

  .nagare_wrap .content_wrap_inner .list li .img::after {
    content: none !important;
    display: none !important
  }

  .bottom_recruit_form dl dt {
    width: 100%;
    margin-bottom: 5px
  }

  .bottom_recruit_form dl dd {
    width: 100%
  }

  .company_list li dl dt {
    width: 100%;
    text-align: left;
    padding-left: 0
  }

  .company_list li dl dd .w_50 {
    width: 100%
  }

  .company_list li dl dd {
    width: 100%;
    padding: 3px 0
  }

  .gallery_wrap .content_wrap_inner ul li {
    width: 100%
  }

  #pc_contact {
    display: none
  }

  .line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in .phone {
    font-size: 26px;
    font-size: 2.6rem
  }

  .line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in .phone::before {
    width: 22px;
    height: 22px
  }

  .line_wrap .content_wrap_inner .line_list_01 li .tel_dl dd .dd_in .desc {
    font-size: 16px;
    font-size: 1.6rem
  }

  .line_wrap .content_wrap_inner .line_list_01 li .line_dl dd .dd_in .desc {
    font-size: 14px;
    font-size: 1.4rem
  }

  .line_wrap .content_wrap_inner .line_list_02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
  }

  .line_wrap .content_wrap_inner .line_list_02 li {
    max-width: 220px
  }

  .line_wrap .content_wrap_inner .line_list_03 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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
  }

  .line_wrap .content_wrap_inner .line_list_03 li {
    width: 100%;
    margin-top: 40px
  }

  .line_wrap .content_wrap_inner .line_list_03 li:first-child {
    margin-top: 0
  }

  .line_wrap .content_wrap_inner .line_list_03 li dl dt {
    font-size: 14px;
    font-size: 1.4rem
  }

  .ability_top .ability_top_dl {
    margin: 40px auto 0
  }

  .ability_top .ability_top_dl dt {
    height: 36px;
    border-radius: 18px;
    margin: 0 auto 20px
  }

  .ability_bottom {
    margin: 60px auto 0;
    padding: 0 0 60px
  }

  .ability_bottom .ability_bottom_ttl {
    height: 100px;
    margin: 0 auto 40px
  }

  .ability_bottom .ability_bottom_ttl+.ability_bottom_sec_ttl {
    margin: 0 auto 40px
  }

  .ability_bottom .ability_bottom_sec_ttl {
    margin: 60px auto 40px;
    height: 80px;
    gap: 10px
  }

  .ability_bottom .ability_bottom_sec_ttl .img {
    height: 40px
  }

  .ability_bottom .ability_bottom_sec_ttl .txt {
    font-size: 1.6rem
  }

  .ability_bottom .ability_bottom_sec_img_txt {
    margin: 30px auto 0
  }

  .ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li figure figcaption {
    font-size: 1.2rem
  }

  .ability_bottom .ability_bottom_sec_img_list .ability_bottom_sec_img_list_ul li figure p {
    font-size: 1rem
  }

  .ability_bottom .ability_bottom_sec_img_point {
    padding: 30px 20px 20px;
    border-radius: 20px;
    margin: 40px auto 0
  }

  .ability_bottom .ability_bottom_sec_img_point::before {
    font-size: 5rem;
    top: 20px
  }
}

@media screen and (max-width:829px) {
  #page72 #toiawase_pg iframe {
    height: 1100px
  }

  #page21 #toiawase_pg iframe {
    height: 1400px
  }

  #page31 #toiawase_pg iframe {
    height: 1500px
  }

  #page59 #toiawase_pg iframe,
  #page62 #toiawase_pg iframe {
    height: 1000px
  }
}

@media screen and (max-width:599px) {
  #page72 #toiawase_pg iframe {
    height: 1100px
  }

  #page21 #toiawase_pg iframe {
    height: 2000px
  }

  #page31 #toiawase_pg iframe {
    height: 1550px
  }

  #page59 #toiawase_pg iframe,
  #page62 #toiawase_pg iframe {
    height: 1000px
  }

  #page34 #toiawase_pg iframe {
    height: 1600px
  }
}

@media screen and (max-width:799px) {
  #page34 #toiawase_pg iframe {
    height: 1500px
  }

  #page34 #toiawase_pg {
    padding: 0 15px
  }
}

@media screen and (max-width:999px) {

  #toiawase_pg,
  #toiawase_pg .toiawaseTopBox p.lead {
    padding: 0
  }

  #page34 #toiawase_pg h3 {
    float: none;
    width: auto
  }

  #toiawase_pg .thanks {
    padding: 20px 0 40px
  }
}

@media screen and (min-width:600px) {
  .tel_fax dl dt {
    font-size: 1.4em
  }

  .tel_fax dl dd .sp {
    display: none
  }

  .tel_fax dl dd .tel {
    display: inline;
    font-size: 2.8em
  }

  .tel_fax dl dd .fax {
    font-size: 2.8em
  }

  .tel_fax dl dd .tit {
    font-size: 2em
  }
}

@media screen and (min-width:1000px) {
  .tel_fax dl dt {
    float: left;
    display: inline-block;
    padding: 15px 0
  }

  .tel_fax dl dd {
    float: right;
    display: inline-block;
    min-width: 320px
  }
}

@media screen and (max-width:370px) {
  #havetochoice {
    letter-spacing: 0
  }

  #form_box .se_box {
    width: auto;
    padding: 0 10px
  }

  #form_box .se_box ul li p.img,
  #form_box .se_box ul li p:last-child,
  #form_box .se_box ul li:nth-child(odd) {
    width: 100%
  }

  #form_box .se_box ul li p,
  #form_box .se_box ul li p.img img {
    display: block;
    margin: 0 auto
  }
}

@media screen and (max-width:769px) {
  ul#top_box {
    margin: 0 auto 45px;
    text-align: center
  }

  ul#top_box li,
  ul#top_box li:nth-child(1) {
    width: 33.2%;
    padding: 9px 0 6px;
    margin-right: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  ul#top_box.step4 li,
  ul#top_box.step4 li:nth-child(1) {
    width: 25%;
    margin: 0
  }

  ul#top_box li:nth-child(1) {
    margin-left: 0
  }

  ul#top_box li:nth-child(3),
  ul#top_box.step4 li:nth-child(3),
  ul#top_box.step4 li:nth-child(4) {
    margin-right: 0
  }

  ul#top_box li span {
    margin: 0;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
  }

  ul#top_box li span.css3 {
    margin: 0;
    border-radius: 10px !important;
    line-height: 1.5
  }

  ul#top_box li span.pc_txt {
    display: none
  }

  ul#top_box li span.sp_txt {
    display: block;
    padding-top: 2px;
    text-align: center;
    font-size: 12px
  }

  ul#top_box li br {
    display: block
  }

  #form_box {
    width: 100%
  }

  #form_box .btn {
    float: none;
    width: 100%;
    margin-bottom: 10px
  }
}

@media screen and (max-width:569px) {

  ul#top_box li,
  ul#top_box li:first-child {
    width: 33.1%
  }
}

@media screen and (max-width:1000px) {
  #siryo_top {
    width: auto;
    padding: 0 15px
  }

  #siryo_top h2 .leftbox {
    float: none;
    margin: 20px auto
  }

  #siryo_top h2 .rightbox {
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 20px
  }

  #siryo_top .mainimg img {
    width: 100%;
    height: auto
  }

  #siryo_btm {
    padding: 0 15px;
    width: auto;
    overflow: hidden
  }

  #siryo_btm:after,
  #siryo_btm:before {
    right: -15px;
    left: -15px;
    width: auto
  }

  #siryo_btm .inner1 {
    width: 100%;
    table-layout: fixed
  }

  #siryo_btm table img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
  }

  #toiawase_pg.siryo_pg {
    width: auto
  }
}

@media screen and (max-width:700px) {
  #siryo_top h2 .leftbox {
    width: 355px;
    padding-left: 190px;
    background: url(../img/form/siryo/img_03.png) left center no-repeat;
    background-size: 172px auto
  }
}

@media screen and (max-width:600px) {
  #siryo_top h2 .leftbox {
    width: auto;
    padding: 85px 0 20px;
    background-position: left top
  }

  #siryo_top h2 .leftbox .txt01 {
    font-size: 1.25em
  }

  #siryo_top h2 .leftbox .txt02 {
    background: url(../img/form/siryo/img_04.png) center center no-repeat;
    background-size: 290px auto;
    width: 290px;
    height: 26px;
    color: #fff;
    font-size: 1.25em;
    padding-top: 2px
  }

  #siryo_top h2 .rightbox img {
    width: 100%;
    height: auto;
    max-width: 384px
  }

  #siryo_top h3 {
    font-size: 1.1em
  }

  #siryo_top h3 img {
    height: 26px;
    width: auto;
    vertical-align: top
  }

  #siryo_btm .inner1 li .no {
    font-size: 1em
  }

  #siryo_btm .inner1 li .ttl {
    font-size: 1.1em
  }

  #siryo_btm .inner1 li .ttl span {
    font-size: 1.25rem
  }
}

@media screen and (max-width:420px) {
  #siryo_btm .inner1 li {
    background-size: contain
  }
}

@media screen and (max-width:750px) {
  div.mfp_buttons button {
    font-size: 12px
  }

  .mfp_element_back,
  .mfp_element_button,
  .mfp_element_reset,
  .mfp_element_submit {
    padding: 12px
  }

  .formthanks {
    margin: 10% 0
  }

  .formthanks_head {
    margin-bottom: 10%
  }

  .formthanks_heading {
    font-size: 18px;
    line-height: 1.3
  }

  .formthanks_body {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    border: 1px solid #ddd
  }

  .formthanks_txt {
    text-align: left
  }

  form#mailformpro input.middle,
  form#mailformpro select.middle,
  form#mailformpro textarea.mfp {
    max-width: 100%
  }

  form#mailformpro dl dt {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left
  }
}

@media all and (-ms-high-contrast:none) {
  .fademove {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px)
  }

  .fademove40,
  .fademove60,
  .fademove80 {
    -ms-transform: rotateY(0) translate(0, 0)
  }

  .fademoveleft {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
  }

  .fademoveright {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0)
  }

  .fademove_show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .fademove_show_rotate {
    -ms-transform: rotateY(360deg) translate(0, 0)
  }
}

@media (max-width:768px) {

  .post-nav,
  .single-nav {
    margin: 0 auto
  }

  .company_table.great_map_table {
    display: block
  }

  .great_map {
    margin: 40px auto
  }

  .great_map .img_wrap {
    background-image: url(../images/company/map-sp.png)
  }

  .great_map .img_wrap .map_btn {
    display: none
  }

  .sdgs_wrap {
    max-width: 640px
  }

  .sdgs_wrap_dl {
    display: block
  }

  .sdgs_wrap_dl dt {
    width: 100%;
    margin-bottom: 20px
  }

  .sdgs_wrap_dl dd {
    width: 100%;
    padding: 0
  }
}

/* 250414 */
.ttl_villa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin: 0 auto 30px;
}
.ttl_villa .ttl_01 {
  margin: 0;
}
.villa_content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #333;
}
.villa_link {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.villa_link:hover .villa_img {
  transform: translate(-50%,-50%) scale(1.05);
}
.villa_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.villa_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.villa_lead,.villa_sublead,.villa_text,.villa_btn {
  color: #fff;
}
.villa_lead,.villa_sublead {
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.villa_lead {
  line-height: 1.4;
}
.villa_text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.6rem;
}
.villa_text::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #fff;
}
.villa_en {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
  color: rgba(255,255,255,0.12);
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: clamp(6rem,calc((120 / 1400) * 100vw),14rem);
}
.villa_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 0.5rem;
  width: 20rem;
  height: 4rem;
  text-align: center;
}
.villa_btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all .3s;
  transition: all .3s
}
.villa_link:hover .villa_btn::after {
  right: 16px;
}
@media (min-width:769px) {
  .ttl_villa_img {
    width: 78px;
  }
  .villa_content {
    display: flex;
    height: 45rem;
  }
  .villa_link {
    padding: 4.8rem 4rem;
    width: 50%;
  }
  .villa_lead {
    margin-bottom: 1.6rem;
    font-size: clamp(2rem,calc((26 / 1400) * 100vw),2.6rem);
  }
  .villa_sublead {
    font-size: 1.6rem;
  }
  .villa_text {
    font-size: 1.6rem;
  }
}
@media (max-width:768px) {
  .ttl_villa_img {
    width: 64px;
  }
  .villa_lead {
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
  .villa_link {
    padding: 3rem 1.5rem;
    width: 100%;
    height: 26rem;
  }
}
.villa_bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  transition: all .3s;
}
.villa_bnr:hover {
  opacity: 0.7;
}
@media (min-width:641px) {
  .villa_bnrarea {
    margin: 7rem auto 0;
    width: 90%;
  }
  .villa_bnr {
    max-width: 78rem;
  }
}
@media (max-width:640px) {
  .villa_bnrarea {
    margin: 4rem auto 0;
    padding: 0 1rem;
    width: 100%;
  }
  .villa_bnr {
    max-width: 35.5rem;
  }
}

.compolicy_title {
  font-size: 1.2em;
}