@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 value
==================================================================================*/
#value .mv {
  background: #414141;
  color: #fff;
}
#value .mv .page-name span::after {
  background: #fff;
}
#value .main-content {
  padding-top: 0;
}
#value .intro {
  text-align: center;
  background: #414141;
  color: #fff;
  margin: auto;
  padding: 160px 0;
}
#value .intro .wrap {
  max-width: 1000px;
}
#value .intro .inner {
  position: relative;
  padding: 16% 0 8%;
  margin-bottom: 80px;
}
#value .intro .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#value .intro .tit {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 50px;
}
#value .intro .lead {
  font-size: 14px;
  line-height: 2.2;
  margin-bottom: 30px;
}
#value .intro .lead span {
  font-size: 150%;
}
#value .intro .lead01 {
  font-size: 11px;
  line-height: 2;
  margin-bottom: 160px;
}
#value .intro ul {
  display: flex;
  justify-content: space-between;
}
#value .intro ul li {
  width: 50%;
}
#value .intro ul li:last-child {
  position: relative;
  text-align: left;
  width: 46%;
}
#value .intro ul li:last-child .image.legend {
  position: absolute;
  bottom: 0;
}
#value .intro ul .lead {
  line-height: 2.8;
}
#value .sections {
  text-align: center;
}
#value .sections .wrap {
  max-width: 1000px;
  margin: auto;
}
#value .sections .inner {
  position: relative;
  padding: 16% 0 8%;
  margin-bottom: 80px;
}
#value .sections .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  writing-mode: vertical-rl;
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#value .sections .tit {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 70px;
}
#value .sections .lead {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
#value .sec01 {
  background: #fff;
  padding: 160px 0;
}
#value .sec01 .inner {
  position: relative;
  padding: 16% 0 16%;
  margin-bottom: 80px;
}
#value .sec01 .txt01 {
  font-size: 30px;
  line-height: 1.3;
  color: #5b4240;
  margin-bottom: 30px;
}
#value .sec01 .txt01 span {
  font-size: 19px;
}
#value .sec01 .image {
  max-width: 620px;
  margin: 0 auto 30px;
}
#value .sec01 .image .img-tit {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}
#value .sec01 .mini {
  text-align: left;
  font-size: 11px;
  line-height: 2;
  margin-bottom: 100px;
}
#value .sec01 .img05 {
  max-width: 600px;
  margin: auto;
}
#value .sec02 {
  background: #e8e4db;
  padding: 160px 0;
}
#value .sec02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#value .sec02 .list li {
  width: 47%;
  margin-bottom: 100px;
}
#value .sec02 .img05 {
  max-width: 600px;
  margin: auto;
}
#value .sec03 {
  background: #393939;
  padding: 160px 0;
  color: #fff;
}
#value .sec03 .txt01 {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 60px;
}
#value .sec03 .list {
  max-width: 502px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#value .sec03 .list li {
  width: 43%;
}
#value .sec03 .list .img-tit {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 16px;
}
#value .sec03 .list .image {
  width: 80%;
  margin: auto;
}
#value .sec04 {
  background: url(../imgs/sec04-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 160px 0;
}
#value .sec04 .lead {
  margin-bottom: 0;
}
#value .sec04 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#value .sec04 .list li {
  text-align: left;
  width: 47%;
}
#value .sec04 .list li:last-child {
  width: 50%;
}
#value .sec04 .img02 {
  max-width: 650px;
  margin: 0 auto 100px;
}
#value .sec04 .txt01 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  #value .intro ul li:last-child .image.legend {
    position: static;
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   value
  ==================================================================================*/
  #value .intro {
    text-align: left;
    padding: 60px 0;
  }
  #value .intro .inner {
    padding: 16% 0 180px;
  }
  #value .intro .tit {
    margin-bottom: 30px;
  }
  #value .intro .lead01 {
    margin-bottom: 80px;
  }
  #value .intro ul {
    display: block;
    justify-content: space-between;
  }
  #value .intro ul li {
    width: 100%;
  }
  #value .intro ul li:last-child {
    text-align: left;
    width: 100%;
  }
  #value .intro ul li:last-child .image.legend {
    margin-top: 20px;
  }
  #value .intro ul .lead {
    line-height: 2.8;
  }
  #value .sections {
    text-align: center;
  }
  #value .sections .wrap {
    max-width: 1000px;
    margin: auto;
  }
  #value .sections .inner {
    position: relative;
    padding: 16% 0 180px;
    margin-bottom: 30px;
  }
  #value .sections .tit {
    margin-bottom: 30px;
  }
  #value .sections .lead {
    margin-bottom: 60px;
  }
  #value .sections .click {
    margin: 20px auto;
  }
  #value .sec01 {
    text-align: left;
    background: #fff;
    padding: 60px 0;
  }
  #value .sec01 .inner {
    position: relative;
    padding: 16% 0 260px;
    margin-bottom: 0;
  }
  #value .sec01 .txt01 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #value .sec01 .txt01 .pc-txt {
    display: none;
  }
  #value .sec01 .txt01 img {
    max-width: 75px;
    margin: 0 6px 0 0;
    width: 20%;
    vertical-align: sub;
  }
  #value .sec01 .image {
    max-width: 620px;
    margin: 0 auto;
  }
  #value .sec01 .image .img-tit {
    margin-bottom: 10px;
  }
  #value .sec02 {
    text-align: left;
    padding: 60px 0;
  }
  #value .sec02 .list {
    display: block;
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }
  #value .sec02 .list li {
    width: 100%;
    margin-bottom: 60px;
  }
  #value .sec03 {
    text-align: left;
    padding: 60px 0;
  }
  #value .sec03 .txt01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #value .sec03 .list {
    display: block;
  }
  #value .sec03 .list li {
    text-align: center;
    width: 100%;
  }
  #value .sec03 .list li:last-child {
    margin-top: 30px;
  }
  #value .sec03 .list .image {
    width: 50%;
    margin: auto;
  }
  #value .sec04 {
    text-align: left;
    background: url(../imgs/sec04-bg-sp.jpg);
    background-size: cover;
    padding: 60px 0;
  }
  #value .sec04 .lead {
    margin-bottom: 0;
  }
  #value .sec04 .list {
    display: block;
    margin-bottom: 60px;
  }
  #value .sec04 .list li {
    text-align: left;
    width: 100%;
  }
  #value .sec04 .list li:last-child {
    width: 100%;
  }
  #value .sec04 .list .lead {
    margin-bottom: 40px;
  }
  #value .sec04 .img02 {
    max-width: 650px;
    margin: 0 auto;
  }
  #value .sec04 .click {
    margin: 30px auto 40px;
  }
  #value .sec04 .txt01 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */