@charset "UTF-8";
/*
  /rakurakucloud/gwtg/asset/css/object/module/m-case-intro.css
  導入事例イントロ（青背景内の白ボックス・1160px）
*/
.m-case-intro {
  padding: 0 20px;
}
.m-case-intro__box {
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 40px;
  @media screen and (max-width: 840px) {
    padding: 40px 0 32px;
    border-radius: 8px;
  }
  /* 右上の折り返し（紙の裏面）：折り返し画像を角に重ねる */
  &::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background-image: url("/rakurakucloud/gwtg/asset/image/figure/figure-dogear.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border-top-right-radius: 12px;
    @media screen and (max-width: 840px) {
      width: 32px;
      height: 32px;
      border-top-right-radius: 8px;
    }
  }
}
.m-case-intro__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.m-case-intro__lead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  @media screen and (max-width: 840px) {
    font-size: 20px;
  }
}
.m-case-intro__divider {
  position: relative;
  height: 1px;
  background-color: var(--black);
  margin: 60px 0;
  @media screen and (max-width: 840px) {
    margin: 30px 0;
  }
  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black);
    transform: translateY(-50%);
  }
  &::before {
    left: 0;
  }
  &::after {
    right: 0;
  }
}
.m-case-intro__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 60px;
  @media screen and (max-width: 840px) {
    font-size: 22px;
    margin: 0 0 40px;
  }
}
.m-case-intro__subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 60px 0;
  @media screen and (max-width: 840px) {
    font-size: 20px;
    margin: 30px 0;
  }
}
.m-case-intro__paragraph {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0 0 28px;
  @media screen and (max-width: 840px) {
    font-size: 16px;
  }
  &.m-case-intro__paragraph--lead {
    margin: 0 0 40px;
    @media screen and (max-width: 840px) {
      margin: 0 0 32px;
    }
  }
}
.m-case-intro__link-text {
  color: var(--link);
  font-weight: 700;
}
.m-case-intro__profile {
  display: grid;
  grid-template-columns: 273px 1fr;
  align-items: center;
  gap: 24px;
  margin: 60px 0;
  @media screen and (max-width: 840px) {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 32px 0;
  }
}
.m-case-intro__profile-logo {
  width: 100%;
  @media screen and (max-width: 840px) {
    width: 160px;
    margin: 0 auto;
  }
}
.m-case-intro__profile-table {
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.7;
  @media screen and (max-width: 840px) {
    font-size: 14px;
  }
}
.m-case-intro__profile-table th {
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  padding: 2px 24px 2px 0;
  vertical-align: top;
}
.m-case-intro__profile-table td {
  padding: 2px 0;
  vertical-align: top;
}

.m-case-intro__photo {
  margin: 40px 0 8px;
  border-radius: 8px;
  overflow: hidden;
}
.m-case-intro__caption {
  font-size: 11px;
  color: var(--gray-04);
  line-height: 1.6;
  margin: 0 0 48px;
}
.m-case-intro__reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 56px;
  @media screen and (max-width: 840px) {
    grid-template-columns: 1fr;
  }
}
.m-case-intro__reason-item {
  background-color: var(--rcloud-bg-sub-03);
  border-radius: 4px;
  padding: 32px 16px;
  text-align: center;
  @media screen and (max-width: 840px) {
    padding: 24px 24px;
    text-align: left;
  }
}
.m-case-intro__reason-label {
  font-size: 20px;
  font-weight: 700;
  color: var(--rcloud-primary);
  @media screen and (max-width: 840px) {
    font-size: 18px;
  }
}
.m-case-intro__reason-quote {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
  @media screen and (max-width: 840px) {
    font-size: 14px;
    margin-top: 8px;
  }
}
.m-case-intro__system-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 0 32px;
}
.m-case-intro__system-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 48px;
  @media screen and (max-width: 840px) {
    gap: 16px;
    margin: 0 0 32px;
  }
}
.m-case-intro__system-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 24px;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: var(--shadow-rcloud);
  padding: 40px;
  @media screen and (max-width: 840px) {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
  }
}
.m-case-intro__system-logo {
  width: auto;
  height: 40px;
  @media screen and (max-width: 840px) {
    height: 30px;
  }
}
.m-case-intro__system-heading {
  font-size: 20px;
  font-weight: 700;
  @media screen and (max-width: 840px) {
    font-size: 18px;
  }
}
.m-case-intro__system-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0 0;
  @media screen and (max-width: 840px) {
    font-size: 14px;
    margin: 8px 0 0;
  }
}
.m-case-intro__footer-text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  @media screen and (max-width: 840px) {
    font-size: 20px;
  }
}
