#kv {
  background-image: url("../img/office/kv.jpg");
}
#kv .kv-ttl {
  color: #947F28;
}
#kv .kv-ttl small {
  border-color: #947F28;
}
#sec1 {
  color: #fff;
  background: #947F28;
  padding: 25px 0 25px;
}
#sec1:after {
  background: #947F28;
}
#sec1 h2 {
  max-width: 310px;
  width: 100%;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.05em;
  font-weight: 900;
  line-height: 35px;
  margin: 0 auto 10px;
}
#sec1 .txt {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 50px 0 0;
  }
  #sec1 h2 {
    max-width: none;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #sec1 .txt {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
#sec2 {
  background: #EAE4D1;
  padding: 50px 0 5px;
}
#sec2:after {
  background: #EAE4D1;
}
#sec2 .row {
  margin-bottom: 20px;
  border-top: 3px solid;
  position: relative;
  padding-top: 2px;
}
#sec2 .row h3 {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 900;
  border-top: 1px solid;
  padding: 3px 0;
  text-align: center;
}
#sec2 .row > dl {
  border-top: 1px solid;
  padding: 5px 0;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  width: 100%;
  display: table;
}
#sec2 .row > dl > dt {
  width: 90px;
  display: table-cell;
  color: #947F28;
  padding-left: 10px;
}
#sec2 .row > dl > dd {
  display: table-cell;
}
#sec2 .row > dl > dd span {
  display: block;
}
#sec2 .row > dl .dis-flex{
  align-items: flex-end;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 120px 0 1px;
  }
  #sec2 .wrap {
    padding: 0 25px;
  }
  #sec2 .row {
    margin-bottom: 50px;
    border-width: 5px;
    padding-top: 3px;
  }
  #sec2 .row h3 {
    font-size: 32px;
    padding: 5px 0;
  }
  #sec2 .row > dl {
    padding: 5px 0;
    font-size: 18px;
    line-height: 36px;
  }
  #sec2 .row > dl > dt {
    width: 200px;
    padding-left: 20px;
  }
  #sec2 .row > dl > dd span {
    margin-left: 126px;
  }
  #sec2 .row > dl dl{
    width: 500px
  }
}
@media screen and (min-width: 980px) {
  #sec2 .wrap {
    padding: 0;
  }
}
#sec3 {
  background: #fff;
  padding: 45px 0 25px;
}
#sec3:after {
  background: #fff;
}
#sec3 h2 {
  text-align: center;
  color: #947F28;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#sec3 ul {
  line-height: 20px;
  letter-spacing: 0.05em;
  margin: 10px 0 15px;
}
#sec3 .gmap {
  position: relative;
  height: 250px;
}
#sec3 .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 90px 0 50px;
  }
  #sec3 h2 {
    font-size: 40px;
  }
  #sec3 ul {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0;
  }
  #sec3 .gmap {
    height: 600px;
  }
}