*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    color: #3F2929;
    background-color: #FFF4CB;
    padding-top: 80px;
    padding-bottom: 150px;
    font-family: 'Noto Sans JP', sans-serif !important;
}
a{
    text-decoration: none;
    color: #3F2929;
}
.s1{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.s1 img{
    width: 100%;
}
.s1_t{
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}
.s2{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    margin-top: 75px;
    position: relative;
}
.s2_img{
    width: 200px;
    height: auto;
    position: absolute;
    right: -50px;
}
.s_p1{
    font-size: 45px;
    font-weight: bold;
    color: rgba(240, 166, 21, .9);
}
.s_p2{
    font-size: 32px;
    font-weight: 700;
}
.s_p3{
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 20px;
}
.sc{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 46px;
    position: relative;
}
.pb-130{
    padding-bottom: 130px;
}
.sc_2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 90px;
    margin-bottom: 130px;
}
.sc_2 span{
    width: 90px;
    height: 3px;
    background-color: #418C07;
}
.sc_2 div{
    font-size: 32px;
    font-weight: 600;
}
.sc_left{
    width: 565px;
}
.sc_left img{
    width: 540px;
}
.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: 1160px;
    width: 100%;
    margin: 0 auto;
    margin-top: 180px;
    position: relative;
    background-color: #FFF9EB;
    border: 5px solid #F0A615;
    border-radius: 24px;
    padding-top: 18px;
    padding-bottom: 48px;
}
.s3_img{
    width: 246px !important;
    height: auto;
}
.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%);
}
.s3_flex{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 45px;
}
.s3_left{
    width: 355px;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
}
.s3_right{
    width: 674px;
}
.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: 1160px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
.s4_img1{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.s4_t{
    font-size: 45px;
    font-weight: 700;
    color: rgba(240, 166, 21, .9);
    margin-bottom: 40px;
}
.s4_t_md{
    font-size: 30px;
    color: rgba(240, 166, 21, 1);
    font-weight: 600;
}
.mt-60{
    margin-top: 50px;
}
.s4_text{
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 40px;
}
.s4_card{
    width: 633px;
    padding: 20px 38px 28px 38px;
    background-color: #FFF9EB;
    border-radius: 24px;
    border: 5px solid #F0A615;
    text-align: center;
    margin: 0 auto;
    margin-top: 120px;
}
.s4_card_p1{
    font-size: 30px;
    font-weight: 600;
    color: #F0A615;
}
.s4_card_p2{
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}
.s4_card a{
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}
.s4_img{
    width: 1046px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 130px;
}
.links{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 100px;
}
.links_1{
    width: 350px;
    height: 60px;
    background-color: #FFCC2C;
    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: #FFCC2C;
    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: #FFCC2C;
    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;
  }
  .sc_sp{
    display: none;
  }

@media only screen and (max-width:500px) {
    .sc_left{
        display: none;
    }
    .sc_right{
        display: none;
    }
    .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_sp{
        width: 100%;
        display: block;
    }
    .sc_sp img{
        width: 100%;
        display: block;
    }
    .sc_sp .arrow_left{
        display: block;
        margin-left: auto;
        margin-right: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sc_sp .arrow_right{
        display: block;
        margin-left: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sc_3 div {
        font-size: 24px;
        font-weight: 600;
    }
    .s3_t {
        width: 90%;
        height: auto;
        background-color: #F0A615;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 30px;
    }
    .s3_flex {
        flex-wrap: wrap;
        padding: 0 16px 30px 16px;
    }
    .s3_left {
        width: 1005;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
    .s3_right {
        width: 85%;
    }
    .s4_t {
        font-size: 28px;
        font-weight: 700;
        color: rgba(240, 166, 21, .9);
        margin-bottom: 40px;
    }
    .s4_t_md {
        font-size: 24px;
        color: rgba(240, 166, 21, 1);
        font-weight: 600;
    }
    .s4_card {
        width: 100%;
        padding: 20px;
        background-color: #FFF9EB;
        border-radius: 24px;
        border: 5px solid #F0A615;
        text-align: center;
        margin: 0 auto;
        margin-top: 120px;
    }
    .s4_card a {
        font-size: 15px;
        font-weight: 600;
        margin-top: 20px;
    }
    .s4_text {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        line-height: 25px;
    }
    .s4_img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        margin-top: 130px;
    }
    .s4_card_p1 {
        font-size: 24px;
        font-weight: 600;
        color: #F0A615;
    }
    .s4_card_p2 {
        font-size:18px;
        font-weight: 600;
        margin-top: 10px;
    }
    .s2{
        padding: 0 10px;
    }
    .s3{
        padding: 0 10px;
    }
    .s4{
        padding: 0 10px;
    }
    .s5{
        padding: 0 10px;
    }
    .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;
    }
    .to_top {
        right: 10px;
        bottom: -150px;
        position: fixed;
        width: 70px;
        height: 90px;
        font-size: 12px;
        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;
    }
}