/* 既存のヒーローと同じ色・カードで、第4・第5事業を並べる */
html body #content .post_content .mgk-home-hero .mh-business-services {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px;}
html body #content .post_content .mgk-home-hero .mh-business-services .mh-ai-card {margin:0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;}
html body #content .post_content .mgk-home-hero .mh-business-services .mh-ai-card > a:last-child {margin-top:auto;padding-top:12px;}
html body #content .post_content .mgk-home-hero .mh-consulting-lead {font-weight:700;color:#292334;font-size:18px;line-height:1.8;}
@media(max-width:760px){html body #content .post_content .mgk-home-hero .mh-business-services {grid-template-columns:1fr;gap:18px;margin-top:18px;}}
