.body {
  color: #222222;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .body {
    font-size: 10px;
  }
}

.header {
  align-items: center;
  background-color: #F7D237;
  border-radius: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 32px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 96.67%;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .header {
    border-radius: 0 0 0 4px;
    padding: 14px 0;
    width: 93.6%;
  }
}
.header__inner {
  align-items: center;
  display: flex;
  margin-left: 5.17%;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    margin-left: 6.84%;
  }
}
.header__logo-img {
  display: block;
  width: 154px;
}
@media screen and (max-width: 1024px) {
  .header__logo-img {
    width: 77px;
  }
}
.header__title {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-left: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .header__title {
    font-size: 12px;
    padding-left: 1rem;
  }
}
.header__hamburgerbtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: fixed;
  right: 2.16%;
  top: 27px;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .header__hamburgerbtn {
    right: 6.4%;
    top: 7px;
    width: 40px;
  }
}
.header__hamburgerbtn-img {
  display: block;
  width: 100%;
}

.title {
  padding-left: 8.33%;
  padding-top: 14.72%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title {
    padding-left: 6.4%;
    padding-top: 6rem;
  }
}
.title__jpn {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .title__jpn {
    font-size: 1.33rem;
    line-height: 2;
  }
}
.title__en {
  color: #969696;
  font-family: museo-sans, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .title__en {
    font-size: 1rem;
    line-height: 2;
  }
}

.blog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 8.4%;
  margin-top: 4.17%;
  min-height: 65vh;
  width: 56.94%;
}
@media screen and (max-width: 1024px) {
  .blog {
    flex-direction: column;
    margin: 3rem auto 0;
    min-height: auto;
    width: 87.2%;
  }
}
.blog__content-card {
  border-bottom: 0.5px solid #888888;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  width: 44.51%;
}
@media screen and (max-width: 1024px) {
  .blog__content-card {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    width: 100%;
  }
}
.blog__heading {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .blog__heading {
    font-size: 1.125rem;
  }
}
.blog__text {
  background: linear-gradient(transparent 0%, #F7D237 0%);
  border-radius: 6px;
  padding: 0.4em 0;
}
@media screen and (max-width: 1024px) {
  .blog__text {
    border-radius: 4px;
  }
}
.blog__category-label {
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-bottom: 2em;
  text-align: center;
  width: 32.88%;
}
@media screen and (max-width: 1024px) {
  .blog__category-label {
    font-size: 0.8rem;
  }
}
.blog__thumbnail {
  border-radius: 8px;
  display: block;
  margin-bottom: 2rem;
  padding-top: 61.75%;
  position: relative;
  width: 100%;
}
.blog__thumbnail-img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog__thumbnail-arrowbg {
  align-items: center;
  background-color: #FFFFFF;
  bottom: 0%;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 0%;
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .blog__thumbnail-arrowbg {
    height: 28px;
    width: 40px;
  }
}
.blog__thumbnail-arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.blog__thumbnail-arrow::before {
  -webkit-transform: translateY(-50%);
  background-color: black;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 7px;
  transform: translateY(-50%);
  width: 100%;
}
.blog__thumbnail-arrow::after {
  -webkit-transform: translateX(-50%) rotate(45deg) translateY(-50%);
  border-right: 1px solid black;
  border-top: 1px solid black;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%) rotate(45deg) translateY(-50%);
  width: 8px;
}
.blog__description {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.93;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog__description {
    font-size: 0.8rem;
    line-height: 1.8;
  }
}
.blog__hashtagbox {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
@media screen and (max-width: 1024px) {
  .blog__hashtagbox {
    width: 89.91%;
  }
}
.blog__hashtag {
  background-color: #FEFAE9;
  border-radius: 2px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  line-height: 2.25;
  margin-bottom: 0.8em;
  margin-right: 2.4%;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .blog__hashtag {
    font-size: 0.75rem;
  }
}
.blog__pagenavi {
  margin: 4% auto 0%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .blog__pagenavi {
    margin: 4% 0% 24% auto;
    text-align: right;
  }
}
.blog__page-number {
  background-color: #888888;
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  margin: 0 24px;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
@media screen and (max-width: 1024px) {
  .blog__page-number {
    background-color: rgba(135, 135, 135, 0.5);
    height: 24px;
    line-height: 24px;
    margin: 0 12px;
    width: 24px;
  }
}
.blog__page-number--current {
  background-color: #F7D237;
}
@media screen and (max-width: 1024px) {
  .blog__page-number--current {
    background-color: #FDD100;
  }
}
.blog__next-page {
  display: inline-block;
  font-size: 0.75rem;
  height: 32px;
  margin: 0 24px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 32px;
}
@media screen and (max-width: 1024px) {
  .blog__next-page {
    font-size: 0.75rem;
    height: 24px;
    margin: 0 0 0 8px;
    width: 24px;
  }
}

.narrow-down-container {
  border: 1px solid #FAE382;
  border-radius: 20px;
  padding: 32px 0 24px;
  position: fixed;
  right: 8.33%;
  top: 160px;
  width: 20.83%;
}
@media screen and (min-width: 1025px) {
  .narrow-down-container--absolute {
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .narrow-down-container {
    margin: 0 auto;
    padding: 32px 0;
    position: static;
    width: 87.2%;
  }
}

.category {
  border-bottom: 0.5px solid #888888;
  margin: 0 auto 12%;
  padding-bottom: 8%;
  width: 66.67%;
}
@media screen and (max-width: 1024px) {
  .category {
    margin: 0 auto 12%;
    padding-bottom: 4%;
    width: 85.32%;
  }
}
.category__heading {
  font-family: museo-sans, sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .category__heading {
    font-size: 1rem;
    font-weight: 500;
  }
}
.category__box {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .category__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.category__label {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  line-height: 2;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .category__label {
    font-size: 0.9rem;
    margin-bottom: 1em;
    padding: 0 0 0 1.6rem;
    width: 50%;
  }
}
.category__label::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.category__label::after {
  background: #F7D237;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 8px;
}
.category__radiobtn {
  display: none;
}
input[type=radio]:checked + .category__label::after {
  opacity: 1;
}

.hashtag {
  margin: 0 auto;
  width: 66.67%;
}
@media screen and (max-width: 1024px) {
  .hashtag {
    margin: 0 auto;
    width: 85.32%;
  }
}
.hashtag__heading {
  font-family: museo-sans, sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  padding-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .hashtag__heading {
    font-size: 1rem;
    font-weight: 500;
  }
}
.hashtag__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .hashtag__box {
    justify-content: unset;
    width: 91.8%;
  }
}
.hashtag__btn {
  background-color: #FEFAE9;
  border-radius: 2px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  line-height: 2.25;
  margin-bottom: 1em;
  text-align: center;
  width: 46.4%;
}
.hashtag__btn.is-active {
  background-color: #F7D237;
}
@media screen and (max-width: 1024px) {
  .hashtag__btn {
    font-size: 0.75rem;
    margin-right: 3%;
    width: 30%;
  }
}

.joblist {
  border-bottom: 1px solid #323232;
  margin: 0 auto;
  padding: 17.08% 0 16.67%;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .joblist {
    padding: 25.6% 0 14.93%;
    width: 100%;
  }
}
.joblist__container {
  background-color: #323232;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  padding-top: 16.25%;
  position: relative;
  width: 83.33%;
}
@media screen and (max-width: 1024px) {
  .joblist__container {
    border-radius: 8px;
    padding-top: 48%;
    width: 87.2%;
  }
}
.joblist__bgtext {
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #3C3C3C;
  font-family: museo-sans, sans-serif;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .joblist__bgtext {
    font-size: 3.2rem;
  }
}
.joblist__maintext {
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFFFFF;
  font-size: 1.375rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .joblist__maintext {
    font-size: 1rem;
  }
}
.joblist__arrow {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 36px;
}
@media screen and (max-width: 1024px) {
  .joblist__arrow {
    width: 24px;
  }
}

.joblist {
  border-bottom: 1px solid #323232;
  margin: 0 auto;
  padding: 17.08% 0 16.67%;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .joblist {
    padding: 25.6% 0 14.93%;
    width: 100%;
  }
}
.joblist__container {
  background-color: #323232;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
  padding-top: 16.25%;
  position: relative;
  width: 83.33%;
}
@media screen and (max-width: 1024px) {
  .joblist__container {
    border-radius: 8px;
    padding-top: 48%;
    width: 87.2%;
  }
}
.joblist__bgtext {
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #3C3C3C;
  font-family: museo-sans, sans-serif;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .joblist__bgtext {
    font-size: 3.2rem;
  }
}
.joblist__maintext {
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFFFFF;
  font-size: 1.375rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .joblist__maintext {
    font-size: 16px;
    width: 100%;
  }
}
.joblist__img {
  margin-bottom: 0.3em;
  margin-left: 0.4em;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .joblist__img {
    font-size: 14px;
  }
}
.joblist__arrow {
  position: absolute;
  right: 4%;
  top: 50%;
  width: 36px;
}
@media screen and (max-width: 1024px) {
  .joblist__arrow {
    width: 24px;
  }
}

.contact {
  border-bottom: 1px solid #323232;
  margin: 0 auto;
  padding: 8.2% 0 8.2%;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .contact {
    padding: 12% 0 14.93%;
    width: 100%;
  }
}
.contact__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 88.85%;
}
@media screen and (max-width: 1024px) {
  .contact__inner {
    align-items: inherit;
    flex-direction: column;
    width: 88.8%;
  }
}
.contact__bgtext {
  color: #E5E5E5;
  font-family: museo-sans, sans-serif;
  font-size: 4.125rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contact__bgtext {
    font-size: 3.8rem;
  }
}
.contact__linkbtn {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  height: 2rem;
  letter-spacing: 0.02em;
  width: 17.6%;
}
@media screen and (max-width: 1024px) {
  .contact__linkbtn {
    align-self: flex-end;
    margin-top: 18.02%;
    padding-bottom: 0.3em;
    width: auto;
  }
  .contact__linkbtn__linkbtn-img {
    width: 17px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .contact__linkbtn__linkbtn-img {
    width: 12px;
  }
}
.contact__linkbtn-label {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 0.5em;
  padding-right: 1.5em;
}

.footer {
  margin: 0 auto;
  padding-top: 5.56%;
  position: relative;
  width: 94.03%;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 18.02%;
    width: 87.2%;
  }
}
.footer__inner {
  align-items: center;
  display: flex;
  margin-left: 5.17%;
}
@media screen and (max-width: 1024px) {
  .footer__inner {
    margin-left: 0;
  }
}
.footer__logo-img {
  display: block;
  width: 132px;
}
@media screen and (max-width: 1024px) {
  .footer__logo-img {
    width: 72px;
  }
}
.footer__title {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-left: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: 0.8rem;
    padding-left: 1rem;
  }
}
.footer__linkbtn {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: 5.17%;
  margin-top: 6.25%;
  padding-bottom: 0.8%;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn {
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 9.11%;
    width: 65%;
  }
}
.footer__linkbtn-label {
  font-size: 14px;
  line-height: 2;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn-label {
    font-size: 12px;
    margin-left: -2px;
    padding-left: 0;
    padding-top: 0.1em;
    text-align: left;
  }
  .footer__linkbtn-label:first-child {
    width: 100%;
  }
  .footer__linkbtn-label:not(:first-child) {
    padding: 0 0.3em;
  }
}
.footer__linkbtn-logo {
  margin-bottom: 6px;
  width: 66px;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn-logo {
    margin-left: 0;
    width: 56px;
  }
}
.footer__linkbtn-img {
  padding-left: 2em;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__linkbtn-img {
    padding-left: 1em;
    width: 16px;
  }
}
.footer__copyright {
  color: #969696;
  font-family: museo-sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 6em;
  margin-left: 5.17%;
  padding-top: 4em;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    margin-left: 0;
  }
}
.footer__jumptofv-img {
  display: block;
  position: absolute;
}
.footer__jumptofv-img--pc {
  bottom: 0;
  right: 0;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .footer__jumptofv-img--pc {
    display: none;
  }
}
.footer__jumptofv-img--sp {
  right: 0;
  top: -24%;
  width: 27px;
}
@media screen and (min-width: 1025px) {
  .footer__jumptofv-img--sp {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .hover-link-shadow {
    opacity: 1;
    transition: box-shadow 0.35s ease;
  }

  .hover-link-shadow:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
}
