@charset "UTF-8";
/* =====================
  MV
===================== */
.main .mv {
  background-image: url('/assets/image/business/business_mv.png');
}
/* =====================
 タイトル
===================== */
/* ==== H2タイトル ==== */
.h2-title {
  margin-top: 104px;
}
/* ==== 十字飾り ==== */
.cross {
  margin-top: 85px;
}
/* =====================
  強み
===================== */
.business {
  min-height: 2913px;
}
.strength {
  position: relative;
}
.strength::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url('/assets/image/business/business_bg.png');
  height: 530px;
  margin-left: 30px;
}

.strength .demo {
  position: relative;
  top: -83px;
  right: 0;
  width: calc((93.1% - 1210px) / 2 + 1210px);
  min-height: 810px;
  background: linear-gradient(45deg, transparent 0px, #234060 0px), linear-gradient(135deg, transparent 110px, #234060 110px), linear-gradient(225deg, transparent 0px, #234060 0px), linear-gradient(315deg, transparent 0px, #234060 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  opacity: 0.9;
  padding-left: 152px;
  padding-top: 155px;
  padding-bottom: 217.4px;
  margin-inline: auto 0;
}
.strength .demo::before {
  content: '';
  display: block;
  width: 457px;
  height: 20px;
  background: var(--yellow);
  opacity: 0.8;
  position: relative;
  top: 92px;
  left: -173px;
}
.strength .demo::after {
  content: attr(data-text);
  display: block;
  font-size: 116px;
  font-weight: bold;
  white-space: nowrap;
  color: transparent;
  opacity: 0.5;
  -webkit-text-stroke: 2px #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  top: 307px;
  left: -30px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.strength .demo-wrapper {
  max-width: 1150px;
  position: relative;
}
.strength .demo-wrapper::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/assets//image/business/business_01.png');
  width: 466px;
  height: 350px;
  position: absolute;
  right: 0;
  top: -250px;
}
.strength .demo h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
.strength .demo p {
  line-height: 3.4;
  margin-top: 120px;
  letter-spacing: 0.03em;
}
.strength .demo .demo-img {
  display: flex;
  gap: 40px;
  margin-top: 85px;
}
.strength .demo .demo-img p {
  margin-top: -2px;
  text-align: center;
  font-weight: bold;
  margin-right: 27px;
}
/* =====================
  写真
===================== */
.business .photo-wrapper {
  width: 1300px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  top: -135px;
}
.business .photo-wrapper .picture {
  position: absolute;
}
.business .photo-wrapper .picture[data-id='1'] {
  top: 0;
  left: 0;
}
.business .photo-wrapper .picture[data-id='2'] {
  top: 96px;
  right: 30px;
}
.business .photo-wrapper .picture[data-id='3'] {
  top: 535px;
  left: 225px;
}
.business .photo-wrapper .picture[data-id='4'] {
  top: 707px;
  left: 90px;
  z-index: 3;
}
.business .photo-wrapper .picture[data-id='5'] {
  top: 846px;
  right: 90px;
}
