/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/recruit/styles-pc.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2.0625;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #105277;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #105277;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-voice-card {
  position: relative;
  width: 422px;
  height: 528px;
}
.c-voice-card a {
  width: 100%;
  height: 100%;
}
.c-voice-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #9e9e9f;
}
.c-voice-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-voice-card__main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding-bottom: 34px;
}
.c-voice-card__main::before {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 20px;
  height: 147px;
  content: "";
  background-repeat: no-repeat;
}
.c-voice-card__main::after {
  position: absolute;
  right: 24px;
  bottom: 20px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/recruit/pc/c_voice_card_chevron.svg") no-repeat;
}
.c-voice-card__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding-right: 20px;
}
.c-voice-card__title span {
  padding: 12px 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background-color: #000;
}
.c-voice-card__title span:first-of-type {
  background: linear-gradient(-45deg, #000 calc(100% - 50px), #2ca4de calc(100% + 50px));
}
.c-voice-card--real-voice.c-voice-card--1 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_real_voice_count_1.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_real_voice_count_1.png") 1x, url("../img/recruit/pc/c_voice_card_real_voice_count_1@2x.png") 2x);
}
.c-voice-card--real-voice.c-voice-card--2 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_real_voice_count_2.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_real_voice_count_2.png") 1x, url("../img/recruit/pc/c_voice_card_real_voice_count_2@2x.png") 2x);
}
.c-voice-card--real-voice.c-voice-card--3 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_real_voice_count_3.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_real_voice_count_3.png") 1x, url("../img/recruit/pc/c_voice_card_real_voice_count_3@2x.png") 2x);
}
.c-voice-card--real-voice.c-voice-card--4 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_real_voice_count_4.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_real_voice_count_4.png") 1x, url("../img/recruit/pc/c_voice_card_real_voice_count_4@2x.png") 2x);
}
.c-voice-card--our-content.c-voice-card--1 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_our_content_count_1.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_our_content_count_1.png") 1x, url("../img/recruit/pc/c_voice_card_our_content_count_1@2x.png") 2x);
}
.c-voice-card--our-content.c-voice-card--2 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_our_content_count_2.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_our_content_count_2.png") 1x, url("../img/recruit/pc/c_voice_card_our_content_count_2@2x.png") 2x);
}
.c-voice-card--our-content.c-voice-card--3 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_our_content_count_3.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_our_content_count_3.png") 1x, url("../img/recruit/pc/c_voice_card_our_content_count_3@2x.png") 2x);
}
.c-voice-card--our-content.c-voice-card--4 .c-voice-card__main::before {
  background-image: url("../img/recruit/pc/c_voice_card_our_content_count_4.png");
  background-image: image-set(url("../img/recruit/pc/c_voice_card_our_content_count_4.png") 1x, url("../img/recruit/pc/c_voice_card_our_content_count_4@2x.png") 2x);
}

.c-video-area {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.c-video-area__video {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.c-video-area__video--contain {
  object-fit: contain;
}
.c-video-area__video--cover {
  object-fit: cover;
}
.c-video-area__loader {
  position: absolute;
  z-index: 1;
}
.c-video-area .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-video-area .loader__wrapper {
  display: inline-block;
}

.c-tel-contact__container {
  display: grid;
  grid-template-areas: "text contact" "tel contact";
  grid-template-rows: 40px 28px;
  grid-template-columns: 292px 64px;
}
.c-tel-contact__text-area {
  grid-area: text;
}
.c-tel-contact__tel-area {
  grid-area: tel;
}
.c-tel-contact__contact-area {
  grid-area: contact;
}
.c-tel-contact__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-tel-contact__tel a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.c-tel-contact__tel a::before {
  display: block;
  width: 21px;
  height: 21px;
  content: "";
  background: url("../img/recruit/pc/icon_tel_white_theme.svg") no-repeat;
}
.c-tel-contact__contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tel-contact__contact-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
}
.c-tel-contact__contact-button a img {
  width: 29px;
  height: 19px;
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  content: "";
  background: url("../img/recruit/pc/icon_tel_theme_white.svg") no-repeat;
}
.c-tel--white a::before {
  background-image: url("../img/recruit/pc/icon_tel_white_theme.svg");
}
.c-tel__wrapper {
  text-align: center;
}

.c-smooth-slider {
  overflow-x: hidden;
}
@keyframes slide1 {
  0% {
    transform: translateX(calc(100% - 5px));
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(-200%);
  }
}
.c-smooth-slider__inner {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-smooth-slider__group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}
.c-smooth-slider__group--main {
  animation: slide1 120s -60s linear infinite;
}
.c-smooth-slider__group--dummy {
  animation: slide2 120s linear infinite;
}
.c-smooth-slider__item {
  height: 100%;
}
.c-smooth-slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-slider {
  position: relative;
}
.c-slider__wrapper {
  width: 100%;
}
.c-slider__container {
  width: 100%;
  overflow: hidden;
}
.c-slider__track {
  display: flex;
}
.c-slider__item {
  flex: 0 0 auto;
  overflow: unset;
}
.c-slider__arrow-right {
  position: absolute;
}
.c-slider__arrow-right:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-slider__arrow-left {
  position: absolute;
}
.c-slider__arrow-left:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-slash-title {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.c-slash-title__inner {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-slash-title::before {
  position: relative;
  top: 18px;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #383226;
  transform: rotate(55deg);
}
.c-slash-title::after {
  position: relative;
  top: 18px;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #383226;
  transform: rotate(-55deg);
}

.c-single-recruit-other-card a {
  padding: 6px 6px 25px;
  background-color: #fff;
}
.c-single-recruit-other-card__image {
  height: 176px;
  background-color: #9e9e9f;
}
.c-single-recruit-other-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-single-recruit-other-card__title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1em;
  background-color: #ede9e6;
}
.c-single-recruit-other-card__note {
  margin: 12px 17px 0;
  font-size: 14px;
  line-height: 29px;
}

.c-section-title img {
  margin: 0 auto;
}
.c-section-title__text {
  display: block;
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-section-title__text::before {
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto 14px;
  content: "";
  background-color: #000;
}

.c-recruit-slider-card a {
  height: 100%;
  padding: 9px 9px 25px;
  background-color: #fff;
}
.c-recruit-slider-card__image {
  height: 242px;
  background-color: #9e9e9f;
}
.c-recruit-slider-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-recruit-slider-card__title {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 14px 20px;
  margin: -18px 17px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1em;
  background-color: #ede9e6;
}
.c-recruit-slider-card__note {
  margin: 12px 17px 0;
}

.c-recaptcha-text {
  font-size: 12px;
  text-align: center;
}
.c-recaptcha-text a {
  display: inline-block;
  text-decoration: underline;
}
.c-recaptcha-text a:hover {
  text-decoration: none;
}

.c-qa-recruit__title-block {
  background-color: #105277;
}
.c-qa-recruit__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px 18px 22px;
}
.c-qa-recruit__title-inner::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/c_qa_recruit_chevron.svg") no-repeat;
}
.c-qa-recruit__title {
  padding: 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-qa-recruit__content-inner {
  padding: 16px 32px 30px;
  background-color: #ede9e6;
}
.c-qa-recruit__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  background-color: #fff;
}
.c-qa-recruit__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-qa__title-block {
  background: linear-gradient(60deg, #011726 90%, #2ca4de 150%);
}
.c-qa__title-inner {
  display: flex;
  align-items: center;
  padding: 18px 32px 18px 22px;
}
.c-qa__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 11px;
  height: 21px;
  content: "";
  background: url("../img/recruit/pc/c_qa_q.svg") no-repeat;
}
.c-qa__title-inner::after {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 9px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/c_qa_chevron.svg") no-repeat;
}
.c-qa__title {
  padding: 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-qa__content-inner {
  padding: 16px 32px 30px;
  background-color: #fff;
}
.c-qa__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  background-color: #ede9e6;
}
.c-qa__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-post-content * {
  max-width: 100%;
}
.c-post-content > *:first-child {
  margin-top: unset;
}
.c-post-content > *:first-child * {
  margin-top: unset;
}
.c-post-content > *:last-child {
  margin-bottom: unset;
}
.c-post-content > *:last-child * {
  margin-bottom: unset;
}
.c-post-content h2 {
  max-width: unset;
  padding: 7px 43px;
  margin: 40px calc(50% - 450px) 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.3em;
  color: #fff;
  background: #105277;
}
.c-post-content h3 {
  padding: 14px 0;
  margin: 40px 0 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.291em;
  border-bottom: 2px solid #eeeeef;
}
.c-post-content p {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: 0.05em;
}
.c-post-content p img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.c-post-content a {
  display: inline;
  text-decoration: underline;
}
.c-post-content a:hover {
  text-decoration: none;
}
.c-post-content ul {
  margin: 0 0 30px 1.3em;
  list-style: disc;
}
.c-post-content ol {
  margin: 0 0 30px 1.5em;
  list-style: decimal;
}
.c-post-content .aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-post-content .alignleft {
  margin-right: auto;
}
.c-post-content .alignright {
  margin-left: auto;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-introduction-card-small {
  position: relative;
  height: 252px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.c-introduction-card-small a {
  width: 100%;
  height: 100%;
}
.c-introduction-card-small__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 10px;
}
.c-introduction-card-small__image--empty {
  background-color: #9e9e9f;
}
.c-introduction-card-small__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.c-introduction-card-small__main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 0 0;
}
.c-introduction-card-small__title {
  padding: 8px 22px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 0 100000000px 100000000px 0;
}
.c-introduction-card-small__headline {
  position: relative;
  bottom: -20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.c-introduction-card-small__headline span {
  padding: 8px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  background-color: #000;
}
.c-introduction-card-small__headline span:first-of-type {
  background: linear-gradient(-45deg, #000 calc(100% - 50px), #2ca4de calc(100% + 50px));
}

.c-introduction-card {
  position: relative;
  height: 384px;
  overflow: hidden;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 16px;
}
.c-introduction-card a {
  width: 100%;
  height: 100%;
}
.c-introduction-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-introduction-card__image--empty {
  background-color: #9e9e9f;
}
.c-introduction-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-introduction-card__main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px 20px 0;
}
.c-introduction-card__title {
  padding: 12px 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 0 100000000px 100000000px 0;
}
.c-introduction-card__headline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.c-introduction-card__headline span {
  padding: 12px 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background-color: #000;
}
.c-introduction-card__headline span:first-of-type {
  background: linear-gradient(-45deg, #000 calc(100% - 50px), #2ca4de calc(100% + 50px));
}

.c-info-recruit-card {
  position: relative;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-info-recruit-card a {
  height: 100%;
  padding: 9px 9px 124px;
  background-color: #fff;
}
.c-info-recruit-card__image {
  height: 242px;
  background-color: #9e9e9f;
}
.c-info-recruit-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-info-recruit-card__title {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding: 14px 20px;
  margin: -18px 17px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.1em;
  background-color: #ede9e6;
}
.c-info-recruit-card__note {
  margin: 12px 17px 0;
}
.c-info-recruit-card__button {
  position: absolute;
  bottom: 36px;
  left: calc(50% - 124px);
  display: flex;
  align-items: center;
  width: 248px;
  height: 58px;
  padding: 0 28px 0 36px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 29px;
}
.c-info-recruit-card__button::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/c_info_recruit_card_chevron.svg") no-repeat;
}

.c-front-info__container {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 10px 36px;
}
.c-front-info__container::after {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/front_info_chevron.svg") no-repeat;
}
.c-front-info__meta {
  display: flex;
  align-items: center;
}
.c-front-info__date {
  flex: 0 0 auto;
  width: 110px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #aaa7a5;
}
.c-front-info__category {
  flex: 0 0 auto;
  padding: 6px 12px;
  margin: 0 24px 0 0;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
  border: 1px solid #105277;
  border-radius: 100000000px;
}
.c-front-info__title {
  margin-right: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}

.c-drawer-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-content: center;
}
.c-drawer-button__bar {
  width: 36px;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
.c-drawer-button--active .c-drawer-button__bar--bar1 {
  width: 38px;
  transform: translateY(8px) rotate(31deg);
}
.c-drawer-button--active .c-drawer-button__bar--bar2 {
  opacity: 0;
}
.c-drawer-button--active .c-drawer-button__bar--bar3 {
  width: 38px;
  transform: translateY(-8px) rotate(-31deg);
}

.c-csr-card {
  position: relative;
}
.c-csr-card a {
  width: 100%;
  height: 100%;
}
.c-csr-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #9e9e9f;
}
.c-csr-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-csr-card__main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(60deg, rgba(0, 0, 0, 0.4) 60%, rgba(3, 110, 181, 0.4) 100%);
}
.c-csr-card__main::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 65px;
  height: 167px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/c_csr_card_deco.png");
  background-image: image-set(url("../img/recruit/pc/c_csr_card_deco.png") 1x, url("../img/recruit/pc/c_csr_card_deco@2x.png") 2x);
}
.c-csr-card__main::after {
  position: absolute;
  right: 36px;
  bottom: 26px;
  display: block;
  width: 56px;
  height: 56px;
  content: "";
  background: url("../img/recruit/pc/c_csr_card_chevron.svg") no-repeat;
}
.c-csr-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 98px;
}
.c-csr-card__inner::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 62px;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  border-bottom: 2px solid #fff;
}
.c-csr-card__title {
  margin-top: 18px;
  font-size: 36px;
  font-weight: bold;
  line-height: 57px;
  color: #fff;
  text-align: center;
}
.c-csr-card__english {
  margin-top: -6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-crosstalk-card {
  position: relative;
  height: 366px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.c-crosstalk-card a {
  width: 100%;
  height: 100%;
}
.c-crosstalk-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.c-crosstalk-card__image--empty {
  background-color: #9e9e9f;
}
.c-crosstalk-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-crosstalk-card__main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px 0 0;
}
.c-crosstalk-card__main::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/recruit/pc/c_crosstalk_card_chevron.svg") no-repeat;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.c-crosstalk-card__headline {
  position: relative;
  bottom: -26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.c-crosstalk-card__headline span {
  padding: 7px 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  background-color: #f4f3f2;
}

.c-circle-button {
  width: 302px;
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #393327;
  background-color: #fff;
  border-radius: 29px;
}
.c-circle-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px 0 36px;
}
.c-circle-button__inner::after {
  display: block;
  width: 23px;
  height: 2px;
  margin-left: auto;
  content: "";
  background-color: #393327;
}
.c-circle-button--border {
  border: 1px solid #393327;
}
.c-circle-button--border-white {
  color: #fff;
  background: unset;
  border: 1px solid #fff;
}
.c-circle-button--border-white .c-circle-button__inner::after {
  background-color: #fff;
}
.c-circle-button--bg-theme {
  color: #fff;
  background: linear-gradient(135deg, #011726 50%, #2ca4de 300%);
  border: unset;
}
.c-circle-button--bg-theme .c-circle-button__inner::after {
  background-color: #fff;
}
.c-circle-button--bg-white {
  color: #000;
  background: #fff;
  border: unset;
}
.c-circle-button--bg-white .c-circle-button__inner::after {
  background-color: #000;
}
.c-circle-button--bg-gray {
  background: #ede9e6;
  border: unset;
}
.c-circle-button--english .c-circle-button__inner {
  padding-left: 36px;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.c-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.c-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.c-ball-scale-multiple > div {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 2px;
  margin: 0;
  background-color: #105277;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-article-card {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.c-article-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.c-article-card__image-container {
  position: relative;
  padding-top: 66.5789%;
}
.c-article-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9e9e9f;
}
.c-article-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-article-card__main {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 24px 58px;
}
.c-article-card__title {
  height: 66px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: 0.05em;
}
.c-article-card__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 10px;
  align-items: center;
  margin-top: 12px;
}
.c-article-card__category {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  color: #105277;
  border: 1px solid #105277;
  border-radius: 100000000px;
}
.c-article-card__date {
  position: absolute;
  bottom: 28px;
  left: 24px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-voice-slider .c-slider__track {
  overflow: unset;
}
.b-voice-slider .c-slider__item {
  width: 422px;
  margin-right: 48px;
}
.b-voice-slider .c-slider__arrow-left {
  top: 236px;
  left: -30px;
  width: 58px;
  height: 58px;
  background: #000 url("../img/recruit/pc/b_voice_slider_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}

.b-two-col-single-recruit {
  display: grid;
  grid-template-columns: 1fr 278px;
  grid-gap: 38px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.b-two-col-single {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 10%;
  max-width: 1688px;
  padding-left: 40px;
  margin-left: auto;
}

.b-single-recruit-form .note {
  margin-bottom: 5px;
  text-align: left;
}
.b-single-recruit-form .memo {
  margin-bottom: 5px;
  text-align: left;
}
.b-single-recruit-form .buttons {
  margin-top: 40px;
  text-align: center;
}
.b-single-recruit-form .consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-single-recruit-form .consent label {
  display: flex;
  gap: 10px;
}
.b-single-recruit-form .consent label a {
  display: inline;
  text-decoration: underline;
}
.b-single-recruit-form-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.b-single-recruit-form-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.b-single-recruit-form textarea,
.b-single-recruit-form input[type=text],
.b-single-recruit-form input[type=email],
.b-single-recruit-form input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.b-single-recruit-form input[type=date],
.b-single-recruit-form select {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.b-single-recruit-form input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.b-single-recruit-form input {
  position: relative;
}
.b-single-recruit-form input[type=checkbox], .b-single-recruit-form input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.b-single-recruit-form input[type=tel] {
  width: 50%;
}
.b-single-recruit-form input[type=submit], .b-single-recruit-form input[type=reset], .b-single-recruit-form input[type=button],
.b-single-recruit-form input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.b-single-recruit-form th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.b-single-recruit-form th b {
  margin-left: 4px;
  color: #d74a5b;
}
.b-single-recruit-form td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.b-single-recruit-form td.mia input[type=text], .b-single-recruit-form td.mia input[type=email] {
  width: 70%;
}
.b-single-recruit-form table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.b-single-recruit-form table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.b-single-recruit-form table.in_tbl th {
  width: 160px;
}
.b-single-recruit-form #wpcf7cpcnf td > p {
  font-size: 15px;
}
.b-single-recruit-form .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.b-single-recruit-form .wpcf7-submit {
  display: block;
  width: 324px;
  height: 66px;
  padding-left: 38px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  background: url("../img/recruit/pc/single_recruit_button_entry_chevron.svg") center right 30px/20px 20px no-repeat, linear-gradient(to right, #011726 80%, #2ca4de 120%);
}
.b-single-recruit-form .wpcf7-submit:disabled {
  background: linear-gradient(120deg, rgba(1, 23, 38, 0.5) 80%, rgba(44, 164, 222, 0.5) 150%);
}
.b-single-recruit-form .wpcf7cp-form-hide {
  display: none;
}
.b-single-recruit-form #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.b-single-recruit-form .wpcf7-spinner {
  display: block;
}
.b-single-recruit-form .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.b-single-recruit-form .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.b-single-recruit-form .recaptcha_text a:hover {
  text-decoration: none;
}

.b-recruit-recruit-slider .c-slider {
  container-type: inline-size;
}
.b-recruit-recruit-slider .c-slider__track {
  justify-content: center;
  overflow: unset;
}
.b-recruit-recruit-slider .c-slider__item {
  width: 382px;
  margin-right: 28px;
}
.b-recruit-recruit-slider .c-slider__item .c-recruit-slider-card {
  height: 100%;
}
.b-recruit-recruit-slider .c-slider__arrow-left {
  top: 168px;
  left: 40px;
  width: 58px;
  height: 58px;
  background: #000 url("../img/recruit/pc/b_recruit_recruit_slider_chevron_left.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
@container (width > 1338px) {
  .b-recruit-recruit-slider .c-slider__arrow-left {
    left: calc(50% - 626px);
  }
}
.b-recruit-recruit-slider .c-slider__arrow-right {
  top: 168px;
  right: 40px;
  width: 58px;
  height: 58px;
  background: #000 url("../img/recruit/pc/b_recruit_recruit_slider_chevron_right.svg") center/9px 16px no-repeat;
  border-radius: 50%;
}
@container (width > 1338px) {
  .b-recruit-recruit-slider .c-slider__arrow-right {
    right: calc(50% - 626px);
  }
}

.b-recruit-mv {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: top center;
}
.b-recruit-mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -102px;
}
.b-recruit-mv__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.b-recruit-mv__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.b-recruit-mv__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 20px;
  content: "";
  background-color: #105277;
}

.b-recruit-header {
  position: relative;
  z-index: 7000;
}
.b-recruit-header__top-button {
  position: fixed;
  right: 100px;
  bottom: 72px;
  z-index: 9000;
  width: 54px;
  height: 54px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-recruit-header__top-button--visible {
  visibility: visible;
  opacity: 1;
}
.b-recruit-header__side {
  position: fixed;
  right: 0;
  bottom: 272px;
  z-index: 9000;
  width: 67px;
  height: 250px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.7;
}
.b-recruit-header__side--visible {
  visibility: visible;
  opacity: 1;
}
.b-recruit-header__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.2s;
  transform: translateY(-100%);
}
.b-recruit-header__container--fixed {
  position: fixed;
}
.b-recruit-header__container--visible {
  transform: translateY(0%);
}
.b-recruit-header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1880px;
  padding-left: 20px;
  margin-left: auto;
}
.b-recruit-header__logo {
  width: 180px;
  height: 56px;
  margin-top: 36px;
}
.b-recruit-header__nav {
  display: flex;
  height: 78px;
}
.b-recruit-header__list {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-top: 26px;
  margin-right: 32px;
}
.b-recruit-header__list a {
  padding: 4px;
}
.b-recruit-header__list span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.b-recruit-header__list--text-black span {
  color: #393327;
}
.b-recruit-header__button-area {
  display: flex;
  justify-content: center;
  margin-right: 118px;
}
.b-recruit-header__recruit a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 118px;
  height: 78px;
  padding-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: rgba(17, 35, 45, 0.8);
}
.b-recruit-header__recruit a::before {
  display: block;
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  content: "";
  background: url("../img/recruit/pc/icon_loupe_white.svg") no-repeat;
}
.b-recruit-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 118px;
  height: 78px;
  padding-top: 20px;
  background: linear-gradient(45deg, rgba(3, 110, 184, 0.8) 60%, rgba(46, 167, 224, 0.8) 150%);
}
.b-recruit-header__menu p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.b-recruit-header__menu--active {
  background: unset;
}

.b-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-recruit-form .row__title label b {
  color: #e30012;
}
.b-recruit-form .row__content {
  margin-top: 20px;
}
.b-recruit-form .row__content .wpcf7-checkbox {
  display: flex;
  gap: 40px;
  margin-top: -10px;
}
.b-recruit-form .row__content textarea,
.b-recruit-form .row__content input[type=text],
.b-recruit-form .row__content input[type=email],
.b-recruit-form .row__content input[type=tel] {
  width: 95%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input[type=date] {
  width: 200px;
  max-width: 50%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input.p-postal-code {
  width: 284px;
}
.b-recruit-form .row__content .p-region {
  margin-top: 12px;
}
.b-recruit-form .row__place-note {
  margin: 12px 0 0 16px;
  font-size: 16px;
  line-height: 1;
  color: #c6bdb5;
}
.b-recruit-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-form__consent label {
  display: flex;
  gap: 10px;
}
.b-recruit-form__consent label a {
  display: inline;
  text-decoration: underline;
}
.b-recruit-form__buttons p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.b-recruit-form__buttons .wpcf7-submit {
  display: block;
  width: 230px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(120deg, #011726 80%, #2ca4de 150%);
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  background: linear-gradient(120deg, rgba(1, 23, 38, 0.5) 80%, rgba(44, 164, 222, 0.5) 150%);
}

.b-recruit-footer {
  padding: 162px 40px 60px;
  margin-top: -62px;
}
.b-recruit-footer__inner {
  position: relative;
  max-width: 1446px;
  margin: 0 auto;
}
.b-recruit-footer__privacy {
  position: absolute;
  top: 220px;
  right: 0;
  display: block;
  width: 116px;
  height: 116px;
}
.b-recruit-footer__logo {
  width: 93px;
  height: 132px;
  margin: 0 auto;
}
.b-recruit-footer__list {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-footer__list a {
  padding: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-recruit-footer__info a {
  display: flex;
  align-items: center;
}
.b-recruit-footer__info a::before {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  content: "";
  background: url("../img/recruit/pc/icon_loupe_black.svg") no-repeat;
}
.b-recruit-footer__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 68px;
  margin: 60px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #000;
  border-radius: 34px;
}
.b-recruit-footer__button a::after {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  content: "";
  background: url("../img/recruit/pc/icon_external_link_arrow_white.svg") no-repeat;
}
.b-recruit-footer__copyright {
  margin-top: 78px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.b-recruit-drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  width: 100%;
  max-width: 664px;
  height: 100%;
  padding: 82px 124px 200px;
  overflow: scroll;
  background: linear-gradient(45deg, #036eb8 60%, #2ea7e0 120%);
  transition: all 0.2s;
  transform: translateX(100%);
}
.b-recruit-drawer-menu--visible {
  transform: translateX(0%);
}
.b-recruit-drawer-menu .nav-area {
  max-width: 356px;
}
.b-recruit-drawer-menu .nav-area__nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.b-recruit-drawer-menu .nav-area__nav .item {
  width: 100%;
  height: 82px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.b-recruit-drawer-menu .nav-area__nav .item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 52px;
}
.b-recruit-drawer-menu .nav-area__nav .item a span {
  display: flex;
  align-items: center;
  width: 192px;
}
.b-recruit-drawer-menu .nav-area__nav .item a::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/recruit/pc/drawer_chevron.svg") no-repeat;
}
.b-recruit-drawer-menu .nav-area__nav .item--recruit span::before {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 16px;
  content: "";
  background: url("../img/recruit/pc/icon_loupe_white.svg") no-repeat;
}
.b-recruit-drawer-menu .contact-area {
  margin-top: 60px;
}

.b-contact {
  padding: 0 40px;
  margin-top: -228px;
}
.b-contact__block {
  position: relative;
  z-index: 1000;
  max-width: 1572px;
  padding: 104px 40px 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.b-contact__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  max-width: 1190px;
  margin: 0 auto;
}
.b-contact__title-area {
  display: flex;
  align-items: center;
  width: 302px;
}
.b-contact__title-area::after {
  display: block;
  width: 1px;
  height: 82px;
  margin-left: auto;
  content: "";
  background-color: #c4c1bd;
}
.b-contact__title img {
  width: 89px;
  height: 20px;
}
.b-contact__title span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.b-contact__title span::before {
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 26px;
  content: "";
  background-color: #105277;
}
.b-contact__tel-area {
  padding-top: 6px;
  margin-left: 142px;
}
.b-contact__tel-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.b-contact .c-tel {
  margin-top: 26px;
}
.b-contact__button {
  width: 384px;
  height: 80px;
  margin-left: 60px;
  background-color: #ede9e6;
  border-radius: 6px;
}
.b-contact__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 6px;
}
.b-contact__button a::before {
  display: block;
  width: 23px;
  height: 14px;
  margin-right: 18px;
  content: "";
  background: url("../img/recruit/pc/icon_mail_theme.svg") no-repeat;
}
.b-contact__button a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 18px;
  content: "";
  background: url("../img/recruit/pc/b_contact_button_chevron.svg") no-repeat;
}

.b-article-category-list__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.b-article-category-list .parent {
  width: 100%;
}
.b-article-category-list .parent__title {
  padding: 24px 36px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  background: linear-gradient(to right, #011726 0%, #2ca4de 200%);
  border-radius: 100000000px 0 0 100000000px;
}
.b-article-category-list .parent__list {
  display: flex;
  flex-direction: column;
  padding: 0 24px 0 4px;
}
.b-article-category-list .child {
  width: 100%;
  border-top: 1px solid #d8d9d9;
}
.b-article-category-list .child:first-of-type {
  border-top: unset;
}
.b-article-category-list .child a {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding: 10px 18px 10px 32px;
}
.b-article-category-list .child a span {
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.b-article-category-list .child a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/b_article_category_list_chevron.svg") no-repeat;
}

.p-taxonomy-article-category-interview .mv {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 571px;
}
.p-taxonomy-article-category-interview .mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-taxonomy-article-category-interview .mv__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-taxonomy-article-category-interview .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -102px;
}
.p-taxonomy-article-category-interview .mv__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-taxonomy-article-category-interview .mv__title span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.p-taxonomy-article-category-interview .mv__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 20px;
  content: "";
  background-color: #105277;
}
.p-taxonomy-article-category-interview .bg {
  background-color: #f5f6f6;
}
.p-taxonomy-article-category-interview .top {
  padding: 170px 40px 0;
}
.p-taxonomy-article-category-interview .top__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 576px);
  gap: 46px;
  justify-content: center;
  max-width: 1198px;
  margin: 40px auto 0;
}
.p-taxonomy-article-category-interview .top__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 376px);
  grid-gap: 38px;
  justify-content: center;
  max-width: 1204px;
  margin: 68px auto 0;
}
.p-taxonomy-article-category-interview .top__nav li a {
  display: flex;
  align-items: center;
  padding: 28px 26px 28px 40px;
  background-color: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
}
.p-taxonomy-article-category-interview .top__nav li a span {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.1em;
}
.p-taxonomy-article-category-interview .top__nav li a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/interview_nav_chevron.svg") no-repeat;
}
.p-taxonomy-article-category-interview .main {
  padding: 68px 0 446px;
}
.p-taxonomy-article-category-interview .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 378px);
  grid-gap: 88px 64px;
  justify-content: center;
  max-width: 1704px;
  margin: 0 auto;
  container-type: inline-size;
}
.p-taxonomy-article-category-interview .main__item {
  position: relative;
}
@container (width < 820px) {}
@container (820px <= width < 1262px) {
  .p-taxonomy-article-category-interview .main__item:nth-of-type(2n + 2) {
    top: 22px;
  }
}
@container (1262px <= width < 1704px) {
  .p-taxonomy-article-category-interview .main__item:nth-of-type(3n + 2) {
    top: 22px;
  }
  .p-taxonomy-article-category-interview .main__item:nth-of-type(3n + 3) {
    top: 44px;
  }
}
@container (1704px <= width) {
  .p-taxonomy-article-category-interview .main__item:nth-of-type(4n + 2) {
    top: 22px;
  }
  .p-taxonomy-article-category-interview .main__item:nth-of-type(4n + 3) {
    top: 44px;
  }
  .p-taxonomy-article-category-interview .main__item:nth-of-type(4n + 4) {
    top: 66px;
  }
}
.p-taxonomy-article-category-interview .wp-pagenavi {
  padding-top: 140px;
}

.p-single-recruit-job .header-space {
  height: 214px;
  padding-top: 130px;
  background: url("../img/recruit/pc/single_recruit_header_space.jpg") center/cover no-repeat;
}
.p-single-recruit-job .header-space__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-single-recruit-job .header-space__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-single-recruit-job .header-space__title span {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single-recruit-job .header-space__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto 22px;
  content: "";
  background-color: #000;
}
.p-single-recruit-job .background {
  padding: 162px 0 326px;
  background-color: #f4f5f5;
}
.p-single-recruit-job .post__main-block {
  background-color: #fff;
}
.p-single-recruit-job .post__top-block {
  padding: 34px 32px 54px;
}
.p-single-recruit-job .post__title {
  padding: 16px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #011726 70%, #2ca4de 120%);
}
.p-single-recruit-job .post__table {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.p-single-recruit-job .post__table dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  grid-gap: 50px;
  width: 100%;
}
.p-single-recruit-job .post__table dt {
  padding: 12px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #105277;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-single-recruit-job .post__table dd {
  padding: 12px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-single-recruit-job .post__inner {
  padding: 38px 32px 66px;
  border-top: 1px solid rgba(178, 178, 179, 0.5);
}
.p-single-recruit-job .post__content-title img {
  width: 101px;
  height: 23px;
  margin: 0 auto;
}
.p-single-recruit-job .post__content-title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 18px auto 0;
  content: "";
  background-color: #105277;
}
.p-single-recruit-job .post__content {
  padding-top: 22px;
}
.p-single-recruit-job .post__content h2 {
  padding-right: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  color: #393327;
  text-align: center;
  background-color: unset;
}
.p-single-recruit-job .post__content h3 {
  font-size: 22px;
  line-height: 38px;
  color: #393327;
  text-align: center;
  border-bottom: unset;
}
.p-single-recruit-job .post__form {
  margin-top: 60px;
}
.p-single-recruit-job .post__form table {
  width: 100%;
  margin: 30px auto 0;
}
.p-single-recruit-job .post__form-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #105277;
}
.p-single-recruit-job .post__form-title::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 9px);
  display: block;
  width: 18px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #105277;
}
.p-single-recruit-job .post .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.p-single-recruit-job .post .buttons__back a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 324px;
  height: 66px;
  padding-right: 30px;
  padding-left: 38px;
  font-weight: bold;
  line-height: 1;
  background-color: #ede9e6;
}
.p-single-recruit-job .post .buttons__back a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/single_recruit_button_back_chevron.svg") no-repeat;
}
.p-single-recruit-job .other__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-single-recruit-job .other__button {
  width: 242px;
  margin: 36px auto 0;
}

.p-single-recruit-article .header-space {
  height: 128px;
  background: url("../img/recruit/pc/single_article_header_bg.jpg") center/cover no-repeat;
}
.p-single-recruit-article .background {
  padding: 58px 0 304px;
  background-color: #f4f5f5;
}
.p-single-recruit-article .post__main-block {
  padding-bottom: 45px;
}
.p-single-recruit-article .post__title-block {
  padding: 48px 22px 44px;
  border-bottom: 1px solid rgba(216, 217, 217, 0.75);
}
.p-single-recruit-article .post__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
}
.p-single-recruit-article .post__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 10px;
  align-items: center;
  margin-top: 30px;
}
.p-single-recruit-article .post__category a {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 1;
  color: #105277;
  border: 1px solid #105277;
  border-radius: 100000000px;
}
.p-single-recruit-article .post__date {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #b3b3b4;
}
.p-single-recruit-article .post .introduction {
  padding: 16px 0 0;
}
.p-single-recruit-article .post .introduction__image {
  text-align: center;
}
.p-single-recruit-article .post .introduction__image img {
  display: inline-block;
  width: 100%;
  border-radius: 22px;
}
.p-single-recruit-article .post .introduction__image--empty {
  background-color: #9e9e9f;
}
.p-single-recruit-article .post .introduction__detail {
  max-width: 1132px;
  margin: 26px auto 0;
}
.p-single-recruit-article .post .introduction__list {
  position: relative;
  max-width: 1132px;
  padding: 2px 30px 8px;
  margin: 56px auto 0;
  border: 1px solid #105277;
}
.p-single-recruit-article .post .introduction__list::before {
  position: absolute;
  top: -26px;
  left: 32px;
  display: block;
  width: 142px;
  height: 42px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/single_article_introduction_balloon.png");
  background-image: image-set(url("../img/recruit/pc/single_article_introduction_balloon.png") 1x, url("../img/recruit/pc/single_article_introduction_balloon@2x.png") 2x);
}
.p-single-recruit-article .post .introduction__list .item {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 32px;
  padding: 30px 0;
  border-top: 1px solid rgba(217, 218, 218, 0.75);
}
.p-single-recruit-article .post .introduction__list .item:first-of-type {
  border-top: unset;
}
.p-single-recruit-article .post .introduction__list .item__image-area {
  display: flex;
  align-items: center;
}
.p-single-recruit-article .post .introduction__list .item__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-color: #9e9e9f;
  border-radius: 50%;
}
.p-single-recruit-article .post .introduction__list .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-recruit-article .post .introduction__list .item__main-area {
  padding-top: 6px;
}
.p-single-recruit-article .post .introduction__list .item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}
.p-single-recruit-article .post .introduction__list .item__detail {
  margin-top: 8px;
}
.p-single-recruit-article .post__content {
  padding: 38px 45px 43px;
}
.p-single-recruit-article .post__content img {
  border-radius: 22px;
}
.p-single-recruit-article .post__content h2 {
  padding-right: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
  font-size: 29px;
  font-weight: bold;
  line-height: 46px;
  color: #105277;
  letter-spacing: 0.1em;
  background-color: unset;
}
.p-single-recruit-article .post__content h3 {
  font-size: 26px;
  line-height: 46px;
  border-bottom: 2px solid #eeeeef;
}
.p-single-recruit-article .post .relation {
  padding-top: 30px;
  margin: 0 55px;
  border-top: 1px solid #d8d9d9;
}
.p-single-recruit-article .post .relation__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-single-recruit-article .post .relation__title::after {
  display: block;
  width: 79px;
  height: 1px;
  margin: 22px auto 0;
  content: "";
  background-color: #105277;
}
.p-single-recruit-article .post .relation__list {
  margin-top: 26px;
}
.p-single-recruit-article .post .relation .item {
  margin-top: 20px;
}
.p-single-recruit-article .post .relation .item a {
  display: flex;
}
.p-single-recruit-article .post .relation .item__image {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 104px;
  background-color: #9e9e9f;
}
.p-single-recruit-article .post .relation .item__image img {
  object-fit: cover;
  width: 100%;
  height: 68px;
}
.p-single-recruit-article .post .relation .item__title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 1em 8px 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #e0dede;
}
.p-single-recruit-article .post .relation .item__title::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: 1em;
  content: "";
  background-image: url("../img/recruit/pc/single_relation_chevron.svg");
  background-repeat: no-repeat;
}
.p-single-recruit-article .post__post-navi {
  position: relative;
  height: 60px;
  margin: 38px auto 0;
  line-height: 1;
}
.p-single-recruit-article .post__post-navi .prev-btn {
  position: absolute;
  left: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-recruit-article .post__post-navi .prev-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 48px;
}
.p-single-recruit-article .post__post-navi .prev-btn::before {
  position: absolute;
  top: 22px;
  left: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/recruit/pc/single_chevron_left.svg") no-repeat;
}
.p-single-recruit-article .post__post-navi .return-list-btn {
  position: absolute;
  left: 50%;
  width: 346px;
  height: 100%;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}
.p-single-recruit-article .post__post-navi .return-list-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 0;
}
.p-single-recruit-article .post__post-navi .next-btn {
  position: absolute;
  right: 0;
  width: 197px;
  height: 100%;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-recruit-article .post__post-navi .next-btn a {
  width: 100%;
  height: 100%;
  padding: 23px 0 0 21px;
}
.p-single-recruit-article .post__post-navi .next-btn::before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: url("../img/recruit/pc/single_chevron_right.svg") no-repeat;
}
.p-single-recruit-article .post__sns {
  display: flex;
  align-items: center;
  padding: 16px 36px;
  margin-top: 39px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-single-recruit-article .post__sns ul {
  display: flex;
  align-items: center;
  margin-left: -6px;
}
.p-single-recruit-article .post__sns ul li {
  margin-left: 10px;
}
.p-single-recruit-article .category-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-single-recruit-article .recently {
  margin-top: 44px;
}
.p-single-recruit-article .recently__title {
  position: relative;
  padding: 24px 36px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  background: linear-gradient(to right, #011726 0%, #2ca4de 200%);
  border-radius: 100000000px 0 0 100000000px;
}
.p-single-recruit-article .recently__title::after {
  position: absolute;
  bottom: -14px;
  left: 114px;
  display: block;
  width: 24px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #09263a;
}
.p-single-recruit-article .recently__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 28px 0 0;
}
.p-single-recruit-article .recently .item__image {
  height: 204px;
  background-color: #9e9e9f;
}
.p-single-recruit-article .recently .item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-single-recruit-article .recently .item__main {
  padding: 14px 12px 26px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom-left-radius: 24px;
}
.p-single-recruit-article .recently .item__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.p-single-recruit-article .recently .item__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  align-items: center;
  margin-top: 12px;
}
.p-single-recruit-article .recently .item__category {
  padding: 6px 12px;
  font-size: 9px;
  line-height: 1;
  color: #105277;
  border: 1px solid #105277;
  border-radius: 100000000px;
}
.p-single-recruit-article .recently__button {
  width: 246px;
  margin: 36px auto 0;
}
.p-single-recruit-article .b-site-banner {
  margin-top: 53px;
}

.p-recruit-work .b-recruit-mv {
  height: 601px;
  background-image: url("../img/recruit/pc/work_mv_bg.jpg");
}
.p-recruit-work .occupation {
  padding: 190px 0 0;
  overflow: hidden;
}
.p-recruit-work .occupation__bg {
  position: relative;
  padding-bottom: 110px;
}
.p-recruit-work .occupation__bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 50%;
  content: "";
  background-color: #ece8e5;
}
.p-recruit-work .occupation__list {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 86px;
  margin-top: 62px;
}
.p-recruit-work .occupation__list .item {
  height: 636px;
  padding-top: 44px;
  background-repeat: no-repeat;
}
.p-recruit-work .occupation__list .item__container {
  max-width: 1760px;
  padding: 0 40px;
  margin: 0 auto;
}
.p-recruit-work .occupation__list .item__block {
  position: relative;
  height: 548px;
}
.p-recruit-work .occupation__list .item__animation {
  position: relative;
  height: 100%;
  padding-top: 68px;
}
.p-recruit-work .occupation__list .item__animation::before {
  display: block;
  width: 159px;
  height: 28px;
  content: "";
  background-repeat: no-repeat;
}
.p-recruit-work .occupation__list .item__animation::after {
  position: absolute;
  top: 0;
  display: block;
  width: 540px;
  height: 690px;
  content: "";
  background-repeat: no-repeat;
}
.p-recruit-work .occupation__list .item__title {
  margin-top: 24px;
  font-size: 55px;
  font-weight: bold;
  line-height: 68px;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-work .occupation__list .item__english {
  height: 51px;
  margin: 26px 0 0 4px;
}
.p-recruit-work .occupation__list .item__headline {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 46px;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-work .occupation__list .item__text {
  max-width: 410px;
  margin-top: 20px;
}
.p-recruit-work .occupation__list .item:nth-of-type(1) {
  background-image: url("../img/recruit/pc/work_occupation_bg_1.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(1) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_1.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_1.png") 1x, url("../img/recruit/pc/work_occupation_count_1@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(1) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_1.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_1.png") 1x, url("../img/recruit/pc/work_occupation_deco_1@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(2) {
  background-image: url("../img/recruit/pc/work_occupation_bg_2.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(2) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_2.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_2.png") 1x, url("../img/recruit/pc/work_occupation_count_2@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(2) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_2.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_2.png") 1x, url("../img/recruit/pc/work_occupation_deco_2@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(3) {
  background-image: url("../img/recruit/pc/work_occupation_bg_3.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(3) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_3.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_3.png") 1x, url("../img/recruit/pc/work_occupation_count_3@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(3) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_3.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_3.png") 1x, url("../img/recruit/pc/work_occupation_deco_3@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(4) {
  background-image: url("../img/recruit/pc/work_occupation_bg_4.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(4) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_4.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_4.png") 1x, url("../img/recruit/pc/work_occupation_count_4@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(4) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_4.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_4.png") 1x, url("../img/recruit/pc/work_occupation_deco_4@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(5) {
  background-image: url("../img/recruit/pc/work_occupation_bg_5.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(5) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_5.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_5.png") 1x, url("../img/recruit/pc/work_occupation_count_5@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(5) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_5.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_5.png") 1x, url("../img/recruit/pc/work_occupation_deco_5@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(6) {
  background-image: url("../img/recruit/pc/work_occupation_bg_6.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(6) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_6.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_6.png") 1x, url("../img/recruit/pc/work_occupation_count_6@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(6) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_6.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_6.png") 1x, url("../img/recruit/pc/work_occupation_deco_6@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(7) {
  background-image: url("../img/recruit/pc/work_occupation_bg_7.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(7) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_7.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_7.png") 1x, url("../img/recruit/pc/work_occupation_count_7@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(7) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_7.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_7.png") 1x, url("../img/recruit/pc/work_occupation_deco_7@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(8) {
  background-image: url("../img/recruit/pc/work_occupation_bg_8.jpg");
}
.p-recruit-work .occupation__list .item:nth-of-type(8) .item__animation::before {
  background-image: url("../img/recruit/pc/work_occupation_count_8.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_count_8.png") 1x, url("../img/recruit/pc/work_occupation_count_8@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(8) .item__animation::after {
  background-image: url("../img/recruit/pc/work_occupation_deco_8.png");
  background-image: image-set(url("../img/recruit/pc/work_occupation_deco_8.png") 1x, url("../img/recruit/pc/work_occupation_deco_8@2x.png") 2x);
}
.p-recruit-work .occupation__list .item:nth-of-type(odd) {
  background-position: top 0 left calc(50vw - 270px);
}
@media screen and (max-width: 1760px) {
  .p-recruit-work .occupation__list .item:nth-of-type(odd) {
    background-position: top 0 left 610px;
  }
}
.p-recruit-work .occupation__list .item:nth-of-type(odd) .item__block {
  max-width: 600px;
  background-color: #fff;
}
.p-recruit-work .occupation__list .item:nth-of-type(even) {
  background-position: top 0 right calc(50vw - 270px);
}
@media screen and (max-width: 1760px) {
  .p-recruit-work .occupation__list .item:nth-of-type(even) {
    background-position: top 0 right 610px;
  }
}
.p-recruit-work .occupation__list .item:nth-of-type(even) .item__block {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  background-color: #ece8e5;
}
.p-recruit-work .occupation__list .item:nth-of-type(even) .item__animation {
  padding-left: 154px;
}
.p-recruit-work .occupation__list .item:nth-of-type(1) .item__animation::after {
  right: -426px;
}
.p-recruit-work .occupation__list .item:nth-of-type(2) .item__animation::after {
  left: -336px;
}
.p-recruit-work .occupation__list .item:nth-of-type(3) .item__animation::after {
  right: -426px;
}
.p-recruit-work .occupation__list .item:nth-of-type(4) {
  background-position: top 0 right calc(50vw - 270px);
}
@media screen and (max-width: 1920px) {
  .p-recruit-work .occupation__list .item:nth-of-type(4) {
    background-position: top 0 right 690px;
  }
}
.p-recruit-work .occupation__list .item:nth-of-type(4) .item__container {
  max-width: 1920px;
  padding: unset;
}
.p-recruit-work .occupation__list .item:nth-of-type(4) .item__block {
  max-width: 720px;
  margin-right: 0;
  margin-left: auto;
  background-color: #ece8e5;
}
.p-recruit-work .occupation__list .item:nth-of-type(4) .item__animation::after {
  left: -224px;
}
.p-recruit-work .occupation__list .item:nth-of-type(5) .item__animation::after {
  right: -426px;
}
.p-recruit-work .occupation__list .item:nth-of-type(6) .item__animation::after {
  left: -410px;
}
.p-recruit-work .occupation__list .item:nth-of-type(7) .item__animation::after {
  right: -426px;
}
.p-recruit-work .occupation__list .item:nth-of-type(8) .item__animation::after {
  left: -336px;
}
.p-recruit-work .job {
  padding: 106px 40px 0;
}
.p-recruit-work .job__list {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
  margin-top: 34px;
}
.p-recruit-work .job__list .item {
  width: 100%;
  max-width: 1200px;
  padding: 11px;
  background-color: #fff;
  border: 1px solid rgba(96, 120, 150, 0.64);
}
.p-recruit-work .job__list .item__inner {
  height: 289px;
  padding: 30px 0 0 602px;
  background-repeat: no-repeat;
  background-position: top left;
}
.p-recruit-work .job__list .item__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 46px;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-work .job__list .item__english {
  height: 15px;
  margin-top: 18px;
}
.p-recruit-work .job__list .item__text {
  padding-right: 20px;
  margin-top: 22px;
}
.p-recruit-work .job__list .item:nth-of-type(1) .item__inner {
  background-image: url("../img/recruit/pc/work_job_bg_1.jpg");
}
.p-recruit-work .job__list .item:nth-of-type(2) .item__inner {
  background-image: url("../img/recruit/pc/work_job_bg_2.jpg");
}
.p-recruit-work .job__list .item:nth-of-type(3) .item__inner {
  background-image: url("../img/recruit/pc/work_job_bg_3.jpg");
}
.p-recruit-work .job__list .item:nth-of-type(4) .item__inner {
  background-image: url("../img/recruit/pc/work_job_bg_4.jpg");
}
.p-recruit-work .day {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 372px 0 356px;
  margin-top: -60px;
  background: #000 url("../img/recruit/pc/work_day_bg.jpg") top center/auto no-repeat;
}
.p-recruit-work .day__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-work .day__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #fff;
}
.p-recruit-work .day__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 576px);
  grid-gap: 90px 48px;
  justify-content: center;
  margin-top: 54px;
  container-type: inline-size;
}
.p-recruit-work .day__item {
  position: relative;
}
@container (width < 1200px) {}
@container (1200px <= width < 1824px) {
  .p-recruit-work .day__item:nth-of-type(2n + 2) {
    top: 42px;
  }
}
@container (1824px <= width) {
  .p-recruit-work .day__item:nth-of-type(3n + 2) {
    top: 42px;
  }
  .p-recruit-work .day__item:nth-of-type(3n + 3) {
    top: 84px;
  }
}
.p-recruit-work .day__button {
  margin: 148px auto 0;
}

.p-recruit-welfare .b-recruit-mv {
  position: relative;
  z-index: 200;
  height: 601px;
  background-image: url("../img/recruit/pc/welfare_mv_bg.jpg");
}
.p-recruit-welfare .top {
  padding: 176px 40px 40px;
}
.p-recruit-welfare .top__large {
  position: relative;
  left: 30px;
  width: 809px;
  height: 240px;
  margin: 0 auto;
}
.p-recruit-welfare .top__text {
  margin-top: -4px;
  text-align: center;
}
.p-recruit-welfare .main {
  padding: 0 0 244px;
}
.p-recruit-welfare .main__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 86px 104px;
  margin-top: 26px;
}
.p-recruit-welfare .main__list .item {
  position: relative;
}
.p-recruit-welfare .main__list .item::before {
  position: absolute;
  top: -54px;
  display: none;
  width: calc(100% - 132px);
  height: 55px;
  content: "";
  background-color: #ede9e6;
}
.p-recruit-welfare .main__list .item__bg {
  position: relative;
  z-index: 1000;
  padding-top: 420px;
  background-repeat: no-repeat;
}
.p-recruit-welfare .main__list .item__block {
  position: relative;
  max-width: 550px;
  padding: 66px 0 0 56px;
  background-color: #fff;
}
.p-recruit-welfare .main__list .item__block::before {
  position: absolute;
  top: -30px;
  left: 50px;
  display: block;
  width: 58px;
  height: 74px;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
}
.p-recruit-welfare .main__list .item__title {
  display: flex;
  align-items: center;
  width: 580px;
  font-size: 45px;
  font-weight: bold;
  line-height: 56px;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-welfare .main__list .item__title span {
  margin-left: 8px;
  font-size: 21px;
}
.p-recruit-welfare .main__list .item__english {
  margin-top: 26px;
}
.p-recruit-welfare .main__list .item__detail {
  max-width: 440px;
  margin-top: 20px;
}
.p-recruit-welfare .main__list .item:nth-of-type(1) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_1.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(1) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_1.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_1.png") 1x, url("../img/recruit/pc/welfare_main_count_1@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(2) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_2.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(2) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_2.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_2.png") 1x, url("../img/recruit/pc/welfare_main_count_2@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(3) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_3.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(3) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_3.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_3.png") 1x, url("../img/recruit/pc/welfare_main_count_3@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(4) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_4.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(4) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_4.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_4.png") 1x, url("../img/recruit/pc/welfare_main_count_4@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(5) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_5.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(5) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_5.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_5.png") 1x, url("../img/recruit/pc/welfare_main_count_5@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(6) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_6.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(6) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_6.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_6.png") 1x, url("../img/recruit/pc/welfare_main_count_6@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(7) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_7.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(7) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_7.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_7.png") 1x, url("../img/recruit/pc/welfare_main_count_7@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(8) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_8.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(8) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_8.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_8.png") 1x, url("../img/recruit/pc/welfare_main_count_8@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(9) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_9.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(9) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_9.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_9.png") 1x, url("../img/recruit/pc/welfare_main_count_9@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(10) .item__bg {
  background-image: url("../img/recruit/pc/welfare_main_bg_10.jpg");
}
.p-recruit-welfare .main__list .item:nth-of-type(10) .item__block::before {
  background-image: url("../img/recruit/pc/welfare_main_count_10.png");
  background-image: image-set(url("../img/recruit/pc/welfare_main_count_10.png") 1x, url("../img/recruit/pc/welfare_main_count_10@2x.png") 2x);
}
.p-recruit-welfare .main__list .item:nth-of-type(2)::before, .p-recruit-welfare .main__list .item:nth-of-type(3)::before, .p-recruit-welfare .main__list .item:nth-of-type(6)::before, .p-recruit-welfare .main__list .item:nth-of-type(7)::before, .p-recruit-welfare .main__list .item:nth-of-type(10)::before {
  display: block;
}
.p-recruit-welfare .main__list .item:nth-of-type(odd)::before {
  left: 0;
}
.p-recruit-welfare .main__list .item:nth-of-type(odd) .item__bg {
  background-position: top right;
}
.p-recruit-welfare .main__list .item:nth-of-type(odd) .item__block {
  margin-right: 0;
  margin-left: auto;
}
.p-recruit-welfare .main__list .item:nth-of-type(even) {
  top: 124px;
}
.p-recruit-welfare .main__list .item:nth-of-type(even)::before {
  right: 0;
}
.p-recruit-welfare .main__list .item:nth-of-type(even) .item__bg {
  background-position: top left;
}
.p-recruit-welfare .main__list .item:nth-of-type(even) .item__block {
  margin-right: auto;
  margin-left: 0;
}
.p-recruit-welfare .etc {
  padding: 1px 40px 108px;
  background-color: #ede9e6;
}
.p-recruit-welfare .etc__title {
  max-width: 1326px;
  padding-top: 55px;
  margin: -38px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #ede9e6;
}
.p-recruit-welfare .etc__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-welfare .etc__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 376px);
  grid-gap: 36px;
  justify-content: center;
  margin-top: 40px;
}
.p-recruit-welfare .etc__list .item {
  padding: 40px 0 20px;
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-recruit-welfare .etc__list .item__title {
  font-size: 38px;
  font-weight: bold;
  line-height: 57px;
  color: #105277;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-welfare .etc__list .item__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 14px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-welfare .etc__list .item__english {
  margin-top: 24px;
}
.p-recruit-welfare .etc__list .item__english img {
  margin: 0 auto;
}
.p-recruit-welfare .etc__list .item__detail {
  width: 300px;
  margin: 26px auto 0;
}
.p-recruit-welfare .welfare {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 106px 40px 620px;
  background: url("../img/recruit/pc/welfare_others_bg.jpg") bottom center/cover no-repeat;
}
.p-recruit-welfare .welfare__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-welfare .welfare__title img {
  width: 195px;
  height: 52px;
}
.p-recruit-welfare .welfare__title span {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #84adfd;
  letter-spacing: 0.1em;
}
.p-recruit-welfare .welfare__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto 16px;
  content: "";
  background-color: #fff;
}
.p-recruit-welfare .welfare__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 650px);
  grid-gap: 112px 126px;
  justify-content: center;
  margin-top: 44px;
}
.p-recruit-welfare .welfare__list .section__title {
  padding-left: 38px;
  border-left: 1px solid #84adfd;
}
.p-recruit-welfare .welfare__list .section__title span {
  display: block;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-welfare .welfare__list .section__title img {
  margin-top: 24px;
}
.p-recruit-welfare .welfare__list .section__detail {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-welfare .welfare__list .section__note {
  padding-left: 60px;
  margin-top: 10px;
  color: #fff;
}
.p-recruit-welfare .welfare__list .section__list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.p-recruit-welfare .welfare__list .section__list .item {
  position: relative;
  padding-left: 60px;
}
.p-recruit-welfare .welfare__list .section__list .item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
}
.p-recruit-welfare .welfare__list .section__list .item__title {
  padding-top: 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
}
.p-recruit-welfare .welfare__list .section__list .item__note {
  padding-bottom: 10px;
  margin-top: 2px;
  font-size: 16px;
  line-height: 33px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-recruit-welfare .welfare__list .section__list .item:nth-of-type(1)::before {
  background-image: url("../img/recruit/pc/welfare_others_counter_1.png");
  background-image: image-set(url("../img/recruit/pc/welfare_others_counter_1.png") 1x, url("../img/recruit/pc/welfare_others_counter_1@2x.png") 2x);
}
.p-recruit-welfare .welfare__list .section__list .item:nth-of-type(2)::before {
  background-image: url("../img/recruit/pc/welfare_others_counter_2.png");
  background-image: image-set(url("../img/recruit/pc/welfare_others_counter_2.png") 1x, url("../img/recruit/pc/welfare_others_counter_2@2x.png") 2x);
}
.p-recruit-welfare .welfare__list .section__list .item:nth-of-type(3)::before {
  background-image: url("../img/recruit/pc/welfare_others_counter_3.png");
  background-image: image-set(url("../img/recruit/pc/welfare_others_counter_3.png") 1x, url("../img/recruit/pc/welfare_others_counter_3@2x.png") 2x);
}
.p-recruit-welfare .welfare__list .section__list .item:nth-of-type(4)::before {
  background-image: url("../img/recruit/pc/welfare_others_counter_4.png");
  background-image: image-set(url("../img/recruit/pc/welfare_others_counter_4.png") 1x, url("../img/recruit/pc/welfare_others_counter_4@2x.png") 2x);
}
.p-recruit-welfare .welfare__list .section__list .item:nth-of-type(5)::before {
  background-image: url("../img/recruit/pc/welfare_others_counter_5.png");
  background-image: image-set(url("../img/recruit/pc/welfare_others_counter_5.png") 1x, url("../img/recruit/pc/welfare_others_counter_5@2x.png") 2x);
}
.p-recruit-welfare .welfare__list .section__list .item:nth-of-type(6)::before {
  background-image: url("../img/recruit/pc/welfare_others_counter_6.png");
  background-image: image-set(url("../img/recruit/pc/welfare_others_counter_6.png") 1x, url("../img/recruit/pc/welfare_others_counter_6@2x.png") 2x);
}

.p-recruit-system .b-recruit-mv {
  position: relative;
  z-index: 200;
  height: 601px;
  background-image: url("../img/recruit/pc/system_mv_bg.jpg");
}
.p-recruit-system .top {
  position: relative;
  z-index: 100;
  height: 683px;
  padding-top: 194px;
  background: url("../img/recruit/pc/system_top_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - -109px);
}
@media screen and (max-width: 1456px) {
  .p-recruit-system .top {
    background-position: top 0 right 837px;
  }
}
.p-recruit-system .top__container {
  max-width: 1456px;
  padding: 0 20px;
  margin: 0 auto 0;
}
.p-recruit-system .top__block {
  position: relative;
  max-width: 700px;
  margin-right: 0;
  margin-left: auto;
}
.p-recruit-system .top__block::after {
  position: absolute;
  right: 16px;
  bottom: -140px;
  display: block;
  width: 410px;
  height: 155px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/system_top_deco.png");
  background-image: image-set(url("../img/recruit/pc/system_top_deco.png") 1x, url("../img/recruit/pc/system_top_deco@2x.png") 2x);
}
.p-recruit-system .top__english {
  width: 355px;
  height: 23px;
}
.p-recruit-system .top__headline {
  width: 689px;
  height: 173px;
  margin-top: 42px;
}
.p-recruit-system .top__text {
  max-width: 560px;
  margin-top: 40px;
}
.p-recruit-system .rating {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 40px 190px;
  margin-top: -42px;
  background: #000 url("../img/recruit/pc/system_rating_bg.png") top center/auto no-repeat;
}
.p-recruit-system .rating__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-system .rating__title img {
  width: 950px;
  height: 133px;
}
.p-recruit-system .rating__title span {
  margin-top: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-system .rating__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #fff;
}
.p-recruit-system .rating__text {
  margin-top: 28px;
  color: #fff;
  text-align: center;
}
.p-recruit-system .rating__figure {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}
.p-recruit-system .rating__figure img {
  width: 849px;
  height: 737px;
}
.p-recruit-system .training {
  padding-bottom: 260px;
  margin-top: -102px;
}
.p-recruit-system .training__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-system .training__title img {
  width: 1095px;
  height: 132px;
}
.p-recruit-system .training__title span {
  margin-top: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-system .training__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-system .training__headline-text {
  margin-top: 28px;
  text-align: center;
}
.p-recruit-system .training__top {
  height: 574px;
  padding-top: 40px;
  margin-top: 62px;
  background: url("../img/recruit/pc/system_training_bg.jpg") no-repeat;
  background-position: top 0 right calc(50vw - 270px);
}
@media screen and (max-width: 1920px) {
  .p-recruit-system .training__top {
    background-position: top 0 right 690px;
  }
}
.p-recruit-system .training__block {
  max-width: 724px;
  height: 100%;
  padding: 66px 86px 0;
  margin-right: 0;
  margin-left: auto;
  background-color: #fff;
}
.p-recruit-system .training__headline {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-system .training__english {
  height: 15px;
  margin-top: 28px;
}
.p-recruit-system .training__text {
  margin-top: 32px;
}
.p-recruit-system .training__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1220px;
  padding: 0 0 0 130px;
  margin: -36px auto 0;
}
.p-recruit-system .training__list::before {
  position: absolute;
  top: 74px;
  left: 20px;
  display: block;
  width: 72px;
  height: 398px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/system_training_deco.png");
  background-image: image-set(url("../img/recruit/pc/system_training_deco.png") 1x, url("../img/recruit/pc/system_training_deco@2x.png") 2x);
}
.p-recruit-system .training__list .item {
  position: relative;
  width: 100%;
}
.p-recruit-system .training__list .item::after {
  position: absolute;
  bottom: -28px;
  left: 68px;
  display: block;
  width: 14px;
  height: 29px;
  content: "";
  background: url("../img/recruit/pc/system_training_arrow.svg") no-repeat;
}
.p-recruit-system .training__list .item__title {
  position: relative;
  z-index: 100;
  display: flex;
  width: 470px;
  height: 78px;
  padding: 5px 0;
  background: linear-gradient(120deg, #011726 70%, #2ca4de 150%);
}
.p-recruit-system .training__list .item__title--full {
  width: 100%;
}
.p-recruit-system .training__list .item__title span {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  color: #fff;
}
.p-recruit-system .training__list .item__title::before {
  display: block;
  flex: 0 0 auto;
  width: 126px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #fff;
}
.p-recruit-system .training__list .item__detail {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 4px 20px 4px 360px;
  margin: -64px 0 0 152px;
  background-color: #f5f5f5;
}
.p-recruit-system .training__list .item__detail--dummy {
  background-color: unset;
}
.p-recruit-system .training__list .item:nth-of-type(1) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_1.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_1.png") 1x, url("../img/recruit/pc/system_training_count_1@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(2) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_2.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_2.png") 1x, url("../img/recruit/pc/system_training_count_2@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(3) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_3.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_3.png") 1x, url("../img/recruit/pc/system_training_count_3@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(4) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_4.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_4.png") 1x, url("../img/recruit/pc/system_training_count_4@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(5) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_5.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_5.png") 1x, url("../img/recruit/pc/system_training_count_5@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(6) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_6.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_6.png") 1x, url("../img/recruit/pc/system_training_count_6@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(7) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_7.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_7.png") 1x, url("../img/recruit/pc/system_training_count_7@2x.png") 2x);
}
.p-recruit-system .training__list .item:nth-of-type(8) .item__title::before {
  background-image: url("../img/recruit/pc/system_training_count_8.png");
  background-image: image-set(url("../img/recruit/pc/system_training_count_8.png") 1x, url("../img/recruit/pc/system_training_count_8@2x.png") 2x);
}
.p-recruit-system .training__list .item:last-of-type::after {
  display: none;
}
.p-recruit-system .training .etc {
  margin-top: 56px;
}
.p-recruit-system .training .etc__title {
  font-size: 24px;
  font-weight: bolder;
  line-height: 1;
  text-align: center;
}
.p-recruit-system .training .etc__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-system .training .etc__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 376px);
  grid-gap: 38px;
  justify-content: center;
  margin-top: 24px;
}
.p-recruit-system .training .etc__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
  letter-spacing: 0.1em;
  border: 1px solid #105277;
  border-radius: 6px;
}
.p-recruit-system .path {
  position: relative;
  background-color: #000;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.p-recruit-system .path__bg {
  position: relative;
  z-index: 10;
}
.p-recruit-system .path__figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-recruit-system .path__figure img {
  display: block;
  width: 1920px;
  max-width: none;
  height: 1261px;
}
.p-recruit-system .path__fg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 1px 40px 0;
}
.p-recruit-system .path__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -102px;
}
.p-recruit-system .path__title img {
  width: 804px;
  height: 132px;
}
.p-recruit-system .path__title span {
  margin-top: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-system .path__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-system .path__text {
  margin-top: 36px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.p-recruit-system .systems {
  position: relative;
  z-index: 200;
  padding: 1px 40px 338px;
  background-color: #ede9e6;
}
.p-recruit-system .systems__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -102px;
}
.p-recruit-system .systems__title img {
  width: 551px;
  height: 133px;
}
.p-recruit-system .systems__title span {
  margin-top: 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-system .systems__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-system .systems__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 535px);
  grid-gap: 56px 55px;
  justify-content: center;
  margin-top: 26px;
  container-type: inline-size;
}
.p-recruit-system .systems__list .item {
  position: relative;
  padding-top: 279px;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-recruit-system .systems__list .item::before {
  position: absolute;
  top: -25px;
  left: calc(50% - 29px);
  display: block;
  width: 58px;
  height: 74px;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
}
.p-recruit-system .systems__list .item__main {
  padding: 0 1px 1px;
  background: linear-gradient(to right, #fff 0%, #8ac3de 100%);
}
.p-recruit-system .systems__list .item__inner {
  padding: 20px 50px 44px;
  background-color: #ede9e6;
}
.p-recruit-system .systems__list .item__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.1em;
}
.p-recruit-system .systems__list .item__english {
  height: 16px;
  margin-top: 24px;
}
.p-recruit-system .systems__list .item__detail {
  margin-top: 24px;
}
@container (width < 1125px) {}
@container (1125px <= width < 1715px) {
  .p-recruit-system .systems__list .item:nth-of-type(2n + 2) {
    top: 42px;
  }
}
@container (1715px <= width) {
  .p-recruit-system .systems__list .item:nth-of-type(3n + 2) {
    top: 42px;
  }
  .p-recruit-system .systems__list .item:nth-of-type(3n + 3) {
    top: 84px;
  }
}
.p-recruit-system .systems__list .item:nth-of-type(1) {
  background-image: url("../img/recruit/pc/system_systems_bg_1.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(1)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_1.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_1.png") 1x, url("../img/recruit/pc/system_systems_counter_1@2x.png") 2x);
}
.p-recruit-system .systems__list .item:nth-of-type(2) {
  background-image: url("../img/recruit/pc/system_systems_bg_2.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(2)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_2.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_2.png") 1x, url("../img/recruit/pc/system_systems_counter_2@2x.png") 2x);
}
.p-recruit-system .systems__list .item:nth-of-type(3) {
  background-image: url("../img/recruit/pc/system_systems_bg_3.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(3)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_3.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_3.png") 1x, url("../img/recruit/pc/system_systems_counter_3@2x.png") 2x);
}
.p-recruit-system .systems__list .item:nth-of-type(4) {
  background-image: url("../img/recruit/pc/system_systems_bg_4.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(4)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_4.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_4.png") 1x, url("../img/recruit/pc/system_systems_counter_4@2x.png") 2x);
}
.p-recruit-system .systems__list .item:nth-of-type(5) {
  background-image: url("../img/recruit/pc/system_systems_bg_5.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(5)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_5.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_5.png") 1x, url("../img/recruit/pc/system_systems_counter_5@2x.png") 2x);
}
.p-recruit-system .systems__list .item:nth-of-type(6) {
  background-image: url("../img/recruit/pc/system_systems_bg_6.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(6)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_6.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_6.png") 1x, url("../img/recruit/pc/system_systems_counter_6@2x.png") 2x);
}
.p-recruit-system .systems__list .item:nth-of-type(7) {
  background-image: url("../img/recruit/pc/system_systems_bg_7.jpg");
}
.p-recruit-system .systems__list .item:nth-of-type(7)::before {
  background-image: url("../img/recruit/pc/system_systems_counter_7.png");
  background-image: image-set(url("../img/recruit/pc/system_systems_counter_7.png") 1x, url("../img/recruit/pc/system_systems_counter_7@2x.png") 2x);
}

.p-recruit-real-q-and-a .b-recruit-mv {
  height: 214px;
  background-image: url("../img/recruit/pc/contact_mv_bg.jpg");
}
.p-recruit-real-q-and-a .b-recruit-mv img {
  position: relative;
  top: 10px;
}
.p-recruit-real-q-and-a .main {
  padding: 174px 40px 360px;
  background-color: #f5f5f5;
}
.p-recruit-real-q-and-a .main__list {
  display: flex;
  flex-direction: column;
  gap: 74px;
  align-items: center;
}
.p-recruit-real-q-and-a .main__list .category {
  width: 100%;
  max-width: 1200px;
}
.p-recruit-real-q-and-a .main__list .category__title {
  position: relative;
  max-width: 386px;
  padding: 4px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.p-recruit-real-q-and-a .main__list .category__title span {
  display: block;
  padding: 9px 20px;
  background-color: #fff;
}
.p-recruit-real-q-and-a .main__list .category__title::after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  display: block;
  width: 1px;
  height: 19px;
  content: "";
  background-color: #000;
}
.p-recruit-real-q-and-a .main__list .category__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
}
.p-recruit-real-q-and-a .main__list .category__item {
  width: 100%;
}

.p-recruit-privacy .b-recruit-mv {
  height: 214px;
  background-image: url("../img/recruit/pc/contact_mv_bg.jpg");
}
.p-recruit-privacy .main {
  display: flex;
  flex-direction: column;
  gap: 128px;
  padding: 174px 0 370px;
  background-color: #ede9e6;
}
.p-recruit-privacy .main .top {
  max-width: 1200px;
  margin: 0 auto;
}
.p-recruit-privacy .main .top__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-privacy .main .top__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 28px;
  content: "";
  background-color: #105277;
}
.p-recruit-privacy .main .top__list {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
.p-recruit-privacy .main .top .bottom {
  padding: 6px 6px 14px;
  margin-top: 34px;
  border: 1px solid rgba(198, 199, 200, 0.5);
}
.p-recruit-privacy .main .top .bottom__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
.p-recruit-privacy .main .top .bottom__text {
  margin: 12px 0 0 42px;
}
.p-recruit-privacy .main .second__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}
.p-recruit-privacy .main .second__text {
  margin-top: 18px;
}
.p-recruit-privacy .main .second__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 24px;
}
.p-recruit-privacy .main .second__bottom {
  margin-top: 24px;
}
.p-recruit-privacy .main .third {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(198, 199, 200, 0.5);
}
.p-recruit-privacy .main .third__title {
  font-size: 20px;
  font-weight: bold;
  color: #105277;
}
.p-recruit-privacy .main .third__text {
  margin-top: 18px;
}

.p-recruit-notfound .header-space {
  height: 128px;
  background: url("../img/recruit/pc/info_header_space.jpg") center/cover no-repeat;
}
.p-recruit-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 400px;
  margin: 0 auto;
}
.p-recruit-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-recruit-new .header-space {
  height: 214px;
  padding-top: 130px;
  background: url("../img/recruit/pc/single_recruit_header_space.jpg") center/cover no-repeat;
}
.p-recruit-new .header-space__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-new .header-space__title img {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-new .header-space__title span {
  display: block;
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-new .header-space__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto 22px;
  content: "";
  background-color: #000;
}
.p-recruit-new .background {
  padding: 162px 0 326px;
  background-color: #f4f5f5;
}
.p-recruit-new .post__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.p-recruit-new .post__main-block {
  background-color: #fff;
}
.p-recruit-new .post__top-block {
  padding: 34px 32px 54px;
}
.p-recruit-new .post__title {
  padding: 16px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #011726 70%, #2ca4de 120%);
}
.p-recruit-new .post__table {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.p-recruit-new .post__table dl {
  display: grid;
  grid-template-columns: 162px 1fr;
  grid-gap: 50px;
  width: 100%;
}
.p-recruit-new .post__table dt {
  padding: 12px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #105277;
  text-align: justify;
  text-align-last: justify;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-recruit-new .post__table dd {
  padding: 12px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px dashed rgba(113, 112, 113, 0.25);
}
.p-recruit-new .post__inner {
  padding: 38px 32px 66px;
  border-top: 1px solid rgba(178, 178, 179, 0.5);
}
.p-recruit-new .post__content-title img {
  width: 101px;
  height: 23px;
  margin: 0 auto;
}
.p-recruit-new .post__content-title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 18px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-new .post__content {
  padding-top: 22px;
}
.p-recruit-new .post__content h2 {
  padding-right: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  color: #393327;
  text-align: center;
  background-color: unset;
}
.p-recruit-new .post__content h3 {
  font-size: 22px;
  line-height: 38px;
  color: #393327;
  text-align: center;
  border-bottom: unset;
}
.p-recruit-new .post__form table {
  margin: 60px auto 0;
}
.p-recruit-new .post .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.p-recruit-new .post .buttons__mynavi a {
  display: flex;
  align-items: center;
  width: 356px;
  height: 66px;
  padding: 0 36px 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: linear-gradient(120deg, #011726 70%, #2ca4de 150%);
}
.p-recruit-new .post .buttons__mynavi a::before {
  display: block;
  flex: 0 0 auto;
  width: 142px;
  height: 53px;
  margin-right: 16px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_new_flow_mynavi.png");
  background-image: image-set(url("../img/recruit/pc/info_new_flow_mynavi.png") 1x, url("../img/recruit/pc/info_new_flow_mynavi@2x.png") 2x);
}
.p-recruit-new .post .buttons__mynavi a::after {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/info_new_flow_banner_chevron.svg") no-repeat;
}
.p-recruit-new .post .buttons__back a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 238px;
  height: 66px;
  padding-right: 30px;
  padding-left: 22px;
  font-weight: bold;
  line-height: 1;
  background-color: #ede9e6;
}
.p-recruit-new .post .buttons__back a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/single_recruit_button_back_chevron.svg") no-repeat;
}
.p-recruit-new .other__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-recruit-new .other__button {
  width: 242px;
  margin: 36px auto 0;
}

.p-recruit-info .header-space {
  height: 128px;
  background: url("../img/recruit/pc/info_header_space.jpg") center/cover no-repeat;
}
.p-recruit-info .nav {
  padding: 66px 40px;
  background-color: #ede9e6;
}
.p-recruit-info .nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 381px);
  grid-gap: 28px;
  justify-content: center;
}
.p-recruit-info .nav__list .item {
  height: 137px;
  background: #fff top left/auto no-repeat;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-recruit-info .nav__list .item a {
  position: relative;
  height: 100%;
  padding: 44px 0 0 164px;
}
.p-recruit-info .nav__list .item a::after {
  position: absolute;
  top: 65px;
  right: 29px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/recruit/pc/info_nav_chevron.svg") no-repeat;
}
.p-recruit-info .nav__list .item__title {
  margin-top: 17px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-info .nav__list .item:nth-of-type(1) {
  background-image: url("../img/recruit/pc/info_nav_bg_1.jpg");
}
.p-recruit-info .nav__list .item:nth-of-type(2) {
  background-image: url("../img/recruit/pc/info_nav_bg_2.jpg");
}
.p-recruit-info .nav__list .item:nth-of-type(3) {
  background-image: url("../img/recruit/pc/info_nav_bg_3.jpg");
}
.p-recruit-info .information {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 84px 40px 90px;
}
.p-recruit-info .information__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 38px auto 0;
  border-top: 1px solid #fff;
}
.p-recruit-info .information__item {
  width: 100%;
  border-bottom: 1px solid #d9dada;
}
.p-recruit-info .information__item .c-front-info {
  height: 100%;
}
.p-recruit-info .information__button {
  margin: 42px auto 0;
}
.p-recruit-info .mid__title-block {
  position: relative;
  height: 448px;
  padding-top: 272px;
  background: url("../img/recruit/pc/info_mid_title_bg.jpg") center/auto no-repeat;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.p-recruit-info .mid__title-block::after {
  position: absolute;
  bottom: -38px;
  left: calc(50% - 140px);
  z-index: 10000;
  display: block;
  width: 279px;
  height: 134px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_mid_title_deco.png");
  background-image: image-set(url("../img/recruit/pc/info_mid_title_deco.png") 1x, url("../img/recruit/pc/info_mid_title_deco@2x.png") 2x);
}
.p-recruit-info .mid__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-info .mid__title span {
  margin-top: 16px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-info .mid .casual__inner {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  padding: 58px 0 94px;
  margin: -24px auto 0;
  background-color: #fff;
}
.p-recruit-info .mid .casual__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-info .mid .casual__title span {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-info .mid .casual__title img {
  width: 144px;
  height: 15px;
  margin-top: 28px;
}
.p-recruit-info .mid .casual__text {
  margin-top: 32px;
  text-align: center;
}
.p-recruit-info .mid .casual .flow {
  padding: 1px 20px 0;
  background: linear-gradient(to top, transparent 40px, #ede9e6 40px);
  background-color: #ede9e6;
}
.p-recruit-info .mid .casual .flow__title {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 555px;
  height: 92px;
  padding-bottom: 12px;
  margin: -40px auto 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  background: url("../img/recruit/pc/info_casual_balloon.png") no-repeat;
}
.p-recruit-info .mid .casual .flow__qa {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  grid-gap: 28px;
  justify-content: center;
  margin-top: 24px;
}
.p-recruit-info .mid .casual .flow__qa .item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-recruit-info .mid .casual .flow__qa .item__q {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_flow_q.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_q.png") 1x, url("../img/recruit/pc/info_flow_q@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__qa .item__a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 185px;
  padding-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
  color: #105277;
  text-align: center;
  background-repeat: no-repeat;
}
.p-recruit-info .mid .casual .flow__qa .item:nth-of-type(1) .item__a {
  background-image: url("../img/recruit/pc/info_flow_a_1.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_a_1.png") 1x, url("../img/recruit/pc/info_flow_a_1@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__qa .item:nth-of-type(2) .item__a {
  background-image: url("../img/recruit/pc/info_flow_a_2.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_a_2.png") 1x, url("../img/recruit/pc/info_flow_a_2@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__qa .item:nth-of-type(3) .item__a {
  background-image: url("../img/recruit/pc/info_flow_a_3.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_a_3.png") 1x, url("../img/recruit/pc/info_flow_a_3@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__button {
  width: 418px;
  height: 90px;
  margin: 44px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-info .mid .casual .flow__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(120deg, #011726 70%, #2ca4de 150%);
  border: 4px solid #fff;
  border-radius: 16px;
}
.p-recruit-info .mid .casual .flow__button a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  content: "";
  background: url("../img/recruit/pc/info_flow_chevron.svg") no-repeat;
}
.p-recruit-info .mid .casual .flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 1220px;
  padding: 0 0 0 130px;
  margin: 86px auto 0;
}
.p-recruit-info .mid .casual .flow__list::before {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 72px;
  height: 365px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_flow_deco.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_deco.png") 1x, url("../img/recruit/pc/info_flow_deco@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__list .item {
  position: relative;
  width: 100%;
}
.p-recruit-info .mid .casual .flow__list .item::before {
  position: absolute;
  top: 14px;
  left: 17px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 78px;
  content: "";
  background-color: #f5f5f5;
}
.p-recruit-info .mid .casual .flow__list .item__inner {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 78px;
  background-color: #ffffff;
}
.p-recruit-info .mid .casual .flow__list .item__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 126px;
  height: 68px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #105277;
}
.p-recruit-info .mid .casual .flow__list .item__inner::after {
  position: absolute;
  bottom: -36px;
  left: 68px;
  display: block;
  width: 14px;
  height: 29px;
  content: "";
  background: url("../img/recruit/pc/system_training_arrow.svg") no-repeat;
}
.p-recruit-info .mid .casual .flow__list .item__title {
  position: relative;
  z-index: 100;
  display: block;
  flex: 0 0 auto;
  width: 212px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #105277;
}
.p-recruit-info .mid .casual .flow__list .item__detail {
  margin-left: 20px;
}
.p-recruit-info .mid .casual .flow__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_1.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_1.png") 1x, url("../img/recruit/pc/info_flow_count_1@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_2.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_2.png") 1x, url("../img/recruit/pc/info_flow_count_2@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_3.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_3.png") 1x, url("../img/recruit/pc/info_flow_count_3@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_4.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_4.png") 1x, url("../img/recruit/pc/info_flow_count_4@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__list .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_5.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_5.png") 1x, url("../img/recruit/pc/info_flow_count_5@2x.png") 2x);
}
.p-recruit-info .mid .casual .flow__list .item:last-of-type .item__inner::after {
  display: none;
}
.p-recruit-info .mid .qa {
  padding: 94px 40px 176px;
}
.p-recruit-info .mid .qa__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
}
.p-recruit-info .mid .qa__item {
  width: 100%;
  max-width: 1200px;
}
.p-recruit-info .mid .recruit {
  padding: 1px 40px 154px;
  background-color: #ede9e6;
}
.p-recruit-info .mid .recruit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -84px;
}
.p-recruit-info .mid .recruit__title span {
  display: block;
  margin-top: 26px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-info .mid .recruit__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto 20px;
  content: "";
  background-color: #105277;
}
.p-recruit-info .mid .recruit__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 382px);
  grid-gap: 28px;
  justify-content: center;
  margin-top: 60px;
}
.p-recruit-info .mid .recruit .c-info-recruit-card {
  height: 100%;
}
.p-recruit-info .new__title-block {
  position: relative;
  height: 448px;
  padding-top: 272px;
  background: url("../img/recruit/pc/info_new_title_bg.jpg") center/auto no-repeat;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.p-recruit-info .new__title-block::after {
  position: absolute;
  bottom: -32px;
  left: calc(50% - 136px);
  z-index: 10000;
  display: block;
  width: 265px;
  height: 118px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_new_title_deco.png");
  background-image: image-set(url("../img/recruit/pc/info_new_title_deco.png") 1x, url("../img/recruit/pc/info_new_title_deco@2x.png") 2x);
}
.p-recruit-info .new__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-info .new__title span {
  margin-top: 16px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-info .new .love__inner {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  padding: 58px 0 94px;
  margin: -24px auto 0;
  background-color: #fff;
}
.p-recruit-info .new .love__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-info .new .love__title span {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
  letter-spacing: 0.1em;
}
.p-recruit-info .new .love__title img {
  width: 223px;
  height: 15px;
  margin-top: 28px;
}
.p-recruit-info .new .love__text {
  margin-top: 32px;
  text-align: center;
}
.p-recruit-info .new .new-bg {
  background-color: #ede9e6;
}
.p-recruit-info .new .year {
  padding: 1px 20px 0;
}
.p-recruit-info .new .year__title {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 339px;
  height: 91px;
  padding-bottom: 12px;
  margin: -40px auto 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  background: url("../img/recruit/pc/info_year_balloon.png") no-repeat;
}
.p-recruit-info .new .year__figure {
  margin-top: 23px;
  text-align: center;
}
.p-recruit-info .new .year__figure img {
  display: inline-block;
}
.p-recruit-info .new .new-flow {
  padding-bottom: 360px;
  margin-top: 120px;
}
.p-recruit-info .new .new-flow__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 1220px;
  padding: 0 0 0 130px;
  margin: 86px auto 0;
}
.p-recruit-info .new .new-flow__list::before {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 72px;
  height: 365px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_flow_deco.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_deco.png") 1x, url("../img/recruit/pc/info_flow_deco@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item {
  position: relative;
  width: 100%;
}
.p-recruit-info .new .new-flow__list .item::before {
  position: absolute;
  top: 14px;
  left: 17px;
  z-index: 50;
  display: block;
  width: 100%;
  height: 78px;
  content: "";
  background-color: #f5f5f5;
}
.p-recruit-info .new .new-flow__list .item__inner {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 78px;
  background-color: #ffffff;
}
.p-recruit-info .new .new-flow__list .item__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 126px;
  height: 68px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #105277;
}
.p-recruit-info .new .new-flow__list .item__inner::after {
  position: absolute;
  bottom: -36px;
  left: 68px;
  display: block;
  width: 14px;
  height: 29px;
  content: "";
  background: url("../img/recruit/pc/system_training_arrow.svg") no-repeat;
}
.p-recruit-info .new .new-flow__list .item__title {
  position: relative;
  z-index: 100;
  display: block;
  flex: 0 0 auto;
  width: 212px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #105277;
}
.p-recruit-info .new .new-flow__list .item__detail {
  margin-left: 20px;
}
.p-recruit-info .new .new-flow__list .item__banner {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 40px;
}
.p-recruit-info .new .new-flow__list .item__banner img {
  width: 142px;
  height: 53px;
}
.p-recruit-info .new .new-flow__list .item__banner::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 40px;
  content: "";
  background: url("../img/recruit/pc/info_new_flow_list_chevron.svg") no-repeat;
}
.p-recruit-info .new .new-flow__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_1.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_1.png") 1x, url("../img/recruit/pc/info_flow_count_1@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_2.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_2.png") 1x, url("../img/recruit/pc/info_flow_count_2@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_3.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_3.png") 1x, url("../img/recruit/pc/info_flow_count_3@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_4.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_4.png") 1x, url("../img/recruit/pc/info_flow_count_4@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_5.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_5.png") 1x, url("../img/recruit/pc/info_flow_count_5@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item:nth-of-type(6) .item__inner::before {
  background-image: url("../img/recruit/pc/info_flow_count_6.png");
  background-image: image-set(url("../img/recruit/pc/info_flow_count_6.png") 1x, url("../img/recruit/pc/info_flow_count_6@2x.png") 2x);
}
.p-recruit-info .new .new-flow__list .item:last-of-type .item__inner::after {
  display: none;
}
.p-recruit-info .new .new-flow .banner {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  max-width: 1220px;
  padding: 0 0 0 130px;
  margin: 58px auto 0;
}
.p-recruit-info .new .new-flow .banner__mynavi a {
  display: flex;
  align-items: center;
  width: 514px;
  height: 90px;
  padding: 0 36px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: linear-gradient(120deg, #011726 70%, #2ca4de 150%);
  border: 4px solid #fff;
  border-radius: 18px;
}
.p-recruit-info .new .new-flow .banner__mynavi a::before {
  display: block;
  flex: 0 0 auto;
  width: 142px;
  height: 53px;
  margin-right: 16px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/info_new_flow_mynavi.png");
  background-image: image-set(url("../img/recruit/pc/info_new_flow_mynavi.png") 1x, url("../img/recruit/pc/info_new_flow_mynavi@2x.png") 2x);
}
.p-recruit-info .new .new-flow .banner__mynavi a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/info_new_flow_banner_chevron.svg") no-repeat;
}
.p-recruit-info .new .new-flow .banner__new a {
  display: flex;
  align-items: center;
  width: 514px;
  height: 90px;
  padding: 0 36px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #105277;
  border: 4px solid #fff;
  border-radius: 18px;
}
.p-recruit-info .new .new-flow .banner__new a::after {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/info_new_flow_banner_chevron.svg") no-repeat;
}

.p-recruit-front-page .mv {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 960px;
  background-color: #040404;
}
.p-recruit-front-page .mv__video {
  height: 100%;
}
.p-recruit-front-page .mv .c-video-area__video {
  object-position: bottom center;
}
.p-recruit-front-page .employee {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 854px;
  padding-top: 188px;
  background: url("../img/recruit/pc/front_employee_bg.jpg") center/auto no-repeat;
}
.p-recruit-front-page .employee__container {
  display: grid;
  grid-template-columns: 586px calc(100% - 586px);
  max-width: 1840px;
  padding-left: 40px;
  margin: 0 0 0 auto;
}
.p-recruit-front-page .employee__block {
  padding-top: 10px;
}
.p-recruit-front-page .employee__english {
  width: 279px;
  height: 22px;
}
.p-recruit-front-page .employee__headline {
  width: 456px;
  height: 172px;
  margin-top: 42px;
}
.p-recruit-front-page .employee__text {
  max-width: 420px;
  margin-top: 44px;
  color: #fff;
}
.p-recruit-front-page .employee__button {
  margin-top: 68px;
}
.p-recruit-front-page .employee__slider {
  position: relative;
}
.p-recruit-front-page .employee__slider::before {
  position: absolute;
  top: -80px;
  left: -112px;
  z-index: 100;
  display: block;
  width: 322px;
  height: 155px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/front_employee_deco.png");
  background-image: image-set(url("../img/recruit/pc/front_employee_deco.png") 1x, url("../img/recruit/pc/front_employee_deco@2x.png") 2x);
}
.p-recruit-front-page .employee__slider .b-voice-slider {
  width: 100%;
}
.p-recruit-front-page .company {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 62px;
  background-color: #ede9e6;
}
.p-recruit-front-page .company__top-text {
  width: 238px;
  height: 21px;
  margin: 34px auto 0;
}
.p-recruit-front-page .company__inner {
  position: relative;
  z-index: 100;
  height: 690px;
  padding-top: 30px;
  margin-top: 52px;
  background: url("../img/recruit/pc/front_company_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 274px);
}
@media screen and (max-width: 1790px) {
  .p-recruit-front-page .company__inner {
    background-position: top 0 right 621px;
  }
}
.p-recruit-front-page .company__container {
  max-width: 1790px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit-front-page .company__block {
  width: 500px;
  margin-right: 0;
  margin-left: auto;
}
.p-recruit-front-page .company__english {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-front-page .company__english img {
  width: 259px;
  height: 23px;
}
.p-recruit-front-page .company__english::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background-color: #fff;
}
.p-recruit-front-page .company__headline {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .company__figure {
  width: 456px;
  height: 221px;
  margin-top: 38px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-front-page .company__text {
  margin-top: 30px;
}
.p-recruit-front-page .company__button {
  margin-top: 44px;
}
.p-recruit-front-page .work {
  position: relative;
  z-index: 50;
  height: 996px;
  padding-top: 212px;
  margin-top: -38px;
  background: url("../img/recruit/pc/front_work_bg.png") no-repeat;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-position: top 0 left calc(50vw - 969px);
}
@media screen and (max-width: 1770px) {
  .p-recruit-front-page .work {
    background-position: top 0 left -84px;
  }
}
.p-recruit-front-page .work__container {
  max-width: 1770px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit-front-page .work__block {
  width: 500px;
  margin-right: auto;
  margin-left: 0;
}
.p-recruit-front-page .work__english {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-front-page .work__english img {
  width: 259px;
  height: 22px;
}
.p-recruit-front-page .work__english::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 18px;
  content: "";
  background-color: #fff;
}
.p-recruit-front-page .work__headline {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .work__large {
  width: 379px;
  height: 84px;
  margin-top: 50px;
}
.p-recruit-front-page .work__text {
  margin-top: 22px;
  font-size: 36px;
  font-weight: bold;
  line-height: 58px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .work__button {
  margin-top: 48px;
}
.p-recruit-front-page .information {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 1672px;
  padding: 204px 40px 0;
  margin-top: -178px;
  background: url("../img/recruit/pc/front_information_bg.png") top center/auto no-repeat;
}
.p-recruit-front-page .information__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 38px auto 0;
  border-top: 1px solid #fff;
}
.p-recruit-front-page .information__item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.p-recruit-front-page .information__item .c-front-info {
  height: 100%;
}
.p-recruit-front-page .information__button {
  margin: 42px auto 0;
}
.p-recruit-front-page .menu {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 1122px;
  overflow: hidden;
  background: url("../img/recruit/pc/front_menu_bg.jpg") center/cover no-repeat;
}
.p-recruit-front-page .menu__container {
  display: grid;
  grid-template-columns: calc((100% - 104px) / 2) calc((100% - 104px) / 2);
  grid-gap: 104px;
  max-width: 100%;
}
.p-recruit-front-page .menu .welfare {
  position: relative;
}
.p-recruit-front-page .menu .welfare::before {
  position: absolute;
  top: 60px;
  right: -30px;
  display: block;
  width: 969px;
  height: 557px;
  content: "";
  background: url("../img/recruit/pc/front_welfare_bg.png") no-repeat;
}
.p-recruit-front-page .menu .welfare__block {
  position: relative;
  z-index: 100;
  max-width: 430px;
  margin: 448px 12% 0 auto;
}
.p-recruit-front-page .menu .welfare__title {
  width: 538px;
  height: 217px;
  margin-left: -106px;
}
.p-recruit-front-page .menu .welfare__headline {
  margin-top: 26px;
  font-size: 36px;
  font-weight: bold;
  line-height: 57px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .menu .welfare__button {
  margin-top: 44px;
}
.p-recruit-front-page .menu .system {
  position: relative;
}
.p-recruit-front-page .menu .system::before {
  position: absolute;
  top: 184px;
  left: -30px;
  display: block;
  width: 969px;
  height: 557px;
  content: "";
  background: url("../img/recruit/pc/front_system_bg.png") no-repeat;
}
.p-recruit-front-page .menu .system__block {
  position: relative;
  z-index: 100;
  max-width: 450px;
  margin: 574px auto 0 12%;
}
.p-recruit-front-page .menu .system__title {
  width: 524px;
  height: 217px;
  margin-left: -86px;
}
.p-recruit-front-page .menu .system__headline {
  margin-top: 26px;
  font-size: 36px;
  font-weight: bold;
  line-height: 57px;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .menu .system__button {
  margin-top: 44px;
}
.p-recruit-front-page .recruit {
  padding: 4px 0 8px;
  margin-top: -4px;
  background-color: #000;
}
.p-recruit-front-page .recruit__qa a {
  display: flex;
  align-items: center;
  width: 732px;
  height: 108px;
  padding: 0 38px;
  margin-top: -54px;
  background-color: #000;
  border-radius: 0 54px 54px 0;
}
.p-recruit-front-page .recruit__qa a img {
  width: 225px;
  height: 91px;
}
.p-recruit-front-page .recruit__qa a span {
  margin-left: 8px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .recruit__qa a::after {
  display: block;
  width: 56px;
  height: 56px;
  margin-left: auto;
  content: "";
  background: url("../img/recruit/pc/front_qa_chevron.svg") no-repeat;
}
.p-recruit-front-page .recruit__title {
  position: relative;
  z-index: 100;
  width: 1123px;
  height: 103px;
  margin: 74px auto 0;
  pointer-events: none;
}
.p-recruit-front-page .recruit__list {
  display: flex;
  max-width: 1200px;
  margin: -32px auto 0;
}
.p-recruit-front-page .recruit__button {
  flex: 0 0 auto;
  width: 624px;
}
.p-recruit-front-page .recruit__button a {
  height: 308px;
}
.p-recruit-front-page .recruit__button--new a {
  clip-path: polygon(0 0, 100% 0, calc(100% - 64px) 100%, 0 100%);
}
.p-recruit-front-page .recruit__button--mid {
  margin-left: -48px;
}
.p-recruit-front-page .recruit__button--mid a {
  clip-path: polygon(64px 0, 100% 0, 100% 100%, 0 100%);
}
.p-recruit-front-page .recruit .requirements {
  margin-top: 54px;
}
.p-recruit-front-page .recruit .requirements__title span {
  display: block;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .recruit .requirements__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 26px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-front-page .recruit .requirements__title img {
  width: 153px;
  height: 22px;
  margin: 20px auto 0;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-front-page .recruit .requirements__list {
  margin-top: 40px;
}
.p-recruit-front-page .recruit .requirements__button {
  margin: 60px auto 0;
}
.p-recruit-front-page .looking {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 1236px;
  padding-top: 300px;
  background: url("../img/recruit/pc/front_looking_bc.jpg") top center/auto no-repeat;
}
.p-recruit-front-page .looking__text {
  font-size: 19px;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-front-page .looking__sign {
  width: 470px;
  height: 188px;
  margin: -6px auto 0;
}

.p-recruit-employee .b-recruit-mv {
  height: 601px;
  background-image: url("../img/recruit/pc/employee_mv_bg.jpg");
}
.p-recruit-employee .axis {
  height: 574px;
  padding-top: 40px;
  margin-top: 166px;
  background: url("../img/recruit/pc/employee_axis_bg.jpg") center/auto no-repeat;
  background-position: top 0 left calc(50vw - 272px);
}
@media screen and (max-width: 1920px) {
  .p-recruit-employee .axis {
    background-position: top 0 left 688px;
  }
}
.p-recruit-employee .axis__block {
  position: relative;
  max-width: 722px;
  min-height: 494px;
  padding: 56px 0 0 120px;
  background-color: #fff;
}
.p-recruit-employee .axis__block::before {
  position: absolute;
  right: -364px;
  bottom: 38px;
  z-index: 100;
  display: block;
  width: 477px;
  height: 165px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/employee_axis_deco.png");
  background-image: image-set(url("../img/recruit/pc/employee_axis_deco.png") 1x, url("../img/recruit/pc/employee_axis_deco@2x.png") 2x);
}
.p-recruit-employee .axis__english {
  width: 342px;
  height: 21px;
}
.p-recruit-employee .axis__headline {
  width: 464px;
  height: 169px;
  margin-top: 42px;
}
.p-recruit-employee .axis__text {
  max-width: 420px;
  margin-top: 44px;
}
.p-recruit-employee .why {
  padding: 128px 0 130px;
}
.p-recruit-employee .why__title {
  font-size: 43px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-employee .why__english {
  margin-top: 30px;
}
.p-recruit-employee .why__english::before, .p-recruit-employee .why__english::after {
  top: 29px;
  width: 36px;
  height: 2px;
}
.p-recruit-employee .why__english::before {
  transform: rotate(49deg);
}
.p-recruit-employee .why__english::after {
  transform: rotate(-49deg);
}
.p-recruit-employee .why__slider {
  height: 589px;
  margin-top: 22px;
}
.p-recruit-employee .interview {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 98px 0 0;
  background: #ede9e6 url("../img/recruit/pc/employee_interview_bg.png") top center/auto no-repeat;
}
.p-recruit-employee .interview__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 48px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 24px;
}
.p-recruit-employee .interview__balloon::after {
  position: absolute;
  bottom: -11px;
  left: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
}
.p-recruit-employee .interview__title {
  margin-top: 30px;
  text-align: center;
}
.p-recruit-employee .interview__title span {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-employee .interview__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 20px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-employee .interview__title img {
  margin: 16px auto 0;
}
.p-recruit-employee .interview__list {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(auto-fill, 576px);
  grid-gap: 90px 48px;
  justify-content: center;
  max-width: 1872px;
  margin: 32px auto 0;
  container-type: inline-size;
}
.p-recruit-employee .interview__item {
  position: relative;
}
@container (width < 1200px) {}
@container (1200px <= width < 1824px) {
  .p-recruit-employee .interview__item:nth-of-type(2n + 2) {
    top: 42px;
  }
}
@container (1824px <= width) {
  .p-recruit-employee .interview__item:nth-of-type(3n + 2) {
    top: 42px;
  }
  .p-recruit-employee .interview__item:nth-of-type(3n + 3) {
    top: 84px;
  }
}
.p-recruit-employee .interview__button {
  position: relative;
  z-index: 100;
  margin: 150px auto 0;
}
.p-recruit-employee .data {
  position: relative;
  padding: 416px 40px 120px;
  margin-top: -138px;
  background: url("../img/recruit/pc/employee_data_bg.png") top center/auto no-repeat, linear-gradient(to bottom, #ede9e6 0, #000 400px);
}
.p-recruit-employee .data__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-employee .data__title span {
  margin-top: -10px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-employee .data__title::after {
  display: block;
  width: 62px;
  height: 2px;
  margin-top: 24px;
  content: "";
  background-color: #fff;
}
.p-recruit-employee .data__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 378px);
  grid-gap: 36px;
  justify-content: center;
  margin-top: 54px;
}
.p-recruit-employee .data__list .item {
  padding: 1px;
  background: linear-gradient(to right, #fff 0%, #8ac3de 100%);
}
.p-recruit-employee .data__list .item__inner {
  height: 100%;
  padding-top: 42px;
  background-color: #000;
}
.p-recruit-employee .data__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-employee .data__list .item__title span {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-employee .data__list .item__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-employee .data__list .item__title img {
  margin-top: 22px;
}
.p-recruit-employee .crosstalk {
  position: relative;
  padding: 1px 20px 304px;
  background: linear-gradient(to top, #ede9e6 0, #fff 470px);
}
.p-recruit-employee .crosstalk::before {
  display: block;
  width: 100%;
  max-width: 1610px;
  height: 40px;
  margin: -30px auto 0;
  content: "";
  background-color: #fff;
}
.p-recruit-employee .crosstalk__title {
  margin-top: 66px;
}
.p-recruit-employee .crosstalk__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 548px);
  grid-gap: 82px 52px;
  justify-content: center;
  max-width: 1800px;
  margin: 24px auto 0;
  container-type: inline-size;
}
.p-recruit-employee .crosstalk__item {
  position: relative;
}
@container (width < 1148px) {}
@container (1148px <= width < 1748px) {
  .p-recruit-employee .crosstalk__item:nth-of-type(2n + 2) {
    top: 32px;
  }
}
@container (1748px <= width) {
  .p-recruit-employee .crosstalk__item:nth-of-type(3n + 2) {
    top: 32px;
  }
  .p-recruit-employee .crosstalk__item:nth-of-type(3n + 3) {
    top: 64px;
  }
}
.p-recruit-employee .crosstalk__button {
  margin: 136px auto 0;
}

.p-recruit-contact .b-recruit-mv {
  height: 214px;
  background-image: url("../img/recruit/pc/contact_mv_bg.jpg");
}
.p-recruit-contact .main {
  padding: 144px 40px 300px;
  background-color: #f5f5f5;
}
.p-recruit-contact .main__text {
  text-align: center;
}
.p-recruit-contact .main__tel-title {
  margin-top: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-contact .main__tel {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.p-recruit-contact .main .form {
  max-width: 1116px;
  margin: 80px auto 0;
}
.p-recruit-contact .main .form .c-recaptcha-text {
  margin-top: 8px;
}

.p-recruit-company .b-recruit-mv {
  height: 601px;
  background-image: url("../img/recruit/pc/company_mv_bg.jpg");
}
.p-recruit-company .b-recruit-mv__title span {
  color: #fff;
}
.p-recruit-company .top {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  height: 1302px;
  padding-top: 175px;
  background: url("../img/recruit/pc/company_top_bg.jpg") top center/auto no-repeat;
}
.p-recruit-company .top__message {
  position: relative;
  left: -10px;
  width: 1054px;
  height: 482px;
  margin: 0 auto;
}
.p-recruit-company .top__title {
  margin-top: 13px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
}
.p-recruit-company .top__text {
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}
.p-recruit-company .content {
  padding: 1px 0 120px;
}
.p-recruit-company .content__title-block {
  max-width: 1610px;
  padding-top: 108px;
  margin: -34px auto 0;
  background-color: #fff;
}
.p-recruit-company .content__slider {
  margin: 48px 0 0 11%;
}
.p-recruit-company .content__button {
  margin: 60px auto 0;
}
.p-recruit-company .number {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0 50px;
  background: url("../img/recruit/pc/company_number_bg.jpg") no-repeat;
  background-position: top 0 left calc(50vw - 274px);
}
@media screen and (max-width: 1756px) {
  .p-recruit-company .number {
    background-position: top 0 left 604px;
  }
}
.p-recruit-company .number__container {
  max-width: 1756px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-recruit-company .number__block {
  position: relative;
  max-width: 600px;
  padding: 54px 0 20px;
  margin-right: auto;
  margin-left: 0;
  background-color: #fff;
}
.p-recruit-company .number__block::after {
  position: absolute;
  right: -272px;
  bottom: 112px;
  display: block;
  width: 380px;
  height: 125px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/company_number_deco.png");
  background-image: image-set(url("../img/recruit/pc/company_number_deco.png") 1x, url("../img/recruit/pc/company_number_deco@2x.png") 2x);
}
.p-recruit-company .number__english {
  width: 405px;
  height: 22px;
}
.p-recruit-company .number__headline {
  width: 542px;
  height: 169px;
  margin-top: 43px;
}
.p-recruit-company .number__text {
  max-width: 410px;
  margin-top: 46px;
}
.p-recruit-company .data {
  position: relative;
  padding: 92px 40px 120px;
  background-color: #000;
}
.p-recruit-company .data::before {
  position: absolute;
  top: -33px;
  left: calc(50% - 36px);
  display: block;
  width: 72px;
  height: 34px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  background-color: #000;
}
.p-recruit-company .data__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 378px);
  grid-gap: 36px;
  justify-content: center;
}
.p-recruit-company .data__list .item {
  padding: 1px;
  background: linear-gradient(to right, #fff 0%, #8ac3de 100%);
}
.p-recruit-company .data__list .item__inner {
  height: 100%;
  padding-top: 42px;
  background-color: #000;
}
.p-recruit-company .data__list .item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-company .data__list .item__title span {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-recruit-company .data__list .item__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 22px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-company .data__list .item__title img {
  margin-top: 22px;
}
.p-recruit-company .csr {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.p-recruit-company .csr__top {
  height: 525px;
  padding-top: 278px;
  background: url("../img/recruit/pc/company_csr_bg.jpg") center/auto no-repeat;
}
.p-recruit-company .csr__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-recruit-company .csr__title span {
  margin-top: 22px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-recruit-company .csr__title span::before {
  display: block;
  width: 62px;
  height: 2px;
  margin: 0 auto 15px;
  content: "";
  background-color: #fff;
}
.p-recruit-company .csr__main {
  padding: 1px 0 338px;
  background-color: #ede9e6;
}
.p-recruit-company .csr__inner {
  max-width: 1610px;
  padding-top: 86px;
  margin: -36px auto 0;
  background-color: #ede9e6;
}
.p-recruit-company .csr__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 678px);
  grid-gap: 72px;
  justify-content: center;
  counter-reset: csr;
}
.p-recruit-company .csr__item {
  width: 678px;
  height: 372px;
}
.p-recruit-company .csr__item .c-csr-card {
  height: 100%;
}
.p-recruit-company .csr__item .c-csr-card__inner::before {
  content: counter(csr, decimal-leading-zero);
  counter-increment: csr;
}
.p-recruit-company .csr__button {
  margin: 72px auto 0;
}

.p-recruit-casual .b-recruit-mv {
  height: 601px;
  background-image: url("../img/recruit/pc/casual_mv_bg.jpg");
}
.p-recruit-casual .before {
  height: 574px;
  padding-top: 40px;
  margin-top: 166px;
  background: url("../img/recruit/pc/casual_before_bg.jpg") center/auto no-repeat;
  background-position: top 0 left calc(50vw - 272px);
}
@media screen and (max-width: 1920px) {
  .p-recruit-casual .before {
    background-position: top 0 left 688px;
  }
}
.p-recruit-casual .before__block {
  position: relative;
  max-width: 722px;
  min-height: 494px;
  padding: 56px 0 0 120px;
  background-color: #fff;
}
.p-recruit-casual .before__block::before {
  position: absolute;
  right: -364px;
  bottom: 72px;
  z-index: 100;
  display: block;
  width: 472px;
  height: 126px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/recruit/pc/casual_before_deco.png");
  background-image: image-set(url("../img/recruit/pc/casual_before_deco.png") 1x, url("../img/recruit/pc/casual_before_deco@2x.png") 2x);
}
.p-recruit-casual .before__english {
  width: 341px;
  height: 21px;
}
.p-recruit-casual .before__headline {
  width: 458px;
  height: 172px;
  margin-top: 42px;
}
.p-recruit-casual .before__text {
  max-width: 420px;
  margin-top: 44px;
}
.p-recruit-casual .contents {
  position: relative;
  z-index: 100;
  padding: 82px 40px 0;
}
.p-recruit-casual .contents__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 580px);
  grid-gap: 38px;
  justify-content: center;
  margin-top: 32px;
}
.p-recruit-casual .contents__container .block {
  padding: 6px;
  background-color: #f5f5f5;
}
.p-recruit-casual .contents__container .block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 42px 0 34px;
  background-color: #fff;
  border: 1px solid #607896;
}
.p-recruit-casual .contents__container .block__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #105277;
}
.p-recruit-casual .contents__container .block__english {
  height: 16px;
  margin-top: 22px;
}
.p-recruit-casual .contents__container .block__text {
  width: 502px;
  margin-top: 22px;
  text-align: center;
}
.p-recruit-casual .contents__container .block__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 486px;
  height: 48px;
  margin-top: 14px;
  line-height: 1;
  background-color: #f5f5f5;
  border-radius: 24px;
}
.p-recruit-casual .main {
  padding: 170px 40px 300px;
  margin-top: -58px;
  background-color: #f5f5f5;
}
.p-recruit-casual .main__title {
  text-align: center;
}
.p-recruit-casual .main__title span {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-recruit-casual .main__title span::after {
  display: block;
  width: 62px;
  height: 2px;
  margin: 20px auto 0;
  content: "";
  background-color: #105277;
}
.p-recruit-casual .main__title img {
  margin: 16px auto 0;
}
.p-recruit-casual .main .form {
  max-width: 1116px;
  margin: 46px auto 0;
}
.p-recruit-casual .main .form .c-recaptcha-text {
  margin-top: 8px;
}

.p-archive-recruit-article .b-recruit-mv {
  height: 214px;
  background-image: url("../img/recruit/pc/contact_mv_bg.jpg");
}
.p-archive-recruit-article .main {
  padding: 146px 0 340px;
  background-color: #f5f6f6;
}
.p-archive-recruit-article .main__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 380px);
  grid-gap: 40px 28px;
  justify-content: center;
  max-width: 1604px;
  margin: 0 auto;
}
.p-archive-recruit-article .main__item .c-article-card {
  height: 100%;
}
.p-archive-recruit-article .wp-pagenavi {
  padding-top: 74px;
}
