body {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #f9ffef;
    font-size: 15px;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.row {
    display: flex;
    justify-content: space-between;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
}

.en {
    font-size: 30px;
    font-weight: 700;
    font-family: "poppins", sans-serif;
    color: #8fd025;
    margin-bottom: 18px;
}

.sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
#about, #service, #company, #contact {
    padding: 40px 0 !important;
}
    .row {
        flex-wrap: wrap;
        gap: 24px;
    }

    .col {
        width: 100% !important;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .en {
        font-size: 20px;
        margin-bottom: 16px;
    }

}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    z-index: 3;
}

#hero {
    background-color: #e0ffad;
    text-align: center;
    height: 690px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 130%;
}

#hero .container {
    position: relative;
    margin-top: 130px;
}

#hero .heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

#hero h1 {
    font-size: 96px;
    font-weight: 700;
    font-family: "poppins", sans-serif;
}

#hero .text {
    max-width: 540px;
    margin: 0 auto 35px;
    line-height: 1.7;
}

#hero a {
    font-size: 18px;
    font-weight: 700;
    color: #ffff;
    background-color: #8fd025;
    display: inline-block;
    width: 260px;
    line-height: 53px;
    border-radius: 100px;
}

@media screen and (max-width: 767px) {
    #hero {
        height: 500px;
    }

    #hero img {
        width: 90%;
    }

    #hero .container {
        margin-top: 60px;
    }

    #hero .heading {
        font-size: 18px;
    }

    #hero h1 {
        font-size: 48px;
        margin-bottom: 10px;
    }

    #hero .text {
        font-size: 14px;
        text-align: left;
        margin: 0 auto 20px;
    }
}


#about {
    padding: 70px 0;
}

#about .row {
    align-items: center;
}

#about .col:first-child {
    width: 53%;
}

#about .col:last-child {
    width: 45%;
    text-align: center;
}

#about .text {
    line-height: 2;
}

#about img {
    width: 284px;
    height: 456px;
    object-fit: cover;
    border-radius: 200px;
}

@media screen and (max-width: 767px) {
    #about img {
        width: 230px;
        height: 300px;
    }
}


#service {
    padding: 70px 0;
    background-color: #f9ffef;
    text-align: center;
}

#service .row {
    background-color: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

#service .col {
    padding: 37px 23px 40px;
}

#service .col:not(:last-child) {
    border-right: solid 1px #e2e2e2;
}

#service h3 {
    font-size: 20px;
    font-weight: 700;
    color: #8fd025;
    margin-bottom: 15px;
}

#service img {
    height: 160px;
    object-fit: cover;
    border-radius: 200px;
    margin-bottom: 15px;
}

#service .text {
    text-align: left;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    #service .row {
        gap: 0;
    }

    #service .col {
        padding: 24px 20px 30px;
    }

    #service .col:not(:last-child) {
        border-right: none;
        border-bottom: solid 1px #e2e2e2;
    }
}


#company {
    padding: 70px 0;
}

#company .row {
    align-items: center;
}

#company .col:first-child {
    width: 45%;
    text-align: center;
}

#company .col:last-child {
    width: 53%;
}

#company .text {
    line-height: 2;
}

#company img {
    width: 400px;
    max-width: 90%;
    height: 400px;
    object-fit: cover;
    border-radius: 200px;
}

#contact {
    padding: 70px 0;
    background-color: #e0ffad;
    text-align: center;
}

#contact img {
    border-radius: 30px;
    height: 313px;
    object-fit: cover;
    margin-bottom: 28px;
}

#contact .text {
    max-width: 500px;
    margin: 0 auto 36px;
    text-align: left;
    line-height: 2;
}

#contact a {
    font-size: 18px;
    font-weight: 700;
    color: #ffff;
    background-color: #8fd025;
    display: inline-block;
    width: 260px;
    line-height: 53px;
    border-radius: 100px;
}

@media screen and (max-width: 767px) {
    #contact img {
        height: 200px;
        margin-bottom: 20px;

    }

    #contact .text {
        margin: 0 auto 24px;
        line-height: 1.8;
    }
}

footer {
    font-size: 12px;
    text-align: center;
    padding: 30px 0;
}
@media screen and (max-width: 767px) {
    footer {
padding: 20px 0;
    }
     
}