@charset "UTF-8";
/* Scss Document */
nav.main-nav ul li#top-page a:link {
  color: #413e66;
}
nav.main-nav ul li#top-page a:hover, nav.main-nav ul li#top-page a:active, nav.main-nav ul li#top-page a:focus {
  color: #1bb1dc;
}
nav.main-nav ul li#recruit-page a {
  color: #1bb1dc;
}

/* result-section
--------------------------------*/
#recruit-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  #recruit-section {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #recruit-section h3 {
    border-bottom: 1px solid #535074;
  }
}
@media (max-width: 575px) {
  #recruit-section h3 {
    font-size: calc(1.6rem + (1vw - 0.64rem) * 1.2);
  }
}

table.table-recruit {
  width: 100%;
  table-layout: fixed;
}
table.table-recruit th, table.table-recruit td {
  border: 1px dotted #ccc;
  padding: 0.5em;
}
table.table-recruit th {
  vertical-align: top;
}
table.table-recruit thead th:first-of-type {
  border-left: none;
  width: 8em;
}
table.table-recruit thead th:last-of-type {
  border-right: none;
}
table.table-recruit tbody th {
  border-left: none;
}
table.table-recruit tbody td:last-of-type {
  border-right: none;
}

ul.event-list,
ul.event-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl.event-dl {
  display: flex;
  margin-bottom: 0;
}
dl.event-dl dt {
  font-weight: 400;
  padding-right: 2em;
}
@media (max-width: 414px) {
  dl.event-dl dt {
    padding-right: 1em;
    width: 6em;
  }
}

@media (max-width: 768px) {
  table.table-recruit th, table.table-recruit td {
    border: none;
  }
  table.table-recruit thead {
    display: none;
  }
  table.table-recruit tbody th, table.table-recruit tbody td {
    display: block;
    width: 100%;
  }
  table.table-recruit tbody th {
    text-align: center;
    border-bottom: 3px double #ccc;
  }
  table.table-recruit tbody td {
    position: relative;
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
  }
  table.table-recruit tbody td:before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 6em;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    border-radius: 4px;
    line-height: 1.5;
  }
  table.table-recruit tbody td[data-type=sales]::before {
    background-color: #0069d9;
    content: "営業";
  }
  table.table-recruit tbody td[data-type=secretary]::before {
    background-color: #ff1493;
    content: "事務・秘書";
  }
  table.table-recruit tbody td[data-type=both]::before {
    background-color: #20b2aa;
    content: "共通";
  }
}
.income-example {
  background-color: #e5f9f9;
}
.income-example h3 {
  background-color: #0ea9a5;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 2;
}
.income-example .income-example-inner {
  display: flex;
  padding: 1rem;
  justify-content: space-around;
  align-items: center;
}
.income-example .income-example-inner .icon {
  width: 103px;
}
.income-example .income-example-inner .income {
  text-align: center;
}
.income-example .income-example-inner .income-detail {
  margin-bottom: 0;
  padding-left: 0;
}
.income-example .income-example-inner .income-detail li {
  font-size: 13px;
  display: flex;
  width: 220px;
}
.income-example .income-example-inner .income-detail li span:nth-child(2) {
  flex-grow: 1;
  flex-shrink: 1;
  flax-basis: auto;
}

hr.tab-reader {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #ccc;
}

@media (max-width: 768px) {
  .income-example .income-example-inner {
    flex-wrap: wrap;
  }
  .income-example .income-example-inner .icon {
    width: 40%;
    text-align: center;
  }
  .income-example .income-example-inner .icon img {
    max-width: 83px;
  }
  .income-example .income-example-inner .income {
    width: 60%;
  }
  .income-example .income-example-inner .income-detail {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .income-example .income-example-inner .income-detail li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  br.pc-block {
    display: none;
  }
}
#recruit-to-action {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #recruit-to-action {
    padding-bottom: 30px;
  }
}
#recruit-to-action .phone h3::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 10px;
  color: #fd7e14;
}