.pagehead-blue {
  padding-block: 4.5rem 4.25rem;
}

/* ================ */
/* setion:複数拠点運用の場合 */
/* ================ */
.plural {
  padding-top: 6.25rem;
}
.plural-head__text {
  font-size: 1rem;
  line-height: 2;
}
.plural-head__text-bold {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
  font-weight: 700;
}
.plural__button {
  height: 2.5rem;
  font-size: .875rem;
  font-weight: 500;
  padding-inline: 2rem;
}

.plural__figure {
  position: relative;
  margin-top: 5rem;
  img {
    width: 100%;
  }
}

/* ================ */
/* case:活用事例 */
/* ================ */
.plural__lead-text {
  margin-top: 5rem;
}
.pluralCase {
  margin-top: 5rem;
}
.pluralCase__banner {
  background-color: var(--color-brand-blue);
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
}
.pluralCase__heading {
  color: #00a0e9;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 2.5rem;
}
.pluralCase__contents {
  display: grid;
  grid-template-columns: 25rem auto;
  align-items: flex-start;
  gap: 5rem;
  margin-top: 2.5rem;
}
.pluralCase__contents + .pluralCase__contents {
  margin-top: 5rem;
}
.pluralCase__details > * + * {
  margin-top: 1.5rem;
}
.pluralCase__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
.pluralCase__title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pluralCase__subtitle {
  font-size: 1rem;
  line-height: 2;
  margin-top: .5rem;
}
.pluralCase__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent-red);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1;
  border-radius: 200px;
  padding: 5px 1rem 7px;
}
.pluralCase__text p {
  font-size: .875rem;
  line-height: 2;
}
.pluralCase__point {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: 1px solid var(--color-gray);
  border-radius: .75rem;
  padding: 1.5rem;
}
.pluralCase__point-label {
  color: var(--color-brand-blue);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.pluralCase__point-text {
  flex: 1;
  font-size: .875rem;
  line-height: 2;
}
.pluralCase__figure {
  flex: 1;
  min-width: 0;
}
.pluralCase__figure img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .pluralCase__contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .pluralCase__contents {
    flex-direction: column;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .plural-head__text-bold {
    margin-top: 2.5rem;
  }
  .plural__figure {
    text-align: center;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .plural-figure__title {
    display: none;
  }
}

/* ================ */
/* setion:複数拠点運用はその他にも… */
/* ================ */
.otherSection {
  padding-top: 5rem;
}
.other__contents {
  display: grid;
  align-items: stretch;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.otherCard {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0;
}
.otherCard__lead-text {
  margin-block: 2.5rem 2.1875rem;
}
.otherCard__lineBlock {
  border: 1px solid var(--color-brand-blue);
  border-radius: 16px;
  padding: 2rem 2rem 2.25rem 2rem;
  position: relative;
}
.otherCard__lineBlock img {
  display: block;
  margin: 0.5rem auto;
}
.otherCard__title--blue {
  background-color: var(--color-white);
  width: fit-content;
  color: var(--color-brand-blue);
  line-height: 1;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.otherCard__bottom {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.otherCard__bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}
.otherCard__bottom ul li {
  font-size: .875rem;
  font-weight: 500;
  width: fit-content;
  display: inline-block;
}
.otherCard__tag {
  display: grid;
  place-items: center;
  background-color: var(--color-brand-blue);
  border-radius: 200px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  width: 5rem;
  height: 1.75rem;
  padding-bottom: 2px;
}

@media screen and (max-width: 1080px) {
  .other__contents {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .otherCard__lead-text {
    margin-block: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .otherCard__bottom {
    flex-direction: column;
    gap: .5rem;
  }
}
@media screen and (max-width: 500px) {
  .otherCard__lineBlock {
    padding: 2rem 1rem;
  }
}

.join {
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .join {
    margin-bottom: 5rem;
  }
}
/* ユーティリティ */
.mt-40 {
  margin-top: 2.5rem;
}
.mt-80 {
  margin-top: 5rem;
}