@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F6F7F9;
  overflow: hidden;
}
.section-image{
  margin: 100px 0 40px;
}
.section-image__image {
  max-width: 1040px;
  position: relative;
  margin: 0 auto;
}
.section-image img {
  width: 100vw;
  height: 450px;
  object-position: top;
  object-fit: cover;
  padding-left: 100px;
}
.section-image h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  line-height: 50px;
  color: #493314;
  background-color: #FFF;
  padding: 1px 10px 6px;
  margin: 0 24px;
}
@media (min-width:960px) {
  .section-image {
    margin: 130px 0 100px;
  }
  .section-image img {
    height: 500px;
  }
  .section-image h2 {
    font-size: 5.0rem;
    line-height: 60px;
   }
}
.section-concept {
 margin-bottom: 100px;
}
.section-concept__image {
  margin: 0 24px;
}
.section-concept__image img {
  width: 100%;
  max-height: 382px;
  object-fit: cover;
  margin-bottom: 25px;
}
.section-concept__content {
  margin: 0 24px;
}
.section-concept__content h2 {
  font-family: 'Noto Serif JP', serif;
  line-height: 3.6rem;
  margin-bottom: 20px;
}
.section-concept__content p {
  line-height: 28px;
}
@media (min-width:960px) {
  .section-concept {
    display: flex;
    align-items: center;
  }
  .section-concept__image {
    margin: 0;
  }
  .section-concept__image img {
    width: 50vw;
    margin: 0;
  } 
  .section-concept__content {
    max-width: 520px;
    margin-left: 50px;
  }
  .section-concept__content h2 {
    font-size: 3.0rem;
    line-height: 4.0rem;
    margin-bottom: 30px;
  }
}
.section-employees {
  padding: 0 24px 15px;
}
.section-employees h2 {
  margin: 0 0 40px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.1em;
}
.section-employees h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #856519;
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.section-employees ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.section-employees ul li {
  list-style: none;
  display: inline-block;
  margin: 0 auto 25px;
}
.section-employees__ceo img, .section-employees__partner img {
  width: 100%; 
  max-width: 400px;
  object-fit: cover;
  margin-bottom: 16px;
}
.section-employees__ceo h3, .section-employees__partner h3 {
  text-align: left;
  font-weight: 300;
  margin-top: 17px;
}
.section-employees__ceo p, .section-employees__partner p {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
@media (min-width:960px) {
  .section-employees {
    max-width: 1040px;
    padding-bottom: 100px;
    margin: 0 auto;
  }
  .section-employees h2 {
    margin: 0 0 50px;
    font-size: 3.0rem;
  }
  .section-employees h2::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #856519;
    display: block;
    position: absolute;
    left: 0;
    bottom: -22px;
  }
  .section-employees__ceo p, .section-employees__partner p {
    font-size: 2.0rem;
    line-height: 3.0rem;
  }
}






