/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  padding-bottom: 20px;
}
#main-visual .mv-img-slider {
  height: calc(100vh - 84px - 22.5rem);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-img-slider {
    height: calc(100vh - 72px - 18em);
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-img-slider {
    height: 360px;
    min-height: unset;
  }
}
#main-visual .mv-img-slider .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-img-slider .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .mv-img-slider .swiper-img.__01 img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
#main-visual .mv-img-slider .swiper-img.__03 img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@keyframes zoomPan {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#main-visual .mv-img-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-img-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-img-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 6.6s linear 0s normal both;
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#main-visual .mv-catch {
  color: #fff;
  background-image: url(../images/bg-img_green.jpg);
  background-size: cover;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
  width: 100%;
  padding: 3.75rem 0;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch {
    padding: 3.2em 0;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch {
    padding: 2.8em 0;
  }
}
#main-visual .mv-catch .mv-txt-slider {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto !important;
}
#main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide h2 {
    font-size: min(6.2vw, 2em);
  }
}
#main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide h2 span {
  line-height: 1em;
  letter-spacing: 0;
}
#main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide h2 .__row {
  overflow-y: hidden;
  display: inline-block;
}
#main-visual .mv-catch .mv-txt-slider .swiper-wrapper .swiper-slide h2 .__row span {
  display: inline-block;
  transform: translateY(100%);
}
#main-visual .mv-catch .catch-txt {
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}
#main-visual .mv-catch .catch-txt p {
  text-align: center;
  font-size: max(1.0625rem, 1em);
}
#main-visual .mv-slider-pagination {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#main-visual .bar {
  width: calc(33.3333333333% - 2px);
  height: 3px;
  background: #dedede;
  position: relative;
  overflow: hidden;
}
#main-visual .bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #a8533d;
}

.sec-about {
  position: relative;
  z-index: 4;
}
.sec-about .sec-inner .flex-wrap {
  margin-left: auto;
  margin-bottom: -3em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .flex-wrap {
    margin-right: auto;
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .flex-wrap {
    margin-bottom: -2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .flex-wrap .sec-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .flex-wrap .sec-link {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .flex-wrap .img-wrap {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .flex-wrap .img-wrap {
    margin-right: auto;
  }
}
.sec-about .sec-inner .flex-wrap .img-wrap img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.sec-works {
  margin-bottom: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-works {
    margin-bottom: 0;
  }
}
.sec-works::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3em);
  background-image: url(../images/bg-img.jpg);
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .sec-works::before {
    background-attachment: scroll;
    background-size: cover;
    height: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-works::before {
    height: calc(100% - 6em);
  }
}
.sec-works .sec-inner {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner {
    margin-top: 3em;
  }
}
.sec-works .sec-inner .flex-wrap {
  flex-direction: row-reverse;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-inner .flex-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .flex-wrap {
    margin-top: 2em;
  }
}
.sec-works .sec-inner .flex-wrap .sec-txt {
  margin-top: 0;
}
.sec-works .sec-inner .flex-wrap .sec-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .flex-wrap .sec-link {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .flex-wrap .img-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-results .sec-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-results .sec-inner {
    display: block;
  }
}
.sec-results .sec-inner .txt-wrap {
  position: relative;
  z-index: 2;
  width: calc(100% - 48.75rem);
  margin-right: -7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-results .sec-inner .txt-wrap {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-results .sec-inner .txt-wrap .sec-ttl h2 {
    font-size: 1.75em;
    padding-bottom: 0.2em;
  }
}
.sec-results .sec-inner .txt-wrap .sec-txt {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-results .sec-inner .txt-wrap .sec-txt {
    margin-top: 2em;
  }
}
.sec-results .sec-inner .txt-wrap .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.sec-results .sec-inner .txt-wrap .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-results .sec-inner .txt-wrap .sec-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-results .sec-inner .txt-wrap .sec-link {
    width: 100%;
  }
}
.sec-results .sec-inner .img-wrap {
  width: 48.75rem;
  aspect-ratio: 3/2;
  box-shadow: 2px 2px 6px rgba(40, 40, 40, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-results .sec-inner .img-wrap {
    width: calc(100% - 27em - 5em);
    margin-top: -3.5em;
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-results .sec-inner .img-wrap {
    width: min(100%, 400px);
    margin-top: 4em;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-results .sec-inner .img-wrap {
    margin-top: 3em;
  }
}
.sec-results .sec-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.sec-recruit {
  color: #fff;
  background-image: url(../images/recruit-bgimg.jpg);
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .sec-recruit {
    background-attachment: scroll;
    background-size: cover;
  }
}
.sec-recruit::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #363230;
  opacity: 0.8;
}
.sec-recruit .sec-ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-ttl h2 {
    font-size: 1.75em;
    padding-bottom: 0.2em;
  }
}
.sec-recruit .flex-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap {
    display: block;
    margin-top: 2em;
  }
}
.sec-recruit .flex-wrap .sec-txt {
  width: calc(100% - 27em - 10rem);
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .sec-txt {
    width: 100%;
  }
}
.sec-recruit .flex-wrap .sec-txt p {
  font-size: max(1.0625rem, 1em);
  line-height: 2em;
}
.sec-recruit .flex-wrap .sec-link {
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .sec-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 3em;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .flex-wrap .sec-link {
    width: 100%;
  }
}
.sec-recruit .flex-wrap .sec-link .note-txt {
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .sec-link .note-txt {
    margin-bottom: -0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .flex-wrap .sec-link .note-txt {
    margin-bottom: 0;
  }
}
.sec-recruit .flex-wrap .sec-link .note-txt p {
  text-align: end;
  font-size: 0.9em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .flex-wrap .sec-link .note-txt p {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=index.css.map */