@charset "UTF-8";
/*──────────────────────────────────────────────────
システム導入支援LP（template-service-system-implementation.php）専用スタイル
出力先: css/service-system-lp.css
コンパイル: npm run compile:lp
──────────────────────────────────────────────────*/
/*─────valiables─────*/
/*------------------bg-----*/
/*---------------alert-----*/
/*---------------gray-----*/
/*-------general-color-----*/
/*─────────────────────────
共通
─────────────────────────*/
.ssl {
  color: #363636;
}
.ssl .wrap {
  max-width: 1280px;
}
.ssl .pc {
  display: inline;
}
.ssl .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.ssl :where(ul, ol) {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ssl :where(h1, h2, h3, p) {
  margin: 0;
}

.ssl-section {
  padding: 90px 0;
}
.ssl-section__head {
  margin-bottom: 50px;
}
.ssl-section__head p {
  margin-top: 18px;
  font-size: 0.95rem;
  line-height: 1.9;
}
.ssl-section__head--center {
  text-align: center;
}
.ssl-section__head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.ssl-section__head--split p {
  flex-basis: 45%;
  margin-top: 0;
}

.ssl-label {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: #30AAE2;
  margin-bottom: 14px;
}
.ssl-label--line {
  padding-bottom: 10px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #00BBD5, #255EAB) 1;
  padding-left: 40px;
  padding-right: 40px;
}
.ssl-label--left {
  display: block;
  text-align: left;
}

.ssl-heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b2b4b;
}

.ssl-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #255EAB 0%, #1e4f96 100%);
  color: #ffffff;
  flex-shrink: 0;
}
.ssl-icon-circle .material-symbols-outlined {
  font-size: 26px;
  color: #ffffff;
}
.ssl-icon-circle--gray {
  background: linear-gradient(135deg, #8a8f99 0%, #6b7280 100%);
}
.ssl-icon-circle--lg {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #30AAE2 0%, #255EAB 100%);
}
.ssl-icon-circle--lg .material-symbols-outlined {
  font-size: 38px;
}

.ssl-icon-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #e9f0f7;
  color: #255EAB;
  flex-shrink: 0;
}
.ssl-icon-soft .material-symbols-outlined {
  font-size: 40px;
}

.ssl-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 0 34px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
}
.ssl-btn .material-symbols-outlined {
  font-size: 22px;
}
.ssl-btn__arrow {
  margin-left: 6px;
}
.ssl-btn--primary {
  background: linear-gradient(90deg, #255EAB 0%, #1e4f96 100%);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(37, 94, 171, 0.3);
}
.ssl-btn--primary span,
.ssl-btn--primary .material-symbols-outlined {
  color: #ffffff;
}
.ssl-btn--primary:hover {
  background: #222B3C;
  color: #ffffff;
  transform: translateY(-2px);
}

.ssl-textlink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #255EAB;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid #255EAB;
}
.ssl-textlink .material-symbols-outlined {
  font-size: 18px;
}
.ssl-textlink:hover {
  opacity: 0.7;
}

.u {
  background: linear-gradient(transparent 70%, rgba(0, 187, 213, 0.25) 70%);
}

.ssl-note {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #d9e3ee;
  border-radius: 14px;
  padding: 22px 30px;
  font-weight: 700;
  color: #1b2b4b;
}
.ssl-note--center {
  justify-content: center;
  text-align: center;
  background: #e9f0f7;
  border-color: #d9e3ee;
}

.ssl-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
  padding: 24px 40px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 30px rgba(10, 40, 90, 0.18);
  overflow: hidden;
}
.ssl-banner::before, .ssl-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  background-image: radial-gradient(rgba(37, 94, 171, 0.35) 1px, transparent 1.5px);
  background-size: 8px 8px;
  pointer-events: none;
}
.ssl-banner::before {
  left: 20px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent);
  mask-image: linear-gradient(90deg, #000, transparent);
}
.ssl-banner::after {
  right: 20px;
  -webkit-mask-image: linear-gradient(-90deg, #000, transparent);
  mask-image: linear-gradient(-90deg, #000, transparent);
}
.ssl-banner p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b2b4b;
  letter-spacing: 0.06em;
}

/*─────────────────────────
HERO
─────────────────────────*/
.ssl-hero {
  position: relative;
  margin-top: 100px;
  padding: 60px 0 190px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f2f6fa 100%);
  overflow: hidden;
}
.ssl-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 140px;
  background-image: radial-gradient(rgba(37, 94, 171, 0.35) 1px, transparent 1.5px);
  background-size: 9px 9px;
  -webkit-mask-image: linear-gradient(225deg, #000 20%, transparent 80%);
  mask-image: linear-gradient(225deg, #000 20%, transparent 80%);
  pointer-events: none;
}
.ssl-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.ssl-hero__title {
  font-size: clamp(1.9rem, 3.1vw, 2.7rem);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #1b2b4b;
  margin: 0 0 24px;
}
.ssl-hero__lead {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 30px;
}
.ssl-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.ssl-hero__badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #d9e3ee;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1b2b4b;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}
.ssl-hero__badges li .material-symbols-outlined {
  color: #255EAB;
  font-size: 30px;
}
.ssl-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.ssl-hero__image {
  position: relative;
}
.ssl-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px 28px 28px 90px;
  object-fit: cover;
  box-shadow: 0 30px 60px rgba(27, 43, 75, 0.15);
}
.ssl-hero__points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.ssl-hero__points li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}
.ssl-hero__points li .ssl-icon-circle {
  grid-row: 1/3;
}
.ssl-hero__points li strong {
  font-size: 1.15rem;
  color: #1b2b4b;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.ssl-hero__points-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #255EAB;
  padding-bottom: 2px;
  border-bottom: 2px solid #255EAB;
  margin-bottom: 8px;
  justify-self: start;
}

/* 波の装飾（ヒーロー下端） */
.ssl-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  line-height: 0;
  pointer-events: none;
}
.ssl-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

/*─────────────────────────
PROBLEM
─────────────────────────*/
.ssl-problem {
  background: linear-gradient(90deg, #1e5cb0 0%, #3a8fd6 55%, #4fb9e4 100%);
  color: #ffffff;
  padding-top: 70px;
}
.ssl-problem .ssl-label {
  color: #bfe9f7;
}
.ssl-problem .ssl-heading {
  color: #ffffff;
}
.ssl-problem__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: start;
}
.ssl-problem__intro p {
  margin-top: 20px;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #ffffff;
}
.ssl-problem__image {
  margin-top: 30px;
}
.ssl-problem__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 60px 20px 20px 20px;
  object-fit: cover;
}
.ssl-problem__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ssl-problem__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(10, 40, 90, 0.18);
}
.ssl-problem__list li p {
  font-weight: 700;
  line-height: 1.7;
  color: #1b2b4b;
  font-size: 0.95rem;
}

/*─────────────────────────
SERVICE
─────────────────────────*/
.ssl-service {
  position: relative;
  background: #f2f6fa;
  overflow: hidden;
}
.ssl-service::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 220px;
  height: 120px;
  background-image: radial-gradient(rgba(37, 94, 171, 0.35) 1px, transparent 1.5px);
  background-size: 9px 9px;
  -webkit-mask-image: linear-gradient(225deg, #000 20%, transparent 80%);
  mask-image: linear-gradient(225deg, #000 20%, transparent 80%);
  pointer-events: none;
}
.ssl-service__scope {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 28px 28px;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}

.ssl-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  counter-reset: step;
}
.ssl-steps li {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 16px 26px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}
.ssl-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  border-left: 12px solid #255EAB;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.ssl-steps__num {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  color: #255EAB;
  margin-bottom: 16px;
}
.ssl-steps__icon {
  font-size: 56px;
  color: #1b2b4b;
  display: block;
  margin: 0 auto 16px;
}
.ssl-steps h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1b2b4b;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.ssl-steps p {
  font-size: 0.78rem;
  line-height: 1.7;
}

.ssl-areas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 14px 0 24px;
  border-bottom: 1px dashed #d9e3ee;
}
.ssl-areas li {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1b2b4b;
  letter-spacing: 0.06em;
}

.ssl-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
.ssl-tools li {
  display: inline-flex;
  align-items: center;
  min-height: 64px;
  padding: 0 28px;
  border: 1px solid #d9e3ee;
  border-radius: 10px;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  color: #1b2b4b;
  letter-spacing: 0.04em;
}
.ssl-tools li img {
  display: block;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 220px;
}

/*─────────────────────────
TRUSTED PARTNERS
─────────────────────────*/
.ssl-partners {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.ssl-partners::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(rgba(37, 94, 171, 0.2) 1px, transparent 1.5px);
  background-size: 9px 9px;
  -webkit-mask-image: linear-gradient(135deg, #000 10%, transparent 80%);
  mask-image: linear-gradient(135deg, #000 10%, transparent 80%);
  pointer-events: none;
}
.ssl-partners .ssl-heading {
  font-size: 2.6rem;
}
.ssl-partners__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-bottom: 40px;
}
.ssl-partners__list li {
  flex: 0 1 calc((100% - 56px) / 3);
  background: #fbfcfe;
  border: 1px solid #d9e3ee;
  border-radius: 14px;
  padding: 34px 32px 30px;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}
.ssl-partners__list h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1b2b4b;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px solid #255EAB;
}
.ssl-partners__list .ssl-partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  box-sizing: content-box;
}
.ssl-partners__list .ssl-partners__logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 40px;
  max-width: 100%;
}
.ssl-partners__cert {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
.ssl-partners__cert .material-symbols-outlined {
  font-size: 40px;
  color: #00BBD5;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 40;
}
.ssl-partners__cert strong {
  display: block;
  font-size: 1.1rem;
  color: #1b2b4b;
  line-height: 1.4;
}
.ssl-partners__cert span:not(.material-symbols-outlined) {
  display: block;
  font-size: 0.85rem;
  color: #757575;
}

/*─────────────────────────
SOLUTION Before / After
─────────────────────────*/
.ssl-solution {
  background: #f2f6fa;
}
.ssl-solution .ssl-section__head--center .ssl-label--left {
  text-align: left;
}
.ssl-solution__note {
  margin-top: 40px;
  text-align: center;
  font-weight: 700;
  color: #1b2b4b;
  font-size: 1rem;
}

.ssl-ba {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 20px;
  align-items: stretch;
}
.ssl-ba__col {
  border-radius: 18px;
  padding: 30px 26px 26px;
  border: 1px solid #d9e3ee;
}
.ssl-ba__col h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 22px;
}
.ssl-ba__col li {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
  color: #1b2b4b;
  font-size: 1rem;
}
.ssl-ba__col li + li {
  margin-top: 12px;
}
.ssl-ba__col--before {
  background: #f5f6f8;
}
.ssl-ba__col--before h3 {
  color: #6b7280;
}
.ssl-ba__col--before li {
  color: #4b5563;
}
.ssl-ba__col--after {
  background: rgba(48, 170, 226, 0.08);
  border-color: rgba(48, 170, 226, 0.5);
}
.ssl-ba__col--after h3 {
  color: #255EAB;
}
.ssl-ba__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.ssl-ba__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  background: #ffffff;
  border: 2px solid #255EAB;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1b2b4b;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
  z-index: 2;
}
.ssl-ba__badge img {
  width: 26px;
  height: 26px;
}
.ssl-ba__arrows {
  display: flex;
}
.ssl-ba__arrows .material-symbols-outlined {
  font-size: 64px;
  margin: 0 -18px;
  color: #30AAE2;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}
.ssl-ba__arrows .material-symbols-outlined:nth-child(1) {
  opacity: 0.35;
}
.ssl-ba__arrows .material-symbols-outlined:nth-child(2) {
  opacity: 0.65;
}

/*─────────────────────────
STRENGTHS
─────────────────────────*/
.ssl-strengths {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.ssl-strengths::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 220px;
  height: 120px;
  background-image: radial-gradient(rgba(37, 94, 171, 0.35) 1px, transparent 1.5px);
  background-size: 9px 9px;
  -webkit-mask-image: linear-gradient(225deg, #000 20%, transparent 80%);
  mask-image: linear-gradient(225deg, #000 20%, transparent 80%);
  pointer-events: none;
}
.ssl-strengths__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-bottom: 40px;
}
.ssl-strengths__list li {
  background: #fbfcfe;
  border: 1px solid #d9e3ee;
  border-radius: 14px;
  padding: 34px 20px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}
.ssl-strengths__list li .ssl-icon-circle {
  display: flex;
  margin: 0 auto;
}
.ssl-strengths__list h3 {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1b2b4b;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  border-bottom: 2px solid #30AAE2;
  margin-bottom: 16px;
}
.ssl-strengths__list p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #363636;
}

.ssl-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid #d9e3ee;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}

.ssl-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
  table-layout: fixed;
}
.ssl-table th,
.ssl-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #d9e3ee;
  border-right: 1px solid #d9e3ee;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}
.ssl-table th:last-child,
.ssl-table td:last-child {
  border-right: 0;
}
.ssl-table thead th {
  background: #f2f6fa;
  font-weight: 700;
  color: #1b2b4b;
  font-size: 1.05rem;
}
.ssl-table thead th.is-us {
  background: linear-gradient(90deg, #255EAB 0%, #30AAE2 100%);
  color: #ffffff !important;
}
.ssl-table tbody th {
  text-align: left;
  font-weight: 700;
  color: #1b2b4b;
  border-right: 1px solid #d9e3ee;
  white-space: nowrap;
}
.ssl-table tbody th .material-symbols-outlined {
  font-size: 24px;
  color: #1b2b4b;
  vertical-align: middle;
  margin-right: 12px;
}
.ssl-table tbody td {
  font-size: 1.5rem;
  color: #255EAB;
  font-weight: 500;
}
.ssl-table tbody td.is-us {
  background: rgba(48, 170, 226, 0.08);
  font-weight: 700;
}
.ssl-table tbody tr:last-child th,
.ssl-table tbody tr:last-child td {
  border-bottom: 0;
}
.ssl-table thead th:first-child,
.ssl-table tbody th {
  width: 28%;
}

/*─────────────────────────
RESULTS 導入実績
─────────────────────────*/
.ssl-results {
  background: #f2f6fa;
}
.ssl-results__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.ssl-results__list li {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 28px 26px;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}
.ssl-results__list h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1b2b4b;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 2px solid #255EAB;
}
.ssl-results__list .ssl-results__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-sizing: content-box;
}
.ssl-results__list .ssl-results__logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 70%;
}
.ssl-results__list .ssl-results__logo--tall img {
  max-height: 46px;
}
.ssl-results__list dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 16px;
}
.ssl-results__list dl > div {
  text-align: center;
  background: #f2f6fa;
  border-radius: 10px;
  padding: 14px 8px;
}
.ssl-results__list dl dt {
  font-size: 0.78rem;
  font-weight: 700;
  color: #757575;
  margin-bottom: 4px;
}
.ssl-results__list dl dd {
  margin: 0;
  color: #255EAB;
  line-height: 1;
}
.ssl-results__list dl dd strong {
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}
.ssl-results__list dl dd span {
  font-size: 0.85rem;
  font-weight: 700;
  margin-left: 3px;
}
.ssl-results__industries {
  font-size: 0.82rem;
  line-height: 1.7;
  color: #363636;
}
.ssl-results__total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 36px;
  padding: 26px 30px;
  background: linear-gradient(90deg, #003d78 0%, #255EAB 60%, #00BBD5 100%);
  border-radius: 14px;
  color: #ffffff;
}
.ssl-results__total > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.ssl-results__total > div span {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.ssl-results__total > div strong {
  font-family: "Outfit", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}
.ssl-results__total > div strong small {
  font-size: 1.1rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin-left: 4px;
}
.ssl-results__asof {
  flex-basis: 100%;
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.85;
}

/*─────────────────────────
RECOMMENDED
─────────────────────────*/
.ssl-recommend {
  background: #ffffff;
}
.ssl-recommend__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ssl-recommend__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f2f6fa;
  border-radius: 10px;
  padding: 20px 24px;
  font-weight: 700;
  color: #1b2b4b;
}
.ssl-recommend__list li .material-symbols-outlined {
  color: #255EAB;
  flex-shrink: 0;
}

/*─────────────────────────
CONTACT（フォーム埋め込み）
─────────────────────────*/
.ssl-contact {
  background: #e9f0f7;
}
.ssl-contact .the_form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.ssl-contact .the_form .form_wrapper {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 60px;
  box-shadow: 0 10px 30px rgba(27, 43, 75, 0.06);
}

/*─────────────────────────
Responsive: tablet
─────────────────────────*/
@media screen and (max-width: 1024px) {
  .ssl-hero__title {
    font-size: 2rem;
  }
  .ssl-hero__points {
    grid-template-columns: repeat(2, 1fr);
  }
  .ssl-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .ssl-steps li:nth-child(3n)::after {
    display: none;
  }
  .ssl-areas {
    grid-template-columns: repeat(2, 1fr);
  }
  .ssl-partners__list li {
    flex-basis: calc((100% - 28px) / 2);
  }
  .ssl-strengths__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ssl-results__list {
    grid-template-columns: 1fr;
  }
}
/*─────────────────────────
Responsive: mobile
─────────────────────────*/
@media screen and (max-width: 768px) {
  .ssl .pc {
    display: none;
  }
  .ssl .wrap {
    width: 92%;
  }
  .ssl-section {
    padding: 60px 0;
  }
  .ssl-section__head {
    margin-bottom: 30px;
  }
  .ssl-section__head--split {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ssl-section__head--split p {
    flex-basis: auto;
  }
  .ssl-heading {
    font-size: 1.6rem;
  }
  .ssl-label--line {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ssl-btn {
    height: 54px;
    padding: 0 24px;
    font-size: 0.9rem;
  }
  .ssl-banner {
    margin-top: 30px;
    padding: 20px 22px;
    border-radius: 20px;
    gap: 14px;
  }
  .ssl-banner::before, .ssl-banner::after {
    display: none;
  }
  .ssl-banner p {
    font-size: 1.05rem;
  }
  .ssl-note {
    padding: 18px 20px;
    gap: 14px;
    font-size: 0.9rem;
  }
  .ssl-hero {
    margin-top: 80px;
    padding: 40px 0 110px;
  }
  .ssl-hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ssl-hero__title {
    font-size: 1.85rem;
  }
  .ssl-hero__lead {
    font-size: 0.9rem;
  }
  .ssl-hero__badges li {
    padding: 10px 12px;
    font-size: 0.72rem;
  }
  .ssl-hero__badges li .material-symbols-outlined {
    font-size: 24px;
  }
  .ssl-hero__actions {
    gap: 16px;
  }
  .ssl-hero__image img {
    border-radius: 20px 20px 20px 60px;
  }
  .ssl-hero__points {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  .ssl-hero__points li {
    padding: 18px 20px;
  }
  .ssl-hero__points li strong {
    font-size: 1.05rem;
  }
  .ssl-wave {
    height: 60px;
  }
  .ssl-problem__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ssl-problem__image {
    margin-top: 20px;
  }
  .ssl-problem__image img {
    border-radius: 30px 14px 14px 14px;
  }
  .ssl-problem__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ssl-problem__list li {
    padding: 18px 16px;
    gap: 14px;
  }
  .ssl-problem__list li p {
    font-size: 0.9rem;
  }
  .ssl-icon-soft {
    width: 60px;
    height: 60px;
  }
  .ssl-icon-soft .material-symbols-outlined {
    font-size: 30px;
  }
  .ssl-steps {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  .ssl-steps li {
    padding: 20px 12px 18px;
  }
  .ssl-steps li::after {
    display: none;
  }
  .ssl-steps li:nth-child(3n)::after {
    display: none;
  }
  .ssl-steps__icon {
    font-size: 44px;
  }
  .ssl-steps h3 {
    font-size: 0.95rem;
  }
  .ssl-steps p {
    font-size: 0.75rem;
  }
  .ssl-service__scope {
    padding: 6px 16px 18px;
  }
  .ssl-areas {
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
  }
  .ssl-areas li {
    font-size: 0.95rem;
    gap: 10px;
  }
  .ssl-areas .ssl-icon-circle {
    width: 42px;
    height: 42px;
  }
  .ssl-areas .ssl-icon-circle .material-symbols-outlined {
    font-size: 22px;
  }
  .ssl-tools {
    gap: 10px;
  }
  .ssl-tools li {
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.85rem;
  }
  .ssl-tools li img {
    max-height: 22px;
    max-width: 160px;
  }
  .ssl-partners .ssl-heading {
    font-size: 1.6rem;
  }
  .ssl-partners__list {
    gap: 14px;
  }
  .ssl-partners__list li {
    flex-basis: 100%;
    padding: 24px 20px 20px;
  }
  .ssl-partners__list h3 {
    font-size: 1.3rem;
  }
  .ssl-partners__list .ssl-partners__logo {
    height: 36px;
  }
  .ssl-partners__list .ssl-partners__logo img {
    max-height: 32px;
  }
  .ssl-ba {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 0;
  }
  .ssl-ba__col {
    padding: 22px 18px 18px;
  }
  .ssl-ba__col h3 {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  .ssl-ba__col li {
    font-size: 0.9rem;
    padding: 12px 14px;
  }
  .ssl-ba__mid {
    flex-direction: column;
    gap: 6px;
  }
  .ssl-ba__badge {
    font-size: 0.95rem;
    padding: 10px 16px;
  }
  .ssl-ba__arrows {
    transform: rotate(90deg);
    margin: 10px 0 0;
  }
  .ssl-strengths__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ssl-strengths__list li {
    padding: 24px 18px 20px;
  }
  .ssl-table {
    min-width: 620px;
  }
  .ssl-table th,
  .ssl-table td {
    padding: 12px 10px;
    font-size: 0.85rem;
  }
  .ssl-table tbody td {
    font-size: 1.2rem;
  }
  .ssl-results__list {
    gap: 14px;
  }
  .ssl-results__list li {
    padding: 22px 18px 20px;
  }
  .ssl-results__list dl dd strong {
    font-size: 1.8rem;
  }
  .ssl-results__list .ssl-results__logo {
    height: 40px;
  }
  .ssl-results__list .ssl-results__logo img {
    max-height: 26px;
  }
  .ssl-results__list .ssl-results__logo--tall img {
    max-height: 40px;
  }
  .ssl-results__total {
    gap: 16px 30px;
    padding: 20px;
  }
  .ssl-results__total > div span {
    font-size: 1rem;
  }
  .ssl-results__total > div strong {
    font-size: 2.2rem;
  }
  .ssl-recommend__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ssl-recommend__list li {
    padding: 14px 16px;
    font-size: 0.9rem;
  }
  .ssl-contact .the_form .form_wrapper {
    padding: 20px 16px;
  }
}
