*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    color: #3F2929;
    background-color: #ECFDE6;
    padding-top: 80px;
    padding-bottom: 150px;
    font-family: 'Noto Sans JP', sans-serif !important;
}
a{
    text-decoration: none;
    color: #3F2929;
}
.s1{
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
.s1 img{
    width: 100%;
}
.s1_t{
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}
.s2{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 75px;
    position: relative;
}
.s_p1{
    font-size: 45px;
    font-weight: bold;
    color: rgba(49, 133, 18, .7);
}
.s_p2{
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
}
.s_p3{
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 25px;
}
.sc{
    width: 100%;
    margin-top: 53px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 75px;
    position: relative;
}
.sc_col{
    width: 508px;
}
.sc_col img{
    width: 508px;
}
.sc_col p{
    font-size: 27px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}
.arrow_left{
    width: 106px !important;
    display: block;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.pt-350{
    padding-top: 350px;
}
.pt-260{
    padding-top: 260px;
}
.pt-290{
    padding-top: 290px;
}
.sc_right{
    width: 565px;
}
.sc_right img{
    width: 540px;
}
.arrow_right{
    width: 106px !important;
    display: block;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.sc_img1{
    width: 511px !important;
    position: absolute;
    right: -30px;
    bottom: 0;
}
.sc_img2{
    width: 480px !important;
    position: absolute;
    right: -50px;
    top: 630px;
    z-index: 10;
}
.sc_img3{
    width: 182px !important;
    position: absolute;
    right: 95px;
    top: 0;
}
.s3{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 95px;
    position: relative;
    padding-top: 18px;
    padding-bottom: 48px;
}
.s3_img{
    width: 246px !important;
    height: 340px;
}
.s3_img_text{
    width: 246px;
    text-align: center;
}
.s3_t{
    width: 940px;
    height: 80px;
    background-color: #F0A615;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.sc_3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 90px;
    margin-bottom: 130px;
}
.sc_3 span{
    width: 62px;
    height: 3px;
    background-color: #418C07;
}
.sc_3 div{
    font-size: 32px;
    font-weight: 600;
}
.s4{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
.s4_img1{
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}
.s4_t{
    font-size: 45px;
    font-weight: 700;
    color: rgba(49, 133, 18, .7);
    margin-bottom: 40px;
}
.s4_t_md{
    font-size: 30px;
    color: rgba(240, 166, 21, 1);
    font-weight: 600;
}
.s4_p{
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    width: 845px;
}
.s4_img{
    width: 1046px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 78px;
}
.links{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
}
.links_1{
    width: 350px;
    height: 60px;
    background-color: #4CB228;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}
.links_1:hover{
    opacity: .8;
}
.links_2{
    width: 350px;
    height: 60px;
    background-color: #4CB228;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
    transition: .3s;
}
.links_2:hover{
    opacity: .8;
}

.to_top{
    right: 15px;
    bottom: -150px;
    position: fixed;
    width: 100px;
    height: 150px;
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #4CB228;
    gap: 10px;
    cursor: pointer;
    transition: .2s;
    border-radius: 18px;
    z-index: 100;
  }
  .to_top:hover{
    opacity: .8;
  }
  .to_top p{
    color: #FFF;
    line-height: 20px;
  }
  .to_top img{
    width: 50px;
  }
@media only screen and (max-width:500px) {
    .s_p1{
        font-size: 28px;
    }
    .s_p2 {
        font-size: 24px;
        font-weight: 700;
        margin-top: 10px;
    }
    .s_p3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin-top: 20px;
    }
    .sc {
        gap: 50px;
        position: relative;
        flex-wrap: wrap;
    }
    .sc_col {
        width: 100%;
        text-align: center;
    }
    .s3_img_text {
        width: 100%;
        text-align: center;
    }
    .sc_col img {
        width: 100%;
    }
    .sc_col p {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 600;
        text-align: center;
    }
    .s4_p {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        margin: 0 auto;
        margin-top: 30px;
        width: 100%;
    }
    .s4_img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-top: 78px;
    }
    .links_2 {
        width: 300px;
        height: 50px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        color: #FFF;
        transition: .3s;
    }
    .s2{
        padding: 0 10px;
    }
    .s3{
        padding: 0 10px;
    }
    .s4{
        padding: 0 10px;
    }
    .s5{
        padding: 0 10px;
    }
    .to_top {
        right: 10px;
        bottom: -150px;
        position: fixed;
        width: 70px;
        height: 90px;
        font-size: 12px;
        color: #FFF;
        font-weight: 600;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 5px;
        cursor: pointer;
        transition: .2s;
        border-radius: 18px;
        z-index: 100;
    }
    .to_top img {
        width: 25px;
    }
    .to_top p {
        color: #FFF;
        line-height: 18px;
    }
}