@charset "utf-8";
/* CSS Document */
.about_sec {
  max-width: 922px;
  margin: 0 auto;
}
.about_sec h3 {
  position: relative;
  text-align: left;
  margin-left: 20px;
  color: #009944;
}

.company_profile {
  width: 100%;
}
.company_profile th, .company_profile td {
  border-bottom: 1px solid #009944;
  padding: 20px;
  text-align: left;
  font-weight: 500px;
  font-size: 2.4rem;
}
@media(max-width:960px) {
  .company_profile {
    padding: 0 16px;
  }
  .company_profile th, .company_profile td {
    display: block;
    width: auto;
  }
}
.access_sec {
  padding-top: 40px;
  margin-bottom: 120px;
}
.access_sec-container {
  display: flex;
}
.access_sec h2 {
  margin-bottom: 40px;
}
.access_sec address {
  font-style: normal;
}
.access_sec-map {
  flex: 6;
  height: 300px;
}
.access_sec-map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
.access_sec-picture {
  flex: 4;
  height: 300px;
  width: auto;
  border-radius: 20px;
  padding-left: 40px;
}
@media(max-width:960px) {
  .access_sec {
    padding: 0 16px;
  }
  .access_sec-picture {
    display: none;
  }
}
.company_director {
  max-width: 922px;
  margin: 0 auto;
}
.company_director h3 {
  text-align: left;
  margin-left: 16px;
}
.company_director {
  width: 100%;
}
.company_director th, .company_director td {
  border-bottom: 1px solid #009944;
  padding: 20px;
  text-align: left;
  font-weight: 500px;
  font-size: 2.4rem;
}
@media(max-width:960px) {
  .company_director {
    padding: 0 16px;
  }
  .company_director th, .company_director td {
    display: block;
    width: auto;
  }
}
.business {
  max-width: 992px;
  text-align: left;
  font-size: 2.4rem;
  padding: 60px 0 100px 0;
}
.business p {
  margin-left: 20px;
}
@media(max-width:960px) {
  .business {
    font-size: 2.0rem;
    padding: 0 16px 80px 0;
  }
}
.greeting_sec {
  background-image: url("../img/top/bg_leaf_left.png"), url("../img/top/bg_leaf_reft.png");
  background-position: top, bottom;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.greeting_sec-container {
  max-width: 1028px;
  display: flex;
}
.greeting_sec_discripiton {
  max-width: 710px;
  margin-bottom: 80px;
  text-align: left;
  line-height: 3.2rem;
}
.greeting_sec p {
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 60px;
}
.greeting_sec span {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 60px;
}
.greeting_sec_img {
  height: 289px;
  width: auto;
  padding: 0 32px;
}
.greeting_sec li {
  list-style: none;
}
@media(max-width:960px) {
  .greeting_sec {
    padding: 0 16px;
  }
  .greeting_sec-container, .greeting_sec_img {
    display: block;
    margin: 0 auto;
  }
  .greeting_sec ul {
    display: flex;
  }
  .greeting_sec li {
    max-width: 360px;
    height: auto;
  }
}
@media(max-width:680px) {
  .greeting_sec {
    background-size: 100%;
  }
  .greeting_sec ul {
    display: block;
    margin: 0 auto;
  }
}