﻿@charset "UTF-8";
.alpha-container {
  position: relative;
  margin-bottom: 55px;
  padding: 40px 20px;
  background-color: #f2fafb;
}
.alpha-container::after {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 36px solid #f2fafb;
  border-right: 18px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 18px solid transparent;
}
.alpha-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
  .spLayout .alpha-container {
    margin-left: -15px;
    margin-right: -15px;
  }

/* 共通テキストパーツ */
.alpha-text-green {
  color: var(--color-alpha);
  font-weight: bold;
}
.alpha-text-cyan {
  color: var(--color-whk);
  font-weight: bold;
}
.alpha-highlight {
  background: linear-gradient(transparent 60%, #b2e3e7 60%);
  display: inline-block;
  padding: 0 4px;
}
.alpha-highlight-bottom {
  background: linear-gradient(transparent 90%, #b2e3e7 90%);
  display: inline-block;
  padding: 0 10px 8px;
}
  .spLayout .alpha-data-label .alpha-highlight-bottom {
    padding-bottom: 30px;
  }

.alpha-highlight-bottom.c-white {
  background: linear-gradient(transparent 95%, #ffffff 95%);
  padding: 0 6px 8px;
}
  .spLayout .alpha-cert-title-wrap .alpha-highlight-bottom {
    padding: 0 0 3px;
  }

.alpha-highlight-bottom.pd-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.alpha-data-label {
  position: relative;
  display: block;
}
.alpha-data-label::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 25px;
  content: attr(data-label);
  font-size: 14px;
  font-weight: normal;
}
  .spLayout .alpha-data-label::after {
    display: block;
    position: static;
    margin-top: -20px;
  }

.alpha-subtext {
  font-size: 20px;
  text-align: center;
}
  .spLayout .alpha-subtext {
    font-size: 4vw;
  }
.alpha-arrow {
	position: relative;
}
.alpha-arrow::before {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 12px solid #4c4948;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
}
.alpha-arrow.c-white::before {
  top: -14px;
  border-top: 10px solid var(--color-white);
}
.alpha-arrow.c-blue::before {
  top: -26px;
  border-top: 10px solid var(--color-whk);
}

/* ==========================================================================
   1. ヘッダーエリア
   ========================================================================== */
.alpha-header {
  text-align: center;
  margin-bottom: 55px;
}
.alpha-heading-main {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
  .spLayout .alpha-heading-main {
    font-size: 6vw;
    margin-bottom: 16px;
  }
.alpha-header-desc {
  font-size: 15px;
}
  .spLayout .alpha-header-desc {
    font-size: 3.5vw;
  }

/* ==========================================================================
   2. 国の目標エリア（旗アイコンカード）
   ========================================================================== */
.alpha-target-box {
  position: relative;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 30px 20px 20px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.alpha-target-box::after {
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 26px solid #ffffff;
  border-right: 13px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 13px solid transparent;
}
.alpha-icon-flag {
  position: relative;
}
.alpha-icon-flag::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: url('/img/product/alpha/explain/icon-flag.svg') no-repeat center / contain;
}
.alpha-target-sub {
  font-size: 22px;
}
  .spLayout .alpha-target-sub {
    font-size: 4vw;
  }
.alpha-target-main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
}
  .spLayout .alpha-target-main {
    font-size: 4.5vw;
  }

/* ==========================================================================
   3. 4つのポイントエリア
   ========================================================================== */
.alpha-section-intro {
  text-align: center;
  margin-bottom: 20px;
}
.alpha-heading-secondary {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
  .spLayout .alpha-heading-secondary {
    font-size: 4.5vw;
  }
.alpha-heading-note {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
}
  .spLayout .alpha-heading-note {
    font-size: 3vw;
  }

.alpha-points-grid {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  max-width: 850px;
  margin: 0 auto 40px;
}
  .spLayout .alpha-points-grid {
    flex-wrap: wrap;
  }
.alpha-point-card {
  flex: 1;
  background: var(--color-white);
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 45px 10px 15px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
  .spLayout .alpha-point-card {
    flex: 0 0 calc(50% - 7.5px);
  }
.alpha-point-icon {
  position: relative;
}
.alpha-point-icon::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
}
.alpha-point-icon.alpha-icon-dx::before {
  background: url('/img/product/alpha/explain/icon-dx.svg') no-repeat center / contain;
}
.alpha-point-icon.alpha-icon-cost::before {
  background: url('/img/product/alpha/explain/icon-cost.svg') no-repeat center / contain;
}
.alpha-point-icon.alpha-icon-security::before {
  background: url('/img/product/alpha/explain/icon-security.svg') no-repeat center / contain;
}
.alpha-point-icon.alpha-icon-ai::before {
  background: url('/img/product/alpha/explain/icon-ai.svg') no-repeat center / contain;
}
.alpha-point-title {
  font-size: 18px;
  font-weight: bold;
}
  .spLayout .alpha-point-title {
    font-size: 3.5vw;
  }

/* ==========================================================================
   4. 標準仕様・認証制度エリア
   ========================================================================== */
.alpha-standard-section {
  max-width: 850px;
  margin: 0 auto;
}
.alpha-spec-grid {
  display: flex;
  gap: 20px;
  margin: 40px 0 30px;
}
  .spLayout .alpha-spec-grid {
    flex-direction: column;
  }
.alpha-spec-card {
  flex: 1;
  background: var(--color-white);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.alpha-spec-icon {
  position: relative;
}
.alpha-spec-icon::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}

/* 標準仕様アイコン */
.alpha-spec-icon.alpha-icon-cloud::before {
  background: url('/img/product/alpha/explain/icon-cloud.svg') no-repeat center / contain;
}
.alpha-spec-icon.alpha-icon-api::before {
  background: url('/img/product/alpha/explain/icon-api.svg') no-repeat center / contain;
}
.alpha-spec-title {
  font-size: 22px;
  color: var(--color-alpha);
  margin-bottom: 12px;
  font-weight: bold;
}
  .spLayout .alpha-spec-title {
    font-size: 5vw;
  }
.alpha-spec-desc {
  font-size: 16px;
  line-height: 1.5;
}
  .spLayout .alpha-spec-desc {
    font-size: 3.25vw;
  }

/* 認証制度ボックス */
.alpha-cert-box {
  max-width: 580px;
  background: url('/img/product/alpha/explain/icon-box.svg') #ccecef no-repeat top right / 30px 30px;
  margin: 0 auto;
  padding: 15px 20px 20px;
  position: relative;
  margin-top: 10px;
}

.alpha-cert-title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}
.alpha-cert-title-wrap::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: url('/img/product/alpha/explain/icon-check.svg') no-repeat left / contain;
}
  .spLayout .alpha-cert-title-wrap::before {
    top: -2px;
    left: -12px;
    width: 35px;
    height: 35px;
  }
.alpha-cert-title {
  font-size: 22px;
  font-weight: bold;
}
  .spLayout .alpha-cert-title {
    font-size: 3.5vw;
  }

.alpha-asterisk {
	display: inline-block;
	vertical-align: top;
	margin: 4px 0 0 2px;
  font-size: 12px;
}
.alpha-cert-content {
  text-align: center;
}
.alpha-cert-badge {
  display: inline-block;
  background: var(--color-white);
  padding: 0px 10px 2px;
  font-size: 16px;
  margin-bottom: 5px;
}
  .spLayout .alpha-cert-badge {
    font-size: 3.5vw;
  }
.alpha-cert-bold {
	margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
  .spLayout .alpha-cert-bold {
    font-size: 4.5vw;
  }
.alpha-cert-arrow {
  color: var(--color-alpha);
  font-size: 12px;
  margin: 6px 0;
}
.alpha-cert-foot {
  font-size: 20px;
}
  .spLayout .alpha-cert-foot {
    font-size: 4.25vw;
  }
.alpha-cert-note {
	max-width: 580px;
	margin: 5px auto 40px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  text-align: center;
}
  .spLayout .alpha-cert-note {
    font-size: 3vw;
    text-align: left;
  }

/* 中間CTAエリア */
.alpha-cta-block {
	position: relative;
  margin-top: 30px;
  text-align: center;
}
.alpha-cta-sub {
  font-size: 22px;
  font-weight: bold;
}
  .spLayout .alpha-cta-sub {
    font-size: 4.25vw;
  }
.alpha-cta-main {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  color: var(--color-alpha);
}
  .spLayout .alpha-cta-main {
    font-size: 4.5vw;
  }

/* ボタン共通 */
.alpha-btn {
  display: inline-block;
  width: 350px;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 0;
  background-color: var(--color-alpha);
  border-radius: 30px;
  transition: opacity 0.3s ease;
  font-size: 16px;
  box-sizing: border-box;
}
.alpha-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}
.alpha-btn-blue {
  background-color: #2b9ed8;
}

/* ==========================================================================
   5. 導入製品案内エリア
   ========================================================================== */
.alpha-product-section {
  text-align: center;
  margin: 40px 0 60px;
}
.alpha-product-intro {
  margin: 40px 0 0;
  font-size: 22px;
  line-height: 1.2em;
}
.alpha-product-title {
  font-size: 24px;
  margin-bottom: 20px;
}
  .spLayout .alpha-product-intro {
    font-size: 3.8vw;
  }
  .spLayout .alpha-product-title {
    font-size: 3.8vw;
  }
.alpha-product-img-wrap {
  max-width: 250px;
  margin: 0 auto 30px;
}
.alpha-product-img {
  width: 100%;
  height: auto;
  display: block;
}