.l-pagetitle__inner::after {
  content: "PERSON";
}

.p-person__setting.is-opened .p-person__setting-label span::after {
  rotate: -135deg;
}
.p-person__setting-label {
  background-color: #4682A0;
  text-align: center;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  color: #fff;
  padding: 15px 20px;
  position: relative;
  display: block;
  font-size: clamp(1.188rem, 1.045rem + 0.607vw, 1.5rem);
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-person__setting-label {
    font-size: 1.5rem;
    padding: 25px;
  }
}
.p-person__setting-label span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100px;
  display: grid;
  place-items: center;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
}
@media (min-width: 959px) {
  .p-person__setting-label span {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.p-person__setting-label span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #4682A0;
  border-bottom: 2px solid #4682A0;
  position: relative;
  display: inline-block;
  rotate: 45deg;
  transition: rotate 0.2s;
}
@media (min-width: 959px) {
  .p-person__setting-label span::after {
    width: 12px;
    height: 12px;
  }
}
@media (any-hover: hover) {
  .p-person__setting-label:where(:-webkit-any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .p-person__setting-label:where(:-moz-any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .p-person__setting-label:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
}
.p-person__setting-label::-webkit-details-marker {
  display: none;
}
.p-person__setting-panel {
  background-color: #fff;
}
.p-person__setting-panelInner {
  background-color: #EEF5F8;
  padding: 20px 20px 30px;
}
@media (min-width: 767px) {
  .p-person__setting-panelInner {
    padding: 30px 30px 40px;
  }
}
@media (min-width: 959px) {
  .p-person__setting-panelInner {
    padding: 45px 45px 50px;
  }
}
.p-person__setting-panelInner > div > dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .p-person__setting-panelInner > div > dl {
    flex-direction: row;
    gap: 2px 0;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.p-person__setting-panelInner > div > dl > dt {
  text-align: center;
  background-color: #C3E6F0;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  padding: 10px;
}
@media (min-width: 959px) {
  .p-person__setting-panelInner > div > dl > dt {
    width: 160px;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
  }
}
.p-person__setting-panelInner > div > dl > dd {
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 767px) {
  .p-person__setting-panelInner > div > dl > dd {
    padding: 20px;
  }
}
@media (min-width: 959px) {
  .p-person__setting-panelInner > div > dl > dd {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding: 20px;
  }
}
.p-person__setting-panelInner > div > dl > dd dl dt {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 959px) {
  .p-person__setting-panelInner > div > dl > dd dl dt {
    margin-bottom: 10px;
  }
}
.p-person__setting-panelInner > div > dl > dd dl dd {
  position: relative;
  padding-left: 30px;
}
.p-person__setting-panelInner > div > dl > dd dl dd:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 767px) {
  .p-person__setting-panelInner > div > dl > dd dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-person__setting-panelInner > div > dl > dd dl dd::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 13px;
}
.p-person__setting-panelInner > div > dl > dd .u-flex {
  flex-wrap: wrap;
  gap: 8px 20px;
}
@media (min-width: 767px) {
  .p-person__setting-panelInner > div > dl > dd .u-flex {
    gap: 8px 30px;
  }
}
@media (min-width: 959px) {
  .p-person__setting-panelInner > div > dl > dd .u-flex {
    gap: 15px 50px;
  }
}
.p-person__setting-panelInner .btnset {
  text-align: center;
}
@media (min-width: 959px) {
  .p-person__setting-panelInner .btnset {
    max-width: 380px;
    position: relative;
    margin-inline: auto;
  }
}
.p-person__setting-panelInner button.select {
  display: block;
  position: relative;
  border-radius: 100px;
  text-decoration: none;
  padding: 14px;
  background-color: #002855;
  color: #fff;
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
  box-sizing: border-box;
}
.p-person__setting-panelInner button.select::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
@media (min-width: 959px) {
  .p-person__setting-panelInner button.select::after {
    right: 20px;
  }
}
.p-person__setting-panelInner button.reset {
  display: inline-block;
  margin: 1em auto 0;
  text-decoration: underline;
  transition: color 0.2s;
}
.p-person__setting-panelInner button.reset span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media (min-width: 1199px) {
  .p-person__setting-panelInner button.reset {
    margin-top: 0;
    position: absolute;
    left: 450px;
    top: 50%;
    white-space: nowrap;
    translate: 0 -50%;
  }
}
@media (any-hover: hover) {
  .p-person__setting-panelInner button.reset:where(:-webkit-any-link, :enabled, summary):hover {
    color: #4682A0;
  }
  .p-person__setting-panelInner button.reset:where(:-moz-any-link, :enabled, summary):hover {
    color: #4682A0;
  }
  .p-person__setting-panelInner button.reset:where(:any-link, :enabled, summary):hover {
    color: #4682A0;
  }
}
.p-person__setting-panelInner button:disabled {
  opacity: 0.3;
}
.p-person__conditions {
  border: 1px solid #002855;
  border-radius: 10px;
  padding: 35px 5% 40px;
  position: relative;
}
.p-person__conditions h2 {
  color: #002855;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .p-person__conditions h2 {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 959px) {
  .p-person__conditions h2 {
    margin-bottom: 30px;
  }
}
.p-person__conditions ul {
  list-style-type: none;
  max-width: 980px;
  margin-inline: auto;
}
@media (min-width: 959px) {
  .p-person__conditions ul {
    padding-right: 350px;
  }
}
.p-person__conditions ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 959px) {
  .p-person__conditions ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.p-person__conditions-clear {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 959px) {
  .p-person__conditions-clear {
    position: absolute;
    right: 5%;
    bottom: 40px;
    width: 100%;
    margin-top: 0;
    max-width: 300px;
  }
}
.p-person__conditions-clear button {
  color: #fff;
  background-color: #002855;
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .p-person__conditions-clear button:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-person__conditions-clear button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .p-person__conditions-clear button:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-person__conditions-clear button:disabled {
  background-color: #ccc;
}
@media (min-width: 767px) {
  .p-person__item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 959px) {
  .p-person__item {
    width: calc((100% - 50px) / 2);
  }
}
@media (min-width: 1199px) {
  .p-person__item {
    width: calc((100% - 180px) / 3);
  }
}
.p-person__items {
  background-color: #EEF5F8;
  padding: 60px 5% 80px;
}
@media (min-width: 767px) {
  .p-person__items {
    padding: 80px 40px 100px;
  }
}
@media (min-width: 959px) {
  .p-person__items {
    padding: 100px 50px 150px;
  }
}
@media (min-width: 1199px) {
  .p-person__items {
    padding: 100px 50px 200px;
  }
}
.p-person__items .u-flex {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767px) {
  .p-person__items .u-flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 959px) {
  .p-person__items .u-flex {
    gap: 50px;
  }
}
@media (min-width: 1199px) {
  .p-person__items .u-flex {
    gap: 115px 90px;
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-person__item-position {
  text-align: center;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: clamp(2.5rem, 0.793rem + 7.282vw, 6.25rem);
}
.p-person__item-position::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #7C7C7C;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
@media (min-width: 959px) {
  .p-person__item-position {
    margin-bottom: 100px;
  }
}
.p-person__item a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}
.p-person__item figure {
  height: 210px;
  background-color: #F0F0F0;
}
.p-person__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-person__item .u-txt {
  background-color: #fff;
  padding: 20px;
}
.p-person__item .u-txt p {
  margin-bottom: 0.5em;
}
.p-person__item .u-txt .u-bold {
  font-size: 120%;
}
.p-person__item .u-txt ul {
  margin-top: 20px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}
.p-person__item .u-txt ul li {
  width: calc((100% - 20px) / 3);
  border-radius: 100px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.5;
  padding: 3px 0px;
  white-space: nowrap;
}
.p-person__item .u-txt ul li.-newer {
  background-color: #6EAECD;
}
.p-person__item .u-txt ul li.-jimu {
  background-color: #4C70B4;
}
.p-person__item .u-txt ul li.-sekisan {
  background-color: #529BF5;
}
.p-person__item .u-txt ul li.-woman {
  background-color: #69A286;
}
.p-person__item .u-txt ul li.-graduate {
  background-color: #BCA564;
}
.p-person__item .u-txt ul li a {
  color: #fff;
}
.p-person__pager {
  margin-top: 50px;
}
@media (min-width: 767px) {
  .p-person__pager {
    margin-top: 80px;
  }
}
@media (min-width: 959px) {
  .p-person__pager {
    margin-top: 100px;
  }
}
.p-person__pager ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.p-person__pager ol li a {
  display: flex;
  text-decoration: none;
  width: 42px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s, color 0.2s;
  background-color: #fff;
  border: 1px solid #002855;
  border-radius: 10px;
  color: #002855;
}
@media (any-hover: hover) {
  .p-person__pager ol li a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #002855;
    color: #fff;
  }
  .p-person__pager ol li a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #002855;
    color: #fff;
  }
  .p-person__pager ol li a:where(:any-link, :enabled, summary):hover {
    background-color: #002855;
    color: #fff;
  }
}
.p-person__pager ol li.current a {
  color: #fff;
  background-color: #002855;
}
.p-person__pager ol li.prev a {
  background-color: transparent;
  position: relative;
  border-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.p-person__pager ol li.prev a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #002855;
  border-right: 1px solid #002855;
  rotate: -135deg;
  position: relative;
  display: inline-block;
  transition: border-color 0.2s;
}
@media (any-hover: hover) {
  .p-person__pager ol li.prev a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-person__pager ol li.prev a:where(:-moz-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-person__pager ol li.prev a:where(:any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-person__pager ol li.prev a:where(:-webkit-any-link, :enabled, summary):hover::before {
    border-color: #1E5A8F;
  }
  .p-person__pager ol li.prev a:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #1E5A8F;
  }
  .p-person__pager ol li.prev a:where(:any-link, :enabled, summary):hover::before {
    border-color: #1E5A8F;
  }
}
.p-person__pager ol li.next a {
  background-color: transparent;
  position: relative;
  border-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}
.p-person__pager ol li.next a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #002855;
  border-right: 1px solid #002855;
  rotate: 45deg;
  position: relative;
  display: inline-block;
  transition: border-color 0.2s;
}
@media (any-hover: hover) {
  .p-person__pager ol li.next a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-person__pager ol li.next a:where(:-moz-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-person__pager ol li.next a:where(:any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-person__pager ol li.next a:where(:-webkit-any-link, :enabled, summary):hover::after {
    border-color: #1E5A8F;
  }
  .p-person__pager ol li.next a:where(:-moz-any-link, :enabled, summary):hover::after {
    border-color: #1E5A8F;
  }
  .p-person__pager ol li.next a:where(:any-link, :enabled, summary):hover::after {
    border-color: #1E5A8F;
  }
}
.p-message__main {
  text-align: center;
  margin-top: 20px;
  position: relative;
  padding: 0 5% 30px;
}
.p-message__main figure > div {
  aspect-ratio: 835/500;
  max-width: 835px;
  max-height: 500px;
  margin-inline: auto;
}
.p-message__main figure > div img {
  width: 100%;
  max-width: 835px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
.p-message__main h2 {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-top: 25px;
}
@media (min-width: 767px) {
  .p-message__main h2 {
    font-size: 1.25rem;
    margin-top: 40px;
  }
}
.p-message__main h2 .u-lager {
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  .p-message__main h2 .u-lager {
    font-size: 1.875rem;
  }
}
.p-message__main h2 .u-ib {
  margin-top: 0.3em;
}
.p-message__main::before {
  content: "";
  width: 100%;
  height: 51.793%;
  background-color: #4682A0;
  z-index: -1;
  left: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 767px) {
  .p-message__main {
    padding: 0 40px 50px;
  }
}
@media (min-width: 959px) {
  .p-message__main {
    margin-top: 30px;
    padding: 0 50px 65px;
  }
}
@media (min-width: 1399px) {
  .p-message__main {
    margin-top: 50px;
  }
}
.p-message__body {
  background-color: #EEF5F8;
  padding: 60px 5% 80px;
}
@media (min-width: 767px) {
  .p-message__body {
    padding: 80px 40px 100px;
  }
}
@media (min-width: 959px) {
  .p-message__body {
    padding: 100px 50px 150px;
  }
}
@media (min-width: 1199px) {
  .p-message__body {
    padding: 100px 50px 200px;
  }
  .p-message__body > * {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-message__lead {
  color: #002855;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  text-align: center;
  font-size: clamp(1.25rem, 0.795rem + 1.942vw, 2.25rem);
  line-height: 1.5;
  margin-bottom: clamp(3.125rem, 1.134rem + 8.495vw, 7.5rem);
}
@media (min-width: 1199px) {
  .p-message__lead {
    font-size: 2.25rem;
    margin-bottom: 120px;
  }
}
.p-message__interview {
  margin-bottom: 45px;
}
@media (min-width: 767px) {
  .p-message__interview {
    margin-bottom: 60px;
  }
}
@media (min-width: 959px) {
  .p-message__interview {
    margin-bottom: 75px;
  }
}
@media (min-width: 1199px) {
  .p-message__interview {
    margin-bottom: 100px;
  }
}
.p-message__interview:last-child {
  margin-bottom: 60px;
}
@media (min-width: 767px) {
  .p-message__interview:last-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 959px) {
  .p-message__interview:last-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 1199px) {
  .p-message__interview:last-child {
    margin-bottom: 150px;
  }
}
.p-message__interview .c-commonSub01 {
  font-size: clamp(1.25rem, 0.909rem + 1.456vw, 2rem);
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-message__interview .c-commonSub01 {
    font-size: 1.75rem;
  }
}
.p-message__interview .u-flex {
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767px) {
  .p-message__interview .u-flex {
    flex-direction: row;
  }
}
@media (min-width: 959px) {
  .p-message__interview .u-flex {
    gap: 50px;
  }
}
@media (min-width: 767px) {
  .p-message__interview .u-flex .u-txt {
    width: calc(100% - 30px - 33.333%);
  }
}
@media (min-width: 959px) {
  .p-message__interview .u-flex .u-txt {
    width: calc(100% - 50px - 400px);
  }
}
.p-message__interview .u-flex .u-img {
  text-align: center;
}
.p-message__interview .u-flex .u-img img {
  width: 100%;
}
@media (min-width: 767px) {
  .p-message__interview .u-flex .u-img {
    width: 33.333%;
  }
}
@media (min-width: 959px) {
  .p-message__interview .u-flex .u-img {
    width: 400px;
  }
}
.p-message__mySchedule-header {
  text-align: center;
  background-color: #4682A0;
  color: #fff;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.795rem + 1.942vw, 2.25rem);
  line-height: 1.5;
  padding: 15px;
}
@media (min-width: 1199px) {
  .p-message__mySchedule-header {
    font-size: 2rem;
    padding: 20px;
  }
}
.p-message__mySchedule dl {
  background-color: #fff;
  padding: 30px 5%;
  font-size: 1rem;
  position: relative;
  flex-wrap: wrap;
  font-weight: 500;
  color: #002855;
}
@media (min-width: 767px) {
  .p-message__mySchedule dl {
    padding: 40px 30px;
    font-size: 1.125rem;
  }
}
@media (min-width: 959px) {
  .p-message__mySchedule dl {
    padding: 50px 45px;
  }
}
.p-message__mySchedule dl dt {
  width: 6em;
  position: relative;
  padding-bottom: 20px;
}
.p-message__mySchedule dl dt::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #4682A0;
  position: absolute;
  right: 1.5em;
  top: 0;
}
.p-message__mySchedule dl dt span {
  width: 23px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0.75em;
}
.p-message__mySchedule dl dt span::before, .p-message__mySchedule dl dt span::after {
  content: "";
  position: absolute;
  background-color: #4682A0;
}
.p-message__mySchedule dl dt span::before {
  width: 9px;
  height: 9px;
  border-radius: 100px;
  left: 0;
  top: 0;
}
.p-message__mySchedule dl dt span::after {
  width: 14px;
  height: 1px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.p-message__mySchedule dl dd {
  width: calc(100% - 6em);
  padding-bottom: 20px;
}
.p-message__mySchedule-comment {
  border-radius: 15px;
  background-color: #D8F2FC;
  color: #234657;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  margin-top: 0.5em;
  line-height: 1.5;
  display: inline-block;
}
@media (min-width: 767px) {
  .p-message__mySchedule-comment {
    padding: 1em 1.5em;
    border-radius: 30px;
  }
}
.p-message__forStudents {
  background-color: #002855;
  color: #fff;
  padding: 30px 5%;
  margin-top: 40px;
}
@media (min-width: 767px) {
  .p-message__forStudents {
    margin-top: 50px;
  }
}
@media (min-width: 959px) {
  .p-message__forStudents {
    margin-top: 80px;
  }
}
@media (min-width: 1399px) {
  .p-message__forStudents {
    margin-top: 110px;
  }
}
@media (min-width: 767px) {
  .p-message__forStudents {
    padding: 40px;
  }
}
@media (min-width: 959px) {
  .p-message__forStudents {
    padding: 50px;
  }
}
.p-message__forStudents-header {
  text-align: center;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 900;
  font-size: clamp(1.25rem, 0.909rem + 1.456vw, 2rem);
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (min-width: 1199px) {
  .p-message__forStudents-header {
    font-size: 2rem;
  }
}
.p-message__pager {
  margin-top: 50px;
}
@media (min-width: 767px) {
  .p-message__pager {
    margin-top: 70px;
  }
}
@media (min-width: 959px) {
  .p-message__pager {
    margin-top: 140px;
  }
}
.p-message__pager ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.p-message__pager ul a {
  text-decoration: none;
}
.p-message__pager-move {
  margin-bottom: 4em !important;
}
@media (min-width: 767px) {
  .p-message__pager-move {
    margin-bottom: 0 !important;
  }
}
.p-message__pager-move li.prev {
  position: absolute;
  left: 0;
}
.p-message__pager-move li.prev a {
  color: #000;
  background-color: transparent;
  position: relative;
  width: auto;
}
.p-message__pager-move li.prev a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  rotate: -135deg;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: border-color 0.2s;
}
@media (any-hover: hover) {
  .p-message__pager-move li.prev a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-message__pager-move li.prev a:where(:-moz-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-message__pager-move li.prev a:where(:any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-message__pager-move li.prev a:where(:-webkit-any-link, :enabled, summary):hover::before {
    border-color: #1E5A8F;
  }
  .p-message__pager-move li.prev a:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #1E5A8F;
  }
  .p-message__pager-move li.prev a:where(:any-link, :enabled, summary):hover::before {
    border-color: #1E5A8F;
  }
}
.p-message__pager-move li.next {
  position: absolute;
  right: 0;
}
.p-message__pager-move li.next a {
  color: #000;
  background-color: transparent;
  position: relative;
  width: auto;
}
.p-message__pager-move li.next a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  rotate: 45deg;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  transition: border-color 0.2s;
}
@media (any-hover: hover) {
  .p-message__pager-move li.next a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-message__pager-move li.next a:where(:-moz-any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-message__pager-move li.next a:where(:any-link, :enabled, summary):hover {
    color: #1E5A8F;
  }
  .p-message__pager-move li.next a:where(:-webkit-any-link, :enabled, summary):hover::after {
    border-color: #1E5A8F;
  }
  .p-message__pager-move li.next a:where(:-moz-any-link, :enabled, summary):hover::after {
    border-color: #1E5A8F;
  }
  .p-message__pager-move li.next a:where(:any-link, :enabled, summary):hover::after {
    border-color: #1E5A8F;
  }
}
.p-message__pager-back {
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}
@media (min-width: 959px) {
  .p-message__pager-back {
    flex-direction: row;
    gap: 30px !important;
    position: relative;
    top: -0.75em;
  }
}
.p-message__pager-back li {
  /* @include pc2 {
      max-width: 380px;
  } */
}
@media (min-width: 959px) {
  .p-message__pager-back li {
    width: 100%;
    max-width: 300px;
  }
}
.p-message__pager-back li a {
  pointer-events: auto;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 100px;
  text-decoration: none;
  padding: 14px;
  background-color: #002855;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
}
.p-message__pager-back li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
@media (min-width: 959px) {
  .p-message__pager-back li a::after {
    right: 20px;
  }
}
.p-message__pager-back li:last-child a {
  background-color: #4682A0;
}
.p-message__tags {
  margin-top: 50px;
  background-color: #fff;
  padding: 20px 30px 30px;
  text-align: center;
}
@media (min-width: 767px) {
  .p-message__tags {
    margin-top: 70px;
  }
}
@media (min-width: 959px) {
  .p-message__tags {
    margin-top: 100px;
  }
}
@media (min-width: 767px) {
  .p-message__tags {
    padding: 30px 30px 50px;
  }
}
.p-message__tags-header {
  color: #002855;
  font-size: 1rem;
  margin-bottom: 1.5em;
}
@media (min-width: 767px) {
  .p-message__tags-header {
    font-size: 1.125rem;
  }
}
.p-message__tags ul {
  list-style-type: none;
  justify-content: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
@media (min-width: 959px) {
  .p-message__tags ul {
    gap: 15px 40px;
  }
}
@media (min-width: 767px) {
  .p-message__tags ul li {
    min-width: 160px;
  }
}
.p-message__tags ul li a {
  display: block;
  border-radius: 100px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 15px;
  text-decoration: none;
}
@media (min-width: 959px) {
  .p-message__tags ul li a {
    padding: 10px;
  }
}
.p-message__tags ul li.-chuken a {
  background-color: #6EAECD;
}
.p-message__tags ul li.-gijutsu a {
  background-color: #4C70B4;
}
.p-message__tags ul li.-sekokanri a {
  background-color: #529BF5;
}
.p-message__tags ul li.-men a {
  background-color: #69A286;
}
.p-message__tags ul li.-graduate a {
  background-color: #BCA564;
}

#formHubSearch .l-plainBox:last-child {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  #formHubSearch .l-plainBox:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 959px) {
  #formHubSearch .l-plainBox:last-child {
    margin-bottom: 70px;
  }
}
@media (min-width: 1199px) {
  #formHubSearch .l-plainBox:last-child {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=person.css.map */