#home { background:#fff; color:#171717; padding:0 0 72px; }
#home * { box-sizing:border-box; }
#home p { line-height:1.7; }
.home-visual { width:min(1180px, calc(100% - 40px)); min-height:520px; margin:0 auto; padding:70px 0 46px; display:grid; grid-template-columns:1fr 1.05fr; align-items:center; gap:56px; }
.home-copy h1 { margin-top:16px; max-width:560px; font-size:54px; line-height:1.12; font-weight:800; letter-spacing:0; word-break:keep-all; }
.home-copy p { max-width:480px; margin-top:22px; color:#555; font-size:18px; word-break:keep-all; }
.home-kicker { display:block; color:#b98b21; font-size:13px; font-weight:800; letter-spacing:0; text-transform:uppercase; }
.home-link { display:inline-flex; justify-content:center; align-items:center; height:42px; margin-top:30px; padding:0 22px; background:#171717; color:#fff; font-size:14px; font-weight:700; }
.home-visual-box { position:relative; display:flex; align-items:center; justify-content:center; min-height:360px; background:#f1f1f1; border:1px solid #e3e3e3; overflow:hidden; }
.home-visual-box::before { content:""; position:absolute; inset:34px; border:1px solid #d5d5d5; }
.home-visual-box::after { content:""; position:absolute; right:48px; bottom:48px; width:42%; height:34%; background:repeating-linear-gradient(90deg, #c9a94b 0 8px, transparent 8px 22px); opacity:.72; }
.home-visual-box span { position:relative; z-index:1; color:#777; font-size:13px; font-weight:800; letter-spacing:0; }
.home-service { width:min(1180px, calc(100% - 40px)); margin:34px auto 0; padding:54px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:52px; background:#f7f7f7; }
.home-service-copy h2 { margin-top:12px; font-size:38px; line-height:1.2; font-weight:800; letter-spacing:0; }
.home-service-copy p { max-width:460px; margin-top:16px; color:#5b5b5b; font-size:17px; word-break:keep-all; }
.home-service-copy ul { margin-top:26px; display:grid; gap:10px; }
.home-service-copy li { position:relative; padding-left:18px; color:#333; font-size:15px; line-height:1.5; }
.home-service-copy li::before { content:""; position:absolute; left:0; top:10px; width:7px; height:7px; background:#d7a51c; }
.home-image-box { position:relative; display:flex; align-items:center; justify-content:center; min-height:280px; background:#e9ecef; border:1px solid #dedede; overflow:hidden; }
.home-image-box::before { content:""; position:absolute; left:34px; right:34px; top:50%; height:1px; background:#cfcfcf; }
.home-image-box::after { content:""; position:absolute; width:120px; height:120px; border:1px solid #c7c7c7; transform:rotate(18deg); }
.home-image-box span { position:relative; z-index:1; padding:8px 14px; background:#e9ecef; color:#777; font-size:12px; font-weight:800; letter-spacing:0; }
.home-service-consulting { margin-top:0; }
.home-service-finance { background:#fff; border-top:1px solid #ededed; border-bottom:1px solid #ededed; }
.home-service-invest { background:#f4f0e7; }
@media (max-width:560px){
	#home { padding-bottom:44px; }
	.home-visual { width:calc(100% - 28px); min-height:auto; padding:44px 0 28px; grid-template-columns:1fr; gap:28px; }
	.home-copy h1 { font-size:36px; }
	.home-copy p { font-size:16px; }
	.home-visual-box { min-height:240px; }
	.home-service { width:calc(100% - 28px); margin-top:22px; padding:30px 20px; grid-template-columns:1fr; gap:26px; }
	.home-service-copy h2 { font-size:30px; }
	.home-service-copy p { font-size:16px; }
	.home-service-finance .home-image-box { order:2; }
	.home-image-box { min-height:210px; }
}
