@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*　人数が偶数になったら、スマホ時表示されている人のボタンをnone にする 675行付近  */
#contents {
  background: #f3f3f3;
}

/*--------------------
    #main-contents
--------------------*/
#main-contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 670px;
  top: 0px;
  z-index: 0;
  margin: 0;
  /*background-image:url(../../recruit/img/recruit-main-20201127.jpg);*/
  /* 画像ファイルの指定 */
  background-image: url(../img/recruit/recruit-main-pc@2x.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
@media screen and (max-width: 1023px) {
  #main-contents {
    background-image: url(../img/recruit/recruit-main-sp@2x.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
  }
}

/*PC1024px以上向けスタイル*/
h1.main-title img {
  width: 225px;
  height: 201px;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: none;
}

#main > article.main-in {
  width: 1224px;
  height: 670px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #main-contents {
    width: 100%;
    height: 400px;
  }
  #main > article.main-in {
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }
  h1.main-title img {
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 739px) {
  /*--------------------
      TB#main-contents
  --------------------*/
  #main-contents {
    width: 100%;
    height: 350px;
  }
  #main > article.main-in {
    width: 100%;
    height: 350px;
    margin: 0 auto;
  }
  h1.main-title img {
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
/*-----------共通----------*/
h2.sans {
  color: #003768;
  text-align: center;
  line-height: 0.8em;
  font-weight: 500;
}

h2.sans span {
  font-weight: 400;
  color: #313131;
}

/*--------------------
    #team
--------------------*/
#team {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#team h2.sans {
  color: #003768;
  text-align: center;
  line-height: 0.8em;
  font-weight: 600;
  margin: 0 auto 30px;
}

#team h2.sans span {
  font-weight: 400;
  color: #313131;
}

#team .team-thum .inline {
  border-collapse: separate;
  /* ←ココで余白 */
  border-spacing: 0px 0px;
  /* ←ココで余白 [左右・上下] */
}

#team .team-thum .inline .inline-box {
  border: #cccccc solid 1px;
}

/*------intrduction------*/
#introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  /*background-image:url(../../recruit/img/recruit-introduction-01.jpg);*/
  /* （←個人cssで指定）画像ファイルの指定 */
  background-position: center bottom;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#introduction .intor-in {
  width: 1024px;
  margin: 0 auto;
  height: 425px;
  z-index: 20;
  position: relative;
}

.prof-sp {
  display: none;
}

#introduction .intor-in .prof {
  width: 35%;
  position: absolute;
  right: 10px;
  bottom: 40px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.6);
}

.prof h3.fs-16 {
  display: inline-block;
  border-bottom: #313131 solid 2px;
  padding-bottom: 0.1em;
  margin-bottom: 0.75em;
}

.prof h2.fs-24 {
  display: block;
  margin-bottom: 0.5em;
}

.prof h2 small.fs-14 {
  padding-left: 2em;
}

.prof .fs-12 {
  line-height: 1.5em;
}

/*------questions------*/
#questions {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 50px;
  background: #e45f4d;
  text-align: center;
}

#questions .question {
  width: 1024px;
  margin: 0 auto;
}

/*質問内容*/
#questions .question > h3.fs-20 {
  color: #ffffff;
  font-weight: 500;
}

/*応答枠*/
#questions .question .ques-in {
  background: #ffffff;
  padding: 30px 120px;
  margin: 30px auto 50px;
}

/*応答キャプション*/
#questions .ques-in h2.fs-16 {
  font-weight: 500;
  padding: 0.8em 0.3em;
  margin-bottom: 1.6em;
  border-top: #e45f4d solid 2px;
  border-bottom: #e45f4d solid 2px;
  display: inline-block;
  letter-spacing: 0.05em;
}

#questions .ques-in .fs-15 {
  line-height: 1.5em;
  text-align: left;
}

.message .inline-box:first-child {
  width: 20%;
  vertical-align: bottom;
}

.message .inline-box:first-child img {
  width: 100%;
  height: auto;
}

.message .inline-box:nth-child(2) {
  width: 80%;
  vertical-align: bottom;
  padding-left: 20px;
}

.message .message__title {
  text-align: left;
  padding: 0.5em 0 0.8em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #e45f4d;
  text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff;
}
@media screen and (max-width: 739px) {
  .message .message__title {
    text-align: center;
  }
}

.messe-in {
  text-align: left;
  padding: 30px 100px;
  background: #ffffff;
}

.message h2.fs-15 {
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
  border-bottom: #666666 solid 1px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.message .fs-15 {
  line-height: 1.5;
}

/*------preve/next------*/
#pr-nx {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#pr-nx .inline-box a {
  display: inline-block;
  background: #595b5c;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 260px;
  width: 100%;
}

#pr-nx .inline-box {
  height: 260px;
}

#pr-nx .inline-box img {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s, transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  overflow: hidden;
}

#pr-nx .inline-box .arrow {
  height: 50px;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 3;
  position: absolute;
  bottom: 0;
  line-height: 50px;
}

#pr-nx .prev .arrow {
  background: rgba(229, 229, 229, 0.9);
}

#pr-nx .next .arrow {
  background: rgba(255, 255, 255, 0.9);
}

#pr-nx .inline-box:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.names {
  opacity: 1;
}

.names {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 100;
  text-align: left;
}

.names p.fs-14 {
  display: inline-block;
  border-bottom: #313131 solid 2px;
  padding-bottom: 0.3em;
  margin-bottom: 0.75em;
}

.names h3.fs-22 {
  display: block;
  margin-bottom: 0.5em;
}

.names h3.fs-22 .agenda {
  padding-left: 1em;
}

/*---20160906 名前修正ここから---*/
#pr-nx .names p.fs-14 > img,
#pr-nx .names h3.fs-22 > img,
#pr-nx .names h3.fs-22 > span.agenda > img {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

#pr-nx .names p.fs-14 > img {
  padding: 0;
  margin: 0;
}

#pr-nx .names h3.fs-22 > img,
#pr-nx .names h3.fs-22 > span.agenda > img {
  display: inline-block;
  margin-top: -0.5em;
}

/*---20160906 名前修正ここまで---*/
/*--------------------
    #event
--------------------*/
#event {
  width: 100%;
}

#event h2.title {
  margin: 0 auto 30px;
  text-align: center;
}

#event h2.title img {
  width: 264px;
  height: auto;
}

#slider1 {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

#slider1 ul li {
  float: left;
  list-style: none;
  height: 250px;
  overflow: hidden;
  position: relative;
  left: 0px;
  margin-left: 1px;
}

/*--------------------
    #recruit
--------------------*/
#recruit {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}

#recruit h2.sans {
  color: #003768;
  text-align: center;
  line-height: 0.8em;
  font-weight: 600;
  margin: 0 auto 30px;
}

#recruit h2.sans span {
  font-weight: 400;
  color: #313131;
}

.recruit-in {
  width: 1024px;
  margin: 0 auto;
}

/*-------------------
   contact-btn
-------------------*/
.contact-btn {
  display: block;
  text-align: center;
  margin: 40px auto 60px;
  width: 1024px;
}

.contact-btn a {
  font-size: 16px;
  padding: 0.7em 3em;
  display: block;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e45f4d), color-stop(49%, #e45f4d), color-stop(50%, #d9503d), to(#d9503d));
  background-image: linear-gradient(top, #e45f4d 0%, #e45f4d 49%, #d9503d 50%, #d9503d);
}

.contact-btn a:after {
  content: "\f138";
  font-family: FontAwesome;
  padding-left: 0.5em;
  color: #ffffff;
}

/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  /*--------------------
      #recruit
  --------------------*/
  .recruit-in .inline:first .inline-box:first-child {
    border-top: #dfdfdf solid 1px;
  }
  .recruit-in .inline-box {
    padding: 1.2em 0.8em;
    vertical-align: text-top;
    border-bottom: #dfdfdf solid 1px;
    text-align: left;
  }
  .recruit-in .inline-box:first-child {
    background: #f2f5f7;
    width: 150px;
    border-left: #dfdfdf solid 1px;
    border-right: #dfdfdf solid 1px;
  }
  .recruit-in .inline-box:nth-child(2) {
    background: #ffffff;
    width: 872px;
    border-right: #dfdfdf solid 1px;
  }
}
/*タブレット1023px以下向けスタイル*/
@media screen and (max-width: 1023px) {
  /*--------------------
      TB#main-contents
  --------------------*/
  h1.main-title img {
    width: 180px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  /*--------------------
      #team
  --------------------*/
  #team {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #team .team-thum .inline {
    border-collapse: separate;
    /*←ココで余白*/
    border-spacing: 0px 0px;
    /* ←ココで余白 [左右・上下] */
    width: 100%;
  }
  #team .team-thum .inline .inline-box {
    border: #cccccc solid 1px;
  }
  /*------intrduction------*/
  #introduction {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../../recruit/img/recruit-introduction-01.jpg); */
    /*（←個人cssで指定）画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
  #introduction .intor-in {
    width: 100%;
    margin: 0 auto;
    height: 425px;
    z-index: 20;
    position: relative;
  }
  .prof h2 small.fs-14 {
    padding-left: 1em;
  }
  /*------questions------*/
  #questions {
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px 50px;
    background: #e45f4d;
    text-align: center;
  }
  #questions .question {
    width: 100%;
    margin: 0 auto;
  }
  /*質問内容*/
  #questions .question > h3.fs-20 {
    color: #ffffff;
    font-weight: 500;
  }
  /*応答枠*/
  #questions .question .ques-in {
    background: #ffffff;
    padding: 30px 60px;
    margin: 30px auto 50px;
  }
  .messe-in {
    text-align: left;
    padding: 30px 60px;
    background: #ffffff;
  }
  /*------preve/next------*/
  #pr-nx {
    width: 100%;
    margin: 0;
  }
  #pr-nx .inline-box a {
    display: inline-block;
    background: #595b5c;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 200px;
    width: 100%;
  }
  #pr-nx .inline-box {
    height: 200px;
  }
  #pr-nx .inline-box .arrow {
    height: 40px;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    line-height: 40px;
  }
  .names {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 100;
    text-align: left;
  }
  .names h3.fs-22 .agenda {
    padding-left: 0em;
    padding-top: 0.2em;
    display: block;
  }
  /*--------------------
      #event
  --------------------*/
  #event h2.title img {
    width: 200px;
    height: auto;
  }
  #slider1 {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  #slider1 ul li {
    float: left;
    list-style: none;
    height: 180px;
    overflow: hidden;
    position: relative;
    left: 0px;
    margin-left: 1px;
  }
  #slider1 ul li img {
    height: 180px;
    width: auto;
  }
  /*--------------------
      #recruit
  --------------------*/
  #recruit {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
    padding: 30px;
  }
  .recruit-in {
    width: 100%;
    margin: 0 auto;
  }
  .recruit-in .inline:first .inline-box:first-child {
    border-top: #dfdfdf solid 1px;
  }
  .recruit-in .inline-box {
    padding: 1.2em 0.8em;
    vertical-align: text-top;
    border-bottom: #dfdfdf solid 1px;
    text-align: left;
  }
  .recruit-in .inline-box:first-child {
    background: #f2f5f7;
    width: 20%;
    border-left: #dfdfdf solid 1px;
    border-right: #dfdfdf solid 1px;
  }
  .recruit-in .inline-box:nth-child(2) {
    background: #ffffff;
    width: 80%;
    border-right: #dfdfdf solid 1px;
  }
  /*-------------------
     contact-btn
  -------------------*/
  .contact-btn {
    display: block;
    text-align: center;
    margin: 40px auto 40px;
    width: 100%;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*--------------------
      #team
  --------------------*/
  #team {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #team .team-thum .inline {
    border-collapse: separate;
    /*←ココで余白*/
    border-spacing: 0px 0px;
    /* ←ココで余白 [左右・上下] */
    width: 100%;
  }
  /*インラインブロックに変更する*/
  /*横幅指定ができる*/
  #team .team-thum .inline .inline-box {
    border: #cccccc solid 1px;
    display: inline-block;
    width: 50%;
    margin-right: -2px;
    margin-left: -2px;
  }
  /*------intrduction------*/
  #introduction {
    width: 100%;
    margin: 0px 0 0 0;
  }
  #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../../recruit/img/recruit-introduction-01.jpg);*/
    /*（←個人cssで指定） 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
  #introduction .intor-in {
    width: 100%;
    margin: 0 auto;
    height: 425px;
    z-index: 20;
    position: relative;
    display: block;
  }
  #introduction .intor-in .prof {
    display: none;
  }
  .prof-sp {
    display: inherit;
    width: 100%;
    padding: 30px;
  }
  .prof h3.fs-16,
  .prof-sp h3.fs-16 {
    display: inline-block;
    border-bottom: #313131 solid 2px;
    padding-bottom: 0.3em;
    margin-bottom: 0.75em;
  }
  .prof h2.fs-24,
  .prof-sp h2.fs-24 {
    display: block;
    margin-bottom: 0.5em;
  }
  .prof h2 small.fs-14,
  .prof-sp h2 small.fs-14 {
    padding-left: 1em;
  }
  .prof .fs-12,
  .prof-sp .fs-12 {
    line-height: 1.5em;
  }
  /*------questions------*/
  #questions {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 50px;
    background: #e45f4d;
    text-align: center;
  }
  #questions .question {
    width: 100%;
    margin: 0 auto;
  }
  /*質問内容*/
  #questions .question > h3.fs-20 {
    color: #ffffff;
    font-weight: 500;
  }
  /*応答枠*/
  #questions .question .ques-in {
    background: #ffffff;
    padding: 30px 20px;
    margin: 30px auto 50px;
  }
  /*応答キャプション*/
  .message .inline-box:first-child {
    width: 20%;
    vertical-align: bottom;
    display: none;
  }
  .message .inline-box:nth-child(2) {
    width: 80%;
    vertical-align: bottom;
    padding-left: 0px;
  }
  .messe-in {
    text-align: left;
    padding: 30px 20px;
    background: #ffffff;
  }
  /*------preve/next------*/
  #pr-nx {
    width: 100%;
    margin: 0;
  }
  #pr-nx .inline-box a {
    display: inline-block;
    background: #595b5c;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 180px;
    width: 100%;
  }
  #pr-nx .inline-box {
    height: 180px;
    display: block;
  }
  #pr-nx .inline-box .arrow {
    height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }
  .names {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 100;
    text-align: left;
  }
  .names h3.fs-22 .agenda {
    padding-left: 0em;
    padding-top: 0.2em;
    display: block;
  }
  /*--------------------
      #event
  --------------------*/
  #event h2.title img {
    max-width: 200px;
    height: auto;
  }
  /*--------------------
      #recruit
  --------------------*/
  #recruit {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
    padding: 30px 20px;
  }
  .recruit-in {
    width: 100%;
    margin: 0 auto;
  }
  .recruit-in .inline {
    margin-bottom: 10px;
    border: #dfdfdf solid 1px;
  }
  .recruit-in .inline:first .inline-box:first-child {
    border-top: none;
  }
  .recruit-in .inline-box {
    padding: 1.2em 0.8em;
    vertical-align: text-top;
    border-bottom: none;
    text-align: left;
    display: block;
  }
  .recruit-in .inline-box:first-child {
    background: #f2f5f7;
    width: 100%;
    border-bottom: #dfdfdf solid 1px;
    border-left: none;
    border-right: none;
    display: block;
  }
  .recruit-in .inline-box:nth-child(2) {
    background: #ffffff;
    width: 100%;
    border-right: none;
    display: block;
  }
  /*-------------------
     contact-btn
  -------------------*/
  .contact-btn {
    display: block;
    text-align: center;
    margin: 20px auto 20px;
    width: 100%;
  }
}
.p-recruit01 {
  /*------intrduction------*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit01 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  background-image: url(../img/recruit/recruit-introduction-01.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
@media screen and (max-width: 1023px) {
  .p-recruit01 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit01 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../../recruit/img/recruit-introduction-01.jpg);画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit01 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit01 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../../recruit/img/recruit-introduction-01.jpg); 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}

.p-recruit02 {
  /*------intrduction------*/
  /*↓プロフィールの配置が他の人と違う為*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit02 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  background-image: url(../img/recruit/recruit-introduction04-1.jpg);
  /* 画像ファイルの指定 */
  background-position: center 40%;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
.p-recruit02 #introduction .intor-in .prof {
  width: 35%;
  position: absolute;
  left: 10px;
  bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .p-recruit02 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit02 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    background-image: url(../img/recruit/recruit-introduction04-1.jpg);
    /*画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit02 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit02 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    background-image: url(../img/recruit/recruit-introduction04-1.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}

.p-recruit03 {
  /*------intrduction------*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit03 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  background-image: url(../img/recruit/recruit-introduction02.jpg);
  /* 画像ファイルの指定 */
  background-position: center 40%;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
@media screen and (max-width: 1023px) {
  .p-recruit03 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit03 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../../recruit-1701/img/recruit-introduction-02-20170123.jpg);画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit03 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit03 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /* background-image:url(../../recruit-1701/img/recruit-introduction-02-20170123.jpg);画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}

.p-recruit04 {
  /*------intrduction------*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit04 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  /*background-image:url(../img/recruit/recruit-introduction-02.jpg); 画像ファイルの指定 */
  background-image: url(../img/recruit/recruit-introduction-03.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
@media screen and (max-width: 1023px) {
  .p-recruit04 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit04 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../../recruit-1701/img/recruit-introduction-03.jpg); 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit04 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit04 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /* background-image:url(../../recruit-1701/img/recruit-introduction-03.jpg);画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}

.p-recruit05 {
  /*------intrduction------*/
  /*↓プロフィールの配置が他の人と違う為*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit05 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  /*background-image:url(../img/recruit/recruit-introduction-05.jpg); 画像ファイルの指定 */
  background-image: url(../img/recruit/recruit-introduction05.jpg);
  /*画像ファイルの指定 */
  background-position: center 20%;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
.p-recruit05 #introduction .intor-in .prof {
  width: 35%;
  position: absolute;
  left: 10px;
  bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .p-recruit05 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit05 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    background-image: url(../img/recruit/recruit-introduction05.jpg);
    /*画像ファイルの指定 */
    background-position: center 30%;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit05 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit05 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    background-image: url(../img/recruit/recruit-introduction05.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}

.p-recruit06 {
  /*------intrduction------*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit06 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  /*background-image:url(../img/recruit/recruit-introduction-05.jpg); 画像ファイルの指定 */
  background-image: url(../img/recruit/recruit-introduction-06.jpg);
  /*画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
@media screen and (max-width: 1023px) {
  .p-recruit06 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit06 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    background-image: url(../img/recruit/recruit-introduction-06.jpg);
    /*画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit06 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit06 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    background-image: url(../img/recruit/recruit-introduction-06.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}

.p-recruit08 {
  /*------intrduction------*/
  /*↓プロフィールの配置通常*/
  /*PC1024px以上向けスタイル*/
  /*タブレット943px以下向けスタイル*/
  /*スマートフォン739px以下専用スタイル*/
}
.p-recruit08 #introduction {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 425px;
  top: 0px;
  z-index: 10;
  margin: 50px 0 0 0;
  /*background-image:url(../img/recruit/recruit-introduction05.jpg);*/
  /*画像ファイルの指定 */
  background-image: url(../img/recruit/recruit-introduction08.jpg);
  /*画像ファイルの指定 */
  background-position: center 40%;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}
.p-recruit08 #introduction .intor-in .prof {
  width: 35%;
  position: absolute;
  right: 10px;
  bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .p-recruit08 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit08 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 425px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../img/recruit/recruit-introduction05.jpg); */
    /*画像ファイルの指定 */
    background-image: url(../img/recruit/recruit-introduction08.jpg);
    /*画像ファイルの指定 */
    background-position: center 40%;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /*表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /*背景画像が読み込まれる前に表示される背景のカラー */
  }
}
@media screen and (max-width: 739px) {
  .p-recruit08 {
    /*--------------------
        #team
    --------------------*/
    /*------intrduction------*/
  }
  .p-recruit08 #introduction {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 260px;
    top: 0px;
    z-index: 10;
    margin: 0px 0 0 0;
    /*background-image:url(../img/recruit/recruit-introduction05.jpg);*/
    /* 画像ファイルの指定 */
    background-image: url(../img/recruit/recruit-introduction08.jpg);
    /* 画像ファイルの指定 */
    background-position: center center;
    /* 画像を常に天地左右の中央に配置 */
    background-repeat: no-repeat;
    /* 画像をタイル状に繰り返し表示しない */
    /*background-attachment: fixed; コンテンナの高さが画像の高さより大きい時、動かないように固定 */
    background-size: cover;
    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-color: #EFEFEF;
    /* 背景画像が読み込まれる前に表示される背景のカラー */
  }
}/*# sourceMappingURL=recruit.css.map */