@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inline_block {
  display: inline-block;
}
html main {
  position: relative;
}

.sub__header {
  position: fixed;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  justify-content: space-between;
  z-index: 30;
  transition: opacity 0.3s ease, transform 0.3s ease, position 0.3s ease;
  opacity: 1;
  top: 3.875rem;
  left: 0;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sub__header.fixedPosition .black {
  display: block;
}
.sub__header.fixedPosition .white {
  display: none;
}
.sub__header .black {
  display: none;
}
.sub__header .white {
  display: block;
}
.sub__header .subHeaderTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.625rem;
  font-weight: 600;
  width: 6.25rem;
  height: 100%;
  z-index: 1;
  color: #000099;
  background-color: #fff;
  max-height: 3.125rem;
  transition: background-color 0.3s ease, max-height 0.3s ease;
  position: relative;
}
.sub__header .subHeaderTitle::after {
  content: "";
  display: block;
  background-color: #000099;
  width: 0.125rem;
  height: 94%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sub__header .subHeaderTitle::before {
  content: "";
  display: block;
  background-color: #000099;
  width: 97%;
  height: 0.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sub__header .subHeaderTitle:hover {
  opacity: 1;
}
.sub__header .subHeaderTitle:active {
  opacity: 0.6;
}
.sub__header .scroll_header_title {
  color: #fff;
  background-color: #000099;
  height: 4rem;
  box-shadow: none;
}
.sub__header .sub__navigation {
  flex: 1;
}
.sub__header .sub__navigation .sub__navigation--list {
  background-color: #ECF3F3;
  padding: 0 1.25rem 0 0;
  font-size: 0.875rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  min-height: 5rem;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item {
  margin: 0;
  position: relative;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item .sub__navigation--link {
  position: relative;
  transition: opacity 0.5s ease;
  display: block;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item .sub__navigation--link:hover {
  opacity: 0.6;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(1) {
  padding-right: 1rem;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(2),
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(3),
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(4) {
  padding: 0 1rem;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(5) {
  padding-left: 1rem;
}
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(2)::before,
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(3)::before,
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(4)::before,
.sub__header .sub__navigation .sub__navigation--list .sub__navigation--item:nth-child(5)::before {
  display: block;
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: #CCCCCC;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sub__header.fixedPosition nav ul {
  background-color: rgba(255, 255, 255, 0.9);
}

.sub__header.consultant {
  display: block;
  left: 0;
  z-index: 92;
}
.sub__header.consultant .sp_only {
  display: block;
}
.sub__header.consultant .pc_only {
  display: none;
}
.sub__header.consultant .subHeaderTitle {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  max-width: 8.75rem;
  height: 3.125rem;
  margin: 0;
  z-index: 100;
}
.sub__header.consultant .subHeaderTitle .small {
  font-size: 0.625rem;
}
.sub__header.consultant .scroll_header_title {
  color: #FFFFFF;
  width: 15rem;
  height: 3.125rem;
  background-color: #000099;
  font-size: 0.625rem;
}
.sub__header.consultant .scroll_header_title::after, .sub__header.consultant .scroll_header_title::before {
  display: none;
}
.sub__header.consultant .sub__navigation.pc_only {
  display: none;
}
.sub__header.consultant .sub__navigation .sub__navigation--list {
  max-height: 12.5rem;
  background-color: rgba(255, 255, 255, 0);
  color: #333;
}
.sub__header.consultant .sub__navigation .sub__navigation--list .sub__navigation--item {
  list-style: none;
}
.sub__header.consultant .sub__navigation .sub__navigation--list .sub__navigation--item .sub__navigation--link {
  color: #fff;
}
.sub__header.consultant .sub__navigation .sub__navigation--list.scroll_navigation--list {
  background-color: rgba(255, 255, 255, 0.9);
}
.sub__header.consultant .sub__navigation .sub__navigation--list.scroll_navigation--list .sub__navigation--link {
  color: #333333;
  text-shadow: none;
}
.sub__header.consultant .entry__button--box {
  width: 100%;
  max-width: 7.5rem;
  min-height: 7.5rem;
}
.sub__header.consultant .entry__button--box .entry__button {
  width: 100%;
  min-height: 7.5rem;
  display: -ms-grid;
  display: grid;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.75rem 0.3125rem;
  background-color: #BB4346;
  transition: opacity 0.3s ease;
}
.sub__header.consultant .entry__button--box .entry__button .img {
  width: 100%;
  max-width: 3.5625rem;
  margin: 0 auto;
}
.sub__header.consultant .entry__button--box .entry__button .text {
  font-family: "Libre Baskerville", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}
.sub__header.consultant .entry__button--box .entry__button:hover {
  opacity: 0.6;
}
.sub__header.consultant .overlay {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
.sub__header.consultant .sub__navigation--sp {
  width: 100%;
  background-color: #F7F6F0;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dl,
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt,
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd {
  margin: 0;
  padding: 0;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dl {
  position: relative;
  overflow: hidden;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dl > .sub__navigation--input {
  display: none;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--label {
  display: block;
  float: right;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt {
  position: relative;
  z-index: 100;
  background-color: #F7F6F0;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.0625rem;
  justify-content: right;
  box-sizing: border-box;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button {
  position: relative;
  margin: 0;
  width: 6.25rem;
  min-height: 3.125rem;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button .button__text {
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.menu {
  background-color: #085BA6;
  padding: 1.1875rem 1rem;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.menu .button__text {
  font-size: 0.75rem;
  font-weight: 600;
  padding-left: 1.25rem;
  white-space: nowrap;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.menu .button__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0.875rem;
  height: 0.625rem;
  background-repeat: no-repeat;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry {
  background-color: #BB4346;
  padding: 1.125rem 0.625rem;
  transition: opacity 0.3s ease;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry .button__text {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 1.25rem;
  white-space: nowrap;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry .button__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry:hover {
  opacity: 1;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry:active {
  opacity: 0.6;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd--box {
  position: fixed;
  width: 100%;
  transition: transform 0.4s ease;
  transform: translateX(201px);
  z-index: 99;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd--box.nav_open {
  transform: translateX(0);
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd--box.nav_open .overlay {
  visibility: visible;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd {
  display: inline-block;
  position: fixed;
  top: 3.125rem;
  right: 0;
  width: 100%;
  max-width: 12.5625rem;
  margin-left: auto;
  margin-right: 0;
  padding: 1.875rem 0 1.25rem;
  background-color: #085BA6;
  z-index: 2;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd .sub__navigation--link {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #4684BC;
  transition: opacity 0.3s ease;
  font-family: "Libre Baskerville", serif;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd .sub__navigation--link:first-of-type {
  padding-top: 0;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd .sub__navigation--link:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd .sub__navigation--link:hover {
  opacity: 0.6;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dd .sub__navigation--link .link__text {
  margin: 0;
  padding: 0 1.25rem;
  text-align: left;
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dl > .sub__navigation--input:checked + .sub__navigation--label > .sub__navigation--dt > .button__text::before {
  transform: translateY(-50%) rotate(180deg);
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.un_privacyPolicy {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  background-color: #fff;
  border: solid 0.0625rem #000099;
  max-width: 18.125rem;
  margin: 0 auto !important;
  font-size: 0.875rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.un_privacyPolicy .targetBlank_icon_8only {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
}
.un_privacyPolicy:hover {
  opacity: 0.6;
}
.un_privacyPolicy._default {
  color: #000099;
}
.un_privacyPolicy._lightBlue {
  color: #085BA6;
}

.consultant__privacyPolicy {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-top: solid 0.0625rem #CCCCCC;
  background-color: #F7F6F0;
  padding: 2.5rem 1.25rem !important;
}

.targetBlank_icon {
  width: 0.5em;
  height: 0.5em;
}

.targetBlank_icon_8only {
  width: 0.5em;
  height: 0.5em;
}

.targetBlank_icon_md {
  width: 0.75em;
  height: 0.75em;
}

.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.menu .button__text::before {
  background-image: url("/recruit/career/resource/img/sp_menu_button-icon.svg");
}
.sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry .button__text::before {
  background-image: url("/recruit/career/resource/img/sp_entry_button-icon.svg");
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/recruit/career/resource/fonts/Libre_Baskerville/LibreBaskerville-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("/recruit/career/resource/fonts/Libre_Baskerville/LibreBaskerville-Bold.woff2") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("/recruit/career/resource/fonts/Libre_Baskerville/LibreBaskerville-Italic.woff2") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: optional;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/recruit/career/resource/fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/recruit/career/resource/fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
.recruit__career * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.recruit__career ul li {
  list-style: none;
}

.recruit__career a {
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.recruit__career img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fixed__block__bottom {
  display: none !important;
}

.recruit__career {
  padding-top: 3.125rem;
  font-family: "Noto Serif JP", serif;
}

.recruit__career .__caree--btn {
  width: 100%;
  max-width: 12.5rem;
}

.recruit__career .pc_only {
  display: none;
}

.recruit__career--kv {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
  position: relative;
  z-index: 1;
}

.recruit__career--kv ._kv-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recruit__career--kv ._kv-text {
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.recruit__career--wrap {
  background-color: #000099;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.recruit__career--contents {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.recruit__career--aside ._parallax-container.sp_only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/recruit/career/resource/img/recruitInfo_bg_sp@2x.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.recruit__career--aside ._parallax-container {
  padding: 3.5rem 1.25rem 3.625rem;
}

.recruit__career--aside ._parallax-container p {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 3;
  letter-spacing: 0.1em;
}

.recruit__career--main {
  background-color: #fff;
  background-image: url("/recruit/career/resource/img/contents_bg_sp.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.625rem 1.25rem 5.625rem;
}

.recruit__career--main .components__title {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "Libre Baskerville", serif;
  color: #000099;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.8125rem;
  text-align: center;
}

.recruit__career--main .components__title::after {
  content: "";
  display: block;
  background-color: #000099;
  width: 1.875rem;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recruit__career--main .components__lead {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
  text-align: center;
}

.recruit__career--main .section__temp#challenge {
  margin-top: 2rem;
}

.recruit__career--main .section__temp#whatsKampo {
  margin-top: 3.125rem;
}

.recruit__career--main .section__temp#workStyle {
  margin-top: 3.125rem;
}

.recruit__career--main .section__temp .section__temp_wrap {
  position: relative;
}

.recruit__career--main .section__temp .section__temp--inner {
  position: relative;
  height: 11.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 1.875rem;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  transition: opacity 0.3s ease;
}

.recruit__career--main .section__temp .section__temp--inner:hover {
  opacity: 0.9;
}

.recruit__career--main .section__temp .section__temp--inner::after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recruit__career--main .section__temp .section__temp--inner._challenge {
  background-image: url("/recruit/career/resource/img/challenge_bg_sp.jpg");
}

.recruit__career--main .section__temp .section__temp--inner._whatsKampo {
  background-image: url("/recruit/career/resource/img/whatsKampo_bg_sp.jpg");
}

.recruit__career--main .section__temp .section__temp--inner._workStyle {
  background-image: url("/recruit/career/resource/img/workStyle_bg_sp.jpg");
}

.recruit__career--main .section__temp ._num {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-family: "Libre Baskerville", serif;
}

.recruit__career--main .section__temp ._en {
  display: block;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  margin-top: 0.3125rem;
  letter-spacing: 0.1em;
}

.recruit__career--main .section__temp ._jp {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-top: 0.625rem;
  font-weight: 500;
}

.recruit__career--main .section__temp .__caree--btn {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}

.recruit__career--info {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  z-index: 1;
  position: relative;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.career__recruitInfo {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 3.75rem 0 2.5rem;
  background-image: url("/recruit/career/resource/img/recruitInfo_bg_sp@2x.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.career__recruitInfo .wrapper {
  margin: 0 auto;
  max-width: 76.875rem;
  padding: 0 1.25rem;
}

.career__recruitInfo h2 {
  color: #fff;
  text-align: center;
}

.career__recruitInfo h2 ._en {
  font-size: 0.75rem;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  position: relative;
  padding-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

.career__recruitInfo h2 ._en:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  background-color: #4684BC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.career__recruitInfo h2 ._ja {
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}

.career__recruitInfo .career__recruitInfo--lists {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 9.375rem;
  gap: 1.25rem;
  margin: 2.375rem auto 0;
  max-width: 22.8125rem;
}

.career__recruitInfo .career__recruitInfo--lists li {
  height: 100%;
}

.career__recruitInfo .career__recruitInfo--lists a:hover {
  opacity: 0.6;
}

.career__recruitInfo .career__recruitInfo--lists dl {
  padding: 1.25rem 0 1.25rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 3.125rem auto;
  height: 100%;
  background-color: #fff;
  background: linear-gradient(-45deg, transparent 0.9375rem, #fff 0);
}

.career__recruitInfo .career__recruitInfo--lists dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.career__recruitInfo .career__recruitInfo--lists dt ._entry {
  width: 2.25rem;
}

.career__recruitInfo .career__recruitInfo--lists dt ._question {
  width: 1.625rem;
}

.career__recruitInfo .career__recruitInfo--lists dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-top: 1.125rem;
  text-align: center;
  font-size: 0.875rem;
}

.career__recruitInfo .pc_only {
  display: none;
}

.buttonLv1 {
  position: relative;
  background-color: #fff;
  color: #000099;
  min-height: 2.5rem;
  border: solid 0.0625rem #000099;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.625rem;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.buttonLv1::after {
  content: "";
  background-image: url("/recruit/career/resource/img/arrow_yellow_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.6875rem;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.buttonLv1:hover::after {
  transform: translate(0.625rem, -50%);
}
.career__recruitInfo--lists dl .targetBlank_icon {
  position: absolute !important;
  bottom: 10px;
  right: 20px;
}

.career__recruitInfo_privacyPolicy {
  margin-top: 5rem;
}
.career__recruitInfo_privacyPolicy .un_privacyPolicy {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html.on_large #header, html.on_middle #header {
    height: auto !important;
  }
  .sub__header {
    position: absolute;
    top: 0;
  }
  .sub__header.fixedPosition {
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInAnime;
    animation-duration: 1s;
  }
  .sub__header .subHeaderTitle {
    font-size: 1rem;
    width: 12.5rem;
    margin-top: 0;
    max-height: 5rem;
  }
  .sub__header .subHeaderTitle:hover {
    opacity: 0.6;
  }
  .sub__header .scroll_header_title {
    height: 5rem;
    margin-top: 0;
  }
  .sub__header .sub__navigation .sub__navigation--list {
    padding: 0 5rem 0 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .sub__header.consultant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
  }
  .sub__header.consultant .sp_only {
    display: none;
  }
  .sub__header.consultant .pc_only {
    display: block;
  }
  .sub__header.consultant .subHeaderTitle {
    position: relative;
    width: 12.5rem;
    max-width: none;
    height: 5rem;
    z-index: 2;
  }
  .sub__header.consultant .subHeaderTitle .small {
    font-size: 0.75rem;
  }
  .sub__header.consultant .scroll_header_title {
    width: 15rem;
    height: 7.5rem;
    font-size: 1rem;
  }
  .sub__header.consultant .scroll_header_title .scroll__none {
    display: none;
  }
  .sub__header.consultant .sub__navigation.pc_only {
    display: block;
  }
  .sub__header.consultant .sub__navigation .sub__navigation--list {
    flex-wrap: wrap;
    padding: 0 1.875rem 0 0;
    max-height: 7.5rem;
  }
  .sub__header.consultant .overlay {
    display: none;
  }
  .sub__header.consultant .sub__navigation--sp .sub__navigation--dt .sub__navigation--button.entry:hover {
    opacity: 0.6;
  }
  .on_middle .career__recruitInfo .career__recruitInfo--lists dd,
  .on_large .career__recruitInfo .career__recruitInfo--lists dd {
    padding-right: 22px;
  }
  .un_privacyPolicy {
    height: 4.375rem;
    font-size: 1rem;
    max-width: 22.5rem;
  }
  .consultant__privacyPolicy {
    padding: 3.75rem 1.25rem !important;
    border-top: none;
  }
  .targetBlank_icon {
    width: 0.688em;
    height: 0.688em;
  }
  .targetBlank_icon_md {
    width: 0.875em;
    height: 0.875em;
  }
  .recruit__career {
    padding-top: 0;
  }
  .recruit__career .__caree--btn {
    max-width: 17.5rem;
  }
  .recruit__career .sp_only {
    display: none;
  }
  .recruit__career .pc_only {
    display: block;
  }
  .recruit__career--kv ._kv-img {
    aspect-ratio: 1920/calc(100vh - 150px);
  }
  .recruit__career--kv ._kv-img img {
    height: calc(100vh - 180px);
  }
  .recruit__career--kv ._kv-text {
    width: 60%;
    transform: translate(-50%, -44%);
    bottom: auto;
    top: 50%;
  }
  .recruit__career--wrap {
    background-image: url("/recruit/career/resource/img/recruitInfo_bg@2x.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
  }
  .recruit__career--contents {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 18.75rem 1fr;
  }
  .recruit__career--aside ._parallax-container {
    left: 2.5rem;
    position: fixed;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    padding: 0;
  }
  .recruit__career--aside ._parallax-container.sp_only {
    display: none;
  }
  .recruit__career--aside ._parallax-container p {
    font-size: 0.75rem;
    line-height: 4;
    letter-spacing: normal;
  }
  .recruit__career--main {
    background-image: url("/recruit/career/resource/img/contents_bg.png");
    padding: 9.875rem 0 9.875rem 3.125rem;
  }
  .recruit__career--main .components__title {
    font-size: 0.875rem;
    text-align: left;
    padding-bottom: 1.125rem;
    letter-spacing: 0.025em;
  }
  .recruit__career--main .components__title::after {
    width: 2.5rem;
    left: 0;
    transform: translateX(0);
  }
  .recruit__career--main .components__lead {
    margin-top: 2.25rem;
    font-size: 1.625rem;
    text-align: left;
  }
  .recruit__career--main .section__temp#challenge {
    margin-top: 4.625rem;
  }
  .recruit__career--main .section__temp#whatsKampo {
    margin-top: 4.625rem;
  }
  .recruit__career--main .section__temp#workStyle {
    margin-top: 4.625rem;
  }
  .recruit__career--main .section__temp .section__temp--inner {
    height: 30rem;
    padding-top: 7.5rem;
  }
  .recruit__career--main .section__temp .section__temp--inner::after {
    height: 6.25rem;
  }
  .recruit__career--main .section__temp .section__temp--inner._challenge {
    background-image: url("/recruit/career/resource/img/challenge_bg.jpg");
  }
  .recruit__career--main .section__temp .section__temp--inner._whatsKampo {
    background-image: url("/recruit/career/resource/img/whatsKampo_bg.jpg");
  }
  .recruit__career--main .section__temp .section__temp--inner._workStyle {
    background-image: url("/recruit/career/resource/img/workStyle_bg.jpg");
  }
  .recruit__career--main .section__temp ._num {
    font-size: 3.5rem;
  }
  .recruit__career--main .section__temp ._en {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }
  .recruit__career--main .section__temp ._jp {
    font-size: 1.5rem;
    margin-top: 2.375rem;
    letter-spacing: 0.1em;
  }
  .recruit__career--main .section__temp .__caree--btn {
    bottom: -2.25rem;
  }
  .career__recruitInfo {
    padding: 6.25rem 0;
    background-image: none;
  }
  .career__recruitInfo .wrapper {
    padding: 0 0.9375rem;
  }
  .career__recruitInfo h2 ._en {
    font-size: 0.875rem;
    padding-bottom: 1.25rem;
  }
  .career__recruitInfo h2 ._ja {
    font-size: 2rem;
    margin-top: 2.375rem;
  }
  .career__recruitInfo .career__recruitInfo--lists {
    grid-template-rows: 7.5rem;
    gap: 2.5rem;
    margin: 4.375rem auto 0;
    max-width: 61.25rem;
  }
  .career__recruitInfo .career__recruitInfo--lists dl {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: 7.5rem;
    padding: 0;
  }
  .career__recruitInfo .career__recruitInfo--lists dt {
    background-color: #F6F6F6;
    align-items: center;
  }
  .career__recruitInfo .career__recruitInfo--lists dt ._entry {
    width: 2.75rem;
  }
  .career__recruitInfo .career__recruitInfo--lists dt ._question {
    width: 2rem;
  }
  .career__recruitInfo .career__recruitInfo--lists dd {
    font-size: 1.125rem;
    margin-top: 0;
    height: 100%;
    justify-content: flex-start;
    padding-left: 0.625rem;
  }
  .career__recruitInfo .sp_only {
    display: none;
  }
  .career__recruitInfo .pc_only {
    display: block;
  }
  .buttonLv1 {
    font-size: 0.875rem;
    min-height: 4.375rem;
  }
  .buttonLv1::after {
    background-image: url("/recruit/career/resource/img/arrow_yellow.png");
    width: 2rem;
    right: 1.25rem;
  }
  .career__recruitInfo--lists dl .targetBlank_icon {
    right: 30px;
  }
  .career__recruitInfo_privacyPolicy {
    margin-top: 10rem;
  }
  .on_large .recruit__career--contents {
    grid-template-columns: 17.75rem 1fr;
  }
  .on_large .recruit__career .__caree--btn {
    max-width: 16rem;
  }
}
@media screen and (min-width: 798px) {
  .sub__header.consultant .scroll_header_title {
    height: 6.625rem;
  }
  .sub__header.consultant .sub__navigation .sub__navigation--list {
    padding: 0 1.75rem 0 0;
    max-height: 6.625rem;
  }
}
@media screen and (min-width: 1031px) {
  .recruit__career--kv ._kv-text {
    width: 50%;
  }
  .recruit__career--aside ._parallax-container {
    left: 1.25rem;
  }
  .recruit__career--aside ._parallax-container p {
    font-size: 0.875rem;
  }
  .recruit__career--main .components__lead {
    font-size: 2rem;
  }
  .career__recruitInfo .career__recruitInfo--lists dl {
    grid-template-columns: 7.5rem 1fr;
  }
  .career__recruitInfo .career__recruitInfo--lists dd {
    padding-left: 1.875rem;
    letter-spacing: 0.1em;
  }
  .on_large .recruit__career .__caree--btn {
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 1047px) {
  .sub__header.consultant .scroll_header_title {
    height: 5rem;
  }
}
@media screen and (min-width: 1078px) {
  .sub__header.consultant .sub__navigation .sub__navigation--list {
    padding: 0 3.125rem 0 0;
    max-height: 5rem;
  }
}
@media screen and (min-width: 1131px) {
  .recruit__career--kv ._kv-img img {
    height: calc(100vh - 150px);
  }
}
@media screen and (min-width: 1200px) {
  .on_middle .career__recruitInfo .career__recruitInfo--lists dd,
  .on_large .career__recruitInfo .career__recruitInfo--lists dd {
    padding-right: 0;
  }
  .recruit__career--kv ._kv-text {
    width: 45%;
    transform: translate(-50%, -46%);
  }
  .recruit__career--contents {
    grid-template-columns: 25rem 1fr;
  }
  .recruit__career--aside ._parallax-container {
    left: 2.25rem;
  }
  .recruit__career--aside ._parallax-container p {
    font-size: 1.125rem;
  }
  .on_large .recruit__career--contents {
    grid-template-columns: 25rem 1fr;
  }
}
@media screen and (min-width: 1640px) {
  .recruit__career--contents {
    grid-template-columns: 33.5% 1fr;
  }
  .recruit__career--aside ._parallax-container {
    left: 6%;
  }
  .recruit__career--aside ._parallax-container p {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
  .recruit__career--main {
    padding: 9.875rem 0 9.875rem 9.75rem;
  }
  .on_middle .recruit__career--aside ._parallax-container,
  .on_large .recruit__career--aside ._parallax-container {
    left: 2%;
  }
  .on_middle .recruit__career--aside ._parallax-container p {
    font-size: 23px;
  }
  .on_large .recruit__career--aside ._parallax-container p {
    font-size: 25px;
  }
  .on_large .recruit__career--contents {
    grid-template-columns: 33.5% 1fr;
  }
}
@media screen and (min-width: 1920px) {
  .on_middle .recruit__career--aside ._parallax-container,
  .on_large .recruit__career--aside ._parallax-container {
    left: 3%;
  }
}
