/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  padding-top: 1.875rem;
}
@media screen and (max-width: 1199px) {
  #main-visual {
    padding-top: 52px;
  }
}
#main-visual::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/1430;
  background-image: url(../images/mv-bgimg.jpg);
  background-size: cover;
  background-position: 50% 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #main-visual::before {
    margin-top: 60px;
  }
}
#main-visual .mv-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 5 * 1rem);
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner {
    display: block;
    width: 100%;
  }
}
#main-visual .mv-inner .txt-wrap {
  flex-shrink: 0;
  margin-right: 6.25rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .txt-wrap {
    width: 99.375rem;
    margin: 0 auto;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .txt-wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .txt-wrap {
    width: calc(100% - 40px);
    margin-bottom: 2em;
  }
}
#main-visual .mv-inner .txt-wrap .mv-catch h2 span.__en {
  display: block;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .txt-wrap .mv-catch h2 span.__en {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .txt-wrap .mv-catch h2 span.__en {
    font-size: 1.25em;
  }
}
#main-visual .mv-inner .txt-wrap .mv-catch h2 span.__en .__green {
  font-size: 1.125em;
  color: #36ac4d;
}
#main-visual .mv-inner .txt-wrap .mv-catch h2 span.__en .__blue {
  font-size: 1.125em;
  color: #1390d8;
}
#main-visual .mv-inner .txt-wrap .mv-catch h2 span.__jp {
  display: block;
  font-weight: 800;
  font-feature-settings: normal;
  font-size: 4.5rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .txt-wrap .mv-catch h2 span.__jp {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .txt-wrap .mv-catch h2 span.__jp {
    font-size: 2.375em;
  }
}
#main-visual .mv-inner .txt-wrap .mv-txt {
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .txt-wrap .mv-txt {
    margin-top: 1.6em;
  }
}
#main-visual .mv-inner .txt-wrap .mv-txt p {
  line-height: 2em;
}
#main-visual .mv-inner .mv-slider {
  width: 100%;
  height: 42.5rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-slider {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider {
    height: 320px;
  }
}
#main-visual .mv-inner .mv-slider .swiper {
  height: 100%;
}
#main-visual .mv-inner .mv-slider .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
#main-visual .mv-inner .mv-slider .swiper .swiper-wrapper .swiper-slide.__02 .swiper-img img {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
#main-visual .mv-inner .mv-slider .swiper .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .swiper .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1.2) translateX(5%);
  }
  100% {
    transform: scale(1.2) translateX(-5%);
  }
}
#main-visual .mv-inner .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-inner .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-inner .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}

.sec-about {
  padding-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about {
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-top: 48px;
    padding-bottom: 20px;
  }
}
.sec-about .sec-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner {
    width: 99.375rem;
    display: block;
  }
}
.sec-about .sec-inner .txt-wrap {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .txt-wrap {
    margin: 0;
  }
}
.sec-about .sec-inner .txt-wrap .sec-catch {
  margin-top: 1.6em;
}
.sec-about .sec-inner .txt-wrap .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap .sec-txt {
    margin-top: 1em;
  }
}
.sec-about .sec-inner .txt-wrap .sec-txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}
.sec-about .sec-inner .txt-wrap .sec-txt ul li {
  width: calc(50% - 3px);
  margin-top: 6px;
  margin-right: 6px;
}
.sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(2n) {
  margin-right: 0;
}
.sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(1) {
  background-image: linear-gradient(transparent 0, #36ac4d 0);
}
.sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(2) {
  background-image: linear-gradient(transparent 0, #1390d8 0);
}
.sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(3) {
  background-image: linear-gradient(transparent 0, #1390d8 0);
}
.sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(4) {
  background-image: linear-gradient(transparent 0, #36ac4d 0);
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .txt-wrap .sec-txt ul li {
    width: 100%;
    margin-right: 0;
  }
  .sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(1) {
    background-image: linear-gradient(transparent 0, #36ac4d 0);
  }
  .sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(2) {
    background-image: linear-gradient(transparent 0, #1390d8 0);
  }
  .sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(3) {
    background-image: linear-gradient(transparent 0, #36ac4d 0);
  }
  .sec-about .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(4) {
    background-image: linear-gradient(transparent 0, #1390d8 0);
  }
}
.sec-about .sec-inner .txt-wrap .sec-txt p {
  line-height: 2em;
  margin-top: 1em;
}
.sec-about .sec-inner .img-wrap {
  flex-shrink: 0;
  width: min(39.5833333333vw, 760px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .img-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-about .sec-inner .img-wrap .img {
  width: calc(50% - 5px - 2em);
  height: max(20rem, 240px);
  margin-right: 10px;
  margin-top: 10px;
}
.sec-about .sec-inner .img-wrap .img:nth-of-type(2) {
  margin-right: 4em;
}
.sec-about .sec-inner .img-wrap .img:nth-of-type(3) {
  margin-left: 4em;
}
.sec-about .sec-inner .img-wrap .img:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .img-wrap .img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.sec-about .sec-inner .img-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-strength .sec-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner {
    display: block;
  }
}
.sec-strength .sec-inner .strength-list {
  border-left: solid 3px #2a2a2a;
  padding-left: 2.4em;
  margin-left: 10rem;
  margin-right: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .strength-list {
    padding-left: 1em;
    margin-right: 0;
    margin-left: 0;
  }
}
.sec-strength .sec-inner .strength-list ul {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .strength-list ul {
    margin-top: 2.4em;
  }
}
.sec-strength .sec-inner .strength-list ul .strength-list-item {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .strength-list ul .strength-list-item {
    display: flex;
    align-items: center;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .strength-list ul .strength-list-item {
    display: block;
  }
}
.sec-strength .sec-inner .strength-list ul .strength-list-item .item-name h3 {
  font-weight: 600;
  font-size: max(2rem, 1.25em);
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .strength-list ul .strength-list-item .item-name h3 {
    width: 14em;
  }
}
.sec-strength .sec-inner .strength-list ul .strength-list-item .item-name h3 span.__num {
  display: inline-block;
  color: #36ac4d;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1em;
  transform: translateY(0.06em);
  margin-right: 0.6em;
}
.sec-strength .sec-inner .strength-list ul .strength-list-item .item-txt {
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .strength-list ul .strength-list-item .item-txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-inner .strength-list ul .strength-list-item .item-txt {
    margin-top: 0.2em;
  }
}
.sec-strength .sec-inner .sec-link {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: calc(6.25 * 1rem + 4.5em);
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-link {
    position: relative;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-inner .sec-link .__linkbtn01 {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .sec-service {
    margin-top: 20px;
  }
}
.sec-service .sec-inner .txt-wrap .sec-catch {
  margin-top: 1.6em;
}
.sec-service .sec-inner .txt-wrap .sec-txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.6em;
}
@media screen and (max-width: 767px) {
  .sec-service .sec-inner .txt-wrap .sec-txt ul {
    display: block;
    margin-top: 1em;
  }
}
.sec-service .sec-inner .txt-wrap .sec-txt ul li {
  width: calc(50% - 1em);
  margin-right: 2em;
  margin-top: 1.6em;
}
.sec-service .sec-inner .txt-wrap .sec-txt ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-service .sec-inner .txt-wrap .sec-txt ul li {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-service .sec-inner .txt-wrap .sec-txt ul li h3 {
  display: inline-block;
  width: 100%;
  line-height: 1.75em;
}
.sec-service .sec-inner .txt-wrap .sec-txt ul li p {
  line-height: 1.6em;
  margin-top: 0.3em;
}

@media screen and (max-width: 1199px) {
  .sec-works {
    padding-bottom: 0;
  }
}
.sec-works .sec-inner .txt-wrap .sec-txt h3 {
  display: inline-block;
  width: 100%;
  line-height: 1.6em;
}
.sec-works .sec-inner .txt-wrap .sec-txt p {
  margin-top: 1em;
}

@media screen and (max-width: 1199px) {
  .sec-recruit::before {
    transform: scaleY(-1);
  }
}
.sec-recruit .sec-inner .txt-wrap .sec-txt p {
  margin-top: 1em;
}/*# sourceMappingURL=index.css.map */