@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap");
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: 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 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: 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;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  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, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 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;
  -o-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(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

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

.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(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.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-pagination-bullet-active {
  opacity: 1;
  background: #0042a7;
}

.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 top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

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

.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 left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0042a7;
  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, 0.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, 0.25);
}

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

.swiper-pagination-lock {
  display: none;
}

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

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

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

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

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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-slide-zoomed {
  cursor: move;
}

.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
}

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #202020;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 980px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

ul, ol {
  padding: 0;
  margin: 1em 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

img {
  border: 0;
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */
.header {
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.header__wrap {
  /*
  max-width: 1000px;
  margin: 0 auto;
  */
  margin: 0 20px;
}
.header__wrap:before, .header__wrap:after {
  display: table;
  content: '';
}
.header__wrap:after {
  clear: both;
}
@media (max-width: 1040px) {
  .header__wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header__wrap {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.header h1 {
  margin: 0;
}
.header__logo {
  z-index: 101;
  position: relative;
  float: left;
  width: 190px;
  height: 70px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 140px;
    height: 60px;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto calc( 100% - 10px );
}
@media all and (-ms-high-contrast: none) {
  .header__logo a {
    background-size: 190px 70px;
  }
}
.header #nav {
  float: none;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/common/nav.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 140%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
@media (min-width: 1360px) {
  .header #nav {
    background-position: 0% 50%;
    background-size: 50% auto;
  }
}
@media (max-width: 767px) {
  .header #nav {
    background-position: 100% 50%;
    background-size: 120% auto;
  }
}
.header #navClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1040px) {
  .header #navClose {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .header #navClose {
    display: none;
  }
}
.header__nav {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  margin-left: -500px;
  padding: 100px 0 100px 40px;
  color: #fff;
}
@media (max-width: 1040px) {
  .header__nav {
    left: 20px;
    margin-left: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    left: 0px;
    padding: 80px 0 80px 20px;
  }
}
.header__nav > li {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  width: auto;
  line-height: 1;
  font-weight: bold;
  background-color: #0B9FA2;
}
.header__nav > li + li {
  margin-top: 2em;
}
.header__nav > li dl {
  margin: 0;
  padding: 0;
}
.header__nav > li dt {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.header__nav > li dd {
  padding: 0;
  margin: 0 0 0 3em;
}
.header__nav > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav > li ul li {
  margin: 0.75em 0;
}
.header__nav > li .c_button {
  height: 3em;
  line-height: 3em;
  text-align: center;
  max-width: 100%;
}
.header__nav > li .c_button_text {
  color: #fff;
}
.header__nav > li .c_button:after {
  background-color: #0B9FA2;
  border-color: #fff;
}
.header__nav > li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0;
  color: #fff;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  transition: color 0.3s;
  line-height: 1;
  text-decoration: underline;
  /*
  &.is-active{
  	color:#bb1e21;
  }
  */
}
.header__nav > li a:hover {
  text-decoration: none;
}
.header__nav > li a span {
  position: relative;
  line-height: 1;
}
.header__nav > li.sns {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.header__nav > li.sns div {
  display: table-cell;
  vertical-align: middle;
}
.header__nav > li.sns div svg {
  width: 2.5em;
  margin: 0 1.5em;
}
.header__nav > li.copyright {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 80%;
  font-weight: normal;
}

#buildMenuButton {
  /*
  position: relative;
  float:right;
  */
  display: block;
  z-index: 101;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  /*
  left:50%;
  margin-left:-500px;
  */
  left: 20px;
}
@media (max-width: 1040px) {
  #buildMenuButton {
    left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #buildMenuButton {
    left: 10px;
    margin-left: 0;
  }
}
#buildMenuButton:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0px;
  width: 40px;
  height: 2px;
  border: 2px solid #fff;
  background-color: #0B9FA2;
  border-radius: 2px;
  transition: all 0.6s ease-in-out;
}
#buildMenuButton span {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#buildMenuButton span:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0px;
  width: 40px;
  height: 2px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #0B9FA2;
  transition: left 0.6s ease-in-out, transform 0.6s ease-in-out, background-color 0.6s  ease-in-out;
}
#buildMenuButton span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 40px;
  height: 2px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #0B9FA2;
  transition: left 0.6s ease-in-out, transform 0.6s ease-in-out, background-color 0.6s  ease-in-out;
}

.header__nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header__nav > li {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.build-menu-animating:not(.build-menu-close) .header {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.build-menu-animating:not(.build-menu-close) #nav {
  height: 100%;
  width: 100%;
}
.build-menu-animating:not(.build-menu-close) #pagetop {
  opacity: 0;
}

.build-menu-animating.build-menu-open #main {
  filter: blur(5px);
}
.build-menu-animating.build-menu-open #buildMenuButton:before,
.build-menu-animating.build-menu-open #buildMenuButton span:before,
.build-menu-animating.build-menu-open #buildMenuButton span:after {
  background-color: #fff;
}
.build-menu-animating.build-menu-open #nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.build-menu-animating.build-menu-open .header__nav > li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.build-menu-animating.build-menu-open .header__nav > li:nth-child(1) {
  transition-delay: 0.4s;
}
.build-menu-animating.build-menu-open .header__nav > li:nth-child(2) {
  transition-delay: 0.45s;
}
.build-menu-animating.build-menu-open .header__nav > li:nth-child(3) {
  transition-delay: 0.5s;
}
.build-menu-animating.build-menu-open .header__nav > li:nth-child(4) {
  transition-delay: 0.55s;
}
.build-menu-animating.build-menu-open .header__nav > li:nth-child(5) {
  transition-delay: 0.6s;
}
.build-menu-animating.build-menu-open .header__nav > li:nth-child(6) {
  transition-delay: 0.65s;
}
.build-menu-animating.build-menu-open #buildMenuButton:before {
  opacity: 0;
}
.build-menu-animating.build-menu-open #buildMenuButton span:before {
  border: 0 none;
  left: 1px;
  transform: rotate(-45deg) translate(0px, 15px);
}
.build-menu-animating.build-menu-open #buildMenuButton span:after {
  border: 0 none;
  left: 1px;
  transform: rotate(45deg) translate(0px, -15px);
}

.build-menu-animating.build-menu-close #nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.build-menu-animating.build-menu-close .header__nav > li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.transform.build-menu-animating.build-menu-close .header__nav {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s , 0.3s;
  transition-delay: 0.9s, 0.3s;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
.footer {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #3C423F;
  text-align: center;
  position: relative;
}
.footer .col {
  padding: 5em 0 2em;
}
@media (max-width: 767px) {
  .footer .col {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 3em;
  }
  .footer .col .col__box + .col__box {
    margin-top: 2em;
  }
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer dl {
  text-align: left;
  margin: 0;
  padding: 0;
}
.footer dt {
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.footer dd {
  margin: 0;
  padding: 1em 0 0 1em;
}
.footer dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer dd ul li {
  margin: 0;
  padding: 0;
}
.footer dd ul li + li {
  margin-top: 0.66em;
}
.footer .c_button {
  max-width: 100%;
  width: auto;
  margin: 0;
}
.footer .c_button:before {
  background-color: #000;
}
.footer .c_button:after {
  border-color: #fff;
  background-color: #3C423F;
}
.footer .sns {
  display: table;
  margin: 1em 0 0 0;
}
.footer .sns div {
  display: table-cell;
  vertical-align: middle;
}
.footer .sns div svg {
  width: 2.5em;
  margin: 0 1.5em;
}
.footer .copyright {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 50px;
}
@media (max-width: 980px) {
  .footer .copyright {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .footer .copyright {
    line-height: 3;
    font-size: 3vw;
  }
}
.footer .copyright a {
  color: #fff;
  text-decoration: none;
}

/* ----------------------------------------------------------------
	replace-txt
----------------------------------------------------------------- */
.replace-txt {
  position: absolute;
  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%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* ----------------------------------------------------------------
	pagetop
----------------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 1;
  transition-property: opacity;
}
#pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/common/pagetop.svg) no-repeat 0 0;
  background-size: 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#pagetop a {
  height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 2;
  width: 60px;
  padding-top: 60px;
  white-space: nowrap;
  text-indent: -100%;
  vertical-align: baseline;
}
@media (min-width: 981px) {
  #pagetop:before {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  #pagetop:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* ----------------------------------------------------------------
	common
----------------------------------------------------------------- */
hr {
  height: 1px;
  border: 0 none;
  background-color: #8f65b6;
  color: #8f65b6;
  margin: 4em 0;
}
@media (max-width: 767px) {
  hr {
    margin: 3em 0;
  }
}

.wrap {
  max-width: 1340px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  color: #231815;
  box-shadow: 0 6px 8px 0 rgba(54, 77, 114, 0.08), 0 2px 4px 0 rgba(54, 77, 114, 0.18);
}
@media (max-width: 1360px) {
  .wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.wrap + .wrap {
  margin-top: 8em;
}
@media (max-width: 767px) {
  .wrap + .wrap {
    margin-top: 6em;
  }
}

.inner {
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 1360px) {
  .inner {
    max-width: 1000px;
  }
}
@media (max-width: 1040px) {
  .inner {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*multi colum*/
.col {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col__box {
  position: relative;
}
.col-center {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.col6 .col__box {
  width: 15.5%;
  margin-right: 1.4%;
}
@media (max-width: 767px) {
  .col6 .col__box {
    width: 30%;
    margin-right: 5%;
  }
}
.col6 .col__box:nth-child(6n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(6n) {
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .col6 .col__box:nth-child(3n) {
    margin-right: 0;
  }
}

.col5 .col__box {
  width: 18.5%;
  margin-right: 1.875%;
}
@media (max-width: 767px) {
  .col5 .col__box {
    width: 47%;
    margin-right: 6%;
  }
}
.col5 .col__box:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(5n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col5 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col4 .col__box {
  width: 22.75%;
  margin-right: 3%;
}
@media (max-width: 980px) {
  .col4 .col__box {
    width: 48.5%;
    margin-right: 3%;
  }
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .col4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col4 .col__box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(4n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col4 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col3 .col__box {
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .col3 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col3 .col__box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .col3 .col__box:nth-child(2n) {
    margin-right: 0;
  }
}

.col2 .col__box {
  width: 48.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col2 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col2 .col__box:nth-child(2n) {
  margin-right: 0;
}

.col6-4 .col__box {
  width: 58.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col6-4 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col6-4 .col__box + .col__box {
  width: 38.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col6-4 .col__box + .col__box {
    width: 100%;
    margin-top: 1em;
  }
}

.col4-6 .col__box {
  width: 38.5%;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .col4-6 .col__box {
    width: 100%;
    margin-right: 0;
  }
}
.col4-6 .col__box + .col__box {
  width: 58.5%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .col4-6 .col__box + .col__box {
    width: 100%;
    margin-top: 1em;
  }
}

@media (max-width: 767px) {
  .col_reverse_sp {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Android 4.3>=*/
    display: -webkit-flex;
    /*Safari, Chrome, Opera*/
    display: flex;
    /*IE11, Firefox*/
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_reverse_sp .col__box:nth-child(1) {
    margin-top: 1em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .col_reverse_sp .col__box:nth-child(2) {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*
.col6 .col__box:nth-child(n+7),
.col5 .col__box:nth-child(n+6),
.col4 .col__box:nth-child(n+5),
.col3 .col__box:nth-child(n+4),
.col2 .col__box:nth-child(n+3) {
	margin-top: 0px;
}
*/
.alt-title {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  .sp--none {
    display: none !important;
  }
}

.sp--only {
  display: none;
}
@media (max-width: 767px) {
  .sp--only {
    display: block;
  }
}

.swiper-lazy,
.lazy {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.swiper-lazy.swiper-lazy-loaded,
.lazy.loaded,
.lazy.b-loaded {
  opacity: 1;
}

main {
  display: block;
  padding-top: 60px;
}
@media (max-width: 767px) {
  main {
    padding-top: 45px;
  }
}
main article {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transform #main,
.transform #footer {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
}

.change #main {
  overflow: hidden;
}
.change #main,
.change #footer {
  -webkit-animation: showOut 0.6s;
  animation: showOut 0.6s;
}

.complete #main {
  -webkit-animation: showIn2 0.6s;
  animation: showIn2 0.6s;
}

@-webkit-keyframes showOut {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
}
@keyframes showOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
@-webkit-keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showIn2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes showIn2 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js .inview:not(.js-animation-title) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
}
.js .inview:not(.js-animation-title).inview--complete {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media all and (-ms-high-contrast: none) {
  .js .inview:not(.js-animation-title) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.u_spacing_pd {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 980px) {
  .u_spacing_pd {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.u_spacing_pd + .u_spacing_pd {
  margin-top: -5em;
}
@media (max-width: 980px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -4em;
  }
}
@media (max-width: 767px) {
  .u_spacing_pd + .u_spacing_pd {
    margin-top: -3em;
  }
}

.u_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .u_sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u_pc {
    display: none !important;
  }
}
.u_align_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.u_align_right {
  margin-left: auto;
  text-align: right !important;
}
.u_align_left {
  margin-right: auto;
  text-align: left !important;
}
.u_spacing_mt_xxlarge {
  margin-top: 10em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xxlarge {
    margin-top: 7em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xxlarge {
    margin-top: 5em !important;
  }
}
.u_spacing_mt_xlarge {
  margin-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xlarge {
    margin-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xlarge {
    margin-top: 3em !important;
  }
}
.u_spacing_mt_large {
  margin-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_large {
    margin-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_large {
    margin-top: 2em !important;
  }
}
.u_spacing_mt_medium {
  margin-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_medium {
    margin-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_medium {
    margin-top: 1.33em !important;
  }
}
.u_spacing_mt_small {
  margin-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_small {
    margin-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_small {
    margin-top: 0.66em !important;
  }
}
.u_spacing_mt_xsmall {
  margin-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mt_xsmall {
    margin-top: 0.33em !important;
  }
}
.u_spacing_mt_0 {
  margin-top: 0 !important;
}
.u_spacing_pt_xlarge {
  padding-top: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xlarge {
    padding-top: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xlarge {
    padding-top: 3em !important;
  }
}
.u_spacing_pt_large {
  padding-top: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_large {
    padding-top: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_large {
    padding-top: 2em !important;
  }
}
.u_spacing_pt_medium {
  padding-top: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_medium {
    padding-top: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_medium {
    padding-top: 1.33em !important;
  }
}
.u_spacing_pt_small {
  padding-top: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_small {
    padding-top: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_small {
    padding-top: 0.66em !important;
  }
}
.u_spacing_pt_xsmall {
  padding-top: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pt_xsmall {
    padding-top: 0.33em !important;
  }
}
.u_spacing_pt_0 {
  padding-top: 0 !important;
}
.u_spacing_mb_xlarge {
  margin-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xlarge {
    margin-bottom: 3em !important;
  }
}
.u_spacing_mb_large {
  margin-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_large {
    margin-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_large {
    margin-bottom: 2em !important;
  }
}
.u_spacing_mb_medium {
  margin-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_medium {
    margin-bottom: 1.33em !important;
  }
}
.u_spacing_mb_small {
  margin-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_small {
    margin-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_small {
    margin-bottom: 0.66em !important;
  }
}
.u_spacing_mb_xsmall {
  margin-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_mb_xsmall {
    margin-bottom: 0.33em !important;
  }
}
.u_spacing_mb_0 {
  margin-bottom: 0 !important;
}
.u_spacing_pb_xlarge {
  padding-bottom: 5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xlarge {
    padding-bottom: 3em !important;
  }
}
.u_spacing_pb_large {
  padding-bottom: 3em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_large {
    padding-bottom: 2.5em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_large {
    padding-bottom: 2em !important;
  }
}
.u_spacing_pb_medium {
  padding-bottom: 2em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.66em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_medium {
    padding-bottom: 1.33em !important;
  }
}
.u_spacing_pb_small {
  padding-bottom: 1em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_small {
    padding-bottom: 0.8em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_small {
    padding-bottom: 0.66em !important;
  }
}
.u_spacing_pb_xsmall {
  padding-bottom: 0.5em !important;
}
@media (max-width: 980px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.4em !important;
  }
}
@media (max-width: 767px) {
  .u_spacing_pb_xsmall {
    padding-bottom: 0.33em !important;
  }
}
.u_spacing_pb_0 {
  padding-bottom: 0 !important;
}

.l_bg_glay {
  background-color: #f2f2f2;
}

.c_subtitle {
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c_subtitle {
    font-size: 1.33rem;
  }
}
.c_button {
  position: relative;
  height: 4em;
  line-height: 4em;
  max-width: 30em;
  text-align: left;
  font-size: 105%;
  font-weight: bold;
  padding: 0 2em 0 2em;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .c_button {
    max-width: 80%;
    height: 3.5em;
    line-height: 3.5em;
  }
}
.c_button:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3C423F;
  bottom: -2px;
  right: -2px;
  border-radius: 5px;
  transform: translate(-2px, -2px);
  transition: transform 0.3s;
}
.c_button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #0B9FA2;
  border: 2px solid #0B9FA2;
  border-radius: 5px;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_button_single {
  min-width: 250px;
  text-align: center;
}
@media (max-width: 767px) {
  .c_button_single {
    min-width: 220px;
    width: 100%;
  }
}
.c_button_single .c_button_text {
  color: #0B9FA2;
  padding-right: 4.5em;
  background-image: url(/images/common/arrow.svg);
  background-size: 3em auto;
  background-position: calc( 100% - 0.5em ) 50%;
  background-repeat: no-repeat;
}
.c_button + .c_button {
  margin-left: 20px;
}
.c_button:hover {
  text-decoration: none　 !important;
}
.c_button:hover:before {
  transform: translate(0, 0);
}
.c_button_text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.c_button_wrapper {
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_button_plus {
  position: relative;
  display: block;
  min-width: 0;
  width: 2.5em;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  background-color: #35898c;
}
.c_button_plus:after {
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.c_button_plus:hover:after {
  transform: translateX(-50%) rotate(135deg);
}
.c_anchorlink {
  color: #231815 !important;
  text-decoration: none !important;
  width: calc( 50% - 10px );
  margin-right: 20px;
  background: #d4d4d4;
  line-height: 1.4;
  min-height: 2.5em;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_anchorlink:nth-child(2n) {
  margin-right: 0;
}
.c_anchorlink:nth-child(n+3) {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .c_anchorlink {
    width: 100%;
    margin-right: 0;
  }
  .c_anchorlink:nth-child(n+2) {
    margin-top: 1em;
  }
}
.c_anchorlink:hover .c_button:before {
  left: -250%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c_anchorlink_text {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.c_anchorlink_button {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c_anchorlink_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 0 0;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.c_table tr {
  border-top: 1px solid #ccc;
}
.c_table th {
  background-color: #7e7e7e;
  color: #fff;
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table th small {
  display: inline-block;
  line-height: 1.2;
}
.c_table td {
  padding: 1em;
}
@media (max-width: 767px) {
  .c_table td {
    word-break: break-all;
  }
}
.c_table td ul {
  padding: 0 0 0 1.33em;
}
@media (max-width: 767px) {
  .c_table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.c_table + h4 {
  margin-top: 3em;
}
.c_table--simple {
  border: 0 none;
  border-bottom: 1px solid #ccc;
}
.c_table--simple th {
  background-color: transparent;
  color: inherit;
  padding: 1em 0 1em 1em;
  vertical-align: middle;
  text-align: left;
  min-width: 6em;
}
.c_table--simple td {
  padding: 1em 1em 1em 0;
}
.c_table--simple td ul {
  margin-top: 0;
  margin-bottom: 0;
}
.c_lead {
  font-weight: bold;
  font-size: 135%;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .c_lead {
    text-align: left;
  }
}
.c_movie {
  position: relative;
  cursor: pointer;
}
.c_movie:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.c_movie:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 981px) {
  .c_movie {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c_movie img {
    transition: transform .3s ease-in-out;
  }
  .c_movie:before {
    transition: border-left-color .3s easeinout;
  }
  .c_movie:after {
    transition: border-color .3s easeinout;
  }
  .c_movie:hover:before {
    border-left-color: #ff781d;
  }
  .c_movie:hover:after {
    border-color: #ff781d;
  }
  .c_movie:hover img {
    transform: scale(1.04);
  }
}
.c_desc {
  margin-top: 3em;
}
.c_desc p + p {
  margin-top: 1em;
}
.c_link_small {
  font-size: 80%;
}

.p_tag {
  display: inline-block;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 0.33em;
  color: #777;
  font-size: 80%;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
.p_note {
  position: relative;
  display: block;
  padding-left: 1em;
}
.p_note:before {
  content: '※';
  position: absolute;
  left: 0;
}
.p_note_list {
  margin: 0;
  padding: 0;
  counter-reset: note;
}
.p_note_list li {
  font-size: 80%;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_note_list li:before {
  content: "※" counter(note);
  counter-increment: note;
  margin-right: 0.33em;
}
.p_note_list li > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  color: #333;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .popup-inner {
    max-width: 80%;
    padding: 20px;
  }
}
.popup-inner dl {
  margin: 0;
  padding: 0;
  text-align: center;
}
.popup-inner dt {
  font-weight: bold;
  margin: 0 0 1em 0;
}
.popup-inner dd {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .popup-inner dd .col__box + .col__box {
    margin-top: 0.5em;
  }
}
.popup-inner a {
  font-weight: bold;
  border: 1px solid #ddd;
  display: block;
  padding: 1em;
  color: #333;
  text-decoration: underline;
}
.popup .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.popup .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

/* ----------------------------------------------------------------
	content
----------------------------------------------------------------- */
#pageNav {
  position: fixed;
  top: 120px;
  z-index: 3;
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-size: 80%;
  /*
  left: 50%;
  margin-left: calc( -500px + 2em );
  */
  left: calc( 2em + 20px );
}
@media (max-width: 1040px) {
  #pageNav {
    left: calc( 2em + 20px );
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #pageNav {
    display: none;
  }
}
#pageNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageNav li {
  white-space: nowrap;
  margin: 0 1.5em;
  padding: 0;
  /*
  -webkit-transform: translate3d(-1.5rem,0,0);
  transform: translate3d(-1.5rem,0,0);
  */
}
#pageNav li:first-child {
  margin-left: 0;
}
#pageNav li a {
  text-shadow: 0px 1px 1px #fff;
  color: #202020;
  padding: 1em 0;
  display: block;
}
#pageNav #navLine {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: auto;
  height: 3px;
  border: 2px solid #fff;
  background-color: #0B9FA2;
  border-radius: 3px;
  transition: width 0.3s, left 0.3s;
}

.access {
  position: relative;
  background: #b5e2e3;
  padding-bottom: 600px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .access {
    padding-bottom: 0;
  }
}
.access:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/images/top/bg1.svg), url(/images/top/bg4.svg);
  background-position: -33% 5%, 133% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 33% auto, 33% auto;
}
.access:after {
  content: '';
  position: absolute;
  bottom: -250px;
  left: 50%;
  display: block;
  background-image: url(/images/common/footer.svg);
  background-repeat: no-repeat;
  background-position: calc( 50% + 30px) 100%;
  background-size: 100% auto;
  width: 2000px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .access:after {
    margin: 2em 0 0 0;
    position: relative;
    bottom: 0;
    left: 50%;
    display: block;
    background-image: url(/images/common/footer.svg);
    background-repeat: no-repeat;
    background-position: calc( 50% + 2%) 0;
    background-size: 100% auto;
    width: 205%;
    height: 0;
    padding-top: 55%;
    transform: translate(-50%, 0);
  }
}
.access h3 {
  color: #0B9FA2;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .access h3 {
    font-size: 8vw;
  }
}
.access .col {
  position: relative;
  z-index: 1;
}
.access__outline dl {
  margin: 0;
  padding: 0;
}
.access__outline dt {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .access__outline dt {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .access__outline dt {
    font-size: 5vw;
  }
}
.access__outline dt small {
  line-height: 1;
  margin: 0 0 0.1em 0;
  display: block;
  color: #0B9FA2;
  font-size: 66%;
  font-weight: normal;
}
@media (max-width: 980px) {
  .access__outline dt small {
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  .access__outline dt small {
    font-size: 75%;
  }
}
.access__outline dd {
  margin: 1em 0 0 0;
  padding: 0;
}
.access__outline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.access__outline--established {
  background-image: url(/images/common/established.svg);
}
.access__outline--old {
  background-image: url(/images/common/old.svg);
}
.access__outline--tel {
  background-image: url(/images/common/tel.svg);
}
.access__outline--hour {
  background-image: url(/images/common/time.svg);
}
.access__outline--holiday {
  background-image: url(/images/common/holiday.svg);
}
.access__outline li {
  padding: 0 0 0 2em;
  margin: 0;
  font-size: 110%;
}
.access__outline li + li {
  margin-top: 1em;
}
.access__outline li span {
  color: #0B9FA2;
  font-weight: bold;
  font-size: 85%;
  display: block;
  margin-bottom: 0.5em;
  margin-left: -2em;
  padding-left: 2em;
  background-size: 1.5em auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  line-height: 2;
}
.access__outline li a {
  color: #202020;
  text-decoration: none;
}
.access__outline .c_button {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.access__outline .c_button:after {
  background-color: #E30114;
  border-color: #E30114;
}
.access__outline .c_button_text {
  padding-left: 3em;
  background-image: url(/images/common/mail.svg);
  background-size: 2em auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .access__school {
    margin-top: 2em;
  }
}
.access__school > dl {
  background-color: #fff;
  border-radius: 0.5em;
  min-height: 100px;
  padding: 1em;
  margin: 0;
}
.access__school > dl + dl {
  margin-top: 2em;
}
.access__school dt {
  font-size: 110%;
  font-weight: bold;
}
.access__school dd {
  margin: 0.5em 0 0 0;
  padding: 0;
  font-size: 85%;
  line-height: 1.5;
}
.access__school--1 dt {
  color: #0B9FA2;
}
.access__school--2 dt {
  color: #EF7651;
}
.access__school .embed {
  margin: 0.5em 0 0 0;
  padding-top: 32.5%;
}
@media (max-width: 980px) {
  .access__school .embed {
    padding-top: 42.5%;
  }
}
.access__message {
  z-index: 1;
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 36px;
  line-height: 1.85;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .access__message {
    font-size: 5vw;
    bottom: 25vw;
  }
}

.heading {
  color: #fff;
  position: relative;
  background-size: 0 0;
  background-repeat: no-repeat;
}
.heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.heading .inner {
  position: relative;
  padding-top: 35.25%;
}
@media (max-width: 980px) {
  .heading .inner {
    padding-top: 42.5%;
  }
}
@media (max-width: 767px) {
  .heading .inner {
    padding-top: 56.25%;
  }
}
.heading header {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-shadow: 0 1px 1px #333;
}
.heading h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 3em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .heading h2 {
    font-size: 9vw;
  }
}
.heading p {
  font-size: 1.5em;
  line-height: 1.8;
  margin: 1em 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .heading p {
    font-size: 3.75vw;
  }
}
.heading--sub {
  color: #fff;
  background-color: #0B9FA2;
}
.heading--sub .inner {
  padding: 2em 0;
}
.heading--sub header {
  position: static;
  transform: translateY(0);
  text-shadow: none;
}
.heading--sub h2 {
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro W4", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
  font-size: 2em;
  text-transform: none;
}
@media (max-width: 767px) {
  .heading--sub h2 {
    font-size: 6.5vw;
  }
}
.heading--sub h2 a {
  color: #fff;
}

.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.embed + .embed, .embed + .img {
  border-top: 2px solid #fff;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .embed + .embed, .embed + .img {
    margin-top: -40px;
  }
}
.embed video,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.no-js .embed:before {
  opacity: 0;
  visibility: hidden;
}
.no-js .embed iframe {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*form*/
.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: 0;
  transition: border .2s ease-out;
  padding: .44231rem .88462rem;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035);
  max-width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
}
.wpcf7-list-item label:hover, .wpcf7-select:hover, .wpcf7-text:hover, .wpcf7-textarea:hover {
  border-color: #999;
}
.wpcf7-list-item label:active, .wpcf7-list-item label:focus, .wpcf7-list-item label:focus-within, .wpcf7-list-item label[aria-selected=true], .wpcf7-select:active, .wpcf7-select:focus, .wpcf7-select:focus-within, .wpcf7-select[aria-selected=true], .wpcf7-text:active, .wpcf7-text:focus, .wpcf7-text:focus-within, .wpcf7-text[aria-selected=true], .wpcf7-textarea:active, .wpcf7-textarea:focus, .wpcf7-textarea:focus-within, .wpcf7-textarea[aria-selected=true] {
  border-color: #999;
}
.wpcf7-text > input, .wpcf7-text > textarea, .wpcf7-textarea > input, .wpcf7-textarea > textarea {
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
}
.wpcf7-select:disabled, .wpcf7-text:disabled, .wpcf7-textarea:disabled {
  background-color: #f7f7f7;
}
.wpcf7-select, .wpcf7-textarea, .wpcf7-text {
  height: auto;
  width: 100%;
  -webkit-appearance: none;
}
.wpcf7-submit {
  display: inline-block;
  cursor: pointer;
  line-height: 2;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #E30114;
  border: none;
  border-radius: 6px;
  color: #fff;
  padding: .88462rem 2.21154rem;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.wpcf7-not-valid-tip {
  color: #bb1e21;
  line-height: 1.8;
}
.wpcf7 #mobileMailError,
.wpcf7 .caution {
  color: #231815;
  border: 1px solid #f3b031;
  background-color: #fcf8e3;
  display: block;
  padding: 0.5em;
  margin: 0.75em 0 0 0 !important;
  font-weight: bold;
  line-height: 1.6;
}
.wpcf7-mail-sent-ok,
.wpcf7 .valid {
  color: #019271;
  border: 1px solid #019271;
  background-color: #e8f5f2;
  display: block;
  padding: 0.5em;
  margin: 0.75em 0 0 0;
  font-weight: bold;
  line-height: 1.6;
}
.wpcf7-hidden-for-focus {
  margin-top: 0 !important;
  height: 30px;
}
@media (max-width: 767px) {
  .wpcf7-hidden-for-focus {
    height: 1px;
  }
}
.wpcf7c-conf {
  background-color: #fff;
}
.wpcf7 label {
  position: relative;
  font-size: 1em;
  display: block;
}
.wpcf7 label + label {
  margin-top: 0.5em;
}
.wpcf7 label .required {
  display: inline-block;
  color: #fff;
  background: #E30114;
  font-size: 80%;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3px;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wpcf7 label .placeholder {
  line-height: 1;
  position: absolute;
  top: calc( 0.44231rem + 0.5em );
  right: 10px;
}
.wpcf7-submit {
  margin-top: 2em;
  width: 100%;
}
.wpcf7-textarea, .wpcf7-text {
  width: 100%;
  font-size: 16px;
}
.wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-top: 0.5em;
}
.wpcf7-list-item label {
  display: block;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}
.wpcf7-list-item label:hover {
  border-color: #999;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  padding: 0;
  margin: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.66em;
}
.wpcf7-checkbox .wpcf7-list-item label {
  padding: .44231rem .88462rem;
}
.wpcf7-select {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------
	top
----------------------------------------------------------------- */
.top-bg {
  background-image: url(/images/top/bg1.svg), url(/images/top/bg2.svg), url(/images/top/bg4.svg);
  background-position: -25% 5%, 0 85%, 125% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 33% auto, auto 80%, 33% auto;
  position: relative;
  padding-bottom: 25%;
}
@media (max-width: 767px) {
  .top-bg {
    background-position: -50% 10%, 0 85%, 125% 100%;
    background-size: 50% auto, auto 80%, 50% auto;
  }
}
.top-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/top/bg3.svg), url(/images/top/bg5.svg);
  background-position: -15% 15%,  100% 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 33% auto, 33% auto;
}
@media (max-width: 767px) {
  .top-bg:after {
    content: '';
    display: block;
    height: calc( 48px + 50vw );
    width: 100%;
    background-color: #0B9FA2;
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
  }
}
.top #slide {
  position: relative;
  background-image: url(/images/top/slidebg.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .top #slide {
    margin-top: -48px;
    background-position: 50% 0;
    background-size: 110% auto;
  }
}
.top #slide .copy {
  z-index: 1;
  position: absolute;
  max-width: 1000px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1040px) {
  .top #slide .copy {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .top #slide .copy {
    text-align: center;
    margin-top: 15vw;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}
.top #slide .copy dl {
  margin: 0;
  padding: 0 0 0 80px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1360px) {
  .top #slide .copy dl {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .top #slide .copy dl {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.top #slide .copy dt {
  font-size: 4em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
  /*
  span{
  	background-color: rgba(255,255,255,0.5);
  	padding:0.1em;
  }
  */
}
@media (max-width: 980px) {
  .top #slide .copy dt {
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  .top #slide .copy dt {
    font-size: 7.5vw;
  }
}
.top #slide .copy dd {
  margin: 1em 0 0 0;
  padding: 0;
}
.top #slide .copy dd p {
  white-space: nowrap;
  display: block;
  color: #3c3c3c;
  line-height: 2;
  font-size: 133%;
}
@media (max-width: 980px) {
  .top #slide .copy dd p {
    font-size: 125%;
  }
}
@media (max-width: 767px) {
  .top #slide .copy dd p {
    font-size: 6vw;
  }
}
.top #slide .copy dd p span {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.1em;
}
.top #slide .copy .c_button {
  min-width: 0;
  width: 10em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top #slide .copy .c_button {
    margin-left: auto;
    margin-right: auto;
  }
}
.top #slide .copy .c_button_text {
  color: #202020;
}
.top #slide .copy .c_button:after {
  background-color: #D9E021;
  border: 2px solid #D9E021;
}
.top #slide .swiper-slide {
  opacity: 0 !important;
  padding-top: 42.5%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media (max-width: 767px) {
  .top #slide .swiper-slide {
    padding-top: 67.5%;
  }
}
.top #slide .swiper-slide-active {
  opacity: 1 !important;
}
.top #slide .swiper-slide--1 {
  background-position: 75% 50%;
  background-size: auto 50%;
}
@media (max-width: 767px) {
  .top #slide .swiper-slide--1 {
    background-size: auto 60%;
    background-position: 50% 70%;
  }
}
.top #slide .swiper-slide--2 {
  background-position: 100% 50%;
  background-size: auto 70%;
}
@media (max-width: 767px) {
  .top #slide .swiper-slide--2 {
    background-size: auto 80%;
    background-position: 100% 60%;
  }
}
.top #slide .swiper-slide--3 {
  background-position: 77.5% 57.5%;
  background-size: auto 70%;
}
@media (max-width: 767px) {
  .top #slide .swiper-slide--3 {
    background-size: auto 80%;
    background-position: 45% 100%;
  }
}
.top #slide .swiper-slide--4 {
  background-position: 77.5% 50%;
  background-size: auto 60%;
}
@media (max-width: 767px) {
  .top #slide .swiper-slide--4 {
    background-size: auto 70%;
    background-position: 50% 80%;
  }
}
.top-about {
  overflow: hidden;
}
.top-about h3 {
  color: #3D423F;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-about h3 {
    font-size: 8vw;
  }
}
.top-about__box {
  position: relative;
  background-repeat: no-repeat;
  background-size: 400px auto;
  background-position: calc( 50% - 350px ) 50%;
}
@media (max-width: 1040px) {
  .top-about__box {
    background-size: 300px auto;
    background-position: calc( 50% - 250px ) 50%;
  }
}
@media (max-width: 767px) {
  .top-about__box {
    width: 100%;
    height: auto;
    padding-top: 70%;
    margin: 0;
    background-size: 80% auto;
    background-position: 50% 0%;
  }
}
.top-about__box--1 {
  background-image: url(/images/top/about-figure--2.png);
}
.top-about__box--2 {
  background-image: url(/images/top/about-figure--3.png);
}
.top-about__box--3 {
  background-image: url(/images/top/about-figure--1.png);
}
.top-about__box dl {
  margin: 0 0 0 auto;
  padding: 12.5% 0;
  width: 60%;
}
@media (max-width: 767px) {
  .top-about__box dl {
    padding: 0;
    width: 100%;
  }
}
.top-about__box--reverse {
  background-position: calc( 50% + 350px ) 50%;
}
@media (max-width: 1040px) {
  .top-about__box--reverse {
    background-position: calc( 50% + 250px ) 50%;
  }
}
@media (max-width: 767px) {
  .top-about__box--reverse {
    margin: 3em 0;
    background-size: 80% auto;
    background-position: 50% 0%;
  }
}
.top-about__box--reverse dl {
  margin-right: auto;
  margin-left: 0;
}
.top-about__box--reverse .top-about__subtitle {
  text-align: right;
}
@media (max-width: 767px) {
  .top-about__box--reverse .top-about__subtitle {
    text-align: left;
  }
}
.top-about__box--reverse .top-about__title {
  text-align: right;
}
@media (max-width: 767px) {
  .top-about__box--reverse .top-about__title {
    text-align: left;
  }
}
.top-about__subtitle {
  color: #0B9FA2;
  font-size: 80%;
  margin: 0 0 0.33em 0;
}
.top-about__title {
  color: #202020;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .top-about__title {
    font-size: 6vw;
  }
}
.top-about__lead {
  margin: 1em 0 0 0;
  padding: 0;
  color: #3C3C3C;
  line-height: 1.8;
}
.top-class {
  margin-top: -10%;
  background-image: url(/images/top/bg6.svg);
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .top-class {
    background-repeat: repeat-y;
  }
}
.top-class h3 {
  color: #3D423F;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-class h3 {
    font-size: 8vw;
  }
}
.top-class--1 img {
  max-width: 80%;
}
@media (max-width: 980px) {
  .top-class--1 img {
    max-width: 60%;
  }
}
.top-class--2 img {
  max-width: 69%;
}
@media (max-width: 980px) {
  .top-class--2 img {
    max-width: 60%;
  }
}
.top-class--3 img {
  max-width: 62%;
}
@media (max-width: 980px) {
  .top-class--3 img {
    max-width: 60%;
  }
}
.top-class--4 img {
  max-width: 56%;
}
@media (max-width: 980px) {
  .top-class--4 img {
    max-width: 60%;
  }
}
.top-class .col__box {
  background-color: #f8fbfd;
  border-radius: 0.5em;
  padding-bottom: 2.4em;
  position: relative;
}
@media (max-width: 980px) {
  .top-class .col__box:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .top-class .col__box:nth-child(n+2) {
    margin-top: 2em;
  }
}
.top-class .col__box figure {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}
.top-class .col__box figure img {
  width: 100%;
}
.top-class .col__box dl {
  margin: 0;
  padding: 1em;
  text-align: left;
}
.top-class .col__box dt {
  font-weight: bold;
  font-size: 110%;
  text-transform: uppercase;
  margin: 0 0 0.33em 0;
  padding: 0;
  text-shadow: 0px 0px 1px #000;
}
.top-class .col__box dd {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.top-class .col__box figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2.4;
  border-radius: 0 0 0.5em 0.5em;
}
.top-class--1 dt {
  color: #0B9FA2;
}
.top-class--1 figcaption {
  color: #fff;
  background-color: #0B9FA2;
}
.top-class--2 dt {
  color: #D9E021;
}
.top-class--2 figcaption {
  color: #202020;
  background-color: #D9E021;
}
.top-class--3 dt {
  color: #EF7651;
}
.top-class--3 figcaption {
  color: #fff;
  background-color: #EF7651;
}
.top-class--4 dt {
  color: #da2331;
}
.top-class--4 figcaption {
  color: #fff;
  background-color: #da2331;
}
.top-staff h3 {
  color: #3D423F;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-staff h3 {
    font-size: 8vw;
  }
}
.top-staff .staff__wrapper {
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .top-staff .staff__wrapper {
    max-width: 100%;
  }
}
.top-staff .swiper-container {
  margin: 3em 0;
}
@media (max-width: 767px) {
  .top-staff .swiper-container {
    margin: 20px 0;
  }
}
.top-staff .swiper-slide {
  border-radius: 0.5em;
  background-size: 0 0;
  background-repeat: none;
  padding-bottom: 3em;
}
.top-staff .swiper-slide:before {
  content: '';
  position: relative;
  z-index: 1;
  padding-top: 100%;
  display: block;
  margin: 2px;
  background-image: inherit;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5em;
  transition: opacity 0.6s;
}
.top-staff .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: calc( 100% - 4px );
  padding-top: 100%;
  background-color: #3C423F;
  top: 4px;
  right: 0;
  border-radius: 0.5em;
  transform: translate(-2px, -2px);
  transition: transform 0.3s;
}
.top-staff .swiper-slide:hover:after {
  transform: translate(0, 0);
}
.top-staff .swiper-slide a {
  display: block;
  color: #414042;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-staff .swiper-slide a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  padding: 1em 0;
  line-height: 1;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-staff__footer {
  background-color: #f8fbfd;
  margin-top: -56.25%;
  position: relative;
}
@media (max-width: 767px) {
  .top-staff__footer {
    margin-top: -50%;
  }
}
.top-staff__footer:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  border-radius: 0 0 0 25%;
  background-color: #fff;
  position: relative;
}
.top-news {
  background-color: #f8fbfd;
}
.top-news h3 {
  color: #3D423F;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-news h3 {
    font-size: 8vw;
  }
}
.top-news ul {
  margin: 0;
  padding: 0;
}
.top-news ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-news ul li a {
  display: block;
  padding: 1.33em 1em 1.33em 300px;
  position: relative;
  color: #202020;
  text-decoration: none;
  border-bottom: 1px solid #0B9FA2;
}
@media (max-width: 980px) {
  .top-news ul li a {
    padding: 1em 1em 1em 260px;
  }
}
@media (max-width: 767px) {
  .top-news ul li a {
    padding: 3em 10px 1em 10px;
  }
}
.top-news ul li a:hover .news__title {
  text-decoration: none;
}
.top-news ul li time {
  position: absolute;
  top: 50%;
  left: 20px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-50%);
  width: 8em;
  text-align: left;
}
@media (max-width: 980px) {
  .top-news ul li time {
    font-size: 12px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .top-news ul li time {
    font-size: 3.25vw;
    top: 1.33em;
    transform: none;
    left: 10px;
  }
}
.top-news .news__cat {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 140px;
  line-height: 2;
  text-align: center;
  transform: translateY(-50%);
  width: 10em;
  background-color: #fff;
  border: 1px solid #0B9FA2;
  border-radius: 3px;
  color: #0B9FA2;
}
@media (max-width: 980px) {
  .top-news .news__cat {
    font-size: 12px;
    left: 120px;
  }
}
@media (max-width: 767px) {
  .top-news .news__cat {
    font-size: 3.25vw;
    top: 1em;
    transform: none;
    left: auto;
    right: 10px;
  }
}
.top-news .news__title {
  text-decoration: underline;
}
.top-news .news__title:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 100%;
  display: none;
  width: 1em;
  height: 1.2em;
  margin-left: 0.25em;
  vertical-align: middle;
}
.top-news__footer {
  background-color: #b5e2e3;
  margin-top: -56.25%;
}
@media (max-width: 767px) {
  .top-news__footer {
    margin-top: -50%;
  }
}
.top-news__footer:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  border-radius: 0 0 25% 0;
  background-color: #f8fbfd;
}

/* ----------------------------------------------------------------
	about
----------------------------------------------------------------- */
.about--1 h3, .about--2 h3, .about--3 h3, .about--4 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  color: #3D423F;
  margin: 0;
}
@media (max-width: 767px) {
  .about--1 h3, .about--2 h3, .about--3 h3, .about--4 h3 {
    font-size: 8vw;
  }
}
.about--1 h4, .about--2 h4, .about--3 h4, .about--4 h4 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .about--1 h4, .about--2 h4, .about--3 h4, .about--4 h4 {
    font-size: 6vw;
  }
}
.about--1 header p, .about--2 header p, .about--3 header p, .about--4 header p {
  text-align: center;
  color: #0B9FA2;
  margin: 1em 0;
  line-height: 1.33;
}
.about--1 figure, .about--2 figure, .about--3 figure, .about--4 figure {
  margin: 0;
}
.about--1 .field {
  border: 1px solid #0B9FA2;
  border-radius: 1em;
  padding: 40px;
}
@media (max-width: 980px) {
  .about--1 .field {
    padding: 20px;
  }
}
.about--1 header {
  position: relative;
  margin-bottom: -1.5em;
  text-align: center;
}
.about--1 header p {
  padding: 0 0.5em;
  display: inline-block;
  background-color: #fff;
}
.about--1-1 .col p {
  line-height: 2;
  margin: 0;
}
.about--1-1 .col p + p {
  margin-top: 1em;
}
.about--1-2 figure {
  position: relative;
}
@media (max-width: 767px) {
  .about--1-2 figure {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about--1-2 figure figcaption {
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  font-weight: bold;
  transform: translateX(-50%);
}
.about--1-2 figure figcaption b {
  font-weight: normal;
  display: block;
  font-size: 77%;
  color: #A2A2A2;
  margin: 0 0 0.5em 0;
}
.about--1-2 p {
  margin: 2em 0 0 0;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .about--1-2 p {
    margin-top: 1em;
  }
}
@media (max-width: 980px) {
  .about--1-2 .col__box:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .about--1-2 .col__box:nth-child(n+2) {
    margin-top: 2em;
  }
}
.about--1-3 p, .about--1-4 p {
  line-height: 2;
  margin: 0;
}
.about--1-3 p + p, .about--1-4 p + p {
  margin-top: 1em;
}
.about--1-5 .col p {
  line-height: 2;
  margin: 0;
}
.about--1-5 .col p + p {
  margin-top: 1em;
}
.about--3 p {
  line-height: 2;
  margin: 0;
}
.about--3 p + p {
  margin-top: 1em;
}
.about--4 .col .col__box:nth-child(n+4) {
  margin-top: 2em;
}
@media (max-width: 980px) {
  .about--4 .col .col__box {
    width: 48.5%;
    margin-right: 3%;
  }
  .about--4 .col .col__box:nth-child(2n) {
    margin-right: 0;
  }
  .about--4 .col .col__box:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media (max-width: 767px) {
  .about--4 .col .col__box {
    width: 100%;
    margin-right: 0;
  }
  .about--4 .col .col__box:nth-child(n+2) {
    margin-top: 2em;
  }
}
.about--4 figure {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 0;
  border-radius: 0.5em;
}
.about--4 figure.commingsoon {
  border: 2px solid #D9E021;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .about--4 figure {
    width: 80%;
    margin: 0 auto;
    padding-top: 75%;
    background-size: auto 100%;
  }
}
.about--4 dl {
  margin: 1em 0;
}
@media (max-width: 767px) {
  .about--4 dl {
    text-align: center;
  }
}
.about--4 dt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .about--4 dt {
    font-size: 5vw;
  }
}
.about--4 dd {
  margin: 0.5em 0 0 0;
  padding: 0 1em;
  display: inline-block;
  border-radius: 1em;
  line-height: 2;
  font-size: 77%;
  color: #fff;
}
.about--4 dd.school--ashiya {
  background-color: #0B9FA2;
}
.about--4 dd.school--shukugawa {
  background-color: #EF7651;
}
.about--4 p {
  margin: 0;
  line-height: 1.8;
}
.about--4 p + p {
  margin: 1em 0 0 0;
}
.about--2 h4 {
  font-size: 2.4em;
}
@media (max-width: 767px) {
  .about--2 h4 {
    font-size: 8vw;
  }
}
.about--2 h4 small {
  display: block;
  font-size: 50%;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.about--2 dl {
  margin: 0;
  padding: 0;
}
.about--2 dt {
  margin: 0 0 0.5em 0;
  font-size: 2.4em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about--2 dt {
    font-size: 6vw;
  }
}
.about--2 dd {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.about--2 dd p {
  margin: 0;
}
.about--2 dd p + p {
  margin: 1em 0 0 0;
}
.about--2 .inner {
  background-color: #fff;
  border-radius: 0.5em;
  padding: 2em;
}
@media (max-width: 767px) {
  .about--2 .inner {
    border-radius: 0.5em;
    padding: 1em;
  }
}
.about--2-1 {
  z-index: 1;
  position: relative;
  background-color: #0B9FA2;
}
.about--2-1 h4 {
  color: #fff;
}
.about--2-2 {
  background-color: #D9E021;
}
.about--2-2 h4 {
  color: #202020;
}
.about--2-3 {
  background-color: #EF7651;
}
.about--2-3 h4 {
  color: #fff;
}
.about--2-4 {
  z-index: 1;
  position: relative;
  background-color: #da2331;
}
.about--2-4 h4 {
  color: #fff;
}
.about--2-5 .inner {
  padding: 0;
}
.about--2-5 h5 {
  color: #fff;
  margin: -1.2em 1.5em 0 1.5em;
  border-radius: 2.4em;
  line-height: 2.4;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .about--2-5 h5 {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .about--2-5 h5 {
    font-size: 5vw;
  }
}
.about--2-5 .field {
  border-radius: 0.5em;
  padding: 0 2em 2em 2em;
}
@media (max-width: 980px) {
  .about--2-5 .field {
    padding: 0 1em 1em 1em;
  }
}
.about--2-5 table {
  margin: 1em 0 0 0;
  width: 100%;
}
.about--2-5 table td {
  padding: 0.5em 0;
  border-bottom: 1px solid #EDEDED;
}
.about--2-5--daily h5 {
  background-color: #0B9FA2;
}
.about--2-5--daily .field {
  border: 1px solid #0B9FA2;
}
@media (max-width: 767px) {
  .about--2-5--sat {
    margin-top: 2em;
  }
}
.about--2-5--sat h5 {
  background-color: #EF7651;
}
.about--2-5--sat .field {
  border: 1px solid #EF7651;
}
.about--2__figure img {
  width: 100%;
}
.about--2__thumbnail {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about--2__thumbnail li {
  width: 33.3333%;
}
.about__footer {
  background-color: #b5e2e3;
  margin-top: -56.25%;
}
@media (max-width: 767px) {
  .about__footer {
    margin-top: -50%;
  }
}
.about__footer:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  border-radius: 0 0 25% 0;
  background-color: #fff;
}

/* ----------------------------------------------------------------
	contact
----------------------------------------------------------------- */
.contact {
  position: relative;
  background: #b5e2e3;
  padding-bottom: 600px;
  margin-top: -60px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .contact {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: -45px;
  }
}
.contact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/images/top/bg1.svg), url(/images/top/bg4.svg);
  background-position: -33% 5%, 133% 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 33% auto, 33% auto;
}
.contact:after {
  content: '';
  z-index: 0;
  position: absolute;
  bottom: -250px;
  left: 50%;
  display: block;
  background-image: url(/images/common/footer.svg);
  background-repeat: no-repeat;
  background-position: calc( 50% + 30px) 100%;
  background-size: 100% auto;
  width: 2000px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .contact:after {
    margin: 2em 0 0 0;
    position: relative;
    bottom: 0;
    left: 50%;
    display: block;
    background-image: url(/images/common/footer.svg);
    background-repeat: no-repeat;
    background-position: calc( 50% + 2%) 0;
    background-size: 100% auto;
    width: 205%;
    height: 0;
    padding-top: 55%;
    transform: translate(-50%, 0);
  }
}
.contact .inner.inview {
  z-index: 2;
  position: relative;
}
.contact header {
  padding: 3em 0;
}
.contact h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.contact .wpcf7 {
  position: relative;
  z-index: 1;
}
.contact__message {
  z-index: 1;
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 36px;
  line-height: 1.85;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .contact__message {
    font-size: 5vw;
    bottom: 25vw;
  }
}

/* ----------------------------------------------------------------
  blog
----------------------------------------------------------------- */
.blog .heading:not(.heading--sub) {
  margin-bottom: 4em;
}
.blog__heading {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.33;
}
@media (max-width: 980px) {
  .blog__heading {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .blog__heading {
    font-size: 7vw;
  }
}
.blog__thumbnail {
  margin: 0 0 2em 0;
}
.blog__thumbnail img {
  width: 100%;
}
.blog__meta {
  line-height: 1;
  padding: 0;
  margin: 0 0 0.5em 0;
  color: #999;
  font-size: 80%;
}
.blog__meta time {
  background: url(/images/common/time.svg) no-repeat 0 50%;
  background-size: 1em auto;
  padding-left: 1.25em;
  margin: 0 0 0 0.33em;
}
.blog__content {
  margin: 0 0 4em 0;
  line-height: 2.2;
}
@media (max-width: 980px) {
  .blog__content {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .blog__content {
    line-height: 1.8;
    margin-bottom: 3em;
  }
}
.blog__content p {
  margin: 1em 0;
}
.blog__content ul, .blog__content ol {
  margin: 1em 0 1em 1.66em;
}
.blog__content ul li ul,
.blog__content ul li ol, .blog__content ol li ul,
.blog__content ol li ol {
  margin: 0.5em 0 0.5em 1em;
}
.blog__list {
  margin: 0;
  padding: 0;
}
.blog__item {
  /*
  & + &{
  	margin-top:2em;
  }
  */
}
.blog__item:last-child a {
  border-bottom: 1px solid #eee;
}
.blog__item a {
  display: block;
  color: #202020;
  padding: 20px 20px 20px calc( 33.3% + 20px );
  min-height: 180px;
  background-size: 0 0;
  background-repeat: no-repeat;
  border-top: 1px solid #eee;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .blog__item a {
    min-height: 100px;
    padding: 10px 10px 10px 120px;
  }
}
.blog__item a:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 33.3%;
  height: calc( 100% - 40px );
  background-image: inherit;
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}
@media (max-width: 767px) {
  .blog__item a:before {
    top: 10px;
    width: 110px;
    height: calc( 100% - 20px );
    background-size: 100% auto;
  }
}
.blog__item a:hover:before {
  background-size: auto 110%;
}
@media (max-width: 767px) {
  .blog__item a:hover:before {
    background-size: 110% auto;
  }
}
.blog__item--title {
  font-weight: bold;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .blog__item--title {
    font-size: 6vw;
  }
}
.blog__item--lead {
  line-height: 1.8;
  margin: 0.66em 0;
  padding: 0;
}
@media (max-width: 767px) {
  .blog__item--lead {
    line-height: 1.4;
    font-size: 80%;
  }
}
.blog__item--meta {
  color: #999;
  font-size: 80%;
}
.blog__item--meta time {
  background: url(/images/common/time.svg) no-repeat 0 50%;
  background-size: 1em auto;
  padding-left: 1.25em;
  margin: 0 0 0 0.33em;
}
.blog__latest li {
  margin: 0;
  padding: 0;
  position: relative;
}
.blog__latest li:before, .blog__latest li:after {
  display: table;
  content: '';
}
.blog__latest li:after {
  clear: both;
}
.blog__latest li a {
  display: block;
  text-decoration: none;
}
.blog__latest li a:hover .blog__latest--thumbnail:before {
  background-size: 110% auto;
}
.blog__latest li a:hover .blog__latest--title {
  text-decoration: none;
}
.blog__latest li + li {
  margin-top: 0.66em;
}
.blog__latest li table, .blog__latest li tr, .blog__latest li th, .blog__latest li td {
  padding: 0;
  border: 0 none;
  background-color: transparent;
}
.blog__latest li table {
  min-height: 70px;
}
.blog__latest--thumbnail {
  width: 110px;
  background-size: 0 0;
}
.blog__latest--thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  transition: background-size 0.3s;
}
.blog__latest--title {
  text-decoration: underline;
  color: #0B9FA2;
  font-weight: 500;
  padding-bottom: 7px !important;
  line-height: 1.2 !important;
}
.blog__latest--cat {
  font-size: 80%;
  color: #999;
}
.blog__latest--date {
  font-size: 80%;
  color: #999;
  background: url(/images/common/time.svg) no-repeat 0 50%;
  background-size: 1em 1em;
  padding-left: 1.25em;
  margin: 0 0 0 0.33em;
}

.content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 4em;
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-box;
  /*Android 4.3>=*/
  display: -webkit-flex;
  /*Safari, Chrome, Opera*/
  display: flex;
  /*IE11, Firefox*/
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1040px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .content {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.content__main {
  width: calc( 70% - 30px );
  margin-right: 30px;
}
@media (max-width: 980px) {
  .content__main {
    width: 100%;
    margin-right: 0;
  }
}
.content__main .c_button_wrapper {
  transition: opacity 0.3s, visibility 0.3s;
}
.content__main .c_button_wrapper.hide {
  opacity: 0;
  visibility: hidden;
}
.content__main #archiveLink {
  width: 100%;
  text-align: center;
}
.content__main #archiveLink .c_button_text {
  color: #0B9FA2;
}
.content__sub {
  width: 30%;
}
@media (max-width: 980px) {
  .content__sub {
    width: 100%;
    margin-top: 3em;
  }
}
.content__sub ul {
  list-style: none;
}
.content__sub ul li:before {
  display: none;
}
.content__sub dl {
  margin: 0;
}
.content__sub dl + dl {
  margin-top: 3em;
}
.content__sub dt {
  border-left: 3px solid #0B9FA2;
  margin: 0 0 1em 0;
  padding: 0.33em 0.33em 0.33em 0.66em;
  background-color: #f7f7f7;
  font-size: 1.2rem;
}
@media (max-width: 980px) {
  .content__sub dt {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .content__sub dt {
    font-size: 4vw;
  }
}
.content__sub dd {
  margin: 0;
  padding: 0;
}
.content__sub .c_button {
  margin: 0;
}
.content__sub .c_button_text {
  color: #0B9FA2;
}
.content__sub .category {
  margin: 1em 0;
}
.content__sub .category li {
  margin: 0;
}
.content__sub .category li + li {
  margin: 0.66em 0 0 0;
}
.content__sub .category a {
  color: #0B9FA2;
  text-decoration: underline;
}
.content__sub .category a:hover {
  text-decoration: none;
}
.content .col2 .col__box:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .content .col2 .col__box + .col__box {
    margin-top: 10px;
  }
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #767676;
  font-size: 90%;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

.comment-respond .logged-in-as {
  font-size: 80%;
  margin: 1em 0;
}
.comment-respond .logged-in-as a {
  color: #202020;
}
.comment-respond input[type=text], .comment-respond input[type=password], .comment-respond input[type=datetime], .comment-respond input[type=date], .comment-respond input[type=month], .comment-respond input[type=time], .comment-respond input[type=week], .comment-respond input[type=number], .comment-respond input[type=email], .comment-respond input[type=url], .comment-respond input[type=search], .comment-respond input[type=tel], .comment-respond input[type=color], .comment-respond select, .comment-respond textarea {
  display: block;
  width: 100%;
  margin-bottom: .7em;
  padding: .55em;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  line-height: 1.5;
  transition: ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-respond textare {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: .5em;
  overflow: auto;
}
.comment-respond .form-submit input {
  padding: 10px;
  width: 100%;
  display: block;
  padding: 2px 14px;
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.25);
  font-size: 1em;
  background-color: #0B9FA2;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-respond .form-submit:hover input {
  box-shadow: none;
}

/*　 コメント欄チェックボックス削除　*/
.comment-notes,
.comment-form-url,
.comment-form-email,
.comment-form-cookies-consent {
  display: none;
}

/*　 コメント欄名前とメールアドレスを見えなくする　*/
.comment-form-author label,
.comment-form-email label {
  font-size: 0;
  position: relative;
}

/*　 コメント欄の名前とメールアドレスを上書き　*/
.comment-form-author label:before {
  font-size: 16px;
  content: "お名前";
}

.comment-form-email label:before {
  font-size: 16px;
  content: "メールアドレス";
}

/*　 コメント欄の名前とメールアドレス横の必須　*/
.comment-form-author label:after,
.comment-form-email label:after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 11px;
  background: #ff9393;
  color: #fff;
  padding: 4px;
  border-radius: 2px;
  font-weight: bold;
  transform: translateY(-50%);
}

/*　 コメント欄の送信ボタンサイズ　*/
.form-submit #submit {
  padding: 10px;
  width: 100%;
}

.comment-reply-title {
  margin: 2em 0 1em;
  font-size: 2.0rem;
}

.comment-form label {
  display: block;
  margin: 12px 0 8px;
  font-weight: bold;
}

/* Message
---------------------------------------------------------------------------- */
.comment-notes {
  margin: 1em 0;
}

.comment-form-cookies-consent input[type="checkbox"] + label {
  display: inline-block;
}

.logged-in-as {
  margin: 1em 0;
}

/* ----------------------------------------------------------------------------
Comments List
---------------------------------------------------------------------------- */
.comment,
.comment .children {
  list-style: none;
}

.comment .children {
  margin-left: 1em;
  padding-left: 1em;
}

/* ----------------------------------------------------------------------------
Comments Body
---------------------------------------------------------------------------- */
.comment-body {
  padding: 24px;
  border: 1px solid #ccc;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-author {
  position: relative;
  z-index: 2;
  margin-bottom: 0.4em;
  font-size: 16px;
}

.comment-author .avatar {
  width: 50px;
  height: 50px;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  margin-left: 1em;
  color: #222;
}

.reply {
  margin: 1em 0 0 0;
}

.comment-reply-link {
  position: relative;
  font-weight: 800;
  color: #0B9FA2;
}

.comment-reply-link .icon {
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  color: #222;
}

.comment-reply-title a {
  color: #0B9FA2;
  margin-left: 1em;
  font-size: 50%;
}

/* ----------------------------------------------------------------------------
Comments Pagination
---------------------------------------------------------------------------- */
.comments-pagination {
  margin: 8px auto;
}

.comments-pagination .nav-links {
  text-align: center;
}

.comments-pagination .nav-links .page-numbers,
.comments-pagination .nav-links .current {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 8px 4px;
  border: 1px solid #005bac;
  border-radius: 50%;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 30px;
}

.comments-pagination .nav-links .current {
  border: 1px solid #005bac;
  border-radius: 50%;
  background: #005bac;
  color: #fff;
}

.comments-pagination .nav-links .dots {
  margin: 8px 0;
  border: 0;
  font-weight: bold;
}

.comments-pagination .nav-links a.page-numbers:hover {
  border-color: #f00;
  background: #f00;
  color: #fff;
  transition: all .3s;
}

.comments-pagination .nav-links a.prev.page-numbers,
.comments-pagination .nav-links a.next.page-numbers {
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 0;
  border-bottom: 1px solid #005bac;
  border-radius: 0;
  background: transparent;
}

.comments-pagination .nav-links a.prev.page-numbers:hover,
.comments-pagination .nav-links a.next.page-numbers:hover {
  border-color: #f00;
  background: #f00;
  color: #fff;
}
