.head{padding:var(--p60) 0;text-align:center;border-bottom:var(--bdr);}
.head h1{font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.3;}
.head h1 em{display:inline-block;width:0.25em;height:0.25em;border-radius:50%;background:var(--acce);vertical-align:baseline;margin-inline-start:2px;}
.head .sub{font-size:var(--p14);color:var(--tex3);margin-top:var(--p10);margin-bottom:0;}

.page-home #main{display:flex;flex-direction:column;}
@media (min-width:600px){.page-home{height:100dvh;min-height:0;overflow:hidden;}}
.page-home #main>.page{flex:1;display:flex;flex-direction:column;width:100%;}
.page-home .section{display:flex;flex:1;flex-direction:column;justify-content:center;padding:0;}
.page-home .section{border:none;}
.page-home .section.last{flex:0;border:none;padding-bottom:var(--p60);}
.page-home .section h2{margin:var(--p10) 0;}
.page-home .cont-note{margin:0;}
