:root {
  --width-inner: 960;
  --width-inner-sm: 760;
  --color-primary: #007cc3;
  --gutter: 5%;
}

.max-w-760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.u-hidden {
  display: none;
}

.index-wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .index-wrapper {
    padding-top: 50px;
  }
}

.t_fix_bt {
  max-width: none;
  height: unset;
}

@media screen and (max-width: 768px) {
  .t_fix_bt {
    width: 90%;
  }
}

.c-button-icon {
  display: grid;
  grid-template-columns: 32px auto;
  column-gap: 5px;
  align-items: center;
  font-size: 1.25rem;
  width: fit-content;
  padding: 15px 30px;
  border: 2px solid #0068b2;
  text-decoration: none !important;
  color: #0068b2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-button-icon {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.c-button-icon:hover {
  background: #0068b2;
  color: #fff;
}

.c-label-category {
  padding: 0 0.5em;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  width: 6em;
  display: inline-block;
  text-align: center;
  background: #ffc739;
}

.top-information {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.top-information__heading {
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.75);
  display: grid;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-information__heading {
    height: 40px;
    padding-left: 15px;
  }
}

.top-information__article {
  background-color: white;
  padding: 10px calc(30px - 1em);
}

@media screen and (max-width: 768px) {
  .top-information__article {
    padding: 5px calc(15px - 0.5em);
  }
}

.top-information__item[class] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.25rem;
  margin: 0 0 15px;
  padding: 0.5em 1em;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  position: static;
  row-gap: 5px;
  column-gap: 15px;
}

@media screen and (max-width: 1024px) {
  .top-information__item[class] {
    padding: 0.5em 0.5em;
    column-gap: 10px;
  }
}

.top-information__item:hover,
.top-information__item:focus-visible {
  background: #f7f7f7;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03) inset;
}

.top-information__item:last-child {
  margin: 0;
}

.top-information__date {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .top-information__date {
    width: 100%;
    font-size: 14px;
  }
}

.top-information__cat {
  padding: 0 0.5em;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  width: 6em;
  display: inline-block;
  text-align: center;
  background: #ffc739;
}

@media screen and (max-width: 768px) {
  .top-information__cat {
    font-size: 12px;
  }
}

.top-information__title {
  flex: 1 1 auto;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .top-information__title {
    font-size: 14px;
  }
}

.p-single-head {
  height: 500px;
  display: grid;
  place-items: center;
  background-image: url(../images/recruit/main.jpg);
  background-size: cover;
  font-family: serif;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p-single-head {
    height: 200px;
  }
}
.p-single-head__heading {
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.1em;
  word-break: break-all;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-single-head__heading {
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.p-single-body {
  padding-top: 80px;
  padding-bottom: 160px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  min-height: 60lvh;
}

@media screen and (max-width: 768px) {
  .p-single-body {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.p-single-body__inner {
  max-width: calc(var(--width-inner) * 1px);
  margin-left: auto;
  margin-right: auto;
}
.p-single-body__button {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-single-body__button {
    margin-top: 40px;
  }
}

.p-single-body__button .bt {
  margin-bottom: unset;
  margin-left: unset;
  margin-right: unset;
}

.p-single-body__button a:hover {
  text-decoration: none;
}
.p-single-news__heading {
  font-size: 44px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-single-news__heading {
    font-size: 28px;
  }
}

.p-single-news__category-list {
  margin-top: 10px;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}

.p-single-news__date {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-single-news__date {
    font-size: 14px;
  }
}

.p-single-news__thumbnail {
  margin-top: 20px;
}

.p-single-news__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.p-single-news__body {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-single-news__body {
    margin-top: 20px;
  }
}
