/*
Theme Name: Sugoyoku AI
Theme URI: https://ai.sugoyoku.com/
Author: SUGOYOKU INC.
Author URI: https://sugoyoku.com/
Description: スゴヨクAI公式サイト専用のオリジナルWordPressテーマです。
Version: 1.3.2
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: sugoyoku-ai
*/

:root{
  --wp--preset--color--sugoyoku-navy:#111827;
  --wp--preset--color--sugoyoku-orange:#f05223;
  --wp--preset--color--sugoyoku-paper:#fafaf8;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:#111827;background:#fafaf8;font-family:'Noto Sans JP',sans-serif}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{z-index:100000;display:block;width:auto;height:auto;padding:15px 23px;margin:5px;clip:auto;background:#fff;color:#111827;font-weight:700}

.wp-shell-header{position:sticky;top:0;z-index:90;border-bottom:1px solid #d9dde3;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.wp-shell-inner{display:flex;align-items:center;justify-content:space-between;width:min(1180px,calc(100% - 40px));min-height:76px;margin:auto;gap:32px}
.wp-shell-brand{display:inline-flex;align-items:center;color:#111827;text-decoration:none;font-weight:900}
.wp-shell-brand img{display:block;width:auto;height:40px}
.wp-shell-nav ul{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}
.wp-shell-nav a{color:#111827;text-decoration:none;font-size:13px;font-weight:700}
.wp-shell-nav .current-menu-item>a{color:#f05223}
.wp-shell-cta{padding:13px 18px;background:#111827;color:#fff!important}
.wp-page-shell{width:min(960px,calc(100% - 40px));min-height:55vh;margin:0 auto;padding:96px 0}
.wp-page-kicker{font:700 11px/1 'Montserrat',sans-serif;letter-spacing:.18em;color:#f05223}
.wp-page-title{margin:20px 0 42px;font-size:clamp(42px,7vw,82px);line-height:1.06;letter-spacing:-.055em}
.wp-entry-content{font-size:16px;line-height:2}
.wp-entry-content>*+*{margin-top:1.5em}
.wp-list{display:grid;gap:0;margin-top:48px;border-top:1px solid #ccd1d8}
.wp-list article{display:grid;grid-template-columns:150px 1fr auto;gap:28px;padding:32px 0;border-bottom:1px solid #ccd1d8}
.wp-list time{font:700 11px/1.4 'Montserrat',sans-serif;color:#f05223}
.wp-list h2{margin:0;font-size:24px}
.wp-list a{color:inherit;text-decoration:none}
.wp-pagination{margin-top:48px}
.wp-shell-footer{padding:64px 0 28px;background:#111827;color:#fff}
.wp-shell-footer .wp-shell-inner{align-items:flex-start;min-height:auto}
.wp-shell-footer a{color:#fff}
.wp-shell-footer p{margin:0;color:#abb3c0;font-size:12px;line-height:1.8}
.wp-empty{padding:36px;border:1px solid #d9dde3;background:#fff}
.wp-entry-image{margin:36px 0 56px}
.wp-entry-lead{margin:44px 0;font-size:clamp(20px,3vw,30px);font-weight:700;line-height:1.75;letter-spacing:-.03em}
.wp-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:0 0 48px;border-top:1px solid #ccd1d8;border-bottom:1px solid #ccd1d8}
.wp-facts>div{padding:20px;border-right:1px solid #ccd1d8}.wp-facts>div:last-child{border-right:0}
.wp-facts dt{font:700 10px/1.4 'Montserrat','Noto Sans JP',sans-serif;letter-spacing:.1em;color:#f05223}.wp-facts dd{margin:8px 0 0;font-weight:700}.wp-facts a{color:inherit}
.wp-case-section{margin-top:72px;padding-top:32px;border-top:1px solid #ccd1d8}.wp-case-section h2{margin:0 0 24px;font-size:clamp(28px,4vw,44px);letter-spacing:-.04em}
.wp-verified-data{padding:28px;border-left:5px solid #f05223;background:#fff;font-weight:600;line-height:1.9}
.wp-case-quote{margin:72px 0 0;padding:40px;background:#111827;color:#fff}.wp-case-quote p{margin:0;font-size:22px;line-height:1.8}.wp-case-quote cite{display:block;margin-top:20px;color:#bdc4cf;font-size:13px;font-style:normal}
.wp-event-action{margin:64px 0 0}.wp-event-action .wp-shell-cta{display:inline-block;text-decoration:none}
.wp-content-review{display:flex;gap:32px;flex-wrap:wrap;margin-top:72px;padding:24px 0;border-top:1px solid #ccd1d8;border-bottom:1px solid #ccd1d8}.wp-content-review p{margin:0;font-size:13px}.wp-content-review span{display:block;margin-bottom:6px;font:700 9px/1 'Montserrat','Noto Sans JP',sans-serif;letter-spacing:.1em;color:#f05223}.wp-content-review a{color:inherit;font-weight:700}
body.admin-bar .wp-shell-header,body.admin-bar .site-header,body.admin-bar header.site{top:32px}

@media(max-width:760px){
  .wp-shell-inner{width:min(100% - 32px,1180px);min-height:68px}
  .wp-shell-nav{display:none}
  .wp-page-shell{width:min(100% - 40px,960px);padding:64px 0}
  .wp-list article{grid-template-columns:1fr;gap:10px}
  .wp-facts{grid-template-columns:1fr}.wp-facts>div{border-right:0;border-bottom:1px solid #ccd1d8}.wp-facts>div:last-child{border-bottom:0}
  .wp-shell-footer .wp-shell-inner{display:block}
  .wp-shell-footer p{margin-top:24px}
}
@media(max-width:782px){body.admin-bar .wp-shell-header,body.admin-bar .site-header,body.admin-bar header.site{top:46px}}
