@charset "UTF-8";
/*  ページヘッダー　*/
.page_header_wrap {
  text-align: center;
  background: #ccc;
  margin-top: 100px;
  height: 100px;
  background: #F5F5F5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.page_header {
  font-size: 22px;
  line-height: 1;
  width: fit-content;
  letter-spacing: 2px;
  border-bottom: solid 4px #2996b9;
  padding-bottom: 5px;
  font-weight: bold;
}
/*  レイアウト　*/
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.w1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.main_content {
  padding: 50px 15px;
  overflow: hidden;
}
.main_content > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.common_table {
  width: 100%;
  border-collapse: collapse;
}
.common_table th {
  text-align: left;
  font-weight: bold;
}
.common_table th, .common_table td {
  vertical-align: middle;
  padding: 15px 20px;
}
.common_table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
}
/*　　　はじめてのかたへ　　　　*/
.full_size {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.tips_midasi {
  text-align: center;
  font-weight: 900;
  margin: 0 0 30px 0;
}
.tips_midasi > div, .tips_midasi, .tips_midasi span {
  line-height: 1.2;
}
.tt_01 {
  font-size: 20px;
}
.tt_02 {
  font-size: 40px;
}
.color_blue {
  color: #2996b9;
}
.color_red {
  color: #c44866;
}
.beginner_tips {
  margin-bottom: 100px;
}
.beginner_box .type_list_02, .beginner_box .type_list_01 {
  margin-bottom: 0;
}
.beginner_box .type_list_01 {
  row-gap: 30px;
}
.beginner_box .type_list_01 .text p {
  text-align: left;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.4;
}
.beginner_img_01 {
  text-align: center;
}
.beginner_img_01 img {
  width: 100%;
  height: auto;
}
/*　　lpからもってきた　　　*/
.lp_flow {
  padding-bottom: 50px;
}
.lp_merit_list li .midasi, .lp_merit_list li {
  display: flex;
  flex-wrap: wrap;
}
.lp_merit_list li .midasi {}
.lp_box .lp_merit_list li .img {
  margin-bottom: 10px;
}
.lp_merit_list li .text {
  flex: 1;
}
.lp_merit_list li:nth-of-type(even) {
  margin: 30px 0;
}
.lp_merit_list .midasi {
  margin: 0 0 10px 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.lp_merit_list .midasi span.num {
  font-size: 28px;
  padding-bottom: 3px;
  text-align: center;
  width: 40px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #204175;
  border-radius: 100px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 900;
  line-height: 1;
}
.lp_merit_list .midasi span.txt {
  font-size: 18px;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex: 1;
  line-height: 1.3;
}
.lp_flow_sotugyo_text {
  max-width: 910px;
  margin: 0 auto;
  margin-top: 30px;
}
.lp_box ul li .img {
  aspect-ratio: 16 / 11;
  width: 100%;
  height: auto;
}
.lp_box ul li .img img {
  border-radius: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp_flow_arrow {
  margin: 30px 0 50px;
  text-align: center;
}
.sub_midasi {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.lp_flow_zu, .lp_flow_sotugyo {
  text-align: center;
}
.lp_flow_zu {
  margin-bottom: 50px;
}
/* ご利用の流れ
*******************************/
.guidance_yudo {
  margin-top: 30px;
  margin-bottom: -50px;
}
.flow_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
.flow_list_box {
  width: 100%;
}
.flow_midasi {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  background: #2996b9;
}
.flow_list_box_01 {}
.flow_list_box_02 {}
.flow_list .midasi {
  margin: 0 0 10px 0;
  align-items: center;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
}
.flow_list li {
  padding-bottom: 40px;
  position: relative;
}
.flow_list li:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #2996b9;
  top: 0;
  bottom: 0;
  left: 19px;
  z-index: -1;
}
.flow_list li:last-of-type:before {
  display: none;
}
.flow_list .midasi span.num {
  font-size: 28px;
  padding-bottom: 3px;
  text-align: center;
  width: 40px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #2996b9;
  border-radius: 100px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 900;
  line-height: 1;
}
.flow_list .midasi span.txt {
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex: 1;
  line-height: 1.3;
}
.flow_list_box_02 .flow_list li:before, .flow_list_box_02 .flow_midasi, .flow_list_box_02 .flow_list .midasi span.num {
  background: #c44866;
}
.flow_list p {
  margin-left: 53px;
}
/*　　　よくあるご質問　　　　*/
.qa_wrap {}
.qa_wrap dl {
  border-bottom: solid 1px #DFDFDF;
  padding: 10px 0;
  margin: 0 auto;
}
.qa_wrap dl:last-of-type {
  border: none;
}
.qa_wrap dt, .qa_wrap dd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  font-size: 15px;
}
.qa_wrap dt {
  position: relative;
  //cursor: pointer;
}
.qa_wrap dd {
  //display: none;
  margin: 10px 0 0px 0;
}
.qa_wrap dt:before, .qa_wrap dd:before {
  content: "A";
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  background: #c44866;
  color: #fff;
  font-weight: 900;
}
.qa_wrap dt:before {
  content: "Q";
  background: #2996b9;
}
.qa_wrap dt p {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.qa_wrap dd p {
  padding-top: 0px;
}
.qa_wrap dt p, .qa_wrap dd p {
  flex: 1;
  margin: 0 0 0 15px;
  line-height: 1.5;
}
.qa_wrap dt p {
  line-height: 1.5;
  margin: 0 20px 0 10px;
  font-weight: bold;
}
.qa_wrap dd p {
  margin: 0 0 0 36px;
}
.qa_wrap dd a {
  text-decoration: underline;
}
.qa_wrap dd:before {
  position: absolute;
  left: 0px;
  top: 0;
}
/*  会社概要　*/
.company_link {
  margin-top: 10px;
}
.under_line {
  text-decoration: underline;
}
/*  プライバシーポリシー　*/
.pp_midasi {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.pp_wrap h2 {
  font-weight: bold;
  margin: 50px 0 20px 0;
  font-size: 18px;
}
.pp_ol, .pp_ul {
  margin: 20px 0;
  margin-left: 40px;
}
.pp_ul > li {
  list-style-type: disc;
}
/*  利用規約　*/
.pp_ol > li {
  list-style-type: decimal;
}
.pp_ol > li:not(:last-of-type) {
  margin-bottom: 10px;
}
/*  特定商取引法表示　*/
.tokutei_table {
  background: #fff;
  border: solid 4px #2996b9;
}
.tokutei_table th {
  width: 122px;
  padding: 10px;
}
.contact_table th, .tokutei_table th {
  width: 122px;
  padding: 10px;
}
/*  お問い合わせ　*/
.contact_table_wrap {
  background: #fff;
  border: solid 4px #2996b9;
}
.contact_table input {
  width: 100%;
}
.contact_table .req {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 0 8px 1px 8px;
  margin-top: 6px;
  color: #fff;
  height: 20px;
  background: #c44866;
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.contact_pp {
  height: 100px;
  overflow-y: scroll;
  padding: 15px;
  border: solid 1px #ddd;
  margin: 15px 0;
  margin: 15px;
}
.contact_pp .midasi {
  text-align: center;
  margin-bottom: 20px;
}
.contact_pp p {
  font-size: 12px;
  margin-bottom: 10px !important;
}
.contact_pp strong {
  display: block;
  line-height: 1.3;
}
.check_item.doui {
  text-align: center;
  margin: 30px 0;
  justify-content: center !important;
}
.text-xs-center {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}
.text-xs-center:before {
  content: "";
  display: block;
  background: url("../images/common/icon_mail_01.png") no-repeat center center;
  background-size: contain;
  width: 60px;
  aspect-ratio: 1 / 1;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.text-xs-center:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  font-size: 30px;
}
.text-xs-center:hover:after {
  color: #c44866;
}
.text-xs-center input {
  font-size: 16px;
  border: solid 7px #c44866;
}
.text-xs-center input {
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
  border-radius: 100px;
  background: #c44866;
  color: #fff;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
  transition: all 0.2s ease-out 0s;
  line-height: 1;
  padding: 5px;
  letter-spacing: 2px;
  font-size: 16px;
  border: solid 7px #c44866;
}
.text-xs-center input:hover {
  color: #c44866;
  background: #fff;
  opacity: 1;
}
.contact_complete_wrap {
  text-align: center;
  padding: 50px 0;
}
/*  　ログイン画面　求職者　*/
/* Form Layout */
.login-wrapper {
  margin: 0px auto;
  padding: 40px 15px 0;
  max-width: 370px;
  background: #fff;
  border: solid 4px #2996b9;
}
.login-wrapper form {
  padding: 0 1.5em;
}
.form-item {
  margin-bottom: 20px;
  width: 100%;
}
.form-item label {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 8px 0;
  display: block;
}
.form-item input {
  background: #ffffff;
  border: none;
  border: 2px solid #e9e9e9;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}
.form-item textarea {
  border: 2px solid #e9e9e9;
}
.contact_table input:focus, .form-item textarea:focus, .form-item input:focus {
  border: 2px solid #c0c0c0;
  outline: none;
}
.login-wrapper .button-panel {
  margin: 2em 0 0;
  width: 100%;
}
.button-panel {
  position: relative;
}
.button-panel .button {
  background: #c44866;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 56px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  transition: all 0.2s ease-out 0s;
  font-weight: bold;
}
.plus_more .button {
  background: #ababab;
  height: 42px;
  font-size: 16px;
  margin: 20px 0 0 0;
}
.button:hover {
  opacity: 0.6;
}
.button-panel:before, .arrow_right:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  aspect-ratio: 1 / 1;
  height: auto;
  background: none;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.plus_more:before {
  top: 17px;
  content: "+";
  border: none;
  transform: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.arrow_left:before {
  left: 22px;
  right: 0;
  transform: scale(-1, 1);
}
.login-wrapper .form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}
.login-wrapper .form-footer p {
  margin-bottom: 12px;
  line-height: 1;
}
.login-wrapper .form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}
.login-wrapper .form-footer a:hover {
  border-bottom: 1px solid #8c8c8c;
  opacity: 0.6;
}
.er_message {
  font-size: 12px;
  color: red;
  line-height: 1.3;
  margin: 3px 0 0 0;
}
/*　パスワード再発行　　*/
.lost_passwd_text {
  text-align: center;
  margin-bottom: 15px !important;
}
.lost_passwd_wrap {
  padding: 40px 15px !important;
  max-width: 600px;
}
/*       profile編集　　*/
.edit_message {
  text-align: center;
  border: solid black 2px;
  padding: 5px 15px;
  line-height: 1.5;
  max-width: 1000px;
  margin: 30px auto;
  font-size: 13px;
  color: black;
  font-weight: bold;
  background: #dbdbdb;
}
/*　prf内ナビ　*/
.prf_nav {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  column-gap: 5px;
  margin-bottom: 30px;
}
.prf_nav li {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.prf_nav li a {
  border: solid 2px #cccccc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 5px 10px;
  font-size: 12px;
}
.prf_nav li a:hover {
  background: #dbdbdb;
  color: #000;
}
.prf_nav li a {
  position: relative;
}
.prf_nav .count_num{
    position: absolute;
    right: -10px;
    top: -9px;
    color: #ffff;
    background: #c44866;
    border-radius: 30px;
    font-size: 10px;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 10px;
    line-height: 1;
    height: 16px;


}
/*　prf　edit　ナビ　*/
.prf_edit_nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin: 0 auto 30px auto;
  max-width: 1000px;
}
.prf_edit_nav li {}
.prf_edit_nav li a {
  width: 100%;
  font-size: 13px;
  margin: 5px 0;
  background: #efefef;
  border: 1px solid #767676;
  height: 26px;
  padding: 5px 10px;
}
.prf_edit_nav li a:hover {
  color: inherit;
  opacity: 0.6;
}
/*　form　レイアウト　デザイン　*/
.prf_edit_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.fp_2_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fp_2_column .form-item {
  width: 49%;
}
.form-item > select {
  width: 100%;
  height: 50px;
  border: #e9e9e9 2px solid;
}
textarea:focus, .form-item > select:focus {
  border: 2px solid #c0c0c0;
  outline: none;
}
.ui-datepicker-title select {
  height: auto;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 6px !important;
}
.req {
  color: #c44866;
}
.form_caution {
  line-height: 1.3;
  font-size: 11px;
}
.form-item input[type="file"] {
  border: none;
  height: auto;
}
.prf_img_wrap {
  display: flex;
  flex-wrap: wrap;
}
.prf_img {
  width: 100%;
  text-align: center;
}
.prf_img_item {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.prf_img_item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.prf_text {
  width: 100%;
}
.prf_text textarea {
  height: 100px;
}
.prf_file_btn {
  margin: 0px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.prf_file_btn input {
  flex: 1;
}
.prf_file_btn #delete {
  width: 60px;
  font-size: 13px;
  margin: 0px 0 0 0;
  background: #efefef;
  border: 1px solid #767676;
  height: 26px;
  padding: 0 0 2px 0;
}
.prf_file_btn #delete:hover {
  background: #c9c9c9;
}
.prf_text .form_caution {
  margin-bottom: 15px;
}
.prf_h2 {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  background: #2996b9;
  color: #fff;
  border-radius: 2px;
  margin: 30px 0;
}
.prf_h2:first-of-type {
  margin-top: 0;
}
/*  prf３　*/
.prf_edit_box {
  background: #fff;
  border: solid 4px #ccc;
  padding: 15px;
  margin-bottom: 25px;
}
.prf_edit_box .midasi {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  background: #dbdbdb;
  border-radius: 1px;
  padding: 5px 15px;
}
.other_text {
  margin: 10px 0 0 0;
}
/*  マルチセレクト　select2　*/
.prf_edit_box .select2-container {
  width: 100% !important;
}
.prf_edit_box .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border: 2px solid #e9e9e9;
  min-height: 50px;
  //padding: 0;
  margin: 0;
}
.prf_edit_box .select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px;
  margin-left: 10px;
  height: 34px;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 9px;
}
.prf_edit_box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 1px;
  font-size: 13px;
  vertical-align: bottom;
}
.prf_edit_box .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 6px;
  padding-right: 5px;
}
.prf_edit_box .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 8px;
}
.check_item {
  display: flex;
  flex-wrap: wrap;
}
.check_item label {
  margin: 0;
}
.check_item input[type="checkbox"] {
  width: 16px;
  aspect-ratio: 1 / 1;
  height: auto;
  accent-color: #2996b9;
  height: auto;
  margin: 0 8px 0 0;
  border: 2px solid #ffdcdc;
}
.check_item label, .check_item input[type="checkbox"] {
  cursor: pointer;
}
.work_date_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work_date {
  width: 49%;
}
.work_date select {
  width: 100%;
  height: 50px;
  border: #e9e9e9 2px solid;
}
.at_work_label_wrap {
  position: relative;
}
.at_work_label_wrap .check_item {
  position: absolute;
  left: 68px;
  top: 4px;
}
.prf_file_btn_wrap {
  margin-top: 10px;
}
.prf_file_btn_wrap .prf_file_btn {
  margin: 0;
}
/*  プロフ編集　ボタン　*/
.prf_submit_btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  margin: 25px auto 0 auto;
}
.prf_submit_btn_wrap .button-panel {
  max-width: 100px;
  width: 100%;
}
.prf_submit_btn_wrap .button-panel .button {
  height: 42px;
  font-size: 16px;
  padding-bottom: 8px;
}
.prf_submit_btn_wrap .button-panel:before {
  right: 12px;
}
.prf_submit_btn_wrap .button-panel.prev:before {
  right: auto;
  left: 12px;
  transform: rotate(220deg);
}
.button-panel.next .button, .button-panel.prev .button {
  background: #2996b9;
}
.prf_contact_btn_wrap .request_btn .button{
background:#a0b11c;
}
.prf_contact_btn_wrap .request_btn:before{
display: none;
}
/*  プロフ　contactボタン　*/
.prf_contact_btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px auto;
}
.prf_contact_btn_wrap .button-panel .button {
  height: 42px;
  font-size: 16px;
  display: block;
  width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.prf_contact_btn_wrap .button-panel.prev .button {
  background: #2996b9;
}
.prf_contact_btn_wrap .button-panel.prev:before {
  right: auto;
  left: 20px;
  transform: rotate(220deg);
}
/*　　法人ログイン画面　*/
.company_top_area {
  background: url(../images/company/company_cc_bg.jpg) no-repeat left center #7d7976;
  background-size: auto 100%;
  padding: 100px 25px 40px;
  margin-top: -100px;
  margin-bottom: 40px;
}
.company_top_area .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.company_top_area .login-wrapper {
  width: 100%;
  border: solid 4px #c44866;
  box-shadow: 7px 11px 16px rgb(0 0 0 / 39%);
}
.company_top_area .company_cc {
  width: 100%;
  padding: 0 0px 0 0;
  flex-direction: column;
  justify-content: center;
  display: flex;
  text-align: center;
}
.company_top_area .company_cc img {
  max-width: 669px;
  width: 100%;
}
.company_top_area .company_cc .more {
  margin-bottom: 20px;
}
.company_top_area .company_cc .more a {
  margin-left: 0;
}
.company_top_area, .company_tuyomi .omoi_wrap, .company_contact {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.company_tuyomi .omoi_detail_01 .text {
  background: url(../images/company/tuyomi_img_01.jpg) no-repeat center center;
  background-size: cover;
}
.company_tuyomi .omoi_detail_02 .text {
  background: url(../images/company/tuyomi_img_02.jpg) no-repeat center center;
  background-size: cover;
}
.company_tuyomi .omoi_detail_03 .text {
  background: url(../images/company/tuyomi_img_03.jpg) no-repeat center center;
  background-size: cover;
}
.company_contact {
  margin-bottom: -50px;
}
.company_contact .label_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.company_contact .tel {
  color: #2996b9;
  line-height: 1;
  display: block;
  font-size: 40px;
}
.company_contact .tel:hover {
  opacity: 0.6;
}
.company_contact .label_txt_01 {
  margin-bottom: 0px;
}
/*  自社の求人情報一覧*/
.recruit_post {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: -1px;
  row-gap: 10px;
}
.recruit_title_wrap {
  width: 100%;
  padding: 0 0px 0 0;
}
.recruit_title {
  font-size: 20px;
  line-height: 1.3;
  margin: 10px 0;
  font-weight: bold;
}
.recruit_date {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
}
.recruit_date li {
  font-size: 12px;
  position: relative;
}
.recruit_date li + li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #cccccc;
  top: 0;
  bottom: 0;
  left: -8px;
  position: absolute;
  margin: auto;
}
.recruit_job {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.recruit_job li {
  line-height: 1;
  width: fit-content;
  background: #F5F5F5;
  padding: 4px 10px 5px;
  font-size: 13px;
}
.recruit_btn {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.recruit_btn button {
  width: 49%;
  font-size: 13px;
  margin: 5px 0;
  background: #efefef;
  border: 1px solid #767676;
  height: 26px;
  padding: 0 0 2px 0;
}
button:hover {
  opacity: 0.6;
}
/*　　求職者検索　*/
.search_choice_box {
  background: #fff;
  border: solid 4px #ccc;
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.search_choice_box .midasi {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  background: #dbdbdb;
  border-radius: 1px;
  padding: 5px 15px;
}
.search_choice_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.search_choice_wrap .form_parts {
  width: 100%;
}
.search_choice_wrap .form-item {
  margin-bottom: 0;
}
.search_more .button {
  background: #ababab;
  height: 42px;
  font-size: 16px;
  margin: 0px 0 0 0;
}
.search_result {
  background: #f4f4f4;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.3;
  padding: 8px 10px;
  letter-spacing: 0px;
  text-align: center;
}
.shr_post {
  padding: 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: -1px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shr_post .L {
  width: 100%;
  padding: 0 0px 10px 0;
}
.shr_post .R {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.shr_more {
  width: 100%;
}
.shr_more a {
  border-radius: 50px;
  width: 100%;
  font-size: 13px;
  margin: 5px 0;
  background: #efefef;
  border: 1px solid #767676;
  height: 26px;
  padding: 0 0 2px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.shr_more a:hover {
  opacity: 0.6;
  color: #000;
}
.shr_post .name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
}
.shr_detail_table_wrap {}
.shr_detail_table * {
  font-size: 13px;
}
.shr_detail_table th {
  font-weight: bold;
  width: 140px;
}
.shr_detail_table th, .shr_detail_table td {
  vertical-align: top;
}
/*  ページャー　*/
.pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5px;
  margin: 25px auto 0 auto;
}
.pager li {
  border-radius: 50px;
  width: 40px;
  aspect-ratio: 1 / 1;
  height: auto;
  border: solid 1px #939393;
}
.pager li span, .pager li a {
  width: 100%;
  height: 100%;
  padding-bottom: 4px;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.pager li.current {
  border: solid 1px #2996b9;
}
.pager li a:hover, .pager li.current span {
  background: #2996b9;
  color: #fff;
}
/*　求職者情報出力　会社情報出力　*/
.front_waku .prf_edit_box {
  border: solid 4px #2996b9 !important;
}
.front_waku .prf_edit_box .midasi {
  background: #2996b9 !important;
  color: #fff !important;
}
.prf_single_box {
  max-width: 1000px;
  margin: 0 auto;
}
.prf_detail_table {
  width: 100%;
  border-collapse: collapse;
}
.prf_detail_table th {
  font-weight: bold;
  width: 220px;
}
.prf_detail_table th, .prf_detail_table td {
  vertical-align: middle;
  text-align: left;
  line-height: 1.3;
  border: solid 1px #dbdbdb;
  padding: 10px 15px;
}
.under_line {
  text-decoration: underline;
}
.company_logo {
  margin-top: 10px;
  max-width: 200px;
}
/*　求人情報出力　検索　*/
.single_recruit_title {
  font-size: 20px;
  font-weight: bold;
  color: #2996b9;
  line-height: 1.3;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 15px;
}
/*　　求人を探す　*/
.archive_search_box {
  padding: 0;
  margin-bottom: 30px;
  background: none;
}
.kyujin_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.kyujin_list::after {
  display: block;
  content: "";
}
.kyujin_list::before {
  content: "";
  display: block;
  order: 1;
}
.kyujin_list::after, .kyujin_list > li {
  width: 100%;
}
.kyujin_list > li {
  border: solid 4px #2996B9;
}
.kyujin_list > li > a {
  display: block;
  position: relative;
  padding: 20px 20px;
}
.kyujin_list > li > a:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url("../images/svg/arrow_more_03.svg") no-repeat center center;
  background-size: contain;
  display: block;
  width: 42px;
  aspect-ratio: 1 / 1;
  height: auto;
}
.kyujin_list > li > a:hover {
  background: #e0f0f5;
}
.kyujin_list > li .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.kyujin_list > li .spec > span {
  display: block;
  line-height: 1;
  width: fit-content;
  background: #F5F5F5;
  padding: 4px 10px 5px;
  margin-bottom: 8px;
  font-size: 13px;
}
