/* ==========================================
   サービス案内ページ専用CSS（改名版）
========================================== */
.tk-svc-page{
  --tk-blue: #029ED8;
  --tk-blue-dark: #0177A3;
  --tk-blue-deep: #0B3F57;
  --tk-blue-light: #EAF8FD;
  --tk-bg: #F7FCFF;
  --tk-text: #1F2937;
  --tk-subtext: #5B6470;
  --tk-border: #DCEEF7;
  --tk-shadow: 0 20px 44px rgba(2, 158, 216, 0.08);

  position: relative;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  font-family: "Noto Sans JP", sans-serif;
}

.tk-svc-page::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,158,216,0.12) 0%, rgba(2,158,216,0) 72%);
  pointer-events: none;
}

.tk-svc-page::after{
  content: "";
  position: absolute;
  bottom: -140px;
  left: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,158,216,0.08) 0%, rgba(2,158,216,0) 72%);
  pointer-events: none;
}

.tk-svc-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Hero */
.tk-svc-hero{
  padding: 88px 0 42px;
  text-align: center;
}

.tk-svc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--tk-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tk-svc-kicker::before,
.tk-svc-kicker::after{
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(2,158,216,0.15) 0%, var(--tk-blue) 100%);
}

.tk-svc-title{
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.22;
  font-weight: 800;
  color: var(--tk-text);
  letter-spacing: .02em;
}

.tk-svc-text{
  max-width: 820px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: var(--tk-subtext);
}

/* Anchor nav */
.tk-svc-anchor-wrap{
  padding-bottom: 28px;
}

.tk-svc-anchor{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--tk-border);
  box-shadow: var(--tk-shadow);
  backdrop-filter: blur(8px);
}

.tk-svc-anchor a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--tk-blue-light);
  color: var(--tk-blue-dark) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.tk-svc-anchor a:hover{
  background: var(--tk-blue);
  color: #fff !important;
  transform: translateY(-2px);
}

/* Sections */
.tk-svc-blocks{
  padding: 24px 0 90px;
  display: grid;
  gap: 34px;
}

.tk-svc-block{
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--tk-border);
  box-shadow: var(--tk-shadow);
}

.tk-svc-block::after{
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,158,216,0.10) 0%, rgba(2,158,216,0) 72%);
  pointer-events: none;
}

.tk-svc-side{
  position: relative;
  z-index: 1;
}

.tk-svc-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--tk-blue-light);
  color: var(--tk-blue-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .10em;
}

.tk-svc-icon{
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: linear-gradient(135deg, #029ED8 0%, #35B8E8 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 16px 34px rgba(2,158,216,0.20);
}

.tk-svc-main{
  position: relative;
  z-index: 1;
}

.tk-svc-label{
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(2,158,216,0.08);
  color: var(--tk-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tk-svc-block-title{
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.38;
  font-weight: 800;
  color: var(--tk-text);
  letter-spacing: .01em;
}

.tk-svc-block-text{
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2;
  color: var(--tk-subtext);
}

.tk-svc-feature-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-bottom: 22px;
}

.tk-svc-feature{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(2,158,216,0.10);
}

.tk-svc-feature::before{
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #029ED8 0%, #35B8E8 100%);
  box-shadow: 0 0 0 5px rgba(2,158,216,0.10);
}

.tk-svc-feature span{
  color: var(--tk-text);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

.tk-svc-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tk-svc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 170px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.tk-svc-btn-primary{
  background: var(--tk-blue);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(2,158,216,0.20);
}

.tk-svc-btn-primary:hover{
  background: var(--tk-blue-dark);
  transform: translateY(-2px);
}

.tk-svc-btn-secondary{
  background: #fff;
  color: var(--tk-blue-dark) !important;
  border: 1px solid rgba(2,158,216,0.18);
}

.tk-svc-btn-secondary:hover{
  transform: translateY(-2px);
  border-color: rgba(2,158,216,0.34);
}

/* 下部CTA */
.tk-svc-bottom-cta{
  padding: 0 0 90px;
}

.tk-svc-bottom-box{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 36px 32px;
  background: linear-gradient(135deg, #0B3F57 0%, #0177A3 52%, #029ED8 100%);
  color: #fff;
  box-shadow: 0 20px 44px rgba(2,158,216,0.18);
}

.tk-svc-bottom-box::before{
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  filter: blur(6px);
}

.tk-svc-bottom-title{
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 800;
  color: #fff;
}

.tk-svc-bottom-text{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,0.90);
}

.tk-svc-bottom-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tk-svc-bottom-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 180px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.tk-svc-bottom-btn-primary{
  background: #fff;
  color: #0177A3 !important;
}

.tk-svc-bottom-btn-secondary{
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.22);
}

.tk-svc-bottom-btn:hover{
  transform: translateY(-2px);
}

@media (max-width: 1024px){
  .tk-svc-block{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tk-svc-feature-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .tk-svc-inner{
    padding: 0 16px;
  }

  .tk-svc-hero{
    padding: 60px 0 32px;
  }

  .tk-svc-title{
    font-size: 34px;
  }

  .tk-svc-text{
    font-size: 14px;
    line-height: 1.85;
  }

  .tk-svc-anchor{
    justify-content: flex-start;
    border-radius: 20px;
    padding: 14px;
  }

  .tk-svc-blocks{
    gap: 24px;
    padding: 20px 0 60px;
  }

  .tk-svc-block{
    padding: 24px 20px;
    border-radius: 22px;
  }

  .tk-svc-icon{
    width: 76px;
    height: 76px;
    border-radius: 22px;
    font-size: 30px;
  }

  .tk-svc-block-title{
    font-size: 25px;
    line-height: 1.45;
  }

  .tk-svc-block-text{
    font-size: 14px;
    line-height: 1.85;
  }

  .tk-svc-bottom-cta{
    padding-bottom: 60px;
  }

  .tk-svc-bottom-box{
    padding: 28px 22px;
    border-radius: 22px;
  }

  .tk-svc-bottom-title{
    font-size: 24px;
  }

  .tk-svc-bottom-text{
    font-size: 14px;
    line-height: 1.8;
  }
}