@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*メイン*/
#top_m {
  width: 100%;
  height: 250px;
  background-image: url("../img/info/top_img.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }

h1 {
  font-size: 187.5%;
  color: #05143f;
  background-color: #f8f1f1;
  padding: 0.5em 2%;
  text-align: center;
  width: 96%;
  font-family: "Sawarabi Mincho";
  font-weight: normal; }

#recruit_top {
  margin: 5em auto 0; }
  #recruit_top h2 {
    width: 100%;
    margin: 0 0 3em; }

.recruit01 {
  margin: 0 auto 0; }
  .recruit01 h3 {
    color: #1a466c;
    font-size: 150%;
    border-left: 1em solid #17c79a;
    padding: 0 0 0 5px;
    line-height: 1;
    margin: 0 0 1em; }
  .recruit01 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .recruit01 div figure {
      width: 48%; }
    .recruit01 div dl {
      width: 48%; }
      .recruit01 div dl dt {
        color: #1a466c;
        font-size: 150%;
        margin: 0 0 0.5em; }

.recruit02 {
  margin: 5em auto 0; }
  .recruit02 h3 {
    color: #1a466c;
    font-size: 150%;
    border-left: 1em solid #17c79a;
    padding: 0 0 0 5px;
    line-height: 1;
    margin: 0 0 1em; }
  .recruit02 table {
    width: 100%;
    margin: 2.5em 0 0; }
    .recruit02 table tr {
      border-top: 1px solid #676767; }
      .recruit02 table tr th {
        width: 30%;
        padding: 1.5em 0;
        color: #1a466c;
        text-align: left;
        vertical-align: top; }
      .recruit02 table tr td {
        width: 70%;
        padding: 1.5em 0; }
        .recruit02 table tr td a {
          color: #000;
          text-decoration: none; }
          .recruit02 table tr td a:hover, .recruit02 table tr td a:active {
            color: #000;
            text-decoration: underline; }
        .recruit02 table tr td ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .recruit02 table tr td ul li {
            width: 48%; }

#interview {
  margin: 0 auto 0; }
  #interview h3 {
    color: #1a466c;
    font-size: 150%;
    border-left: 1em solid #17c79a;
    padding: 0 0 0 5px;
    line-height: 1;
    margin: 0 0 1em; }
  #interview ul {
    width: 100%;
    margin: 2em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #interview ul li {
      width: 48%;
      position: relative;
      background-color: #fff;
      padding: 0 0 3.5em; }
      #interview ul li:nth-child(n+3) {
        margin: 2em 0 0; }
      #interview ul li dl {
        width: 100%;
        position: absolute;
        bottom: 1em;
        left: 0;
        z-index: 1; }
        #interview ul li dl dt {
          width: 210px;
          background-color: rgba(23, 199, 154, 0.8);
          color: #fff;
          font-weight: bold;
          padding: 0.25em 15px; }
        #interview ul li dl dd {
          width: 96%;
          margin: 0 auto; }
          #interview ul li dl dd a {
            color: #000;
            display: block;
            text-align: center;
            text-decoration: none; }
            #interview ul li dl dd a:hover, #interview ul li dl dd a:active {
              color: #000;
              text-decoration: underline; }

#application {
  width: 750px;
  margin: 0 auto;
  padding: 2.5em 0;
  background-color: #fff;
  border: 2px solid #1a466c;
  color: #1a466c; }
  #application h3 {
    font-size: 200%;
    font-family: "Sawarabi Mincho";
    text-align: center; }
  #application p {
    text-align: center; }
    #application p a {
      display: block;
      width: 250px;
      margin: 1em auto 0;
      border: 1px solid #1a466c;
      padding: 0.5em 0;
      color: #1a466c;
      text-align: center;
      text-decoration: none; }
      #application p a:hover, #application p a:active {
        color: #fff;
        background-color: #1a466c; }

.application_b {
  background-image: url("../img/interview/back.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 0; }

.b_back {
  background-color: #f8f1f1;
  width: 100%;
  padding: 5em 0;
  margin: 5em 0 0; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1150px) {
  /*ヘッダー*/
  /*メイン*/
  #recruit_top, .recruit01, .recruit02, #interview {
    width: 1100px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  #recruit_top, .recruit01, .recruit02, #interview {
    width: 90%; }

  /*フッター*/ }
/*iPad pro-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media only screen and (min-width: 1024px) and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet1  ------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*ヘッダー*/
  /*メイン*/
  #interview ul li {
    padding: 0 0 5em; }

  #application {
    width: 70%; }

  /*フッター*/ }
/* tablet以下 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*ヘッダー*/
  /*メイン*/
  h1 {
    font-size: 160%; }

  .recruit01 h3 {
    font-size: 130%; }
  .recruit01 div {
    flex-direction: column; }
    .recruit01 div figure {
      width: 100%; }
    .recruit01 div dl {
      margin: 2em 0 0;
      width: 100%; }
      .recruit01 div dl dt {
        font-size: 130%; }

  .recruit02 {
    margin: 2.5em auto 0; }
    .recruit02 h3 {
      font-size: 130%; }
    .recruit02 table tr th {
      display: block;
      width: 100%;
      padding: 0.75em 0 0; }
    .recruit02 table tr td {
      display: block;
      width: 100%;
      padding: 0 0 0.75em; }
      .recruit02 table tr td ul {
        flex-direction: column; }
        .recruit02 table tr td ul li {
          width: 100%; }

  #interview {
    margin: 0 auto 0; }
    #interview h3 {
      font-size: 130%; }
    #interview ul {
      flex-direction: column; }
      #interview ul li {
        width: 100%; }
        #interview ul li:nth-child(n+2) {
          margin: 2em 0 0; }

  #application {
    width: 76%;
    margin: 0 auto;
    padding: 2.5em 2%; }
    #application h3 {
      font-size: 160%; }
    #application p a {
      width: 150px; }

  .application_b {
    padding: 2.5em 0; }

  .b_back {
    padding: 2.5em 0;
    margin: 2.5em 0 0; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
