.article{ padding:0!important; }
.article, .article *{ font-family:'pt',sans-serif; }

.st_wrap{ display:none; }

#sb01 > .sb_con{ min-height:100dvh; padding:150px 40px 40px; display:flex; flex-direction:column; }

.sb01_tt{ flex:1 auto; display:flex; flex-direction:column; margin-bottom:40px; }
.sb01_tt > h2{ font-size:clamp(72px, 16vw, 160px); font-weight:100; color:#fff; line-height:0.73em; text-align:center; margin-bottom:-0.3em; mix-blend-mode:difference; padding:0 15px; }
.sb01_ti{ flex:1 auto; display:flex; width:100%; }
.sb01_ti > div{ width:100%; padding-bottom:max(360px, 32%); background-color:#333; background-image:url(./img/01-01.jpg); background-position:center; background-size:cover; background-repeat:no-repeat; }

.sb01_if{ display:flex; gap:40px; justify-content:space-between; }
.sb01_ip > h3{ font-size:24px; font-weight:800; color:#333; line-height:0.73em; margin-bottom:12px; }
.sb01_ip > p{ font-size:16px; font-weight:300; color:#333; line-height:1.3em; }

@media(max-width:991px){
    #sb01 > .sb_con{ padding:100px 15px 30px; }
}
@media(max-width:768px){
    .sb01_if{ flex-direction:column; gap:20px; }
    .sb01_ip > h3{ font-size:18px; }
    .sb01_ip > p{ font-size:14px; }
}