.menu_list{display:grid;gap:clamp(8px,1.6vw,16px)}.menu_list:not(:first-child){margin-top:2.5rem}.menu_list li{background-color:#fff;border:1px solid #e1e0dd;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;font-size:clamp(1rem,3.13vw,0.938rem);line-height:1.4;overflow:hidden;transition:all .3s}.menu_list li:not(:has(a)){padding:calc(1.5rem - .2em) 8px}.menu_list a{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:calc(1.5rem - .2em) 8px;text-align:center;text-decoration:none;width:100%}.menu_list a{color:#333}.menu_list a:hover,.menu_list a:active{background-color:#0d8538;color:#fff}@media(max-width: 479px){.menu_list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 480px)and (max-width: 768px){.menu_list{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 769px){.menu_list{grid-template-columns:repeat(4, 1fr)}}.home_head_text::before{background-color:rgba(13,133,56,.7);content:"";display:block;height:100%;position:absolute;right:100%;top:0;width:calc(50vw - 50%)}.home_head_text p{background-color:rgba(13,133,56,.7);max-width:100%;padding:clamp(1.5rem,3.2vw,2rem) clamp(1.5rem,4vw,2.5rem) 0 0;width:400px}.home_head_text p::before,.home_head_text p::after{display:none !important}.home_head_text p:first-child{padding-top:clamp(3rem,6vw,4.5rem)}.home_head_text p:last-child{padding-bottom:clamp(2rem,4vw,3rem)}