@charset "utf-8";
/* CSS Document */

/* read-1 */
.section-about-read-1 {
  text-align: left;
  margin-bottom: 70px;
  letter-spacing: 2px;
}
.section-about-read-1 h2 {
  padding: 0 5%;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;  
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-about-read-1_p1 {
  padding: 0 5%;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.section-about-read-1_p2 {
  padding: 0 5%;
  font-size: 1.2rem;
}
.section-about-read-1_image {
  margin-top: 70px;
  width: 100vw;
}
.section-about-read-1_image img {
  width: 100%;
}
@media (min-width: 500px) {
  .section-about-read-1_image {
    width: 100%;
  }
}


/* read-2 */
.section-about-read-2 {
  position: relative;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 70px;
}
.section-about-read-2_deco {
  position: absolute;
  right: 0;
  top: -10px;
  width: 45vw;
  height: 20px;
  background-color: #18282c;
  z-index: -1;
}
.section-about-read-2 h2 {
  padding-left: 20px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;  
  font-size: 1.6rem;
  color: #fff;
}
.section-about-read-2 p {
  padding: 20px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.section-about-read-2_image {
  width: 80vw;
  margin: 0 0 0 auto;
}
.section-about-read-2_image img {
  width: 100%;
}
@media (min-width: 500px) {
  .section-about-read-2_deco {
  width: 45%;
}
  .section-about-read-2_image {
  width: 80%;
}
}


/* read-3 */
.section-about-read-3 {
  position: relative;
  margin-top: 200px;
}
.section-about-read-3_image {
  width: 80vw;
  position: absolute;
  top: -120px;
  z-index: -1;
}
.section-about-read-3_image img {
  width: 100%;
}
.section-about-read-3_p {
  width: 75vw;
  margin: 0 0 0 auto;
}
.section-about-read-3_p p {
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  padding: 40px 20px;
  background-color: #1f3439;
}
@media (min-width: 500px) {
  .section-about-read-3_image {
    width: 80%;
    top: -120px;
    z-index: 0;
  }
  .section-about-read-3_p {
    width: 75%;
    z-index: 1;
    position: relative;
  }
}


/* read-4 */
.section-about-read-4 {
  position: relative;
  margin-top: 260px;
}
.section-about-read-4_image {
  position: absolute;
  top: -170%;
  width: 80vw;
  right: 0;
  z-index: -1;
}
.section-about-read-4_image img {
  width: 100%;
}
.section-about-read-4 p {
  width: 75vw;
  text-align: left;
  font-size: 1.2rem;
  padding: 20px 20px;
  background-color: #1f3439;
}
@media (min-width: 500px) {
  .section-about-read-4_image {
    width: 80%;
    z-index: 0;
  }
  .section-about-read-4 p {
  width: 75%;
    z-index: 1;
    position: relative;
}
}






