.secondpage {
  padding-top: 110px; }

#recruitment_detail h3 {
  color: #4f177f;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.067em;
  line-height: 1.8;
  font-weight: 700;
  padding-bottom: 40px; }
#recruitment_detail h4 {
  color: #4f177f;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.067em;
  line-height: 1.8;
  font-weight: 700;
  border-left: 8px solid #4f177f;
  margin-bottom: 25px;
  padding-left: 20px;
  line-height: 1; }
#recruitment_detail .outline {
  border-bottom: 1px solid #585757;
  padding-bottom: 40px; }
  #recruitment_detail .outline .txt {
    letter-spacing: 0.1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: #585757; }
    #recruitment_detail .outline .txt * {
      letter-spacing: 0.1em;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      font-weight: 700;
      color: #585757; }
    #recruitment_detail .outline .txt p {
      padding-bottom: 1em; }
#recruitment_detail .interview_block {
  padding-top: 25px;
  border-bottom: 1px solid #585757; }
  #recruitment_detail .interview_block ul {
    margin-left: -60px;
    display: flex;
    flex-wrap: wrap; }
    #recruitment_detail .interview_block ul li {
      width: calc(33.333% - 60px);
      margin-left: 60px;
      margin-bottom: 35px; }
    #recruitment_detail .interview_block ul a {
      display: block;
      color: #585757; }
      #recruitment_detail .interview_block ul a:hover {
        opacity: 0.8; }
      #recruitment_detail .interview_block ul a img {
        width: 100%; }
      #recruitment_detail .interview_block ul a .ttl {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.63;
        letter-spacing: 0.1em;
        padding: 1em 0;
        font-weight: 700; }
      #recruitment_detail .interview_block ul a .job_year {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 1rem; }
        #recruitment_detail .interview_block ul a .job_year p {
          font-size: 16px;
          font-size: 1.6rem; }
#recruitment_detail .recruitment_block {
  padding-top: 40px;
  padding-bottom: 25px; }
  #recruitment_detail .recruitment_block .txt {
    letter-spacing: 0.1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: #585757; }
    #recruitment_detail .recruitment_block .txt * {
      letter-spacing: 0.1em;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      font-weight: 700;
      color: #585757; }
    #recruitment_detail .recruitment_block .txt p {
      padding-bottom: 1em; }
    #recruitment_detail .recruitment_block .txt table tr td:first-of-type {
      background-color: #dcdddd;
      width: 30% !important; }
    #recruitment_detail .recruitment_block .txt table tr td {
      border-bottom: 3px solid #fff;
      vertical-align: middle;
      padding: 20px 15px; }
    #recruitment_detail .recruitment_block .txt table a {
      color: #4f177f;
      display: inline-block;
      padding-right: 30px;
      position: relative; }
      #recruitment_detail .recruitment_block .txt table a:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 21px;
        height: 20px;
        background: url(../images/recruit_new/icon_window.png) 0 0 no-repeat;
        background-size: 100% auto; }
#recruitment_detail .backbtn.grade_btn {
  margin-top: 4rem; }

@media screen and (max-width: 1366px) {
  .secondpage {
    padding-top: calc(110 / 1366 * 100vw); }

  #recruitment_detail h3 {
    font-size: calc(25 / 1366 * 100vw);
    padding-bottom: calc(40 / 1366 * 100vw); }
  #recruitment_detail h4 {
    font-size: calc(35 / 1366 * 100vw);
    border-width: calc(8 / 1366 * 100vw);
    margin-bottom: calc(25 / 1366 * 100vw);
    padding-left: calc(20 / 1366 * 100vw); }
  #recruitment_detail .outline {
    padding-bottom: calc(40 / 1366 * 100vw); }
    #recruitment_detail .outline .txt {
      font-size: calc(18 / 1366 * 100vw); }
      #recruitment_detail .outline .txt * {
        font-size: calc(18 / 1366 * 100vw); }
  #recruitment_detail .interview_block {
    margin-top: 4rem;
    padding-top: calc(25 / 1366 * 100vw); }
    #recruitment_detail .interview_block ul {
      margin-left: calc(-60 / 1366 * 100vw); }
      #recruitment_detail .interview_block ul li {
        width: calc(33.333% - calc(60 / 1366 * 100vw));
        margin-left: calc(60 / 1366 * 100vw);
        margin-bottom: calc(35 / 1366 * 100vw); }
      #recruitment_detail .interview_block ul a .ttl {
        font-size: calc(22 / 1366 * 100vw); }
      #recruitment_detail .interview_block ul a .job_year p {
        font-size: calc(16 / 1366 * 100vw); }
  #recruitment_detail .recruitment_block {
    padding-top: calc(40 / 1366 * 100vw);
    padding-bottom: calc(25 / 1366 * 100vw); }
    #recruitment_detail .recruitment_block .txt {
      font-size: calc(18 / 1366 * 100vw); }
      #recruitment_detail .recruitment_block .txt * {
        font-size: calc(18 / 1366 * 100vw); }
      #recruitment_detail .recruitment_block .txt table tr td {
        border-width: calc(3 / 1366 * 100vw);
        padding: calc(20 / 1366 * 100vw) calc(15 / 1366 * 100vw); }
      #recruitment_detail .recruitment_block .txt table a {
        padding-right: calc(30 / 1366 * 100vw); }
        #recruitment_detail .recruitment_block .txt table a:after {
          width: calc(21 / 1366 * 100vw);
          height: calc(20 / 1366 * 100vw); } }
@media screen and (max-width: 768px) {
  .secondpage {
    padding-top: calc(40 / 768 * 100vw); }

  #recruitment_detail h3 {
    font-size: calc(33 / 768 * 100vw);
    padding-bottom: calc(30 / 768 * 100vw); }
  #recruitment_detail h4 {
    font-size: calc(36 / 768 * 100vw);
    border-width: calc(8 / 768 * 100vw);
    margin-bottom: calc(30 / 768 * 100vw);
    padding-left: calc(20 / 768 * 100vw); }
  #recruitment_detail .outline {
    padding-bottom: calc(40 / 768 * 100vw); }
    #recruitment_detail .outline .txt {
      font-size: calc(28 / 768 * 100vw); }
      #recruitment_detail .outline .txt * {
        font-size: calc(28 / 768 * 100vw); }
  #recruitment_detail .interview_block {
    margin-bottom: calc(35 / 768 * 100vw);
    padding-top: calc(35 / 768 * 100vw); }
    #recruitment_detail .interview_block ul {
      margin-left: 0; }
      #recruitment_detail .interview_block ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: calc(60 / 768 * 100vw); }
      #recruitment_detail .interview_block ul a .ttl {
        font-size: calc(28 / 768 * 100vw); }
      #recruitment_detail .interview_block ul a .job_year p {
        font-size: calc(24 / 768 * 100vw); }
  #recruitment_detail .recruitment_block {
    padding-top: calc(50 / 768 * 100vw);
    padding-bottom: calc(35 / 768 * 100vw); }
    #recruitment_detail .recruitment_block .txt {
      font-size: calc(28 / 768 * 100vw); }
      #recruitment_detail .recruitment_block .txt * {
        font-size: calc(28 / 768 * 100vw); }
      #recruitment_detail .recruitment_block .txt table tr td:first-of-type {
        width: 100% !important;
        padding: calc(30 / 768 * 100vw) calc(20 / 768 * 100vw); }
      #recruitment_detail .recruitment_block .txt table tr td {
        width: 100% !important;
        display: block;
        border-width: 0;
        padding: calc(30 / 768 * 100vw) 0; }
      #recruitment_detail .recruitment_block .txt table a {
        padding-right: calc(30 / 768 * 100vw); }
        #recruitment_detail .recruitment_block .txt table a:after {
          width: calc(21 / 768 * 100vw);
          height: calc(20 / 768 * 100vw); } }
