@charset "utf-8";

.bg-mid {
  position: relative;
  z-index: 5;
}
.topRecruit {
  margin-top: -200px;
  padding: 299px 0 140px;
  position: relative;
  z-index: 4;
}


.fv {
  padding: 117px 20px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.fv__wrap {
  position: absolute;
  bottom: 80px;
  left: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 15px;
  z-index: 20;
}

.fv__bg {
  max-width: 1366px;
  margin: 0 auto;
}

.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  position: relative;
}
.fv__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.fv__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 390 / 500;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
 .fv__swiper-slide {
    aspect-ratio: 768 / 500;
  }
}
@media screen and (min-width: 900px) {
 .fv__swiper-slide {
      aspect-ratio: 1326 / 632;
  }
}
.fv__swiper-slide img {
  aspect-ratio: 1326 / 632;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv__swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.topAbout {
  position: relative;
  overflow: hidden;
}

.topAbout__wrap {
    width: fit-content;
    margin-inline: auto;
}

.c9188 strong {
   font-size: 40px;
}
@media screen and (min-width: 768px) {
.c9188 strong br {
  display: none;
}
}

.top-about__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .top-about__title {
    margin-bottom: 0;
    position: absolute;
    top: -72px;
    right: calc(50% + 320px);
    writing-mode: vertical-lr;
  }
}
@media screen and (min-width: 1130px) {
  .top-about__title {
    right: calc(50% + 413px);
  }
}
.top-about__title-sub {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 2px;
  justify-content: start;
  margin: 0 !important;
}
@media screen and (min-width: 900px) {
  .top-about__title-sub {
    flex-direction: row;
    gap: 10px;
    margin: -33px 13px 0 0 !important;
  }
}

.top-about__title-sub::before {
  content: "";
  background: url('../images/top-about.svg') center / contain no-repeat;
  width: 35px;
  height: 24px;
  rotate: 61deg;
  margin-top: -20px;
}
@media screen and (min-width: 900px) {
  .top-about__title-sub::before {
    rotate: unset;
    margin-top: 0;
  }
}

.topAbout__img01 {
  display: none;
}
@media screen and (min-width: 900px) {
  .topAbout__img01 {
    display: block;
    position: absolute;
    border-radius: 10px;
    aspect-ratio: 278 / 250;
    width: 278px;
    height: auto;
    object-fit: cover;
    bottom: 49px;
    right: calc(50% + 288px);
  }
}
@media screen and (min-width: 1024px) {
 .topAbout__img01 {
    right: calc(50% + 368px);
  }
}

.topAbout__img02 {
  display: none;
}
@media screen and (min-width: 900px) {
  .topAbout__img02 {
    display: block;
    position: absolute;
    border-radius: 10px;
    aspect-ratio: 250 / 360;
    width: 250px;
    height: auto;
    object-fit: cover;
    top: -73px;
    left: calc(50% + 276px);
  }
}
@media screen and (min-width: 1024px) {
  .topAbout__img02 {
    left: calc(50% + 371px);
  }
}


.topService__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 70px;
}
@media screen and (min-width: 1024px) {
  .topService__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .topService__item:last-of-type {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}
@media screen and (min-width: 1350px) {
  .topService__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .topService__item:last-of-type {
    grid-column: auto;
    justify-self: auto;
    width: auto;  
  }
}

.topService__item img{
  aspect-ratio: 380 / 232;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.top-service__item-title {
	position: relative;
  z-index: 5;
}

.top-staff__wrap {
  padding: 40px 0;
  display: flex;
  flex-direction: column; 
  gap: 50px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .top-staff__wrap {
    padding: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top-staff__wrap {
    flex-direction: row; 
     align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .top-staff__wrap {
    padding: min(calc(60 / 1366 * 100vw), 60px);
    gap: min(calc(97 / 1366 * 100vw), 97px);
  }
}
.top-staff__wrap::before {
  content: "";
  position: absolute;
  background: #FDF5EB;
  border-radius: 0 30px 30px 0;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .top-staff__wrap::before {
    top: 50%;
    left: unset;
    right: 0;
    translate: 0 -50%;
  }
}
.c12170 {
  width: fit-content;
  margin-inline: auto;
}


.topCompany {
  position: relative;
  overflow: hidden;
  padding-bottom: 130px !important;
}

.topCompany__img01,
.topCompany__img02,
.topCompany__img03 {
  display: none;
}
@media screen and (min-width: 900px) {
  .topCompany__img01,
  .topCompany__img02,
  .topCompany__img03 {
    display: block;
  }
}

.topCompany__img01 {
  position: absolute;
  border-radius: 10px;
  aspect-ratio: 292 / 270;
  width: 292px;
  height: auto;
  object-fit: cover;
  top: 64px;
  left: calc(50% + 300px);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
 .topCompany__img01 {
    left: calc(50% + 364px);
  }
}
.topCompany__img02 {
  position: absolute;
  border-radius: 10px;
  aspect-ratio: 280 / 330;
  width: 280px;
  height: auto;
  object-fit: cover;
  bottom: 446px;
  right: calc(50% + 310px);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .topCompany__img02 {
    right: calc(50% + 356px);
  }
}
.topCompany__img03 {
  position: absolute;
  border-radius: 10px;
  aspect-ratio: 243 / 281;
  width: 243px;
  height: auto;
  object-fit: cover;
  bottom: 81px;
  left: calc(50% + 306px);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .topCompany__img03 {
    left: calc(50% + 333px);
  }
}

.topCompany__wrap {
  margin-top: 100px;
  max-width: 800px;
    margin-inline: auto;
}

.topCompany__item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 61px 20px 53px;
  margin-top: -16px;
}
@media screen and (min-width: 768px) {
  .topCompany__item {
      padding: 61px 40px 53px;
  }
}
@media screen and (min-width: 900px) {
  .topCompany__item {
     padding: 61px 103px 53px;
  }
}

.topCompany__map {
  margin-top: 20px;
  aspect-ratio: 552 / 250;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 5;
}
.topCompany__map iframe,
.topCompany__map div {
  width: 100%;
  height: 100%;
  border: none;
}

.c-table {
  display: flex;
  position: relative;
  padding: 12px 0;
  flex-wrap: nowrap;
  border-top: 1px solid #8E9A9B;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-table {
    flex-direction: row;
  }
}
.c-table--last {
  border-bottom: 1px solid #8E9A9B;
}

.c-table__head {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .c-table__head {
    width: 180px;
    margin-right: 24px;
  }
}

.c-table__body {
    flex-grow: 1;
}

@media screen and (min-width: 1100px) {
  .topRecruit__inner {
    padding: 0 197px !important;
  }
}

.topRecruit__wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 50px;
}
@media screen and (min-width: 900px) {
  .topRecruit__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}

.top-recruit__swiper,
.top-recruit__swiper-wrapper,
.top-recruit__swiper-slide {
  position: relative;
}
.top-recruit__swiper {
    width: 100vw;
  height: auto;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.top-recruit__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.top-recruit__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 250 / 160;
  max-width: 250px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.top-recruit__swiper-slide img {
  aspect-ratio: 250 / 160;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-recruit__swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.top-recruit__btn:hover {
  opacity: 0.7;
}