#kv {
  background-image: url("../img/works/kv.jpg");
  background-position: 40%;
}
#kv .wrap {
  padding: 0 3%;
}
#kv .kv-ttl {
  text-align: right;
  color: #947F28;
  margin-left: auto;
  font-size: 8vw;
  line-height: 11.2vw;
}
#kv .kv-ttl small {
  border-color: #947F28;
  font-size: 5.86667vw;
  line-height: 7vw;
}
@media screen and (min-width: 768px) {
  #kv .wrap {
    padding: 0;
  }
  #kv .kv-ttl {
    max-width: none;
    width: auto;
    font-size: 42px;
    line-height: 50px;
    margin-right: 30px;
  }
  #kv .kv-ttl small {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (min-width: 980px) {
  #kv #kv .kv-ttl {
    margin-right: 0;
  }
}
#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 30px;
  }
  #sec1 h2 {
    max-width: none;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #sec1 .txt {    
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#sec2 {
  background: #fff;
  padding: 50px 0 1px;
}
#sec2:after {
  background: #fff;
}
#sec2 .wrap {
  padding: 0 18px;
}
#sec2 h3{
  text-align: center;
  color: #947F28;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px;
}
#sec2 .img {
  width: 200px;
  margin: 0 auto 25px;
}
#sec2 h4 {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 900;
  text-align: center;
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 10px 0 12px;
  margin-bottom: 12px;
  position: relative;
}
#sec2 h4:before {
  content: '';
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 2px;
}
#sec2 .txt {
  padding: 0;
}
#sec2 .row {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 120px 0 1px;
  }
  #sec2 .img {
    width: 240px;
    margin: 0;
  }
  #sec2 h3{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
  }
  #sec2 h4 {
    font-size: 27px;
    line-height: 38px;
    text-align: left;
    border-width: 5px;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  #sec2 h4:before {
    top: 2px;
    bottom: 2px;
  }
  #sec2 .txt {
    font-size: 20px;
    line-height: 40px;
  }
  #sec2 .col {
    width: calc(100% - 260px);
  }
  #sec2 .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #sec2 .row2 .img {
    order: 2;
  }
  #sec2 .row2 .col {
    order: 1;
  }
}
@media screen and (min-width: 980px) {
  #sec2 .wrap {
    padding: 0;
  }
  #sec2 h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
#sec3 {
  color: #fff;
  background: #947F28;
  padding: 40px 0 25px;
}
#sec3:after {
  background: #947F28;
  bottom: -20px;
}
#sec3 h2 {
  max-width: 310px;
  width: 100%;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.02em;
  font-weight: 900;
  line-height: 35px;
  margin: 0 auto 10px;
}
#sec3 .txt {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 105px 0 10px;
  }
  #sec3:after {
    bottom: -69px;
  }
  #sec3 h2 {
    max-width: none;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #sec3 .txt {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }
}
#sec4 {
  background: #fff;
  padding: 0 0 25px;
}
#sec4:after {
  background: #fff;
}
#sec4 h2{
  text-align: center;
  font-weight: 900;
  color: #947F28;
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin: 55px 0 24px;
}
#sec4 h2 span{
  font-weight: 400;
  font-size: 10px;
}
#sec4 .list {
  border-top: 3px solid;
  border-bottom: 3px solid;
  position: relative;
  padding: 5px 0;
}
#sec4 .list:before {
  content: '';
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 2px;
}
#sec4 .list dl {
  padding: 5px 0;
}
#sec4 .list dl dt {
  font-size: 13px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0;
}
#sec4 .list dl dd {
  text-align: right;
  font-family: "Noto Sans JP", system-ui;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
#sec4 .list dl + dl {
  border-top: 1px solid;
}
@media screen and (max-width: 767px) {
  #sec4 .wrap{
    padding: 0 20px;
  }
  #sec4 .list dl dt{
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 25px;
  }
  #sec4 .wrap {
    padding: 0 18px;
  }
  #sec4 h2{
    font-size: 40px;    
    line-height: 48px;
    margin: 80px 0 30px;
  }
  #sec4 h2 span{    
    font-size: 20px;
  }
  #sec4 .list {
    border-width: 5px;
    padding: 5px 0;
  }
  #sec4 .list dl {
    padding: 5px 0;
  }
  #sec4 .list dl dt {
    font-size: 24px;
    line-height: 40px;
  }
  #sec4 .list dl dd {
    font-size: 16px;
    line-height: 34px;
  }
}
@media screen and (min-width: 980px) {
  #sec4 .wrap {
    padding: 0;
  }
}