@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
.none_text {
  display: none !important;
}

@media screen and (min-width: 741px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (min-width:768px) and (max-width:961px) {
  .tabNone {
    display: none !important;
  }
}
.font_01 {
  font-family: "Libre Baskerville", serif;
}

#sub_page #companies_page {
  color: #4d4d4d;
  letter-spacing: 0.04rem;
  /*企業一覧*/
  /*----------------------------
  企業詳細
  -----------------------------*/
}
#sub_page #companies_page #companies_title_area {
  text-align: center;
  padding: 0 0 10px;
}
#sub_page #companies_page #companies_title_area h2 {
  font-size: 20px;
  color: #78bdae;
  text-align: center;
  letter-spacing: 0.05rem;
  margin: 0 auto;
}
#sub_page #companies_page #companies_title_area h3 {
  font-size: 46px;
  color: #4d4d4d;
  font-weight: 200;
  line-height: 1.2;
  margin: 0 0 30px;
}
#sub_page #companies_page #companies_title_area p {
  font-size: 16px;
  font-weight: bold;
}
#sub_page #companies_page #companies_title_area p span {
  font-size: 45px;
  color: #78bdae;
  padding: 0 10px 0 20px;
}
#sub_page #companies_page #companies_content {
  background: #edf6f4;
  padding: 60px 0;
  /******参加企業情報 検索画面******/
  /******参加企業情報一覧******/
}
#sub_page #companies_page #companies_content #companies_search_area {
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area {
    padding: 0 20px 40px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .count-company {
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_search_area .count-company span {
  font-size: 30px;
  color: #22b473;
}
#sub_page #companies_page #companies_content #companies_search_area .searc_widt {
  max-width: 1200px;
  margin: 0 auto;
}
#sub_page #companies_page #companies_content #companies_search_area .searc_widt h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  margin: 0 0 20px;
  text-align: center;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box {
    padding: 10px 0px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 40px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box h4 {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box {
  margin: 0 0 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box {
    padding: 25px 15px 5px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul {
    display: block;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li {
    margin-bottom: 20px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box {
  width: 29.5%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box {
    width: 100%;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box.large_box {
  width: 38.5%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box.large_box {
    width: 100%;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box .f_box {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box .f_box label {
  width: 100%;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box .f_box input[type=text] {
  width: 76.5%;
  border-radius: 5px 0 0 5px;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box .f_box input[type=submit] {
  flex: 1;
  background: #4d4d4d;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box p.label {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 10px;
  font-weight: bold;
  padding: 0 0 0 1px;
  color: #4d4d4d;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box button {
  border: 1px solid #000;
  border-radius: 5px;
  text-align: left;
  background: none;
  width: 100%;
  font-size: 16px;
  color: #C8C8C8;
  height: 50px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box button.change_text_color {
  color: #000;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box .modalbutton {
  color: #C8C8C8;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul li.select-input_box .modalbutton.selected {
  color: #000;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul select {
  width: 100%;
  height: 50px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: none;
  outline: none;
  color: #4d4d4d;
  border-radius: 5px;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul select.border_color, #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul input.border_color {
  border: 1px solid #4d4d4d;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul .select-box {
  position: relative;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul .select-box:before {
  content: "";
  position: absolute;
  right: 5%;
  top: 6px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
  z-index: 1;
  bottom: 0;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul .select-box option.color01 {
  color: #4d4d4d;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul .select-box select {
  color: #4d4d4d;
  font-size: 16px;
  cursor: pointer;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul .select-box select.change_text_color {
  color: #C8C8C8;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul input {
  width: 100%;
  border: none;
  height: 50px;
  padding: 0 0 0 10px;
  outline: none;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul input::-moz-placeholder {
  color: #c8c8c8;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul input::placeholder {
  color: #c8c8c8;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul label {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 10px;
  font-weight: bold;
  padding: 0 0 0 1px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul label {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .input_box ul .search-Btn {
  background: #603813;
  color: #fff;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box {
    padding: 0 15px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box h5 {
  font-size: 16px;
  letter-spacing: 0;
  color: #4d4d4d;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box h5 {
    text-align: left;
    font-size: 14px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul {
    justify-content: center;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li {
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li {
    margin: 0;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li input:checked + label {
  background: #78bdae;
  color: #FFF;
  border: 2px solid #78bdae;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li input:checked + label span {
  color: #fff;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li input {
  display: none;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li label {
  border: 2px solid #78bdae;
  border-radius: 16px;
  font-size: 14px;
  padding: 3px 10px;
  background: #fff;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li label {
    padding: 3px 10px;
    display: inline-block;
    margin: 0;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul li label span {
  color: #4d4d4d;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag {
  margin: 0 0 10px;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag {
    margin: 0;
    justify-content: flex-start;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  font-size: 14px;
  letter-spacing: 0;
  border: 2px solid #78bdae;
  border-radius: 16px;
  padding: 3px 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag li a {
    font-size: 14px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag li a.active {
  background: #78bdae;
  color: #fff;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag li p.open_nav_click {
  position: relative;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag li p.open_nav_click:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: -10%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag li .open_nav_click.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: -10%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_nav_text {
  text-align: center;
  margin: 0 0 15px;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_nav_text p {
  color: #000;
  background: none;
  padding: 0;
  letter-spacing: 0;
  font-size: 14px;
  border: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_nav_text p:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: -18px;
  top: 4px;
  bottom: 0;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_nav_text .open_nav_click.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: -10%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_tag_box {
  display: none;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_tag_box ul.open_nav_box {
  padding: 5px 0;
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_tag_box.active {
  display: block;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag {
    overflow: hidden;
    max-height: 85px;
    transition: max-height 0.3s ease;
    padding: 5px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box ul.default_tag.active {
    max-height: 999px;
  }
}
#sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_nav_text {
  display: none;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_search_area .sub_search_box .tag_box .open_nav_text {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 20px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area {
    padding: 0 20px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies:after {
  content: "";
  display: block;
  width: 32%;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li {
  width: 32%;
  margin: 0 0 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li {
    width: 100%;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li.no-results {
  width: 100%;
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li.no-results {
    width: 100%;
    padding: 25px 15px;
    text-align: center;
    font-size: 12px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .logo_img {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 10px;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .logo_img img {
  border-radius: 20px 20px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box {
  padding: 25px 20px 25px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box {
    padding: 10px 15px 20px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list {
  display: flex;
  justify-content: flex-start;
  gap: 0 2%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list {
    margin: 0 0 5px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list li {
  padding: 6px 10px;
  font-size: 14px;
  margin: 0 0 15px;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 5px;
  text-align: center;
  width: 49%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list li {
    font-size: 13px;
    padding: 7px 5px;
    margin: 0 0 5px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list li.day01 {
  background: #fff39d;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list li.day02 {
  background: #ddf4fd;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.day_list li.day03 {
  background: #f1e2fd;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.job_list {
  margin: 0 0 5px;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.job_list li {
  width: 100%;
  padding-left: 20px;
  position: relative;
  color: #78bdae;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.job_list li {
    font-size: 13px;
    line-height: 18px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box ul.job_list li:before {
  content: "●";
  color: #78bdae;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box .day_text {
  padding: 8px 10px;
  font-size: 16px;
  margin: 0 0 15px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 15px;
  background: #c5eebe;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box .day_text {
    font-size: 13px;
    padding: 6px 10px;
    margin: 0 0 5px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box .day_text:nth-child(odd) {
  background: #d6f1fb;
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box h4 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px;
  }
}
#sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box .text01 {
  font-size: 16px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #companies_content #companies_list_area ul.list_companies li .text-box .text01 {
    font-size: 13px;
    line-height: 21px;
  }
}
#sub_page #companies_page #detail_f_box01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
  /*BOOTH　日付*/
  /*会社名*/
  /*ハッシュタグ*/
  /*会社画像*/
  /*求人ボタン*/
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 {
    padding: 40px 20px;
  }
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .booth_day ul.day_list {
    flex-wrap: wrap;
    gap: 10px 2%;
    justify-content: flex-start;
    margin: 0 0 20px;
  }
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 {
  max-width: 145px;
  width: 15%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
  }
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 .boothbox {
  border-radius: 5px;
  background: #4d4d4d;
  font-size: 14px;
  color: #fff;
  position: relative;
  align-items: baseline;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 .boothbox {
    max-width: 120px;
    font-size: 11px;
    height: 33px;
  }
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 .boothbox:before {
  content: "";
  width: 95%;
  height: 85%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 .boothbox span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .booth01 .boothbox span {
    font-size: 18px;
  }
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .dayli {
  width: 30%;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .dayli {
    width: 49%;
    margin-bottom: 0;
    height: 32px;
    font-size: 15px;
  }
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .dayli.day01 {
  background: #fff39d;
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .dayli.day02 {
  background: #ddf4fd;
}
#sub_page #companies_page #detail_f_box01 .booth_day ul.day_list .dayli.day03 {
  background: #f1e2fd;
}
#sub_page #companies_page #detail_f_box01 .detail_title_01 h2 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .detail_title_01 h2 {
    font-size: 20px;
    line-height: 29px;
    margin: 0 0 20px;
  }
}
#sub_page #companies_page #detail_f_box01 .tag_box {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .tag_box {
    margin: 0 0 30px;
  }
}
#sub_page #companies_page #detail_f_box01 .tag_box .default_tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 10px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .tag_box .default_tag {
    justify-content: flex-start;
    gap: 7px 10px;
  }
}
#sub_page #companies_page #detail_f_box01 .tag_box .default_tag li {
  line-height: normal;
  border: 1px solid #78bdae;
  border-radius: 16px;
  font-size: 14px;
  padding: 5px 13px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .tag_box .default_tag li {
    font-size: 11px;
    padding: 4px 8px;
  }
}
#sub_page #companies_page #detail_f_box01 .detail_img {
  margin: 0 0 35px;
}
#sub_page #companies_page #detail_f_box01 .detail_img ul {
  display: flex;
  justify-content: center;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .detail_img ul {
    flex-flow: column;
    gap: 10px;
  }
}
#sub_page #companies_page #detail_f_box01 .detail_img ul li {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .detail_img ul li {
    width: 100%;
  }
}
#sub_page #companies_page #detail_f_box01 .detail_img ul li img {
  width: 100%;
}
#sub_page #companies_page #detail_f_box01 .text-button {
  max-width: 400px;
  background: #77a8ff;
  margin: 0 auto;
  border-radius: 37px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .text-button {
    width: 95%;
    max-width: 305px;
  }
}
#sub_page #companies_page #detail_f_box01 .text-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .text-button a {
    padding: 15px;
    font-size: 16px;
  }
}
#sub_page #companies_page #detail_f_box01 .text-button a:before {
  content: "";
  background: url("../img/companies/icon_01.svg") no-repeat;
  width: 19px;
  height: 24px;
  position: absolute;
  left: 14%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .text-button a:before {
    width: 16px;
    height: 20px;
    left: 9%;
  }
}
#sub_page #companies_page #detail_f_box01 .text-button a:after {
  content: "";
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_f_box01 .text-button a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    top: 2px;
  }
}
#sub_page #companies_page #detail_contents {
  background: #edf6f4;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents {
    padding: 45px 20px;
  }
}
#sub_page #companies_page #detail_contents .inner-box {
  max-width: 1200px;
  margin: 0 auto;
}
#sub_page #companies_page #detail_contents .inner-box .information_box {
  background: #fff;
  border-radius: 50px;
  padding: 45px 70px 70px;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box {
    border-radius: 34px;
    padding: 25px 15px 35px;
    margin: 0 0 40px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box h3 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex {
    flex-flow: column;
    margin: 0 0 20px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 {
    width: 100%;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01.left {
  width: 55.5%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01.left {
    width: 100%;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01.right {
  width: 41.5%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01.right {
    width: 100%;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01.right .company-info table.info-table th {
  width: 35%;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  background: #78bdae;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 h4 {
    font-size: 18px;
    border-radius: 14px 14px 0 0;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info {
  border: 2px solid #d9d9d9;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info {
    margin: 0 0 20px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table tr:not(:last-child) th, #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table tr:not(:last-child) td {
  border-bottom: 1px solid #dcdcdc;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table th, #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table td {
  padding: 10px 5px;
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table th, #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table td {
    font-size: 14px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table th {
  width: 20%;
  background: #eaf7f4;
  color: #3aa995;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table th {
    width: 100px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .table_flex .table_01 .company-info table.info-table td {
  background: #fff;
  color: #333;
  line-height: 1.6;
  word-break: break-word;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .supplement dl {
  margin: 0 0 30px;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .supplement dl dt {
  border-radius: 9px;
  background: #78bdae;
  padding: 10px 0 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .supplement dl dt {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .supplement dl dd {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .supplement dl dd {
    font-size: 14px;
    line-height: 21px;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box {
    padding: 15px 0;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box:last-child {
  border-bottom: 1px solid #d9d9d9;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box dl {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box dl {
    flex-flow: column;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box dl dt {
  max-width: 180px;
  width: 17%;
  font-weight: bold;
  color: #78bdae;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box dl dt {
    width: 100%;
    margin: 0 0 10px;
    max-width: inherit;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box dl dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box dl dd {
    width: 100%;
  }
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box.f_list {
  display: flex;
  justify-content: space-between;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box.f_list dl {
  width: 49%;
}
#sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box.f_list dl dt {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #sub_page #companies_page #detail_contents .inner-box .information_box .job_list .list-box.f_list dl dt {
    width: 100%;
  }
}

/*----------------------------
職種モーダル
-----------------------------*/
.modalarea01 {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 以下ボタンスタイル */
}
.modalarea01 .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalarea01 .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1100px;
  padding: 10px 50px;
  background-color: #fff;
  height: auto;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper {
    padding: 10px 0;
  }
}
.modalarea01 .modalWrapper .modalContents {
  padding: 50px 0 10px;
  height: 100%;
  overflow-y: inherit;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modalContents {
    padding: 20px;
  }
}
.modalarea01 .modalWrapper .modal01 h2 {
  font-size: 24px;
  color: #394a3f;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 h2 {
    font-size: 18px;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner {
    padding: 10px 0 10px;
    margin: 10px 0 10px;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 {
  margin: 0 0 25px;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01:last-child {
  margin-bottom: 0;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab {
  margin-top: 0;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list {
  justify-content: flex-start;
  position: relative;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list:before {
  width: 100%;
  content: "";
  height: 1px;
  background: #b1b1b1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
  z-index: 0;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item {
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 25px 0 0;
  font-size: 16px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item {
    padding: 10px 15px;
    font-size: 14px;
    margin: 0 15px 0 0;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item:first-child {
  color: #bf2c1c;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item.active {
  border-bottom: none;
  border: 1px solid #b1b1b1;
  border-bottom: 4px solid #fff;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-contents {
  padding-bottom: 0;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-contents .tab-bg .tab-contents-item {
  padding: 30px 5px 0;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-contents .tab-bg .tab-contents-item h3 {
  font-size: 16px;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner #industryForm h3 {
    font-size: 12px;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li {
    width: 100%;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input {
  width: 16px;
  height: auto;
  margin-right: 15px;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input[type=checkbox] {
  display: none;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 3px;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input[type=checkbox]:checked + label::before {
  border-color: red;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="red" xmlns="http://www.w3.org/2000/svg"><path d="M6.173 12.207L2.293 8.328l1.414-1.415 2.466 2.466L12.293 3.259l1.414 1.414z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li label {
  margin: 0;
  padding: 0;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li label {
    line-height: 1.5;
    font-size: 14px;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.w100 {
  width: 100%;
  margin: 0 0 15px;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in {
  display: block;
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 25px;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul {
    padding: 15px 0 0 10px;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul li {
    width: 48%;
  }
}
.modalarea01 .modalWrapper .modal01 .modaliner #confirmSelection {
  background: #fff;
  border: 2px solid #000;
  font-size: 16px;
  width: 26%;
  height: 50px;
  color: #000;
  margin: 25px auto 0;
  text-align: center;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalarea01 .modalWrapper .modal01 .modaliner button {
  width: 230px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  .modalarea01 .modalWrapper .modal01 .modaliner button {
    padding: 12px 0;
    font-size: 14px;
  }
}
.modalarea01 .closeModal {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .modalarea01 .closeModal {
    right: 0;
  }
}
.modalarea01 button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
.modalarea01 #openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------------------------
ページネーション
----------------------------*/
.pagination_box {
  max-width: 1200px;
  margin: 10px auto 0;
  text-align: center;
}
.pagination_box .pagination {
  display: flex;
  justify-content: center !important;
}
@media screen and (max-width: 767px) {
  .pagination_box .pagination {
    flex-flow: wrap !important;
    display: flex !important;
  }
}
.pagination_box .pagination:after {
  content: inherit;
}
.pagination_box .pagination li:first-child a, .pagination_box .pagination li:last-child a {
  color: #4d4d4d;
}
.pagination_box .pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 15px;
  background: #fff;
}
.pagination_box .pagination li a.active {
  background-color: #78bdae;
  color: #fff !important;
}
.pagination_box .pagination li a:hover:not(.active) {
  background-color: #ddd;
}

/*----------------------------
パンくず
----------------------------*/
.p-list-erea {
  padding: 25px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-list-erea {
    padding: 20px 20px 0;
  }
}
.p-list-erea ul li {
  display: inline;
  font-size: 12px;
  position: relative;
}
.p-list-erea ul li:after {
  content: ">";
  padding: 0 5px 0 10px;
  color: #858585;
}
.p-list-erea ul li:last-child:after {
  content: "";
}
.p-list-erea ul li a {
  font-size: 12px;
  color: #858585;
}
@media screen and (max-width: 767px) {
  .p-list-erea ul li a {
    font-size: 12px;
  }
}