<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------- */
.section_search {
  margin: 55px 0 75px;
}

.section_search .searchbox {
  height: 42px;
  border: 2px solid #333333;
}

.section_search .searchbox .search_input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 38px;
  padding: 0 0 0 1em;
  font-size: 1.8rem;
  line-height: 38px;
}

.section_search .searchbox .reset_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  width: 38px;
  height: 38px;
}

.section_search .searchbox .reset_btn:focus {
  outline: none;
}

.section_search .searchbox .search_btn {
  width: 38px;
  height: 38px;
}

.page_experience .section_search .searchbox .search_btn {
  background-color: #00B27E;
}

.page_consult .section_search .searchbox .search_btn {
  background-color: #EE9235;
}

.page_study .section_search .searchbox .search_btn {
  background-color: #95D469;
}

@media (max-width: 767px) {
  .section_search {
    margin: 10% 0;
  }
  .section_search .searchbox {
    height: 26px;
    border: 1px solid #7E7E80;
  }
  .section_search .searchbox .search_input {
    height: 24px;
    padding: 0 0 0 0.5em;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .section_search .searchbox .reset_btn {
    width: 24px;
    height: 24px;
  }
  .section_search .searchbox .search_btn {
    width: 24px;
    height: 24px;
  }
  .page_experience .section_search .searchbox .search_btn {
    background-color: #00B27E;
  }
  .page_consult .section_search .searchbox .search_btn {
    background-color: #EE9235;
  }
  .page_study .section_search .searchbox .search_btn {
    background-color: #95D469;
  }
}

.section_result .sect_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.2;
  vertical-align: middle;
}

.section_result .sect_title em {
  margin-right: 2px;
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section_result .sect_title span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-weight: 700;
}

.page_experience .section_result .sect_title {
  color: #01B07D;
}

.section + .section_result {
  margin-top: 75px;
}

.section_result.result01 + .result02 {
  margin-top: 150px;
}

.section_result.result02 .sect_title {
  margin-bottom: 25px;
}

.section_result.result02 .sect_title span {
  margin: 5px 0 0 auto;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .section_result .sect_title {
    display: block;
    margin-bottom: 11%;
    color: #333333 !important;
    text-align: center;
    line-height: 1.3;
  }
  .section_result .sect_title em, .section_result .sect_title span {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .section + .section_result {
    margin-top: 9.3%;
  }
  .section_result.result01 .sect_title em, .section_result.result01 .sect_title span {
    display: inline;
  }
  .section_result.result01 + .result02 {
    margin-top: 21%;
  }
  .section_result.result02 .sect_title {
    margin-bottom: 3.8%;
  }
}

.corp_intern {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding: 22px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.corp_intern .co_area {
  width: 15%;
  border-right: 1px solid #eee;
}

.corp_intern .co_name {
  display: block;
  width: 25%;
  padding: 0 1rem;
}

.corp_intern .co_name:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin: 0 .5em 0 0;
  color: #2e8b57;
  vertical-align: middle;
}

.corp_intern .genre-icon {
  width: 60%;
  border-left: 1px solid #eee;
}

.corp_intern .genre-icon .icon-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.corp_intern .genre-icon .icon-list li {
  margin: 0 1%;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #bbb;
  color: #fff;
  line-height: 25px;
}

.corp_intern .genre-icon .icon-list li.select {
  background: #2e8b57;
}

@media (min-width: 768px) {
  .corp_intern a {
    -webkit-transition: color .3s ease, opacity .3s ease;
    transition: color .3s ease, opacity .3s ease;
  }
  .corp_intern a:hover {
    color: #2e8b57;
    opacity: .8;
  }
}

@media (max-width: 767px) {
  .corp_intern {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5% 0;
  }
  .corp_intern .co_area {
    width: 20%;
  }
  .corp_intern .co_name {
    width: 80%;
    padding: 0 1em;
    text-align: left;
  }
  .corp_intern .genre-icon {
    width: 100%;
    border: 0;
  }
  .corp_intern .genre-icon .icon-list {
    margin-top: 3%;
  }
  .corp_intern .genre-icon .icon-list li {
    margin: 0 2px;
  }
}

.resultbox {
  padding: 3.8% 0;
  border-bottom: 1px solid #ABABAC;
}

.resultbox a {
  display: block;
}

.resultbox .post_vendor_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}

.resultbox .post_logo {
  display: block;
  width: 5%;
  margin-right: 0.8%;
}

.resultbox .post_author {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  color: #7F7F80;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
}

.resultbox .post_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
}

.resultbox .post_attr_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.resultbox .thumb_wrap {
  width: 20%;
  padding-top: 13.2%;
  margin-right: 1.5%;
}

.resultbox .post_attr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resultbox .post_date {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 1;
}

.page_experience .resultbox .post_date {
  color: #01B07D;
}

.page_consult .resultbox .post_date {
  color: #EC9136;
}

.page_study .resultbox .post_date {
  color: #86C12F;
}

.resultbox .post_area {
  margin: 0 auto 5px 1em;
  color: #917B00;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.14;
}

.resultbox .post_excerpt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .resultbox .post_vendor_row {
    margin-bottom: 3%;
  }
  .resultbox .post_logo {
    width: 9.4%;
    margin-right: 1.5%;
  }
  .resultbox .post_author {
    font-size: 1.6rem;
  }
  .resultbox .post_title {
    margin-bottom: 3%;
    font-size: 1.6rem;
    line-height: 1.35;
  }
  .resultbox .thumb_wrap {
    width: 27.2%;
    padding-top: 18.18%;
    margin-right: 2.3%;
  }
  .resultbox .post_date {
    font-size: 1.4rem;
  }
  .resultbox .post_area {
    font-size: 1.2rem;
  }
  .resultbox .post_excerpt {
    line-height: 1.25;
  }
}

.no_result {
  padding: 100px 0;
  text-align: center;
  font-size: 1.6rem;
}
/*# sourceMappingURL=page_search.css.map */</pre></body></html>