@charset "UTF-8";

/* =====================
  MV
===================== */
.mv {
  background-image: url('/assets/img/business/bg.png');
}

.mv::after {
  background-image: url('/assets/img/business/mv.png');
}

/* =====================
  事業内容アバウト
===================== */
.article[data-id='1'] {
  padding-top: 106px;
  padding-bottom: 120px;
  position: relative;
}

.article[data-id='1']::after {
  content: '';
  display: block;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  background-image: url('/assets/img/business/about_bg.png');
  width: 100%;
  height: 203px;
  position: absolute;
  left: 0;
  top: 365px;
}

.article[data-id='1'] .about-wrap {
  display: flex;
  gap: 94px;
  position: relative;
}

.article[data-id='1'] .about-wrap h2 {
  width: fit-content;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #002a87;
  flex-shrink: 0;
}

.article[data-id='1'] .about-wrap .about {
  padding-right: 70px;
  margin-top: 7px;
}

/* ==== リスト ==== */
.article[data-id='1'] .about-list {
  margin-top: 130px;
}

.article[data-id='1'] .about-list ol li + li {
  margin-top: 88px;
}

.article[data-id='1'] .about-list ol li .list-title {
  border-bottom: solid 1px #002a87;
  padding-bottom: 4px;
}

.article[data-id='1'] .about-list ol li .list-title .list-no {
  font-family: Taviraj;
  font-size: 18px;
  font-weight: 600;
  color: #002a87;
}

.article[data-id='1'] .about-list ol li .list-title h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #002a87;
  margin-top: 3px;
}

.article[data-id='1'] .about-list ol li .list-p {
  display: flex;
  gap: 56px;
  align-items: center;
  margin-top: 48px;
}

.article[data-id='1'] .about-list ol li .list-p .list-img {
  flex-shrink: 0;
}

.article[data-id='1'] .about-list ol li .list-p p {
  padding-right: 40px;
  margin-top: 4px;
}

/* =====================
  実績一覧
===================== */
.article[data-id='2'] {
  padding-top: 72px;
  padding-bottom: 96px;
}

.article[data-id='2'] .achi-list {
  display: flex;
  gap: 27px;
  margin-top: 66px;
}

.article[data-id='2'] .link-btn2 {
  margin-top: 80px;
  margin-inline: auto;
}

/* =====================
  SDGs
===================== */
.article[data-id='3'] .sdgs-box {
  padding-block: 96px;
  display: flex;
}

.article[data-id='3'] .sdgs-box .img {
  flex-shrink: 0;
}

.article[data-id='3'] .sdgs-box .sdgs-p {
  background-color: #0099d9;
  padding: 39px 40px;
  color: #fff;
}

.article[data-id='3'] .sdgs-box .sdgs-p .h2-title span {
  color: #fff;
}

.article[data-id='3'] .sdgs-box .sdgs-p .h2-title h2 {
  color: #fff;
}

.article[data-id='3'] .sdgs-box .sdgs-p p {
  margin-top: 52px;
}

.article[data-id='3'] .sdgs-box .sdgs-p .link-btn2 {
  width: 237px;
  border: solid 1px #fff;
  margin-top: 69px;
}

.article[data-id='3'] .sdgs-box .sdgs-p .link-btn2 .link-anchor::after {
  background-image: url('/assets/img/common/arrow.png');
}

.article[data-id='3'] .sdgs-box .sdgs-p .link-btn2 span {
  color: #fff;
}

/* =====================
  list-contents
===================== */
.list-contents {
  margin-top: 56px;
  padding-bottom: 8px;
}
.list-contents + .list-contents {
  margin-top: 48px;
}
.list-contents h4 {
  color: #002a87;
  border: 1px solid currentColor;
  width: fit-content;
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 1;
  padding-block: 16.5px;
  padding-inline: 22px;
  font-size: 24px;
}
.list-contents .ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 24px;
}


.sub-img{
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.sub-img img{
  max-width: 100%;
  height: auto;
}
