html {
    overflow-x: hidden;
    color: rgb(63, 41, 41);
    background-color: rgb(249, 233, 194);
    font-family: "Noto Sans JP", sans-serif !important;
}
.s1 {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
}
.s1 img{ 
    width: 100%;
    margin-top: 30px;
}
.s2 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0px auto;
}
.s2_ct {
    width: 750px;
    position: relative;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}
.s2_ct p{
    position: relative;
    z-index: 100;
}
.top-80{
    position: relative;
    top: 80px;
}
.s2_img{
    width: 750px;
    display: block;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.s2_img_1 {
    width: 250px;
    height: auto;
}
.s3 {
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 30px;
    padding-bottom: 150px;
    margin: 150px auto 0px;
}
a {
    color: rgb(63, 41, 41);
    text-decoration: none;
}
.s3_1 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(137, 195, 116);
    border-image: initial;
}
.s3_col {
    width: 600px;
    height: 200px;
    background-color: rgb(255, 249, 235);
    display: flex;
    align-items: center;
    padding-left: 60px;
    border-radius: 24px;
    transition: all 0.3s ease 0s;
}
.s3_1 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(137, 195, 116);
    border-image: initial;
}
.s3_2 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 219, 90);
    border-image: initial;
}
.s3_3 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(49, 173, 201);
    border-image: initial;
}
.s3_4 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(244, 116, 75);
    border-image: initial;
}
.s3_5 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(250, 158, 152);
    border-image: initial;
}
.s3_6 {
    border-width: 4px;
    border-style: solid;
    border-color: rgb(187, 158, 225);
    border-image: initial;
}
.s3_7 {
    width: 1250px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 249, 235);
    border-radius: 24px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(244, 132, 69);
    border-image: initial;
    transition: all 0.3s ease 0s;
}
.s3_7 img{
    width: 1052px;
}
.s3_col img {
    height: 170px;
    object-fit: contain;
    margin-right: 20px;
}
.p1 {
    font-size: 35px;
    font-weight: bold;
}
.p2 {
    font-size: 28px;
    font-weight: bold;
}
.s3_col:hover, .s3_7:hover {
    transform: scale(1.05);
}
@media only screen and (max-width:500px) {
    body{
        width: 100%;
        overflow: hidden;
    }
    .top-80 {
        width: 25%;
        position: absolute;
        top: unset;
        bottom: -100px;
        left: 0;
        z-index: 10;
    }
    .s2_img_1 {
        width: 30% !important;
        height: auto;
        bottom: -110px !important;
        right: 0 !important;
        left: unset !important;
    }
    .s1 img {
        width: 110%;
        margin-top: 30px;
        position: relative;
        left: -10%;
    }
    .s2 {
        max-width: 1100px;
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        padding-top: 30px;
    }
    .s2_ct {
        width: 100%;
        position: relative;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        font-weight: 600;
        padding: 0 16px;
    }
    .s2_img {
        width: 200%;
        display: block;
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .p1 {
        font-size: 25px;
        font-weight: bold;
    }
    .p2 {
        font-size: 18px;
        font-weight: bold;
    }
    .s3{
        padding: 0 16px;
        padding-bottom: 100px;
        margin-top: 150px;
    }
    .s3 a{
        width: 100%;
    }
    .s3_col {
        width: 100%;
        height: auto;
        background-color: rgb(255, 249, 235);
        display: flex;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 24px;
        transition: all 0.3s ease 0s;
    }
    .s3_col img {
        height: 100px;
        object-fit: contain;
        margin-right: 20px;
    }
    .s3_7 {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .s3_7 img {
        width: 100%;
    }
}