@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');


#sub {
  background-image: url(../images/bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 30%;
}

@media screen and (max-width:768px) {
  #sub {
    background-position: center left 25%
  }
}

/*=========================================
about
=========================================*/

#about dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

#about dl dt {
  text-align: center;
  width: 30%;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#about dl dd {
  width: 70%;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  #about dl dd {
    font-size: 12px;
}
}
@media screen and (max-width:360px) {
  #about dl dt {
    font-size: 11.5px;
  }
  #about dl dd {
    font-size: 11px;
} 
}
/*=========================================
greeting挨拶
=========================================*/
#greeting {
  background-color: rgba(145, 211, 186, 0.2);
}


#greeting {
  width: 100%;
}
#greeting h2.greeting_01 {
  letter-spacing: .2em;
    margin-top: 0;
    padding-top: 60px;
}
#greeting .greeting_img {
  width: 25%;
}

#greeting .greeting_img img {
  border-radius: 10px;
}
#greeting .greeting_txt {
  width: 50%;
  margin: 0 auto;
}

#greeting .greeting_txt a {
  text-decoration: underline .8px;
  color: #223a6e;

}

#greeting .greeting_catch {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  #greeting .greeting_img {
    width: 40%;
    margin: 0 auto;
  }
#greeting .greeting_img img {
  border-radius: 50%;
}
  #greeting .greeting_txt {
    width: 100%;
  }

  #greeting .greeting_catch {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  #greeting .greeting_txt p {
    font-size: 14px;
  }
 #greeting .greeting_txt p.greeting_catch_txt {
  text-align: left;
 } 
  #greeting .greeting_txt .ar {
    margin-top: 30px;
  }
}


/*=========================================
client
=========================================*/
#client .wrap ul {
      justify-content: flex-start;
}
#client .wrap ul li {
  width: 25%;
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
}

@media screen and (max-width:1024px) {
  section#client {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media screen and (max-width:768px) {
 #client .wrap ul li {
  width: 50%;
 } 
}