/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

/* =====================================================
   ★ 最終版（これだけでOK）
   ・青いライン → 黄色
   ・Contact色 → #0693e3
   ・両ボタン角丸8px
   ・PC/スマホ共通
===================================================== */

/* ===== Sweep Line（青→黄） ===== */
.flipstack::after{
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0) 0%,
    rgba(255,215,0,0.25) 30%,
    rgba(255,215,0,1) 50%,
    rgba(255,215,0,0.25) 70%,
    rgba(0,0,0,0) 100%
  ) !important;
}

/* ===== ボタン共通（形） ===== */
.flipstack .cta2__btn{
  border-radius:8px !important;
}

/* ===== Contact色 ===== */
.flipstack .cta2__btn--primary{
  background:#0693e3 !important;
  border-color:rgba(6,147,227,0.45) !important;
  color:#fff !important;
}


@media (max-width:768px){

  a[href="https://asia-workforce.com/contact/"]{
    background:#0693e3 !important;
    border-color:rgba(6,147,227,0.45) !important;
    color:#fff !important;
    border-radius:8px !important;
  }

  a[href="https://asia-workforce.com/company/"]{
    border-radius:8px !important;
  }

}



