@charset "UTF-8";
/* ====================================================================================

    ---  注意！！  コメントの中にコメントはダメ  動きがおかしくなる  ----

   setting

==================================================================================== */
* {
   box-sizing: border-box;
}



/* ---------- 事業内容概要 ---------- */
.category {

/*
    padding-top: 80px;
    width: 100%; 
    height: 700px; 
*/
}

.slidePanelRecruitH {
    background-image: url('../Images/Entryheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 

}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  /* background: #5bc8ac; */
  background: #166ab5;

  color: #fff;
  font-size: 14px;
}

.Form-Item-Label-Required1 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  /* background: #5bc8ac; */
  background: #00bfff;

  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Input2 {
  height: 20px;
  width: 100px;
  max-width: 410px;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Btn {
    display:flex; /* ボタンを横並びに設定 */
}

.Form-Btn-I {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    /* background: #5bc8ac; */
    background: #166ab5;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.Form-Btn-I:hover {
    box-shadow: 0px 12px 24px #0b5dae63;
    transform: translateY(-4px);
}

.Form-Chk {
    display: flex;
    flex-direction: colum;
    text-align: center center;
}

.agree_kojin{
     text-decoration: underline;
     /*color: #008080;*/
     color: #1e90ff;
     /* position: static; */
     padding-top: 1.2em;
     padding-left: 1.2em;/*アイコン分のスペース*/
     line-height: 1.4;/*行高*/
     margin: 0 auto;
}


@media screen and (max-width:640px) {

    .Form-Chk {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .agree_kojin{
        padding-top: 0;
    
    }

    .slidePanelRecruitH {
        background-image: url('../Images/Entryheader1.png');
    }

}


@media screen and (max-width: 730px) {
  .Form-Btn-I {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
  }
  
  .Form {
    margin-top: 40px;
  }

  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }

  .Form-Item-Label-Required1 {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }

  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }

  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }

}


