@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.0392156863);
    padding: 50px 0;
  }
}
@media only screen and (max-width: 959px) {
  .wrap {
    margin: 20px;
  }
}

.hero {
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .hero {
    max-width: 650px;
  }
}
@media only screen and (min-width: 960px) {
  .hero img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 959px) {
  .hero img {
    max-width: 100%;
  }
}

.linkimg {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 960px) {
  .linkimg img {
    max-height: 54px;
  }
}
@media only screen and (max-width: 959px) {
  .linkimg img {
    max-height: 45px;
  }
}
.linkimg__soon {
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  border: solid;
  text-decoration: none;
  display: flex;
  height: 80px;
  justify-content: center;
  margin: 25px auto 25px;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 220px;
}

.dom {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (min-width: 960px) {
  .dom img {
    max-width: 375px;
  }
}
@media only screen and (max-width: 959px) {
  .dom img {
    max-width: 100%;
  }
}

.check {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (min-width: 960px) {
  .check img {
    max-width: 550px;
  }
}
@media only screen and (max-width: 959px) {
  .check img {
    max-width: 100%;
  }
}

.arrow {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (min-width: 960px) {
  .arrow img {
    max-width: 750px;
  }
}
@media only screen and (max-width: 959px) {
  .arrow img {
    max-width: 100%;
  }
}

.text {
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .text {
    line-height: 45px;
    font-size: 20px;
    font-weight: 500;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 959px) {
  .text {
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
    margin: 50px 0;
  }
}

.date {
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .date {
    line-height: 45px;
    font-size: 22.5px;
    font-weight: 500;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 959px) {
  .date {
    line-height: 40px;
    font-size: 20px;
    font-weight: 400;
    margin: 50px 0;
  }
}

.bottomtext {
  color: #000000;
  text-align: center;
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .bottomtext {
    font-size: 20px;
    font-weight: bolder;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 959px) {
  .bottomtext {
    font-size: 15px;
    font-weight: 500;
    margin: 50px 0;
  }
}

.joincenter {
  text-align: center;
  height: 80px;
  width: 220px;
  max-width: 600px;
  margin: 0 auto;
}

.join__to-application {
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  border-radius: 10px;
  border: solid;
  text-decoration: none;
  display: flex;
  height: 80px;
  justify-content: center;
  margin: 25px auto 25px 0;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 220px;
}

a:hover {
  color: #444444;
  text-decoration: underline;
}

a:link {
  color: #000000;
  text-decoration: none;
}

.circles {
  background-color: rgb(0, 0, 0);
}

.circle-head {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .circle-head {
    margin: 25px auto 0 auto;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 960px) {
  .circle-head {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 1200px;
  }
}
.circle-head__title {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .circle-head__title {
    background-color: #000000;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 20px auto 0 auto;
    padding: 20px 0 15px;
    width: 98%;
    border: solid 2px white;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__title {
    background-color: #000000;
    font-size: 2rem;
    font-weight: 500;
    margin: 30px auto 0 auto;
    padding: 50px 0px 40px 0px;
    width: 98.8%;
    border: solid 2px white;
  }
}
.circle-head__nav {
  display: flex;
}
@media only screen and (max-width: 959px) {
  .circle-head__nav {
    flex-wrap: wrap;
    margin: 20px auto 0 0;
    width: calc(100% - 5px);
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__nav {
    justify-content: flex-end;
    margin: 30px auto 0 auto;
    width: 80%;
  }
}
.circle-head__sort {
  border: solid 1px;
  border-radius: 5px;
  align-items: center;
  background-color: #ffffff;
  color: #2b2b2b;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .circle-head__sort {
    font-size: 0.7rem;
    margin: 0 0 5px 5px;
    padding: 4px 0;
    width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__sort {
    font-size: 0.9rem;
    margin: 0 5px;
    width: 100px;
  }
}
.circle-head__sort--active {
  font-weight: 500;
  color: #ef0012;
}
.circle-head__subnav {
  background-color: #f5f5f5;
  display: flex;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 959px) {
  .circle-head__subnav {
    box-sizing: border-box;
    justify-content: space-between;
    padding: 4px 3px;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__subnav {
    background-color: #f5f5f5;
    display: flex;
    padding: 3px 1rem;
  }
}
.circle-head__subnav-title {
  color: #2b2b2b;
  font-size: 0.9rem;
  margin: 0;
  padding-right: 1rem;
  position: relative;
}
.circle-head__subnav-title::after {
  content: "|";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.circle-head__category {
  color: #2b2b2b;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .circle-head__category {
    font-size: 0.7rem;
    margin: 0 0 0 2px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__category {
    font-size: 0.9rem;
    margin: 0 0 0 1rem;
  }
}
.circle-head__category--active {
  color: #ef0012;
}
.circle-head__category img {
  vertical-align: middle;
}
@media only screen and (max-width: 959px) {
  .circle-head__category img {
    width: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__category img {
    width: 15px;
  }
}
@media only screen and (max-width: 959px) {
  .circle-head__table-wrapper {
    overflow: hidden;
    margin-top: 10px;
  }
}
.circle-head__table {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .circle-head__table {
    margin: 0 0 0 auto;
    overflow: hidden;
    transition-property: margin;
    transition-duration: 500ms;
    transition-timing-function: ease;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__table {
    margin: 20px 0 0 auto;
  }
}
.circle-head__circle {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(255, 255, 255) !important;
  display: flex;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .circle-head__circle {
    height: 70px;
    margin: 0 0 5px 5px;
    padding: 5px;
    width: calc((100% - 5px) / 2 - 5px);
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__circle {
    margin: 0 0 7px 7px;
    padding: 7px;
    width: calc((100% - 7px) / 4 - 7px);
  }
  .circle-head__circle:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.circle-head__fig {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .circle-head__fig {
    width: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__fig {
    width: 80px;
  }
}
.circle-head__fig .spacer {
  padding-bottom: 100%;
}
@media only screen and (max-width: 959px) {
  .circle-head__fig img {
    top: 50%;
    left: 50%;
    transform: translate(5%, 10%);
    height: 75%;
    width: auto;
    border: white solid 1px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__fig img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    border: white solid 1px;
  }
}
@media only screen and (max-width: 959px) {
  .circle-head__content {
    align-items: center;
    display: flex;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__content {
    margin: 5px 10px 0 10px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head__name {
    font-size: 0.9rem;
    margin: 0;
  }
}
@media only screen and (max-width: 959px) {
  .circle-head__name {
    font-size: 0.8rem;
    margin: 0 0 0 20px;
  }
}
.circle-head__author {
  font-size: 0.7rem;
  margin: 2px 0 0 0;
}
@media only screen and (min-width: 960px) {
  .circle-head__toggle {
    display: none;
  }
}
.circle-head__toggle--arrow {
  box-sizing: border-box;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  height: 20px;
  margin: 0 auto 20px auto;
  transform: rotate(-45deg);
  width: 20px;
}
.circle-head__toggle--time {
  height: 24px;
  position: relative;
  margin: 10px auto 20px auto;
  transform: rotate(-45deg);
  width: 24px;
}
.circle-head__toggle--time::before {
  display: block;
  content: "";
  border-top: 2px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.circle-head__toggle--time::after {
  display: block;
  content: "";
  border-left: 2px solid #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .circle-head--sp {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head--sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .circle-head--pc {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .circle-head--pc {
    display: block;
  }
}

.circle-body {
  color: rgb(0, 0, 0);
}
@media only screen and (max-width: 959px) {
  .circle-body {
    margin: 30px auto;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 960px) {
  .circle-body {
    margin: 40px auto;
    width: 900px;
  }
}
.circle-body__circle .circle-body__circle-hk {
  border-top: 1px solid rgb(0, 0, 0);
  box-sizing: border-box;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .circle-body__circle .circle-body__circle-hk {
    padding: 30px 10px 0 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-body__circle .circle-body__circle-hk {
    padding: 30px 20px 0 20px;
    margin-bottom: 30px;
  }
}
.circle-body__circle .circle-body__circle-hk::before, .circle-body__circle .circle-body__circle-hk::after {
  display: block;
  content: "";
  height: 0;
  width: 0;
}
.circle-body__circle .circle-body__circle-hk::before {
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  left: -5px;
}
.circle-body__circle .circle-body__circle-hk::after {
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: -5px;
}
.circle-body__fig {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .circle-body__fig {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-body__fig {
    width: 23%;
  }
}
.circle-body__fig .spacer {
  padding-bottom: 100%;
}
.circle-body__fig img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 959px) {
  .circle-body__content {
    margin: 0 0 0 1.5rem;
    width: calc(100% - 100px - 1.5rem);
  }
}
@media only screen and (min-width: 960px) {
  .circle-body__content {
    margin: 0 1rem 0 2rem;
    width: calc(77% - 3rem);
  }
}
.circle-body__name {
  font-size: 1.3rem;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .circle-body__name {
    margin: 0 4px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .circle-body__name {
    margin: 10px 3px 0 0;
  }
}
.circle-body__author {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 5px 0 0 0;
}
.circle-body__description {
  font-size: 0.9rem;
}
@media only screen and (max-width: 959px) {
  .circle-body__description {
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .circle-body__description {
    line-height: 1.7;
    margin: 30px 0 0 0;
  }
}
.circle-body__icon {
  margin: 0 10px 0 0;
}
.circle-body__icon img {
  vertical-align: middle;
  width: 12px;
}
.circle-body__icon a {
  text-decoration: none;
}
.circle-body__category-icon {
  margin: 0 5px 0 0;
}
.circle-body__category-icon img {
  vertical-align: text-top;
  width: 17px;
}

.circle-recruitment {
  background-color: #ffffff;
  border: solid 1px black;
  border-radius: 5px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  padding: 1.1rem 0;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .circle-recruitment {
    margin: 30px auto 0 auto;
    width: 300px;
  }
}
@media only screen and (min-width: 960px) {
  .circle-recruitment {
    margin: 40px auto 0 auto;
    width: 100%;
    max-width: 900px;
  }
}/*# sourceMappingURL=style.css.map */