/* ------------------------------
 width: all
------------------------------ */
main section.s02 {
  background-color: #a61f24;
  background-image: url(../../images/en0101.png);
  background-position: top 100px center;
  background-repeat: no-repeat;
}
main section.s02 .wrapper {
  width: 640px;
  margin: 0 auto;
  padding: 40px 0 60px;
  position: relative;
}
main section.s02 .wrapper .photo {
  width: 336px;
  display: block;
  position: absolute;
  top: -100px;
  right: -70px;
}
main section.s02 .wrapper h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
main section.s02 .wrapper .t01 {
  font-size: 19px;
  color: #fff;
  margin-top: 10px;
  position: relative;
}
main section.s02 .wrapper .t01::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: -70px;
  left: 40px;
}
main section.s02 .wrapper .t02 {
  color: #fff;
  font-size: 43px;
  margin-top: 100px;
}
main section.s02 .wrapper .t03 {
  font-size: 16px;
  font-weight: 900;
  line-height: 180%;
  margin-top: 20px;
  color: #fff;
}
main section.s03 .wrapper {
  padding: 120px 0 250px;
  max-width: 870px;
  margin: auto;
}

footer .wrapper .entrybox {
  display: none;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s02 {
    background-color: #a61f24;
    background-image: url(../../images/en0101.png);
    background-position: top 100px center;
    background-repeat: no-repeat;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 40px;
    position: relative;
  }
  main section.s02 .wrapper .photo {
    width: 120px;
    display: block;
    position: absolute;
    top: -50px;
    right: 20px;
  }
  main section.s02 .wrapper h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  main section.s02 .wrapper .t01 {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    position: relative;
  }
  main section.s02 .wrapper .t01::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -45px;
    left: 20px;
  }
  main section.s02 .wrapper .t02 {
    color: #fff;
    font-size: 24px;
    margin-top: 60px;
  }
  main section.s02 .wrapper .t03 {
    font-size: 14px;
    font-weight: 900;
    line-height: 180%;
    margin-top: 20px;
    color: #fff;
  }
  main section.s03 .wrapper {
    padding: 60px 10px 100px;
  }
  footer .wrapper .entrybox {
    display: none;
  }
}