/* * {
  box-sizing: border-box;
  } */

#contents {
  font-family: "Noto Sans JP", sans-serif;
}

label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  display: inline;
  cursor: pointer;
}

input[type=text],
button {
  font-family: inherit;
}

input[type=checkbox] {
  margin: 0 0.7em 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.3em;
  height: 1.3em;
  border: 1.5px solid #c8c8c8;
  border-radius: 0.2em;
  background: #fff;
  position: relative;
  color: #0e49ac !important;
  vertical-align: middle;
}

input[type="checkbox"]:checked::after {
  content: '✔';
  color: #0e49ac !important;
  position: absolute;
  transform: scale(1.3) rotate(13deg);
  right: 0.2em;
  top: -0.1em;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* iPhoneにのみ適用 */
@supports (-webkit-touch-callout: none) {
  input[type="checkbox"]:checked::after {
    color: #0e49ac !important;
    transform: scale(0.9);
    top: -0.1em;
    right: -0.2em;
  }

  input[type="text"] {
    font-size: 1rem !important;
  }
}

input.recruitInfoFlag[type="checkbox"],
input#recruitInfoFlagSP[type="checkbox"] {
  top: -0.1em;
}

.com_header_alevel {
  margin-left: auto;
  color: #0080cb;
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .com_header_alevel {
    display: none;
    font-size: 0.9em;
  }
}

.com_header_alevel img {
  height: 1.2em;
}

/* チェックボックスを中央揃えにするため */
.alevel_search_checks label,
.area_item,
.prefCheckList span,
.alevel_sp_industriesList label,
.sp_prefCheckList li span {
  display: flex;
  align-items: center;
}



.alevel_top_header {
  background-image: url(/alevel/common/img/header_bg_pc.png);
  background-size: cover;
  background-position: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 1.2em;
}

@media screen and (max-width: 768px) {
  .alevel_top_header {
    background-image: url(/alevel/common/img/header_bg_sp.png);
    padding: 1em 0;
    margin-bottom: 3em !important;
    font-size: 0.6em;
  }
}

.alevel_top_header_text1 {
  font-size: 1.7em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f9dd7;
}

.alevel_top_header_text2 {
  justify-content: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.alevel_top_header_text2 h3 {
  font-size: 3.8em;
  font-weight: 900;
  height: 1.3em;
  align-items: center;
  justify-content: center;
  color: #0080cb;
  position: relative;
  width: fit-content;
  display: flex;
}

.alevel_top_header_text2 img {
  position: absolute;
  display: inline-block;
  height: 5em;
  left: -6.5em;
}

@media screen and (max-width: 768px) {
  .alevel_top_header_text2 img {
    height: 5em;
    left: -6em;
  }
}

.alevel_top_header_text3 {
  text-align: center;
  color: #8cc6ec;
  font-size: 2em;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-bottom: 0.3em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .alevel_top_header_text3 {
    font-size: 1.5em;
  }
}

.alevel_top_header_text3 span {
  font-size: 1.3em;
  line-height: 1.1em;
}

.alevel_top_header_text4 {
  font-size: 1.3em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alevel_search_buttonColor {
  background-color: #0e49ac !important;
}


/* 検索 */
::placeholder {
  color: #b4b4b4;
}

/* 業種・職種選択 */
.alevel_top_search_more {
  display: flex;
  justify-content: center;
}

.top_search_more_margin {
  margin: 2em 0 3em 0;
}

.alevel_search_container {
  width: 17.3em;
  margin-right: 2.5em
}

.alevel_search_acd {
  display: none;
}

.acd_label,
.acd_label_map {
  color: #0e49ac;
  border-bottom: 0.13em solid #0e49ac;
  font-weight: bold;
  font-size: 1.3em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  padding: 0.2em;
}

.acd_label::before {
  content: '';
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 0.15em solid #0e49ac;
  border-left: 0.15em solid #0e49ac;
  transform: rotate(-45deg);
}

.acd_label_map::before {
  display: inline-block;
  content: url(/alevel/common/img/ico_map.png) !important;
  transform: scale(0.01);
  margin-right: 1.5em;
  margin-top: -1.5em;
}

.selected-prefectures {
  font-weight: 600;
  padding-top: 0.6em;
}

.alevel_search_checks {
  max-height: 0;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  padding-top: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


.alevel_search_acd:checked+.acd_label+.alevel_search_checks {
  max-height: 20em;
  opacity: 1;
  visibility: visible;
}

.alevel_search_acd:checked+.acd_label::before {
  transform: rotate(135deg);
  position: relative;
  top: 0.3em;
}

.alevel_search_acd:checked+.acd_label_map::before {
  display: inline-block;
  content: url(/alevel/common/img/ico_map.png) !important;
  transform: scale(0.01);
  margin-right: 1.5em;
  margin-top: -1.5em;
}

.alevel_top_searchMap {
  position: relative;
}

.alevel_top_searchMap h2 {
  margin-bottom: 0.3em;
}

.alevel_top_noflex {
  position: absolute;
  width: 25%;
  z-index: 1;
}

.alevel_top_noflex h3 {
  color: #0e49ac;
  padding-bottom: 0.5em;
}

.alevel_top_japanmap {
  width: 39%;
  position: absolute;
  top: 42%;
  left: 47%;
  transform: translate(-50%, -50%);
}

.top_searchmap_text_wrap {
  height: 30em;
  position: relative;
  top: -22em;
}

.map_allSwich {
  display: flex;
  justify-content: space-between;
}

.map_allSwich li {
  width: 100%;
}

.alevel_top_button_center {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 1em auto 10em;
}

.map_check_button,
.alevel_search_button,
.alevel_back_button {
  background-color: #0e49ac;
  border: none;
  border-radius: 0.3em;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 0;
}

.map_check_button {
  width: 90%;
  font-size: 1em;
  padding: 0.7em;
  white-space: nowrap;
  font-family: inherit;
}

.map_check_button:hover {
  opacity: 0.8;
}

.alevel_search_buttons {
  display: flex;
  justify-content: flex-start;
  margin-top: 5em;
}

.alevel_back_button {
  position: absolute;
  left: 9em;
}

.alevel_search_button {
  width: 8em;
  font-size: 1.5em;
  padding: 0.5em 0.5em 0.7em 0.7em;
  letter-spacing: 0.25em;
  font-family: inherit;
}

.alevel_search_button:hover {
  opacity: 0.8;
}

.area_item,
.alevel_sp_industries,
.alevel_sp_job,
.alevel_sp_area {
  color: #0e49ac;
  /* display: block; */
  color: #0e49ac;
  height: 1.8em;
  border-bottom: 0.1em solid #0e49ac;
  margin-bottom: 0.3em;
  font-size: 1.1em;
}


@media screen and (max-width: 768px) {
  .alevel_sp_area {
    font-size: 1.17em;
  }
}

.map_container {
  position: absolute;
  background: #f2f7fb;
  padding: 0.3em 0.5em 0.2em 0.5em;
}

.prefCheckList {
  display: grid;
  margin-right: 0.5em;
}

.prefCheckList li {
  display: flex;
  float: left;
  height: 2.5em;
  margin: 0;
  padding: 0;
  align-items: center;
}


.map_container_1 .prefCheckList {
  grid-template-columns: repeat(3, 5.5em) auto;
}

.map_container_2 .prefCheckList {
  grid-template-columns: repeat(3, 5.5em) auto;
}

.map_container_3 .prefCheckList {
  grid-template-columns: repeat(2, 5.5em) auto;
}

.map_container_4 .prefCheckList {
  grid-template-columns: repeat(2, 5.5em) auto;
}

.map_container_5 .prefCheckList {
  grid-template-columns: repeat(2, 5.5em) auto;
}

.map_container_6 .prefCheckList {
  grid-template-columns: 5.5em auto;
}

.map_container_7 .prefCheckList {
  grid-template-columns: repeat(2, 5.5em) auto;
}

.map_container_1 {
  top: 0;
  right: 0;
}

.map_container_2 {
  top: 30%;
  right: 0;
}

.map_container_3 {
  top: 68.5%;
  right: 0;
}

.map_container_4 {
  top: 0;
  left: 26%;
}

.map_container_5 {
  top: 30%;
  left: 0;
}

.map_container_6 {
  top: 68.5%;
  right: 26%;
}

.map_container_7 {
  top: 60%;
  left: 0;
}

/* ↓　TOP画面SP版レイアウト */
@media screen and (max-width: 768px) {
  .alevel_top_pc {
    display: none;
  }

  .alevel_top_sp {
    display: block;
    padding: 0 1em 3em;
  }
}

@media screen and (min-width: 769px) {
  .alevel_top_sp {
    display: none;
  }

  .alevel_top_pc {
    display: block;
  }
}

.alevel_sp_popup {
  position: relative;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .alevel_sp_popup {
    left: 0;
  }
}

.alevel_sp_closeButton {
  width: 2em !important;
  height: 1.5em;
  position: absolute;
  right: 0.8em;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .alevel_sp_closeButton {
    width: 2.2em !important;
    height: 1.7em;
  }
}

.alevel_sp_industriesList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.alevel_sp_industries_container label,
.alevel_sp_job_container label {
  width: 50%;
  height: 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.alevel_sp_industries,
.alevel_sp_job,
.alevel_sp_area {
  height: 2em;
}

.alevel_top_sp_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .alevel_top_sp_buttons {
    gap: 0.5em;
  }

  .alevel_sp_area_container_wrap {
    margin-top: 1em;
  }
}

.alevel_sp_buttons {
  display: flex;
  text-align: center;
  justify-content: center;
  width: calc(50% - 0.5em);
  margin: 0;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .alevel_sp_buttons {
    width: 100%;
    font-size: 1em;
    padding: 0.4em 0;
  }
}

.alevel_inversion_button {
  background-color: #fff;
  color: #0e49ac;
  border: 0.1em solid #0e49ac;
}

.sp_area_item {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #e2e9f5;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.3em;
  height: 2em;
}

.sp_area_item::after {
  content: '+';
  display: inline-block;
  height: 1.8em;
  right: 1.5em;
  position: absolute;
}

.alevel_search_acd:checked+.sp_area_item::after {
  content: '－';
}

.sp_prefCheckList {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  font-weight: bold;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 0.5em 2em;
}

.alevel_search_acd:checked+.sp_area_item+.sp_prefCheckList {
  max-height: 20em;
  opacity: 1;
  visibility: visible;
}

.alevel_search_acd:checked+.sp_area_item::before {
  transform: rotate(135deg);
}

.sp_prefCheckList li {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 768px) {
  .sp_prefCheckList>li>span {
    display: flex;
    align-items: center;
  }
}

.alevel_top_pagenav_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .alevel_top_pagenav_sp {
    display: block;
    padding-top: 1em;
  }
}

@media screen and (max-width: 768px) {

  .search_area_close_button,
  .search_area_button,
  .search_industries_job_button {
    letter-spacing: unset;
    align-items: center;
  }
}

/* ↑　TOP画面SP版レイアウト */
.search_explain_box {
  text-align: center;
  margin: 2em 0 1em;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search_explain_box {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {

  .search_keyword,
  .search_keyword_top {
    margin: 0;
  }
}

.search_company_box {
  width: 100% !important;
  height: 3em;
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .search_company_top {
    width: 64%;
    margin: auto;
  }
}

.search_button_text {
  white-space: nowrap;
  letter-spacing: 0.2em;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .search_alevel_top_input {
    font-size: 1.1em;
    height: 2.5em;
  }

  .search_alevel_top_input>button {
    border-radius: 0 0.3em 0.3em 0 !important;
    width: 6em;
    text-wrap: nowrap;
  }
}

/* 繝�ヵ繧ｩ繝ｫ繝�CSS繧貞�譛溷喧縺輔○繧気SS */
@media screen and (max-width: 768px) {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .search_list_select_before::before {
    content: "";
    width: 5px;
    height: 5px;
    border-right: 2px solid #232323;
    border-bottom: 2px solid #232323;
    display: inline-block;
    position: relative;
    left: 89%;
    margin: auto;
    transform: rotate(45deg);
    border-color: #0e49ac;
    pointer-events: none;
  }

  .search_list_select_pseudo::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 1em;
    right: -17.5em;
    margin: auto;
    transform: rotate(45deg);
    border-color: #0e49ac;
    pointer-events: none;
  }
}

.search_list_box,
.search_result_list_box {
  display: flex;
  justify-content: center;
  align-items: end;
}

@media screen and (max-width: 768px) {

  .search_list_box,
  .search_result_list_box {
    flex-direction: column;
    align-items: center;
  }
}

.search_list_select,
.search_result_list_select {
  width: 20%;
}

.search_list_select select,
.search_list_select_area,
.search_result_list_select select {
  width: 90%;
  height: 2em;
  border: none;
  border-bottom: 1px solid;
  font-size: 1.3em;
  font-weight: bold;
  color: #0e49ac;
  border-radius: 0 !important;
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .search_list_select select,
  .search_list_select_area,
  .search_result_list_select select {
    font-size: 1.1em;
  }
}

.search_list_select_area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/ico_map.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 1.5em !important;
  background-position: right 1px center !important;
}

.search_list_checkbox {
  color: #0e49ac;
  font-weight: bold;
  font-size: 1.2em;
  white-space: nowrap;
  padding-top: 0.3em;
}

@media screen and (max-width: 768px) {

  .search_list_select,
  .search_result_list_select,
  .search_list_checkbox {
    width: 90%;
    text-align: center;
    font-size: 1em;
  }
}

.article_title_text {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  color: #0080cb;
}

@media screen and (max-width: 768px) {
  .article_title_text {
    font-size: 1.8em;
  }
}

.article_title_subtitle {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #8cc6ec;
  font-size: 1.5em;
}

.article_list_group_box {
  display: flex;
  padding-top: 2em;
  position: relative;
  height: 90em;
}

@media screen and (max-width: 768px) {
  .article_list_group_box {
    height: 270em;
  }
}

.article_list_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
  min-width: 98%;
  padding: 0 1% 1em;
  transition: all 1s linear;
  position: absolute;
  opacity: 0;
}

.article_list_box:nth-child(1) {
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .article_list_box {
    grid-template-columns: 1fr;
  }
}

.article_list_element_box {
  border: 1px solid #c8c8c8;
  padding: 0 1em 1em;
  box-shadow: 0.2em 0.1em 0.3em #c8c8c8;
  transition: transform .5s;
  height: 26em;
}

.article_list_element_box:hover {
  transform: scale(1.05);
}

.article_list_element_header {
  display: flex;
  margin-bottom: 0.8em;
}

.article_list_element_title {
  width: 30%;
  text-align: center;
  text-wrap: nowrap;
  color: white;
  background-color: #0e49ac;
  padding: 0.3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article_list_element_subtitle {
  margin-left: 0.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.3em;
}

.article_list_element_img {
  margin: 0 auto;
  height: 14.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.article_list_element_img img {
  max-height: 100%;
}

.article_list_element_img span {
  font-size: 1.5em;
  font-weight: bold;
}

.article_list_element_text_title {
  font-size: 1.3em;
  font-weight: bold;
  color: #0e49ac;
  line-height: 1.4;
  height: 3em;
  display: flex;
  align-items: center;
}

.article_list_element_text_text {
  --line-height: 1.4;
  line-height: var(--line-height);
  height: calc(1em * var(--line-height) * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 0.95em;
}

.article_paging_box {
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .article_paging_box {
    display: none;
  }
}

.article_paging_box ul {
  display: flex;
  justify-content: center;
}

.article_paging_box ul li {
  padding: 0 1em;
}

.introduce_top {
  padding: 2.5em 5.5em;
  background-color: #daecf8;
}

@media screen and (max-width: 768px) {
  .introduce_top {
    padding: 1em;
  }
}

.introduce_title_box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .introduce_title_box>.alevel_top_header_text3 {
    font-size: 1em;
  }
}

.introduce_title_title {
  font-size: 2.5em;
  font-weight: 900;
  color: #0080cb;
}

@media screen and (max-width: 768px) {
  .introduce_title_title {
    font-size: 1.7em;
  }
}

.alevel_top_header_text3_small {
  font-size: 1.6em;
}

.introduce_title_subtitle {
  font-weight: bold;
  font-size: 1.7em;
  color: #b8d1ed;
}

@media screen and (max-width: 768px) {
  .introduce_title_subtitle {
    font-size: 1em;
  }
}

.introduce_title_image img {
  width: 9em;
  padding: 0.5em 0 1.7em;
}

@media screen and (max-width: 768px) {
  .introduce_title_image img {
    width: 4.5em;
  }
}

.introduce_explain {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .introduce_explain {
    font-size: 0.9em;
  }
}

.infomagazin_title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .infomagazin_title {
    font-size: 1.3em;
  }
}

.infomagazin_explain_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 5.5em 3.5em 5.5em;
}

@media screen and (max-width: 768px) {
  .infomagazin_explain_box {
    flex-direction: column;
    padding: 1em;
    gap: 1em;
  }

  .infomagazin_explain_text {
    line-height: 1.2;
  }
}

.infomagazin_explain_text span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .infomagazin_explain_text span {
    font-size: 0.9em;
  }
}

.infomagazin_explain_image img {
  width: 15em;
}

@media screen and (max-width: 768px) {
  .infomagazin_explain_image img {
    width: 10em;
    padding: 1em 0;
  }
}

.infomagazin_button_box {
  text-align: center;
}

.infomagazin_button {
  width: 25em;
  height: 5em;
  border: none;
  border-radius: 0.5em;
  background-color: #0e49ac;
  font-weight: bold;
  font-family: inherit;
}

.infomagazin_button:hover {
  opacity: 0.8;
}


.infomagazin_button_sp {
  display: none;
  width: 20em;
  height: 4em;
  border: none;
  border-radius: 0.5em;
  background-color: #0e49ac;
  font-size: 0.7em;
  font-weight: bold;
  text-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .infomagazin_button {
    display: none;
  }

  .infomagazin_button_sp {
    display: inline-block;
  }
}

.infomagazin_button>a,
.infomagazin_button_sp>a {
  color: #fff;
  font-size: 1.3em;
}

/* start alevel_result.html */
.search_result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  /* margin-bottom: 1em; */
}

@media screen and (max-width: 768px) {
  .search_result {
    flex-direction: column;
    padding: 0;
    align-items: unset;
  }
}

.alevel_search_result_title {
  color: #0e49ac;
}

.search_header_alevel {
  font-size: 1.2em;
}

.search_narrow_down {
  background: #E2E2E2;
  padding: 2em 1em;
  margin-bottom: 3em;
  min-height: 15%;
  display: grid;
  align-content: space-evenly;
  gap: 1.4em;
}

@media screen and (max-width: 768px) {
  .search_narrow_down {
    padding: 0;
    margin: 0;
    background-color: unset;
  }
}

.search_narrow_down .alevel_search_container {
  width: 15em;
}

@media screen and (max-width: 768px) {
  .search_result_list_box_margin {
    margin-bottom: 0;
  }
}

.search_result_list_select select {
  background: none;
}

.search_list_box_height {
  height: 2em;
  vertical-align: top;
}

.search_result_sort {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .search_result_sort {
    flex-direction: column;
  }
}

.search_result_sort_left p,
.search_result_sort_right p {
  font-size: 1.2em;
  font-weight: bold;
  color: #0e49ac;
}

@media screen and (max-width: 768px) {
  .search_result_sort_left p {
    margin-bottom: 0.2em;
  }

  .search_result_sort_left p,
  .search_result_sort_right p {
    font-size: 1em;
  }
}

.search_result_sort_left {
  display: flex;
  align-items: end;
}

@media screen and (max-width: 768px) {
  .search_result_sort_left {
    width: 100%;
    text-align: start;
    display: unset;
    margin-bottom: 2em;
  }
}

.search_result_sort_right {
  display: flex;
  text-align: start;
  align-items: end;
}

@media screen and (max-width: 768px) {
  .search_result_sort_right {
    width: 100%;
    justify-content: end;
  }
}

.search_result_sort_title {
  width: 6em;
  background-color: #E2EDF8;
  color: #0e49ac;
  font-size: inherit;
  font-weight: bold;
  border-radius: 0.2em;
  padding: 0 1em 0 0;
  border: none;
  margin-left: 1em;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.search_result_sort_title>input {
  display: none;
}

.search_result_sort_title_selected {
  background-color: #0e49ac;
  color: #fff;
}

.search_result_sort_title::after {
  content: "▲";
  position: absolute;
  right: 0.5em;
}

.search_result_sort_title_desc::after {
  content: "▼";
}

@media(hover:hover) {

  .search_result_sort_title:hover,
  .search_result_sort_title:hover::after {
    opacity: 0.8;
  }
}

.search_result_sort_item {
  display: flex;
  height: 2.4em;
}

@media screen and (max-width: 768px) {
  .search_result_sort_item {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(2, 38%) 24%;
    row-gap: 0.5em;
    height: unset;
  }

  .search_result_sort_title {
    margin-inline: 0 1em;
    width: unset;
    font-size: 1.1em;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
  }

  .search_result_sort_title::after {
    top: 0.3em;
  }

  .search_result_sort_title_nextrow {
    grid-column: 1 / 2;
  }
}

.search_result_sort_title_clear {
  width: 5em;
  border: none;
  color: inherit;
  background-color: #c9c9c9;
  font: inherit;
  font-weight: bold;
  font-size: 1em;
  border-radius: 0.2em;
  margin-left: 1em;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .search_result_sort_title_clear {
    margin-left: auto;
    font-size: 1.1em;
    width: 100%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
}

@media(hover:hover) {
  .search_result_sort_title_clear:hover {
    opacity: 0.8;
  }
}

.search_result_sort_title_num {
  appearance: none;
  min-width: 5em;
  max-width: 5em;
  background-image: url(../img/sort.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  border-color: #0e49ac;
  font-size: 1.3em;
  border-radius: 1em;
  text-align: center;
  padding: 0.35em 1em 0.35em 0.5em;
  margin: 0 0.3em;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .search_result_sort_title .search_result_sort_title_clear {
    margin: 0.3em 0.1em;
  }
}

.search_result_num {
  font-size: 1.7em;
  color: #0e49ac;
  margin-right: 0.1em;
}

.search_result_title {
  margin-bottom: 2em;
  font-size: 1.3em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .search_result_title {
    font-size: 1em;
  }
}

.search_result_contents_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5em;
  height: 12em;
}

.search_result_contents_item:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .search_result_contents_item {
    flex-direction: column;
    margin-bottom: 2em;
    height: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 1em;
  }

  .search_result_contents_item:last-child {
    border: none;
  }
}

.search_result_img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4 / 3;
  height: 100%;
}

.search_result_img p {
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .search_result_img {
    width: 100%;
    margin: auto;
    padding: 3em 0 2em;
  }
}

.search_result_img>img {
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .search_result_img>img {
    max-height: 16em;
  }
}

.search_result_contents_item_detail {
  margin-left: 1.5em;
  width: 100%;
  /* vertical-align: baseline; */
}

@media screen and (max-width: 768px) {
  .search_result_contents_item_detail {
    margin: 0;
  }
}

.category {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .category {
    width: 90%;
  }
}

.prefecture {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  border: none;
  background: #0e49ac;
  padding: 0.1em 0.5em 0.1em 0.5em;
  margin-right: 0.5em;
  align-content: center;
  text-wrap: nowrap;
}

.search_result_item_industry {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

.search_result_company {
  font-size: 1.7em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #0e49ac;
}

.search_result_company>a {
  color: #0e49ac;
}

.serch_result_text {
  font-size: 0.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}



.pagenation_button {
  width: 0.8em;
}

.pagenation_button_padding {
  padding: 0;
}

.search_searchmap_wrap {
  position: relative;
}

.search_searchmap_wrap,
.search_industries_job_wrap {
  display: block;
  /* height: 32em; */
  padding: 1em;
  background-color: #fff;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 768px) {}

.search_searchmap_wrap>.alevel_top_noflex {
  position: absolute;
  z-index: 2;
}

.search_searchmap_wrap>.map_container {
  font-size: 0.8em;
}

.search_searchmap_japanmap {
  width: 33%;
  position: absolute;
  top: 52%;
  left: 47%;
  transform: translate(-50%, -50%);
}

.search_area_text {
  font-weight: bold;
}

.search_searchmap_text_wrap {
  position: relative;
  height: 29em;
}

.map_container_search_1 {
  top: 0;
  right: 0;
  width: 32%;
}

.map_container_search_2 {
  top: 30%;
  right: 0;
  width: 32%;
}

.map_container_search_3 {
  top: 69%;
  right: 0;
  width: 24%;
}

.map_container_search_4 {
  top: 0;
  left: 27%;
  width: 25%;
}

.map_container_search_5 {
  top: 30%;
  left: 0;
  width: 24%;
}

.map_container_search_6 {
  top: 69%;
  left: 56%;
  width: 16%;
}

.map_container_search_7 {
  top: 60.5%;
  left: 0;
  width: 24%;
}

.search_area_buttons {
  display: flex;
  width: 100%;
}

.search_alevel_back_button,
.search_alevel_search_button {
  position: static;
  width: 10%;
  background-color: #0e49ac;
  border: none;
  border-radius: 0.2em;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em;
  cursor: pointer;
}

.search_alevel_back_button:hover,
.search_alevel_search_button:hover {
  opacity: 0.8;
}

.alevel_empty_space {
  width: 35%;
}

.search_area_buttons>.alevel_search_button {
  margin: 0 auto;
}

.search_area_overlay,
.search_industries_job_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.search_search_button_wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .search_search_button_wrap {
    display: none;
  }
}

.search_alevel_result_button {
  background-color: #0e49ac !important;
  width: 20% !important;
}

.search_alevel_result_button>img {
  margin: 0 0.2em !important;
}

@media screen and (max-width: 768px) {
  .search_alevel_result_button {
    border-radius: 0 0.3em 0.3em 0 !important;
    font-size: 0.9em !important;
    width: 6em !important;
  }

  .search_alevel_result_button:hover {
    opacity: 0.8;
  }

  .search_alevel_result_button>img {
    border-radius: 0 0.3em 0.3em 0 !important;
    width: 0.8em !important;
    height: 0.8em !important;
    padding-right: 0.2em !important;
  }

  .search_alevel_result_button>div {
    display: block !important;
    letter-spacing: unset;
  }
}

.search_keyword.search_keyword_top {
  margin-bottom: 0 !important;
}

.search_result_hr {
  background-color: #0E49AC;
  border: none;
  height: 1px;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .search_result_hr {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .search_search_condition {
    display: none;
  }
}

.search_narrow_down_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .search_narrow_down_sp {
    display: block;
  }

  .search_narrow_down_sp>.search_list_checkbox {
    width: 100%;
    font-size: 1.1em;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .search_alevel_search_input {
    height: 2em;
  }
}

.search_alevel_search_input>input[type="text"] {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .search_alevel_search_input>input[type="text"] {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 768px) {
  .search_alevel_condition_sp {
    display: flex;
    background-color: #0e49ac;
    height: 2.5em;
    text-align: center;
    border-radius: 0.2em;
    margin-top: 1em;
    overflow: hidden;
  }

  .search_alevel_condition_sp>button {
    border: none;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: unset;
    width: 50%;
    cursor: pointer;
  }

  .search_alevel_condition_sp>button:hover {
    opacity: 0.8;
  }

  .search_alevel_condition_sp_rule {
    border-right: 1px solid #fff;
    margin: 0.2em 0;
  }
}

@media screen and (max-width: 768px) {
  .search_sp_wrap {
    padding-bottom: 1em;
  }
}

/* start alevel_detail.html */
.detail_header_box {
  font-weight: bold;
  margin-bottom: 1em;
}

.detail_header_row {
  display: flex;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 768px) {
  .detail_header_row {
    font-size: 0.9em;
  }
}

.detail_header_row_attr {
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .detail_header_row_title {
    flex-direction: column;
  }
}

.detail_header_area {
  background-color: #0e49ac;
  color: #fff;
  padding: 0 0.5em;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.detail_header_industry {
  margin-left: 0.5em;
}

.detail_header_title {
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  .detail_header_title {
    font-size: 1.5em;
  }
}

.detail_header_links {
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 12em);
  gap: 0.7em 1em;
  justify-items: center;
}

@media screen and (max-width: 768px) {
  .detail_header_links {
    display: none;
  }
}

.detail_header_links_button {
  font-size: 0.9em;
  width: 100%;
  color: #fff;
  border: none;
  text-align: center;
  line-height: 2.8em;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 768px) {
  .detail_header_links_button {
    line-height: 2.6em;
  }
}

.detail_header_links_button:hover {
  opacity: 0.8;
}

.detail_header_links_button>img {
  width: 1em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}

.detail_header_links_button1 {
  background-color: #0e49ac;
  border-radius: 0.5em;
  font-weight: bold;
}

.detail_header_links_button2 {
  background-color: #0080cb;
  border-radius: 2em;
  font-weight: bold;
}

.detail_header_links_button_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .detail_header_links_button_sp {
    display: grid;
    grid-template-columns: repeat(1, 15em);
    grid-template-rows: repeat(4, 2.4em);
    gap: 1.5em;
    margin: 2em auto 0;
    width: fit-content;
  }
}

.detail_header_links_button_other {
  display: block;
  grid-column-start: 2;
  width: 12em;
  margin: 3em auto 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .detail_header_links_button_other {
    display: none;
  }

  .detail_header_links_button_sp>.detail_header_links_button_other {
    display: block;
    grid-column-start: 1;
    width: 100%;
    margin: 0;
  }
}

.detail_main_box {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 2em;
}

@media screen and (max-width: 768px) {
  .detail_main_box {
    display: flex;
    flex-direction: column;
  }
}

.detail_main_image {
  margin-bottom: 1em;
}

.detail_main_image span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10em;
  font-size: 1.5em;
  font-weight: bold;
}

.detail_main_image_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.detail_main_image_img>img {
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .detail_main_image_img {
    height: 90%;
  }
}

.detail_main_image_caption {
  background-color: #e2e9f5;
  font-size: 0.8em;
  padding: 0.25em 0.8em;
}

.detail_main_image_paging {
  font-size: 0.8em;
}

.detail_main_image_paging ul {
  display: flex;
  justify-content: center;
}

.detail_main_image_paging ul li {
  margin: 0 1em;
}

.detail_main_text_box {
  border: 2px solid #E3E3E3;
  padding: 1.5em 2em;
}

@media screen and (max-width: 768px) {
  .detail_main_text_box {
    padding: 0;
    border-top: none;
  }
}

.detail_main_text_box>ul>li {
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  padding: 0.2em 0;
}

@media screen and (max-width: 768px) {
  .detail_main_text_box>ul>li {
    display: contents;
  }

  .detail_main_text_box>ul>li>.detail_main_text_title {
    background-color: #E2E2E2;
    width: 100%;
    padding: 0.3em 0.6em 0.1em;
    box-sizing: border-box;
  }

  .detail_main_text_box>ul>li>.detail_main_text_text {
    padding: 0.5em 0.6em;
    box-sizing: border-box;
  }
}

.detail_main_text_box ul li:last-child {
  border: none;
}

.detail_main_text_title {
  width: 9em;
  flex-shrink: 0;
  font-weight: bold;
}

.detail_company_pr,
.detail_company_message {
  margin-bottom: 3em;
}

.detail_company_pr_title,
.detail_company_message_title {
  font-size: 1.5em;
  color: #0e49ac;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  margin-bottom: 0.5em;
}

.detail_company_tsreye {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 2em;
  align-items: center;
  background-color: #e2e9f5;
  border-radius: 0.3em;
  box-shadow: 0.3em 0.5em 0.3em #E2E2E2;
  padding: 2em;
}

@media screen and (max-width: 768px) {
  .detail_company_tsreye {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}

.detail_company_tsreye>img {
  height: 5em;
}

.detail_company_tsreye_title_eye {
  display: inline-block;
  background: #0e49ac;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
}

.detail_recruit_title {
  font-size: 2em;
  color: #0e49ac;
  font-weight: bold;
  text-align: center;
  margin: 1.4em;
}

.detail_recruit_list_flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .detail_recruit_list_flex {
    flex-direction: column;
  }
}

.detail_recruit_list_column {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .detail_recruit_list_column {
    width: 100%;
  }
}

.detail_recruit_list_column_border_left {
  border-left: solid 2px #0e49ac;
  box-sizing: border-box;
  padding-left: 1em;
  border-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_list_column_border_left {
    border-left: none;
    padding-left: 0;
  }
}

.detail_recruit_list_item {
  display: flex;
  gap: 0;
  padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_list_item {
    flex-direction: column;
    padding-bottom: 0.5em;
  }
}


.detail_recruit_list_item_categoryname {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  border: 2px solid #0e49ac;
  border-radius: 0.25em;
  color: #0e49ac;
  background: #fff;
  max-width: 6em;
  min-width: 6em;
}

.detail_recruit_list_item_text {
  align-content: center;
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_list_item_text {
    padding: 1em 0;
  }
}

.detail_recruit_message {
  padding: 0 9em;
  margin-bottom: 5em;
}


@media screen and (max-width: 768px) {
  .detail_recruit_message {
    padding: 0;
    margin: 0;
  }
}

.detail_recruit_message_recruitment {
  display: flex;
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_message_recruitment {
    flex-direction: column;
    gap: 1em;
  }
}

.detail_recruit_message_image {
  position: relative;
  align-content: center;
}

@media screen and (max-width: 768px) {
  .detail_recruit_message_image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.detail_recruit_message_image>img {
  width: 12em;
  max-width: 12em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_message_image img {
    width: 10em;
  }
}

.detail_recruit_message_pop {
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  color: #E2EDF8;
  align-content: center;
  text-align: center;
  font-weight: bold;
}

.detail_recruit_message_recruitment_text {
  align-content: center;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_message_recruitment_text {
    padding: 0;
  }
}

.detail_result_slide {
  margin: 0 calc(50% - 50vw);
  display: flex;
  align-items: center;
  height: fit-content;
  overflow: hidden;
  flex-direction: row;
  margin-bottom: 7em;
}

@media screen and (max-width: 768px) {
  .detail_result_slide {
    margin: 0 calc(0% - 50vw);
    display: flex;
    align-items: center;
    height: fit-content;
    overflow: hidden;
    flex-direction: row;
    margin-bottom: 3em;
  }
}

.detail_result_slide-wrapper {
  display: flex;
  flex-direction: row;
  animation: slide-flow 40s infinite linear 1s both;
  min-width: max-content;
}

.detail_result_slide_image_wrapper {
  margin: 0 0.5em;
}

.detail_result_slide_image {
  max-height: 15em;
  max-width: 29em;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .detail_result_slide_image {
    height: 8em;
  }
}

.detail_result_slide_caption {
  font-size: 0.8em;
}

@keyframes slide-flow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.detail_result_contact {
  background-image: url(/alevel/common/img/bg_contact.png);
  background-size: cover;
  text-align: center;
  padding: 1.5em;
}

@media screen and (max-width: 768px) {
  .detail_result_contact {
    padding: 0.5em;
  }
}

.detail_result_contact_title {
  font-size: 1.5em;
  font-weight: bold;
  color: #0e49ac;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .detail_result_contact_title {
    font-size: 1.2em;
    margin-bottom: 0;
  }
}

.detail_result_contact_text {
  text-align: center;
  font-weight: bold;
  padding-top: 0.7em;
}

@media screen and (max-width: 768px) {
  .detail_result_contact_text {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 768px) {
  .search_alevel_title_wrap {
    padding-bottom: 0;
  }
}

.detail_company_tsreye_text {
  font-weight: 600;
}

.detail_recruit_box {
  margin-top: 10em;
}

@media screen and (max-width: 768px) {
  .detail_recruit_box {
    margin-top: 0;
  }
}

.detail_main_company_wrap {
  display: flex;
  overflow: hidden;
}

.detail_main_company_wrap>div {
  min-width: 100%;
  max-width: 100%;
  max-height: 25em;
  transition: all 0.5s ease-in-out;
}

.detail_main_company_button_wrap {
  text-align: center;
  margin-top: 2em;
  letter-spacing: 1em;
}

.detail_main_company_button_wrap>input[type="radio"] {
  accent-color: #0e49ac;
}

/* end alevel_detail.html */