@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(//2nd-job.com/wp-content/plugins/blog-floating-button/css/fonts/montserrat-latin-400.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}a.author-url,
.author a,
span.author a {
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}:root {
--aisj-ink: #2d3033;
--aisj-muted: #65686c;
--aisj-coral: #ff654f;
--aisj-coral-dark: #e94d39;
--aisj-cream: #fffaf0;
--aisj-mint: #65c6a5;
--aisj-yellow: #f6b91f;
--aisj-blue: #5f7fd7;
--aisj-line: #ebe5da;
--aisj-shadow: 0 18px 50px rgba(67, 56, 42, .09);
}
html { scroll-behavior: smooth; }
body {
margin: 0;
color: var(--aisj-ink);
background: #fffdf8;
font-family: "Hiragino Maru Gothic ProN", "BIZ UDPGothic", "Noto Sans JP", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
a { transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: var(--aisj-coral-dark); }
.aisj-site-header {
position: relative;
z-index: 20;
margin: 0;
padding: 0 24px;
border-bottom: 1px solid rgba(235, 229, 218, .8);
background: rgba(255, 253, 248, .94);
backdrop-filter: blur(14px);
}
.aisj-header-inner {
max-width: 1440px;
min-height: 80px;
margin: 0 auto;
gap: 28px;
}
.aisj-wordmark {
display: inline-flex;
flex: 0 0 auto;
align-items: baseline;
color: var(--aisj-ink);
font-size: clamp(1.08rem, 1.8vw, 1.65rem);
font-weight: 900;
letter-spacing: -.06em;
text-decoration: none;
white-space: nowrap;
}
.aisj-wordmark strong {
margin: 0 .12em;
color: var(--aisj-coral);
font-size: 1.28em;
}
.aisj-nav { margin-left: auto; }
.aisj-nav .wp-block-navigation-item__content {
font-size: .88rem;
font-weight: 700;
white-space: nowrap;
}
.aisj-header-cta .wp-block-button__link {
padding: .8rem 1.2rem;
border-radius: 999px;
background: var(--aisj-coral);
box-shadow: 0 8px 18px rgba(255, 101, 79, .22);
font-size: .86rem;
white-space: nowrap;
}
.aisj-main { margin: 0; }
.aisj-main-page {
min-height: 62vh;
padding: clamp(36px, 7vw, 88px) 22px;
}
.aisj-main-diagnosis {
min-height: 70vh;
padding: clamp(20px, 4vw, 52px) 20px clamp(60px, 8vw, 100px);
}
.aisj-main-diagnosis > .wp-block-post-content { width: 100%; max-width: none; }
.aisj-page-title {
margin: 0 0 1.5rem;
font-size: clamp(2rem, 5vw, 3.4rem);
line-height: 1.25;
}
.aisj-info-page { color: #4f5255; }
.aisj-info-page > h2 {
margin: 3.5rem 0 1rem;
color: var(--aisj-ink);
font-size: clamp(1.45rem, 3vw, 2rem);
line-height: 1.5;
}
.aisj-info-page > p, .aisj-info-page li { line-height: 2; }
.aisj-info-lead {
margin: 0 0 42px;
padding: 26px 30px;
border-left: 5px solid var(--aisj-mint);
border-radius: 0 18px 18px 0;
background: #edf9f4;
}
.aisj-info-lead p { margin: 0; font-size: 1.02rem; line-height: 2; }
.aisj-info-lead p + p { margin-top: 12px; }
.aisj-info-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin: 24px 0 34px;
}
.aisj-info-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.aisj-info-card {
padding: 22px;
border: 1px solid var(--aisj-line);
border-radius: 18px;
background: #fff;
box-shadow: 0 8px 24px rgba(67,56,42,.05);
}
.aisj-info-card > span { color: var(--aisj-coral); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.aisj-info-card h3 { margin: 7px 0 8px; color: var(--aisj-ink); font-size: 1.05rem; line-height: 1.55; }
.aisj-info-card p { margin: 0; font-size: .88rem; line-height: 1.85; }
.aisj-info-steps { margin: 24px 0; padding: 0; list-style: none; counter-reset: aisj-info-step; }
.aisj-info-steps li {
position: relative;
margin: 0 0 14px;
padding: 18px 20px 18px 62px;
border: 1px solid var(--aisj-line);
border-radius: 16px;
background: #fff;
counter-increment: aisj-info-step;
}
.aisj-info-steps li::before {
position: absolute;
top: 17px;
left: 18px;
display: grid;
width: 30px;
height: 30px;
place-items: center;
border-radius: 50%;
color: #fff;
background: var(--aisj-coral);
content: counter(aisj-info-step);
font-weight: 900;
}
.aisj-info-steps strong, .aisj-info-steps span { display: block; }
.aisj-info-steps strong { color: var(--aisj-ink); }
.aisj-info-steps span { margin-top: 4px; font-size: .9rem; line-height: 1.8; }
.aisj-info-note {
margin: 34px 0;
padding: 24px 28px;
border-radius: 18px;
background: #fff8e9;
}
.aisj-info-note h2 { margin: 0 0 10px; color: var(--aisj-ink); font-size: 1.22rem; }
.aisj-info-note p { margin: 0; line-height: 1.9; }
.aisj-info-note p + p { margin-top: 10px; }
.aisj-info-cta { margin-top: 40px !important; text-align: center; }
.aisj-info-cta a {
display: inline-block;
padding: 15px 26px;
border-radius: 14px;
color: #fff;
background: var(--aisj-coral);
font-weight: 900;
text-decoration: none;
}
.aisj-faq-list { display: grid; gap: 16px; }
.aisj-faq-item {
padding: 24px 26px;
border: 1px solid var(--aisj-line);
border-radius: 18px;
background: #fff;
box-shadow: 0 8px 22px rgba(67,56,42,.04);
}
.aisj-faq-item h2 {
position: relative;
margin: 0 0 10px;
padding-left: 34px;
color: var(--aisj-ink);
font-size: 1.08rem;
line-height: 1.6;
}
.aisj-faq-item h2::before { position: absolute; left: 0; color: var(--aisj-coral); content: "Q"; font-weight: 900; }
.aisj-faq-item p { margin: 0; line-height: 1.95; }
.aisj-policy-meta { margin: -8px 0 24px; color: #918980; font-size: .8rem; }
.aisj-policy-page ul { padding-left: 1.35rem; }
.aisj-policy-page li { margin-bottom: .65rem; padding-left: .25rem; }
.aisj-home {
overflow: hidden;
background: #fffdf8;
}
.aisj-home-hero {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
min-height: 610px;
padding: clamp(62px, 8vw, 120px) max(24px, calc((100vw - 1180px) / 2));
background:
radial-gradient(circle at 7% 18%, rgba(246,185,31,.25) 0 72px, transparent 73px),
radial-gradient(circle at 100% 4%, rgba(246,185,31,.16) 0 112px, transparent 113px),
linear-gradient(135deg, #fffaf0 0%, #fff 63%, #effaf5 100%);
}
.aisj-home-hero::before, .aisj-home-hero::after {
position: absolute;
content: "";
border-radius: 50%;
}
.aisj-home-hero::before {
right: -5%;
bottom: -30%;
width: 42%;
height: 58%;
background: rgba(101,198,165,.18);
}
.aisj-home-hero::after {
right: 2%;
bottom: -16%;
width: 35%;
height: 39%;
border: 40px solid rgba(255,255,255,.72);
}
.aisj-home-hero__copy { position: relative; z-index: 2; align-self: center; max-width: 700px; }
.aisj-home-eyebrow, .aisj-home-section-kicker {
margin: 0 0 14px;
color: #ac7a21;
font-size: .78rem;
font-weight: 900;
letter-spacing: .13em;
}
.aisj-home-hero h1 {
margin: 0;
font-size: clamp(2.5rem, 3.55vw, 4.3rem);
font-weight: 900;
letter-spacing: -.06em;
line-height: 1.25;
}
.aisj-home-hero h1 em { color: var(--aisj-coral); font-style: normal; }
.aisj-home-lead {
max-width: 650px;
margin: 24px 0 30px;
color: #4f5255;
font-size: clamp(.98rem, 1.4vw, 1.13rem);
line-height: 2;
}
.aisj-home-cta {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 34px;
min-width: min(100%, 390px);
padding: 18px 26px;
border-radius: 18px;
color: #fff;
background: linear-gradient(135deg, #ff5d47, #ff735e);
box-shadow: 0 14px 28px rgba(255,101,79,.25);
font-size: 1.2rem;
font-weight: 900;
text-decoration: none;
}
.aisj-home-cta:hover { color: #fff; transform: translateY(-2px); }
.aisj-home-cta span { font-size: 1.5rem; }
.aisj-home-facts {
display: flex;
gap: 12px;
margin: 26px 0 0;
padding: 0;
list-style: none;
}
.aisj-home-facts li {
display: flex;
align-items: center;
gap: 9px;
padding: 10px 15px;
border: 1px solid var(--aisj-line);
border-radius: 14px;
background: rgba(255,255,255,.86);
box-shadow: 0 5px 16px rgba(67,56,42,.04);
font-size: .88rem;
}
.aisj-home-facts i {
display: grid;
width: 28px;
height: 28px;
place-items: center;
border-radius: 50%;
color: white;
background: var(--aisj-yellow);
font-style: normal;
font-weight: 900;
}
.aisj-home-facts li:last-child i { background: var(--aisj-mint); }
.aisj-home-hero__visual { position: relative; z-index: 3; min-height: 420px; align-self: center; }
.aisj-speech {
position: absolute;
top: 42px;
right: -5px;
width: 210px;
padding: 28px 18px;
border: 2px solid var(--aisj-mint);
border-radius: 48% 52% 48% 52%;
background: rgba(255,255,255,.84);
text-align: center;
line-height: 1.8;
}
.aisj-speech strong { color: #3da888; }
.aisj-magnifier {
position: absolute;
top: 65px;
left: 30px;
display: grid;
width: 90px;
height: 90px;
place-items: center;
border: 9px solid var(--aisj-ink);
border-radius: 50%;
background: white;
font-size: 2rem;
}
.aisj-magnifier::after {
position: absolute;
right: -23px;
bottom: -34px;
width: 16px;
height: 50px;
border-radius: 12px;
background: var(--aisj-ink);
content: "";
transform: rotate(-25deg);
}
.aisj-friend { position: absolute; left: 25%; bottom: 16px; width: 270px; height: 340px; }
.aisj-friend__head {
position: absolute; top: 18px; left: 62px; width: 116px; height: 116px;
border-radius: 50%; background: var(--aisj-yellow);
}
.aisj-friend__head::before { position: absolute; top: 51px; left: 32px; width: 9px; height: 9px; border-radius: 50%; background: var(--aisj-ink); box-shadow: 43px 0 var(--aisj-ink); content: ""; }
.aisj-friend__head::after { position: absolute; top: 67px; left: 46px; width: 25px; height: 13px; border-bottom: 3px solid var(--aisj-ink); border-radius: 50%; content: ""; }
.aisj-friend__antenna { position: absolute; top: -11px; left: 114px; width: 4px; height: 34px; background: var(--aisj-ink); }
.aisj-friend__antenna::before { position: absolute; top: -11px; left: -8px; width: 20px; height: 20px; border-radius: 50%; background: var(--aisj-coral); content: ""; }
.aisj-friend__body { position: absolute; top: 123px; left: 78px; width: 112px; height: 93px; background: var(--aisj-blue); }
.aisj-friend__arm { position: absolute; top: 125px; left: 3px; width: 90px; height: 75px; border-radius: 70% 0 0 0; background: var(--aisj-coral); transform: skew(-15deg); }
.aisj-friend__arm::after { position: absolute; left: 178px; width: 90px; height: 75px; border-radius: 0 70% 0 0; background: var(--aisj-mint); content: ""; transform: skew(27deg); }
.aisj-friend__base { position: absolute; bottom: 20px; left: 71px; width: 130px; height: 105px; border-radius: 70px 70px 12px 12px; background: var(--aisj-yellow); }
.aisj-friend__wheel { position: absolute; bottom: 0; width: 50px; height: 50px; border-radius: 50%; background: var(--aisj-ink); }
.aisj-friend__wheel--left { left: 55px; } .aisj-friend__wheel--right { right: 55px; }
.aisj-home-types {
position: relative;
z-index: 5;
max-width: 1320px;
margin: -34px auto 0;
padding: 28px 34px 18px;
border: 1px solid rgba(235,229,218,.75);
border-radius: 30px;
background: rgba(255,255,255,.95);
box-shadow: var(--aisj-shadow);
text-align: center;
}
.aisj-home-types__intro { display: inline-block; min-width: 190px; padding-right: 28px; border-right: 1px solid var(--aisj-line); text-align: left; vertical-align: middle; }
.aisj-home-types__intro p { margin: 0; font-weight: 800; }
.aisj-home-types__intro h2 { margin: 2px 0; font-size: 1.35rem; line-height: 1.4; }
.aisj-home-types__intro strong { font-size: 1.7em; }
.aisj-home-types__grid { display: inline-grid; grid-template-columns: repeat(8, minmax(82px, 1fr)); width: calc(100% - 230px); vertical-align: middle; }
.aisj-home-type { min-width: 0; padding: 4px 7px; text-align: center; }
.aisj-home-type span {
display: grid; width: 58px; height: 58px; margin: 0 auto 8px; place-items: center;
border-radius: 50%; color: white; background: var(--type-color); font-size: 1.45rem;
}
.aisj-home-type p { margin: 0; font-size: .68rem; font-weight: 800; line-height: 1.45; }
.aisj-home-text-link { display: inline-block; margin-top: 16px; color: var(--aisj-ink); font-size: .86rem; font-weight: 800; text-decoration: none; }
.aisj-home-text-link span { color: var(--aisj-coral); }
.aisj-home-how { max-width: 1180px; margin: 0 auto; padding: 90px 22px; text-align: center; }
.aisj-home-how header h2, .aisj-home-articles h2, .aisj-home-closing h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.4; }
.aisj-home-how header h2 span { color: var(--aisj-coral); font-size: 1.3em; }
.aisj-home-how header > p:last-child, .aisj-home-articles__intro > p { color: var(--aisj-muted); }
.aisj-home-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }
.aisj-home-steps article {
position: relative; padding: 30px 24px; border: 1px solid var(--aisj-line); border-radius: 24px; background: white; box-shadow: 0 12px 30px rgba(67,56,42,.06);
}
.aisj-home-steps article > b {
position: absolute; top: 16px; left: 18px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: white; background: var(--aisj-mint); font-size: 1.2rem;
}
.aisj-home-steps article:nth-child(2) > b { background: var(--aisj-yellow); }
.aisj-home-steps article:nth-child(3) > b { background: var(--aisj-coral); }
.aisj-step-art { display: grid; width: 72px; height: 72px; margin: 0 auto 18px; place-items: center; border-radius: 20px; color: white; font-size: 2rem; font-weight: 900; }
.aisj-step-art--check { color: var(--aisj-mint); background: #e7f7f1; }
.aisj-step-art--chart { background: conic-gradient(var(--aisj-yellow) 0 30%, var(--aisj-mint) 30% 62%, #e8e4da 62%); border-radius: 50%; }
.aisj-step-art--idea { color: var(--aisj-coral); background: #fff0eb; border-radius: 50%; }
.aisj-home-steps h3 { margin: 0 0 8px; }
.aisj-home-steps p { margin: 0; color: var(--aisj-muted); font-size: .9rem; }
.aisj-home-articles {
display: grid; grid-template-columns: 280px 1fr; gap: 42px; max-width: 1320px; margin: 0 auto 90px; padding: 38px; border-radius: 32px; background: #fff8e9;
}
.aisj-home-articles__intro {
align-self: center;
padding-inline: 10px;
text-align: center;
}
.aisj-home-article-grid {
display: grid;
align-self: center;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
}
.aisj-home-article-grid > a {
display: flex; min-width: 0; padding: 14px; border: 1px solid var(--aisj-line); border-radius: 18px; color: var(--aisj-ink); background: white; flex-direction: column; text-decoration: none;
}
.aisj-home-article-grid > a:hover { color: var(--aisj-ink); transform: translateY(-3px); }
.aisj-article-art { display: grid; height: 110px; margin: -4px -4px 14px; place-items: center; border-radius: 14px; font-size: 2.4rem; }
.aisj-article-art--spark { color: var(--aisj-coral); background: #fff0eb; }
.aisj-article-art--leaf { color: #319875; background: #eaf8f2; }
.aisj-article-art--people { color: var(--aisj-blue); background: #eef1fb; }
.aisj-article-art--lock { color: #bd8615; background: #fff5d8; }
.aisj-home-article-grid small { color: var(--aisj-mint); font-weight: 900; }
.aisj-home-article-grid h3 { margin: 5px 0; font-size: .95rem; line-height: 1.55; }
.aisj-home-article-grid p { margin: 12px 0 0; color: var(--aisj-muted); font-size: .78rem; line-height: 1.6; }
.aisj-home-closing {
display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: 1180px; margin: 0 auto 100px; padding: clamp(36px, 6vw, 68px); border-radius: 34px;
background: radial-gradient(circle at 90% 10%, rgba(246,185,31,.24), transparent 30%), linear-gradient(135deg,#eef9f5,#fffaf0);
}
.aisj-home-closing p { color: var(--aisj-muted); }
.aisj-home-closing .aisj-home-cta { min-width: 310px; }
.aisj-site-footer { margin: 0; padding: 52px 24px 26px; border-top: 1px solid var(--aisj-line); background: #fff8e9; }
.aisj-footer-inner { max-width: 1180px; margin: 0 auto; align-items: flex-start; }
.aisj-wordmark-footer { font-size: 1.2rem; }
.aisj-footer-inner p { margin: 8px 0; color: var(--aisj-muted); font-size: .85rem; }
.aisj-footer-links { display: flex; max-width: 520px; gap: 12px 22px; flex-wrap: wrap; }
.aisj-footer-links a { color: var(--aisj-muted); font-size: .8rem; font-weight: 700; text-decoration: none; }
.aisj-copyright { margin: 34px 0 0; color: #999087; font-size: .72rem; }
.aisj-post-card { margin-bottom: 18px; padding: 24px; border: 1px solid var(--aisj-line); border-radius: 18px; background: white; }
.aisj-archive-heading { margin-bottom: 42px; text-align: center; }
.aisj-archive-heading h1 { margin: 0; font-size: clamp(2.1rem,5vw,4rem); }
.aisj-archive-heading p:last-child { max-width: 680px; color: var(--aisj-muted); }
.aisj-type-query {
width: min(1180px, 100%);
max-width: 1180px !important;
}
.aisj-type-cards { gap: 16px; align-items: start; }
.aisj-type-card {
padding: 22px;
border: 1px solid var(--aisj-line);
border-radius: 20px;
background: white;
box-shadow: 0 10px 30px rgba(67,56,42,.06);
}
.aisj-type-card h2 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.4; }
.aisj-type-card .wp-block-post-excerpt { margin: 0; }
.aisj-type-card .wp-block-post-excerpt__excerpt {
display: -webkit-box;
overflow: hidden;
margin: 0;
color: var(--aisj-muted);
font-size: .86rem;
line-height: 1.65;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.aisj-type-card .wp-block-post-excerpt__more-link {
display: inline-block;
margin-top: 14px;
color: var(--aisj-coral);
font-weight: 800;
}
.aisj-blog-cards { gap: 20px; }
.aisj-blog-card {
height: 100%;
overflow: hidden;
padding: 14px 14px 24px;
border: 1px solid var(--aisj-line);
border-radius: 22px;
background: white;
box-shadow: 0 12px 34px rgba(67,56,42,.06);
}
.aisj-blog-card-art {
display: grid;
height: 155px;
margin-bottom: 18px;
place-items: center;
border-radius: 16px;
color: var(--aisj-coral);
background: radial-gradient(circle at 70% 25%,rgba(246,185,31,.45) 0 34px,transparent 35px),linear-gradient(135deg,#fff0eb,#fff8e8);
font-size: 3rem;
}
.aisj-blog-card time { color: #999087; font-size: .75rem; }
.aisj-blog-card h2 { margin: 7px 0; font-size: 1.1rem; line-height: 1.55; }
.aisj-blog-card .wp-block-post-excerpt__excerpt { color: var(--aisj-muted); font-size: .84rem; }
.aisj-blog-card .wp-block-post-excerpt__more-link { color: var(--aisj-coral); font-weight: 800; }
.aisj-article-page { padding-bottom: 100px; }
.aisj-article-hero {
position: relative;
overflow: hidden;
max-width: none !important;
padding: clamp(62px,8vw,108px) max(24px,calc((100vw - 940px)/2));
background: radial-gradient(circle at 88% 15%,rgba(246,185,31,.28) 0 86px,transparent 87px),linear-gradient(135deg,#fff8e9,#fff 70%,#edf9f4);
}
.aisj-article-hero > *:not(.aisj-article-hero-art) { position: relative; z-index: 2; max-width: 760px !important; margin-left: 0 !important; }
.aisj-article-label {
display: inline-block;
margin-bottom: 18px;
padding: 7px 12px;
border-radius: 999px;
color: #a87518;
background: #fff0be;
font-size: .75rem;
font-weight: 900;
}
.aisj-article-hero h1 { margin: 0; font-size: clamp(2.1rem,4.5vw,4rem); letter-spacing: -.04em; line-height: 1.35; }
.aisj-article-hero .wp-block-post-excerpt { margin-top: 20px; color: var(--aisj-muted); font-size: 1.05rem; }
.aisj-article-meta { gap: 18px; margin-top: 18px !important; color: #918980; font-size: .8rem; }
.aisj-article-meta p { margin: 0; }
.aisj-article-hero-art { position: absolute; z-index: 1; right: max(30px,calc((100vw - 1180px)/2)); bottom: 35px; width: 210px; height: 190px; }
.aisj-article-hero-art i { position: absolute; top: 0; right: 0; display: grid; width: 86px; height: 86px; place-items: center; border-radius: 50%; color: white; background: var(--aisj-coral); font-style: normal; font-size: 2rem; }
.aisj-article-hero-art b { position: absolute; bottom: 6px; left: 8px; width: 112px; height: 145px; border: 7px solid var(--aisj-ink); border-radius: 55px; transform: rotate(-14deg); }
.aisj-article-hero-art b::after { position: absolute; right: -24px; bottom: -20px; width: 16px; height: 54px; border-radius: 9px; background: var(--aisj-ink); content: ""; transform: rotate(-28deg); }
.aisj-article-hero-art span { position: absolute; right: 10px; bottom: 0; width: 75px; height: 75px; border-radius: 50% 50% 8px 8px; background: var(--aisj-mint); }
.aisj-article-featured-image {
overflow: hidden;
margin: 0 0 42px;
border: 1px solid var(--aisj-line);
border-radius: 26px;
background: #fff;
box-shadow: var(--aisj-shadow);
}
.aisj-article-featured-image img {
display: block;
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}
.aisj-article-layout { display: grid; grid-template-columns: minmax(0,760px) 260px; gap: 52px; max-width: 1080px; margin: 0 auto; padding: 64px 24px 0; align-items: start; }
.aisj-article-body { min-width: 0; }
.aisj-article-body h2 { margin: 3.4rem 0 1.2rem; padding-bottom: .7rem; border-bottom: 3px solid #f4ead9; font-size: clamp(1.5rem,3vw,2rem); line-height: 1.5; }
.aisj-article-body h2::before { display: inline-block; width: 10px; height: 10px; margin-right: 10px; border-radius: 50%; background: var(--aisj-coral); content: ""; vertical-align: .14em; }
.aisj-article-body h3 {
margin: 2.4rem 0 1rem;
padding: .8rem 1rem;
border-left: 5px solid var(--aisj-coral);
border-radius: 0 12px 12px 0;
color: var(--aisj-ink);
background: #fff8e9;
font-size: 1.2rem;
font-weight: 900;
line-height: 1.6;
}
.aisj-article-body p, .aisj-article-body li { color: #4f5255; line-height: 2; }
.aisj-article-body strong {
color: var(--aisj-ink);
font-weight: 900;
}
.aisj-article-body .wp-block-list {
margin: 1.3rem 0 2.2rem;
padding: 22px 26px 22px 50px;
border: 1px solid var(--aisj-line);
border-radius: 18px;
background: #fff;
box-shadow: 0 10px 24px rgba(67,56,42,.05);
}
.aisj-article-body .wp-block-list li + li { margin-top: .55rem; }
.aisj-article-body .wp-block-list li::marker {
color: var(--aisj-coral);
font-weight: 900;
}
.aisj-article-body .wp-block-image {
margin: 2.5rem 0 3rem;
padding: 10px;
border: 1px solid var(--aisj-line);
border-radius: 22px;
background: #fff;
box-shadow: 0 14px 34px rgba(67,56,42,.07);
}
.aisj-article-body .wp-block-image img {
display: block;
width: 100%;
border-radius: 14px;
}
.aisj-article-body .wp-block-image figcaption {
margin: .8rem .5rem .2rem;
color: var(--aisj-muted);
font-size: .82rem;
line-height: 1.7;
text-align: center;
}
.aisj-article-body .wp-block-post-content a:not(.wp-block-button__link) {
color: var(--aisj-coral-dark);
font-weight: 700;
text-decoration-thickness: 1px;
text-underline-offset: .2em;
}
.aisj-type-features {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
.aisj-article-body .aisj-type-feature {
padding: 22px 24px;
border: 1px solid var(--aisj-line);
border-radius: 18px;
background: #fffaf0;
}
.aisj-article-body .aisj-type-feature h3 {
margin: 0 0 8px;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
font-size: 1.08rem;
line-height: 1.55;
}
.aisj-article-body .aisj-type-feature p {
margin: 0;
font-size: .9rem;
line-height: 1.85;
}
.aisj-article-intro { font-size: 1.08rem; font-weight: 700; }
.aisj-article-summary { margin: 34px 0; padding: 24px 28px; border-radius: 20px; background: #fff8e8; }
.aisj-article-summary h2 { margin-top: 0; border: 0; font-size: 1.2rem; }
.aisj-article-summary h2::before { background: var(--aisj-yellow); }
.aisj-numbered-list { padding-left: 1.3rem; }
.aisj-numbered-list li { margin-bottom: .85rem; padding-left: .4rem; }
.aisj-article-callout { margin-top: 50px; padding: 32px; border-radius: 24px; background: radial-gradient(circle at 90% 10%,rgba(246,185,31,.2),transparent 32%),#edf9f4; }
.aisj-article-callout h2 { margin-top: 0; border: 0; }
.aisj-article-note { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--aisj-line); color: #8a837c !important; font-size: .78rem; }
.aisj-article-sidebar { position: sticky; top: 30px; }
.aisj-sidebar-card { padding: 25px; border-radius: 22px; background: #fff8e9; box-shadow: 0 12px 30px rgba(67,56,42,.07); }
.aisj-sidebar-card > span { color: #a87518; font-size: .72rem; font-weight: 900; }
.aisj-sidebar-card h2 { margin: 10px 0; font-size: 1.25rem; line-height: 1.55; }
.aisj-sidebar-card p { color: var(--aisj-muted); font-size: .82rem; }
.aisj-sidebar-card a { display: block; padding: 12px; border-radius: 12px; color: white; background: var(--aisj-coral); text-align: center; font-size: .85rem; font-weight: 900; text-decoration: none; }
@media (max-width: 900px) {
.aisj-article-hero-art { opacity: .25; }
.aisj-article-layout { grid-template-columns: 1fr; }
.aisj-article-sidebar { position: static; }
}
@media (max-width: 600px) {
.aisj-article-hero { padding: 55px 22px; }
.aisj-article-hero h1 { font-size: 2rem; }
.aisj-article-featured-image { margin-bottom: 30px; border-radius: 18px; }
.aisj-article-layout { padding: 38px 20px 0; }
.aisj-article-body h3 { padding: .72rem .85rem; font-size: 1.08rem; }
.aisj-article-body .wp-block-list { padding: 18px 18px 18px 40px; border-radius: 15px; }
.aisj-article-body .wp-block-image { margin-block: 2rem 2.5rem; padding: 7px; border-radius: 17px; }
.aisj-article-body .wp-block-image img { border-radius: 11px; }
.aisj-article-summary, .aisj-article-callout { padding: 22px 18px; }
.aisj-type-features { grid-template-columns: 1fr; }
}
@media (max-width: 1050px) {
.aisj-nav { display: none; }
.aisj-home-hero { grid-template-columns: 1fr .8fr; }
.aisj-home-types { margin-inline: 20px; }
.aisj-home-types__intro { display: block; width: max-content; margin: 0 auto 20px; padding: 0; border: 0; text-align: center; }
.aisj-home-types__grid { width: 100%; }
.aisj-home-articles { grid-template-columns: 1fr; margin-inline: 20px; }
}
@media (max-width: 760px) {
.aisj-site-header { padding: 0 16px; }
.aisj-header-inner { min-height: 66px; }
.aisj-header-cta { display: none; }
.aisj-nav { display: block; margin-left: auto; }
.aisj-nav .wp-block-navigation__responsive-container-open { display: flex; }
.aisj-home-hero { grid-template-columns: 1fr; min-height: auto; padding: 54px 22px 70px; text-align: center; }
.aisj-home-hero h1 { font-size: clamp(2.3rem, 11vw, 3.7rem); }
.aisj-home-lead { margin-inline: auto; }
.aisj-home-facts { justify-content: center; flex-wrap: wrap; }
.aisj-home-hero__visual { min-height: 330px; transform: scale(.85); transform-origin: top center; }
.aisj-home-types { margin-top: -45px; padding: 24px 14px 16px; }
.aisj-home-types__grid { grid-template-columns: repeat(4, 1fr); gap: 18px 4px; }
.aisj-home-steps { grid-template-columns: 1fr; }
.aisj-home-article-grid { grid-template-columns: repeat(2, 1fr); }
.aisj-home-closing { margin: 0 20px 70px; flex-direction: column; text-align: center; }
.aisj-info-grid, .aisj-info-grid--three { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.aisj-wordmark { font-size: 1rem; }
.aisj-home-facts li { flex: 1 1 42%; justify-content: center; padding: 8px 10px; }
.aisj-home-facts li:last-child { flex-basis: 80%; }
.aisj-home-hero__visual { margin-bottom: -55px; transform: scale(.72); }
.aisj-speech { right: -35px; }
.aisj-magnifier { left: -20px; }
.aisj-home-type p { font-size: .62rem; }
.aisj-home-how { padding: 70px 20px; }
.aisj-home-articles { padding: 24px 16px; }
.aisj-home-article-grid { grid-template-columns: 1fr; }
.aisj-home-closing .aisj-home-cta { min-width: 100%; }
.aisj-info-lead, .aisj-info-note, .aisj-faq-item { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { transition: none !important; }
}