
body {
    width: 100%;
    margin: 0 ;
    padding: 0;
    overflow-x: hidden; 
    max-width: 1920px;
    height: 6500px;
    background-image: url(./images/maximage.png);
    background-size: cover;                  
    background-position: center;              
    background-repeat: no-repeat; 
}

header{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header img{
    width: 135px;
    margin-right: 450px;
}

.menu a{
    margin-right: 10px;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 16px;
    color: #000;
    border: 1px solid #000;
    text-decoration: none; 
}
.menu a:hover {
    background: #000;
    color: #fff;
}

#hero{
    height: 1600px;
}


#Message p {
    font-family: 'BIZ UDMincho', serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    color: #3d3c3c;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    top: -300px;
    left: 20px;
}

#services{
    height: 1300px;
}

.container {
    display: flex;
    justify-content: center;
    position: relative;
    top:300px;
    left: 20px;
}
.reh {
    margin-left: 70px;
}

.box {
    text-align: center;
    width: 430px;
}
.box-sec {
    text-align: center;
    width: 430px;
    padding-top: 230px;
}

.container h2 {
   font-size: 25px;
   font-weight: 700; 
}

.container p{
    font-size: 18px;
}

#solution{
    height: 1200px;
}

#Contact {
    height: 800px;
    text-align: center;
    
}

#Contact p {
    font-family: 'BIZ UDMincho', serif;
    font-size: 24px;
    line-height: 1.6;
    margin-top: -100px;
}

#Contact a {
    font-size: 28px;
    color: #000;
    text-decoration: none; 
    align-items: center;
    position: relative;
    top: 185px;
}

#company {
    height: 300px;
    font-size: 20px;
    margin-top: 150px;
    margin-left: 400px
}

#company th,
#company td {
  border-bottom: 1px solid #000;  
  padding: 10px 25px;     
  text-align: left;     
  line-height: 1.8;   
  
}

#company th { 
  text-align: center;       
  background-color: #fffbfb;   
}

footer {
    text-align: center;
    margin-top: 550px;
}

footer a{
    font-size: 23px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

footer p{
    color: #3d3c3c;
    user-select: none;
}

 /* res */
 @media only screen and (max-width: 400px) {

    body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    max-width: 400px;
    height: 2750px;
    background-image: url(./images/res.png);
    background-size: cover;                  
    background-position: center;              
    background-repeat: no-repeat; 
}

header{
    height: 150px; 
    display: flex;
    align-items: center;
     justify-content: center;
}

 header img{ 
    width: 100px; 
    margin-left: 20px;
   

}

.menu {
    margin-left: -290px;
    
}

.menu a{
    margin-right: 0px;
    margin-top: 3px;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 16px;
    color: #000;
    border: 1px solid #c29595;
    text-decoration: none; 
}
.menu a:hover {
    background: #000;
    color: #afadad;
}

#hero{
    height: 700px;
}


#Message p {
    font-family: 'BIZ UDMincho', serif;
    width: 330px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #3d3c3c;
    display: flex;
    justify-content: center;
    text-align: center;
}

 #services{
    height: 800px;
} 

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -530px;
    margin-left: -37px;
    gap: 10px;
      
} 
.reh {
    height: 50%;
    margin-top: -230px;
    margin-left: -12px;
}

.lef {
    height: 50%;
}

.box {
    text-align: center;
    width: 220px;
}
.box-sec {
    text-align: center;
    width: 220px;
}

.container h2 {
   font-size: 18px;
   font-weight: 700; 
}

.container p{
    font-size: 12px;
}

#solution{
    height: 800px;
} 

#Contact {
 height: 200px; 
    text-align: center;
    
}

#Contact p {
    font-family: 'BIZ UDMincho', serif;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 120px;
    
}

#Contact a {
    font-size: 14px;
    color: #000;
    text-decoration: none; 
    align-items: center;
    position: relative;
    top: 60px;
}

#company {
    height: 200px;
    font-size: 11px;
    margin-top: 280px;
    margin-left: 10px
}

#company th,
#company td {
  border-bottom: 1px solid #998a8a;  
  padding: 2px 5px;     
  text-align: left;     
  line-height: 1.8;   
  
}

#company th { 
  text-align: center;       
  background-color: #fffbfb;   
}

footer {
    text-align: center;
    margin-top: 20px;
}

footer a{
    font-size: 10px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

footer p{
    color: #fffefe;
    user-select: none;
}



 }