@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
.recruit_contents {
  overflow-x: hidden !important;
  background-color: #f5f4f1;
}
@media (max-width: 519px) {
  .recruit_contents header {
    background-color: #f5f4f1;
  }
}
.recruit_contents .headerTitle h1 {
  color: #fff;
}
@media (max-width: 519px) {
  .recruit_contents .headerTitle h1 {
    color: #2b2b2b;
  }
}
@media (max-width: 519px) {
  .recruit_contents .headerTitle img {
    visibility: visible;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 519px) {
  .recruit_contents .headerTitle::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    width: 50px;
    height: 50px;
    background: url("/img/icon/logoBlack.png") no-repeat center/cover;
  }
}
@media (max-width: 519px) {
  .recruit_contents.entry_contents .headerTitle img {
    visibility: visible;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 519px) {
  .recruit_contents.entry_contents .headerTitle::after {
    opacity: 0;
    visibility: hidden;
  }
}
.recruit_contents .index {
  color: #fff;
}
.recruit_contents .index span {
  color: #C8322A;
  top: 5.6rem;
}
@media (max-width: 959px) {
  .recruit_contents .index span {
    top: 4rem;
  }
}
@media (max-width: 519px) {
  .recruit_contents .index span {
    top: 2.6rem;
  }
}
.recruit_contents .hMenu_recruit {
  display: none;
}
.recruit_contents #navToggle {
  background-color: #C8322A !important;
}
.recruit_contents .NavMenu {
  background-color: #f5f4f1 !important;
}
.recruit_contents .NavMenu .companyName {
  color: #2b2b2b !important;
}
.recruit_contents .NavMenu .companyName span {
  background-color: #f5f4f1 !important;
  color: #19426e !important;
}
@media (max-width: 959px) {
  .recruit_contents .breadcrumbs {
    margin-top: 3%;
  }
}
.recruit_contents .breadcrumbs ul {
  background-color: #ded836 !important;
}
.recruit_contents .breadcrumbs li {
  color: #2b2b2b !important;
}
.recruit_contents .contentsWrap {
  background-color: #f5f4f1 !important;
}
.recruit_contents footer {
  background: linear-gradient(to bottom, #f5f4f1 0%, #f6f7f5 55%, #ffffff 100%);
}
.recruit_contents footer .contactForm {
  padding: 2% 0;
}
.recruit_contents footer div {
  color: #2b2b2b !important;
}
.recruit_contents footer h4.index {
  color: #2b2b2b !important;
}
.recruit_contents footer h4.index span {
  background-color: #f6f7f5 !important;
  color: #2b2b2b !important;
}
.recruit_contents footer .moreBtn {
  border-color: #2b2b2b !important;
}
.recruit_contents footer .footerMenu {
  background-color: transparent !important;
  color: #2b2b2b !important;
}
.recruit_contents footer .footerMenu ul li::after {
  background-color: #2b2b2b;
}
.recruit_contents footer .footerMenu ul li::before {
  background-color: #ded836;
}
.recruit_contents footer .footerMenu ul li .en {
  font-weight: bold;
}
@media (max-width: 519px) {
  .recruit_contents footer .footerMenu ul li .en {
    background-color: #f6f7f5 !important;
  }
  .recruit_contents footer .footerMenu ul li .jan {
    background-color: #f6f7f5 !important;
  }
}
.recruit_contents footer .copyright {
  padding: 2% 0 3%;
}

body.recruit_contents.open #navToggle {
  background-color: #f5f4f1 !important;
}

.entry {
  position: fixed;
  width: 180px;
  height: 50px;
  right: 90px;
  top: 20px;
  background: #2b2b2b;
  border-radius: 2px;
  margin-right: 20px;
  color: #fff;
  z-index: 999;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  border: solid 1px #f5f4f1;
}
@media (max-width: 750px) {
  .entry {
    opacity: 0;
    visibility: hidden;
  }
}
.entry .entry_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.entry::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 1px;
  transition: 0.6s ease-in;
}
.entry:hover {
  color: #fdf50a;
}
.entry:hover::after {
  border-top: 3px solid #fdf50a;
  border-right: 3px solid #fdf50a;
}
.entry a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
}
.entry span {
  display: block;
  position: relative;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: bold;
}

.recruit_top {
  overflow: hidden;
  position: relative;
}
.recruit_top .index {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.recruit_top .recruit_visual {
  height: 80vh;
  max-height: 760px;
  z-index: 2;
}
@media (max-width: 959px) {
  .recruit_top .recruit_visual {
    height: 60vh;
  }
}
@media (max-width: 519px) {
  .recruit_top .recruit_visual {
    height: 40vh;
  }
}
.recruit_top .recruit_visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%), repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.1) 0 2px, rgba(255, 255, 255, 0) 2px 4px);
}
.recruit_top .swiper-wrapper,
.recruit_top .swiper-slide {
  height: 100%;
}
.recruit_top .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit_top .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  margin: 0 0 10px 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  background: #333 !important;
}
.recruit_top .swiper-pagination {
  top: 50% !important;
  bottom: auto !important;
  z-index: 5 !important;
  position: absolute !important;
}
.recruit_top .swiper-pagination-bullet:nth-child(4n+1) {
  background: #00AEEF !important;
}
.recruit_top .swiper-pagination-bullet:nth-child(4n+2) {
  background: #EC008C !important;
}
.recruit_top .swiper-pagination-bullet:nth-child(4n+3) {
  background: #FFF200 !important;
}
.recruit_top .swiper-pagination-bullet:nth-child(4n+4) {
  background: #231F20 !important;
}
.recruit_top .swiper-pagination-bullet-active {
  transform: scale(1.15);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

.recruit_message_wrap {
  position: relative;
}
@media (max-width: 519px) {
  .recruit_message_wrap {
    padding-bottom: 8%;
  }
}
.recruit_message_wrap .trim {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 5;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 959px) {
  .recruit_message_wrap .trim {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 519px) {
  .recruit_message_wrap .trim {
    width: 80px;
    height: 80px;
  }
}
.recruit_message_wrap .trim img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit_message_wrap .trim.top {
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_message_wrap .trim.right {
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.recruit_message_wrap .trim.bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.recruit_message_wrap .trim.left {
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.recruit_message {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4% 0;
}
.recruit_message .recruit_message_title {
  text-align: center;
  font-size: clamp(2.5rem, 4.6vw, 7rem);
  font-weight: bold;
  line-height: 1.4;
}
.recruit_message .recruit_message_title .highLight {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  background-color: #2b2b2b;
}
.recruit_message .recruit_message_title .highLight::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
.recruit_message .recruit_message_title .highLight span {
  z-index: 2;
  opacity: 0;
}
.recruit_message .recruit_message_title .highLight span.yellow {
  color: #ded836;
}
.recruit_message .recruit_message_title .highLight span.white {
  color: #fff;
}
.recruit_message .recruit_message_title .highLight.move::after {
  animation: barAnime 1.5s ease forwards;
  animation-delay: 0.5s;
}
.recruit_message .recruit_message_title .highLight.move span {
  animation: photoAnime 1.5s ease forwards;
  animation-delay: 1s;
}
.recruit_message .recruit_message_title .chosei {
  display: inline-block;
  vertical-align: middle;
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.recruit_message .concept-bg span {
  position: absolute;
  font-size: clamp(40px, 8vw, 120px);
  font-weight: 600;
  color: #000;
  pointer-events: none;
  opacity: 0.008;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.recruit_message .concept-bg span.w1 {
  top: -6%;
  left: 0;
  animation-duration: 6s;
  animation-delay: -1s;
  animation-name: blinkA;
}
.recruit_message .concept-bg span.w2 {
  top: 10%;
  left: 88%;
  animation-duration: 9s;
  animation-delay: -4s;
  animation-name: blinkB;
}
.recruit_message .concept-bg span.w3 {
  bottom: -5%;
  right: 0;
  animation-duration: 7s;
  animation-delay: -2s;
  animation-name: blinkC;
}
.recruit_message .concept-bg span.w4 {
  top: 46%;
  left: 80%;
  animation-duration: 11s;
  animation-delay: -6s;
  animation-name: blinkA;
}
.recruit_message .concept-bg span.w5 {
  top: 58%;
  left: 3%;
  animation-duration: 8s;
  animation-delay: -3s;
  animation-name: blinkB;
}
.recruit_message .concept-bg span.w6 {
  top: 25%;
  left: 5%;
  animation-duration: 13s;
  animation-delay: -7s;
  animation-name: blinkC;
}
.recruit_message .concept-bg span.w7 {
  top: 80%;
  left: 18%;
  animation-duration: 10s;
  animation-delay: -5s;
  animation-name: blinkC;
}
.recruit_message .recruit_message_sentence {
  text-align: center;
  font-size: clamp(1.6rem, 2.2vw, 2.8rem);
  font-weight: bold;
  padding: 5% 0;
  line-height: 1.5;
}

@keyframes blinkA {
  0%, 20% {
    opacity: 0.008;
  }
  45%, 60% {
    opacity: 0.028;
  }
  100% {
    opacity: 0.008;
  }
}
@keyframes blinkB {
  0%, 30% {
    opacity: 0.008;
  }
  50%, 70% {
    opacity: 0.025;
  }
  100% {
    opacity: 0.008;
  }
}
@keyframes blinkC {
  0%, 10% {
    opacity: 0.01;
  }
  30%, 40% {
    opacity: 0.03;
  }
  60%, 85% {
    opacity: 0.01;
  }
  100% {
    opacity: 0.01;
  }
}
.recruit_title {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 3%;
  position: relative;
}
.recruit_title .recruit_title_EN {
  font-size: clamp(6rem, 12vw, 15rem);
  font-weight: bold;
  color: #fff;
}
.recruit_title .recruit_title_EN.recruitInfo {
  font-size: clamp(4.5rem, 9vw, 12rem);
}
.recruit_title .recruit_title_JP {
  font-size: clamp(2.4rem, 4vw, 6rem);
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  bottom: 0;
  left: 0;
}

.first_img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3% 0 5% 0;
}
.first_img .swiper-wrapper {
  transition-timing-function: linear;
}
.first_img .swiper-slide {
  width: auto;
  height: auto;
}
.first_img .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}

.introduction_video {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  position: relative;
  transition: 0.3s ease-in-out;
}
.introduction_video::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.introduction_video > video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.introduction_video .recruit_movie_button {
  font-size: 12rem;
  color: #C8322A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 4;
  transition: 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .introduction_video .recruit_movie_button {
    font-size: 9rem;
  }
}
@media (max-width: 519px) {
  .introduction_video .recruit_movie_button {
    font-size: 6rem;
  }
}
.introduction_video .recruit_movie_button.playActive {
  display: none;
}

.padding {
  padding: 5% 0;
}

.recruit_column_p {
  width: 80%;
  max-width: 1280px;
  margin: 2% auto 4%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .recruit_column_p {
    font-size: 1.8rem;
  }
}
@media (max-width: 519px) {
  .recruit_column_p {
    font-size: 1.6rem;
  }
}

.thumbColumn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  max-width: 2000px;
  gap: 1%;
  margin: 0 auto 1%;
  text-align: center;
  cursor: pointer;
}
.thumbColumn.has-active .imgBlock:not(.is-active)::before {
  filter: grayscale(100%);
  opacity: 0.8;
}
@media (max-width: 959px) {
  .thumbColumn.has-active .imgBlock:not(.is-active)::before {
    opacity: 0.3;
  }
}
.thumbColumn .imgBlock {
  position: relative;
  width: 24%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24%;
  background-color: #fff;
  border-radius: 2px;
  padding: 20% 2% 3%;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock {
    padding: 5% 2%;
    width: 49%;
  }
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media (max-width: 519px) {
  .thumbColumn .imgBlock {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2%;
  }
}
.thumbColumn .imgBlock::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease-in-out;
  background: linear-gradient(#2b2b2b, #2b2b2b) left 10px top 6px/16px 1.5px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) left 6px top 10px/1.5px 16px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) right 10px top 6px/16px 1.5px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) right 6px top 10px/1.5px 16px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) left 10px bottom 6px/16px 1.5px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) left 6px bottom 10px/1.5px 16px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) right 10px bottom 6px/16px 1.5px no-repeat, linear-gradient(#2b2b2b, #2b2b2b) right 6px bottom 10px/1.5px 16px no-repeat;
}
.thumbColumn .imgBlock:hover::after {
  opacity: 0.2;
}
.thumbColumn .imgBlock.is-active::after {
  opacity: 1;
}
.thumbColumn .imgBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  width: 100%;
  filter: grayscale(0%);
  transition: 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock::before {
    opacity: 0.5;
  }
}
.thumbColumn .imgBlock:hover {
  color: #C8322A;
}
.thumbColumn .imgBlock:hover::before {
  transform: scale(1.1);
}
.thumbColumn .imgBlock:first-child::before {
  background-image: url(/img/recruit/営業.png);
  background-size: 90%;
  background-position: center 15%;
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock:first-child::before {
    background-size: 60%;
    background-position: top;
  }
}
.thumbColumn .imgBlock:nth-child(2)::before {
  background-image: url(/img/recruit/DTP.png);
  background-size: 90%;
  background-position: center 16%;
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock:nth-child(2)::before {
    background-size: 70%;
    background-position: top;
  }
}
.thumbColumn .imgBlock:nth-child(3)::before {
  background-image: url(/img/recruit/刷版.png);
  background-size: 85%;
  background-position: center 16%;
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock:nth-child(3)::before {
    background-size: 55%;
    background-position: center 20%;
  }
}
.thumbColumn .imgBlock:last-child:before {
  background-image: url(/img/recruit/印刷.png);
  background-size: 95%;
  background-position: left 0;
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock:last-child:before {
    background-size: 80%;
    background-position: left;
  }
}
.thumbColumn .imgBlock .jobName {
  font-size: 2.6rem;
  display: block;
  font-weight: bold;
  padding: 5% 0;
  z-index: 3;
}
@media (max-width: 1130px) {
  .thumbColumn .imgBlock .jobName {
    font-size: 2rem;
  }
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock .jobName {
    font-size: 2.7rem;
  }
}
.thumbColumn .imgBlock .job {
  font-size: 2rem;
  z-index: 3;
}
@media (max-width: 1130px) {
  .thumbColumn .imgBlock .job {
    font-size: 1.8rem;
  }
}
@media (max-width: 959px) {
  .thumbColumn .imgBlock .job {
    font-size: 2rem;
  }
}

.jobs_introduction {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.jobs_introduction .jobs_card {
  width: 100%;
  max-width: 1800px;
  padding: 4%;
  display: none;
  position: relative;
  margin: 0 auto;
}
.jobs_introduction .jobs_card .jobs_title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2%;
}
@media (max-width: 519px) {
  .jobs_introduction .jobs_card .jobs_title {
    font-size: 2.5rem;
    margin-bottom: 5%;
  }
}
.jobs_introduction .jobs_card .jobs_body .jobs_section {
  padding: 2% 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 519px) {
  .jobs_introduction .jobs_card .jobs_body .jobs_section {
    padding: 5% 0;
  }
}
.jobs_introduction .jobs_card .jobs_body .jobs_section:first-child {
  padding-top: 0;
  border-top: none;
}
.jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_heading {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #ded836;
}
@media (max-width: 519px) {
  .jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_heading {
    font-size: 1.8rem;
  }
}
.jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_text {
  font-size: 1.8rem;
  line-height: 1.9;
  margin: 0;
}
@media (max-width: 519px) {
  .jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_text {
    font-size: 1.6rem;
  }
}
.jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 519px) {
  .jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_list li {
    font-size: 1.6rem;
  }
}
.jobs_introduction .jobs_card .jobs_body .jobs_section .jobs_list li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.85em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(43, 43, 43, 0.55);
  transform: translateY(-50%);
}
.jobs_introduction .jobs_card .jobs_body .jobs_section:last-child .jobs_list {
  margin: 0;
  padding: 0;
}
.jobs_introduction .jobs_card .jobs_body .jobs_section:last-child .jobs_list li {
  display: inline-block;
  margin: 1% 8px 8px 0;
  padding: 0.5% 1.2%;
  font-size: 1.9rem;
  line-height: 1.4;
  background: rgba(43, 43, 43, 0.06);
  border: 1px solid rgba(43, 43, 43, 0.15);
  border-radius: 999px;
}
@media (max-width: 519px) {
  .jobs_introduction .jobs_card .jobs_body .jobs_section:last-child .jobs_list li {
    font-size: 1.6rem;
    padding: 0.8% 2%;
  }
}
.jobs_introduction .jobs_card .jobs_body .jobs_section:last-child .jobs_list li::before {
  display: none;
}
.jobs_introduction .jobs_card.is-active {
  display: block;
}
.jobs_introduction .jobs_card .closebtn {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #2b2b2b;
  font-size: 4rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
@media (max-width: 959px) {
  .jobs_introduction .jobs_card .closebtn {
    bottom: 12px;
    top: auto;
  }
}
.jobs_introduction .jobs_card .closebtn:hover {
  opacity: 1;
}

.recruit_detail {
  width: 90%;
  max-width: 1280px;
  margin: 1% auto;
  background: #fff;
  border-radius: 7px;
  padding: 3% 4%;
  /* 1ブロック */
}
.recruit_detail .detailTitle {
  margin: 0 0 2%;
  font-size: 3.3rem;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
}
@media (max-width: 519px) {
  .recruit_detail .detailTitle {
    font-size: 2.6rem;
    padding: 5% 3%;
  }
}
.recruit_detail .detailRow {
  display: table;
  width: 100%;
  color: #2b2b2b;
  font-size: 1.9rem;
  /* 左ラベル */
  /* 右本文 */
}
@media (max-width: 519px) {
  .recruit_detail .detailRow {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 3%;
  }
}
.recruit_detail .detailRow .detailLabel {
  display: table-cell;
  width: 28%;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  vertical-align: top;
  border-bottom: solid 1px #ded836;
  padding: 4% 2%;
}
@media (max-width: 519px) {
  .recruit_detail .detailRow .detailLabel {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 2% 0;
  }
}
.recruit_detail .detailRow:last-child .detailLabel,
.recruit_detail .detailRow:last-child .detailBody {
  border-bottom: none;
}
.recruit_detail .detailRow .detailBody {
  display: table-cell;
  width: 72%;
  min-width: 0;
  vertical-align: top;
  border-bottom: solid 1px #9e9e9e;
  padding: 4% 2%;
  /* 見出し的テキスト */
  /* 通常テキスト */
  /* リスト */
  /* 小見出し */
  /* 強調文 */
}
@media (max-width: 519px) {
  .recruit_detail .detailRow .detailBody {
    display: block;
    width: 100%;
  }
}
.recruit_detail .detailRow .detailBody .detailMain {
  font-weight: 700;
  margin: 0 0 0.8em;
}
.recruit_detail .detailRow .detailBody .detailText {
  margin: 0;
  line-height: 1.9;
}
.recruit_detail .detailRow .detailBody .detailText.small {
  font-size: 0.9em;
}
.recruit_detail .detailRow .detailBody .detailList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit_detail .detailRow .detailBody .detailList li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.85;
  opacity: 0.95;
}
.recruit_detail .detailRow .detailBody .detailList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: #2b2b2b;
  transform: translateY(-50%);
}
.recruit_detail .detailRow .detailBody .detailList li.note {
  padding-left: 0;
  opacity: 0.85;
}
.recruit_detail .detailRow .detailBody .detailList li.note::before {
  display: none;
}
.recruit_detail .detailRow .detailBody .detailSubhead {
  margin: 1em 0 0.4em;
  font-weight: 700;
  opacity: 0.95;
}
.recruit_detail .detailRow .detailBody .detailCallout {
  margin: 1.2em 0 0.6em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.link_slider_wrap {
  background-color: #2b2b2b;
  padding: 7% 0;
  position: relative;
}
.link_slider_wrap .swiper-area {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
.link_slider_wrap .link_slide {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.8em;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 10% 8%;
  transition: 0.3s ease-in-out;
}
.link_slider_wrap .link_slide:hover {
  border-color: rgba(222, 216, 54, 0.8);
}
.link_slider_wrap .link_logo {
  position: relative;
  width: 100%;
  margin: 0 auto 6%;
  padding: 17% 6%;
  border-radius: 0.6em;
  overflow: hidden;
}
.link_slider_wrap .link_logo img {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.link_slider_wrap .link_logo.doda_link img {
  width: 60%;
}
.link_slider_wrap .link_logo.indeed_link {
  background: #003A9B;
}
.link_slider_wrap .link_logo.indeed_link img {
  width: 60%;
}
.link_slider_wrap .link_text {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 959px) {
  .link_slider_wrap .link_text {
    font-size: 1.5rem;
  }
}
.link_slider_wrap .link_overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: transparent;
  cursor: pointer;
}
.link_slider_wrap .swiper-button-prev,
.link_slider_wrap .swiper-button-next {
  opacity: 1 !important;
  display: block !important;
  transition: 0.3s ease-in-out;
}
.link_slider_wrap .swiper-button-prev:hover,
.link_slider_wrap .swiper-button-next:hover {
  opacity: 0.6 !important;
}
.link_slider_wrap .swiper-button-prev::after,
.link_slider_wrap .swiper-button-next::after {
  content: "prev" !important;
  font-size: 24px !important;
  color: #fff !important;
  display: block !important;
}
.link_slider_wrap .swiper-button-next::after {
  content: "next" !important;
}

.entry_wrap {
  padding: 0;
  position: relative;
}
.entry_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#2b2b2b 12%, transparent 12%);
  background-size: 10px 10px;
  opacity: 0.18;
}
.entry_wrap .entry_button {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 4.5% 4.5%;
}
@media (max-width: 519px) {
  .entry_wrap .entry_button {
    padding: 6% 0;
  }
}
.entry_wrap .entry_text {
  position: relative;
  z-index: 6;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  background: linear-gradient(to right, rgb(191.5702479339, 47.8925619835, 40.2297520661), #C8322A, rgb(170.4958677686, 42.6239669421, 35.8041322314));
  color: #fff;
  padding: 4% 6%;
  overflow: hidden;
}
@media (max-width: 519px) {
  .entry_wrap .entry_text {
    padding: 8% 5%;
  }
}
.entry_wrap .entry_text:before {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.entry_wrap .entry_text:hover:before {
  animation: shine 0.4s linear;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.entry_wrap .entry_text p {
  margin: 0;
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 519px) {
  .entry_wrap .entry_text p {
    font-size: 3rem;
  }
}
.entry_wrap .entry_text p span {
  font-size: 3.5rem;
  margin-right: 2%;
}
@media (max-width: 519px) {
  .entry_wrap .entry_text p span {
    font-size: 1.9rem;
  }
}
.entry_wrap .entry_text .entry_message {
  margin-top: 1.5%;
  display: block;
  font-size: 2rem;
}
@media (max-width: 519px) {
  .entry_wrap .entry_text .entry_message {
    font-size: 1.6rem;
  }
}
.entry_wrap .entry_text .entry_number {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media (max-width: 1170px) {
  .entry_wrap .entry_text .entry_number {
    opacity: 0;
    visibility: hidden;
  }
}
.entry_wrap .entry_text .entry_number span {
  font-size: 1.8rem;
}
.entry_wrap .entry_text .entry_arrow {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  border: solid 1px #fff;
  transition: transform 0.25s ease;
}
@media (max-width: 519px) {
  .entry_wrap .entry_text .entry_arrow {
    width: 50px;
    height: 50px;
  }
}
.entry_wrap .entry_text .entry_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26%;
  height: 26%;
  transform: translate(-60%, -50%) rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  pointer-events: none;
}
.entry_wrap .entry_text:hover .entry_arrow {
  transform: translateY(-50%) translateX(15%);
}
.entry_wrap .entry_text .entry_overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  cursor: pointer;
}

.entry_contents {
  margin-top: 80px;
}
.entry_contents .headerTitle h1 {
  color: #2b2b2b;
}
.entry_contents .pageTitle h4.index {
  all: unset;
  font-size: 12rem;
  color: #2b2b2b;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
  padding: 5% 0 1%;
  text-align: center;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 959px) {
  .entry_contents .pageTitle h4.index {
    font-size: 8.7rem;
  }
}
@media (max-width: 519px) {
  .entry_contents .pageTitle h4.index {
    font-size: 6rem;
  }
}
.entry_contents .pageTitle p {
  font-size: 1.7rem;
}
.entry_contents .contactInner {
  padding: 4% 0;
  width: 90%;
  max-width: 900px;
}
.entry_contents .entryform_message {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media (max-width: 519px) {
  .entry_contents .entryform_message {
    font-size: 1.5rem;
  }
}
.entry_contents .entryform_message a {
  color: #C8322A;
  font-weight: bold;
}
.entry_contents .mailformContainer {
  position: relative;
  width: 100%;
  margin: 5% auto 8%;
  padding: 5% 4rem;
  background-color: #fff;
  border-radius: 2px;
  z-index: 2;
  border: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
@media (max-width: 519px) {
  .entry_contents .mailformContainer {
    margin: 8% auto 6%;
    padding: 7% 2rem;
  }
}
.entry_contents .mailformContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 1px;
  transform: translate(10px, 10px) rotate(0.6deg);
  z-index: -1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  outline: 1px solid rgba(43, 43, 43, 0.08);
}
@media (max-width: 519px) {
  .entry_contents .mailformContainer::before {
    opacity: 0;
    visibility: hidden;
  }
}
.entry_contents .mailformContainer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 1px;
  transform: translate(-10px, 18px) rotate(-0.5deg);
  z-index: -2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  outline: 1px solid rgba(43, 43, 43, 0.03);
}
@media (max-width: 519px) {
  .entry_contents .mailformContainer::after {
    opacity: 0;
    visibility: hidden;
  }
}
.entry_contents .mailformContainer .formTable {
  border: none;
}
@media (max-width: 519px) {
  .entry_contents .mailformContainer .formTable {
    padding: 2rem 0.6rem;
  }
}
.entry_contents .mailformContainer .formTable .formField {
  margin-bottom: 5%;
}
.entry_contents .mailformContainer .formTable .formField .input-text {
  border: none;
  background-color: #f4f4f3;
}
.entry_contents .mailformContainer .formTable .formField .input-text:focus {
  outline: solid 2.4px #ded836;
}
.entry_contents .mailformContainer .formTable .formField:last-child {
  margin-bottom: 0;
}
.entry_contents .mailformContainer .formTable .textarea {
  border: none;
  background-color: #f4f4f3;
}
.entry_contents .mailformContainer .formTable .textarea:focus {
  outline: solid 2.4px #ded836;
}
.entry_contents .mailformContainer .formTable .checkbox::before {
  content: "希望職種";
  color: #2b2b2b;
}
.entry_contents .mailformContainer .formTable .checkbox .checkboxDesign {
  color: #2b2b2b;
}
.entry_contents .mailformContainer .formTable .checkbox .checkboxDesign::before {
  border-color: #2b2b2b;
}
.entry_contents .mailformContainer .formTable .mandatory {
  font-size: 1.4rem;
}
.entry_contents .mailformContainer .formTable .input-text::-moz-placeholder {
  color: rgba(43, 43, 43, 0.35);
}
.entry_contents .mailformContainer .formTable .input-text::placeholder {
  color: rgba(43, 43, 43, 0.35);
}
.entry_contents .mailformContainer .formTable .radioGroup {
  display: block;
}
.entry_contents .mailformContainer .formTable .radioGroup input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.entry_contents .mailformContainer .formTable .radioGroup .radioDesign {
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 1%;
  padding-left: 5%;
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  position: relative;
}
.entry_contents .mailformContainer .formTable .radioGroup .radioDesign::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(43, 43, 43, 0.5);
}
.entry_contents .mailformContainer .formTable .radioGroup input[type=radio]:checked {
  color: #ded836;
}
.entry_contents .mailformContainer .formTable .radioGroup input[type=radio]:checked + .radioDesign::before {
  background-color: #ded836;
  border-color: #ded836;
}
.entry_contents .mailformContainer .personal {
  width: 95%;
  margin: 0 auto;
}
.entry_contents .center .moreBtn {
  background-color: #ded836;
  border: 0;
  opacity: 1;
  border-radius: 50px !important;
  color: #2b2b2b;
}
.entry_contents .center .moreBtn::before {
  display: none;
}
.entry_contents .center .moreBtn:hover {
  background-color: #2b2b2b;
  color: #ded836;
}
.entry_contents h6.contentsTitle_sub {
  border-bottom: solid 1px;
  display: block;
  padding-bottom: 1.6%;
  color: #2b2b2b;
}
.entry_contents h6.contentsTitle_sub::before {
  display: none;
}/*# sourceMappingURL=recruit.min.css.map */