@charset "utf-8";
/* CSS Document */
.company_a .item p {
  line-height: 2;
}
.map {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.map iframe {
  display: block;
  width: 100%;
  height: 550px;
  border: 0;
}
.box_wrap2 {
  align-items: center;
}
.box_wrap2 .leftbox {}
.cate2 .message_title {
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
}
.cate2 .message_title p {
  line-height: 1;
}
.cate2 .box_wrap2 .leftbox .imgbox {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.cate2 .box_wrap2 .leftbox .imgbox img {
  width: 100%;
  display: block;
}
.cate2 .message_title p:first-child {
  transform: translateX(clamp(-40px, -4vw, -20px));
}
@media screen and (max-width: 1080px) {
  .box_wrap2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .box_wrap2 .leftbox, .box_wrap2 .rightbox {
    width: 100%;
  }
  .box_wrap2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .cate2 .message_title {
    margin-bottom: 20px;
  }
}
.staff_profile {
  background: #fff;
  border-radius: 10px;
  padding: clamp(30px, 5vw, 60px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.staff_profile .profile_block {
  margin-bottom: 34px;
}

.staff_profile .profile_block:last-child {
  margin-bottom: 0;
}

.staff_profile h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.staff_profile h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #df7f9f;
  transform: translateY(-50%);
}

.staff_profile p {
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .staff_profile {
  padding-right: 20px;
      padding-left: 20px;
}
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
  margin-right: 10px !important;
  border-radius: 10px;
  overflow: hidden;
}
.swiper_a .swiper-slide img {
  height: clamp(220px, 28vw, 300px);
  width: auto;
  object-fit: cover;
  border-radius: 10px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}