@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
@media print, screen and (min-width: 769px) {
  .recruit-header-area,
  .recruit-footer-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-header-area,
  .recruit-footer-area {
    width: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
.showpc {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem !important;
  }
}

#sp-header {
  background-image: none !important;
}

#header .header-subnav-area .search-area .form-input-box .submit,
#sp-header .support-block .header-search .search-area .form-input-box .submit {
  background-color: #43733e !important;
}

.side-search-area {
  margin-top: 50px;
}

.side-search-box {
  background-color: #f7f9f2;
  border-radius: 10px;
  margin-bottom: 55px;
  padding: 0 50px 20px 50px;
}

.side-search-box > * {
  box-sizing: border-box;
}

.side-search-box .head-title {
  transform: translateY(-25px);
}

.side-search-box .head-title .bg2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.side-search-box .head-title .bg2 .ja {
  font-size: 1.5em;
}

.side-search-box > .in {
  margin-top: -25px;
}

.side-search-box .keyword-search {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 24px 28px 38px;
}

@media print, screen and (min-width: 769px) {
  .side-search-box .keyword-search {
    display: grid;
    gap: 18px 28px;
    grid-template-columns: 210px 260px auto;
  }
}

@media screen and (max-width: 768px) {
  .side-search-box .keyword-search > div {
    margin-bottom: 20px;
  }
}

.side-search-box .keyword-search .title {
  font-weight: bold;
  font-size: 120%;
}

.side-search-box .company-name select, .side-search-box .industry-group select {
  appearance: none;
  background: url(../s-sdgs/img_sub/recruit_company/select_arrow.png) right 10px center no-repeat #fff;
  border: 1px solid #333;
  border-radius: 2px;
  cursor: pointer;
  color: #000;
  margin-top: 5px;
  padding: 11px 40px 11px 10px;
}

@media screen and (max-width: 768px) {
  .side-search-box .company-name select, .side-search-box .industry-group select {
    width: 100%;
    font-size: 1em;
  }
}

@media print, screen and (min-width: 769px) {
  .side-search-box .company-name select {
    width: 210px;
  }
}

@media print, screen and (min-width: 769px) {
  .side-search-box .industry-group select {
    width: 260px;
  }
}

.side-search-box .recruit-search-criteria .recruit-search-item {
  margin-top: 5px;
}

.side-search-box .recruit-search-criteria .recruit-search-item input {
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 2px;
  font-size: 100%;
  min-height: 40px;
  width: 100%;
}

.side-search-box .select-goals {
  border: 1px solid #333;
  border-radius: 2px;
  cursor: pointer;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 4;
}

@media screen and (max-width: 768px) {
  .side-search-box .select-goals {
    margin-top: 40px;
  }
}

.side-search-box .select-goals .title {
  background: url(../s-sdgs/img_sub/recruit_company/plus_icon.png) center right 3px no-repeat;
  padding: 7px 15px;
}

.side-search-box .select-goals .title.on {
  background: url(../s-sdgs/img_sub/recruit_company/minus_icon.png) center right 3px no-repeat;
}

.side-search-box .select-goals .list {
  padding: 10px 15px 30px;
}

@media print, screen and (min-width: 769px) {
  .side-search-box .select-goals .list {
    display: grid;
    flex-wrap: wrap;
    gap: 20px 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.side-search-box .select-goals .list li {
  font-size: 111%;
}

.side-search-box .input-btn-area {
  display: block;
  border-radius: 50px;
  font-size: 100%;
  font-weight: bold;
  margin: 30px auto 20px;
  width: fit-content;
}

.side-search-box .input-btn-area .space-btn {
  display: block;
  background-color: #fff;
  border-radius: 50px;
}

.side-search-box .input-btn-area button {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  background-color: #ffd573;
  text-decoration: underline;
  width: 360px;
  min-height: 60px;
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 58px;
  background-image: url("../s-sdgs/img_top/arrow_main_white.png");
  background-size: 36px;
  background-position: right 13px center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
}

.side-search-box .input-btn-area button:hover, .side-search-box .input-btn-area button:focus {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .side-search-box .input-btn-area button {
    width: 540px;
    min-height: 90px;
    border-radius: 45px;
    padding: 5px 85px;
    background-size: 55px;
    background-position: right 20px center;
  }
}

h2.recruit-title {
  margin-bottom: 20px;
  background: #90e0ff;
  border-radius: 10px;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 13px 10px 12px 45px;
  position: relative;
}

h2.recruit-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: calc(0.38em + 13px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd573;
}

h2.recruit-title .bg {
  display: block;
}

#contents-in {
  margin-top: 36px;
}

.search-result-list > li:not(:last-child) {
  margin-bottom: 85px;
}

.item-title {
  background-color: #a4d6ab;
  border-radius: 10px;
  font-size: 135%;
  font-weight: bold;
  padding: 15px;
}

.thumbnail-goals {
  align-items: flex-start;
  margin-top: 22px;
  display: flex;
  gap: 0 20px;
}

@media print, screen and (min-width: 769px) {
  .thumbnail-goals .thumbnail img {
    height: 100%;
    max-width: 250px;
  }
}

.thumbnail-goals .goals {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .thumbnail-goals .goals {
    flex-direction: column;
  }
}

.thumbnail-goals .goals dt {
  width: 150px;
  height: fit-content;
  font-weight: bold;
  line-height: 1;
  background-color: #ffd573;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .thumbnail-goals .goals dt {
    width: calc(100% - 20px);
    padding: 15px 5px;
  }
}

.thumbnail-goals .goals dd {
  width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
  .thumbnail-goals .goals dd {
    width: 100%;
  }
}

.thumbnail-goals .goals-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 560px;
}

.thumbnail-goals .goals-list li {
  width: 60px;
  height: 60px;
  flex-shrink: 1;
}

.thumbnail-goals .goals-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-box {
  margin-top: 35px;
}

.info-box dl {
  align-items: flex-start;
  display: flex;
  margin-bottom: 10px;
  gap: 0 30px;
}

.info-box dl dt {
  background-color: #ffd573;
  border-radius: 50px;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
  padding: 5px 0;
  position: relative;
  width: 190px;
}

@media screen and (max-width: 768px) {
  .info-box dl dt {
    font-size: 100%;
    width: 220px;
    line-height: 1;
    padding: 15px 5px;
  }
}

.info-box dl dd {
  font-size: 110%;
  margin-top: 7px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .info-box dl dd {
    font-size: 90%;
  }
}

.info-box dl dd a {
  color: #333;
  font-weight: bold;
}

.info-box dl.company-type dd {
  font-weight: bold;
  color: #333;
}

.pagenation-area {
  margin: 85px auto 0;
}

.pagenation-area .pagenation-in {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .pagenation-area .pagenation-in {
    flex-wrap: wrap;
  }
}

.pagenation-area .pagenate {
  display: flex;
  justify-content: center;
}

.pagenation-area .pagenate > a {
  align-items: center;
  display: flex;
  padding: 4px 6px;
  font-weight: bold;
}

.pagenation-area .pagenate .prev {
  align-items: center;
  display: flex;
  padding: 6px;
}

.pagenation-area .pagenate .prev a {
  font-weight: bold;
}

.pagenation-area .pagenate .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pagenation-area .pagenate .list li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.pagenation-area .pagenate .list li:first-child {
  margin-left: 0;
}

.pagenation-area .pagenate .list li > span, .pagenation-area .pagenate .list li > a {
  border: 2px solid #007cad;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 13px;
  background-color: #fff;
}

.pagenation-area .pagenate .list li > span {
  background-color: #007cad;
  color: #fff;
}

.pagenation-area .pagenate .list li a {
  color: #333;
  text-decoration: none;
}

.pagenation-area .pagenate .list li.max-page a {
  text-decoration: underline;
}

#pankuzu {
  font-size: 100% !important;
}

#header .header-subnav-area .search-area .form-input-box .inputText {
  max-height: 6px;
}

#header .header-color [class^="item"] img,
#header .header-size [class^="item"] img {
  height: inherit !important;
  width: inherit !important;
}

@media print, screen and (min-width: 769px) {
  .translate-element button {
    font-size: 84%;
  }
}

.i-search-container .submit {
  border-radius: 0 !important;
}
