@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,900;1,700&display=swap");
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

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

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: #fff;
}

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

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

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

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

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

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

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

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

.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: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.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: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.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: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.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: 50%;
  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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(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);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-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: #007aff;
}

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

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

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

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

.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%);
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

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

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.swiper-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%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  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;
  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;
}

html {
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.button--green {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3b8070;
  color: #3b8070;
  text-decoration: none;
  padding: 10px 30px;
}

.button--green:hover {
  color: #fff;
  background-color: #3b8070;
}

.button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #35495e;
  color: #35495e;
  text-decoration: none;
  padding: 10px 30px;
  margin-left: 15px;
}

.button--grey:hover {
  color: #fff;
  background-color: #35495e;
}

img {
  width: 100%;
}

p {
  color: #333;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
}

h2.dot {
  position: relative;
  margin-bottom: 30px;
}

h2.dot:before {
  left: 5px;
}

h2.dot:after, h2.dot:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 18px;
  border-bottom: 6px dotted #92d0c5;
}

h2.dot:after {
  right: 5px;
}

h3 {
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  h3 {
    margin-bottom: 30px;
  }
}

h3 img.pd {
  border: none;
  margin-bottom: -30px;
}

h3 img.pd.logo_uniq {
  width: 164px;
}

h3 img.pd.logo_ANYe {
  width: 140px;
  max-width: 100%;
}

h3 img.pd.logo_flats {
  width: 189px;
}

h3 span {
  font-size: 14px;
  display: block;
  line-height: 14px;
  font-weight: 400;
}

img.pd {
  margin-top: 0;
}

.btn {
  margin-top: -30px;
  z-index: 999;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 54px auto 0;
  }
}

.btn a {
  padding: 15px 20px;
  background: #4694D1;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 280px;
  display: block;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .btn a {
    max-width: 100%;
    margin: 0 auto;
  }
}

.btn a i {
  margin-left: .5em;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

hr {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0 auto;
  width: 90%;
}

hr.top {
  margin: 16px 0 54px;
  width: 100%;
}

.hero {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 64px;
  }
}

#content .container {
  margin: 40px auto 60px;
}

#content h4 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}

.bg-gray {
  background: #f8f8f8;
  padding-bottom: 1px;
}

#company {
  margin: -50px auto 50px;
  padding: 60px 20px 0;
}

#company h3 {
  font-size: 20px;
  text-align: left;
  margin: 50px 30px 0;
  position: relative;
}

#company h3:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #92d0c5;
  left: -27px;
  top: 9px;
  border-radius: 30px;
}

#company h4 {
  text-align: left;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

#company h4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #92d0c5;
}

#company .info {
  text-align: left;
  line-height: 35px;
  margin-bottom: 50px;
}

#company .info span {
  margin: 15px 0 -5px;
  display: block;
}

#company .btn {
  margin: 10px 0 0;
}

#company .btn a {
  font-size: 14px;
}

.contact h2 {
  font-size: 22px;
  line-height: 35px;
}

.contact a.tel {
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}

.contact .btn {
  margin: 30px 10px 10px;
}

.contact .btn a {
  background: #4694D1;
}

table tr td:first-child, table tr th:first-child {
  width: 100px;
}

table td, table th {
  font-weight: 400;
  text-align: left;
  line-height: 45px;
  font-size: 15px;
  vertical-align: top;
}

.content {
  position: relative;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: auto;
  padding: 24px;
  width: 100%;
}

.b-logo {
  margin: 0 auto 50px;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  color: #4694D1;
}

@media screen and (min-width: 768px) {
  .b-logo {
    font-size: 40px;
    letter-spacing: 5px;
    margin: 60px auto;
  }
}

.b-logo span {
  display: block;
  font-weight: 300;
  font-size: 18px;
}

.b-logo img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .b-logo img {
    margin-top: 40px;
  }
}

.b-logo.line {
  position: relative;
}

.b-logo.line:before {
  position: absolute;
  content: "";
  height: 18px;
  border-bottom: 2px solid #4694D1;
  top: 14px;
  left: 50%;
  width: 100px;
  margin-left: -230px;
}

@media screen and (max-width: 767px) {
  .b-logo.line:before {
    top: 7px;
    width: 20%;
    margin-left: -50%;
  }
}

.b-logo.line:after {
  position: absolute;
  content: "";
  height: 18px;
  border-bottom: 2px solid #4694D1;
  top: 14px;
  right: 50%;
  width: 100px;
  margin-right: -230px;
}

@media screen and (max-width: 767px) {
  .b-logo.line:after {
    top: 7px;
    width: 20%;
    margin-right: -50%;
  }
}

@media screen and (max-width: 767px) {
  .b-logo.line__wide {
    font-size: 30px;
  }
}

.b-logo.line__wide:before {
  margin-left: -320px;
}

@media screen and (max-width: 767px) {
  .b-logo.line__wide:before {
    width: 5%;
    margin-left: -50%;
  }
}

.b-logo.line__wide:after {
  margin-right: -320px;
}

@media screen and (max-width: 767px) {
  .b-logo.line__wide:after {
    width: 5%;
    margin-right: -50%;
  }
}

.img_over {
  position: relative;
  display: block;
}

.img_over:after {
  content: '';
  position: absolute;
  background-image: url(../../assets/images/arrow.svg);
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 20px;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .img_over:after {
    right: 30px;
    bottom: 33px;
    width: 26px;
    height: 13px;
  }
}

.img_over p {
  position: absolute;
  top: 40px;
  left: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .img_over p {
    font-size: 16px;
    line-height: 27px;
    top: 32px;
    left: 34px;
  }
}

.navbar-logo {
  width: 200px;
  padding: 10px;
}

.navbar-logo a {
  text-decoration: none;
}

.navbar-logo h1 {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  text-decoration: none !important;
  margin: 30px 0 0 30px;
}

@media screen and (max-width: 767px) {
  .navbar-logo h1 {
    margin: 12px 52px 0 7px;
  }
}

.navbar-brand {
  float: left;
}

.drawer__btn, .navbar-brand {
  z-index: 99999;
  position: relative;
}

.drawer__btn {
  float: right;
  margin: 24px 30px 10px;
  background: #4694D1;
  padding: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .drawer__btn {
    margin: 10px;
    width: 52px;
    height: 52px;
  }
}

.drawer__btn p {
  font-size: 10px;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .drawer__btn p {
    margin: 6px -10px;
    font-size: 9px;
  }
}

.drawer__btn span {
  width: 23px;
  height: 4px;
  display: block;
  background: #fff;
  margin: 0 auto 4px;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.drawer__btn.active span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer__btn.active span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -4px;
  margin-top: 8px;
}

.drawer__btn.active span.last {
  opacity: 0;
}

.navbar-menu {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .15s;
  transition: all .15s;
  display: block;
}

.navbar-menu .navbar-end {
  padding: 115px 30px 0;
}

.navbar-menu .navbar-end a {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  margin: 45px auto 30px;
  display: block;
  color: #fff;
}

.navbar-menu.active {
  height: 100%;
  background: #95c5ea;
}

.navbar-menu.active .navbar-end {
  height: 100%;
}

.navbar-menu .brand, .navbar-menu .contact {
  margin-bottom: 30px;
}

.navbar-menu .brand p, .navbar-menu .contact p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.navbar-menu .brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-menu .brand ul li {
  width: 46%;
  margin: 10px 0 10px 4%;
}

.navbar-menu .brand ul li:first-child {
  margin-left: 0;
  margin-right: 4%;
}

.navbar-menu .brand ul li .btn, .navbar-menu .brand ul li a {
  margin: 0;
}

.navbar-menu ul {
  list-style-type: none;
  padding: 0;
}

.navbar-menu ul li {
  background: #fff;
}

.navbar-menu .btn {
  margin-top: 15px;
  position: relative;
}

.navbar-menu .btn a {
  margin: 0;
  background: #fff;
  font-size: 14px;
}

.navbar-menu .btn i {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
}

header {
  background: #fff;
  width: 100%;
  z-index: 9999;
  position: fixed;
}

header.active {
  height: 100%;
}

footer p {
  font-size: 12px;
  color: #333;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.col-12 {
  width: 100%;
}

.col-6 {
  width: 50%;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .col-6 {
    padding: 0 20px;
  }
}

.col-4 {
  width: 33.3333%;
}

.main {
  margin-top: 80px;
}

.wb {
  background: #fff;
  height: 110px;
  width: 100%;
  z-index: 99999;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wb {
    height: 72px;
  }
}

@media (max-width: 767px) {
  .col-4, .col-6 {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: .7;
    -webkit-transition: all .15s;
    transition: all .15s;
  }
  h2.dot:before {
    width: 100px;
    left: 50%;
    margin-left: -170px;
  }
  h2.dot:after {
    width: 100px;
    right: 50%;
    margin-right: -170px;
  }
  h4 {
    text-align: left;
    font-size: 22px;
    line-height: 37px;
  }
  #content .btn {
    margin: 40px 0 0;
    position: relative;
    width: 230px;
  }
  #content .container {
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  #company h3 {
    margin-bottom: -30px;
  }
  #company .col-6 {
    padding-right: 10%;
  }
  #company .col-6:first-child {
    padding-left: 10%;
    padding-right: 0;
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main a {
    width: 33%;
  }
  .container {
    max-width: 1180px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .container .col-4 {
    padding: 30px;
  }
  .container .col-4:first-child {
    padding-left: 0;
  }
  .container .col-4:last-child {
    padding-right: 0;
  }
  .navbar-end {
    width: 440px;
    margin: 0 auto;
  }
  .detail .btn {
    position: relative;
  }
  .detail .btn a {
    width: 100%;
    display: block;
    padding: 5px 20px;
  }
  .detail .btn a i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
}

.swiper-wrapper {
  margin-left: -25px;
}

.swiper-container {
  margin-top: 50px;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #92d0c5;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 23px;
  left: 108px;
}

ul {
  list-style-type: none;
}

.frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid #c6c6c6 1px;
  width: 780px;
  margin: 0 auto 60px;
  padding: 30px 50px 20px;
}

@media screen and (max-width: 767px) {
  .frame {
    padding: 15px;
    width: 100%;
  }
}

.frame .img {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .frame .img {
    width: 100%;
    margin: 0;
    padding: 15px 60px;
    border: none;
  }
  .frame .img img {
    margin: 0 0 20px;
  }
}

.frame .info {
  width: 410px;
  padding: 20px 0 0 40px;
}

@media screen and (max-width: 767px) {
  .frame .info {
    width: 100%;
    padding: 0 20px;
  }
}

.frame .info h4, .frame .info p {
  font-size: 16px !important;
  text-align: left;
  line-height: 27px;
}

.frame .info h4 {
  margin-bottom: 0 !important;
}

.frame .info > div {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .eng_info {
    width: 50%;
    margin: 0 auto;
  }
}

.eng_info h4 {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 10px;
}

.eng_info p {
  font-size: 16px;
  margin: 8px 0 24px;
  line-height: 24px;
}

.eng_info .jp h4 {
  font-weight: 400;
}

.eng_info .jp.first {
  margin-top: 50px;
}

.eng_info .img {
  float: right;
  width: 130px;
}

@media screen and (min-width: 768px) {
  .eng_info .img {
    width: 230px;
  }
}

.company_message h4, .company_message p {
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
  width: 720px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .company_message h4, .company_message p {
    width: 100%;
  }
}

.recruit {
  width: 100%;
}

.recruit h3 {
  margin-top: 30px;
}

footer .btn {
  margin: 0 auto 50px;
}

footer .btn a {
  margin: 40px auto 0;
}

.pt {
  padding-top: 130px;
}

.sdgs {
  width: 400px;
  margin: 30px auto;
  max-width: 90%;
}
/*# sourceMappingURL=style.css.map */