@charset "UTF-8";
/********************************************************/
/* -------------------------------------------
 * 共通
 * -------------------------------------------*/
.sec-ai-data-center {
  padding-top: clamp(5rem, 9vw, 13rem);
}
.sec-ai-data-center .fund-slider {
  padding-block: 130px;
}
@media (max-width: 834px) {
  .sec-ai-data-center .fund-slider {
    padding-block: 60px;
  }
}

.ai-data-center__sec-ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #5a7b66;
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.05rem, 0.9523809524vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
}

.ai-data-center__sec-flex-inner {
  display: grid;
  grid-template-columns: 298fr 900fr;
  gap: 5px 0;
}
@media (max-width: 834px) {
  .ai-data-center__sec-flex-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ai-data-center__sec-lead {
  margin-top: clamp(20px, 1.7857142857vw, 30px);
  font-weight: 400;
  line-height: 1.867;
}

.ai-data-center__sec-content-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(2.1rem, 1.9047619048vw, 3.2rem);
  font-weight: 500;
  line-height: 1.63;
}

/* -------------------------------------------
 * 事業の強み
 * -------------------------------------------*/
.ai-data-center-strength {
  padding-bottom: clamp(6rem, 7.1428571429vw, 12rem);
}

.ai-data-center-strength__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.ai-data-center-strength__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(10px, 1.1904761905vw, 20px);
  margin-top: clamp(30px, 2.380952381vw, 40px);
}
@media (max-width: 834px) {
  .ai-data-center-strength__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ai-data-center-strength__list > li {
  padding: clamp(20px, 2.4404761905vw, 41px) 6%;
  border-radius: 10px;
  background: #f8f8f2;
}
@media (max-width: 834px) {
  .ai-data-center-strength__list > li {
    padding-inline: 5%;
  }
}

.ai-data-center-strength__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-bottom: clamp(10px, 1.4880952381vw, 25px);
  border-bottom: 1px solid #ddd;
}

.ai-data-center-strength__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(3rem, 2.9761904762vw, 5rem);
  height: auto;
  aspect-ratio: 50/26;
  border-radius: 13px;
  background: #5b7c66;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: clamp(0.8rem, 0.7142857143vw, 1.2rem);
  font-weight: 400;
  line-height: 1;
}

.ai-data-center-strength__item-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.5rem, 1.1904761905vw, 2rem);
  font-weight: 500;
  line-height: 1;
}

.ai-data-center-strength__item-txt {
  margin-top: clamp(10px, 1.9047619048vw, 32px);
  font-weight: 400;
  line-height: 1.867;
}

/* -------------------------------------------
 * 成長戦略
 * -------------------------------------------*/
.ai-data-center-growth {
  padding-block: clamp(6rem, 7.1428571429vw, 12rem);
  background: #f8f8f2;
}

.ai-data-center-growth__body {
  min-width: 0;
}

.ai-data-center-growth__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(2.1rem, 1.9047619048vw, 3.2rem);
  font-weight: 500;
  line-height: 1.63;
}

.ai-data-center-growth__list {
  margin-top: clamp(30px, 3.2738095238vw, 55px);
}
.ai-data-center-growth__list > li + li:not(:first-child) {
  margin-top: clamp(30px, 2.9761904762vw, 50px);
}

.ai-data-center-growth__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 0.7142857143vw, 12px);
  padding-bottom: clamp(10px, 1.0714285714vw, 18px);
  border-bottom: 1px solid #e1dccd;
}
@media (max-width: 834px) {
  .ai-data-center-growth__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.ai-data-center-growth__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(5.6rem, 5.119047619vw, 8.6rem);
  height: auto;
  aspect-ratio: 86/26;
  border-radius: 13px;
  background: #5b7c66;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: clamp(0.8rem, 0.7142857143vw, 1.2rem);
  font-weight: 400;
  line-height: 1;
}

.ai-data-center-growth__item-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(1.6rem, 1.4285714286vw, 2.4rem);
  font-weight: 500;
  line-height: 1.2;
}

.ai-data-center-growth__item-ttl-sm {
  font-size: clamp(1.05rem, 0.9523809524vw, 1.6rem);
}

.ai-data-center-growth__item-body {
  margin-top: clamp(20px, 2.0833333333vw, 35px);
  display: grid;
  grid-template-columns: 440fr 420fr;
  gap: 15px 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .ai-data-center-growth__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ai-data-center-growth__item-img {
  border-radius: 10px;
  overflow: hidden;
}

.ai-data-center-growth__item-txt {
  font-weight: 400;
  line-height: 1.867;
}

/* -------------------------------------------
 * CTA
 * -------------------------------------------*/
.ai-data-center-cta__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-block: clamp(6rem, 9.6428571429vw, 16.2rem) clamp(6rem, 8.9285714286vw, 15rem);
  padding-inline: 5%;
  background: url(../img/business/ai-data-center/cta.webp) no-repeat center center/cover;
}

.ai-data-center-cta__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-inline: 5%;
  text-align: center;
  color: #fff;
}

.ai-data-center-cta__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: clamp(2rem, 2.5vw, 4.2rem);
  font-weight: 500;
  line-height: 1.286;
}

.ai-data-center-cta__txt {
  margin-top: clamp(20px, 2.0833333333vw, 35px);
  line-height: 1.867;
}
@media (max-width: 834px) {
  .ai-data-center-cta__txt {
    text-align: left;
  }
}

.ai-data-center-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 400px);
  padding: 1.8em 0.5em;
  margin-top: clamp(30px, 2.9761904762vw, 50px);
  border-radius: 8px;
  background: #5a7b66;
  color: #fff;
  font-size: clamp(1.4rem, 0.9523809524vw, 1.6rem);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ai-data-center-cta__btn:hover {
  opacity: 0.8;
}

/* -------------------------------------------
 * 事業投資のご案内
 * -------------------------------------------*/
.ai-data-center-info {
  padding-block: clamp(6rem, 7.1428571429vw, 12rem) clamp(6rem, 8.6904761905vw, 14.6rem);
}

.ai-data-center-info__img {
  border-radius: 10px;
  overflow: hidden;
  margin-top: clamp(3rem, 3.2738095238vw, 5.5rem);
}
@media (max-width: 834px) {
  .ai-data-center-info__img img {
    aspect-ratio: 314/214;
  }
}/*# sourceMappingURL=ai-data-center.css.map */