/* Optional motion, controlled in Appearance > 日本語サイト設定. */
.gd-motion-enabled .hero-content > *{animation:gd-hero-enter .7s both}
.gd-motion-enabled .hero-content > :nth-child(2){animation-delay:.08s}
.gd-motion-enabled .hero-content > :nth-child(3){animation-delay:.16s}
.gd-motion-enabled .hero-content > :nth-child(4){animation-delay:.24s}
@keyframes gd-hero-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.gd-motion-ready .gd-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1);transition-delay:var(--gd-delay,0ms)}
.gd-motion-ready .gd-reveal.is-visible{opacity:1;transform:none}
.gd-motion-enabled .btn,.gd-motion-enabled .service-card,.gd-motion-enabled .industry-card,.gd-motion-enabled .case,.gd-motion-enabled .company-gallery img{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,filter .25s ease}
@media(hover:hover){
  .gd-motion-enabled .btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(235,77,61,.2)}
  .gd-motion-enabled .industry-card:hover,.gd-motion-enabled .case:hover{transform:translateY(-5px);box-shadow:0 14px 34px rgba(16,38,58,.14)}
  .gd-motion-enabled .company-gallery figure:hover img{transform:scale(1.025)}
}
.gd-media-gallery .wp-block-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gd-media-gallery .wp-block-image,.gd-media-gallery figure{margin:0}
.gd-media-gallery img{width:100%;height:230px;object-fit:cover;border-radius:12px}
.gd-media-gallery figcaption{font-size:13px;color:#506174;margin-top:7px}
@media(max-width:900px){.gd-media-gallery .wp-block-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.gd-media-gallery .wp-block-gallery{grid-template-columns:1fr}.gd-media-gallery img{height:auto;aspect-ratio:4/3}}
@media(prefers-reduced-motion:reduce){
  .gd-motion-enabled .hero-content > *{animation:none!important}
  .gd-motion-ready .gd-reveal{opacity:1!important;transform:none!important;transition:none!important}
  .gd-motion-enabled .btn,.gd-motion-enabled .service-card,.gd-motion-enabled .industry-card,.gd-motion-enabled .case,.gd-motion-enabled .company-gallery img{transition:none!important}
}
