@charset "utf-8";


/* ******************************************
	共通
****************************************** */

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}





/* ******************************************
	about_story
****************************************** */
#about_story {}
#about_story .container {
  background-image: url(../images/about/back.jpg);
  background-position: top right;
  background-size: cover;
}
#about_story .about_story_t {
  padding: 55px 25px;
  width: 70%;
  text-align: left;
  background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0));
}
#about_story .about_story_t h2 {
  text-align: left;
  margin-bottom: 45px;
}
#about_story .about_story_t p {
  margin-bottom: 5em;
}
#about_story .about_story_t img {
  width: 100%;
  max-width: 270px;
}
#about_story .back {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  #about_story .about_story_t {
    width: 100%;
  }
  #about_story .about_story_t p {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #about_story .container {
    background-image: none;
  }
  #about_story .about_story_t {
    padding: 30px 15px;
  }
  #about_story .about_story_t h2 {
    margin-bottom: 30px;
  }
  #about_story .about_story_t p {
    width: 100%;
  }
  #about_story .back {
    display: block;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 450px) {
}
