@charset "UTF-8";
/* CSS Document */
/*グロナビ*/
#side_bar nav ul li:nth-of-type(4) a {
  color: #ed0100; }

/* +++++++++++++++++++++++++++++++++++++

採用情報 エントリーフォーム　css

++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++上部ヘッダー部分++++++++++++++ */
.page_header {
  width: 100%;
  min-width: 1000px;
  height: 180px;
  margin-bottom: 15px;
  background: #ff7c2d;
  background: -moz-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ed0100), color-stop(62%, #ff7c2d), to(#ff7c2d));
  background: -webkit-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: -o-linear-gradient(left, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  background: linear-gradient(to right, #ed0100 0%, #ff7c2d 62%, #ff7c2d 100%);
  position: relative;
  /*h2*/ }
  @media only screen and (max-width: 768px) {
    .page_header {
      min-width: 100%;
      margin-top: 60px;
      height: 100px; } }
  .page_header:after {
    content: 'Recruit';
    font-family: Roboto;
    font-weight: 700;
    font-size: 120px;
    color: rgba(242, 27, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .page_header:after {
        font-size: 15vw; } }
  .page_header h2 {
    color: #fff;
    letter-spacing: 0.2em;
    padding: 110px 0 0 70px;
    font-weight: 500;
    font-size: 18px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_header h2 {
        padding: 40px 0 0 30px; } }
    .page_header h2:before {
      content: '';
      display: block;
      width: 1px;
      height: 70px;
      background-color: #ec7877;
      position: absolute;
      left: 60px; }
      @media only screen and (max-width: 768px) {
        .page_header h2:before {
          height: 60px;
          left: 20px; } }
    .page_header h2:after {
      content: 'Application';
      color: #ec7877;
      font-family: Roboto;
      font-weight: 500;
      font-size: 12px;
      position: absolute;
      left: 70px;
      bottom: -20px;
      letter-spacing: 0.02em; }
      @media only screen and (max-width: 768px) {
        .page_header h2:after {
          left: 30px; } }

/*.page_header*/
.pan_nav {
  font-size: 12px;
  width: 98%;
  text-align: right;
  overflow: hidden;
  margin-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    .pan_nav {
      font-size: 10px; } }
  .pan_nav ul li {
    display: inline-block;
    /*a*/ }
    .pan_nav ul li:last-child:after {
      display: none; }
    .pan_nav ul li:after {
      content: "〉";
      padding-left: 8px; }
    .pan_nav ul li a {
      color: #ed0100;
      transiton: 0.3; }
      .pan_nav ul li a:hover {
        opacity: 0.7; }

/*.pan_nav*/
h3 {
  color: #ed0100;
  font-family: Roboto;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 70px; }
  h3:after {
    content: '〈 エントリーフォーム 〉';
    font-size: 12px;
    letter-spacing: 0.05em;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50px;
    color: #2b2b2b; }

/*h3*/
/*　++++++++++++++コンテンツ++++++++++++++　*/
.wrap {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 90%; } }
  .wrap > p {
    line-height: 1.8em;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .wrap > p {
        text-align: left;
        margin-bottom: 20px; } }

/*.wrap*/
/* ===================================

↓お問い合わせフォーム css 

=================================== */
.required {
  background-color: #ed0100;
  padding: 1px 4px;
  margin: 0 4px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em; }

/*.required*/
.formWrap form {
  width: 1000px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 768px) {
    .formWrap form {
      width: 100%;
      padding: 0;
      margin-bottom: 50px; } }

/*.formWrap form */
.formWrap table {
  width: 100%;
  margin-bottom: 45px;
  border-bottom: 1px solid #dddddd;
  /*th*/ }
  @media only screen and (max-width: 768px) {
    .formWrap table {
      margin-bottom: 0px;
      width: 100%;
      margin-bottom: 20px; } }
  .formWrap table tr {
    width: 100%;
    border-top: 1px solid #dddddd;
    /* td*/ }
    .formWrap table tr:last-of-type th, .formWrap table tr:nth-of-type(8) th {
      vertical-align: top;
      padding-top: 30px; }
      @media only screen and (max-width: 768px) {
        .formWrap table tr:last-of-type th, .formWrap table tr:nth-of-type(8) th {
          padding-top: 0; } }
    @media only screen and (max-width: 768px) {
      .formWrap table tr {
        padding-bottom: 10px; } }
    .formWrap table tr th {
      text-align: left;
      width: 160px;
      font-weight: bold;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .formWrap table tr th {
          border-bottom: none;
          display: block;
          width: 90%;
          padding: 0;
          margin: 15px 0 0 0; } }
    .formWrap table tr td {
      padding-left: 40px;
      padding-top: 20px;
      padding-bottom: 20px;
      display: block;
      line-height: 1.5em;
      overflow: hidden;
      /*textarea*/ }
      @media only screen and (max-width: 768px) {
        .formWrap table tr td {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding-top: 15px;
          padding-left: 0;
          padding-bottom: 15px;
          border-left: none; } }
      .formWrap table tr td .sub_c {
        font-size: 12px;
        color: #999; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td .sub_c {
            display: block;
            font-size: 12px;
            margin-top: 4px;
            text-indent: -5px; } }
      .formWrap table tr td .birth {
        margin: 0 3px; }
      .formWrap table tr td input {
        font-family: inherit; }
      .formWrap table tr td label {
        margin-bottom: 10px;
        display: inline-block; }
        .formWrap table tr td label:last-of-type {
          margin-bottom: 0; }
          @media only screen and (max-width: 768px) {
            .formWrap table tr td label:last-of-type {
              margin-bottom: 20px; } }
        .formWrap table tr td label input {
          margin-right: 5px; }
      .formWrap table tr td input[type="text"] {
        font-family: inherit;
        width: 350px;
        height: 20px;
        padding: 5px 10px;
        font-size: 14px;
        background-color: #f1f0ef;
        border: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="text"] {
            box-sizing: border-box;
            width: 100%;
            height: 30px;
            padding: 1%;
            font-siz: 14px; } }
      .formWrap table tr td input[type="tel"] {
        width: 200px;
        height: 20px;
        padding: 5px 10px;
        font-size: 14px;
        background-color: #f1f0ef;
        border: none; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="tel"] {
            box-sizing: border-box;
            width: 100%;
            height: 30px;
            padding: 1%;
            font-siz: 14px; } }
      .formWrap table tr td input[type="email"] {
        width: 430px;
        height: 24px;
        padding: 5px 10px;
        font-size: 14px;
        border: none;
        background-color: #f1f0ef; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input[type="email"] {
            box-sizing: border-box;
            height: 30px;
            width: 100%;
            padding: 1%;
            font-siz: 14px; } }
      .formWrap table tr td input.v_short {
        width: 30px; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input.v_short {
            width: 50px; } }
      .formWrap table tr td input.short {
        width: 100px; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input.short {
            width: 100%; } }
      .formWrap table tr td input.long {
        width: 700px; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td input.long {
            width: 100%; } }
      .formWrap table tr td textarea {
        font-family: inherit;
        width: 780px;
        max-width: 780px;
        font-size: 14px;
        height: 100px;
        padding: 10px;
        border: none;
        background-color: #f1f0ef; }
        @media only screen and (max-width: 768px) {
          .formWrap table tr td textarea {
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            font-size: 14px;
            padding: 1%;
            margin-bottom: 20px; } }

/*tr*/
label.check {
  display: block;
  margin: 0 auto;
  width: 362px;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"; }
  @media only screen and (max-width: 768px) {
    label.check {
      width: 100%;
      box-sizing: border-box;
      text-align: left;
      text-indent: -20px;
      padding-left: 20px;
      line-height: 1.5em;
      margin-bottom: 30px; } }
  label.check input[type="checkbox"] {
    margin-right: 5px; }
  label.check a {
    text-decoration: none;
    font-weight: bold;
    color: #ed0100; }

.submit {
  text-align: center;
  position: relative;
  width: 270px;
  /*background-color: yellow;*/
  margin: 0 auto;
  transition: 0.3s; }
  .submit:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #ed0100;
    z-index: 10;
    transition: 0.3s; }
  .submit:hover:after {
    right: 15px;
    border-color: transparent transparent transparent #ffffff; }

input.btn_submit,
input.btn_send,
input.btn_turn,
input.btn_back {
  cursor: pointer;
  margin: 50px auto 0;
  display: block;
  width: 270px;
  padding-left: 15px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background-color: #2b2b2b;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  overflow: hidden;
  position: relative;
  transition: all .5s;
  font-family: inherit; }
  @media only screen and (max-width: 768px) {
    input.btn_submit,
    input.btn_send,
    input.btn_turn,
    input.btn_back {
      margin: 0 auto; } }

input.btn_submit:hover,
input.btn_send:hover,
input.btn_turn:hover,
input.btn_back:hover {
  background-color: #ed0100; }

.contact_area {
  border-top: 1px solid #dddddd; }

.contact_area {
  border-top: 1px solid #dddddd; }

/*+++++++++++ エラー確認画面 ++++++++++++++*/
.erar_box {
  width: 1000px;
  margin: 100px auto 500px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .erar_box {
      width: 90%;
      text-align: left;
      margin: 50px auto 300px; } }

.erar {
  line-height: 1.5em;
  margin-bottom: 20px; }

/*+++++++++++ 送信完了画面 ++++++++++++++*/
.comp_wrap {
  width: 1000px;
  margin: 150px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .comp_wrap {
      width: 90%;
      margin: 50px auto;
      text-align: left; } }
  .comp_wrap h4 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .comp_wrap h4 {
        margin-bottom: 20px; } }
  .comp_wrap p {
    line-height: 2em; }
    @media only screen and (max-width: 768px) {
      .comp_wrap p br {
        display: none; } }

/*.comp_wrap*/
