@charset "UTF-8";

.startup-wrap{word-break:keep-all;}
.startup-wrap .startup-tit{margin:0 0 1rem;padding:2.8rem 1rem;border-radius:1rem;font-weight:var(--font-weight-bold);font-size:2rem;line-height:1;letter-spacing:-0.02em;text-align:center;box-sizing:border-box;}
.startup-wrap .startup-tit.purple{background:var(--color165);color:var(--color124);}
.startup-wrap .startup-tit.blue{background:var(--color149);color:var(--color148);}
.startup-wrap .border-type01{padding:3rem 1rem;border:1px solid var(--color163);border-radius:1rem;font-weight:var(--font-weight-bold);font-size:1.8rem;line-height:1;letter-spacing:-0.02em;color:var(--color163);box-sizing:border-box;}
.startup-wrap .border-type02{padding:1.8rem 1rem;border:1px solid var(--color40);border-radius:1rem;font-weight:var(--font-weight-semibold);font-size:1.6rem;line-height:1;letter-spacing:-0.02em;color:var(--black03);box-sizing:border-box;}

.startup-wrap .infra-list{display:flex;gap:1rem;margin:0 0 2rem; }
.startup-wrap .infra-list > li{width:100%;}
.startup-wrap .infra-list > li span{display:flex;justify-content:center;align-items:center;height:100%;}
.startup-wrap .infra-list > li.h50 > br{display:none;}
.startup-wrap .infra-list > li.h50 ul{display:grid;align-content:stretch;gap:1.1rem;width:100%;height:100%;}
.startup-wrap .infra-list > li.h25 ul{display:grid;gap:4px;}
.startup-wrap .infra-list > li.h25 ul li{display:flex;justify-content:center;align-items:center;text-align:center;}
.startup-wrap .infra-list > li.h25 span{margin:0 0 1rem;height:auto;}

.startup-wrap .startup-second-wrap{display:flex;gap:1rem;}
.startup-wrap .system-box{max-width:46rem;width:100%;}
.startup-wrap .system-list{display:flex;flex-wrap:wrap;gap:4px;}
.startup-wrap .system-list li{width:100%;text-align:center;}
.startup-wrap .process-box{max-width:93rem;width:100%;}
.startup-wrap .process-list{display:flex;flex-wrap:wrap;gap:4px;}
.startup-wrap .process-list li{width:calc((100% - 4px)/2);text-align:center;}

@media screen and (max-width:768px){
	.startup-wrap .startup-tit{padding:2.5rem 1rem;border-radius:5px;font-size:1.8rem;}
	.startup-wrap .border-type01{padding:1.5rem 1rem;border-radius:5px;font-size:1.6rem;}
	.startup-wrap .border-type02{padding:1rem;border-radius:5px;font-size:1.4rem;}
	.startup-wrap .infra-list{flex-direction:column;gap:5px;}
	.startup-wrap .infra-list > li.h50 ul{gap:5px;}
	.startup-wrap .infra-list > li.h25 span{margin:0 0 5px;}
	.startup-wrap .startup-second-wrap{flex-direction:column;}
	.startup-wrap .system-box{max-width:unset;}
	.startup-wrap .process-list li{width:100%;}
}