@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 共通設定 */
html {
  font-size: 62.5%;
}

.inner {
  max-width: 1270px;
  margin: 0 auto;
}
body{
  font-family: Noto Sans JP;
}
* {
  box-sizing: border-box;
}
.wrapper_middle_inner > * {
  flex: 1 1 auto;
  min-width: 0; /* 子要素のはみ出し防止 */
}
/* header */

/* header .inner ul li.manager::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: 20px;
  left: 0;
} */

/* ぱんくずリスト */
nav {
  border-top: 1px #9c9c9c solid;
  background-color: #E5F6F6;
  font-family: Noto Sans JP;
}
.breadcrumb {
  display: flex;
  font-size: 2rem;
  gap: 10px;
}

.breadcrumb li {
  font-size: 2rem;
}

.breadcrumb li a {
  color: #000;
}
.list-title{
  display: flex;
  align-items: center;
  color: #474a4d;
  font-weight: 700;
  gap: 5px;
}
.list-title svg{
  width: 50px;
  height: 50px;
  padding-bottom: 10px;
  display: block; 
}
/* 全体 */
.company_list{
  width: 100%;
}
/* トップバー */
.wrapper_top {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #E5F6F6;
  font-family: Noto Sans JP;
}

.wrapper_top h1 {
  font-size: 2.8rem;
  max-width: 630px;
}



/* コンテンツ部分 */
.wrapper_middle {
  background-color: #E5F6F6;
  padding-top: 63px;
  padding-bottom: 60px;
  font-family: Noto Sans JP;
}
/* .wrapper_middle .inner{
  width: 80%;
} */
.wrapper_middle_inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

/* 検索ボックス */
/* モーダル　*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed; 
}

.modal-content {
  background-color: #fefefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #888;
  max-height: 500px;
  overflow-y: scroll;
  font-size: 2em;
  z-index: 1000;
  padding: 3%;
}
.modal-content_occupation {
  background-color: #fefefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #888;
  max-height: 500px;
  overflow-y: auto;
  font-size: 2em;
  z-index: 1000;
  padding: 3%;
}
.modal-content_occupation input{
margin-top: 15px;
}
#myModal1 .modal-content_occupation {
  color: #00A89A;
}
.confirmButton {
  text-align: center;
  padding: 8px 20px;
  background: linear-gradient(to bottom, #ffb96a, #ff9823);
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.modal-content_occupation label,
.prefectures label{
  cursor: pointer;
}
.comformbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
.close {
  color: #aaa;
  float: right;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-preview-wrap{
  display: flex;
  gap: 20px;
}



.search {
  /* width: 100%; */
  flex: 1;
  background-color: #fff;
  height: 100%;
  border-radius: 32px;
  color: #474a4d;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.search_conditions {
  padding: 0px 15px;
  width: 95%;
}

.search-btn{
  padding: 1px;
  border-radius: 5px;
  width: 50%;
  cursor: pointer;
}
.occupation .search-btn,
.area .search-btn{
  text-align: center;
}
.search-btn button{
  color: #0068b7;
  background-color: transparent;
  border-width: 0;
  border-bottom: 0.8px solid #0068b7;
  cursor: pointer;
}
.search_number {
  width: 80%;
  margin: 37px 0px 20px;
  display: flex;
  gap: 12px;
  border-bottom: 1.5px #0068b7 solid;
  font-size: 2.5rem;
  align-items: center;
  justify-content: center;
  color: #0068b7;
}
.search_number_item{
  padding-bottom: 8px;
}
.search_number .text1 {
  font-size: 1.8rem;
  color: #474a4d;
}
.search_number .text2 {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.search_conditions .search-title-item {
  width: 105px;
  text-align: right;
}
.search-title{
  text-align: center;
  display: flex;
  justify-content: center;
}
.search_conditions .occupation {
  display: flex;
  align-items: center;
  color: #474a4d;
}
.search_conditions .occupation h3 {
  font-weight: 600;
  margin: 10px 0px;
  padding: 3px 6px;
}
.occupation p{
  padding: 0px 10px 10px;
}
.search .area {
  display: flex;
  align-items: center;
  color: #474a4d;
}
.search .area h3 {
  font-weight: 600;
  margin: 10px 0px;
  padding: 3px 6px;
}

.area p{
  padding: 0px 10px 10px;
}

.search .salary {
  display: flex;
  align-items: center;
  color: #474a4d;
}
.search .salary h3 {
  font-weight: 600;
  color: #000;
  margin: 10px 0px;
  padding: 3px 6px;
}

.search .salary .salary_list {
  display: flex;
}

.search .salary .salary_list label {
  font-size: 1.4rem;
  margin-left: 5px;
}

.search .salary .salary_list input {
  margin-right: 5px;
}
.search .employment {
  display: flex;
  align-items: center;
  color: #474a4d;
}
.search .employment h3 {
  font-weight: 600;
  color: #000;
  margin: 10px 0px;
  padding: 3px 6px;
}

.search .employment .employment_list {
  display: flex;
}
.search .employment .employment_list ul,
.search .salary .salary_list ul{
  flex: 1;
}

.search .employment .employment_list label {
  font-size: 1.4rem;
  margin-left: 5px;
}

.search .employment .employment_list input {
  margin-right: 5px;
}
.salary_list, .employment_list{
  width: 85%;
}
#salarySelect, #employmentStatusSelect{
  padding: 4px 10px;
}
.search .commitment {
  padding: 40px 0;
  border-bottom: 1px #e2e2e2 solid;
}

.search .commitment h3 {
  font-size: 1.5rem;
  color: #000;
}

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

.search .commitment_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.search .commitment label {
  font-size: 1.4rem;
}

.search .commitment label input {
  margin-right: 5px;
}
.btn{
  text-align: center;
}
.btn_detail{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
.search_conditions .btn button {
  font-size: 1.2rem;
  background: linear-gradient(to bottom, #20c9c0, #20b2aa);
  width: 30%;
  padding: 5px 2px;
  display: inline-flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 25px 0px;
  border: none;
  color: #fff;
  transition: transform 0.2s ease; 
  border: 2px solid #20b2aa;
  cursor: pointer;
}
.search_conditions .btn button:hover {
  transform: translateY(-3px); /* ホバー時にボタンを上に5px移動 */
}


/* 求人詳細 */
.companies {
  color: #2e3033;
  margin: 0 auto;
}

.companies .new{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 30px 10px;
  font-size: 1.5rem;
}


.newest-btn button{
  border: none;
  background-color: #E5F6F6;
  font-size: 1.3rem;
  color: #0068b7;
  border-bottom: 1px solid #0068b7; /* アンダーラインの追加 */
  padding: 0px 5px;
}
.companies li {
  margin-top: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.companies li:first-of-type {
  margin-top: 0;
}

.companies .first {
  box-sizing: border-box;
  background-color: #a2d7dd;
  min-height: 155px;
  padding: 0px 1% 2%;
}
.top-description-wrap{
  display: flex;
  margin-bottom: 10px;
}
.top-description-wrap .flag-img{
  margin-top: 5px;
}
.company-only-icon{
  width: 100px;
  height: auto;
  margin-top: 10px;
}
.top-description{
  padding: 4px 8px;
  height: 26px;
  margin-top: 5px;
  display: flex;
  background-color: #ff051e;
  font-weight: 400;
  color: #fff;
}
.cost-title-wrap{
  display: flex;
}
.cost-wrapper{
  display: flex;
  align-items: center;
}
.title-wrapper{
  flex: 8;
}
.first-cost{
  background: rgb(173,141,0);
  background: linear-gradient(40deg, rgba(173,141,0,1) 0%, rgba(255,253,202,1) 39%, rgba(208,169,0,1) 100%);
  padding: 8px 5px;
  font-weight: 600;
  text-align: center;
}
.companies .first h2{
  font-weight: 600;
}

.companies .first_box .period {
  font-size: 1.4rem;
}


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

.companies .first_box a {
  display: flex;
  width: 150px;
  height: 40px;
  background-color: #8a8a8a;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

.companies .first p.description {
  margin-top: 2px;
  font-weight: 700;
}

.companies .first p.option {
  margin-top: 1%;
  display: inline-flex; /* コンテンツの幅に応じて調整 */
  flex-direction: column; /* 縦並びにする */
  gap: 5px; /* 要素間の隙間を調整 */
  align-items: flex-start; /* 左揃えにする */
  width: auto; /* 必要な幅のみに調整 */
}


.companies .first p.option span {
  display: flex;
  background-color: #0068b7;
  border-radius: 3px;
  padding: 3px 5px;
  font-weight: 400;
  color: #fff;
}


.companies ul {
  display: flex;
  flex-direction: column;
}



.companies .second {
  background-color: #fff;
  min-height: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.companies .second .left {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.companies .second .right {
  width: 100%;
  display: flex;
  justify-content: center;
}

.companies .second .right .right-img {
  height: 200px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.right-text p {
  font-family: Noto Sans JP;
  font-weight: 20;
}


.companies .second .right p {
  color: #0068b7;
  font-weight: 600;
  padding-left: 1%;
  margin-bottom: 3%;
  white-space: nowrap;
}
.companies .second .right p:first-of-type {
  margin-top: 1%;
}
.companies .second table {
  display: flex;
  flex-direction: column;
}

.companies .second table tr {
  display: flex;
  color: #474a4d;
}

.companies .second table tr:first-of-type {
  margin-top: 0;
  margin-bottom: 3%;
}

.companies .second table th {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: start;
  display: flex;
  flex-direction: column;
}
.companies .second table th::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0068b7;
  position: relative;
  top: 5px; /* ボーダーを下に移動 */
}

.companies .second table th svg{
  width: 30px;
  height: 30px; 
  padding-bottom: 8px;
}
.companies .second table td {
  width: 100%;               /* 幅を100%に設定 */
  font-weight: 600;          /* フォントを太字に */
  max-height: 150px;         /* 最大高さを150pxに制限（8行分） */
  overflow: hidden;          /* 文字がはみ出た場合に隠す */
  display: -webkit-box;      /* ブロック要素に変換 */
  -webkit-line-clamp: 8;     /* 8行に制限 */
  -webkit-box-orient: vertical; /* 垂直方向に設定 */
  text-overflow: ellipsis;   /* 省略記号「...」を表示 */
  word-break: break-word;    /* 単語の途中で改行 */
  white-space: normal;       /* 通常の折り返し */
  line-height: 1.5em; 
}




.job-details-container {
  display: flex; /* 左右を横並びにする */
  justify-content: space-between; /* 左右に均等配置 */
  flex-direction: column;
}


.left-column,
.right-column {
  flex: 1; /* 両方を同じ幅にする */
}
.left-column tbody,
.right-column tbody{
  display: flex;
  gap: 3%;
  margin-top: 3%;
}
.left-column tr,
.right-column tr{
  flex: 1;
}
table {
  width: 100%; /* テーブルを親要素に合わせる */
  border-collapse: collapse;
}

th, td {
  text-align: left; /* 左揃え */
  vertical-align: top; /* 上揃え */
}

th {
  width: 30%; /* ラベル部分の幅を固定 */
  font-weight: bold;
}

td {
  width: 70%; /* 内容部分の幅 */
}

.companies .third {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  transition: background-color 0.2s ease; 
}

.companies .third a:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  /* background: linear-gradient(to bottom, #0187ec, #0068b7); */
  border: 2px #ff051e solid;
  transition: transform 0.2s ease; 
  background-color: #ff051e;
}
.companies .third .preview-modal-third {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  /* background: linear-gradient(to bottom, #0187ec, #0068b7); */
  border: 2px #ff051e solid;
  transition: transform 0.2s ease; 
  background-color: #ff051e;
}
.companies .third a:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ff051e;
  border-radius: 10px;
  border: 1px #ff051e solid;
  background-color: #fff;
  font-weight: 600;
  transition: transform 0.2s ease; 
}
.companies .third .preview-modal-favorite-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ff051e;
  border-radius: 10px;
  border: 1px #ff051e solid;
  background-color: #fff;
  font-weight: 600;
  transition: transform 0.2s ease; 
}
.companies .third a:first-of-type:active,
.companies .third a:nth-of-type(2):active {
  transform: scale(0.95); /* クリック時に少し縮む */
  transition: transform 0.1s ease; /* クリック時のアニメーション */
}
.companies .third a:first-of-type:active{
  background-color: #00508a; /* クリック時に少し色を暗く */
}


/* ページネーション */
.wrapper_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
}

.wrapper_bottom .prev {
  width: 30px;
  height: 30px;
  border-radius: 56px;
  border-width: 0;
}

.wrapper_bottom .prev svg {
  width: 10px;
  height: 10px;
}

.wrapper_bottom .number1 {
  background-color: transparent;
  border-width: 0;
  font-size: 2.5rem;
  color: #0068b7;
}

.wrapper_bottom .number2 {
  background-color: transparent;
  border-width: 0;
  font-size: 2.5rem;
  color: #0068b7;
}

.wrapper_bottom .number3 {
  background-color: transparent;
  border-width: 0;
  font-size: 2.5rem;
  color: #0068b7;
}

.wrapper_bottom .next {
  width: 30px;
  height: 30px;
  border-radius: 56px;
  border-width: 0;
}

.wrapper_bottom .next svg {
  width: 10px;
}
/* ページネーション */
.pagination a {
  padding: 5px 10px;
  text-decoration: none;
  color: #007BFF;
  border: 1px solid #DDD;
  margin: 0 2px;
}
.pagination a.active {
  font-weight: bold;
  color: #FFF;
  background: #007BFF;
}
/* footer */
footer {
  padding: 55px 0 116px;
}

footer h2 {
  font-size: 4rem;
  font-weight: 700;
}

footer p {
  font-size: 2rem;
}
.region {
  margin-bottom: 20px;
}
.prefectures label{
  margin-right: 15px;
  margin-bottom: 10px;
  color: #00A89A;
}
.region h3 {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.occupation, .area, .salary, .employment{
  border-bottom: 1px solid #ccc;
}

/* PC幅 */
@media screen and (min-width: 769px) {
  .search{
    margin: 0 auto;
    width: 70%;
  }
  .inner {
    width: 80%;
  }
  .modal-content{
    width: 60%;
  }
  .modal-content_occupation{
    width: 40%;
  }
  /* 求人 */
  .first .cost-title-wrap{
    margin: 0px 3%;
    gap: 2%;
  }
  .cost-wrapper{
    flex: 1.5;
  }
  .companies{
    width: 70%;
  }
  .preview-companies{
    width: 710px;
    margin: 0 auto;
  }
  .companies .first p.option{
    font-size: clamp(12px, 1vw, 26px);
  }
  .companies .second .right{
    gap: 1%;
    margin-bottom: 5%;
  }
 
  .companies .second table th {
    width: 40%;
  }
  .companies .second table tr {
    gap: 3%;
  }
  .job-details-container {
    gap: 5%;
    margin: 0px 3% 5%;
  }
  .companies .second table td {
    padding: 1%;
    font-size: clamp(1px, 1vw, 12px);
  }
  .companies .third {
    gap: 25px;
  }
  .companies .second {
    padding: 7% 3% 5%;
  }
  .right-img img {
    
    max-width: 275px; /* 最大幅を指定 */
    height: auto; /* アスペクト比を維持 */
}

  .right-text {
    flex: 1;
    max-width: 470px; /* 幅を固定 */
    overflow: hidden; /* はみ出し防止 */
    text-align: justify; /* 両端揃え */
    white-space: normal; /* 通常の改行を適用 */
}

.right-text p {
    font-size: clamp(10px, 1.2vw, 15px); /* 画面幅に応じてサイズ調整 */
    line-height: 1.5; /* 行間の調整 */
    word-wrap: break-word; /* 単語の途中で折り返しを防ぐ */
    overflow-wrap: break-word; /* 文章が要素内に収まるようにする */
    white-space: pre-line; /* 指定した改行位置を保持 */
}
.right-nomalText{
  font-size: clamp(10px, 1vw, 14px);
}
.detail-smallText{
  font-size: clamp(10px, 1vw, 14px);
}

  .search-title{
  margin: 10px 0px;
  font-size: 14px;
  white-space: nowrap;
  }
  .search_conditions .search-title-item {
    margin-bottom: 20px;
    margin: 0;
    font-size: 1.2em;
    padding-bottom: 5px;
  }
  .search_conditions .occupation {
    padding: 0px 0px 20px;
  }
  .search .area,
  .search .salary,
  .search .employment{
    padding: 10px 0px;
  }
  .top-description-wrap{
    gap: 10px;
    height: 43px;
  }
  .top-description{
    font-size: 1.5rem;
  }
  .close {
    font-size: clamp(5px, 1.8vw, 18px);
  }
  .companies .first p.description {
    font-size: clamp(12px, 1.6vw, 25px);
  }
  .companies .first h2{
    font-size: clamp(12px, 1.3vw, 25px);
  }
  .first-cost{
    font-size: clamp(1px, 1vw, 26px);
  }
  .companies .third a:first-of-type{
    font-size: 1.6rem;
    height: 45px;
    width: 130px;
  }
  .companies .third .preview-modal-third {
    font-size: 1.6rem;
    height: 45px;
    width: 130px;
  }
  .companies .third .preview-modal-favorite-btn {
    font-size: 1.6rem;
    height: 45px;
    width: 130px;
    gap: 10px;
  }
  .companies .third a:nth-of-type(2) {
    font-size: 1.6rem;
    height: 45px;
    width: 130px;
    gap: 10px;
  }
  .companies .third a:nth-of-type(2) svg{
    padding-bottom: 5px;
  }
  #selectedItems1,
  #selectedItems2{
    flex: 1;
  }

  .search-btn{
    flex: 1;
    margin: 0 auto;
    text-align: center;
  }
  .search_conditions .occupation h3,
  .search .area h3,
  .search .salary h3,
  .search .employment h3 {
    font-size: 1.8rem;
  }
  .salary li,
  .area li,
  .occupation li,
  .employment li{
    font-size: 1.5rem;
    padding: 0px 10px;
  }
  .search-btn button{
    font-size: 1.3rem;
  }
  #salarySelect, #employmentStatusSelect{
    width: 160px;
  }
}
/* スマホ・タブレット幅 */
@media screen and (max-width: 768px) {

  .wrapper_middle {
    padding: 0 15px;
  }

  .wrapper_middle_inner {
    display: flex;
    flex-direction: column;
  }
  .search{
    margin-bottom: 35px;
  }
  .inner {
    width: 95%;
  }
  .modal-content{
    width: 80%;
    max-height: 380px;
  }
  .prefectures label {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
  }
  .modal-content_occupation{
    width: 80%;
    max-height: 380px;
    font-size: 14px;
  }
  .region h3 {
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 1.2rem;
    margin-top: 10px;
}
  /* 求人 */
  .companies{
    width: 100%;
  }
  .preview-companies{
    width: 100%!important;
    margin: 0 auto;
  }
  .companies .first p.option{
    font-size: clamp(9px, 1vw, 26px);
  }
  .companies .second .right p {
    font-size: clamp(9px, 3vw, 26px);
  }
  .cost-wrapper{
    flex: 2;
  }
  .cost-title-wrap{
    gap: 1%;
  }
  .cost-wrapper{
    justify-content: center;
  }
  .companies .second .right{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 5%;
  }
  .companies .second table tr{
    flex-direction: column;
  }
  .companies .second table th {
    width: 70%;
  }
  .companies .second table tr {
    gap: 3px;
    height: 150px;
  }
  .job-details-container {
    gap: 15px;
  }
  .companies .second table td {
    padding: 5px 0px;
    font-size: clamp(10px, 2.5vw, 10px);
    line-height: 1.5;
  }
  .companies .third {
    gap: 15px;
    margin: 5% 0;
  }
  .companies .second {
    padding: 20px 20px 30px;
  }
  .right-text p{
    font-size: 15px;
    word-wrap: break-word; /* 単語の途中で折り返しを防ぐ */
    overflow-wrap: break-word; /* 文章が要素内に収まるようにする */
    white-space: pre-line; /* 指定した改行位置を保持 */
  }
  .right-nomalText{
    font-size: clamp(12px, 2vw, 24px);
  }
  .detail-smallText{
    font-size: clamp(12px, 2vw, 24px);
  }
  .right-img img {
    width: 100%; /* 親要素の幅に合わせて可変 */
    max-width: 275px; /* 最大幅を指定 */
    height: auto; /* アスペクト比を維持 */
}

  .search .salary,
  .search .employment{
    padding: 10px 0px 10px;
  }
  .top-description-wrap{
    flex-wrap: wrap;
    gap: 5px;
  }
  .top-description-wrap .flag-img {
    max-width: 100%; /* 画像が親要素をはみ出さないようにする */
    height: 30px; /* アスペクト比を保持 */
  }
  .top-description-wrap .new-img {
    max-width: 100%; /* 画像が親要素をはみ出さないようにする */
    height: 40px; /* アスペクト比を保持 */
  }
  .top-description{
    font-size: 11px;
    box-sizing: border-box;
  }
  /* ページネーション */
  .pagination{
    display: flex;
    justify-content: center;
    padding: 45px 0px;
  }
  .close {
    font-size: 15px;
  }
  .companies .first p.description {
    font-size: clamp(1px, 4vw, 26px);
  }
  .companies .first h2{
    font-size: clamp(1px, 3.3vw, 26px);
  }
  .first-cost{
    font-size: clamp(1px, 2vw, 26px);
  }
  .companies .third a:first-of-type{
    font-size: 1.2rem;
    height: 35px;
    width: 111px;
  }
  .companies .third .preview-modal-third {
    font-size: 1.2rem;
    height: 35px;
    width: 111px;
  }
  .companies .third .preview-modal-favorite-btn {
    font-size: 1.2rem;
    height: 35px;
    width: 111px;
  }
  .companies .third a:nth-of-type(2) {
    font-size: 1.2rem;
    height: 35px;
    width: 111px;
  }
  .companies .third a:nth-of-type(2) svg{
    padding: 5px 0px;
  }
  .salary_list,
  .employment_list{
    flex-direction: column-reverse;
  }
  .search_conditions .occupation h3,
  .search .area h3,
  .search .salary h3,
  .search .employment h3 {
    font-size: 1.5rem;
    flex: 1;
  }
  #selectedItems1,
  #selectedItems2{
    flex: 2;
  }
  .search-btn{
    flex: 1;
  }
  .salary li,
  .area li,
  .occupation li,
  .employment li,
  .search-btn button{
    font-size: 1.2rem;
  }
  .search .salary .salary_list,
  .search .employment .employment_list{
    flex: 3;
  }
  #salarySelect, #employmentStatusSelect{
    font-size: 1.2rem;
    width: 140px;
  }
  .salary{
    padding-bottom: 10px;
  }
  .occupation,
  .area{
    padding: 10px 0px;
  }
}
