@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     index


============================================================================= */
/* =============================================================================


    service


============================================================================= */
.mv {
  background: transparent url(../asset/images/top/fv-bg.svg) no-repeat bottom center/cover;
  padding-bottom: 100px;
  position: relative;
}
.mv img {
  width: 100%;
}
.mv {
  /*   &:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -220px;

    width: 160%;
    height: 360px;

    background: #fff;
    border-radius: 50%;

    transform: translateX(-50%) rotate(-4deg);
    transform-origin: center;

    z-index: 1;
    pointer-events: none;
  } */
}

.mv-img {
  border-bottom-left-radius: clamp(800px, 50vw, 50vw) clamp(200px, 15vw, 15vw);
  border-bottom-right-radius: clamp(800px, 50vw, 50vw) clamp(200px, 15vw, 15vw);
  /*   padding-left: 100px;
  padding-right: 100px; */
  height: 50vw;
  margin-left: -100px;
  margin-right: -100px;
}
.mv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}

.mv-headbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 120px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.mv-head {
  font-size: clamp(2.4rem, 4vw, 10rem);
  line-height: 1.3;
}

.mv-head-en {
  font-family: "Barlow", sans-serif;
  font-size: clamp(1.4rem, 2vw, 4rem);
  margin-top: 10px;
}

/* =============================================================================


    mission


============================================================================= */
.mission {
  padding: 50px 0 0px;
  position: relative;
}

.mission-headbox {
  color: #20a800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  font-family: "Barlow", sans-serif;
  font-size: clamp(20rem, 20vw, 40rem);
  font-weight: 900;
  font-weight: 500;
  mix-blend-mode: multiply;
  opacity: 0.1;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.mission-head {
  margin-bottom: -8vw;
  overflow: hidden;
  position: relative;
  top: -8vw;
}
.mission-head-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0.25em;
  white-space: nowrap;
}

.mission-head-txt:nth-child(odd),
.loop-txt:nth-child(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.loop-txt:nth-child(even),
.mission-head-txt:nth-child(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* =============================================================================


    service


============================================================================= */
.service {
  padding: 80px 0 100px;
  padding-top: 0;
}

.service-head {
  font-size: clamp(2.6rem, 2.4rem + 0.625vw * 1, 3.6rem);
  margin-top: 16px;
}

.service-txt {
  line-height: 1.75;
  margin-top: 1em;
}

.service-linkbox {
  position: absolute;
  right: 0;
  top: 80px;
}

.service-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-left: -93px;
  margin-top: 60px;
  max-width: 1366px;
  width: 100vw;
}

.service-item {
  display: block;
  position: relative;
}
.service-item:before {
  background: #1d1d1d 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.service-item:hover:before {
  opacity: 0.2;
}
.service-item:hover span:before {
  width: 40px;
}
.service-item:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
.service-item:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.service-item:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
.service-item:nth-of-type(4) {
  grid-area: 3/1/4/2;
}
.service-item:nth-of-type(5) {
  grid-area: 3/2/4/3;
}

.service-item-bg img {
  display: block;
}

.service-item-txtbox {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.service-item-num {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
}

.service-item-ttl {
  font-size: 4.6rem;
  font-weight: 600;
}

.service-item-link {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-item-link span {
  display: inline-block;
  position: relative;
  width: 40px;
}
.service-item-link span:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skew(45deg);
          transform: translateY(-50%) skew(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
}

/* =============================================================================


    company


============================================================================= */
.company {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#2b9212), to(#20a800)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #2b9212 0%, #20a800 100%) 0% 0% no-repeat padding-box;
  border-top-left-radius: clamp(400px, 40vw, 40vw) clamp(200px, 15vw, 15vw);
  border-top-right-radius: clamp(800px, 70vw, 70vw) clamp(200px, 30vw, 30vw);
  margin-left: -100px;
  margin-right: -100px;
  padding: 150px 0;
  padding-left: 100px;
  padding-right: 100px;
}

.company-content {
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-imgbox {
  width: 100%;
  /* 
  @media screen and (max-width: 1366px) {
    max-width: 400px;
  } */
}
.company-imgs .company-img:nth-of-type(1) {
  margin-left: auto;
  position: relative;
  width: 340px;
  z-index: 1;
}
.company-imgs .company-img:nth-of-type(2) {
  margin-top: -160px;
  opacity: 0.6;
  width: 290px;
}
.company-imgs img {
  border-radius: 20px;
}

.company-head {
  color: #fff;
  font-size: clamp(3.4rem, 3.2rem + 0.625vw * 1, 4.4rem);
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.company-txtbox {
  background: #fff;
  border-radius: 15px 0 0 15px;
  margin-top: 160px;
  padding: 100px 60px;
  position: relative;
  right: -93px;
  z-index: 1;
}

.company-linklist {
  margin-top: 28px;
}

.company-linkitem {
  border-top: 1px solid #cbcbcb;
}
.company-linkitem:nth-last-child(1) {
  border-bottom: 1px solid #cbcbcb;
}
.company-linkitem a {
  display: block;
  padding: 30px 0;
  padding-right: 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.company-linkitem a:hover:before {
  opacity: 0;
}
.company-linkitem a:hover span {
  height: 30px;
  width: 30px;
}
.company-linkitem a:hover span:before {
  opacity: 1;
}
.company-linkitem a:before {
  background: #20a800;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 5em;
}
.company-linkitem a span {
  background: #20a800;
  border-radius: 50%;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 16px;
}
.company-linkitem a span:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  content: "";
  height: 8px;
  opacity: 0;
  position: absolute;
  right: calc(50% - 2px);
  top: calc(50% + 2px);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  width: 8px;
}

.company-linkbox {
  margin-top: 60px;
}

.company-bg {
  margin: auto;
  margin-top: -120px;
  max-width: 510px;
  opacity: 0.2;
}
.company-bg img {
  border-radius: 20px;
}

/* =============================================================================


    recruit


============================================================================= */
.recruit {
  position: relative;
}
.recruit a {
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.recruit a {
  display: block;
}
.recruit a:hover .recruit-arrow:before {
  background: transparent url(../asset/images/common/arrow_b.svg) no-repeat center center/contain;
  z-index: 2;
}
.recruit a:hover .recruit-arrow:after {
  background: #fff;
  height: 100px;
  width: 100px;
}
.recruit a:after {
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(29, 29, 29, 0.4)), color-stop(50%, #1d1d1d), to(rgba(29, 29, 29, 0.4))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(29, 29, 29, 0.4) 0%, #1d1d1d 50%, rgba(29, 29, 29, 0.4) 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.recruit-slide-content {
  height: 100%;
  left: 50%;
  /*   max-width: 2560px; */
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
.recruit-slide-content .swiper-slide {
  /*     mix-blend-mode: multiply;
  opacity: 0.5; */
}
.recruit-slide-content .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.recruit-swiper {
  height: 50%;
}

.recruit .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.recruit-ttlbox {
  position: relative;
  text-align: center;
  z-index: 2;
}

.recruit-txt {
  margin-top: 1em;
}

.recruit-arrow {
  border-radius: 50%;
  height: 60px;
  margin: 60px auto 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60px;
}
.recruit-arrow:before {
  background: transparent url(../asset/images/common/arrow_w.svg) no-repeat center center/contain;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
}
.recruit-arrow:after {
  border: 2px solid white;
  border-radius: inherit;
  content: "";
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60px;
}

/* =============================================================================


    news


============================================================================= */
.news {
  padding: 160px 0;
}
.news .inner {
  max-width: 1000px;
  min-width: unset;
}

.news-container {
  gap: 40px 16px;
  display: grid;
  grid-template-areas: "head more" "list list";
  grid-template-columns: 1fr auto;
}
.news-container .common-ttl {
  grid-area: head;
}

.news-linkbox {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-area: more;
  height: 100%;
  justify-self: end;
}

.news-list {
  grid-area: list;
}

.news-item {
  border-top: 1px solid #cbcbcb;
  display: block;
  padding: 30px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-item:nth-last-child(1) {
  border-bottom: 1px solid #cbcbcb;
}
.news-item:hover {
  background: rgba(215, 235, 211, 0.2);
}
.news-item .date {
  color: #20a800;
  font-size: 1.6rem;
}

.news-item-txt {
  font-size: 2.4rem;
}

.link {
  gap: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link p {
  border-bottom: 1px solid #231815;
}
.link:hover span:before {
  height: 60px;
  width: 60px;
}
.link span {
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}
.link span:before {
  background: #20a800;
  border-radius: 50%;
  content: "";
  height: inherit;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: inherit;
}
.link span:after {
  background: transparent url(../asset/images/common/arrow_w.svg) no-repeat center center/contain;
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}
@media screen and (max-width: 1366px){
  .service-list {
    margin-left: calc((1180px - 100vw) / 2);
  }
  .company-txtbox {
    right: calc((1180px - 100vw) / 2);
  }
}
@media (max-width: 1228px){
  .mv-headbox {
    margin-left: 0;
    padding-left: 120px;
  }
  .service-linkbox {
    right: 24px;
    top: 3vw;
  }
  .service-list {
    margin-left: -24px;
  }
  .service-item-num {
    font-size: 2rem;
  }
  .service-item-ttl {
    font-size: 3rem;
  }
  .company-imgs .company-img:nth-of-type(1) {
    width: 300px;
  }
  .company-imgs .company-img:nth-of-type(2) {
    margin-top: -50px;
    width: 240px;
  }
  .company-head {
    font-size: clamp(2.6rem, 2.4rem + 0.625vw * 1, 3.6rem);
  }
  .company-txtbox {
    padding: 80px 40px;
    right: -24px;
  }
  .news-item-txt {
    font-size: 2rem;
  }
}
@media (max-width: 767px){
  .mv {
    padding-bottom: 40px;
  }
  .mv-img {
    height: 80vw;
  }
  .mv-headbox {
    margin-left: 16px;
  }
  .mission {
    padding: 50px 0 0;
  }
  .mission-headbox {
    font-size: clamp(10rem, 10vw, 20rem);
  }
  .service {
    padding: 30px 0 50px;
  }
  .service-head {
    font-size: 2rem;
  }
  .service-linkbox {
    right: 10px;
    top: 24px;
  }
  .service-list {
    margin-left: -16px;
    width: 100vw;
  }
  .service-item-txtbox {
    padding: 10px 0;
  }
  .service-item-num {
    font-size: 1.4rem;
  }
  .service-item-ttl {
    font-size: 1.5rem;
  }
  .service-item-link {
    font-size: 1rem;
  }
  .service-item-link span {
    width: 30px;
  }
  .service-item-link span:before {
    height: 6px;
    width: 20px;
  }
  .company {
    padding-bottom: 50px;
    padding-top: 20vw;
  }
  .company-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company-imgs {
    margin-top: 40px;
  }
  .company-imgs .company-img:nth-of-type(1) {
    margin-left: 30vw;
    width: 50%;
  }
  .company-imgs .company-img:nth-of-type(2) {
    margin-top: -80px;
    width: 40%;
  }
  .company-txtbox {
    margin-left: auto;
    margin-top: 0;
    max-width: 540px;
    padding: 40px 40px;
    right: -16px;
    width: 100%;
  }
  .recruit a {
    padding: 40px 0;
  }
  .recruit-arrow {
    margin-top: 32px;
  }
  .news-item {
    padding: 15px 0;
  }
  .news-item .date {
    font-size: 1.2rem;
  }
  .news-item-txt {
    font-size: 1.4rem;
  }
  .link {
    gap: 15px;
    font-size: 1.6rem;
  }
  .link:hover span:before {
    height: 40px;
    width: 40px;
  }
  .link {
    font-size: 1.6rem;
  }
  .link span {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 1367px){
  .company-txtbox {
    border-radius: 15px;
  }
}

/*# sourceMappingURL=index.css.map*/