body#concept .pagetitle {
  background-image: url("../images/concept/pagetitle_bg.jpg");
}
body#concept .section {
  padding: 6.25rem 0 8.75rem;
}
body#concept .section .subject {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2.5rem;
  color: #9a8668;
  text-align: center;
  line-height: 1.25;
}
body#concept .section .subject h3 {
  margin-top: 1.25rem;
  font-size: 4.375rem;
  font-weight: 500;
}
body#concept .section .subject p {
  font-size: 1.875rem;
}
body#concept .section .detail p {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.75;
}
body#concept .section.mission {
  background: url("../images/concept/mission_bg.jpg") no-repeat center 25%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body#concept .section.mission .subject, body#concept .section.mission .detail {
  color: #ffffff;
  text-shadow: 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668, 0 0 0.625rem #9a8668;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#concept .section {
    padding: 20.83333vw 0;
  }
  body#concept .section .subject {
    margin-bottom: 10.41667vw;
  }
  body#concept .section .subject h3 {
    margin-top: 2.60417vw;
    font-size: 9.375vw;
  }
  body#concept .section .subject p {
    font-size: 4.6875vw;
  }
  body#concept .section .detail p {
    font-size: 3.64583vw;
  }
  body#concept .section.mission .subject, body#concept .section.mission .content {
    text-shadow: 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668, 0 0 2.60417vw #9a8668;
  }
}
