.sec-base-top {
  margin-bottom: 120px;
}
.sec-base-top .base-top {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1010px) {
  .sec-base-top .base-top {
    display: grid;
    gap: 0;
  }
  .sec-base-top .base-top img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec-base-top .base-top .tag.purple {
  background-color: #EFE0FB;
  color: #9742B1;
}
.sec-base-top .base-top .tag.green {
  background-color: #CAEDCE;
  color: #196F22;
}
.sec-base-top .base-top .tag.orange {
  background-color: #FFE8B2;
  color: #AF5507;
}
@media screen and (max-width: 1010px) {
  .sec-base-top .base-top .base-top-left {
    order: 2;
    margin-top: 48px;
  }
}
.sec-base-top .base-top .base-top-left h2::before {
  content: none;
}
.sec-base-top .base-top .base-top-left p {
  margin-bottom: 48px;
}
.sec-base-top .base-top .base-top-left .base-table-wrapper .base-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.sec-base-top .base-top .base-top-left .base-table-wrapper .base-table .base-table-ttl {
  font-weight: 700;
}
.sec-base-top .base-top .base-top-left .base-table-wrapper .base-table th {
  width: 30%;
  background: #F2F6FB;
  padding: 16px;
  vertical-align: middle;
}
.sec-base-top .base-top .base-top-left .base-table-wrapper .base-table td {
  background: #fff;
  width: 70%;
  padding: 16px;
}
.sec-base-top .base-top .base-top-left .base-table-wrapper .base-table td a {
  color: #555;
  text-decoration: underline;
}
.sec-base-top .base-top .base-top-left .base-table-wrapper + .base-table-wrapper {
  margin-top: 32px;
}
.sec-base-top .base-top img {
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.sec-staff-voice {
  margin-bottom: 120px;
}
.sec-staff-voice h2 {
  justify-content: center;
}
.sec-staff-voice .grid-container {
  gap: 32px 48px;
  max-width: 858px;
  margin: 0 auto;
}
.sec-staff-voice .grid-container .staff-voice-case {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}
.sec-staff-voice .grid-container .staff-voice-case img {
  max-width: 85px;
}
.sec-staff-voice .grid-container .staff-voice-case p {
  background: #fff;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.sec-workspace-view {
  margin-bottom: 120px;
}
.sec-workspace-view h2 {
  justify-content: center;
}
.sec-workspace-view .grid-container {
  gap: 32px;
  max-width: 920px;
  margin: 0 auto;
}
.sec-workspace-view .grid-container .workspace-view-case img {
  border-radius: 8px;
}
.sec-workspace-view .grid-container .workspace-view-case p {
  font-size: 14px;
  color: #555;
}

.sec-button .button-link.blue {
  text-align: center;
  padding-top: 64px;
  border-top: 1px solid #ddd;
}
.sec-button .button-link.blue a::after {
  content: none;
}
.sec-button .button-link.blue a::before {
  content: url(/asset/common/img/arrow-white.svg);
  transform: rotate(180deg);
  display: inline-block;
  width: 25px;
  height: 19px;
  margin-right: 8px;
  transition: transform 0.3s ease;
  line-height: 1;
}
.sec-button .button-link.blue a:hover::before {
  transform: rotate(180deg) translateX(6px);
}

.e-con-inner {
  padding: 0;
}

.sec-employee {
  margin-bottom: 72px;
  overflow: hidden;
  position: relative;
}
.sec-employee h2 {
  justify-content: center;
}
.sec-employee .grid-container {
  grid-template-columns: repeat(auto-fit, 280px);
  justify-content: center;
}
.sec-employee .head-2, .sec-employee .lead, .sec-employee h3 {
  color: #fff;
}
.sec-employee .area-interview {
  width: 100%;
}
.sec-employee .area-interview .interview-swiper {
  width: 100%;
  min-width: 0;
}
.sec-employee .area-interview .interview-swiper .swiper-slide > a {
  width: 100%;
}
.sec-employee .area-interview .interview-swiper .swiper-wrapper.is-centered {
  justify-content: center;
}
.sec-employee .area-interview .interview-swiper .swiper-wrapper.is-centered .swiper-slide:last-child {
  margin-right: 0 !important;
}/*# sourceMappingURL=base-posts.css.map */