*{
    padding: 0;
    margin: 0;
}

html, body {
    overflow-x: hidden;
}


header{ 
    top: 0;
    background-color:#ffffff;
    width: 100%
    
}

.toprogo{
    width: 240px;
    height: auto;
    margin: 10px;
    padding-left: 20px;
}
@media screen and (max-width:1024px){
    .toprogo{
        width: 230px;
        height: auto;
        margin: 10px;
        padding-left: 20px;
   
    }
}

@media screen and (max-width:768px){
    .toprogo{
        width: 200px;
        height: auto;
        margin: 8px;
        padding-left: 15px;
   
    }

}
@media screen and (max-width:480px){
    .toprogo{
        width: 150px;
        height: auto;
        margin: 8px;
        padding-left: 5px;
   
    }

}

body{
    background-color: #ffffff;
    align-items: center;
    height: auto; 
    width: auto; 
    margin: auto; 

}

main{
    height: auto;
    width: auto;
    flex-shrink: 0;
}

  
.pinkcontentsdesign {
    position: relative;
    width: 100% 
}
.pinkcontentsdesign {
    position: relative;
    display: inline-block;
}

.pinkcontents{
    max-width: 100%; 
    height: auto; 
    display: block;
    width: 100%;
}

.会社概要 {
    position: absolute;
    color: white;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 29px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);  
    padding: 15px;
}

@media screen and (max-width:1024px){
    .会社概要 {
        font-size: 29px;

    }

}
@media screen and (max-width:768px){
    .会社概要 {
        font-size: 20px;

    }

}
@media screen and (max-width:480px){
    .会社概要 {
        font-size: 16px;

    }

}


.内容{
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
    font-size: 20px;
    font-family: "Zen Kaku Gothic Antique";
    font-style: normal;
    font-weight: 500;
    padding: 20px;
    margin-top: 0px;


}

@media screen and (max-width:1024px){
    .内容{  
        font-weight: 500;
        font-size: 17px;
        padding: 20px;
        margin-top: 0px;

    }

}
@media screen and (max-width:768px){
    .内容{
        font-weight: 550;
        font-size: 15px;
        padding: 20px;
        margin-top: 0px;


    }

}
@media screen and (max-width:480px){
    .内容{
        font-weight: 550;
        font-size: 12px;
        padding: 0px;
        margin-top: -130px;

    }

}



.会社名{
    width: 150px;
    background: #EBA5B4;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    margin-right: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px){
    .会社名{
        width: 150px;
        margin-right: 80px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:768px){
    .会社名{
        width: 100px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:480px){
    .会社名{
        width: 80px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

}


.代表{
    width: 150px;
    background: #EBA5B4;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    margin-right: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px){
    .代表{
        width: 150px;
        margin-right: 80px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:768px){
    .代表{
        width: 100px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:480px){
    .代表{
        width: 80px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

}

.設立{
    width: 150px;
    background: #EBA5B4;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    margin-right: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px){
    .設立{
        width: 150px;
        margin-right: 80px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:768px){
    .設立{
        width: 100px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:480px){
    .設立{
        width: 80px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

}

.所在地{
    width: 150px;
    background: #EBA5B4;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    margin-right: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px){
    .所在地{
        width: 150px;
        margin-right: 80px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:768px){
    .所在地{
        width: 100px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:480px){
    .所在地{
        width: 80px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

}

.事業内容1{
    vertical-align: top;
    padding-top: 5px;
    
}


.事業内容2{
    width: 150px;
    background: #EBA5B4;
    text-align: center;
    color: #ffffff;
    padding: 5px;
    margin-right: 100px;
    margin-bottom: 50px;
}

@media screen and (max-width:1024px){
    .事業内容2{
        width: 150px;
        margin-right: 80px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:768px){
    .事業内容2{
        width: 100px;
        margin-right: 50px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width:480px){
    .事業内容2{
        width: 80px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

}

.内容文章{
    height: 60px; 
    padding: 5px;
    font-size: 20px;

}
@media screen and (max-width:1024px){
    .内容文章{
        height: 60px; 
        padding: 5px;
        font-size: 20px;
    
    }

}
@media screen and (max-width:768px){
    .内容文章{
        height: 60px; 
        padding: 5px;
        font-size: 15px;
    
    }

}
@media screen and (max-width:480px){
    .内容文章{
        height: 60px; 
        padding: 5px;
        font-size: 10px;
    
    }

}



.btn{
    width: 150px;
    background: #E691A1;
    align-items: center;   
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-family: "Zen Kaku Gothic Antique";
    font-style: normal;
    font-weight: 520;
    padding: 10px 30px; 
    margin-top: 60px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    line-height: 4;
    margin-bottom: 60PX;


}
@media screen and (max-width:1024px){
    .btn{
        width: 150px;
        font-size: 20px;
        padding: 10px 30px; 
        margin-top: 60px;
        margin-bottom: 60PX;
    }

}
@media screen and (max-width:768px){
    .btn{
        width: 150px;
        font-size: 17px;
        padding: 10px 30px; 
        margin-top: 60px;
    }

}
@media screen and (max-width:480px){
    .btn{
        width: 100px;
        font-size: 13px;
        padding: 10px 30px; 
        margin-top: 60px;
    }

}


.btn:hover {
    background-color: #cf554a;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}


footer{
    background: #EBA5B4;
    height: auto;
    margin-top: 300px;

}
@media screen and (max-width:1024px){
    footer{
        margin-top: 300px;
    
    }

}
@media screen and (max-width:768px){
    footer{
        margin-top: 200px;
    
    }

}
@media screen and (max-width:480px){
    footer{
        margin-top: -50px;
        }

}


.footer-content{
    display: flex;
    gap: 50px; 
    color: #ffffff;
    padding: 70px;
    display: flex;              
    justify-content: center;    
    align-items: center;     
}

@media screen and (max-width:768px){
    .footer-content {
        flex-direction: column; 
        align-items: center; 
        gap: 20px; 
      }

}
@media (max-width: 480px) {
    .footer-content {
      flex-direction: column; 
      align-items: center; 
      gap: 20px; 
      padding: 40px;

    }
  }


.toprogowhite{
    width: 350px;
    height: auto;
    margin: 10px;
    padding-left: 50px;
}

@media screen and (max-width:1024px){
    .toprogowhite{
        width: 300px;
        height: auto;
        margin: 10px;
        padding-left: 20px;
   
    }
}

@media screen and (max-width:768px){
    .toprogowhite{
        width: 280px;
        height: auto;
        margin: 8px;
        padding-left: 15px;
   
    }

}
@media screen and (max-width:480px){
    .toprogowhite{
        width: 200px;
        height: auto;
        margin: 8px;
        padding-left: 5px;
   
    }

}

.お問合せ先{
    font-family: "Zen Kaku Gothic Antique";
    font-style: normal;
    font-size: 25px;
    font-weight: 550;
    padding-bottom: 10px;
}

@media screen and (max-width:1024px){
    .お問合せ先{
        font-size: 25px;
        font-weight: 550;
        padding-bottom: 10px;
    }

}

@media screen and (max-width:768px){
    .お問合せ先{
        font-size: 20px;
        font-weight: 550;
        padding-bottom: 10px;
    }

}
@media screen and (max-width:480px){
    .お問合せ先{
        font-size: 17px;
        font-weight: 550;
        padding-bottom: 10px;
    }

}

.お問合せ内容{
    font-family: "Zen Kaku Gothic Antique";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;

}
@media screen and (max-width:768px){
    .お問合せ内容{
        font-size: 15px;
        font-weight: 550;
    }

}
@media screen and (max-width:480px){
    .お問合せ内容{
        font-size: 12px;
        font-weight: 550;
    }

}

.copywrite{
    font-size: 13px;
    width: 100%;
    background: #EBA5B4;
    color: #ffffff;
    float: right;
    text-align: right;
}

@media screen and (max-width:1024px){
    .copywrite{
        font-size: 13px;
    }

}

@media screen and (max-width:768px){
    .copywrite{
        font-size: 12px;
    }

}
@media screen and (max-width:480px){
    .copywrite{
        font-size: 10px;
    }

}