@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&display=swap');
main{
    max-width: 1200px;
    width: 95%;
    margin: auto;
    text-align: center;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
    img{
        width: 100%;
    }
    p{
        margin-bottom:0;
    }
    
}
h1{
    font-size: min(5vw, 4rem);
    color: #0058a1;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
.s-title{
    
    border-left: solid min(3vw,2.8rem);

}
section{
    margin-bottom: 10%;
    h1{
        margin-bottom: 5%;
        background-color: #f8da3b;
        padding: 2%;
        display: inline-block;
    }
    &:last-child{
        margin-bottom: 0;
    }
}
.m-flex{
    display: flex;
    justify-content: space-evenly;
}
.column{
    flex-direction: column;
}
.align-center{
    align-items: center;
}
.image{
    background-size: cover;
    background-position: center;
}
.m-arrow{
    background-color: #fadc3b;
    border-radius: 50%;
    color: white;
    padding: 1% 2%;
    font-size: min(2vw, 2rem);
    
}
.self-end{
    align-self: end;
}
.space-evenly{
    justify-content: space-evenly;
}
.space-between{
    justify-content: space-between;
}
.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top{
    border-radius:3vw;
}