.s-main--visual{height:100vh;height:100dvh;padding:clamp(3.13rem,7.7vi + 1.32rem,6.25rem) 0 0;text-align:center;overflow:hidden}
.s-main--visual .flex-content{display:flex;justify-content:flex-end;flex-direction:column;height:100%}
.s-main--visual .container{margin-block-end:3.125rem}
.path{stroke:#052A5A;stroke-width:.9;fill:none}
.p-lead{display:flex;justify-content:space-between;letter-spacing:.115em;margin-top:.938rem}
._content-last{position:relative;width:100%}
._image-content{position:relative;width:100%;overflow:hidden;aspect-ratio:1/1 auto;border-start-start-radius:clamp(18.75rem,46.22vi + 7.92rem,37.5rem);border-start-end-radius:clamp(18.75rem,46.22vi + 7.92rem,37.5rem)}
._image-content::before{content:'';position:absolute;display:block;width:100%;height:100%;top:0;right:0;bottom:0;left:0;margin:auto;background:url(../img//top/main-visual02.jpg) center center / cover no-repeat}
.scroll-down{position:absolute;width:clamp(6.25rem,25.45vi + .29rem,12.5rem);height:clamp(6.25rem,25.45vi + .29rem,12.5rem);right:.625rem;bottom:1.25rem;border-radius:100%;background:#EE4F19;z-index:2}
.scroll-down .icon{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%)}
.scroll-down .sd-text{width:100%;animation:svg-rotate 8s infinite linear}
.scroll-down rect{fill:#FCF9F5}
.scroll-down text{font-size:2.125rem;font-weight:bold;letter-spacing:1.413rem;fill:#FCF9F5;transition:fill .2s}
.scroll-down .icon svg{fill:none;stroke:#FCF9F5;stroke-width:1.1;animation:svg-rotate-ve 8s infinite linear}
/*-- media queries --*/
@media (min-width:48rem){
._image-content{height:60vh}
.scroll-down{right:-3.125rem}
}
@media (min-width:75rem){
._text-content{max-width:60%;margin:0 auto}
._content-last{max-width:60%;margin:0 auto}
}

@keyframes svg-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes svg-rotate-ve{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}
