@charset "UTF-8";

body{
    display: flex;
    flex-direction: column;
}

.header-title a{
    display: inline-block;
    color: rgb(59, 59, 59);
    margin-left: 250px;
    margin-top: 100px;
    font-size: 30px;
    text-decoration: none;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.header-menu{
    display: flex;
    margin-top: 30px;
    margin-right: 250px;
    justify-content: flex-end;
}

.header-menu a{
    color: rgb(59, 59, 59);
    text-decoration: none;
    font-size: 15px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.menu-margin{
    margin-right: 70px;
}

.top-img{
    margin-top: 50px;
}

.top-img img{
    width: 100%;
}

.open{
    display: none;
}

.menu-bar{
    display: none;
}

#service{
    margin-top: 50px;
}

.service-title{
    text-align: center;
}

.service-title p{
    color: rgb(59, 59, 59);
    font-size: 30px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.service-container{
    display: flex;
    justify-content: space-between;
    margin-left: 250px;
    margin-right: 250px;
    margin-top: 50px;
}

.service-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.service-header{
    font-size: 15px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.service-img{
    margin-top: 20px;
}

.pc{
    width: 30%;
}

.pen{
    width: 22%;
}

.file{
    width: 18%;
}

.service-text{
    font-size: 12px;
    margin-top: 20px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

#web{
    margin-top: 100px;
}

.web-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web-title1{
    font-size: 30px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.web-title2{
    font-size: 30px;
    margin-top: 10px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.web-container{
    margin: 50px 250px 0 250px;
    display: flex;
    flex-direction: column;
}

.web-container img{
    width: 250px;
}

.web-container1,.web-container2,.web-container3{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.blank{
    width: 250px;
    height: 250px;
}

#design{
    margin-top: 50px;
}

.design-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.design-title1{
    font-size: 30px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.design-title2{
    font-size: 30px;
    margin-top: 10px;
    color: rgb(59, 59, 59);

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.design-container{
    margin: 50px 250px 0 250px;
    display: flex;
    flex-direction: column;
}

.design-container img{
    width: 250px;
}

.design-container1,.design-container2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.btn{
    width: 140px;
    margin: 0 auto;
    text-align: center;
}

.btn a{
    display: inline-block;
    border: 1px solid rgb(59, 59, 59);
    border-radius: 5px;
    font-size: 12px;
    padding: 15px 50px;
    color: rgb(59, 59, 59);
    text-decoration: none;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.btn a:hover{
    background-color: rgb(59, 59, 59);
    color: white;
}

footer{
    margin-top: 100px;
}

.top-btn{
    display: flex;
    justify-content: center;
}

.top-btn img{
    width: 3%;
    cursor: pointer;
}

.footer-menu{
    display: flex;
    margin-left: 250px;
    margin-top: 50px;
}

.footer-menu a{
    margin-right: 50px;
    text-decoration: none;
    color: rgb(59, 59, 59);
    font-size: 12px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.copyright{
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    margin-bottom: 30px;
    margin-right: 250px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
