@font-face {
    font-family: "NotoSansJP";
    src: url("./font/NotoSansJP[wght].ttf");
  }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "NotoSansJP" ;
}
body{
    width: 100%;
}
img{
    width: 100%;
    height: auto;
}
.section-box{
    width: 100%;
    overflow-x: hidden;
    position: relative;

}
a {
    text-decoration: none;
    color: #000;
}
.section-box-container{
    max-width: 1440px;
    margin: auto;
    padding: 50px 130px;
}

.dir-col{
    display: flex;
    flex-direction: column;
}
.bg-pastel-green{
    background-color: #E4FAE9;
}
.row-reserve{
    flex-direction: row-reverse;
}
.block-500{
    display: none;
}
.align-start {
    align-items: start !important;
}

.p-30 {
    margin-bottom: 30px !important;
}