#container section {
  margin-bottom: 70px;
}
#container section img {
  width: 100%;
  height: auto;
}
#container section .box_text {
  background: #FFF;
  position: relative;
  z-index: 100;
  padding: 20px;
  margin: -10% 20% 0 0;
}
#container section .box_text h3 {
  font-size: 6vw;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#container section .box_text p {
  font-size: 3vw;
}
#container section h5 {
  font-size: 4vw;
  margin-bottom: 15px;
  line-height: 1.8;
}
#container section .box {
  position: relative;
}
#container section .box .text {
  padding: 0 30px;
}
#container section .box .text p {
  margin-bottom: 15px;
}
#container section .box .text figure {
  overflow: hidden;
  margin: 20px 0;
}
#container section .box .text figure img {
  display: block;
  float: left;
  width: 35%;
}
#container section .box .text figure figcaption {
  float: right;
  width: 60%;
  font-size: 3vw;
  line-height: 1.7;
}
#container section .box .image img {
  vertical-align: bottom;
  width: 55%;
}
#container section .box .name {
  font-weight: bold;
  font-size: 3vw;
  color: #FFF;
  line-height: 1.5;
}
#container section .box .name span {
  font-size: 2.5vw;
  font-weight: normal;
  margin-left: 10px;
}
#container section .box_02 {
  padding: 0 30px;
}
#container section .box_02 div.section {
  margin-bottom: 40px;
}
#container section .box_02 div.section:last-of-type {
  margin-bottom: 0;
}
#container section .box_02 div.section div {
  margin-bottom: 15px;
}
#container section .box_02 div.section h5 {
  margin-bottom: 15px;
}
#container section.message:nth-child(odd) {
  background: url("../images/recruit_ob01.svg") no-repeat center bottom;
  -webkit-background-size: 150%;
  -o-background-size: 150%;
  background-size: 150%;
}
#container section.message:nth-child(odd) .image {
  text-align: right;
}
#container section.message:nth-child(odd) .name {
  position: absolute;
  left: 10px;
  bottom: 1.5vw;
}
#container section.message:nth-child(even) {
  background: url("../images/recruit_ob02.svg") no-repeat center bottom;
  -webkit-background-size: 150%;
  -o-background-size: 150%;
  background-size: 150%;
}
#container section.message:nth-child(even) .name {
  position: absolute;
  right: 10px;
  bottom: 1.5vw;
}

/****************************************************************************************

Media Query for PC

****************************************************************************************/
@media print, screen and (min-width: 750px) {
  #container section {
    position: relative;
    margin-bottom: 150px;
  }
  #container section .top_image {
    text-align: right;
  }
  #container section .top_image img {
    width: 55%;
  }
  #container section .box_text {
    padding: 2vw 3vw;
    height: 15vw;
    line-height: 1.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5vw;
    margin: auto;
  }
  #container section .box_text h3 {
    font-size: 3vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }
  #container section .box_text p {
    font-size: 1vw;
  }
  #container section h5 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #container section .box {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3%;
  }
  #container section .box .text {
    width: 60%;
    padding: 0;
    margin-bottom: 12%;
  }
  #container section .box .text p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2.2;
  }
  #container section .box .text figure img {
    width: 25%;
  }
  #container section .box .text figure figcaption {
    font-size: 14px;
    width: 73%;
  }
  #container section .box .image {
    width: 40%;
  }
  #container section .box .image img {
    width: 100%;
    max-width: 517px;
  }
  #container section .box .name {
    font-size: 21px;
  }
  #container section .box .name span {
    font-size: 14px;
    margin-left: 20px;
  }
  #container section .box_02 {
    width: 94%;
    padding: 0 3%;
    max-width: 1260px;
    overflow: hidden;
    margin: 0 auto;
  }
  #container section .box_02 div.section {
    width: 48%;
    float: left;
    margin-left: 4%;
  }
  #container section .box_02 div.section h5 {
    line-height: 1.6;
  }
  #container section .box_02 div.section:nth-of-type(odd) {
    margin-left: 0;
  }
  #container section .box_02 div.section:last-of-type {
    margin-bottom: 40px;
  }
  #container section .box_02 h2 {
    font-size: 25px;
  }
  #container section .box_02 p {
    font-size: 16px;
  }
  #container section.message:nth-child(odd) {
    background: url("../images/recruit_ob01.svg") no-repeat center bottom;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #container section.message:nth-child(odd) .image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #container section.message:nth-child(odd) .text {
    float: left;
  }
  #container section.message:nth-child(odd) .name {
    position: absolute;
    left: 3%;
    bottom: 1.5vw;
  }
  #container section.message:nth-child(even) {
    background: url("../images/recruit_ob02.svg") no-repeat center bottom;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  #container section.message:nth-child(even) .name {
    position: absolute;
    right: 3%;
    bottom: 1.5vw;
  }
  #container section.message:nth-child(even) .image {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #container section.message:nth-child(even) .text {
    float: right;
  }
}
