@charset "UTF-8";

.company_list__item {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
}

.legend {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
}

@media (max-width: 960px) {
  .legend {
    flex-wrap: wrap;
  }
}

.legend__wrap {
  display: flex;
}

@media (max-width: 550px) {
  .legend__wrap {
    display: block;
  }
}

.legend__label {
  width: 5em;
  white-space: nowrap;
}

@media (max-width: 550px) {
  .legend__label {
    width: 100%;
    margin-bottom: 1em;
  }
}

.legend__list {
  width: calc(100% - 6em);
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .legend__list {
    width: 100%;
  }
}

.legend__table {
  width: calc(100% - 6em);
}

@media (max-width: 960px) {
  .legend__table {
    width: 100%;
  }

  .legend__table tr {
    display: inline;
  }

  .legend__table td {
    display: inline-block;
    margin-right: 2em;
  }

  .legend__table colgroup {
    display: none;
  }
}

@media (max-width: 768px) {
  .legend__table td {
    margin-right: 0;
  }
}

.legend dt {
  width: 10em;
  border-radius: 5px;
  display: flex;
  text-align: center;
  font-size: 0.7em;
  white-space: nowrap;
  padding: 5px;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.legend dt.is_1 {
  background: #F7C9DC;
}

.legend dt.is_2 {
  background: #FEE793;
}

.legend dt.is_3 {
  background: #D8E699;
}

.legend dt.is_4 {
  background: #BBC4E4;
}

.legend dt.is_5 {
  background: #B9E3F9;
}

.legend dd {
  font-size: 0.75em;
  vertical-align: middle;
  display: inline-block;
}

.legend dd::before {
  content: "・・・";
  font-size: 0.5em;
  vertical-align: middle;
}

.company_list {
  /* margin-top: 2em; */
  width: 100%;
}

@media (max-width: 550px) {
  .company_list {
    /*width: calc(100% + 60px);
      margin: 2em -30px;*/
    width: 100%;
    margin: auto;
  }
}

.company_list thead tr th {
  background: #E36CA6;
  font-size: 0.8em;
  padding: 10px 5px;
  color: #fff;
}

.company_list thead tr th:first-child {
  border-right: 1px solid #fff;
}

.company_list__item th {
  border-right: 1px solid #333;
  padding: 0;
  text-align: left;
}

.company_list__item th:first-child {
  width: 40%;
  padding-left: 10px;
}

.company_list__initial th {
  background: #f5b6d5;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 8px 5px;
  border-right: none;
}

.company_list__initial-type th {
  background: #f5b6d5;
  text-align: left;
  color: #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 8px 5px;
  border-right: none;
}

.company_list__theme {
  /* padding: 1em 1em 1.5em; */
  padding: 1em 3px;
  max-width: 7em;
  border-right: 1px solid #333;
  vertical-align: top;
}

@media (max-width: 768px) {
  .company_list__theme {
    max-width: 3em;
  }
}

.company_list__theme:last-child {
  border-right: none;
}

.company_list .is-even {
  background: #FFFDED;
}

.company_list__ttl {
  line-height: 1.5;
  width: 100%;
}

.company_list__ttl__text {
  border-bottom: 1px solid #333;
}

.company_list__notice {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5;
  color: #ec0000;
  margin: 0.5em 0 0;
}

.company_list__date {
  line-height: 1.5;
  width: 100%;
  text-indent: -0.5em;
}

.company_list__link {
  display: block;
  text-decoration: none;
  color: #333;
  /* padding: 1em; */
  padding: 1em 10px 1em 0px;
}

.company_list__link:hover {
  background: rgba(120, 170, 255, 0.1);
}

.company_list__date th {
  border-top: 1px solid #333;
  background: #E36CA6;
  font-size: 1.2em;
  padding: 5px 25px;
  color: #fff;
  text-align: left;
}

.company_list__label-theme {
  border-right: 1px solid #fff;
}

.company_list__label-theme:last-child {
  border-right: none;
}

.company_list__label th {
  background: #f5b6d5;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 0.8em;
  padding: 10px 5px;
}

.company_list__label th:first-child {
  border-right: 1px solid #fff;
}

.icon {
  display: inline-block;
  margin-bottom: 0.5em;
}

.icon__inner,
.icon-obog,
.icon-ryugakusei,
.icon-sougou,
.icon-kenkyu,
.icon-kaihatsu,
.icon-gijyutsu,
.icon-datascience {
  width: 1em;
  border-radius: 5px;
  display: flex;
  text-align: center;
  font-size: 0.7rem;
  white-space: nowrap;
  padding: 5px 1em;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.icon__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 24em;
  margin-bottom: -1em;
}

@media (max-width: 768px) {
  .icon__wrap {
    width: 3em;
  }
}

.icon__space {
  display: inline-block;
  width: 8em;
  font-size: 0.7em;
  margin-bottom: 2.5em;
}

@media (max-width: 768px) {
  .icon__space {
    width: 3em;
  }
}

.icon-subset {
  margin-left: 0.5em;
  display: inline-table;
  margin-bottom: 0.5em;
}

.icon-obog {
  background: #F8C5AB;
  width: 3em;
  text-indent: 0;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .icon-obog {
    width: 3em;
  }
}

.icon-ryugakusei {
  background: #88C997;
  width: 3em;
  text-indent: 0;
}

@media (max-width: 768px) {
  .icon-ryugakusei {
    width: 3em;
  }
}

.icon-sougou {
  background: #F7C9DC;
  width: 6em;
}

@media (max-width: 768px) {
  .icon-sougou {
    width: 3em;
  }
}

.icon-kenkyu {
  background: #FEE793;
  width: 8em;
}

@media (max-width: 768px) {
  .icon-kenkyu {
    width: 3em;
  }
}

.icon-kaihatsu {
  background: #D8E699;
  width: 8em;
}

@media (max-width: 768px) {
  .icon-kaihatsu {
    width: 3em;
  }
}

.icon-gijyutsu {
  background: #BBC4E4;
  width: 8em;
}

@media (max-width: 768px) {
  .icon-gijyutsu {
    width: 3em;
  }
}

.icon-datascience {
  background: #B9E3F9;
  width: 8em;
}

@media (max-width: 768px) {
  .icon-datascience {
    width: 3em;
  }
}

.icon .is-3 {
  width: 25em;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .icon .is-3 {
    width: 15em;
  }
}

.icon .is-3 {
  width: 25em;
  position: relative;
  z-index: 100;
}
.icon .is-3-right {
  width: 15em;
  margin-left: 8em;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .icon .is-3-right {
    width: 6em;
    margin-left: 7.5em;
  }
}

@media (max-width: 768px) {
  .icon .is-3 {
    width: 15em;
  }
}

.icon .is-5 {
  width: 46.5em;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .icon .is-5 {
    width: 25.5em;
  }
}

.icon .is-2-left {
  width: 15em;
  left: -5em;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .icon .is-2-left {
    width: 6em;
    left: -3.5em;
  }
}

.icon .is-2-right {
  width: 15em;
  margin-left: 8em;
  position: relative;
  z-index: 100;
}

@media (max-width: 768px) {
  .icon .is-2-right {
    width: 6em;
    margin-left: 7.5em;
  }
}
.icon .is-4-right {
  width: 32em;
  position: relative;
  z-index: 100;
  left: 5em;
}

@media (max-width: 768px) {
  .icon .is-4-right {
    width: 6em;
    left: -3.5em;
  }
}

.job__wrap {
  margin-bottom: 1em;
}

.job__ttl {
  font-size: 2em;
}

@media (max-width: 768px) {
  .job__ttl {
    font-size: 1.5em;
  }
}

.job__explanation {
  border-top: 2px solid #00A1E9;
  border-bottom: 2px solid #00A1E9;
}

.job__txt {
  margin-top: 0.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.1em;
}

.nav {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}
.nav__item-50 {
  width: 8.5%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nav__item-50 {
    width: 18%;
    margin-bottom: 10px;
  }
  }

.nav__item-date {
  /* width: 12.5%; */
  padding: 0 50px;
}
@media (max-width: 768px) {
  .nav__item-date {
    /* width: 12.5%; */
    padding: 0;
  }
  }
.nav__item-date img {
  width: 100%;
  height: auto;
}

.nav__item-type {
  width: 7.5%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .nav__item-type {
    width: 18%;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  }

.nav__item img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-short {
  display: flex;
  justify-content: center;
  margin: 1em auto;
  max-width: 100%;
}

.font-small {
  font-size: 0.75em;
}

.icon_intdoc {
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
}

.icon_intdoc p {
  line-height: 2;
}

.icon-int {
  background: #ec6d74;
  color: #fff;
  border-radius: 6px;
  padding: 0 8px;
  display: inline-block;
  margin-left: 0.5em;
  text-align: center;
  font-size: 80%;
  line-height: 2;
  width: 6em;
}

.int {
  background: #ec6d74;
  color: #fff;
  border-radius: 6px;
  padding: 2px 8px;
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
  text-align: center;
  font-size: 70%;
}

.icon-doc {
  background: #00afec;
  color: #fff;
  border-radius: 6px;
  padding: 0 8px;
  display: inline-block;
  /*margin-left: 0.5em;*/
  text-align: center;
  font-size: 80%;
  line-height: 2;
  width: 6em;
}

.doc {
  background: #00afec;
  color: #fff;
  border-radius: 6px;
  padding: 2px 8px;
  display: inline-block;
  margin: 0.5em 0;
  text-align: center;
  font-size: 70%;
}