/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  overflow-x: clip;
}
#main-visual .mv-slider {
  width: 100%;
  height: calc(100svh + 7.5rem);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider {
    height: calc(100svh + 80px);
  }
}
#main-visual .mv-slider::before {
  position: absolute;
  z-index: 2;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.4));
}
#main-visual .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner {
    margin-top: -2em;
  }
}
#main-visual .mv-inner .mv-catch {
  color: #fff;
  text-shadow: 0.12em 0.12em 8px rgba(0, 0, 0, 0.3);
}
#main-visual .mv-inner .mv-catch h2 {
  font-weight: 900;
  font-size: 5.25rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 {
    font-size: min(9vw, 3em);
  }
}
#main-visual .mv-inner .mv-catch p {
  font-size: 1.125em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch p {
    font-size: 1em;
  }
}
#main-visual .mv-inner .rollAnimation {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 37.5rem;
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .rollAnimation {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .rollAnimation {
    top: 0;
    margin-top: 40px;
    width: 180px;
  }
}
#main-visual .mv-inner .rollAnimation img {
  width: 100%;
  height: auto;
  animation: rollAnimation 20s linear infinite;
}
@keyframes rollAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec-mission {
  margin-top: -7.5rem;
}
@media screen and (max-width: 767px) {
  .sec-mission {
    margin-top: -80px;
  }
}
.sec-mission .sec-inner {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-mission .sec-inner {
    padding-left: min(6.4vw, 30px);
    padding-right: min(6.4vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .sec-mission .sec-inner .sec-ttl h2 span.__jp {
    font-size: 1.25em;
  }
}
.sec-mission .sec-inner .sec-txt {
  margin-top: 1em;
  margin-bottom: 2em;
}
.sec-mission .sec-inner .sec-txt p {
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .sec-mission .sec-inner .sec-txt p {
    font-size: 1em;
  }
}

.sec-business .__gradation-shape {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sec-business .__gradation-shape {
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .sec-business .__gradation-shape {
    margin-top: -1em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list {
    margin-top: 0;
  }
}
.sec-business .business-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-business .business-list ul .business-list-item {
  position: relative;
  width: calc(25% - 1.40625rem);
  background-size: cover;
  border-top-left-radius: 11.71875rem;
  border-bottom-right-radius: 11.71875rem;
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: clip;
  padding: 8em 2em;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list ul .business-list-item {
    width: calc(50% - 1em);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list ul .business-list-item {
    width: 100%;
    border-top-left-radius: 72px;
    border-bottom-right-radius: 72px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.sec-business .business-list ul .business-list-item::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, transparent, #cbe8f1);
  opacity: 0.9;
}
.sec-business .business-list ul .business-list-item .item-inner {
  color: #fff;
}
.sec-business .business-list ul .business-list-item .item-inner .item-ttl h3 {
  text-align: center;
}
.sec-business .business-list ul .business-list-item .item-inner .item-ttl h3 span.__num {
  display: block;
  text-decoration: underline;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list ul .business-list-item .item-inner .item-ttl h3 span.__num {
    font-size: 1.125em;
    margin-bottom: 0.6em;
  }
}
.sec-business .business-list ul .business-list-item .item-inner .item-ttl h3 span.__ttl {
  font-weight: 800;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list ul .business-list-item .item-inner .item-ttl h3 span.__ttl {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list ul .business-list-item .item-inner .item-ttl h3 span.__ttl {
    font-size: 1.645em;
  }
}
.sec-business .business-list ul .business-list-item .item-inner .item-txt {
  margin-top: 2em;
}
.sec-business .business-list ul .business-list-item .item-inner .item-link {
  margin-top: 2em;
}
.sec-business .business-list ul .business-list-item .item-inner .item-link a {
  margin: 0 auto;
}
.sec-business .business-list ul .business-list-item:nth-of-type(1) {
  background-image: url(../images/business-bgimg01.jpg);
  background-position: 20% 50%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list ul .business-list-item:nth-of-type(1) {
    margin-top: 2em;
  }
}
.sec-business .business-list ul .business-list-item:nth-of-type(2) {
  background-image: url(../images/business-bgimg02.jpg);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list ul .business-list-item:nth-of-type(2) {
    margin-top: 2em;
  }
}
.sec-business .business-list ul .business-list-item:nth-of-type(3) {
  background-image: url(../images/business-bgimg03.jpg);
  margin-top: -3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list ul .business-list-item:nth-of-type(3) {
    margin-top: 2em;
  }
}
.sec-business .business-list ul .business-list-item:nth-of-type(4) {
  background-image: url(../images/business-bgimg04.jpg);
  margin-top: -7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list ul .business-list-item:nth-of-type(4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list ul .business-list-item:nth-of-type(4) {
    margin-top: 2em;
  }
}

@media screen and (max-width: 1199px) {
  .sec-case {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-case {
    margin-top: 20px;
  }
}
.sec-case::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  width: 100%;
  height: calc(100% - 7.5rem);
  background-image: url(../images/bg-pattern_lgreen02.png);
  background-size: 100px;
  background-repeat: repeat;
}
@media screen and (max-width: 1199px) {
  .sec-case::before {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 991px) {
  .sec-case::before {
    height: calc(100% - 40px);
  }
}
.sec-case .__flowingText {
  color: #aeb1a8;
  position: absolute;
  z-index: 4;
  top: 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-case .__flowingText {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sec-case .__flowingText {
    margin-top: 0;
  }
}
.sec-case .sec-inner {
  align-items: stretch;
}
.sec-case .sec-inner .txt-wrap {
  position: relative;
  z-index: 4;
  width: calc(100% - 48.75rem - 10rem);
  padding-top: 12.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-case .sec-inner .txt-wrap {
    padding-top: 160px;
  }
}
@media screen and (max-width: 991px) {
  .sec-case .sec-inner .txt-wrap {
    width: 100%;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-case .sec-inner .txt-wrap {
    padding-top: 100px;
  }
}
.sec-case .sec-inner .txt-wrap .sec-ttl h2 {
  white-space: nowrap;
}
.sec-case .sec-inner .txt-wrap .sec-ttl h2 span.__en .__txtgradation {
  background: none;
  -webkit-text-fill-color: #fff;
}
.sec-case .sec-inner .img-wrap {
  width: 48.75rem;
}
@media screen and (max-width: 991px) {
  .sec-case .sec-inner .img-wrap {
    width: 100%;
  }
}
.sec-case .sec-inner .img-wrap .__imgstyle {
  aspect-ratio: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sec-case .sec-inner .img-wrap .__imgstyle {
    aspect-ratio: 3/2;
    height: auto;
  }
}

@media screen and (max-width: 1199px) {
  .sec-recruit {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-bottom: 60px;
  }
}
.sec-recruit .__gradation-shape {
  width: 50%;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .__gradation-shape {
    width: 75%;
  }
}
.sec-recruit .sec-inner {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner {
    padding-left: min(6.4vw, 30px);
    padding-right: min(6.4vw, 30px);
  }
}
.sec-recruit .sec-inner .sec-txt {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .sec-inner .sec-txt {
    text-align: start;
  }
}
.sec-recruit .sec-inner .sec-link {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-link {
    display: block;
  }
}
.sec-recruit .sec-inner .sec-link .__linkbtn a {
  border: solid 1px #fff;
  margin: 0 auto;
  padding: 0.8em 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-link .__linkbtn a {
    text-align: center;
    width: 100%;
  }
}
.sec-recruit .sec-inner .sec-link .__linkbtn a .__hover-style {
  padding: 0.2em 0;
}
.sec-recruit .sec-inner .sec-link .__linkbtn a .__hover-style::before {
  background-color: #fff;
}
.sec-recruit .sec-inner .sec-link .__linkbtn a .__hover-style i {
  color: #fff;
  margin-left: 2em;
}
.sec-recruit .sec-inner .sec-link .__linkbtn:nth-of-type(1) {
  margin-right: 4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-link .__linkbtn:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=index.css.map */