@charset "UTF-8";

.homeinfra_page {
  background-color: #fff;
}

.hi_mv {
  background-color: #f5f7fc;
  padding: 110px 40px 70px;
}

.hi_mv_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.hi_mv_txt {
  width: 430px;
  flex-shrink: 0;
  color: #113366;
}

.hi_mv_txt .hi_label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #3973c2;
}

.hi_mv_txt .ttl {
  margin-top: 14px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.hi_mv_txt .desc {
  margin-top: 22px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.hi_mv_photo {
  position: relative;
  flex: 1;
  min-width: 0;
}

.hi_mv_photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: 70% 40%;
  box-shadow: 0 8px 24px rgba(17, 51, 102, 0.16);
}

.hi_mv_badge {
  position: absolute;
  left: 0;
  bottom: 24px;
  background-color: #113366;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 12px 22px;
}

.hi_about {
  padding: 90px 40px 80px;
  background-color: #fff;
}

.hi_key {
  margin: 42px auto 0;
  max-width: 820px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #113366;
}

.hi_lead {
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.hi_about_diagram {
  margin: 56px auto 0;
  max-width: 920px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

.hi_about_diagram > li {
  width: 230px;
  padding: 28px 20px 24px;
  background-color: #f5f7fc;
  text-align: center;
}

.hi_about_diagram > li.is_result {
  background-color: #113366;
  color: #fff;
}

.hi_about_diagram > li.is_result .hi_icon {
  background-color: #fff;
  color: #113366;
}

.hi_about_diagram > li.is_result .heading,
.hi_about_diagram > li.is_result .desc {
  color: #fff;
}

.hi_about_diagram .heading {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.hi_about_diagram .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: #313131;
}

.hi_about_x {
  width: auto !important;
  padding: 0 !important;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #92b3e4;
}

.hi_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
}

.hi_icon svg {
  width: 28px;
  height: 28px;
}

.hi_icon_navy {
  background-color: #113366;
}

.hi_icon_blue {
  background-color: #3973c2;
}

.hi_icon_green {
  background-color: #2f7a68;
}

.hi_services {
  padding: 80px 40px 90px;
  background-color: #f5f7fc;
}

.hi_services_grid {
  margin: 48px auto 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hi_card {
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.08);
}

.hi_card_primary {
  display: flex;
  flex-direction: column;
}

.hi_card_ph {
  position: relative;
  height: 260px;
}

.hi_card_ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hi_tag {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  padding: 6px 14px;
}

.hi_tag_blue {
  background-color: #00439d;
}

.hi_card_body {
  padding: 28px 28px 32px;
  flex: 1;
}

.hi_card_body .heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.hi_card_body .catch {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #00439d;
}

.hi_tags {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hi_tags li {
  font-size: 13px;
  font-weight: 500;
  color: #113366;
  background-color: #eef3fa;
  padding: 7px 12px;
}

.hi_card_it,
.hi_card_green {
  padding: 28px 26px 30px;
}

.hi_card_it {
  border-top: 4px solid #3973c2;
}

.hi_card_green {
  border-top: 4px solid #2f7a68;
}

.hi_card_head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hi_card_head .heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #113366;
  line-height: 1.4;
}

.hi_card_it .desc,
.hi_card_green .desc {
  margin-top: 16px;
  line-height: 1.8;
}

.hi_list {
  margin-top: 18px;
}

.hi_list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.9;
}

.hi_list li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #3973c2;
}

.hi_card_green .hi_list li::before {
  background-color: #2f7a68;
}

.hi_strengths {
  padding: 90px 40px;
  background-color: #fff;
}

.hi_strengths_list {
  margin: 56px auto 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hi_strengths_list li {
  padding: 28px 22px 30px;
  background-color: #f5f7fc;
}

.hi_num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #92b3e4;
}

.hi_strengths_list .heading {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
}

.hi_strengths_list .desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
}

.hi_season {
  padding: 80px 40px 90px;
  background-color: #f5f7fc;
}

.hi_year {
  margin: 48px auto 0;
  max-width: 1000px;
}

.hi_year_bar {
  display: flex;
  overflow: hidden;
  min-height: 46px;
}

.hi_year_bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hi_year_bar .is_navy,
.hi_year_cards .is_navy .term {
  background-color: #113366;
}

.hi_year_bar .is_green,
.hi_year_cards .is_green .term {
  background-color: #2f7a68;
}

.hi_year_bar .is_blue,
.hi_year_cards .is_blue .term {
  background-color: #3973c2;
}

.hi_year_cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 2fr 5fr 5fr;
  gap: 16px;
}

.hi_year_cards_two {
  grid-template-columns: 1fr 1fr;
}

.hi_year_cards li {
  background-color: #fff;
  padding: 0 22px 24px;
  box-shadow: 0 4px 12px rgba(17, 51, 102, 0.06);
}

.hi_year_cards .term {
  display: inline-block;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: 18px;
  padding: 8px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hi_year_cards .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #113366;
}

.hi_year_cards .desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

.hi_outlook {
  padding: 90px 40px 110px;
  background: linear-gradient(90deg, #035c88 0%, #002d70 100%);
  color: #fff;
}

.hi_outlook .c_ttl_wrap .jp {
  color: #fff;
}

.hi_outlook_lead {
  margin: 36px auto 0;
  max-width: 820px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.hi_path {
  margin: 48px auto 0;
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.hi_path li {
  position: relative;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  min-width: 120px;
  padding: 16px 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.hi_path li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ce9ff;
  font-size: 16px;
}

.hi_outlook_box {
  margin: 56px auto 0;
  max-width: 820px;
  padding: 36px 40px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.hi_outlook_catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.hi_outlook_box .desc {
  margin-top: 18px;
  line-height: 1.9;
}

.hi_lp_cta {
  padding: 80px 40px;
  background-color: #f5f7fc;
}

.hi_lp_cta_grid {
  margin: 40px auto 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hi_lp_cta_card {
  padding: 36px 32px 40px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 16px rgba(17, 51, 102, 0.06);
}

.hi_lp_cta_card.is_clean {
  background-color: #f7fcfa;
}

.hi_lp_cta_label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #3973c2;
}

.hi_lp_cta_card.is_clean .hi_lp_cta_label {
  color: #2f7a68;
}

.hi_lp_cta .heading {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #113366;
  line-height: 1.6;
}

.hi_lp_cta .desc {
  margin-top: 14px;
  line-height: 1.8;
}

.hi_lp_cta .box_btn {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.hi_lp_cta_card.is_clean .box_btn a {
  background: linear-gradient(90deg, #4db6a4 0%, #2f7a68 100%);
}

.hi_card_body .btn_arrow,
.hi_card_it .btn_arrow,
.hi_card_green .btn_arrow {
  margin-top: 24px;
}

.hi_year_cards .desc a {
  display: inline-block;
  margin-top: 8px;
  color: #00439d;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .hi_mv {
    padding: 90px 20px 40px;
  }

  .hi_mv_inner {
    flex-direction: column-reverse;
    gap: 28px;
  }

  .hi_mv_txt {
    width: 100%;
  }

  .hi_mv_txt .ttl {
    font-size: 26px;
    text-align: center;
  }

  .hi_mv_txt .hi_label {
    text-align: center;
  }

  .hi_mv_txt .desc {
    margin-top: 16px;
  }

  .hi_mv_photo img {
    height: 240px;
  }

  .hi_mv_badge {
    bottom: 12px;
    font-size: 11px;
    padding: 8px 12px;
  }

  .hi_about,
  .hi_services,
  .hi_strengths,
  .hi_season {
    padding: 60px 20px 70px;
  }

  .hi_key {
    font-size: 20px;
    margin-top: 28px;
  }

  .hi_lead {
    text-align: left;
    margin-top: 20px;
  }

  .hi_about_diagram {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 36px;
  }

  .hi_about_diagram > li {
    width: 100%;
  }

  .hi_about_x {
    height: 36px;
    transform: rotate(90deg);
  }

  .hi_services_grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .hi_card_primary {
    grid-row: auto;
  }

  .hi_card_ph {
    height: 52vw;
  }

  .hi_card_body {
    padding: 22px 18px 26px;
  }

  .hi_card_body .heading {
    font-size: 20px;
  }

  .hi_card_body .catch {
    font-size: 15px;
  }

  .hi_card_it,
  .hi_card_green {
    padding: 22px 18px 24px;
  }

  .hi_card_head .heading {
    font-size: 16px;
  }

  .hi_strengths_list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 36px;
  }

  .hi_strengths_list li {
    padding: 20px 14px 22px;
  }

  .hi_num {
    font-size: 22px;
  }

  .hi_strengths_list .heading {
    font-size: 16px;
  }

  .hi_strengths_list .desc {
    font-size: 13px;
  }

  .hi_year_bar span {
    font-size: 11px;
    letter-spacing: 0.02em;
    padding: 0 4px;
    text-align: center;
  }

  .hi_year_cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hi_year_cards li {
    padding: 0 18px 20px;
  }

  .hi_year_cards .term {
    margin-left: -18px;
    margin-right: -18px;
  }

  .hi_year_cards .heading {
    font-size: 16px;
  }

  .hi_outlook {
    padding: 60px 20px 80px;
  }

  .hi_outlook_lead {
    text-align: left;
  }

  .hi_path {
    flex-direction: column;
    gap: 18px;
  }

  .hi_path li {
    width: 100%;
  }

  .hi_path li:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
    transform: translateX(-50%) rotate(90deg);
  }

  .hi_outlook_box {
    padding: 26px 18px;
  }

  .hi_outlook_catch {
    font-size: 18px;
  }

  .hi_lp_cta {
    padding: 60px 20px;
  }

  .hi_lp_cta_grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .hi_lp_cta_card {
    padding: 28px 20px 32px;
  }

  .hi_lp_cta .heading {
    font-size: 18px;
  }
}
