/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #313131;
}
/*recruitment_common */
.recruitment_container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
}
.recruitment_wrapper {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.recruitment_wrapper2 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding-top: 120px;
}
.recruitment_left {
  width: 415px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
.recruitment_list {
  margin: 30px 0;
}
.recruitment_list li {
  text-align: right;
}
.recruitment_right {
  width: 680px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}
.index_slider {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.index_slider li img {
  max-width: 100%;
}
/*recruitment_halfway*/
h2.title {
  margin: 20px 0;
  display: block;
}
h3.subject {
  height: 35px;
  line-height: 35px;
  margin: 30px 0;
  font-size: 35px;
  display: block;
}
h3.subject img.check {
  margin-right: 10px;
  vertical-align: baseline;
}
.halfway_list {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.halfway_list li {
  width: 100%;
  height: 70px;
  text-indent: 70px;
  margin: 10px 0;
  padding: 15px 10px;
}
.halfway_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.halfway_list li a:hover {
  text-decoration: underline;
  color: #fff;
}
.halfway_list li a.arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.halfway_list li span.recruit_title_jp {
  font-size: 2rem;
  margin-right: 10px;
  line-height: 2rem;
}
.halfway_list li span.recruit_title_en {
  font-size: 1.3rem;
}
.halfway_list li span.recruit_other_text {
  font-size: 1.2rem;
  display: block;
  line-height: 1.2rem;
}
.halfway_list li.recuitment1 {
  background: #afafaf url("../img/recruitment/img_recruitment1.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment2 {
  background: #afafaf url("../img/recruitment/img_recruitment2.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment3 {
  background: #afafaf url("../img/recruitment/img_recruitment3.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment4 {
  background: #afafaf url("../img/recruitment/img_recruitment4.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment5 {
  background: #afafaf url("../img/recruitment/img_recruitment5.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment6 {
  background: #afafaf url("../img/recruitment/img_recruitment6.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment7 {
  background: #afafaf url("../img/recruitment/img_recruitment2.png") 10px 20px no-repeat;
  color: #fff;
}
.halfway_list li.recuitment8 {
  background: #afafaf url("../img/recruitment/img_recruitment3.png") 10px 20px no-repeat;
  color: #fff;
}
/* newgraduete */
.ttl_flow {
  width: 200px;
  height: auto;
  margin: 10px 0;
  padding: 5px;
  font-size: 1.3rem;
  border: 1px solid #000;
  text-align: center;
}
.img_flow {
  margin: 10px auto;
  display: block;
}
.ttl_basicinfo {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0 5px 5px;
  background-color: #656565;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.recruit_detail {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #656565;
  font-size: 0.9rem;
}
.recruit_detail th {
  width: 30%;
  height: auto;
  text-align: left;
  padding: 5px;
  border: 1px solid #656565;
  background-color: #dfdfdf;
}
.recruit_detail td {
  height: auto;
  text-align: left;
  padding: 5px;
  border: 1px solid #656565;
}
.recruitment {
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 0;
}
.genre_block {
  margin: 20px 0;
}
.block_title {
  color: #11a78d;
  font-size: 1.7rem;
}
.genre_title {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 5px;
  font-size: 1.3rem;
  background-color: #2d2d2d;
  color: #fff;
  display: block;
  position: relative;
}
.genre_title:hover {
  text-decoration: underline;
}
.genre_title2 {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 5px;
  font-size: 1.3rem;
  background-color: #afafaf;
  display: block;
  position: relative;
}
/*.genre_title2:hover {
  text-decoration: underline;
}*/
.genre_title_color1 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #11a78d;
}
.genre_title_color2 {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #696969;
}
#shinsotsu_seizou, #shinsotsu_eikan, #bs, #sado_1ka, #sado_4ka_yakin, #sado_shiage, #sado_senjo, #niigata_mc, #niigata_nc, #sado_hinshitsu, #soumu_keiri, #shinsotsu_hinkan {
  display: none;
  cursor: pointer;
}
#shinsotsu_seizou:checked + .recruit_contents, #shinsotsu_eikan:checked + .recruit_contents, #bs:checked + .recruit_contents, #sado_1ka:checked + .recruit_contents, #sado_4ka_yakin:checked + .recruit_contents, #sado_shiage:checked + .recruit_contents, #sado_senjo:checked + .recruit_contents, #niigata_mc:checked + .recruit_contents, #niigata_nc:checked + .recruit_contents, #sado_hinshitsu:checked + .recruit_contents, #soumu_keiri:checked + .recruit_contents, #genre10:checked + .recruit_contents, #shinsotsu_hinkan:checked + .recruit_contents {
  display: block;
}
#genre1, #genre2, #genre3, #genre4, #genre5, #genre6, #genre7, #genre8, #genre9, #genre10, #genre11, #genre12, #genre13, #genre14, #genre15, /*#genre16,*/ #genre17, #genre18, #genre19, #genre20 {
  display: none;
  cursor: pointer;
}
.recruit_contents {
  display: none;
}
#genre1:checked + .recruit_contents, #genre2:checked + .recruit_contents, #genre3:checked + .recruit_contents, #genre4:checked + .recruit_contents, #genre5:checked + .recruit_contents, #genre17:checked + .recruit_contents, #genre18:checked + .recruit_contents {
  display: block;
}
#sado_bs, #sado_seizou, #sado_hinkan, #niigata_seizou, #sado_soumu, #sado {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  img {
    max-width: 100%;
  }
  /*recruitment_common */
  .recruitment_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .recruitment_wrapper2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
  }
  .recruitment_left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }
  .recruitment_list {
    margin: 5px 0;
  }
  .recruitment_list li {
    width: 50%;
    text-align: center;
    float: left;
  }
  .recruitment_list li img {
    max-width: 100%;
  }
  .recruitment_right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    /*float: right;*/
    clear: both;
  }
  .index_slider {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .index_slider li img {
    max-width: 100%;
  }
  /*recruitment_halfway*/
  h2.title {
    margin: 20px 0;
    display: block;
  }
  h3.subject {
    line-height: 18px;
    margin: 20px 0;
    font-size: 18px;
    display: block;
  }
  h3.subject img.check {
    margin-right: 10px;
    vertical-align: middle;
  }
  .halfway_list {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .halfway_list li {
    width: 97%;
    height: 70px;
    text-indent: 70px;
    margin: 10px 0;
    padding: 13px 0 10px 10px;
  }
  .halfway_list li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  .halfway_list li a:hover {
    text-decoration: underline;
    color: #fff;
  }
  /*.halfway_list li a.arrow {
  width: 10em;
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em;
}*/
  .halfway_list li a.arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 15px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .halfway_list li span.recruit_title_jp {
    font-size: 1.1rem;
    margin-right: 10px;
    line-height: 1rem;
  }
  .halfway_list li span.recruit_title_en {
    font-size: 0.7rem;
    display: block;
  }
  .halfway_list li span.recruit_other_text {
    font-size: 0.8rem;
    display: block;
    line-height: 1.2rem;
  }
  .halfway_list li.recuitment1 {
    background: #afafaf url("../img/recruitment/img_recruitment1.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment2 {
    background: #afafaf url("../img/recruitment/img_recruitment2.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment3 {
    background: #2d2d2d url("../img/recruitment/img_recruitment3.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment4 {
    background: #afafaf url("../img/recruitment/img_recruitment4.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment5 {
    background: #afafaf url("../img/recruitment/img_recruitment5.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment6 {
    background: #afafaf url("../img/recruitment/img_recruitment6.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment7 {
    background: #2d2d2d url("../img/recruitment/img_recruitment2.png") 10px 20px no-repeat;
    color: #fff;
  }
  .halfway_list li.recuitment8 {
    background: #afafaf url("../img/recruitment/img_recruitment3.png") 10px 20px no-repeat;
    color: #fff;
  }
  /* newgraduete */
  .ttl_flow {
    width: 150px;
    height: auto;
    margin: 10px 0;
    padding: 3px;
    font-size: 1.1rem;
    border: 1px solid #000;
    text-align: center;
  }
  .img_flow {
    margin: 10px auto;
    display: block;
  }
  .ttl_basicinfo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 0 5px 5px;
    background-color: #656565;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
  }
  .recruit_detail {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #656565;
    font-size: 0.9rem;
  }
  .recruit_detail th {
    width: 30%;
    height: auto;
    text-align: left;
    padding: 5px;
    border: 1px solid #656565;
    background-color: #dfdfdf;
  }
  .recruit_detail td {
    height: auto;
    text-align: left;
    padding: 5px;
    border: 1px solid #656565;
    line-height: 1.5rem;
  }
  .recruitment {
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 0;
  }
  .genre_block {
    margin: 20px 0;
  }
  .block_title {
    color: #11a78d;
    font-size: 1.5rem;
  }
  .genre_title {
    width: 99%;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 5px 0 5px 5px;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: #fff;
    display: block;
    position: relative;
  }
  .genre_title:hover {
    text-decoration: underline;
  }
  .genre_title2 {
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 5px;
    font-size: 1.3rem;
    background-color: #afafaf;
    display: block;
    position: relative;
  }
  /*.genre_title2:hover {
  text-decoration: underline;
}*/
  .genre_title_color1 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #11a78d;
  }
  .genre_title_color2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #696969;
  }
  #shinsotsu_seizou, #shinsotsu_eikan, #bs, #sado_1ka, #sado_4ka_yakin, #sado_shiage, #sado_senjo, #niigata_mc, #niigata_shiage, #sado_hinshitsu, #soumu_keiri {
    display: none;
    cursor: pointer;
  }
  #shinsotsu_seizou:checked + .recruit_contents, #shinsotsu_eikan:checked + .recruit_contents, #bs:checked + .recruit_contents, #sado_1ka:checked + .recruit_contents, #sado_4ka_yakin:checked + .recruit_contents, #sado_shiage:checked + .recruit_contents, #sado_senjo:checked + .recruit_contents, #niigata_mc:checked + .recruit_contents, #niigata_shiage:checked + .recruit_contents, #sado_hinshitsu:checked + .recruit_contents, #soumu_keiri:checked + .recruit_contents, #genre10:checked + .recruit_contents {
    display: block;
  }
  #genre1, #genre2, #genre3, #genre4, #genre5, #genre6, #genre7, #genre8, #genre9, #genre10, #genre11, #genre12, #genre13, #genre14, #genre15, /*#genre16,*/ #genre17, #genre18, #genre19, #genre20 {
    display: none;
    cursor: pointer;
  }
  .recruit_contents {
    display: none;
  }
  #genre1:checked + .recruit_contents, #genre2:checked + .recruit_contents, #genre3:checked + .recruit_contents, #genre4:checked + .recruit_contents, #genre5:checked + .recruit_contents, #genre17:checked + .recruit_contents, #genre18:checked + .recruit_contents {
    display: block;
  }
  #sado_bs, #sado_seizou, #sado_hinkan, #niigata_seizou, #sado {
    margin-top: -100px;
    padding-top: 100px;
  }
}