/* CSS Document */
body {
  color: #333;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  /* background-color: #f4f4f4; */
  background: linear-gradient(180deg,#000 0%,#000 80px,#f4f4f4 80px,#f4f4f4 100%);
  margin: 0!important;
}
.section_h2 {
  margin: 0% 0% 5% 0%;
  text-align: center;
  background-color: #ffcc00;
  line-height: 2;
  letter-spacing: 8px;
  font-size: min(3vw, 33px);
  font-weight: 900;
}
a {
  text-decoration: none;
  color: #000;
}
.headContent {
  /* margin: 3% 0% 0% 0%; */
  padding-top: 20px;
}
.free {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width:680px) {
  body {
    width: 100%;
    margin: 0;
  }
  .free {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:680px) {
  .section_h2 {
    letter-spacing: 3px;
    font-size: 6vw;
  }
}
li {
  list-style: none;
}
/* keyvisual */
#keyvisual_page2,#keyvisual_page3 {
  margin: 0% 0% 4% 0%;
}
.keyvisual_inner picture {
  width: 100%;
}
.keyvisual_inner picture img {
  width: 100%;
}
@media screen and (max-width:680px) {
  .keyvisual_inner picture img {
    display: block;
    width: 100%;
  }
}
/* /keyvisual */
/* seachJob */
#seachJob {
  margin: 0 auto 12%;
}
.seachJob_inner_box {
  width: 96%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width:680px) {
  .JobV1 a > img {
    width: 60%;
    padding: 4% 0;
  }
}
.JobV1 > a {
  display: block;
  padding: 4% 0 2% 0;
}
@media screen and (max-width:680px) {
  .JobV1 > a {
    display: block;
    padding: 1% 0 0 0;
  }
}
.JobV1, .JobV2 {
  width: 49%;
  margin: 0 0 2% 0;
  text-align: center;
}
.JobV1 a > img {
  width: 50%;
}
.JobV1_textBox {
  width: 98%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.JobV1_textBox img:first-child {
  width: 5%;
  margin: 0 2% 0 0;
}
.JobV1_textBox img:last-child {
  width: 4%;
}
@media screen and (max-width:680px) {
  .JobV1_textBox img:last-child {
    display: none;
  }
}
.JobV1_textBox p {
  font-size: min(2.5vw, 28px);
  letter-spacing: 2px;
  margin: 0 4% 0 0;
  color: #fff;
}
@media screen and (max-width:680px) {
  .JobV1_textBox {
    padding: 0 0 3% 0;
  }
  .JobV1_textBox img:first-child {
    width: 7%;
  }
  .JobV1_textBox p {
    font-size: 3.3vw;
    letter-spacing: 0px;
    margin: 0;
  }
}
.okokuJob {
  background-color: #1d1d1d;
}
.kouguJob {
  background-color: #ee0000;
}
.simple-linear {
  background: linear-gradient(blue, pink);
}
.Job2_textbox {
  border: solid 2px #aaa;
  border-bottom: 0;
  background: linear-gradient(#fff, #e4e3e3);
}
.Job2_textbox_inner {
  padding: 3% 0%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.Job2_textbox_inner p {
  font-size: min(3vw, 30px);
  font-weight: bold;
  line-height: 1;
  color: #484848;
  margin: 0 4% 0 0;
}
.Job2_textbox_inner img:first-child {
  width: 12%;
  margin: 0 2% 0 0;
}
.Job2_textbox_inner img:last-child {
  width: 4%;
}
@media screen and (max-width:680px) {
  .Job2_textbox_inner p {
    font-size: 3.3vw;
    font-weight: bold;
    letter-spacing: 0;
  }
  .Job2_textbox_inner img:first-child {
    width: 16%;
  }
}
.Job2_links {
  background-color: #626262;
}
@media screen and (max-width:680px) {
  .Job2_links {
    height: 12vw;
    ;
  }
}
.Job2_links ul {
  width: 93%;
  margin: 0 auto;
  padding: 1% 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.Job2_links ul li {
  width: 33%;
  font-size: min(1.5vw, 14px);
  color: #fff;
  margin: 0 6% 0 0;
  text-align: left;
}
@media screen and (max-width:680px) {
  .Job2_links ul li {
    width: 48%;
    font-size: 2vw;
    margin: 0;
    letter-spacing: 0px;
  }
}
.othersJob ul li {
  margin: 0;
  letter-spacing: -1px;
}
/* /seachJob */
/* tab */
#tabcontrol {
  margin: 0;
  padding: 1% 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #fff;
}
#tabcontrol a {
  width: 33%;
}
@media screen and (max-width:680px) {
  #tabcontrol a {
    width: 30%;
  }
}
#tabcontrol a:nth-child(2) {
  border-right: solid 2px #ccc;
  border-left: solid 2px #ccc;
}
#tabcontrol a p {
  width: 78%;
  font-size: min(2vw, 20px);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  padding: 3% 0;
  margin: 0 auto;
}
@media screen and (max-width:680px) {
  #tabcontrol a p {
    font-size: 2.8vw;
    font-weight: 100;
    letter-spacing: 2px;
  }
  #tabcontrol a p span {
    display: block;
  }
  #tabcontrol a p span:nth-child(2) {
    display: none;
  }
}
.tabborder p {
  border-bottom: solid 6px #fc0;
}
@media screen and (max-width:680px) {
  .tabborder p {
    border-bottom: solid 4px #fc0;
  }
}
/* /tab */
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
@media screen and (max-width:680px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}


/* 20220210追加 */
div#container {
  width: 100%;
  margin: 20px auto 0;
}

#header {
  /* width: 1360px; */
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;

}

#header .content {
width: 100%;
  margin: 0;
  /*margin-top: -60px;*/
}

#header .content .free {
  /* margin: 60px auto 0; */
  /* width: 1360px; */
  position: relative;
}
#head_area {
  /* width: 1040px; */
  margin: 0 auto;
  height: 105px;
}
#head_area #logo {
  position: absolute;
  top: -27px;
}
#head_area #logo img {
  display: block;
  margin: 0;
  padding: 0;
}
#header h1 {
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  /* padding: 2.5em 5em 0 0; */
  padding: 4em 1em 0 0;
}


@media screen and (max-width: 1110px){
#head_area {
    width: 96%;
    margin: 0 auto;
}
}

@media screen and (max-width: 960px){
/* #head_area {
    height: 60px;
} */
}

@media screen and (max-width:670px){
  #header h1 {
      text-align: left;
      font-size: 1.12rem; /*18px*/
      padding: 3.4em 0 0 140px;
  }
}
@media screen and (max-width:480px){
  body {background: linear-gradient(180deg,#000 0%,#000 60px,#f4f4f4 60px,#f4f4f4 100%);}
  div#container {margin-top: 0;}
  #header .content .free { margin-top: 60px; }
  #head_area { height: 40px; }
  #head_area #logo { top: -54px; left: 8px; }
  #head_area #logo img { width: 78px; height: 78px; }
  #header h1 {
      font-size: 0.94rem; /*15px*/
      /* padding: 0.8em 0 0 85px; */
      padding: 0.9em 0 0 86px;
  }
}
@media screen and (max-width:360px){
  #header h1 {
      font-size: 0.81rem; /*13px*/
  }
}


/* フッター */
#copy {
  width: 100%;
  background-color: #999;
  box-sizing: border-box;
  position: relative;
  font-size: 0.8rem;
}
#copy { background-color: #999; }
#copy .copyright,
#copy .ga_text,
#copy .recop {
  font-size: 100%;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}
#copy .recop,
#copy .ga_text {
  padding-top: 0;
}
#copy .recop a,
#copy .recop a:link,
#copy .recop a:visited,
#copy .ga_text a,
#copy .ga_text a:link,
#copy .ga_text a:visited {
  color: #fff !important;
}

/* バナー */
@media screen and (max-width: 360px){
.Job2_links ul li {
    line-height: 1.1;
}
}





.headContent {
  padding-top: 39px;
}
@media screen and (max-width: 960px){
  .headContent {
    padding-top: 24px;
  }
}  
@media screen and (max-width:670px){
  .headContent {
    padding-top: 23px;
  }
}
@media screen and (max-width:480px){
  .headContent {
    padding-top: 20px;
  }
}
@media screen and (max-width:360px){
  .headContent {
    padding-top: 10px;
  }
}

/* お仕事を探す　項目追加 */
.sagahruJob {
  background-color: #42AA6D;
}
.sagahruJob .JobV1_textBox p {
  font-size: min(2.5vw, 24px);
  letter-spacing: 0;
}
@media screen and (max-width: 680px) {
  .sagahruJob .JobV1_textBox p {
    font-size: 2.6vw;
    margin: 0;
  }
}
.ryouhinJob {
  background-color: #0068b7;
}