@charset "UTF-8";
/*	flex
---------------------------------------------------*/
/* ofi */
/* CSS Document */
/*====================================================================

index.css

=====================================================================*/
/*--------------------------------------------------------------------/
	first
--------------------------------------------------------------------*/
.first {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-position: 50% top;
  background-size: auto;
  background-repeat: no-repeat;
}
.first-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}
.first .l-cont {
  z-index: 1;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.fv-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* scroll */
.scroll__wrap {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
          transform: translateX(-50%);
}

.scrolldown {
  font-weight: 400;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.scrolldown a {
  -webkit-transition: 0.3s ease all;
  -webkit-transform: translateX(-50%);
  display: inline-block;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
          transform: translateX(-50%);
  color: #fff;
  font-size: 1.17em;
  text-decoration: none !important;
  text-decoration: none;
  transition: 0.3s ease all;
}
.scrolldown a:hover {
  color: #59bb40;
}
.scrolldown a:hover span {
  -webkit-transition: 0.3s ease all;
  border-color: #59bb40;
  transition: 0.3s ease all;
}
.scrolldown a:hover span::before {
  background-color: #59bb40;
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*--------------------------------------------------------------------/
	content
--------------------------------------------------------------------*/
.cont-wrap {
  padding-top: 64px;
  padding-top: 4rem;
}

.txt-intro {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: calc(1rem + 0.29412vw - 0.94118px);
  text-align: left;
}

/* top-cont01 */
.top-cont01 {
  z-index: 1;
  background: #fff;
}

/* top-cont02 */
.top-cont02, .top-cont05 {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background-position: 50% top;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.top-cont01 .btnselect .c-box__txt-01,
.top-cont02 .btnselect .mCSB_container,
.top-cont05 .btnselect .mCSB_container {
  position: relative;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.top-cont01 .btnselect .c-box__txt-01,
.top-cont02 .btnselect .mCSB_container,
.top-cont05 .btnselect .mCSB_container {
  position: relative;
  padding-bottom: 96px;
  padding-bottom: 6rem;
}

.works-list__inner {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

/* top-cont03 */
.top-cont03 {
  z-index: 1;
  background: #fff;
}
.top-cont03 .c-box__tit {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.company-cont {
  padding: 32px 4%;
  padding: 2rem 4%;
  border-radius: 2rem;
  background: #f8f8d7;
}

/* top-cont04 */
.top-cont04__info {
  background: #ffffee;
}
.top-cont04__news {
  background: #4a9237;
}
.top-cont04 .cont__tit {
  color: #479533;
}

.info-box01 .frame {
  background: #fff;
}
.info-box01 .tax__icon {
  margin-left: 0;
  color: #fff;
  font-size: 20.8px;
  font-size: 1.3rem;
}
.info-box01__tit {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #59bb40;
  font-weight: 500;
  font-size: 1.05em;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.info-box01__date {
  font-weight: 400;
}
.info-box01__txt {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.info-box01 .btn--arrow {
  background-color: #59bb40;
}
.info-box01 a:hover .btn--arrow {
  background-color: #4a9237;
}

[class*=top-cont04] {
  padding-top: 112px;
  padding-top: 7rem;
  padding-bottom: 112px;
  padding-bottom: 7rem;
}

.pic-right figure, .pic-left figure {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
  background: transparent !important;
}
.pic-right figcaption, .pic-left figcaption {
  margin-top: 16px;
  margin-top: 1rem;
}

/* map  */
.map {
  position: relative;
  height: 0;
  padding: 0;
  padding-bottom: 40%;
  overflow: hidden;
  background-color: #fff;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/* top-cont05  */
.top-cont05 {
  color: black !important;
}
.top-cont05 .l-cont {
  z-index: 1;
  position: relative;
}
.top-cont05 .tel-link a {
  color: black;
}

.contact__tel {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: calc(3rem + 1.17647vw - 3.76471px);
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}
.contact__tel a {
  text-decoration: none !important;
}
.contact__tel .tel-link a {
  vertical-align: bottom;
}

/* お問い合わせコンテンツ */
.top-cont05 .btn__wrap {
  max-width: 420px;
}

.contact__tel {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: center;
}

/*	flex
---------------------------------------------------*/
/* ofi */
/*--------------------------------------------------------------------/
	feed
/--------------------------------------------------------------------*/
.feed-box__wrap {
  color: #fff;
  /*overflow: hidden;*/
  text-align: left;
}
.feed-box__table {
  width: 100%;
}
.feed-box__table__wrap {
  max-height: 300px;
  overflow-y: auto;
}
.feed-box__table th, .feed-box__table td {
  display: block;
  font-size: 0.82em;
  text-align: left;
}
.feed-box__table th {
  padding: 4.8px 11.2px 0 0;
  padding: 0.3rem 0.7rem 0 0;
  font-weight: 400;
}
.feed-box__table td {
  padding: 0 11.2px 11.2px 0;
  padding: 0 0.7rem 0.7rem 0;
}
.feed-box__table td a {
  -webkit-transition: 0.3s ease all;
  color: #fff;
  transition: 0.3s ease all;
}

/* blog-category */
[class^=feed__icon] {
  display: inline-block;
  margin-left: 24px;
  margin-left: 1.5rem;
  padding: 8px 9.6px;
  padding: 0.5rem 0.6rem;
  background-color: #666;
  line-height: 1.2;
}

/**
 * Swiper 4.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2017
 */
.swiper-container {
  z-index: 1;
  z-index: 1;
  position: relative;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-left: 4%;
  overflow: hidden;
}

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

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

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

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

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

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

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

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-transition-property: height, -webkit-transform;
          align-items: flex-start;
  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 {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to left, rgba(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, .5)), to(transparent));
  background-image: linear-gradient(to right, rgba(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, .5)), to(transparent));
  background-image: linear-gradient(to top, rgba(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, .5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(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 {
  z-index: 10;
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-position: center;
  background-size: 36;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  -webkit-transform: translateY(-50%);
  right: auto;
  bottom: calc(50% - 20px);
  left: 0;
          transform: translateY(-50%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  right: 0;
  bottom: calc(50% - 20px);
  left: auto;
          transform: translateY(-50%);
}

.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-pagination {
  -webkit-transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
          transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 32px;
  bottom: 2rem;
  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);
  position: relative;
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-bullet-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #007aff;
  opacity: 1;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.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 {
  -webkit-transform: translateX(-50%);
  left: 50%;
          transform: translateX(-50%);
  white-space: nowrap;
}

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

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

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

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

.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 {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

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

.swiper-lazy-preloader:after {
  display: block;
  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;
  content: "";
}

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.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 {
  -webkit-transition-property: opacity;
  pointer-events: none;
  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 {
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
          transform-origin: 0 0;
  backface-visibility: hidden;
  pointer-events: none;
}

.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 {
  visibility: visible;
  pointer-events: auto;
}

.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 {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
          filter: blur(50px);
  opacity: 0.6;
}

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

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

.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 {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

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

.swiper-container {
  padding-bottom: 60px;
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: 0.3s ease all;
  background-color: rgba(187, 187, 187, .8);
  transition: 0.3s ease all;
}
.swiper-button-next .icon-left_arrow, .swiper-button-next .icon-right_arrow,
.swiper-button-prev .icon-left_arrow,
.swiper-button-prev .icon-right_arrow {
  -webkit-transition: 0.3s ease all;
  color: #f3f3f3;
  font-size: 36px;
  transition: 0.3s ease all;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(89, 187, 64, .8);
}
.swiper-button-next:hover .icon-left_arrow, .swiper-button-next:hover .icon-right_arrow,
.swiper-button-prev:hover .icon-left_arrow,
.swiper-button-prev:hover .icon-right_arrow {
  color: #fff;
}
/* top-qa */
.top-qa {
  background-color: #ffffee;
}

.qa-dl {
  width: 100%;
  counter-reset: qa-num;
}
.qa-dl dt {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-left: calc(2.2rem + 1.5vw);
  font-weight: 500;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.qa-dl dt:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}
.qa-dl dt::before {
  position: absolute;
  top: -0.3em;
  left: 0;
  content: counter(qa-num);
  font-weight: 600;
  font-size: 1.4em;
  font-family: 'Zen Maru Gothic', sans-serif;
  counter-increment: qa-num;
}
.qa-dl dd {
  padding-left: calc(2.5rem + 2vw);
}
.qa-dl dd:not(:last-child) {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #59bb40;
}

/* 20210407 追記 タブレット時挨拶画像サイズ調整 */

.top-cont03 .ofi-contain {
  border-radius: 2rem;
}

.top-cont05 .btn__wrap a {
  padding: 25.6px 0;
  padding: 1.6rem 0;
  font-size: 27.2px;
  font-size: 1.7rem;
}

.sub-box {
  max-width: 90%;
  margin: 40px auto;
}

.accessmap {
  padding-top: 128px;
  padding-top: 8rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  background: white;
}

.map {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.map_txt {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
}

.map_txt:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: "●";
  color: #59bb40;
  font-size: 0.8em;
}

#facility-overview {
  padding-top: 96px;
  padding-top: 6rem;
}

#recruit {
  padding-top: 128px;
  padding-top: 8rem;
}

.top-cont02, .top-cont05 {
  color: #3A2103;
}

.top-cont05 .cont__tit ::before {
  display: none;
}
.top-cont05 .cont__tit {
  color: black;
}
.top-cont05 .black-bg {
  background: #cee6c8;
  opacity: 0.7;
}

#tablepress-4-name {
  margin-top: 128px;
  margin-top: 8rem;
}

.top-cont04__info .cont__tit,
#access .cont__tit {
  z-index: 3;
  position: relative;
}
.top-cont04__info .cont__tit::before,
#access .cont__tit::before {
  -webkit-transform: rotate(90deg);
  z-index: -1;
  position: absolute;
  top: -12%;
  left: 51%;
  width: 160px;
  width: 10rem;
  height: 144px;
  height: 9rem;
          transform: rotate(90deg);
  border-radius: 0 65px;
  background-color: #dcffd3;
  content: "";
}
@media print, screen and (min-width: 376px) {
  /*====================================================================/
  	/*------------------iPhone 以上----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  /*====================================================================/
  	/*------------------iPhone 以上----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media print, screen and (min-width: 561px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .cont-wrap {
    padding-top: calc(4rem + 17.85714vw - 171.42857px);
  }
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .top-cont03 .pic-img {
    text-align: center;
  }
  .top-cont03 .ofi-contain {
    max-width: 300px;
    margin: 0 auto;
  }
  .top-cont03 .greeting__name {
    text-align: center;
  }
}
@media print, screen and (min-width: 977px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .txt-intro {
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .top-cont03 .c-box__tit {
    margin-bottom: 2rem;
  }
  .top-cont03 .l-box {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .top-cont04__news .feed-box__wrap {
    max-width: 900px;
  }
  [class*=top-cont04] {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .pic-right, .pic-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .pic-right .pic-img, .pic-left .pic-img {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
  .pic-right .txt, .pic-left .txt {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  .pic-left .pic-img {
    margin-right: 4%;
  }
  .pic-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pic-right .pic-img {
    background: transparent;
  }
  .map {
    padding-bottom: 480px;
  }
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .feed-box__wrap {
    position: relative;
    margin: 0 auto;
  }
  .feed-box__table th, .feed-box__table td {
    display: table-cell;
  }
  .feed-box__table th {
    width: 120px;
  }
  .feed-box__table td {
    padding-bottom: 2rem;
  }
  .top-qa .l-box {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .sub-box {
    max-width: 60%;
  }
}
@media print, screen and (min-width: 1257px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .first {
    height: 100vh;
  }
  .scrolldown a {
    padding-top: 60px;
  }
  .scrolldown a span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
  }
  .scrolldown a span::before {
    -webkit-animation: ball 2s infinite;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
            animation: ball 2s infinite;
  }
  .top-cont02 .category-list, .top-cont05 .category-list {
    margin-right: 20px;
    margin-left: 20px;
  }
  .top-cont02 .free-content, .top-cont05 .free-content {
    padding-bottom: 60px;
  }
  .contact__tel {
    font-size: 4rem;
  }
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .swiper-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    -webkit-transform: translateY(-50%);
    top: calc(50% - 50px);
            transform: translateY(-50%);
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    -webkit-transform: translateY(-50%);
    top: calc(50% - 50px);
            transform: translateY(-50%);
  }
  .qa-dl dt {
    padding-left: 4rem;
    font-size: 1.8rem;
  }
  .qa-dl dd {
    padding-left: 4rem;
  }
}
@media print, screen and (min-width: 1920px) {
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  /*====================================================================/
  	/*-------------------full PCスタイル-------------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 1256px) {
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .first {
    position: relative;
    width: 100%;
    background: transparent;
  }
  .first::before {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .first::after {
    display: block;
    z-index: -1;
    padding-top: 75%;
    content: "";
  }
  .first::before {
    background-image: url(../img/bg_01_tb.jpg);
  }
  .first-wrap.blur {
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .first .l-cont {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .scrolldown a {
    padding-top: 60px;
  }
  .scrolldown a span {
    -webkit-transform: rotate(-45deg);
    -webkit-animation: arrow 1.5s infinite;
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
            transform: rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
            animation: arrow 1.5s infinite;
  }
  .top-cont02, .top-cont05 {
    background-image: url(../img/bg_02_pc.jpg);
  }
  .top-cont05 {
    background-image: url(../img/bg_03_pc.jpg);
  }
  /*====================================================================/
  	/*------------------PC以下---------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 976px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .top-cont02, .top-cont05 {
    background-position: 50% 0;
    background-size: cover;
  }
  .top-cont02, .top-cont05 {
    background-image: url(../img/bg_02_sp.jpg);
  }
  .top-cont05 {
    background-image: url(../img/bg_03_sp.jpg);
  }
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .first::after {
    padding-top: 133%;
  }
  .first::before {
    background-image: url(../img/bg_01_sp.jpg);
  }
  .pic-right figure, .pic-left figure {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  .top-cont04__info .cont__tit::before,
  #access .cont__tit::before {
    width: 7rem;
    height: 7rem;
    border-radius: 0 55px;
  }
}
@media screen and (max-width: 375px) {
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
  /*====================================================================/
  	/*------------------iPhone 以下----------------
  	/====================================================================*/
  html {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #global .global__items > li a {
    height: 100%;
  }
}
@media screen and (orientation: landscape) {
  .first::before {
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}
/*# sourceMappingURL=map/top.css.map */
