@charset "utf-8";
/* CSS Document */
.message {
  position: relative;
  background: #f9f9f9;
  text-align: center;
}
.message-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.message-header .line {
  display: block;
  width: 40px;
  height: 3px;
  background: #016FD4;
  margin: 0 auto 12px;
}
.message-header .en {
  font-weight: 700;
  color: #016FD4;
  margin: 0;
}
.message-header .jp {
  font-size: 0.9rem;
  color: #333;
  margin: 4px 0 24px;
}
.message-title {
  font-weight: 700;
  color: #033792;
  margin-bottom: 32px;
}
.message-body {
  position: relative;
}
.message-body > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.message-body p {
  color: #111;
}
.message-images img {
  position: absolute;
  max-width: 220px;
  object-fit: cover;
}
/* 各写真の配置 */
.message-images img:nth-child(1) {
  top: 0px;
  left: 100px;
}
.message-images img:nth-child(2) {
  top: 180px;
  left: 0px;
}
.message-images img:nth-child(3) {
  top: 520px;
  left: 140px;
}
.message-images img:nth-child(4) {
  top: 0px;
  right: clamp(100px, 7vw, 200px);
}
.message-images img:nth-child(5) {
  top: 280px;
  right: 0px;
  max-width: clamp(160px, 18vw, 280px);
}
.message-images img:nth-child(6) {
  top: 550px;
  right: 180px;
  max-width: 160px;
}
.message-images img:nth-child(7) {}
.cate2 {
  margin-top: 150px;
}
.cate2 .imgbox2 {
  width: 100%;
}
.company-wrap {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
padding-top: clamp(30px, 10vw, 60px);
padding-bottom: clamp(30px, 10vw, 60px);
  z-index: 1;
}
.section-head {
  text-align: center;
  margin-bottom: -20px;
  z-index: 5;
  position: relative;
}
.section-head .title-jp {
  font-weight: 500;
  margin-bottom: 10px
}
.section-head .title-en {
  font-weight: 500;
  color: #016FD4;
  letter-spacing: 0.15em;
  margin: 0;
  text-transform: uppercase;
}
.section-head .divider {
  width: 2px;
  height: 40px;
  background: #0a54a0;
  margin: 18px auto 0;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .message-images {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
  }
  .message-images img {
    position: static;
    width: 30%;
    max-width: 220px;
    min-width: 130px;
    height: auto;
    max-height: 200px;
  }
  .cate2 {
    margin-top: 0px;
  }
}
/* ---------- 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) {}