/* swiper
*********************************************************/
.swiper-custom-parent {
  margin: 0 12px;
  position: relative;
}
.swiper-container .swiper-slide {
  left: 1px;
  display: flex;
  justify-content: center;
}
.swiper-container .swiper-slide img {
  object-fit: contain;
}
.swiper-container .swiper-slide a {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 265px;
  color: #000;
  text-decoration: none;
}
.swiper-custom-parent .swiper-button-next,
.swiper-custom-parent .swiper-button-prev {
  background: #000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.swiper-custom-parent .swiper-button-next {
  right: -12px;
}
.swiper-custom-parent .swiper-button-prev {
  left: -12px;
}
.swiper-custom-parent .swiper-button-next::before,
.swiper-custom-parent .swiper-button-prev::before {
  position: absolute;
  content: "";
  background: url(/_img/service/next-arrow.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 21px;
  top: 9px;
  left: 10px;
}
.swiper-custom-parent .swiper-button-prev::before {
  background: url(/_img/service/prev-arrow.png) no-repeat;
}
.swiper-custom-parent .swiper-button-next::before {
  top: 9px;
  left: 12px;
}

.company-swiper-container .swiper-slide {
  background-color: #000;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .swiper-custom-parent {
    margin: 56px 12px 0;
  }
  .swiper-container .swiper-slide {
    left: 0;
  }
  .swiper-custom-parent .swiper-button-next {
    right: 0;
    top: -23px;
  }
  .swiper-custom-parent .swiper-button-prev {
    top: -23px;
    right: 56px;
    left: auto;
  }
  .swiper-container .swiper-slide a {
    width: 100%;
    height: calc(100vw * 0.75 - 53px);
  }
}

/* other
*********************************************************/
.section-other .com-title {
  border-bottom: none;
  margin-left: 14px;
  padding: 15px 0;
}
.section-other.com-box {
  margin-top: 40px;
  padding: 16px 0 12px;
}
.section-other .swiper-container .swiper-slide .other-image {
  width: 265px;
  height: 210px;
  background: #000;
  display: flex;
  align-items: center;
}
.section-other .swiper-container .swiper-slide .other-image img {
  object-fit: contain;
  width: 265px;
  height: 210px;
}
.section-other .swiper-container .swiper-slide .other-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 18px 20px 12px;
}

/* sp
--------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .section-other .com-title {
    border-bottom: 1px solid #d8d8d8;
  }
  .section-other .swiper-container .swiper-slide .other-image {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  .section-other .swiper-container .swiper-slide .other-image img {
    height: 100%;
  }
}

/* other
*********************************************************/
.com-box {
  padding: 26px 16px 12px 16px;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}

.com-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: #f7f5f1;
}

/* com-title
*********************************************************/

.com-title {
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 20px;
}
.section-other .com-title {
  border-bottom: none;
  margin-left: 14px;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
  .com-title {
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px solid #d8d8d8;
  }
}
