/* =============================================
   PCC THEME - Home Page Styles
   トップページ固有スタイル
   ============================================= */

/* SPLASH */
.pcc-splash {
  position: relative;
  width: 100%;
  height: 658px;
  overflow: hidden;
  background: #e8f6f6;
}
.pcc-splash-bg { position: absolute; inset: 0; overflow: hidden; }
.pcc-splash-bg img { position: absolute; height: 168.8%; left: 0; top: -15.64%; width: 120.56%; max-width: none; object-fit: cover; }
.pcc-splash-read { position: absolute; right: 160px; bottom: 96px; display: flex; flex-direction: column; gap: 4px; }
.pcc-splash-read-line { background: #fff; display: inline-block; padding: 0 40px 4px 4px; }
.pcc-splash-read-text { font-size: 28px; font-weight: 700; color: #ff0048; letter-spacing: -0.23px; line-height: 1; white-space: nowrap; }
.pcc-splash-float-btn {
  position: absolute; right: 40px; bottom: 40px; width: 130px; height: 130px;
  background: #ff0048; border-radius: 9999px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 6px; color: #fff; font-weight: 700;
  text-align: center; cursor: pointer;
}
.pcc-splash-float-btn .main-text { font-size: 14px; line-height: 1.2; }
.pcc-splash-float-btn .sub-text { font-size: 12px; line-height: 1; }
.pcc-splash-green-box {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  background: #038e8e; border-radius: 0 32px 32px 0;
  padding: 48px 56px 48px 80px; display: flex; flex-direction: column;
  align-items: flex-start; justify-content: center;
}
.pcc-splash-green-box img { width: 480px; height: auto; object-fit: contain; }
.pcc-splash-catchcopy { display: flex; flex-direction: column; gap: 8px; color: #fff; }
.pcc-splash-catch-sub { font-size: 18px; font-weight: 700; letter-spacing: 0.02em; opacity: 0.9; }
.pcc-splash-catch-main { font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: -0.3px; }
.pcc-splash-catch-title { font-size: 22px; font-weight: 700; line-height: 1.4; margin-top: 4px; border-top: 2px solid rgba(255,255,255,0.4); padding-top: 12px; }

/* MEMBER */
.pcc-member { background: #fff; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 100%; padding: 8px 0; }
.pcc-member-item { display: flex; align-items: center; justify-content: center; height: 80px; padding: 8px 20px; flex-shrink: 0; }
.pcc-member-item img { object-fit: contain; max-height: 56px; }

/* ABOUT */
.pcc-about { background: #fff8e5; padding: 72px 120px; border-radius: 120px; width: 100%; }
.pcc-about-inner { display: flex; flex-direction: column; gap: 48px; align-items: center; width: 100%; }
.pcc-section-desc { font-size: 15px; font-weight: 500; color: #33333b; line-height: 1.8; text-align: center; }
.pcc-about-body { display: flex; gap: 24px; align-items: stretch; justify-content: center; width: 100%; }
.pcc-about-item { background: #fff; border-radius: 24px; padding: 28px 24px; flex: 1; max-width: 360px; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.pcc-about-item img { object-fit: contain; height: 120px; width: auto; }
.pcc-about-item-title { font-size: 20px; font-weight: 700; color: #038e8e; text-align: center; line-height: 1.4; }

/* SEMINAR */
.pcc-seminar-section { background: #fff; padding: 72px 120px 0; width: 100%; }
.pcc-seminar-inner { display: flex; flex-direction: column; gap: 48px; align-items: center; width: 100%; }
.pcc-seminar-body { display: flex; gap: 16px; align-items: flex-start; justify-content: center; width: 100%; flex-wrap: wrap; }
.pcc-seminar-item { width: 300px; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.pcc-seminar-img-area { height: 180px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pcc-seminar-img-area > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pcc-seminar-img-title { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 8px; align-items: center; justify-content: center; }
.pcc-seminar-caption { border-bottom: 3px solid #038e8e; padding-bottom: 6px; font-size: 13px; font-weight: 700; color: #fff; white-space: nowrap; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.pcc-seminar-img-text { font-size: 20px; font-weight: 700; color: #fff; text-align: center; line-height: 1.3; white-space: nowrap; text-shadow: 0 1px 4px rgba(0,0,0,0.6); }
.pcc-seminar-text-area { background: #fff8e5; padding: 16px 20px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; }
.pcc-seminar-chip { background: #fff; border-radius: 9999px; display: inline-flex; height: 20px; align-items: center; justify-content: center; padding: 2px 10px; }
.pcc-seminar-chip span { font-size: 11px; font-weight: 700; color: #6c757d; letter-spacing: 0.3px; white-space: nowrap; }
.pcc-seminar-title { font-size: 14px; font-weight: 700; color: #0055cc; line-height: 1.3; margin-top: 4px; }
.pcc-seminar-date { font-size: 11px; font-weight: 700; color: #33333b; line-height: 1.3; }
.pcc-seminar-more { text-align: center; padding: 24px 0 48px; }
.pcc-more-link { display: inline-flex; gap: 6px; align-items: center; font-size: 15px; font-weight: 700; color: #0055cc; }
.pcc-more-link img { width: 14px; height: 14px; object-fit: contain; }

/* INFO */
.pcc-info-section { background: #fff; padding: 72px 120px; width: 100%; }
.pcc-info-inner { display: flex; flex-direction: column; gap: 48px; align-items: center; width: 100%; }
.pcc-info-body { display: flex; flex-direction: column; gap: 16px; align-items: flex-end; width: 100%; }
.pcc-info-table { width: 100%; border-radius: 12px; overflow: hidden; border: 1px solid #e5e7eb; }
.pcc-info-row { display: flex; border-bottom: 1px dashed #e5e7eb; }
.pcc-info-row:last-child { border-bottom: none; }
.pcc-info-date-cell { background: #fff8e5; min-width: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 16px; flex-shrink: 0; }
.pcc-info-date-year { font-size: 11px; font-weight: 700; color: #33333b; }
.pcc-info-date-md { font-size: 15px; font-weight: 700; color: #33333b; }
.pcc-info-body-cell { background: #fff; flex: 1; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px 16px 24px; gap: 16px; }
.pcc-info-chip { background: #0055cc; border-radius: 9999px; display: inline-flex; align-items: center; justify-content: center; padding: 3px 10px; flex-shrink: 0; }
.pcc-info-chip span { font-size: 11px; font-weight: 700; color: #fff; white-space: nowrap; }
.pcc-info-title-cell { display: flex; gap: 16px; align-items: center; flex: 1; min-width: 0; }
.pcc-info-title-text { font-size: 15px; font-weight: 700; color: #33333b; }
.pcc-info-arrow { width: 20px; height: 20px; flex-shrink: 0; }
.pcc-info-arrow img { width: 100%; height: 100%; object-fit: contain; }

/* SERVICE */
.pcc-service-section { background: #e6f6f6; border-radius: 120px; width: 100%; }
.pcc-service-for-individuals { background: #fff8e5; border-radius: 120px; padding: 72px 120px; width: 100%; }
.pcc-service-inner { display: flex; flex-direction: column; gap: 48px; align-items: center; width: 100%; }
.pcc-service-head { display: flex; flex-direction: column; gap: 4px; align-items: center; text-align: center; }
.pcc-service-subtitle { font-size: 20px; font-weight: 700; color: #72727b; line-height: 1.3; }
.pcc-service-subtitle .red { color: #ff0048; }
.pcc-service-title-lg { font-size: 32px; font-weight: 700; color: #038e8e; letter-spacing: -0.3px; line-height: 1.3; }
.pcc-service-body { display: flex; flex-wrap: wrap; gap: 20px; align-items: stretch; justify-content: center; width: 100%; }
.pcc-service-item { position: relative; width: 340px; height: 220px; border-radius: 24px; overflow: hidden; padding: 20px; display: flex; align-items: flex-end; }
.pcc-service-item-bg { position: absolute; inset: 0; }
.pcc-service-item-bg img { width: 100%; height: 100%; object-fit: cover; border-radius: 24px; }
.pcc-service-item-overlay { position: absolute; inset: 0; border-radius: 24px; }
.pcc-service-item-btn-arrow { position: absolute; bottom: 0; right: 0; background: #0055cc; padding: 10px; border-radius: 0 0 24px 0; border-top-left-radius: 12px; }
.pcc-service-item-btn-arrow img { width: 20px; height: 20px; object-fit: contain; }
.pcc-service-item-text { position: relative; z-index: 1; font-size: 26px; font-weight: 700; color: #fff; letter-spacing: -0.2px; line-height: 1.3; }
.pcc-service-item-small { height: 110px !important; }
.pcc-service-for-biz { background: #e6f6f6; border-radius: 120px; padding: 72px 120px; width: 100%; }
.pcc-biz-body { display: flex; gap: 48px; align-items: center; width: 100%; }
.pcc-biz-img { width: 360px; align-self: stretch; border-radius: 24px; overflow: hidden; position: relative; flex-shrink: 0; min-height: 320px; }
.pcc-biz-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pcc-biz-text-area { display: flex; flex-direction: column; gap: 28px; flex: 1; }
.pcc-biz-head { display: flex; flex-direction: column; gap: 12px; font-weight: 700; }
.pcc-biz-heading { font-size: 28px; color: #038e8e; line-height: 1; }
.pcc-biz-desc { font-size: 17px; color: #33333b; line-height: 1.6; }
.pcc-biz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
.pcc-biz-btn { background: #fff; border-bottom: 3px solid rgba(0,0,0,0.16); border-radius: 9999px; display: flex; gap: 8px; align-items: center; padding: 12px 16px; cursor: pointer; }
.pcc-biz-btn img { width: 18px; height: 18px; object-fit: contain; }
.pcc-biz-btn span { font-size: 14px; font-weight: 700; color: #0055cc; white-space: nowrap; }
.pcc-biz-btn-primary { background: #038e8e; border-bottom: 3px solid rgba(0,0,0,0.16); border-radius: 9999px; display: flex; gap: 8px; align-items: center; padding: 12px 16px; cursor: pointer; }
.pcc-biz-btn-primary img { width: 18px; height: 18px; object-fit: contain; }
.pcc-biz-btn-primary span { font-size: 14px; font-weight: 700; color: #fff; white-space: nowrap; }

/* RESPONSIVE - Home */
@media (max-width: 768px) {
  /* スプラッシュ */
  .pcc-splash { height: auto; min-height: 360px; }
  .pcc-splash-bg img { width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }
  .pcc-splash-green-box {
    padding: 20px 16px 20px 16px;
    border-radius: 0 12px 12px 0;
    max-width: 70%;
    top: 50%;
  }
  .pcc-splash-green-box img { width: 100%; max-width: 240px; }
  .pcc-splash-catch-sub { font-size: 12px; }
  .pcc-splash-catch-main { font-size: 20px; }
  .pcc-splash-catch-title { font-size: 13px; padding-top: 8px; }
  .pcc-splash-read { right: 8px; bottom: 70px; }
  .pcc-splash-read-text { font-size: 14px; }
  .pcc-splash-float-btn {
    width: 80px; height: 80px;
    right: 8px; bottom: 8px;
    font-size: 11px;
  }
  .pcc-splash-float-btn .main-text { font-size: 11px; }
  .pcc-splash-float-btn .sub-text { font-size: 10px; }

  /* パートナーロゴ */
  .pcc-member { padding: 4px 0; }
  .pcc-member-item { padding: 4px 8px; height: 52px; }
  .pcc-member-item img { max-height: 32px; }

  /* About */
  .pcc-about { padding: 40px 16px; border-radius: 32px; }
  .pcc-about-inner { gap: 32px; }
  .pcc-about-body { flex-direction: column; align-items: center; }
  .pcc-about-item { max-width: 100%; width: 100%; flex-direction: row; gap: 16px; padding: 16px; }
  .pcc-about-item img { height: 72px; flex-shrink: 0; }
  .pcc-about-item-title { font-size: 15px; text-align: left; }
  .pcc-section-desc { font-size: 13px; }

  /* セミナーカード */
  .pcc-seminar-section { padding: 40px 16px 0; }
  .pcc-seminar-inner { gap: 32px; }
  .pcc-seminar-body { flex-direction: column; align-items: center; }
  .pcc-seminar-item { width: 100%; max-width: 420px; }

  /* お知らせ */
  .pcc-info-section { padding: 40px 16px; }
  .pcc-info-inner { gap: 32px; }
  .pcc-info-body-cell { flex-wrap: wrap; gap: 8px; }
  .pcc-info-title-text { font-size: 13px; }
  .pcc-info-date-cell { min-width: 100px; }

  /* サービス */
  .pcc-service-section { border-radius: 32px; }
  .pcc-service-for-individuals { border-radius: 32px; padding: 40px 16px; }
  .pcc-service-title-lg { font-size: 20px; }
  .pcc-service-subtitle { font-size: 14px; }
  .pcc-service-body { gap: 12px; }
  .pcc-service-item { width: 100%; max-width: 420px; height: 160px; }
  .pcc-service-for-biz { border-radius: 32px; padding: 40px 16px; }
  .pcc-biz-body { flex-direction: column; }
  .pcc-biz-img { width: 100%; min-height: 180px; border-radius: 12px; }
  .pcc-biz-grid { grid-template-columns: 1fr; }
  .pcc-biz-heading { font-size: 22px; }
  .pcc-biz-desc { font-size: 14px; }
}
