@charset "utf-8";

/* ↓↓↓ top-box ↓↓↓ */
.top-box {
  width: 100%;
  margin-top: 70px;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .top-box {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .top-box {
    padding: 0 25px;
  }
}

.top-box .inner {
  max-width: 1140px;
  margin: 0 auto;
}

.top-box .header-group {
  padding: 3.51% 0 4.386% 0;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.top-box .header-group::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14.286vw;
  height: 100%;
  max-width: 240px;
  max-height: 240px;
  background: url(../img/business/match/title-bg.jpg)no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-box .header-group::after {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 158px;
    height: 158px;
  }
}

.top-box .header-group .header {
  padding-left: 25px;
  /* font-size: 9.4rem; */
  font-size: calc((94 - 60) * ((100vw - 768px) / (1680 - 768)) + 60px);
  letter-spacing: 0.25em;
  line-height: 1;
}

@media screen and (min-width: 1681px) {
  .top-box .header-group .header {
    font-size: 9.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-box .header-group .header {
    padding-left: 0;
    font-size: calc((60 - 48) * ((100vw - 375px) / (768 - 375)) + 48px);
    letter-spacing: 0.1em;
  }
}

.top-box .header-group .subhead {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px 12px 15px;
  /* font-size: 2.0rem; */
  font-size: calc((20 - 14) * ((100vw - 768px) / (1680 - 768)) + 14px);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
  background-color: #282828;
}

@media screen and (min-width: 1681px) {
  .top-box .header-group .subhead {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-box .header-group .subhead {
    margin-top: 10px;
    padding: 1.454% 2.181% 1.745% 2.181%;
    font-size: calc((16 - 12) * ((100vw - 375px) / (768 - 375)) + 12px);
    line-height: 1.4;
  }
}

.overlooking {
  margin: 80px auto 35px auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.filter-box {
  width: 100%;
  padding: 4.825% 3.51% 0 3.51%;
  background-color: #e5eef5;
  opacity: 0;
  transform: translateY(50px);
  transition: all 300ms 0s ease;
}

.filter-box .filter-group {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .filter-box .filter-group {
    flex-direction: column;
  }
}

.filter-box .filter-group:first-of-type {
  margin-top: 0;
}

.filter-box .filter-group .name {
  width: 190px;
  margin-right: 25px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #1a1a1a;
}

.filter-box .filter-group .wrap {
  flex: 1;
  padding-top: 7px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .filter-box .filter-group .wrap {
    padding-top: 20px;
  }
}

.filter-box .filter-group .item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.filter-box .filter-group .item .text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

.filter-box .filter-group .item:hover .text,
.filter-box .filter-group .item input:checked+.text {
  color: #fff;
  background-color: #000;
}

.filter-box .filter-group .item input {
  display: none;
}

.filter-box .reset {
  width: 140px;
  height: 34px;
  margin: 50px auto 0 auto;
  cursor: pointer;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 1024px) {
  .filter-box .reset {
    margin: 30px auto 0 auto;
  }
}

.filter-box .reset:hover {
  opacity: .7;
}

.notes {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
}

.job-box {
  width: 100%;
  margin: 60px auto 150px auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .job-box {
    margin: 40px auto 120px auto;
  }
}

.job-box .card {
  width: 32.983%;
  margin-right: .439%;
  margin-bottom: .439%;
  padding: 2.6316% 3.071%;
  background-color: #f2f6fa;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .job-box .card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.361%;
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .job-box .card {
    margin-bottom: 20px;
    padding: 25px;
  }
}

.job-box .card.-mr0 {
  margin-right: 0;
}

.job-box .card .title {
  width: 100%;
  height: 64px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/business/match/title-bg.jpg)no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.job-box .card .text {
  margin-top: 20px;
  margin-bottom: 35px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.job-box .card .link {
  margin-bottom: 35px;
  display: block;
  color: #00559a;
  transition: all 300ms 0s ease;
}

.job-box .card .link:hover {
  padding-left: 15px;
}

.job-box .card .link .cap {
  font-size: 1.4rem;
  font-weight: bold;
}

.job-box .card .link .name {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 500;
}

.job-box .card .cate-group {
  display: flex;
  flex-wrap: wrap;
}

.job-box .card .cate {
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 12px;
  padding: 5px 10px 7px 10px;
  display: inline-block;
  background-color: #fff;
}

.job-box .card .cate:last-of-type {
  margin-right: 0;
}

.job-box .noncard {
  width: 100%;
  height: 200px;
  padding: 86px 0;
  justify-content: center;
  align-items: center;
  background-color: #f2f6fa;
  text-align: center;
  display: none;
}

/* ↑↑↑ top-box ↑↑↑ */

/* ↓↓↓ Animation ↓↓↓ */
.filter-box.is-show,
.overlooking.is-show,
.header-group.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ↑↑↑ Animation ↑↑↑ */