@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/futura-std-4');

body {
    font-family: "Noto Sans JP", sans-serif;
}

.worry__inner {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.support__title h2, .case__title h2, .message__title h2, .detail__title h2 {
    font-family: 'Futura Std', sans-serif;
}

@media screen and (max-width: 1024px) {

    .worry__inner {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    }

}