/* LESS Document */
/* -------------------------------- read */
.read {
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .read {
    font-size: 6.6vw;
  }
}
/* -------------------------------- lnav */
.lNav ul li a {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .lNav ul li a {
    width: 100%;
  }
}
/* -------------------------------- business */
.businessArea section {
  padding-bottom: 60px;
  text-align: center;
}
.businessArea section:nth-of-type(2n + 1) {
  background: #EDEDED;
}
.businessArea section:nth-of-type(2n) article .text {
  background: rgba(244, 244, 244, 0.9);
}
@media screen and (max-width: 767px) {
  .businessArea section:nth-of-type(2n) article .text {
    background: none;
  }
}
.businessArea section h3 {
  margin: 0 0 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .businessArea section h3 {
    font-size: 5vw;
  }
}
.businessArea section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .businessArea section p {
    font-size: 3.6vw;
  }
}
.businessArea article {
  padding: 35px 0;
  text-align: left;
  position: relative;
}
.businessArea article:nth-of-type(2n) .text {
  right: auto;
  left: 0;
}
.businessArea article .text {
  width: 520px;
  min-height: 320px;
  padding: 60px 80px 40px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .businessArea article .text {
    position: static;
    width: auto;
    min-height: 0;
    padding: 20px 10px;
    background: none;
  }
}
.businessArea article h4 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .businessArea article h4 {
    font-size: 5.6vw;
  }
}
.businessArea article .btn {
  width: 240px;
  text-align: center;
}
/* -------------------------------- siArea */
.siArea section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .siArea section p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .siArea .inner {
    padding: 0 10px;
  }
}
.siArea .h4_si {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .siArea .h4_si {
    font-size: 4.4vw;
  }
}
.siArea .border_dash {
  margin: 35px auto 20px auto;
}
.siArea .texCenter {
  margin-bottom: 70px;
}
.siArea .box_02 {
  margin-bottom: 40px;
}
/* -------------------------------- devArea */
.devArea .fadein {
  padding-top: 80px!important;
}
.devArea section {
  padding-top: 25px;
}
.devArea section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .devArea section p {
    font-size: 3.6vw;
  }
}
.devArea h4 {
  margin: 0 0 15px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .devArea h4 {
    font-size: 4.4vw;
  }
}
.devArea .border_dash {
  margin-bottom: 30px;
}
/* -------------------------------- educationArea */
.educationArea {
  padding-bottom: 60px;
}
.educationArea section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .educationArea section p {
    font-size: 3.6vw;
  }
}
.educationArea .ma {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .educationArea .ma {
    margin: 20px auto;
  }
}
.educationArea .programBox {
  max-width: 800px;
  margin: 40px auto 0;
  padding: 20px;
  border: #CECECE 2px dashed;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .educationArea .programBox {
    font-size: 4vw;
    margin: 20px auto 40px;
  }
}
.educationArea .columnBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.educationArea .columnBox  > * {
  display: block;
  width: 450px;
}
.educationArea .columnBox::before,
.educationArea .columnBox::after {
  content: '';
  order: 1;
  display: block;
  width: 450px;
}
.educationArea .columnBox .programBox .imgL {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .educationArea .columnBox .programBox .imgL {
    margin-right: auto;
  }
}
.educationArea .columnBox .programBox p {
  text-align: left;
  font-weight: 500;
}
.educationArea .hgroup h4 {
  text-align: center;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .educationArea .hgroup h4 {
    font-size: 4vw;
  }
}
.educationArea .hgroup h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  background-color: #000;
}
.educationArea .futureMap {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.educationArea .futureMap .text_area {
  width: 430px;
  height: auto;
  border: solid 1px #efefef;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .educationArea .futureMap .text_area {
    width: 100%;
    padding: 10px;
  }
}
.educationArea .futureMap .text_area .hgroup_02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .educationArea .futureMap .text_area .hgroup_02 {
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px 0;
  }
}
.educationArea .futureMap .text_area .hgroup_02 h4 {
  font-family: 'Oswald', sans-serif;
  color: #1e94d4;
  font-size: 3.4rem;
  margin: 20px 0 30px -10px;
}
@media screen and (max-width: 767px) {
  .educationArea .futureMap .text_area .hgroup_02 h4 {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    font-size: 10.5vw;
  }
}
.educationArea .futureMap .text_area .hgroup_02 h4:before {
  content: "\f100";
  display: inline;
  font-family: "Font Awesome 5 Free";
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .educationArea .futureMap .text_area .hgroup_02 h4:before {
    content: "\f102";
  }
}
.educationArea .futureMap .text_area .hgroup_02 p {
  margin: -70px 0 0 60px;
}
@media screen and (max-width: 767px) {
  .educationArea .futureMap .text_area .hgroup_02 p {
    margin: 0;
    width: 30%;
  }
}
.educationArea .futureMap .text_area p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .educationArea .futureMap .text_area p {
    font-size: 3.6vw;
  }
}
.educationArea .futureMap .text_area p span {
  background: linear-gradient(transparent 80%, #ffd666 0%);
  display: inline!important;
  padding: 0 2px 0;
}
/* -------------------------------- box */
.box_01 {
  margin: 0 auto;
  background: none;
}
@media screen and (max-width: 767px) {
  .box_01 {
    margin-top: 30px;
    padding: 10px;
  }
}
.box_01 h4 {
  text-align: center;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .box_01 h4 {
    font-size: 4vw;
  }
}
.box_01 h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  background-color: #000;
}
.box_01 .image {
  display: flex;
  justify-content: space-between;
  width: 470px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_01 .image {
    width: 100%;
  }
}
.box_01 .listDisc_01 {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .box_01 .listDisc_01 {
    width: 100%;
  }
}
.box_01 .listDisc_01 li {
  width: 50%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .box_01 .listDisc_01 li {
    font-size: 3.6vw;
    width: 100%;
  }
}
.box_02 h4 {
  text-align: center;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .box_02 h4 {
    font-size: 4vw;
  }
}
.box_02 h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto 30px;
  background-color: #000;
}
.box_02 ul {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_02 ul {
    width: 100%;
  }
}
.box_02 ul li {
  text-align: center;
}
/* -------------------------------- other */
.other {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .other {
    margin-top: 30px;
  }
}
.other strong {
  display: inline-block;
  padding: 20px 30px;
  border: #1E94D4 2px solid;
  border-radius: 8px;
  font-size: 2.2rem;
  color: #1E94D4;
  line-height: 1;
}
.other strong:hover {
  background-color: #1E94D4;
  color: #fff;
  transition: all 0.7s;
}
@media screen and (max-width: 767px) {
  .other strong {
    padding: 10px 20px;
    font-size: 4.4vw;
    line-height: 1.8;
    width: 70%;
  }
}
/* -------------------------------- meritList */
.meritList {
  font-weight: bold;
  font-size: 2rem;
}
/* -------------------------------- border_dash */
.border_dash {
  width: 800px;
  margin: 0 auto;
  padding: 20px;
  border: #CECECE 2px dashed;
}
@media screen and (max-width: 767px) {
  .border_dash {
    width: 100%;
  }
}
.border_dash h4 {
  color: #1e93d3;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .border_dash h4 {
    font-size: 3.6vw;
  }
}
/* -------------------------------- list style */
.list_check li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.list_check li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_check li {
    font-size: 3.6vw;
  }
}
.list_check li i {
  color: #1e93d3;
  margin-right: 20px;
}
/* -------------------------------- contract development renewal */
.contractDevPage,
.contractDevPage * {
  box-sizing: border-box;
}
.contractDevPage {
  overflow: hidden;
  background: #fafbfc;
  color: #1a202c;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.contractDevInner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}
.contractDevSection {
  padding: 90px 0;
}
.contractDevEyebrow {
  margin: 0 0 12px;
  color: #2563eb;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.contractDevPage h2,
.contractDevPage h3,
.contractDevPage p {
  margin-top: 0;
}
.contractDevPage h2 {
  color: #14243b;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1.35;
}
.contractDevPage h3 {
  color: #14243b;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
}
.contractDevPage p,
.contractDevPage dd,
.contractDevPage li,
.contractDevPage span {
  font-size: 1.6rem;
  line-height: 1.9;
}
.contractDevPage a {
  text-decoration: none;
}
.contractDevButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 56px;
  padding: 14px 30px;
  border: 2px solid #2563eb;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
  transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.contractDevButton:hover {
  background: #1d4ed8;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.28);
}
.contractDevButton--white {
  border-color: #fff;
  background: #fff;
  color: #2563eb;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}
.contractDevButton--white:hover {
  background: #f8fafc;
  color: #1d4ed8;
}
.contractDevHero {
  padding: 90px 0 100px;
  background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 58%, #ffffff 100%);
}
.contractDevHero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 64px;
  align-items: center;
}
.contractDevHero__text h2 {
  margin-bottom: 24px;
  font-size: 5.4rem;
  line-height: 1.22;
}
.contractDevHero__text > p:not(.contractDevEyebrow):not(.contractDevHero__button) {
  max-width: 560px;
  margin-bottom: 30px;
  color: #475569;
  font-size: 1.8rem;
}
.contractDevHero__button {
  margin-bottom: 0;
}
.contractDevHeroCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contractDevHeroCards li {
  min-height: 150px;
  padding: 26px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.contractDevHeroCards li:nth-child(even) {
  transform: translateY(24px);
}
.contractDevHeroCards i {
  display: block;
  margin-bottom: 14px;
  color: #2563eb;
  font-size: 3.2rem;
}
.contractDevHeroCards strong,
.contractDevHeroCards span {
  display: block;
}
.contractDevHeroCards strong {
  color: #14243b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.contractDevHeroCards span {
  color: #64748b;
  font-size: 1.3rem;
  line-height: 1.6;
}
.contractDevTwoColumn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 62px;
  align-items: start;
}
.contractDevTwoColumn h2 {
  margin-bottom: 22px;
}
.contractDevTwoColumn p {
  color: #475569;
}
.contractDevMiniCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.contractDevMiniCards li {
  min-height: 162px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}
.contractDevMiniCards i {
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 2.6rem;
}
.contractDevMiniCards strong,
.contractDevMiniCards span {
  display: block;
}
.contractDevMiniCards strong {
  color: #14243b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.contractDevMiniCards span {
  color: #64748b;
  font-size: 1.3rem;
  line-height: 1.7;
}
.contractDevStrength,
.contractDevFlow {
  background: #f1f5f9;
}
.contractDevHeading {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}
.contractDevHeading h2 {
  margin-bottom: 14px;
}
.contractDevHeading > p:last-child {
  margin-bottom: 0;
  color: #64748b;
}
.contractDevCardGrid {
  display: grid;
  gap: 26px;
}
.contractDevCardGrid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.contractDevCardGrid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.contractDevCardGrid article {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
.contractDevStrength article {
  padding: 30px;
}
.contractDevStrength article i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 2.6rem;
}
.contractDevStrength article:nth-child(even) i {
  background: #cffafe;
  color: #0891b2;
}
.contractDevStrength article h3 {
  margin-bottom: 12px;
}
.contractDevStrength article p {
  margin-bottom: 0;
  color: #475569;
  font-size: 1.5rem;
}
.contractDevCta {
  padding: 72px 0;
  text-align: center;
  background: linear-gradient(90deg, #2563eb 0%, #06b6d4 100%);
  color: #fff;
}
.contractDevCta h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 3.2rem;
}
.contractDevCta p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
}
.contractDevCta p:last-child {
  margin-bottom: 0;
}
.contractDevCta--light {
  background: #eaf4ff;
  color: #14243b;
}
.contractDevCta--light h2 {
  color: #14243b;
}
.contractDevCta--light p {
  color: #475569;
}
.contractDevWorks {
  background: #fff;
}
.contractDevWorks article {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  padding: 28px;
}
.contractDevTag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 1.2rem!important;
  font-weight: bold;
  line-height: 1.6!important;
}
.contractDevTag--accent {
  background: #cffafe;
  color: #0891b2;
}
.contractDevWorks article h3 {
  margin-bottom: 8px;
}
.contractDevWorks__industry {
  margin-bottom: 18px;
  color: #64748b;
  font-size: 1.3rem!important;
}
.contractDevWorks dl {
  flex: 1;
  margin: 0;
}
.contractDevWorks dt {
  margin: 16px 0 4px;
  color: #64748b;
  font-size: 1.2rem;
  font-weight: bold;
}
.contractDevWorks dd {
  margin: 0;
  color: #24364d;
  font-size: 1.45rem;
  line-height: 1.75;
}
.contractDevWorks ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
}
.contractDevWorks li {
  font-size: 1.4rem;
  line-height: 1.6;
}
.contractDevWorks li span,
.contractDevWorks li strong {
  display: block;
}
.contractDevWorks li span {
  color: #64748b;
  font-size: 1.2rem;
}
.contractDevWorks li strong {
  color: #14243b;
  font-size: 1.5rem;
}
.contractDevFlowList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
  counter-reset: contract-flow;
}
.contractDevFlowList li {
  position: relative;
  min-height: 250px;
  padding: 38px 24px 24px;
  border: 2px solid rgba(37, 99, 235, 0.18);
  border-radius: 16px;
  background: #fff;
}
.contractDevFlowList li span {
  position: absolute;
  top: -17px;
  left: 22px;
  display: inline-flex;
  padding: 4px 15px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.contractDevFlowList li:nth-child(n + 4) {
  border-color: rgba(6, 182, 212, 0.22);
}
.contractDevFlowList li:nth-child(n + 4) span {
  background: #06b6d4;
}
.contractDevFlowList i {
  display: block;
  margin-bottom: 16px;
  color: #2563eb;
  font-size: 3.2rem;
}
.contractDevFlowList li:nth-child(n + 4) i {
  color: #0891b2;
}
.contractDevFlowList h3 {
  margin-bottom: 10px;
}
.contractDevFlowList p {
  margin-bottom: 0;
  color: #475569;
  font-size: 1.45rem;
}
.contractDevMembers {
  background: #fff;
}
.contractDevMemberGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.contractDevMemberGrid article {
  padding: 32px;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.contractDevMemberIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(6, 182, 212, 0.16));
  color: #2563eb;
  font-size: 4.2rem;
}
.contractDevMemberIcon--accent {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.18), rgba(37, 99, 235, 0.16));
  color: #0891b2;
}
.contractDevMemberBlock {
  margin-top: 18px;
}
.contractDevMemberBlock:first-of-type {
  margin-top: 0;
}
.contractDevMemberLabel {
  margin: 0 0 4px;
  color: #64748b;
  font-size: 1.2rem!important;
  font-weight: bold;
  line-height: 1.5!important;
}
.contractDevMemberBlock h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
.contractDevMemberBlock p:not(.contractDevMemberLabel) {
  margin: 0;
  color: #24364d;
  font-size: 1.45rem;
  line-height: 1.75;
}
.contractDevMemberInfoGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-top: 18px;
}
.contractDevMemberInfoGrid .contractDevMemberBlock {
  margin-top: 0;
}
.contractDevMemberTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contractDevMemberTags li {
  padding: 2px 10px;
  border-radius: 5px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 1.2rem!important;
  font-weight: bold;
  line-height: 1.6!important;
}
.contractDevMemberTags--accent li {
  background: #cffafe;
  color: #0891b2;
}
.contractDevPageNav {
  margin: 0 auto 86px;
  padding: 0 24px;
}
.contractDevPageNav ul {
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .contractDevCardGrid--four,
  .contractDevCardGrid--three,
  .contractDevFlowList,
  .contractDevMemberGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contractDevHero__grid,
  .contractDevTwoColumn {
    grid-template-columns: 1fr;
  }
  .contractDevHeroCards li:nth-child(even) {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .contractDevInner {
    width: calc(100% - 28px);
  }
  .contractDevSection,
  .contractDevHero {
    padding: 52px 0;
  }
  .contractDevPage h2,
  .contractDevHero__text h2 {
    font-size: 8.2vw;
  }
  .contractDevPage h3 {
    font-size: 5vw;
  }
  .contractDevPage p,
  .contractDevPage dd,
  .contractDevPage li,
  .contractDevPage span {
    font-size: 3.8vw;
  }
  .contractDevHero__grid,
  .contractDevTwoColumn {
    gap: 34px;
  }
  .contractDevHero__text > p:not(.contractDevEyebrow):not(.contractDevHero__button) {
    font-size: 4.2vw;
  }
  .contractDevHeroCards,
  .contractDevMiniCards,
  .contractDevCardGrid--four,
  .contractDevCardGrid--three,
  .contractDevFlowList,
  .contractDevMemberGrid {
    grid-template-columns: 1fr;
  }
  .contractDevHeroCards li,
  .contractDevMiniCards li {
    min-height: 0;
  }
  .contractDevWorks article,
  .contractDevFlowList li {
    min-height: 0;
  }
  .contractDevMemberInfoGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contractDevCta {
    padding: 52px 0;
  }
  .contractDevCta h2 {
    font-size: 7vw;
  }
  .contractDevButton {
    width: 100%;
    min-width: 0;
  }
  .contractDevPageNav {
    margin-bottom: 48px;
    padding: 0 10px;
  }
}
