@charset "utf-8";
/* CSS Document */

/* {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
} */

h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight:900;
    font-size: 36px;
    line-height: 170%;
    color: #f3a8bd ;

}

h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight:900;
    font-size: 36px;
    line-height: 170%;
    color: #f3a8bd;
 
  
}

h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight:600;
    font-size: 32px;
    line-height: 170%;
    color: #000

}

h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    font-size: 27px;
    line-height: 170%;
    color: #000
}

p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight:500;
    font-size: 16px;
    line-height: 170%;
}

img {
    max-width: 100%;
}

.main {
    max-width: 1000px;
    margin: 0 auto;
    /* border: 1px solid red; */
    padding: 0 20px;
}

.first-view {
  text-align: center;
  margin-bottom: 80px;
}

.introduce {
    /* border: 1px solid red; */
    margin-bottom: 80px;
    text-align: center;
}

.messagetext {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    /* border: 1px solid red; */
}

@media screen and (max-width:767px) {
   .messagetext {
    text-align: left;
    /* border: 1px solid red; */
   }
}

.profile {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

.abouttext {
    margin-bottom: 80px;
}

.skill {
    margin-bottom: 80px;
}

.skilltext {
    max-width: 600px;
}

@media screen and (max-width:767px) {
    .skilltext {
     text-align: left;
    }
}

.card {
    justify-content: center;
    display: flex;
    margin-bottom: 150px;
}

.web1 {
    display: flex;
    align-items: center;
}

.web_text_detial {
    margin-bottom: 30px;
}   

.web1_text {
    width: 50%;
    /* border: 1px solid red; */
}

.web1_detail {
    width: 50%;
    text-align: center;
    /* border: 1px solid red; */
}

.work {
    margin-bottom: 30px;
}

.url{
    font-weight: 600;
    font-style: normal;
    font-size:20px;
}

.url a {color: blue;}

.thework {
    margin-bottom: 80px;
}

@media screen and (max-width:767px) {
    .web1 {
      flex-direction: column;
    }

    .web1_text {
        width: 100%;
        /* border: 1px solid red; */
    }
    
    .web1_detail {
        width: 100%;
        margin-bottom: 50px;
        /* border: 1px solid red; */
    }
}

.web_box {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.gimg {
    width: 50%;
    display: flex;
    justify-content: center;
}

.web1_detial3 {
    width: 50%;
}

@media screen and (max-width:767px) {
    .gimg {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .web1_detial3 {
        width: 100%;
    }

    .web_box {
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.b1_b2 {
    display: flex;
    align-items: center;
    justify-content:space-around;
    margin-bottom: 80px;
}
.b3,.b4 {
  text-align: center;
  margin-bottom: 80px;
}

.banner {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.a1 {
    width: 32%;
}

@media screen and (max-width:767px) {
    .a1 {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
}



















