/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 12:02:19 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
body {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
main section[id] {
    scroll-margin-top: 80px;
}

/* Twenty Twenty-FourのカスタムHTMLブロックの左右の余白を解除 */
.wp-block-custom-html {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* 親要素のコンテナ設定を継承しないようにすることも検討 */
}

.wrapper {
    width: 100%;
    max-width: 1440px;  
    margin: 0 auto;
	padding: 0 20px;
}

.wave {
    width: 100%;
    height: 175px; 
    background-image: url("https://o-ff.org/2026/wp-content/uploads/2025/12/wave_03.svg"); 
    background-size: cover;    
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
	margin-top: 80px;
}
.wave-inner {
    max-width: 1200px;     
    width: 100%; 
    height: 100%;
    margin: 0 auto;    
    position: relative; 
}
.wave-text {
    position: absolute;
    top: 75%;      
    right: 0;         
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .wave {
        height: 100px; 
        margin-top: 50px;
    }

    .wave-text {
        right: 30%; 
        transform: translateX(50%); 
        top: 70%; 
        font-size: 10px; 
    }
}