@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.page-template-page-jisseki .page-header {
  background-position: center;
  background-size: cover;
}
.page-template-page-jisseki .slugs-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-template-page-jisseki .slugs-nav ul > li .filled-button {
  width: 100%;
  white-space: pre-line;
  text-align: left;
  font-size: 2rem;
}
.page-template-page-jisseki .headline-section .wrapper {
  display: flex;
  gap: 8rem;
  padding-left: 12rem;
  padding-right: 12rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-jisseki .headline-section .wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.page-template-page-jisseki .headline-section .left {
  width: 30rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-template-page-jisseki .headline-section .left {
    display: none;
  }
}
.page-template-page-jisseki .headline-section .right {
  flex-grow: 1;
}
.page-template-page-jisseki .headline-section .right h2 {
  margin-bottom: 8rem;
  font-size: 5rem;
  text-align: center;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .page-template-page-jisseki .headline-section .right h2 {
    font-size: 3rem;
    margin-bottom: 5.6rem;
    text-align: left;
  }
}
.page-template-page-jisseki .headline-section .right p {
  margin-bottom: 8rem;
  text-align: left;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .page-template-page-jisseki .headline-section .right p {
    margin-bottom: 5.6rem;
  }
}
.page-template-page-jisseki .headline-section .right .job ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 4rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-template-page-jisseki .headline-section .right .job ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: stretch;
  }
}
.page-template-page-jisseki .headline-section .right .job ul > li {
  justify-content: center;
  align-items: center;
  white-space: pre-line;
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-jisseki .headline-section .right .job ul > li {
    padding: 1rem 1.6rem;
    font-size: 1.6rem;
  }
}
.page-template-page-jisseki .headline-section .right .job + .job {
  margin-top: 8rem;
}
.page-template-page-jisseki .sp-nav {
  background: #f7f9ff;
}
@media screen and (min-width: 769px) {
  .page-template-page-jisseki .sp-nav {
    display: none;
  }
}
.page-template-page-jisseki main.noushuhai .headline-section .right .job ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-jisseki main.noushuhai .headline-section .right .job ul > li {
  max-width: 67rem;
}

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