@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 value
==================================================================================*/
#value .main-content {
  background: #f1efeb;
}
#value .intro {
  text-align: center;
  margin-bottom: 130px;
}
#value .intro .tit {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}
#value .intro .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 120px;
}
#value .intro .image {
  max-width: 900px;
  margin: auto;
}
#value .sec01 {
  background: #e3ddd9;
  padding: 200px 0;
}
#value .sec01 ul {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#value .sec01 ul li {
  width: 50%;
}
#value .sec01 ul li:last-child {
  width: 45%;
}
#value .sec01 ul .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#value .sec01 ul .txt span {
  font-size: 18px;
}
#value .sec01 ul .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#value .sec01 ul .caps {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}
#value .sec02 {
  padding: 200px 0;
}
#value .sec02 ul {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#value .sec02 ul li {
  width: 45%;
}
#value .sec02 ul li:last-child {
  width: 50%;
}
#value .sec02 ul .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#value .sec02 ul .txt span {
  font-size: 18px;
}
#value .sec02 ul .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#value .sec02 ul .caps {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}
#value .sec03 {
  background: #abb5ad;
  padding: 200px 0;
}
#value .sec03 .wrap {
  max-width: 1000px;
  margin: auto;
}
#value .sec03 .tit {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#value .sec03 .tit span {
  font-size: 40px;
  color: #8e811b;
}
#value .sec03 .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#value .sec03 .mini {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}
#value .sec04 {
  padding: 200px 0;
}
#value .sec04 ul {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#value .sec04 ul li {
  width: 47%;
}
#value .sec04 ul .txt {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
#value .sec04 ul .txt span {
  font-size: 40px;
  color: #8e811b;
}
#value .sec04 ul .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}
#value .sec04 ul .caps {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}
#value .sec05 {
  background: #e3ddd9;
  padding: 200px 0;
}
#value .sec05 .wrap {
  max-width: 1000px;
}
#value .sec05 .tit {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 60px;
}
#value .sec05 .tit span {
  font-size: 40px;
  color: #8e811b;
}
#value .sec05 .txt {
  font-size: 18px;
  line-height: 1.6;
}
#value .sec05 .mini {
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}
#value .sec05 .lead {
  font-size: 14px;
  line-height: 2;
}
#value .sec05 .list01 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 100px;
}
#value .sec05 .list01 li {
  width: 45%;
}
#value .sec05 .list01 li:last-child {
  width: 50%;
}
#value .sec05 .list02 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#value .sec05 .list02 li {
  width: 50%;
}
#value .sec05 .list02 li:last-child {
  width: 45%;
}
#value .sec05 .list02 .tit {
  margin-bottom: 30px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   value
  ==================================================================================*/
  #value .intro {
    margin-bottom: 80px;
  }
  #value .intro .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 40px;
  }
  #value .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #value .sec01 {
    padding: 80px 0;
  }
  #value .sec01 ul {
    display: block;
  }
  #value .sec01 ul li {
    width: 100%;
  }
  #value .sec01 ul li:last-child {
    width: 94%;
    margin: 40px auto 0;
  }
  #value .sec01 ul .txt span {
    font-size: 16px;
  }
  #value .sec01 ul .lead {
    margin-bottom: 30px;
  }
  #value .sec01 ul .texts {
    width: 94%;
    margin: auto;
  }
  #value .sec02 {
    padding: 80px 0;
  }
  #value .sec02 ul {
    display: block;
  }
  #value .sec02 ul li {
    width: 100%;
  }
  #value .sec02 ul li:first-child {
    display: none;
  }
  #value .sec02 ul li:last-child {
    width: 100%;
  }
  #value .sec02 ul .txt span {
    font-size: 16px;
  }
  #value .sec02 ul .lead {
    margin-bottom: 30px;
  }
  #value .sec02 ul .texts {
    width: 94%;
    margin: auto;
  }
  #value .sec02 ul .img01 {
    width: 94%;
    margin: 40px auto 0;
  }
  #value .sec02 ul .caps {
    width: 94%;
    margin: 10px auto 0;
  }
  #value .sec03 {
    padding: 80px 0;
  }
  #value .sec04 {
    padding: 80px 0;
  }
  #value .sec04 ul {
    display: block;
  }
  #value .sec04 ul li {
    width: 100%;
  }
  #value .sec04 ul li:last-child {
    margin-top: 40px;
  }
  #value .sec04 ul .lead {
    margin-bottom: 30px;
  }
  #value .sec05 {
    padding: 80px 0;
  }
  #value .sec05 .tit {
    margin-bottom: 40px;
  }
  #value .sec05 .txt {
    margin-bottom: 40px;
  }
  #value .sec05 .mini {
    margin-top: 20px;
  }
  #value .sec05 .list01 {
    display: block;
    margin-bottom: 80px;
  }
  #value .sec05 .list01 li {
    width: 100%;
  }
  #value .sec05 .list01 li:last-child {
    width: 100%;
  }
  #value .sec05 .list01 .image {
    width: 80%;
    margin: auto;
  }
  #value .sec05 .list02 {
    display: block;
  }
  #value .sec05 .list02 li {
    width: 100%;
  }
  #value .sec05 .list02 li:last-child {
    width: 94%;
    margin: 40px auto 0;
  }
  #value .sec05 .list02 .tit {
    margin-bottom: 30px;
  }
  #value .sec05 .list02 .mini {
    width: 94%;
    margin: 10px auto 0;
  }
}/*# sourceMappingURL=style.css.map */