@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@700&display=swap");
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-from-left {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-from-right {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-anim {
  opacity: 0;
}

.slideIn {
  animation: slideIn 0.5s forwards;
  animation-delay: 0.1s;
}

.slide-from-left {
  animation: slideLeftIn 0.5s forwards;
}

.slide-from-right {
  animation: slide-from-right 0.5s forwards;
  animation-delay: 0.1s;
}

.slide-from-left {
  animation: slide-from-left 0.5s forwards;
  animation-delay: 0.1s;
}

@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  30% {
    background-position: 10% 30%;
  }
  50% {
    background-position: 100% 50%;
  }
  70% {
    background-position: 50% 70%;
  }
  100% {
    background-position: 0 0;
  }
}
.recruit {
  margin: 5rem 1rem 10rem 1rem;
}
.recruit__read {
  margin: 5rem auto;
}
.recruit-blocks {
  margin: 3rem auto;
}
.recruit-blocks__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
}
.recruit-blocks__read {
  margin: 2rem 0 2rem 2rem;
}
.recruit-table {
  width: 100%;
  line-height: 1.8em;
  border-spacing: 0 2px;
}
.recruit-table th {
  background: #30a9d9;
  color: #fff;
  padding: 1em;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
  position: relative;
}
.recruit-table th::after {
  content: "▼";
  position: absolute;
  right: -0.5em;
  left: auto;
  top: calc(50% - 0.6em);
  transform: rotate(-90deg);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #30a9d9;
  line-height: 1em;
  font-weight: 700;
}
.recruit-table td {
  padding: 1em;
  box-sizing: border-box;
}
.recruit-table tr:nth-child(odd) {
  background: #e7f5fa;
}
.recruit-table--pink th {
  background: #d4267e;
}
.recruit-table--pink th::after {
  color: #d4267e;
}
.recruit-table--pink tr:nth-child(odd) {
  background: #fcdded;
}
.recruit-table--orange th {
  background: #e57f21;
}
.recruit-table--orange th::after {
  color: #e57f21;
}
.recruit-table--orange tr:nth-child(odd) {
  background: #fbe7d4;
}
.recruit-table--gray th {
  background: #9f9d9e;
}
.recruit-table--gray th::after {
  color: #9f9d9e;
}
.recruit-table--gray tr:nth-child(odd) {
  background: #e8e7e8;
}
@media screen and (max-width: 767px) {
  .recruit-table tr, .recruit-table th, .recruit-table td {
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  .recruit-table th::after {
    top: auto;
    bottom: -0.7em;
    left: calc(50% - 0.5em);
    right: auto;
    transform: rotate(0deg);
  }
}
.recruit-greeting {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  color: #0c7e5f;
  text-align: center;
}

.colleagues-blocks {
  margin-bottom: 50px;
}
.colleagues-blocks__title {
  border-bottom: 1px solid #c0c0c0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  padding: 1.6rem 0;
  margin-bottom: 1em;
}
.colleagues-blocks__title .has-bg {
  background: #30a9d9;
  color: #fff;
  padding: 1rem 1em;
  line-height: 1em;
  margin-right: 1em;
  position: relative;
}
.colleagues-blocks__title .has-bg::after {
  content: "▼";
  position: absolute;
  right: -0.5em;
  left: auto;
  top: calc(50% - 0.5em);
  transform: rotate(-90deg);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #30a9d9;
  line-height: 1em;
  font-weight: 700;
}
.colleagues-blocks__title .has-bg--pink {
  background: #d4267e;
}
.colleagues-blocks__title .has-bg--pink::after {
  color: #d4267e;
}
.colleagues-blocks__title .has-bg--orange {
  background: #e57f21;
}
.colleagues-blocks__title .has-bg--orange::after {
  color: #e57f21;
}
.colleagues-info {
  display: flex;
  justify-content: space-between;
}
.colleagues-info__photo {
  width: 30%;
}
.colleagues-info__message {
  width: 67%;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .colleagues-info {
    flex-direction: column;
  }
  .colleagues-info__photo {
    margin-bottom: 1em;
  }
  .colleagues-info__photo, .colleagues-info__message {
    width: 100%;
  }
}

/*# sourceMappingURL=recruit.css.map */
