@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#page-title {
  background: url(../images/recruit/pagetitle.jpg) no-repeat center;
  background-size: cover;
}

#recruit .section__title {
  margin-bottom: 120px;
}
#recruit .section__title .title__text {
  position: relative;
}
#recruit .section__title .title__text::after {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 120%;
  height: 2px;
  background-color: #000;
}
#recruit .sub-section:not(:last-of-type) {
  margin-bottom: 200px;
}
#recruit .sub-section .sub-section__title {
  position: relative;
  font-size: 16px;
  padding-left: 1.2em;
  margin-bottom: 2em;
}
#recruit .sub-section .sub-section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '■';
}
#recruit .recruit__table {
  width: 100%;
  table-layout: fixed;
}
#recruit .recruit__table tr:first-of-type th,
#recruit .recruit__table tr:first-of-type td {
  border-top: 1px solid #ddd;
}
#recruit .recruit__table th,
#recruit .recruit__table td {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
#recruit .recruit__table th {
  width: 20%;
}

#job-info .job-info__table th {
  background-color: #f6f6f6;
}

#outline .outline__download {
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
  margin: 80px auto 0;
  padding: 40px 30px;
  background: rgba(0, 91, 172, 0.07);
  border-top: 4px double #222;
  border-bottom: 4px double #222;
  border-radius: 0;
}
#outline .outline__download .download__title {
  margin: 0;
  font-size: 22rem;
  letter-spacing: .1em;
}
#outline .outline__download .download__button {
  font-size: 18rem;
}
#outline .outline__download .download__button:hover {
  background: #005bac;
}
#outline iframe {
  display: block;
  width: 100%;
  height: 480px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #recruit .section__title {
    margin-bottom: 70px;
  }
  #recruit .sub-section:not(:last-of-type) {
    margin-bottom: 100px;
  }
  #recruit .recruit__table th,
  #recruit .recruit__table td {
    padding: 16px 12px;
  }
  #recruit .recruit__table th {
    width: 120px;
  }

  #outline .outline__download {
    display: block;
    margin-top: 60px;
    padding: 24px 20px;
    text-align: center;
  }
  #outline .outline__download .download__title {
    margin: 0 0 20px;
    font-size: 20rem;
  }
  #outline .outline__download .download__button {
    font-size: 16rem;
  }
  #outline .outline__download .download__button:hover {
    background: #222;
  }
  #outline iframe {
    margin-top: 60px;
  }
}
