.page_header_basic {
  background-image: url(../images/visual.jpg);
}

.full_ph {
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .full_ph {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

#contents {
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: contain;
}

#voice_block .flex {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#voice_block .flex:first-of-type {
  margin-top: 70px;
}

#voice_block .flex:nth-of-type(n+2) {
  margin-top: 120px;
}

#voice_block .photo img {
  box-shadow: 15px 15px 0 #93262C;
}

@media screen and (min-width: 769px) {
  #voice_block .text {
    width: 100%;
    max-width: 587px;
  }
}

@media screen and (max-width: 768px) {
  #voice_block .flex:first-of-type {
    margin-top: 0px;
  }
  #voice_block .flex:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #voice_block .photo {
    width: 60%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #voice_block .photo img {
    box-shadow: 5px 5px 0 #93262C;
  }
}

@media screen and (min-width: 769px) {
  #other_award .title_underline {
    margin-bottom: 50px;
  }
}

#other_award .flex {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#other_award .box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  width: 31%;
  line-height: 1;
  padding: 25px;
  position: relative;
  background: #ba7418;
  background: -webkit-gradient(linear, left top, right top, from(#ba7418), color-stop(29%, #f9d876), color-stop(50%, #ffe9b9), color-stop(70%, #f9d876), to(#ba7418));
  background: linear-gradient(to right, #ba7418 0%, #f9d876 29%, #ffe9b9 50%, #f9d876 70%, #ba7418 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba7418', endColorstr='#ba7418',GradientType=1 );
}

@media screen and (min-width: 769px) {
  #other_award .box:nth-of-type(n+4) {
    margin-top: 27px;
  }
}

#other_award .box::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffe9b9;
  background: -webkit-linear-gradient(-45deg, #ffe9b9 0%, #f7cf60 50%, #ffffff 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9b9', endColorstr='#ffffff',GradientType=1 );
}

@media screen and (max-width: 768px) {
  #other_award .box {
    font-size: 1.5rem;
    width: 100%;
    padding: 15px;
  }
  #other_award .box:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
