@charset "UTF-8";
/*
* レイアウト
*/
#requirement {
  
}
#requirement .commonBgColor {
  width: 100%;
  background-color: #FFFFFF;
}
/* カテゴリーページ時、背景変更 */
#requirement.catPage 
#blockRelatedContentRecruit {
  background-color: #FFFFFF;
}
#requirement.catPage 
#blockRelatedContentRecruit::after,
#requirement.catPage #blockBreadcrumb,
#requirement.catPage #toWorld .upperArch {
  background-color: #F5F9FF;
}
/* 詳細ページ時、上部スペースを詰める */
#requirement.detailPage .columnWrap {
  position: relative;
  z-index: 2;
  margin-top: -140px;
}


/*
* まえがき
*/
#preface {
  position: relative;
  margin: 0;
  padding: 0 0 120px 0;
}
#preface .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#preface p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}


/* 
* カテゴリーリスト
*/
#catList {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0;
  padding: 80px 0 100px 0;
}
#catList .sectionTitle {
  margin-bottom: 60px;
}
#catList .parentWrap {
  margin: 0 auto;
  padding: 0 0 60px 0;
}
#catList ul.list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#catList ul.list li {
  margin: 0;
  padding: 0;
  border-bottom: #DBE5F0 1px solid;
}
#catList ul.list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}
#catList ul.list li a::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrowCircleBlue02R.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/*
* 採用情報内容
*/
#requirementInfo {
  position: relative;
  margin: 0;
  padding: 0 0 100px 0;
}
#requirementInfo article + article {
  margin-top: 80px;
}
/* タイトル */
#requirementInfo h3.title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 20px 0;
}
#requirementInfo img.line {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
}
/* テーブル */
#requirementInfo table.content {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
#requirementInfo table.content th,
#requirementInfo table.content td {
  padding: 16px 12px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  border-top: #BECCDE 1px solid;
  border-bottom: #BECCDE 1px solid;
}
#requirementInfo table.content th {
  width: 220px;
  max-width: 40%;
  background-color: #F5F9FF;
}
#requirementInfo table.content td a {
  color: #1B74C1;
  text-decoration: underline;
}


/*
* リンクボタン
*/
#linkButton {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0 0 100px 0;
  text-align: center;
}
/* エントリーボタン */
#linkButton a.entryButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 20px 20px 20px 60px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #32A5ED 0%, #1B74C1 100%);
  border-radius: 8px;
}
#linkButton a.entryButton::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100px;
  display: block;
  width: 204px;
  height: 100%;
  background-image: url(../img/partsRing01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#linkButton a.entryButton::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrowCircleWhite01R.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}
#linkButton a.entryButton en {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#linkButton a.entryButton strong {
  display: block;
  margin: 0 auto 0 0;
  font-size: 18px;
  font-weight: 400;
}
/* マイナビボタン */
#linkButton .mynaviButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 0 40px 0;
  padding: 30px;
  border: #BECCDE 1px solid;
  border-radius: 8px;
}
#linkButton .mynaviButton p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
#linkButton .mynaviButton .logo {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#linkButton .mynaviButton .logo a {
  flex: 1;
  max-width: calc(50% - 10px);
  margin: 0;
  padding: 25px;
  border: #BECCDE 1px solid;
  border-radius: 8px;
}
#linkButton .mynaviButton .logo img {
  display: block;
  width: 100%;
}
/* 一覧に戻るボタン */
#linkButton a.linkButtonArrow {
  width: 280px;
}


/*
* サイドバー カテゴリーリスト
*/
#sideRecruitCat {
  position: relative;
  margin: 0;
  padding: 0;
}
#sideRecruitCat section {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#sideRecruitCat section + section {
  margin-top: 40px;
}
#sideRecruitCat h3.title {
  margin: 0;
  padding: 20px;
  color: #FFFFFF;
  background-color: #1B74C1;
  border-radius: 4px 4px 0 0;
}
#sideRecruitCat a.link {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: -1px 0 0 0;
  padding: 20px;
  border: #BECCDE 1px solid;
}
#sideRecruitCat a.link:last-of-type {
  border-radius: 0 0 4px 4px;
}
#sideRecruitCat a.link::before {
  content: '';
  display: block;
  width: 4px;
  height: 8px;
  background-image: url(../img/arrowBlue01R.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#sideRecruitCat a.link:hover {
  color: #1B74C1;
  background-color: #F5F9FF;
  opacity: 1;
}
#sideRecruitCat a.link.hit {
  background-color: #F5F9FF;
  border-left: #1B74C1 4px solid;
}










/*
* スマホ用 
*/


@media screen and (max-width:992px){



  /*
  * レイアウト
  */
  /* 詳細ページ時、上部スペースを詰める */
  #requirement.detailPage .columnWrap {
    margin-top: -40px;
  }

  
  /*
  * まえがき
  */
  #preface {
    padding: 0 0 40px 0;
  }
  #preface .wrap {
    gap: 20px;
  }
  #preface p {
    font-size: 15px;
  }


  /* 
  * カテゴリーリスト
  */
  #catList {
    gap: 40px;
    padding: 20px 0 40px 0;
  }
  #catList .parentWrap {
    padding: 0 0 40px 0;
  }
  #catList ul.list li a {
    padding: 20px;
    font-size: 15px;  
  }
  #catList ul.list li a::after {
    width: 32px;
    height: 32px;
  }


  /*
  * 採用情報内容
  */
  #requirementInfo {
    padding: 0 0 40px 0;
  }
  #requirementInfo article + article {
    margin-top: 40px;
  }
  /* タイトル */
  #requirementInfo h3.title {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
  #requirementInfo img.line {
    padding: 0 0 20px 0;
  }
  /* テーブル */
  #requirementInfo table.content tr {
    display: flex;
    flex-direction: column;
    margin-top: -1px;
  }
  #requirementInfo table.content th,
  #requirementInfo table.content td {
    width: 100%;
    padding: 10px 10px;
    font-size: 15px;
    border-top: none;
    border-bottom: #BECCDE 1px solid;
  }
  #requirementInfo table.content th {
    width: 100%;
    max-width: 100%;
    border-top: #BECCDE 1px solid;
    border-bottom: none;
  }


  /*
  * リンクボタン
  */
  #linkButton {
    gap: 20px;
    padding: 0 0 40px 0;
  }
  /* エントリーボタン */
  #linkButton a.entryButton {
    gap: 20px;
    padding: 10px 10px 10px 20px;
  }
  #linkButton a.entryButton::before {
    top: 0;
    right: 100px;
    width: 204px;
    height: 100%;
  }
  #linkButton a.entryButton::after {
    width: 32px;
    height: 32px;

  }
  #linkButton a.entryButton en {
    font-size: 32px;
  }
  #linkButton a.entryButton strong {
    font-size: 16px;
  }
  /* マイナビボタン */
  #linkButton .mynaviButton {
    flex-direction: column;
    gap: 10px;
    margin: 0 0 20px 0;
    padding: 10px 20px;
  }
  #linkButton .mynaviButton p {
    width: 100%;
    font-size: 15px;
  }
  #linkButton .mynaviButton .logo {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  #linkButton .mynaviButton .logo a {
    max-width: 100%;
    padding: 10px;
  }
  /* 一覧に戻るボタン */
  #linkButton a.linkButtonArrow {
    width: inherit;
  }


  /*
  * サイドバー カテゴリーリスト
  */
  #sideRecruitCat {
    margin: 0;
    padding: 0;
  }
  #sideRecruitCat section {
    font-size: 15px;
  }
  #sideRecruitCat section + section {
    margin-top: 20px;
  }
  #sideRecruitCat h3.title {
    margin: 0;
    padding: 10px;
  }
  #sideRecruitCat a.link {
    gap: 10px;
    margin: -1px 0 0 0;
    padding: 10px;
  }
  #sideRecruitCat a.link::before {
    width: 4px;
    height: 8px;
  }













}
