@charset "UTF-8";
.swiper-navigation-area {
  width: 90%;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .swiper-navigation-area {
    width: 100%;
  }
}
.swiper-navigation-area .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-navigation-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-navigation-area .swiper-pagination-bullet {
  background-color: #346432;
  height: 17px;
  width: 17px;
}

/*==================================================
　トップカバー
===================================*/
.cover {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 991.98px) {
  .cover {
    background-position: left center;
  }
}
.cover .main-images {
  display: flex;
}
.cover .img-column {
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cover .img-column {
    width: 100%;
    height: 75%;
  }
}
.cover .img-column img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .cover .img-column img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 9/16;
  }
}

.catch-copy {
  position: absolute;
  top: 50%;
  left: 10em;
  color: #ffffff;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .catch-copy {
    left: 2em;
    transform: translateY(-70%);
  }
}
.catch-copy .main-copy {
  font-size: 122px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .catch-copy .main-copy {
    font-size: 54px;
  }
}
.catch-copy .main-copy .transparent {
  color: transparent;
  -webkit-text-stroke: 1px white;
  paint-order: stroke fill;
}
.catch-copy .sub-copy {
  color: #000;
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .catch-copy .sub-copy {
    font-size: 16px;
  }
}
.catch-copy .sub-copy .line {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5em;
  padding: 0.3em 0.7em;
}

.recruit_bnr {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 991.98px) {
  .recruit_bnr {
    bottom: 0px;
    right: 0;
    transform: scale(0.7) translateY(20px) translateX(40px);
  }
}
.recruit_bnr .bnr-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.yasashisa {
  padding: 140px 0;
  background: url(../images/top/yasashisa_bg.webp) no-repeat bottom right;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .yasashisa {
    padding: 100px 0;
  }
}
.yasashisa .text-area {
  max-width: 500px;
}
.yasashisa .text-area .main-copy {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media (max-width: 991.98px) {
  .yasashisa .text-area .main-copy {
    font-size: 30px;
  }
}
.yasashisa .text-area .text {
  line-height: 1.6;
}
.yasashisa .bg-en-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media (max-width: 991.98px) {
  .yasashisa .bg-en-text {
    top: 0;
    right: 0;
    transform: scale(0.7) translateX(30%);
  }
}

.service {
  background: #50976E;
  position: relative;
  padding: 80px 0;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #50976E;
  filter: url(#noiseFilter);
  z-index: 0;
}
.service > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .service {
    padding: 60px 0;
  }
}
.service .section-title {
  margin-bottom: 2em;
}
.service .section-title .en {
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .service .section-title .en {
    font-size: 50px;
  }
}
.service .section-title .ja {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .service .section-title .ja {
    font-size: 14px;
  }
}
.service .service-image {
  position: sticky;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  .service .service-image {
    padding: 0;
  }
}
.service .service-image .section-sub-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
}
.service .service-image .section-sub-text-ja {
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.6;
}
.service .service-image .section-sub-text {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.6;
}
.service .service-description {
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  .service .service-description {
    padding: 40px 0 0 0;
  }
}
.service .service-description .service-item {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .service .service-description .service-item {
    margin-bottom: 10px;
  }
}
.service .service-description .service-title {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  padding: 1em 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.service .service-description .service-title .number {
  margin-right: 0.3em;
  font-size: 50px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1.5px white;
  paint-order: stroke fill;
}
@media (max-width: 991.98px) {
  .service .service-description .service-title {
    font-size: 20px;
  }
  .service .service-description .service-title .number {
    font-size: 40px;
  }
}
.service .service-description .service-text {
  color: #ffffff;
  padding: 1em;
}

.sankyoten {
  padding: 100px 0 160px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .sankyoten {
    padding: 80px 0;
  }
}
.sankyoten .text-area {
  max-width: 600px;
}
.sankyoten .text-area .main-copy {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
@media (max-width: 991.98px) {
  .sankyoten .text-area .main-copy {
    font-size: 24px;
  }
}
.sankyoten .text-area .text {
  line-height: 1.6;
}
.sankyoten img {
  position: relative;
  z-index: 2;
}
.sankyoten .bg-en-text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  place-items: center;
  overflow: hidden;
  text-wrap: nowrap;
}
.sankyoten .bg-en-text .innner-text {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  color: rgba(80, 151, 110, 0.5);
}
@media (max-width: 991.98px) {
  .sankyoten .bg-en-text .innner-text {
    font-size: 60px;
  }
}

.news {
  padding: 80px 0 120px 0;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  background: #e4e4e4;
}
.news .title-area {
  width: 95%;
  display: flex;
  padding-right: 10%;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.news .title-area .section-title .en {
  font-size: 100px;
  font-weight: bold;
  color: #50976E;
}
@media (max-width: 991.98px) {
  .news .title-area .section-title .en {
    font-size: 60px;
  }
}
.news .title-area .section-title .ja {
  font-size: 20px;
  font-weight: normal;
  color: #50976E;
}
@media (max-width: 991.98px) {
  .news .title-area .section-title .ja {
    font-size: 12px;
  }
}
.news .articles {
  width: 95%;
  overflow: hidden;
}
.news .articles article {
  padding-right: 20px;
}
.news .articles article span.img-wrapper {
  display: inline-block;
  overflow: hidden;
  background-color: #000;
}
.news .articles article span.img-wrapper img {
  transition: all 0.3s;
  transform: scale(1);
}
.news .articles article:hover span.img-wrapper img {
  transform: scale(1.2);
}
.news .articles .tags .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #50976E;
  background-color: rgba(80, 151, 110, 0.1);
  padding: 0.5em 1em;
  border-radius: 10px;
}
.news img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}/*# sourceMappingURL=top.css.map */