@charset "UTF-8";
/*---------------採用情報TOP---------------*/
.wrp_recruit_top {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.recruit_top {
  width: 70%;
  background-color: #1f286f;
  color: #fff;
  padding: 50px 0;
  padding-left: 7%;
}

.recruit_top_img {
  position: absolute;
  right: 7%;
  top: 12%;
  width: 50%;
  text-align: right;
}

@media only screen and (min-width: 768px), print {
  .recruit_top_img {
    max-width: 45vw;
  }
}

.recruit_top_img img {
  max-height: 450px;
}

.sec_inner .tit_subpage {
  margin-bottom: 64px;
  font-weight: bold;
}

.sec_inner .tit_subpage span {
  display: inline-block;
  padding-left: 16px;
  border-left: 6px solid #f39800;
  font-size: 38px;
  line-height: 1;
  color: #1f286f;
}

.sec_inner .tit_subpage p {
  display: inline;
  padding-left: 24px;
  font-size: 16px;
  font-weight: normal;
  font-weight: 300;
  vertical-align: 9px;
}

.tit_sb_subpage {
  margin-bottom: 24px;
  color: #1f286f;
  font-size: 26px;
  font-weight: bold;
  transition: 0.3s;
}

.recruit_box .recruit_item a:hover .tit_sb_subpage {
  opacity: 0.7;
}

.recruit_box {
  margin-bottom: 50px;
  padding-left: 0;
}

.recruit_box .recruit_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.recruit_box .recruit_item .wrp_recruit_item {
  display: flex;
  gap: 20px;
  color: #333333;
}

.recruit_box .recruit_item .recruit_left {
  width: 73%;
}

.recruit_box .recruit_item .wrp_recruit_item .recruit_img {
  width: 27%;
  text-align: center;
  height: 0;
  padding-bottom: 225px;
  overflow: hidden;
  position: relative;
}

.recruit_box .recruit_item .wrp_recruit_item .recruit_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.recruit_box .recruit_item a:hover .wrp_recruit_item .recruit_img > img {
  transform: scale(1.2, 1.2);
  transition: 0.3s;
}

.recruit_left .recruit_detail {
  margin-bottom: 25px;
  transition: 0.3s;
}

.recruit_box .recruit_item a:hover .recruit_left .recruit_detail {
  opacity: 0.7;
}

.recruit_left .tit_sb_subpage span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.recruit_left .recruit_detail span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.new_graduates .sec_inner,
.mid_career .sec_inner,
.part_time .sec_inner {
  padding: 35px 0;
}

.recruit_item .pub_btn {
  top: -20px;
}

.recruit_item > a {
  display: block;
}

/*---------------採用情報詳細---------------*/
.recruit_info {
  max-width: 1000px;
  margin: 0 auto;
}

.recruit_info h1 {
  margin-bottom: 30px;
  color: #1f286f;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4em;
}

.recruit_info h2 {
  margin-bottom: 30px;
  color: #1f286f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
}

.recruit_info h3 {
  margin-bottom: 0.5em;
  color: #1f286f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 1.5em;
  margin-left: -0.5em;
}

.recruit_info h4 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}

.recruit_info .recruit_info_img {
  margin-bottom: 60px;
}

.recruit_info .recruit_info_text {
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.8em;
}

.recruit_info .wrp_pub_btn {
  padding: 60px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.paging_recruit_info {
  display: flex;
  justify-content: space-between;
}

.paging_recruit_info span {
  width: auto;
  height: auto;
  padding: 0 10px;
}

.paging_recruit_info span img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.paging_recruit_info li a {
  display: inline-flex;
  align-items: center;
  width: 314px;
  font-size: 14px;
  color: #1f286f;
}

.paging_recruit_info .link_prev a .arrow {
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.paging_recruit_info .link_next a .arrow {
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.paging_recruit_info .link_prev a:hover .arrow {
  left: -5px;
}

.paging_recruit_info .link_next a:hover .arrow {
  right: -5px;
}

.paging_recruit_info li a .text {
  width: 220px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.paging_recruit_info .link_prev a {
  flex-direction: row-reverse;
}

.paging_recruit_info li a i {
  font-size: 20px;
  color: #5f6698;
}

.single_ba {
  display: flex;
  justify-content: space-between;
}

.single_ba a {
  display: block;
  width: 45%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  color: #1f286f;
}

.single_ba a::before {
  font-family: 'Font Awesome 5 Free';
  width: 20px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}

.single_ba a:first-of-type {
  padding-left: 30px;
}

.single_ba a:nth-of-type(2) {
  text-align: right;
  padding-right: 30px;
}

.single_ba a:first-of-type::before {
  content: '\f060';
  left: 0;
}

.single_ba a:nth-of-type(2)::before {
  content: '\f061';
  right: 0;
  height: 22px;
}

/*------PC3------*/
/*------PC2------*/
@media only screen and (max-width: 1440px) {
  /* header */
  #header .head_nav .under_nav ul li {
    margin: 0 5px;
  }
}

/*------PC4------*/
@media only screen and (max-width: 1200px) {
  /*------事業内容TOP------*/
  .sec_manufacture_flow ul li {
    max-width: 210px;
  }
  /*---------------製造加工一覧---------------*/
  .sec_inner.processing_cat .pub_btn {
    font-size: 14px;
  }
}

/*---PAD pro---*/
@media only screen and (max-width: 1050px) {
  /*---------------採用情報TOP---------------*/
  .recruit_top {
    font-size: 14px;
  }
  .recruit_top_img {
    width: 35%;
  }
  .recruit_left .tit_sb_subpage {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .recruit_item .pub_btn {
    top: 1em;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 768px) {
  .recruit_item .pub_btn {
    top: -40px;
  }
}

@media only screen and (max-width: 1050px) {
  .recruit_box .recruit_item .wrp_recruit_item .recruit_img {
    padding-bottom: 200px;
  }
}

/*---Sm---*/
@media only screen and (max-width: 767px) {
  /*---------------採用情報TOP---------------*/
  .recruit_top {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 140px;
    padding-left: 10px;
  }
  .wrp_recruit_top {
    margin-bottom: -110px;
    padding-bottom: 0;
  }
  .recruit_top_img {
    width: 100%;
    padding: 0 15px;
    right: 0;
    bottom: 0;
    top: -110px;
    position: relative;
  }
  .sec_inner .tit_subpage {
    margin-bottom: 24px;
    text-align: left;
  }
  .sec_inner .tit_subpage span {
    font-size: 26px;
    line-height: 1.2em;
  }
  .tit_sb_subpage {
    font-size: 20px;
    text-align: left;
  }
  .recruit_box {
    margin-bottom: 0;
  }
  .recruit_box .recruit_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .recruit_box .recruit_item .wrp_recruit_item {
    flex-direction: column;
    gap: 0;
  }
  .recruit_box .recruit_item .recruit_left {
    width: 100%;
  }
  .recruit_left .tit_sb_subpage span {
    overflow: visible;
    -webkit-box-orient: initial;
  }
  .recruit_box .recruit_item .recruit_detail {
    text-align: left;
  }
  .recruit_box .recruit_item .wrp_recruit_item .recruit_img {
    width: 100%;
    margin-bottom: 25px;
  }
  .new_graduates .sec_inner,
  .mid_career .sec_inner,
  .part_time .sec_inner {
    text-align: center;
  }
  .new_graduates .sec_inner .pub_btn,
  .mid_career .sec_inner .pub_btn,
  .part_time .sec_inner .pub_btn {
    top: 0;
  }
  /*---------------採用情報詳細---------------*/
  .recruit_info h1 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .recruit_info h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .recruit_info h3 {
    font-size: 16px;
  }
  .recruit_info h4 {
    font-size: 14px;
  }
  .paging_recruit_info {
    flex-direction: column;
  }
  .paging_recruit_info .link_prev {
    margin-bottom: 25px;
  }
  .paging_recruit_info .link_next {
    text-align: right;
  }
  .single_ba {
    flex-wrap: wrap;
  }
  .single_ba a {
    width: 100%;
    margin-bottom: 20px;
  }
  .single_ba a:first-of-type {
    padding-left: 25px;
  }
  .single_ba a:nth-of-type(2) {
    padding-right: 25px;
  }
}

/*---Sm small---*/
/*---25.04追加_採用詳細---*/
.rec-table tr {
  border-bottom: 1px solid #b7b7b7;
}

.rec-table th {
  padding: 1em 0;
  color: #1f286f;
  vertical-align: top;
  width: 7em;
}

@media only screen and (min-width: 768px), print {
  .rec-table th {
    width: 10em;
  }
}

.rec-table td {
  padding: 1em;
}

.rec-caption1 {
  font-size: 1.125em;
}

@media only screen and (min-width: 768px), print {
  .rec-caption1 {
    font-size: 1.25em;
    text-align: center;
  }
}

@media only screen and (min-width: 768px), print {
  .rec-caption2 {
    text-align: center;
  }
}

.ol-decimal {
  list-style-type: decimal;
  padding-left: 1em;
}

.ol-decimal li {
  list-style-type: decimal;
  padding-left: 0.5em;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 768px), print {
  .rec-dl {
    display: flex;
  }
}

.rec-dl dt {
  font-weight: normal;
}

@media only screen and (min-width: 768px), print {
  .rec-dl dt {
    width: 4em;
    flex-shrink: 0;
    text-align-last: justify;
    display: inline-block;
    position: relative;
    margin-right: 2em;
    position: relative;
  }
}

.rec-dl dt:after {
  content: '：';
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .rec-dl dt:after {
    position: absolute;
    top: 0;
    right: auto;
  }
}

.rec-flow {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 768px), print {
  .rec-flow {
    display: grid;
    grid-template-columns: repeat(auto-fill, 10em);
    gap: 1em 0;
    justify-content: center;
  }
  .rec-flow.-form {
    display: flex;
  }
}

.rec-flow__box {
  position: relative;
  text-align: center;
  border: 2px solid #f39800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  border-radius: 0.5em;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .rec-flow__box:last-of-type {
    width: 8em;
  }
  .rec-flow__box:not(:last-of-type) {
    margin-right: 1.5em;
  }
}

@media only screen and (max-width: 767px) {
  .rec-flow__box:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}

.rec-flow__box p {
  margin: 0 !important;
  line-height: 1.4;
}

@media only screen and (min-width: 768px), print {
  .rec-flow__box p {
    font-size: 1.125em;
  }
}

@media only screen and (min-width: 768px), print {
  .-form .rec-flow__box p {
    font-size: 1em;
  }
}

.rec-flow__box:not(:last-of-type):after {
  content: '';
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2241%22%20height%3D%2238%22%20viewBox%3D%220%200%2041%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M40.5096%2019L15.8429%2037.5002L15.8429%2026.9806H0.607666L0.607666%2011.0195L15.8429%2011.0195L15.8429%200.499955L40.5096%2019Z%22%20fill%3D%22%23F39800%22%2F%3E%3C%2Fsvg%3E") 50%/100% auto no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1.5em;
  margin: auto;
}

@media only screen and (min-width: 768px), print {
  .rec-flow__box:not(:last-of-type):after {
    top: 0;
    bottom: 0;
    right: -1.5em;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .rec-flow__box:not(:last-of-type):after {
    transform: rotate(90deg);
  }
}

.rec-flow-arrow {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .rec-flow-arrow:before {
    content: '※';
  }
}

@media only screen and (min-width: 768px), print {
  .rec-flow-arrow {
    font-size: 1.25em;
    align-items: center;
    justify-content: center;
    margin-right: 4em;
    position: relative;
    background: #f39800;
    position: relative;
    margin-bottom: 1.5;
  }
}

.rec-flow-arrow p {
  margin: 0 !important;
}

@media only screen and (min-width: 768px), print {
  .rec-flow-arrow p {
    color: #fff;
    font-size: 0.875em;
    padding: 0.25em 0;
  }
}

@media only screen and (min-width: 768px), print {
  .rec-flow-arrow:after {
    content: '';
    width: 3em;
    height: 3em;
    right: -2em;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2237%22%20viewBox%3D%220%200%2025%2037%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25%2018.5011L0.437498%2036.472L0.4375%200.530272L25%2018.5011Z%22%20fill%3D%22%23F39800%22%2F%3E%3C%2Fsvg%3E") 50%/100% 100% no-repeat;
  }
}

.rec-ul li {
  position: relative;
  padding-left: 1em;
}

.rec-ul li:before {
  content: '■';
  color: #f39800;
  position: absolute;
  top: 0;
  left: 0;
}

.rec-portrait {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px), print {
  .rec-portrait {
    gap: 2em 1em;
    display: grid;
    grid-template-columns: repeat(auto-fill, 14.5em);
  }
}

@media only screen and (max-width: 767px) {
  .rec-portrait {
    flex-direction: column;
  }
}

.rec-portrait__box {
  border: 2px solid #f39800;
  border-radius: 0.5em;
  align-items: center;
  position: relative;
  padding: 1em 1em 1em 4em;
}

@media only screen and (min-width: 768px), print {
  .rec-portrait__box {
    padding: 1em 0.5em;
    text-align: center;
  }
}

.rec-portrait__box:before {
  content: '';
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin: auto;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2251%22%20height%3D%2250%22%20viewBox%3D%220%200%2051%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%220.000488281%22%20width%3D%2251%22%20height%3D%2250%22%20rx%3D%2225%22%20fill%3D%22%23F39800%22%2F%3E%3Cpath%20d%3D%22M37.6494%2013.8831C30.1826%2018.0312%2022.6239%2029.8312%2022.6239%2029.8312L15.8031%2022.0878L11.7467%2025.9594L21.6095%2038.2193L25.2047%2038.0812C29.8142%2024.253%2040%2014.9893%2040%2014.9893L37.6494%2013.8831Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") 50%/100% auto no-repeat;
}

@media only screen and (min-width: 768px), print {
  .rec-portrait__box:before {
    left: 0;
    right: 0;
    top: -1em;
    bottom: auto;
  }
}

.rec-portrait__box p {
  margin: 0 !important;
}

.rec-form__h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: bold;
}

@media only screen and (min-width: 768px), print {
  .rec-form__h2 {
    font-size: 1.5em;
  }
}

.rec-form__radio {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.rec-form__radio label {
  display: flex;
  gap: 0.5em;
}

.rec-form__radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.rec-form__radio .wpcf7-list-item-label {
  flex-shrink: 0;
}

.wpcf7-checkbox {
  font-size: 1.25em;
}

.wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 0.25em;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  flex-shrink: 0;
}
