section.engineeringOverview {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview {
    padding: 0;
  }
}
section.engineeringOverview .engineeringOverview__leading {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #363434;
}
section.engineeringOverview .engineeringOverview__features {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
section.engineeringOverview .engineeringOverview__featureTb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 46.5rem;
}
section.engineeringOverview .engineeringOverview__featureTb .engineeringOverview__featureTbInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
section.engineeringOverview
  .engineeringOverview__featureTb
  .engineeringOverview__featureTbInner
  .engineeringOverview__featureTbHeading {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
section.engineeringOverview
  .engineeringOverview__featureTb
  .engineeringOverview__featureTbInner
  .engineeringOverview__featureTbHeading::before,
section.engineeringOverview
  .engineeringOverview__featureTb
  .engineeringOverview__featureTbInner
  .engineeringOverview__featureTbHeading::after {
  content: '';
  display: block;
  width: 1.875rem;
  border-top: 1px solid #363434;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview
    .engineeringOverview__featureTb
    .engineeringOverview__featureTbInner
    .engineeringOverview__featureTbHeading::before,
  section.engineeringOverview
    .engineeringOverview__featureTb
    .engineeringOverview__featureTbInner
    .engineeringOverview__featureTbHeading::after {
    width: 3.75rem;
  }
}
section.engineeringOverview
  .engineeringOverview__featureTb
  .engineeringOverview__featureTbInner
  .engineeringOverview__featureTbList {
  display: grid;
  margin-top: 1.25rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview
    .engineeringOverview__featureTb
    .engineeringOverview__featureTbInner
    .engineeringOverview__featureTbList {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2rem;
    gap: 1.25rem;
  }
}
section.engineeringOverview
  .engineeringOverview__featureTb
  .engineeringOverview__featureTbInner
  .engineeringOverview__featureTbList
  li {
  background-color: #d8dce0;
  padding: 0.625rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview
    .engineeringOverview__featureTb
    .engineeringOverview__featureTbInner
    .engineeringOverview__featureTbList
    .engineeringOverview__featureTbItemJoin {
    grid-column: 1/-1;
  }
}
section.engineeringOverview .engineeringOverview__featureContent {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview .engineeringOverview__featureContent {
    display: grid;
    grid-template-columns: 1fr 32.25rem;
  }
}
section.engineeringOverview .engineeringOverview__featureContent .engineeringOverview__featureContentInner {
  display: flex;
  flex-direction: column;
}
section.engineeringOverview .engineeringOverview__featureContent .engineeringOverview__featureContentZoom {
  margin-left: auto;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview .engineeringOverview__featureContent .engineeringOverview__featureContentZoom {
    display: none;
  }
}
section.engineeringOverview .engineeringOverview__featureContent picture {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section.engineeringOverview .engineeringOverview__featureContent img {
  max-width: min(100%, 39.8125rem);
  width: 100%;
  height: auto;
  object-fit: contain;
}
section.engineeringOverview .engineeringOverview__featureTextWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview .engineeringOverview__featureTextWrapper {
    width: 32.25rem;
  }
}
section.engineeringOverview .engineeringOverview__featureText {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #363434;
}
section.engineeringOverview .engineeringOverview__featureTextWrapper a {
  align-self: center;
}
@media screen and (min-width: 768px) {
  section.engineeringOverview .engineeringOverview__featureTextWrapper a {
    align-self: flex-end;
  }
}

section.businessTopics {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.businessTopics {
    padding: 0;
  }
}
section.businessTopics .businessTopics__lead {
  margin-top: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
  color: #363434;
}
section.businessTopics .businessTopics__grid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.businessTopics .businessTopics__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem;
  }
}
section.businessTopics .businessTopics__carousel {
  margin: 2.5rem -1rem 0;
}
section.businessTopics .businessTopics__slider {
  position: relative;
}
section.businessTopics .businessTopics__slider .businessTopics__swiper .businessTopics__slide {
  width: 19.375rem;
  display: flex;
  justify-content: center;
}
section.businessTopics
  .businessTopics__slider
  .businessTopics__swiper
  .businessTopics__slide
  .businessTopics__slideInner {
  position: relative;
  display: block;
  width: 19.375rem;
}
section.businessTopics .businessTopics__slider .businessTopics__navigationBtn {
  position: absolute;
  z-index: 10;
  top: 5rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  border: 1px solid #595757;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.businessTopics .businessTopics__slider .businessTopics__navigationBtn {
    top: 22%;
    width: 3.5rem;
    height: 3.5rem;
    transition: all 0.2s ease-in-out;
  }
  section.businessTopics .businessTopics__slider .businessTopics__navigationBtn:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #595757;
  }
}
section.businessTopics .businessTopics__slider .businessTopics__navigationBtn.swiper-button-lock {
  display: none;
}
@media screen and (min-width: 1641px) {
  section.businessTopics .businessTopics__slider .businessTopics__navigationBtn {
    top: 5.8125rem;
  }
}
section.businessTopics .businessTopics__slider .businessTopics__navigationBtn.businessTopics__navigationBtn--prev {
  left: 1rem;
}
@media screen and (min-width: 768px) {
  section.businessTopics .businessTopics__slider .businessTopics__navigationBtn.businessTopics__navigationBtn--prev {
    left: -1.25rem;
  }
}
section.businessTopics .businessTopics__slider .businessTopics__navigationBtn.businessTopics__navigationBtn--next {
  right: 1rem;
}
@media screen and (min-width: 768px) {
  section.businessTopics .businessTopics__slider .businessTopics__navigationBtn.businessTopics__navigationBtn--next {
    right: -1.25rem;
  }
}
section.businessTopics .businessTopics__slider .businessTopics__navigationBtn svg {
  width: 1.5rem;
  height: 0.6875rem;
}
@media screen and (min-width: 768px) {
  section.businessTopics .businessTopics__slider .businessTopics__navigationBtn svg {
    width: 1.875rem;
    height: 0.875rem;
  }
}
section.businessTopics .businessTopics__pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bullet-size: 0.75rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #d8dce0;
  --swiper-pagination-color: #e6002d;
}
@media screen and (min-width: 768px) {
  section.businessTopics .businessTopics__pagination {
    margin-top: 3.125rem;
  }
}
section.businessTopics .businessTopics__pagination .swiper-pagination-bullet {
  transition: transform 0.2s ease-in-out;
}
section.businessTopics .businessTopics__pagination .swiper-pagination-bullet-active {
  transform: scale(1.33);
}
section.businessTopics .businessTopics__pagination.swiper-pagination-lock {
  display: none;
}
section.businessTopics .card__thumb {
  aspect-ratio: 165/110 !important;
}
@media screen and (min-width: 768px) {
  section.businessTopics .card__thumb {
    aspect-ratio: 416/277 !important;
  }
}

section.technology {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.technology {
    padding: 0;
  }
}
section.technology .technology__search {
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.technology .technology__search {
    max-width: 42.375rem;
    margin: 3.75rem auto;
    gap: 2.5rem;
  }
}
section.technology .technology__searchTitle {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #363434;
  text-align: center;
}
section.technology .technology__facilities {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.technology .technology__facilities {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
  }
}

section.information {
  margin-top: 5rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  section.information {
    padding: 0;
  }
}
section.information .information__button {
  margin-top: 2.5rem;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  section.information .information__button {
    justify-content: center;
  }
}
section.information .information__news {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.information .information__news {
    margin-top: 3.75rem;
  }
}

section.gallery {
  margin-top: 5rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  section.gallery {
    padding: 0;
  }
}
section.gallery .gallery__filters {
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  section.gallery .gallery__filters {
    margin-top: 2.5rem;
  }
}
section.gallery .gallery__filter {
  margin-top: 3.75rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.gallery .gallery__filter {
    margin-top: 0rem;
    padding: 0;
  }
}
section.gallery .gallery__filter .galleryTab .galleryTab__section {
  margin-bottom: 0;
}
section.gallery .gallery__filter--facility-detail {
  margin-top: 2.5rem;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.gallery .gallery__filter--facility-detail {
    margin-top: 1.5rem;
  }
}
section.gallery .gallery__results {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  section.gallery .gallery__results {
    margin-top: 2.25rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem;
  }
}
section.gallery .gallery__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.gallery .gallery__item:hover .card__thumb img {
    transform: scale(1.05);
  }
  section.gallery .gallery__item:hover .card__titleContent {
    text-decoration: underline;
  }
}
section.gallery .gallery__item .card.corporate_common .card__thumb {
  aspect-ratio: 1/1;
}
section.gallery .gallery__item .card.corporate_common .card__content .card__inner .card__title .card__titleContent {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  section.gallery .gallery__item .card.corporate_common .card__content .card__inner .card__title .card__titleContent {
    line-height: 1.4;
  }
}
section.gallery .gallery__itemCaption {
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #595757;
}
section.gallery .gallery__empty {
  grid-column: 1/-1;
  text-align: center;
  font-weight: 500;
}
section.gallery .gallery__viewmore {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
section.gallery .gallery__viewmore .btn.corporate_common svg {
  transform: rotate(90deg);
}
section.gallery .card__title {
  -webkit-line-clamp: none !important;
  line-clamp: none !important;
}
section.gallery .card__titleContent span {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.gallery .card__titleContent span {
    letter-spacing: 0.08em;
  }
}
