.mv__section {
  position: relative;
  z-index: 3;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .mv__section {
    margin-top: 40px;
  }
}
.mv__video {
  width: 92.07%;
  margin-inline: auto 0;
  border-radius: 6px 0px 0px 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv__video {
    width: 86.67%;
  }
}
.mv__hero {
  position: absolute;
  top: -2.66vw;
  top: -45px;
  left: 11.79vw;
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 1.25;
  font-weight: 900;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mv__hero {
    left: 8vw;
    top: -5.33vw;
  }
}

.about__section {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.about__container {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 90%;
  margin-inline: auto;
  padding-top: 190px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 33vw;
}
@media screen and (max-width: 1024px) {
  .about__container {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .about__container {
    padding-bottom: 60vw;
  }
}
.about__mv {
  width: 100%;
  height: auto;
  aspect-ratio: 1500/1295;
  background: url(../../images/index/img_city.png) center bottom/contain, no-repeat;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 600px) {
  .about__mv {
    background: url(../../images/index/img_city_sp.png) center bottom/contain, no-repeat;
    background-repeat: no-repeat;
    aspect-ratio: 750/1540;
  }
}
.about__bg--circle {
  position: absolute;
  top: -160px;
  left: 53%;
  max-width: 840px;
  width: 100%;
  translate: -50% 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  scale: 0.1;
}
@media screen and (max-width: 1024px) {
  .about__bg--circle {
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .about__bg--circle {
    top: -16vw;
  }
}
.about__hero {
  font-weight: 900;
  text-align: center;
  font-size: 60px;
  line-height: 1.4333333333;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .about__hero {
    font-size: 42px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .about__hero {
    font-size: 28px;
  }
}
.about__lead {
  font-size: 28px;
  font-weight: 900;
  margin-top: 60px;
  font-size: 28px;
  line-height: 1.3928571429;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .about__lead {
    font-size: 18px;
    margin-top: 30px;
  }
}
.about__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 14px;
    text-align: left;
  }
}
.about__btn {
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about__btn {
    margin-top: 25px;
  }
}
.about__en {
  display: block;
  width: 59vw;
  margin-top: 90px;
  margin-inline: auto;
  width: clamp(292px, 59vw, 885px);
}
@media screen and (max-width: 1400px) {
  .about__en {
    margin-top: 35px;
  }
}

.gather__area {
  position: relative;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .gather__area {
    margin-top: 8px;
  }
}
.gather__bg {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .gather__bg {
    top: 50%;
    translate: 0 -50%;
  }
}
.gather__logo {
  width: 21.76vw;
}
@media screen and (max-width: 768px) {
  .gather__logo {
    width: 26.8vw;
  }
}
.gather__content {
  position: relative;
  width: 83.33%;
  height: auto;
  aspect-ratio: 1250/1000;
  margin-inline: auto 2.66vw;
}
@media screen and (max-width: 768px) {
  .gather__content {
    width: 100%;
    aspect-ratio: 750/742;
    margin-inline: auto 0;
  }
}
.gather__center {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 35%;
  left: 49.6%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .gather__center {
    top: 37.3315363881%;
    left: 38.6666666667%;
  }
}
.gather__item {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1/1;
  opacity: 0;
  visibility: hidden;
}
.gather__item--1 {
  width: 157px;
  top: 103px;
  left: 139px;
  width: 12.56%;
  top: 8.24%;
  left: 13.9%;
}
.gather__item--2 {
  width: 12.56%;
  top: 36.7%;
  left: 0;
}
.gather__item--3 {
  width: 12.56%;
  top: 68.5%;
  left: 8.64%;
}
.gather__item--4 {
  width: 16%;
  top: 9.8%;
  left: 30.56%;
}
@media screen and (max-width: 768px) {
  .gather__item--4 {
    width: 19.7333333333%;
    top: 9.4339622642%;
    left: 19.0666666667%;
  }
}
.gather__item--5 {
  width: 20.4%;
  top: 0%;
  left: 54.4%;
}
@media screen and (max-width: 768px) {
  .gather__item--5 {
    width: 25.2%;
    left: 48.4%;
  }
}
.gather__item--6 {
  width: 20.4%;
  top: 35.5%;
  left: 19.04%;
}
@media screen and (max-width: 768px) {
  .gather__item--6 {
    width: 25.2%;
    top: 35.5795148248%;
    left: 4.5333333333%;
  }
}
.gather__item--7 {
  width: 20.4%;
  top: 74.4%;
  left: 55.44%;
}
@media screen and (max-width: 768px) {
  .gather__item--7 {
    width: 25.2%;
    top: 74.1239892183%;
    left: 49.3333333333%;
  }
}
.gather__item--8 {
  width: 17.36%;
  top: 68.2%;
  right: 1.84%;
}
@media screen and (max-width: 768px) {
  .gather__item--8 {
    width: 21.4666666667%;
    top: 67.9245283019%;
    left: 81.0666666667%;
  }
}
.gather__item--9 {
  width: 17.28%;
  top: 67%;
  left: 31.6%;
}
@media screen and (max-width: 768px) {
  .gather__item--9 {
    width: 21.3333333333%;
    top: 66.9811320755%;
    left: 20.2666666667%;
  }
}
.gather__item--10 {
  width: 20.4%;
  top: 5%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .gather__item--10 {
    width: 25.2%;
    top: 5.1212938005%;
    left: 79.6%;
  }
}
.gather__text {
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  font-size: 1.76vw;
}
@media screen and (max-width: 768px) {
  .gather__text {
    font-size: 3.2vw;
    margin-top: 5px;
  }
}

.service__section {
  position: relative;
  z-index: 0;
  margin-top: 75px;
}
.service__inner {
  max-width: 1300px;
  margin-inline: auto;
  width: 90%;
}
.service__head {
  width: 266px;
  width: clamp(133px, 17.73vw, 266px);
}
.service__lead {
  font-weight: 900;
  margin-top: 45px;
  font-size: 56px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .service__lead {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .service__lead {
    font-size: 24px;
    margin-top: 20px;
  }
}
.service__container {
  margin-top: 35px;
  display: flex;
  gap: 130px;
}
@media screen and (max-width: 768px) {
  .service__container {
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;
  }
}
.service__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service__text {
    font-size: 14px;
  }
}
.service__image {
  margin-top: 45px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service__image {
    margin-top: 20px;
  }
}

.cs__section {
  overflow: hidden;
  margin-top: 180px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .cs__section {
    margin-top: 75px;
    padding-bottom: 80px;
  }
}
.cs__inner {
  max-width: 1300px;
  width: 90%;
  margin-inline: auto;
}
.cs__head {
  width: 629px;
  width: clamp(315px, 41.93vw, 629px);
}
.cs__flow-wrapper {
  white-space: nowrap;
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  margin-inline: calc(50% - 50vw);
}
.cs__flow-text {
  display: inline-block;
  font-size: 111px;
  font-weight: 900;
  color: #e1ebe8;
  white-space: nowrap;
  margin-top: 15px;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .cs__flow-text {
    font-size: 55px;
  }
}
.cs__container {
  display: flex;
  margin-top: 30px;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .cs__container {
    flex-direction: column;
    margin-top: 15px;
    gap: 30px;
  }
}
.cs__left {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cs__left {
    max-width: 100%;
  }
}
.cs__right {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1024px) {
  .cs__right {
    width: 100%;
  }
}
.cs__lead {
  font-size: 38px;
  line-height: 1.4736842105;
  letter-spacing: 0em;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .cs__lead {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .cs__lead {
    font-size: 24px;
  }
}
.cs__link-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.cs__link {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c_blue);
  color: var(--c_blue);
  font-weight: 900;
  font-size: 18px;
  transition: border-bottom 0.3s, opacity 0.3s;
}
@media (hover) {
  .cs__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .cs__link {
    font-size: 16px;
  }
}
.cs__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cs__btn {
    margin-top: 15px;
  }
}
.cs__btn img {
  width: 23px;
  margin-right: 15px;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .cs__btn img {
    width: 20px;
    margin-right: 10px;
  }
}
.cs__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cs__text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.cs__icon--beg {
  background: url(../../images/common/icon_beg-color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: auto;
  aspect-ratio: 27/36;
}
@media screen and (max-width: 768px) {
  .cs__icon--beg {
    width: 16px;
  }
}
.cs__icon--link {
  background: url(../../images/common/icon_link2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: auto;
  aspect-ratio: 19/16;
}
.cs__card-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .cs__card-group {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1024px) {
  .cs__card-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.cs__card {
  background: #f1f5f4;
  padding: 45px 30px;
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 6px;
  transition: background 0.3s;
}
@media (hover) {
  .cs__card:hover {
    background: var(--c_blue);
  }
  .cs__card:hover .cs__card-text {
    color: var(--c_white);
  }
  .cs__card:hover .cs__card-head-group::after {
    border-color: var(--c_white);
  }
  .cs__card:hover .cs__card-image {
    background: var(--c_white);
  }
}
@media screen and (max-width: 768px) {
  .cs__card {
    width: 100%;
    padding: 20px 15px;
  }
}
.cs__card-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .cs__card-head {
    font-size: 18px;
  }
}
.cs__card-image-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cs__card-image {
  height: auto;
  background: var(--c_black);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  transition: background 0.3s;
}
.cs__card-image--1 {
  width: 85px;
  aspect-ratio: 85/77;
  -webkit-mask-image: url(../../images/index/icon_cs01.svg);
          mask-image: url(../../images/index/icon_cs01.svg);
}
@media screen and (max-width: 768px) {
  .cs__card-image--1 {
    width: 40px;
  }
}
.cs__card-image--2 {
  width: 107px;
  aspect-ratio: 107/77;
  -webkit-mask-image: url(../../images/index/icon_cs02.svg);
          mask-image: url(../../images/index/icon_cs02.svg);
}
@media screen and (max-width: 768px) {
  .cs__card-image--2 {
    width: 50px;
  }
}
.cs__card-image--3 {
  width: 142px;
  aspect-ratio: 142/89;
  -webkit-mask-image: url(../../images/index/icon_cs03.svg);
          mask-image: url(../../images/index/icon_cs03.svg);
}
@media screen and (max-width: 768px) {
  .cs__card-image--3 {
    width: 66.5px;
  }
}
.cs__card-text {
  font-size: 24px;
  font-weight: 900;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .cs__card-text {
    font-size: 12px;
  }
}
.cs__card-head-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cs__card-head-group::after {
  content: "";
  display: inline-block;
  border-right: 5px solid var(--c_blue);
  border-bottom: 5px solid var(--c_blue);
  vertical-align: middle;
  top: 0.5em;
  translate: -50% 0;
  left: 0;
  width: 21px;
  height: auto;
  aspect-ratio: 9/9;
  rotate: -45deg;
  transform-origin: center center;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .cs__card-head-group::after {
    width: 10px;
    border-right: 2px solid var(--c_blue);
    border-bottom: 2px solid var(--c_blue);
  }
}
.cs__beg {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cs__beg {
    margin-top: 35px;
  }
}
.cs__beg-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .cs__beg-head {
    gap: 5px;
  }
}
.cs__beg-title {
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .cs__beg-title {
    font-size: 18px;
  }
}
.cs__beg-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .cs__beg-text {
    font-size: 14px;
  }
}

.activity__section {
  padding-bottom: 150px;
  background: #f1f5f4;
}
@media screen and (max-width: 768px) {
  .activity__section {
    padding-bottom: 40px;
  }
}
.activity__inner {
  max-width: 1300px;
  margin-inline: auto;
  width: 90%;
}
.activity__head {
  display: block;
  width: 902px;
  translate: 0 -50%;
  width: clamp(303px, 60.13vw, 902px);
}
.activity__lead {
  font-weight: 900;
  margin-top: 45px;
  font-size: 56px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 1024px) {
  .activity__lead {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .activity__lead {
    margin-top: 0;
    font-size: 24px;
  }
}
.activity__container {
  margin-top: 35px;
  display: flex;
  gap: 130px;
}
@media screen and (max-width: 768px) {
  .activity__container {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
}
.activity__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  max-width: 528px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .activity__text {
    font-size: 14px;
  }
}
.activity__image {
  margin-top: 45px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.activity__swiper {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .activity__swiper {
    margin-top: 20px;
  }
}

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

.swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}

.recruit__section {
  background: var(--c_blue);
  padding-block: 90px 100px;
}
@media screen and (max-width: 768px) {
  .recruit__section {
    padding-block: 35px 40px;
  }
}
.recruit__inner {
  max-width: 1300px;
  margin-inline: auto;
  width: 90%;
}
.recruit__container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .recruit__container {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.recruit__lead {
  font-size: 56px;
  font-weight: 900;
  color: var(--c_white);
}
@media screen and (max-width: 1024px) {
  .recruit__lead {
    font-size: 38px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .recruit__lead {
    font-size: 24px;
    margin-top: 25px;
  }
}
.recruit__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--c_white);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .recruit__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .recruit__text {
    font-size: 14px;
    margin-top: 1em;
  }
}
.recruit__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .recruit__btn {
    margin-top: 15px;
  }
}
.recruit__logo-wrapper {
  width: 100%;
  max-width: 438px;
}
@media screen and (max-width: 768px) {
  .recruit__logo-wrapper {
    max-width: 219px;
    margin-inline: auto;
  }
}
.recruit__logo--company {
  max-width: 438px;
}
@media screen and (max-width: 768px) {
  .recruit__logo--company {
    max-width: 186px;
  }
}
.recruit__logo--text {
  max-width: 193px;
}
@media screen and (max-width: 768px) {
  .recruit__logo--text {
    max-width: 83px;
  }
}
.recruit__img-wrapper {
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .recruit__img-wrapper {
    flex-direction: column;
    margin-top: 25px;
  }
}

.news__section {
  margin-block: 150px;
}
@media screen and (max-width: 768px) {
  .news__section {
    margin-block: 40px;
  }
}
.news__inner {
  width: 100%;
}
.news__container {
  display: grid;
  grid-template-columns: auto 56.33%;
  justify-items: flex-end;
  gap: 140px;
  gap: 12.7272727273%;
  margin-left: 3.33%;
}
@media screen and (max-width: 1024px) {
  .news__container {
    grid-template-columns: auto 70%;
    gap: 7.2727272727%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .news__container {
    grid-template-columns: 1fr;
  }
}
.news__image {
  max-width: 470px;
  width: 42.7272727273%;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__image {
    display: none;
  }
}
.news__content {
  width: 100%;
}
.news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: 6.66%;
}
.news__lead {
  font-size: 56px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .news__lead {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .news__lead {
    font-size: 24px;
  }
}
.news__btn {
  color: var(--c_blue);
  padding-bottom: 7px;
  border-bottom: 1px solid var(--c_blue);
  transition: opacity 0.3s;
}
@media (hover) {
  .news__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .news__btn {
    font-size: 12px;
  }
}
.news__list {
  margin-top: 25px;
}
.news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--c_line);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .news__link {
    padding: 12px;
    gap: 5px;
  }
}
.news__link:last-child {
  border-bottom: 1px solid var(--c_line);
}
.news__link::after {
  content: "";
  display: inline-block;
  border-right: 5px solid var(--c_blue);
  border-bottom: 5px solid var(--c_blue);
  vertical-align: middle;
  top: 0.5em;
  translate: -100% 0;
  left: 0;
  width: 21px;
  height: auto;
  aspect-ratio: 9/9;
  rotate: -45deg;
  transform-origin: center center;
  transition: translate 0.3s;
}
@media screen and (max-width: 768px) {
  .news__link::after {
    width: 8px;
    border-right: 2px solid var(--c_blue);
    border-bottom: 2px solid var(--c_blue);
  }
}
@media (hover) {
  .news__link:hover::after {
    translate: -50% 0;
  }
  .news__link:hover .news__date {
    color: var(--c_blue);
  }
  .news__link:hover .news__title {
    color: var(--c_blue);
  }
}
.news__date {
  font-size: 14px;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .news__date {
    font-size: 12px;
  }
}
.news__title {
  font-size: 18px;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 14px;
  }
}

.map {
  pointer-events: none;
}
.map__container {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  pointer-events: auto !important;
}
.map iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */
