/*----------------------------------------------
about
-----------------------------------------------*/
.about_background {
  background-image: url("../img/about/background.jpg");
  background-size: cover;
  background-position: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

#About .about_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#About .about_text_group {
  position: relative;
}
#About .about_text_group .about_title {
  margin-bottom: 30px;
  z-index: 9;
  position: relative;
  white-space: nowrap;
}
#About .about_text_group .about_deco {
  letter-spacing: 0;
  position: absolute;
  left: -70px;
  top: -70px;
  font-weight: 100;
  color: #EFEFEF;
  font-size: 110px;
  z-index: 0;
}
#About .about_text_group .about_text {
  line-height: 35px;
  width: 80%;
  z-index: 1;
  position: relative;
}
#About .about_01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#About .about_01 img {
  padding-top: 100px;
  width: 30%;
}
#About .about_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 170px;
  margin-left: 200px;
  width: 60%;
}
#About .about_02 img {
  padding-bottom: 300px;
  width: 70%;
  margin-right: 50px;
}
#About .about_03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}
#About .about_03 img {
  padding-top: 100px;
  width: 30%;
}
#About .emphasis_container {
  position: relative;
  text-align: center;
}
#About .about_emphasis {
  margin-bottom: 20px;
  padding-left: 3%;
  white-space: nowrap;
  color: #5B401D;
  background: linear-gradient(transparent 60%, #E7EBEC 0%);
  display: inline-block;
}
#About .banner {
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#About .banner img {
  width: 90%;
}

/*----------------------------------------------
Recommend
-----------------------------------------------*/
#Recommend {
  background-image: url(../img/recommend/backbround.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  padding-bottom: 100px;
}

.reco_content {
  background-color: #F2F6F7;
  text-align: center;
  margin: 0 auto;
  padding: 70px 0 50px 0;
  width: 95%;
}
.reco_content h3 {
  position: relative;
  display: inline-block;
}
.reco_content h3 .reco_deco_img {
  position: absolute;
  width: 50px;
  top: -30px;
  left: -45px;
}
.reco_content .reco_detail {
  margin: 20px auto;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 700px;
  background-color: #fff;
}
.reco_content .reco_detail .reco_text {
  font-size: 20px;
  color: #5B401D;
  letter-spacing: 10px;
  margin-left: 30px;
}
.reco_content .reco_detail img {
  width: 40px;
}
.reco_content .reco_emphasis {
  background-color: #E1A3A1;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding: 20px 0;
}
.reco_content .reco_emphasis .reco_deco_text {
  position: absolute;
  bottom: -50px;
  right: -50px;
  font-size: 70px;
  color: #E0E0E0;
  white-space: nowrap;
}
.reco_content .reco_emphasis_text {
  font-size: 25px;
  letter-spacing: 20px;
  font-weight: 500;
}/*# sourceMappingURL=about.css.map */