<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.contents * {
  box-sizing: border-box;
}

.cardBlock {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.list-mv07 {
  opacity: 0;
}

.mv07 {
  opacity: 1;
}

.search {
  width: 95%;
  max-width: 800px;
  min-width: 300px;
  margin: 0px auto 40px;
  padding: 40px 0 0 0;
}

.inner {
  margin: 0 auto;
}

.search_box {
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
  min-width: 200px;
  text-align: center;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.free {
  font-size: 15px;
  padding: 8px;
  border: 1px solid #d6d6d6;
  margin-right: 8px;
}

.free.free_pc {
  width: 80%;
  max-width: 400px;

}

.free.free_sp {
  display: none;
}

.free::placeholder {
  color: #999;
}

.datepick {
  font-size: 15px;
  padding: 8px;
  border: 1px solid #d6d6d6;
}

.search_submit_btn {
  background: #f15a24;
  color: #fff;
  padding: 11px 2%;
  border-radius: 5px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  width: 250px;
  font-weight: bold;
  margin: 20px auto;
  display: block;
}

.search_submit_btn:hover {
  opacity: 0.7;
}

.search_after {
  padding-top: 42px;
  margin: 0 auto 50px;
  width: 90%;
  max-width: 800px;
}

.search_result {
  color: #999;
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.modal-close:hover {
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 28px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label::before,
label::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label::before {
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
  transform: translateY(-7%);
}

label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  border-left: 2px solid
    /*#C9BA71*/
    #f15a24;
  border-bottom: 2px solid
    /*#C9BA71*/
    #f15a24;
}

label:hover::before {
  background: #fff;
}

input[type="checkbox"]:checked+label::before {
  background: #fff;
  border: 1px solid
    /*#C9BA71*/
    #f15a24;
}

input[type="checkbox"]:checked+label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.area_wrap li:first-child {
  float: none;
  width: 100%;
  margin-bottom: 14px;
  font-weight: bold;
  color: #333;
  background-color: #d6d6d6;
  padding: 5px 10px;
}

.area_wrap li:not(:first-child) {
  margin-bottom: 10px;
  margin-left: 4%;
  width: 26%;
}

.modal-content h1 {
  font-size: 1.4rem;
  color: #5d3327;
  margin: 0.5em 0;
}

.modal-content2 ul li {
  width: 10%;
}

.modal-content3 ul li {
  width: 40%;
}

.modal-content5 ul li {
  font-size: 0.9rem;
  width: 49%;
  margin-bottom: 0.5rem;
}

.modal-content ul input {
  margin-right: 0.5rem;
}

.contents {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* 20220920add 検索フォーム ここから*/

.search_table_sp {
  display: none;
}

.search_table_pc {
  display: block;
}

.search&gt;h1,
.search&gt;h2 {
  border-left: solid 3px #f15a24;
  padding-left: 10px;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}

.search_table {
  border: #d6d6d6 1px solid;
  border-spacing: 0;
  width: 100%;
}

.search_table tbody {
  width: 100%;
}

.search_head {
  background-color: #efefef;
  padding: 22px 22px;
  min-width: 140px;
  text-align: left;
  font-weight: bold;
  width: 10%;
}

.search_data {
  padding: 22px 22px;
  width: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.search_head,
.search_data {
  border-bottom: #d6d6d6 1px solid;
}

.search_table tr:last-of-type .search_head,
.search_table tr:last-of-type .search_data {
  border-bottom: none;
}

.search_option_btn {
  width: 100px;
  max-width: 30%;
  background-color: #707070;
  padding: 5px 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 13px;

}

.search_option_text {
  width: 80%;
  padding-left: 22px;
  font-size: 12px;
}

.search-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.search_result {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.search_result02 {
  text-align: center;
  margin-top: 30px;
}

.search_result&gt;p {
  font-size: 13px;
  color: #333;
}

.search_result02&gt;p {
  font-size: 20px;
  font-weight: bold;
}

.search_result_num {
  color: #f15a24;
  font-size: 26px;
  font-weight: bold;
  padding: 0 3px;
}

/* 20220920add 検索フォームモーダル */

/* モーダル*/

.modal_main::-webkit-scrollbar {
  width: 7px;
}

.modal_main::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.modal_main::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.modal-content {
  display: none;
  position: fixed;
  z-index: 110000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  background-color: #fff;
  height: auto;
  max-height: 86%;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
}

.modal_main {
  padding: 20px 20px 30px;
  margin: 62px auto 100px;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 60vh;
}

.close_modal {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

/* 後ろのコンテンツ止める */
body.nonscroll {
  overflow: hidden;
}

.modal_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 30px;
  border-top: #d6d6d6 2px solid;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.decision_btn {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 16px 10px;
  appearance: none;
  display: block;
  background-color: #f15a24;
  width: 320px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: center;
}

.decision_btn:hover {
  opacity: 0.7;
}

.modal_title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: #d6d6d6 2px solid;
  font-size: 17px;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}

.modal_main ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.modal_main li {
  width: 32%;
  margin-bottom: 14px;
}

/* 20220920add 検索フォームモーダルここまで */

/* 20250127add 説明会を探す 日付選択カレンダーここから */
.date_wrap {
  width: 100％;
  max-width: 600px;
  margin: 0 auto;
}

.calendar_header {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  background-color: #efefef;
  padding: 10px 3%;
}

.calendar_header::before {
  content: url(../images/search/checkbox.svg);
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.calendar_header.selected::before {
  content: url(../images/search/checkbox_select.svg);

}

.date_wrap #calendar {
  text-align: center;
  width: 100%;
}

.date_wrap table {
  outline: 2px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}

.date_wrap th {
  color: #000;
}

.date_wrap th,
.date_wrap td {
  outline: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* 選択可能な日付にカーソルポインタを設定 */
#calendar td:not(.disabled) {
  cursor: pointer;
}

/*日曜日*/
.date_wrap td:first-child {
  color: red;
}

/*土曜日*/
.date_wrap td:last-child {
  color: blue;
}

/*前後月の日付*/
.date_wrap td.disabled {
  color: #ccc;
}

/*ボタン*/
.date_wrap #next-prev-button {
  position: relative;
}

.date_wrap #next-prev-button button {
  cursor: pointer;
  background: #707070;
  color: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 1rem;
  padding: 6px 26px;
  margin: 1rem 0;
}

.date_wrap #next-prev-button button:hover {
  opacity: 0.7;
}

.date_wrap #prev {
  float: left;
}

.date_wrap #next {
  float: right;
}

.date_wrap td.disabled {
  color: #ccc;
  pointer-events: none;
  /* クリック不可 */
}

.date_wrap td.selected {
  background-color: #ff875d;
  color: #fff;
}

/* 20250127add 説明会を探す 日付選択カレンダーここまで */

/* 20220920add 企業ニュース */
.search_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search_flex .search_submit_btn {
  width: 100px;
  margin: 0;
  padding: 5px 2%;
  letter-spacing: 3px;
}

/* 20220920add 留学生求人*/

.ryugakusei_h2 {
  text-align: center;
  border-left: none !important;
  padding-left: 0 !important;
}

/*==================================
ページネーション
===================================*/
.sp_pager {
  display: none;
}

.search_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1080px;
  max-width: 95%;
  margin: 20px auto 100px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.search_pager li {
  display: block;
  margin-right: 9px;
}



.search_pager li.omission span {
  border: none;
  background-color: unset;
}

.search_pager li.prev a,
.search_pager li.prev span,
.search_pager li.next a,
.search_pager li.next span {
  padding: 6px 30px;
}

.search_pager li a,
.search_pager li span {
  display: block;
  width: 100%;
  padding: 6px 11px;
  border: 1px solid #f15a24;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #f15a24;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
}

.search_pager li.selected span,
.search_pager li a:hover {
  background-color: #f15a24;
  color: #fff;
}




/*==================================
20230816add カード表示
===================================*/

/* IE10以降 */
@media all and (-ms-high-contrast: none) {
  .card a

  /*指定のclassやid*/
    {
    display: block;
  }
}

/* IE11だけに適用 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .card a

  /*指定のclassやid*/
    {
    display: block;
  }
}

/* 1カラム */
.card {
  width: 1080px;
  max-width: 95%;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  margin: 0 auto 50px;
  padding-bottom: 72px;
  position: relative;
}


.last_updated {
  text-align: right;
  font-size: 11.5px;
  color: #8a8a8a;
  padding: 12px 3% 6px;
  letter-spacing: 1px;
}

.card_tit {
  padding: 0 3% 20px;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: bold;
}

.card_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 3% 30px;
  flex-wrap: wrap;
}

.card_top .pic {
  width: 290px;
  height: 185.3px;
  margin-right: 2%;
  overflow: hidden;
}

.card_top .pic img {
  width: 100%;
}

.card a {
  color: #333;
}

.card_txt {
  flex: 1;
  color: #333;
}

.cat_name {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.card_main_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.card_icon {
  width: 34px;
  margin-right: 5px;
  text-align: center;
}

.card_icon span {
  font-size: 10px;
  color: #8b8b8b;
  display: block;
  line-height: 15px;
}

.card_icon img {
  width: 22px;
}

.limited_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 18px;
  word-spacing: 0;
}

.limited_txt.lead_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 18px;
}

.card_bottom {
  background-color: #dbdbdb;
  padding: 16px 3%;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card_bottom .btn_list {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-direction: row-reverse;
}

.cardBlock .favorite,
.preview_itembox .favorite{
  position: absolute;
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  border: 1px solid #bfbfbf;
}

.cardBlock .favorite a,
.preview_itembox .favorite a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.cardBlock .favorite img,
.preview_itembox .favorite img {
  width: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card_bottom .btn_list li:nth-child(1),
.card_bottom .btn_list li:nth-child(2) {
  width: 40%;
  margin-right: 4%;
}

.sub_btn.disable {
  background-color: #f2f2f2;
  border: #bfbfbf 1px solid;
  color: #c1c1c1;
  pointer-events: none;
}

.card_sp {
  display: none;
}

/* 2カラム */

.card.clm02 {
  width: 46.5%;
  position: relative;
}

.card.clm02:nth-child(odd) {
  margin-left: 2.5%;
}

.card.clm02:nth-child(even) {
  margin-right: 2.5%;
}

.clm02 .card_top {
  padding: 14px 3%;
}

.clm02 .card_bottom {
  padding: 14px 3%;

}

.index03 .clm02 .card_bottom {
  padding: 14px 14% 14px 3%;

}


.clm02 .card_top .pic {
  width: 150px;
  height: 90px;
  overflow: hidden;
}

.clm02 .card_tit {
  font-size: 19px;
  padding: 0 3% 14px;
}

.clm02 .cat_name {
  font-size: 12px;
}

.clm02_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* ブランドから探す */
.index07 .btn_list {
  width: auto;
}

.index07 .btn_list li:nth-child(1),
.index07 .btn_list li:nth-child(2) {
  margin: 0 2%;
}

.index07 .btn_list .main_btn,
.index07 .btn_list .sub_btn {
  font-size: 14px;
}

.index07 .clm02 {
  padding-top: 20px;
}

/* 企業ニュース */
.news_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 18px;
  word-spacing: 0;
  margin-bottom: 12px;
}

.index03 .btn_list {
  width: 100%;
  margin: 0;
  justify-content: flex-start;
}

.index03 .card_bottom .favorite {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.index03 .btn_list .main_btn,
.index03 .btn_list .sub_btn {
  font-size: 13px;
}

.index03 .clm02 .card_top {
  margin-bottom: 20px;
}

/*説明会を探す*/

.index02 .card {
  padding-bottom: 0;
}

.index02 .card_tit {
  padding: 26px 80px 20px 3%;
}

.index02 .card_main_txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #333;
}

.index02 .card_main_txt dl {
  margin-right: 2%;
}

.index02 .card_main_txt dd {
  color: #333 !important;
}

.index02 .limited_txt.lead_txt {
  font-size: 12px;
}

.index02 .card_bottom {
  position: unset;
  padding: 0 3%;
  background-color: #fff;
}

.event_type_sp {
  display: none;
}

.event_list {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background-color: #fff;

}

.event_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 3%;
  border-bottom: 1px solid #cfcfcf;
}

.event_item:last-of-type {
  border-bottom: none;
}

.event_detail {
  width: 100%;
  margin-right: 30px;
  display: flex;
}


.event_detail .card_icon {
  vertical-align: middle;
  width: 20px;
}

.event_date_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event_date,
.event_time {
  display: inline-block;
}

.event_date {
  width: 160px;
  font-weight: bold;
  font-size: 16px;
  margin-right: 30px;
}

.event_time {
  width: 130px;
  margin-right: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.event_area {
  width: auto;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.event_time .ico_clock,
.event_area .ico_area {
  width: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

.event_yoyaku_btn {
  display: block;
  width: 130px;
  background-color: #f15a24;
  color: #fff !important;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
}


.more_link {
  display: flex;
  justify-content: flex-end;
  padding: 0 3%;
  margin: 10px auto 30px;
}

.more_link a {
  color: #061bd8;
}

.index02 .favorite {
  right: 2%;
  top: 16px;
  transform: unset;
  width: 46px;
  height: 46px;
}



/* 
.card_bottom .favorite {
  position: absolute;
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  border: 1px solid #bfbfbf;
}

.card_bottom .favorite a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.card_bottom .favorite img {
  width: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */




/* イベントアイコン */
.event_type {
  font-size: 11px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 2px;
  margin-right: 2px;
}

.event_type.intern {
  background-color: #40b3ff;
}

.event_type.session {
  background-color: #06b100;
}

/* MAPアイコン */
.event_map {
  background-color: #302f7e;
  font-size: 10px;
  color: #fff !important;
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: bold;
  word-break: keep-all;
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}

/* NEWアイコン */
.card.new_icon::before {
  content: "NEW";
  position: absolute;
  color: #fff;
  position: absolute;
  left: 16px;
  top: -11px;
  background-color: #ff0000;
  padding: 2px 12px;
  z-index: 2;
  font-size: 11px;
  font-weight: bold;
}

/* 検索カテゴリ */
.category {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 5px;
  line-height: 1.8em;
}

.c1 {
  background-color: #ff9900 !important;
  /*企業*/
}

.c2 {
  background-color: #2e7ceb !important;
  /*ニュース*/
}

.c3 {
  background-color: #00704a !important;
  /*説明会*/
}

.c4 {
  background-color: #67cb33 !important;
  /*インターンシップ*/
  letter-spacing: -2px !important;
}

.c5 {
  background-color: #ef1468 !important;
  /*コラム*/
}

.c6 {
  background-color: #b04ae2 !important;
  /*店舗*/
}

.c9 {
  background-color: #fb79bd !important;
  /*ブランド*/
}

.c10 {
  background-color: #ffd400 !important;
  /*学校求人*/
}

.c34,
.c8 {
  background-color: #00704a !important;
  /*説明会・インターンシップ(最近見たページ用)*/
}

@media screen and (max-width: 1024px) {

  /*==================================
20230816add カード表示
===================================*/
  .card_top .pic {
    width: 270px;
    height: 173px;
  }

  .card_main_txt dl {
    margin-bottom: 10px;
  }

  .limited_txt {
    font-size: 10.5px;
    line-height: 15px;
  }

  .btn_list {
    width: 80%;
  }

  .cardBlock .favorite,
  .preview_itembox .favorite {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  /*説明会を探す*/

  .event_date_time {
    display: block;
    margin-right: 3%;
  }

  .event_date {
    width: 146px;
    font-size: 15px;
    margin-right: 0;
  }

  .event_time {
    width: 146px;
    margin-right: 0;
    font-size: 12px;
  }

  .event_time .ico_clock,
  .event_area .ico_area {
    width: 15px;
  }

}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 30px auto 30px;
    box-sizing: border-box;
  }

  .search_submit_btn {
    background: #f15a24;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin: 30px auto;
  }

  .search_company_inner {
    background: url(../images/x.png) 50% 40px no-repeat;
    background-size: 20px auto;
    height: 120px;
    margin-bottom: 0;
  }

  .search_number {
    position: static;
    margin-bottom: 20px;
  }

  .search_conditions {
    width: 100%;
    padding-left: 0;
    border-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .search_after {
    padding-top: 0;
    margin: 135px auto 50px;
  }

  #all {
    background-color: #f3f3f3;
  }

  /* 20220920add 検索モーダル  */

  .modal-content ul li {
    width: 50%;
    margin-bottom: 0.8rem;
    font-size: 12px;
  }

  .modal_bottom {
    padding: 18px 0 20px;
  }

  /* 20220920add 検索フォーム  */

  .search {
    width: 92%;
  }

  .search&gt;h1,
  .search&gt;h2 {
    margin-top: 20px;
  }

  .search_table_pc {
    display: none;
  }

  .search_table_sp {
    display: block;
    background-color: #fff;
  }

  .search_ul {
    border: #d6d6d6 1px solid;
  }

  .search_li {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-bottom: #d6d6d6 1px solid;
  }

  .search_li:last-of-type {
    border-bottom: none;
  }

  .search_icon {
    padding: 18px 0;
    width: 17%;
    text-align: center;
  }

  .search_icon&gt;img {
    width: 30px;
  }

  .search_icon&gt;p {
    font-size: 10px;
    font-weight: bold;
  }

  .search_head {
    width: auto;
    min-width: auto;
    text-align: center;
    background-color: #fff;
  }

  .search_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 4% 10px 0;
    flex: 1;
  }

  .search_option_text {
    padding-left: 2%;
    width: 100%;
    font-size: 11px !important;
  }

  .search_arrow {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
  }

  .search_arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid #f15a24;
    border-right: 2px solid #f15a24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .free.free_pc {
    display: none;
  }

  .free.free_sp {
    box-sizing: border-box;
    display: inline-block;
    width: 95%;
    max-width: 420px;
    margin: 5px;
    font-size: 13px;

  }

  label::before {
    width: 20px;
    height: 20px;
    transform: translateY(-14%);
  }

  label::after {
    width: 13px;
  }

  .area_wrap li:not(:first-child) {
    margin-left: 10px;
  }

  .search {
    padding: 5px 0;
  }

  .sp_hide {
    display: none;
  }

  .search_number {
    float: none;
    text-align: center;
    width: 100%;
    min-width: 100px;
    position: static;
    text-align: center;
    margin: 20px 0;
    line-height: 1.8em;
  }

  .search_number .h3_word {
    display: inline;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
  }

  /* 20220920add 企業ニュース ここから*/
  .search_flex {
    display: block;
    justify-content: unset;
    align-items: unset;
    text-align: center;
  }

  .search_flex .search_submit_btn {
    width: 120px;
    margin: 16px auto 0;
    letter-spacing: 3px;
  }

  .index03 .clm02 .card_bottom {
    padding: 14px 3% 14px 3%;
  }


  /* 20250127add 説明会を探す 日付選択カレンダーここから */
  .date_wrap th,
  .date_wrap td {
    font-size: 13px;
  }

  /* 20250127add 説明会を探す 日付選択カレンダーここまで */


  /*==================================
ページネーション
===================================*/

  .search_pager {
    margin: 14px auto 40px;
  }

  .search_pager .pc_prev,
  .search_pager .pc_next {
    display: none;
  }

  .search_pager li.omission span {
    padding: 6px 0;
  }

  .sp_pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
    width: 100%;
    margin: 14px auto 0;
  }

  .sp_pager .sp_prev,
  .sp_pager .sp_next {
    width: 48%;
    text-align: center;
  }

  .sp_pager li a,
  .sp_pager li span {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #f15a24;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #f15a24;
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
  }



  /*==================================
20230816add カード表示
===================================*/

  /* 1カラム */
  .card {
    max-width: unset;
    width: 100%;
    border-left: none;
    border-right: none;
    border-radius: unset;
  }

  .cardBlock .card:last-of-type {
    margin: 0 auto 10px !important;
  }

  .card .sp_none {
    display: none;
  }

  .card_sp {
    display: block;
    flex: 1;
  }

  .card_top {
    padding: 0 3%;
  }

  .card_top .pic {
    width: 180px;
    height: 115px;
  }

  .cat_name {
    font-size: 12px;
  }

  .card_tit {
    font-size: 17px;
    padding: 0;
    margin-bottom: 10px;
  }

  .card_txt {
    flex: unset;
    width: 100%;
    padding: 14px 0 7px;
  }

  .card_icon span {
    display: none;
  }

  .card_bottom {
    background-color: unset;
    display: flex;
    padding: 0 3% 26px;
  }

  .btn_list .main_btn,
  .btn_list .sub_btn {
    font-size: 16px;
  }

  .cardBlock .favorite,
  .preview_itembox .favorite {
    position: unset;
    transform: translate(0);
  }

  .card_bottom .btn_list {
    width: 90%;
  }

  .card_bottom .btn_list.sch li {
    margin: 0;
  }

  .category {
    font-size: 10px;
    margin-right: 1.5%;
    padding: 0 4px;
    line-height: 1.7em;
  }

  .limited_txt.lead_txt {
    display: none;
  }


  /* 説明会を探す */

  .index02 .favorite {
    position: absolute;
    width: 40px;
    height: 40px;
  }

  .index02 .card_tit {
    padding: 0 40px 0 0;
    font-size: 16px;
  }

  .index02 .card_top {
    padding-top: 30px;
  }

  .index02 .limited_txt.lead_txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 11px;
  }

  .index02 .card_txt {
    padding-bottom: 20px;
  }

  .event_detail{
    margin-right: 3%;
  }

  .event_date{
    width: 130px;
    font-size: 14px;
  }
  .event_time{
    width: 130px;

  }

  .event_area {
    font-size: 12px;
    line-height: 1.2;
  }

  .event_yoyaku_btn {
    width: 90px;
    font-size: 13px;
    padding: 8px 2%;
  }


  /* 2カラム */

  .card.clm02 {
    width: 100%;
  }

  .card.clm02:nth-child(odd) {
    margin-left: 0;
  }

  .card.clm02:nth-child(even) {
    margin-right: 0;
  }

  .card.clm02:last-child {
    margin: 0 auto 50px;
  }

  .clm02 .card_top {
    padding: 0 3%;
  }

  .card.clm02 .pic {
    width: 180px;
    height: 108px;
  }

  .clm02 .card_tit {
    padding: 0;
    font-size: 17px;
  }

  .clm02 .limited_txt {
    font-size: 13px;
  }

  .clm02 .card_bottom {
    padding: 0 3% 26px;
  }

  .clm02_bottom {
    position: unset;
  }

  /* ブランドから探す */
  .index07 .card_bottom .btn_list {
    width: 100%;
  }

  .index07 .clm02 .card_top {
    margin-bottom: 0;
  }

  /* 企業ニュース */
  .index03 .btn_list {
    justify-content: center;
    width: 86%;
  }

  .index03 .clm02 .card_top {
    margin-bottom: 0;
  }


}


@media screen and (max-width: 480px) {
  .contents {
    width: 100%;
    margin: 13px auto 0;
  }

  /* 20220920add 検索フォーム ここから */
  .search {
    width: 92%;
  }

  .search&gt;h1,
  .search&gt;h2 {
    font-size: 16px;
  }

  .inner {
    width: 100%;
    padding: 0;
    margin: 30px auto;
  }

  .search_icon&gt;img {
    width: 24px;
  }

  .search_text {
    padding: 10px 2%;
  }

  .search_icon {
    padding: 18px 0 18px 2%;
  }

  .search_arrow::after {
    right: 30%;
  }

  .search_result {
    margin-bottom: 15px;
  }

  .search_result02 {
    margin-top: 20px;
  }

  .search_result&gt;p {
    font-size: 12px;
  }

  .search_result02&gt;p {
    font-size: 18px;
    font-weight: bold;
  }

  .search_result_num {
    font-size: 21px;
  }


  /* 20250127add 説明会を探す 日付選択カレンダーここから */
  .date_wrap {
    padding: 4px 6px;
  }

  .date_wrap th,
  .date_wrap td {
    font-size: 12px;
    padding: 6px 0;
  }

  .calendar_header {
    font-size: 13px;
    padding: 4px 3%;
  }

  .calendar_header::before {
    width: 14px;
  }

  .date_wrap #next-prev-button button {
    padding: 4px 20px;
    margin: 8px 0;
  }

  /* 20250127add 説明会を探す 日付選択カレンダーここまで */



  /* 20220920add 検索モーダル ここから */

  .modal_inner {
    width: 89%;
  }

  .modal_main {
    padding: 20px 4% 80px;
    max-height: 60vh;
  }

  .area_wrap li:not(:first-child) {
    width: 43%;
  }

  /*==================================
20230816add カード表示
===================================*/
  .card {
    margin: 0 auto 34px;
  }

  .card_top .pic {
    width: 140px;
    height: 89px;
  }

  .card_tit {
    font-size: 14px;
    line-height: 18px;
  }

  .cat_name {
    margin-bottom: unset;
  }

  .card_icon {
    width: 20px;
    margin-right: 2%;
  }

  .card_bottom {
    justify-content: space-between;
  }

  .card_bottom .btn_list li:nth-child(1),
  .card_bottom .btn_list li:nth-child(2) {
    width: 46%;
  }

  .card_bottom .btn_list {
    justify-content: flex-start;
    width: 86%;
  }

  .card_bottom .btn_list.sch li {
    width: 100%;
  }

  .card_bottom .btn_list.sch li a {
    max-width: unset;
  }

  .cardBlock .favorite,
  .preview_itembox .favorite{
    width: 40px;
    height: 40px;
    top: 6px;
    line-height: 44px;

  }

  .last_updated {
    font-size: 10px;
    letter-spacing: unset;
  }

  /*説明会を探す*/
  .index02 .card_top{
    padding-top: 50px;
  }


  .index02 .card_tit{
    font-size: 14px;
    padding: 0    ;
  }
  .index02 .card_txt{
    padding: 8px 0 8px;
  }
  .index02 .card_main_txt{
    display: block;
  }
  .index02 .card_icon{
    width: auto;
  }

  .index02 .limited_txt.lead_txt{
    line-height: 1.3;
  }

  .card_main_txt dl{
    margin-bottom: 6px;
  }

  .event_item{
    padding: 10px 2%;
  }
  .event_detail{
    margin-right: 2%;
  }
  .event_date_time{
    margin-right: 2%;
  }

  .event_date{
    width: 123px;
    font-size: 13px;
  }
  .event_time{
    width: 123px;
  }
  .event_area{
    font-size: 11px;
  }

  .event_yoyaku_btn{
    width: 60px;
    font-size: 12px;
  }

  /* 2カラム */

  .card.clm02 .pic {
    width: 120px;
    height: 72px;
  }

  .clm02 .card_tit {
    font-size: 13px;
    line-height: 1.4;
  }

  .clm02 .cat_name {
    font-size: 10px;
  }

  .clm02 .limited_txt {
    font-size: 12px;
  }

  .clm02 .card_txt {
    padding: 10px 0;
  }

  .clm02 .btn_list .main_btn,
  .clm02 .btn_list .sub_btn {
    font-size: 13px;
  }

  /* 企業ニュース */
  .index03 .card_bottom .favorite {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .index03 .btn_list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 375px) {
  .top_img {
    margin-top: 29px;
  }

  .search_box {
    margin: 5px 0px 0px 0px;
  }

  .search_submit_btn {
    background: #f15a24;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
  }

  .search-btn {
    width: 200px;
    margin-bottom: 20px;
  }

  .search_company_inner {
    background: url(../images/x.png) 50% 40px no-repeat;
    background-size: 20px auto;
    height: 120px;
    margin-bottom: 0;
  }

  .search_number {
    position: static;
    margin-bottom: 10px;
  }

  .search_conditions {
    width: 100%;
    padding-left: 0;
    border-left: 0px;
  }

  .free {
    font-size: 12px;
  }

  /* 20220920add 検索モーダル */
  .modal-content ul li {
    font-size: 11px;
    line-height: 1.4;
  }

  /* 20220920add 説明会を探す セレクトボックス */
  .select_wrap select {
    font-size: 12px;
  }

  /*==================================
20230816add カード表示
===================================*/
  .card_tit {
    /* font-size: 12px; */
    line-height: 15px;
    margin-bottom: 6px;
  }

  .card_top .pic {
    width: 120px;
    height: 77px;
  }

  .cat_name {
    font-size: 10px;
  }

  .card_txt {
    padding: 14px 0;
  }

  .btn_list .main_btn,
  .btn_list .sub_btn {
    font-size: 13px;
  }

  .category {
    padding: 0 2.5px;
    border-radius: 3px;
  }

  /* 企業ニュース */
  .index03 .btn_list .main_btn,
  .index03 .btn_list .sub_btn {
    font-size: 12px;
  }
}</pre></body></html>