.page-body {
  margin-bottom: 120px;
}

.gallery-slider-container {
  margin-bottom: 56px;
}
@media screen and (max-width: 590px) {
  .gallery-slider-container {
    margin-bottom: 40px;
  }
}

.gallery-slider-main .swiper-button-next,
.gallery-slider-main .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 44 * 27 * 1.35);
  height: calc(var(--swiper-navigation-size) * 1.35);
  color: #ffffff;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
.gallery-slider-main .swiper-button-next::after,
.gallery-slider-main .swiper-button-prev::after {
  font-size: 20px;
}
@media screen and (max-width: 590px) {
  .gallery-slider-main .swiper-button-next::after,
  .gallery-slider-main .swiper-button-prev::after {
    font-size: 16px;
  }
  .gallery-slider-main .swiper-button-next {
    right: 0;
  }
  .gallery-slider-main .swiper-button-prev {
    left: 0;
  }
}

.gallery-slider-thumbs {
  margin-top: 12px;
}
.gallery-slider-thumbs .swiper-slide {
  cursor: pointer;
  width: 192px;
  aspect-ratio: 1000/563;
  border: 1px solid #efefef;
  transition: 0.24s ease;
}
.gallery-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.6;
}

.company-intro {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 56px;
  padding-top: 56px;
  border-top: 1px dashed #cecece;
}
@media screen and (max-width: 590px) {
  .company-intro {
    padding-top: 40px;
  }
}
.company-intro .image {
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 590px) {
  .company-intro .image {
    display: none;
  }
}
.company-intro .image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
}
.company-intro .text {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.company-info {
  margin-bottom: 56px;
}
.company-info .attention {
  margin-top: 1em;
  display: block;
  text-align: center;
  font-size: 14px;
  color: red;
}
.company-info table {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.company-info table th,
.company-info table td {
  padding: 12px;
  line-height: 1.55;
  border: 1px solid #ccc;
}
.company-info table th a,
.company-info table td a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #1F8C63;
  transition: 0.24s ease;
}
.company-info table th a::after,
.company-info table td a::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV4dGVybmFsLWxpbmstaWNvbiBsdWNpZGUtZXh0ZXJuYWwtbGluayI+PHBhdGggZD0iTTE1IDNoNnY2Ii8+PHBhdGggZD0iTTEwIDE0IDIxIDMiLz48cGF0aCBkPSJNMTggMTN2NmEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY4YTIgMiAwIDAgMSAyLTJoNiIvPjwvc3ZnPg==);
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #1F8C63;
}
.company-info table th a:hover,
.company-info table td a:hover {
  opacity: 0.7;
}
.company-info table th {
  background-color: #fcfcfc;
}
@media screen and (max-width: 590px) {
  .company-info table {
    border: none;
  }
  .company-info table tbody,
  .company-info table tr,
  .company-info table td {
    display: block;
    width: 100%;
  }
  .company-info table tbody {
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }
  .company-info table th,
  .company-info table td {
    padding: 0px;
    border: 0px solid;
    line-height: 1.55;
  }
  .company-info table tr {
    margin-bottom: 15px;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .company-info table td {
    position: relative;
    padding: 5px 0;
    text-align: left;
    border: none;
  }
}

.map-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #efefef !important;
}
@media screen and (max-width: 590px) {
  .map-container iframe {
    aspect-ratio: 10/16;
  }
}