@charset "UTF-8";
/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.l-mv {
  width: 100%;
  height: fit-content;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 60px;
  }
}

.l-mv__inner {
  width: 100%;
  aspect-ratio: 1440/740;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7%;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1159px) {
  .l-mv__inner {
    width: 100%;
    height: auto;
    aspect-ratio: 375/320;
    padding-bottom: 0;
  }
}

.l-mv__visual {
  width: 93%;
  aspect-ratio: 1340/740;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1159px) {
  .l-mv__visual {
    width: 100%;
    aspect-ratio: 375/320;
  }
}
.l-mv__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.l-mv__title {
  font-size: 48px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 50px 140px;
  background: linear-gradient(to right, #D0FCBB, #52BB9E);
  font-feature-settings: "palt";
}
@media screen and (max-width: 1159px) {
  .l-mv__title {
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .l-mv__title {
    padding: 28px 47px;
    transform: translateY(50%);
    font-size: 26px;
  }
}

.l-company {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 0;
}
@media screen and (max-width: 1159px) {
  .l-company {
    padding: 220px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-company {
    padding: 130px 20px 0;
  }
}

.l-company__inner {
  width: 100%;
  max-width: 1160px;
  height: fit-content;
}

.l-company__block-text {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-company__block-text {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    row-gap: 16px;
  }
}

.l-company__block--left {
  width: 43.1%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1159px) {
  .l-company__block--left {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .l-company__block--left {
    width: 100%;
    justify-content: flex-start;
  }
}

.l-company__block--left-text {
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-company__block--left-text {
    font-size: 20px;
  }
}

.l-company__block--right {
  width: 56.9%;
  height: fit-content;
}
@media screen and (max-width: 1159px) {
  .l-company__block--right {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .l-company__block--right {
    width: 100%;
  }
}

.l-company .b-button-arrow__wrapper {
  margin-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-company .b-button-arrow__wrapper {
    margin-top: 30px;
  }
}

.l-position {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 40px;
}
@media screen and (max-width: 1159px) {
  .l-position {
    padding: 100px 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-position {
    padding: 50px 20px 60px;
  }
}

.l-position__inner {
  width: 100%;
  max-width: 1160px;
  height: fit-content;
}

.l-position .b-button-arrow__wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-position .b-button-arrow__wrapper {
    margin-top: 40px;
  }
}

.l-process-wrapper {
  width: 100%;
  height: fit-content;
  padding-top: 80px;
  padding-bottom: 40px;
}

.l-process {
  width: 100%;
  height: fit-content;
  background-color: #F5FBF9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1159px) {
  .l-process {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-process {
    padding: 60px 20px;
  }
}

.l-process__inner {
  width: 100%;
  max-width: 1440px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1159px) {
  .l-process__inner {
    justify-content: flex-start;
  }
}

.l-process__block--left {
  width: 50%;
  aspect-ratio: 720/447;
  height: fit-content;
}
@media screen and (max-width: 1159px) {
  .l-process__block--left {
    display: none;
  }
}

.l-process__block--right {
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1159px) {
  .l-process__block--right {
    width: 100%;
    align-items: flex-start;
  }
}

.l-process__title {
  width: 100%;
  max-width: 500px;
}

.l-process__block--right-visual {
  display: none;
}
@media screen and (max-width: 1159px) {
  .l-process__block--right-visual {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  .l-process__block--right-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.l-process__text {
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}
@media screen and (max-width: 1159px) {
  .l-process__text {
    max-width: 100%;
    margin-top: 30px;
  }
}

.l-process .b-button-arrow__wrapper {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 1159px) {
  .l-process .b-button-arrow__wrapper {
    margin-top: 30px;
    max-width: 100%;
  }
}

.l-interview {
  width: 100%;
  height: fit-content;
  padding: 80px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-interview {
    padding: 60px 20px;
  }
}

.l-interview__inner {
  width: 100%;
  max-width: 1160px;
}

.l-interview .b-button-arrow__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-interview .b-button-arrow__wrapper {
    margin-top: 30px;
  }
}

.l-news-blogs {
  width: 100%;
  height: fit-content;
  background-color: #F5FBF9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px;
  margin: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-news-blogs {
    padding: 60px 20px;
  }
}

.l-news-blogs__inner {
  width: 100%;
  max-width: 1160px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  column-gap: 99px;
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .l-news-blogs__inner {
    grid-template-columns: 1fr;
  }
}

.l-news,
.l-blogs {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-news .b-heading__h2,
.l-blogs .b-heading__h2 {
  align-items: center;
}
.l-news .b-button-arrow__wrapper,
.l-blogs .b-button-arrow__wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-news .b-button-arrow__wrapper,
.l-blogs .b-button-arrow__wrapper {
    margin-top: 30px;
  }
}

.l-environment {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px;
}
@media screen and (max-width: 767px) {
  .l-environment {
    padding: 60px 20px;
  }
}

.l-environment__inner {
  width: 100%;
  max-width: 1160px;
}

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