body {
    font-family: "Noto Sans JP", sans-serif;
    color: #323538;
  }

header {
    position: absolute;
    z-index: 2;
    width: 100%;
    color: #ffffff;
}

header .container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}

header .logo {
    font-size: 24px;
    font-weight: 500;
}

header ul {
    display: flex;
}

header li {
    margin-left: 48px;
    font-weight: 500;
}

header ul li a {
    transition: .3s;
}

header ul li a:hover {
    color: #5b7b57;
}

@media screen and (max-width: 767px) {
    header nav {display: none;}
}

footer {
    background-color: #f9f9f9;
    text-align: center;
    font-size: 10px;
    padding: 16px 0;
}

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

.section {
    padding: 60px 0;
}

.en {
    font-size: 40px;
    font-weight: 500;
    color: #5b7b57;
    margin-bottom: 30px;
}

.text {
    font-size: 14px;
    line-height: 2;
}

.button {
    display: inline-block;
    border: solid 1px #bfd0c1;
    background-color: #ffffff;
    padding: 16px 40px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
}

.button:hover {
    border-color: #8fab98;
}

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

@media screen and (max-width: 767px) {
    .section {
        padding: auto 0;
    }
    .en {
        font-size: 30px;
    }
    .row {
        flex-wrap: wrap;
    }
    .col {
        width: 100% !important;
    }
    
}

#main-visual {
    position: relative;
    height: 90vh;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    background-image:url(../image/topimage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto;
    z-index: -1;
}

#main-visual .box {
    position: absolute;
    top:50%;
    left:10%;
    transform: translateY(-100%);
    color: #ffffff;
}

#main-visual .heading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

#main-visual h1{
    font-size: 48px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    #main-visual {
        position: relative;
        height: 30vh;
    }
    #main-visual .box {
        top:80%;
        left:6%;
    }
    #main-visual .heading {
        font-size: 14px;
    }
    #main-visual h1{
        display: none;
    }
}

#top-about {
    position: relative;
    overflow: hidden;
}

#top-about h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}

#top-about .text {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #top-about::before {
        font-size: 80px;
    }
    #top-about h2 {
        font-size: 18px;
    }
}

#top-service {
    background-color: #bfd0c1;
    border-radius: 20px;
    color: #ffffff;
}

#top-service h2 {
    color: #ffffff;
}

#top-service .text {
    margin-bottom: 60px;
}

#top-service .row {
    margin-bottom: 30px;
}

#top-service .col {
    width: 32%;
    background-color: #8fab98;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
}

#top-service img {
    height: 80px;
    margin-bottom: 20px;
}

#top-service h3 {
    font-weight: 500;
    margin-bottom: 16px;
}

#top-service .text2 {
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
}

#top-service .button_box {
    text-align: center;
    color: #323538;
}

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

#top-works {
    background-color: #f9f9f9;
}

#top-works h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
} 

#top-works .text {
    font-size: 13px;
    margin-bottom: 40px;
}

#top-works .row {
    align-items: center;
}

#top-works .col {
    width: 48%;
}

#top-works img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    #top-works h2 {
        font-size: 20px;
    }
    #top-works .row {
        gap:30px;
    }
}

#top-contact h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
} 

#top-contact .text {
    font-size: 13px;
    margin-bottom: 40px;
}

#top-contact .row {
    align-items: center;
}

#top-contact .col {
    width: 48%;
}

#top-contact img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) {
    #top-contact h2 {
        font-size: 20px;
    }
    #top-contact .row {
        gap:30px;
        flex-direction: column-reverse;
    }
}

.price {
    content:none;
}

.icon:before {
    content: "";
    padding-right: 10px;
    border-left: 7px solid #5b7b57;
}

.price th {
    width: 300px;
    background-color: #f0f0f0;
    padding: 12px 0 12px 12px;
    border: 1px solid #cccccc;
}

.price td {
    width: 500px;
    padding: 12px 0 12px 10px;
    border: 1px solid #cccccc;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.small {
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .price th {
        font-size: 12px;
        font-weight: 400;
        width: 25%;
        background-color: #f0f0f0;
        padding: 12px 0 12px 12px;
        border: 1px solid #cccccc;
        text-align: center;
    }
    
    .price td {
        width: 65%;
        padding: 12px 0 12px 10px;
        border: 1px solid #cccccc; 
        font-size: 12px;
    }
}

.company-image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.company-image img {
    width: 28%;
    border-radius: 20px;
    border: solid 1px #156ac9;
}

@media screen and (max-width: 767px) {
    .company-image {
        width: 100%;
    }
    
    .company-image img {
        width: 30%;
        border-radius: 20px;
        border: solid 1px #156ac9;
    }
}

.profile-image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.profile-image img {
    width: 48%;
    border-radius: 20px;
    border: solid 1px #5b7b57;
}

.en2 {
    font-size: 40px;
    font-weight: 500;
    color: #5b7b57;
    margin-bottom: 30px;
    text-align: center;
}

.text2 {
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.google {
    position: relative;
}

#flow img {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.contact-button {
    text-align: center;
}