@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mohave&display=swap");
/* reset */
/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* font */
html, input {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  dd, dt {
    width: 100%;
    text-align: left;
  }
}
/* common */
.w-1120 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .w-1120 {
    width: 95%;
  }
}

.p-base {
  padding: 0 10px;
}

.bg-color_blue01 {
  background-color: #003870;
}

.bg-color_gray01 {
  background-color: #e1e1e1;
}

.bg-color_gray02 {
  background-color: #eeeeee;
}

/*
アニメーションCSS
*/
.f_in {
  opacity: 0;
  transform: translateY(2rem);
  visibility: hidden;
  transition: opacity 0.7s ease, transform 0.7s ease, visibility 7s linear 0.7s;
}

.f_in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
  transition-delay: 0s;
}

/*
セクションごとのCSS
*/
.recruit-wap {
  margin-top: 74px;
  font-size: 2rem;
  line-height: 1.8;
}
.recruit-wap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20;
  width: 100vw;
  height: 100vh;
  background-image: url("../recruit/img/background_01.webp");
  background-size: cover;
  background-position: top center;
  z-index: -200;
}
@media screen and (max-width: 740px) {
  .recruit-wap {
    margin-top: 5.4rem;
  }
}
.recruit-wap .recruit_background {
  position: absolute;
  width: 100vw;
  height: 110hv;
  top: 0;
  left: 0;
  z-index: -100;
  text-align: center;
}
.recruit-wap .recruit_background div {
  position: fixed;
  top: 0;
}
.recruit-wap .recruit_background .recruit_background-03 img {
  -o-object-fit: none;
     object-fit: none;
  filter: blur(2px);
}
.recruit-wap .w-1120 {
  padding: 0 4rem;
}
@media screen and (max-width: 740px) {
  .recruit-wap .w-1120 {
    padding: 0 1rem;
  }
}
.recruit-wap H1, .recruit-wap H2 {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.recruit-wap h2 {
  font-size: 4rem;
  line-height: 1.8;
  display: inline-block;
  margin: 0 auto 5%;
  background: linear-gradient(90deg, rgb(0, 185, 230), rgb(184, 53, 203));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 4rem 0 0 0;
}
.recruit-wap h3 {
  font-size: 2.6rem;
  line-height: 1.8;
  margin: 4rem 0 1rem 0;
}
.recruit-wap h4 {
  font-size: 2.4rem;
  line-height: 1.8;
  color: #FFB300;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .recruit-wap h2 {
    font-size: 3.2rem;
    line-height: 1.8;
  }
  .recruit-wap h3 {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .recruit-wap h4 {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.recruit-wap .bg_w1 {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px) opacity(0.7);
          backdrop-filter: blur(5px) opacity(0.7);
}
.recruit-wap .bg_w2 {
  width: 100%;
  margin: 0 0 24rem 0;
  padding: 8rem 0 10rem 0;
  position: relative;
  top: 5rem;
  z-index: 2;
}
.recruit-wap .bg_w2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  transform: skewY(-5deg);
  z-index: -1;
}
.recruit-wap .recruit_top .w-1120 {
  padding-top: 5rem;
}
.recruit-wap .recruit_top h1 {
  font-size: 6rem;
  line-height: 1.8;
  display: inline-block;
  margin: 0 auto 5%;
  background: linear-gradient(120deg, rgb(0, 185, 230), rgb(255, 39, 158));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.recruit-wap .recruit_top .recruit-copy {
  display: flex;
  justify-content: space-between;
  background: url("../recruit/img/copy_01.png") top center no-repeat;
  background-size: 1920px auto;
  padding-bottom: 15rem;
}
@media screen and (max-width: 740px) {
  .recruit-wap .recruit_top .recruit-copy {
    background: url("../recruit/img/copy_01.webp") top 10% center no-repeat;
    background-size: 100% auto;
  }
}
.recruit-wap .recruit_top .recruit-copy > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 740px) {
  .recruit-wap .recruit_top .recruit-copy > div {
    display: block;
  }
}
.recruit-wap .recruit_top .recruit-copy_01 {
  margin-top: 9rem;
  padding-left: 11rem;
  padding-bottom: 9rem;
  width: 55%;
  min-width: 40rem;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.8;
}
@media screen and (max-width: 740px) {
  .recruit-wap .recruit_top .recruit-copy_01 {
    font-size: 3.6rem;
    line-height: 1.8;
    margin-top: 3rem;
    padding-left: 0;
    padding-bottom: 4rem;
    width: 100%;
    min-width: 10rem;
  }
}
.recruit-wap .recruit_top .recruit-copy_01 p {
  margin: 0;
}
.recruit-wap .recruit_top .recruit-copy_01 li {
  display: block;
  margin: 0;
  margin-block-start: 0;
  padding: 0;
}
.recruit-wap .recruit_top .recruit-copy_01 span {
  display: inline;
  height: 100%;
  background-color: rgb(255, 255, 255);
  padding: 0.4rem 0.8rem;
  line-height: 1.4;
}
.recruit-wap .recruit_top .recruit-copy_02 {
  font-size: 3rem;
  line-height: 1.8;
  padding-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .recruit-wap .recruit_top .recruit-copy_02 {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
.recruit-wap .recruit_about, .recruit-wap .recruit_environment, .recruit-wap .recruit_requirements, .recruit-wap .recruit_faq {
  margin-bottom: 10rem;
}
@media screen and (max-width: 740px) {
  .recruit-wap .recruit_about, .recruit-wap .recruit_environment, .recruit-wap .recruit_requirements, .recruit-wap .recruit_faq {
    margin-bottom: 6rem;
  }
  .recruit-wap .recruit_about .w-1120, .recruit-wap .recruit_environment .w-1120, .recruit-wap .recruit_requirements .w-1120, .recruit-wap .recruit_faq .w-1120 {
    padding-bottom: 4rem;
  }
}
.recruit-wap .recruit_about .w-1120, .recruit-wap .recruit_environment .w-1120, .recruit-wap .recruit_requirements .w-1120, .recruit-wap .recruit_faq .w-1120 {
  padding-bottom: 8rem;
}
.recruit-wap .recruit_work a {
  font-size: 2.8rem;
  line-height: 1.8;
  font: 800;
  color: rgb(255, 255, 255);
  display: block;
  width: 70%;
  max-width: 42rem;
  margin: 2rem auto;
  padding: 1rem 0;
  border-radius: 1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0);
  transition: 0.2s;
  background: linear-gradient(90deg, rgb(0, 185, 230), rgb(184, 53, 203));
  margin-top: 4rem;
}
.recruit-wap .recruit_work a span {
  transition: 0.2s;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 2rem;
}
.recruit-wap .recruit_work a span::before, .recruit-wap .recruit_work a span::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15.3px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}
.recruit-wap .recruit_work a span::before {
  transform: rotate(45deg);
}
.recruit-wap .recruit_work a span::after {
  transform: rotate(-45deg);
}
.recruit-wap .recruit_work a:hover {
  transition: 0.2s;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.recruit-wap .recruit_work a:hover span::before, .recruit-wap .recruit_work a:hover span::after {
  right: -1rem;
}
.recruit-wap .recruit_work .recruit_work-img {
  width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width: 500px) {
  .recruit-wap .recruit_work .recruit_work-img img {
    width: 65rem;
    max-width: 300%;
  }
}
.recruit-wap .environment_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-wap .environment_list li {
  display: flex;
  flex-direction: column;
  width: 21%;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  font-size: 8.2rem;
  line-height: 1.8;
  color: #FFB300;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
}
.recruit-wap .environment_list li div {
  text-align: center;
  margin-top: 2.6rem;
  flex-grow: 1;
}
.recruit-wap .environment_list li div span {
  font-size: 4.2rem;
  line-height: 1.8;
}
.recruit-wap .environment_list li div span:nth-child(2) {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0.4rem 0;
}
.recruit-wap .environment_list li div:nth-child(2) {
  font-size: 2.4rem;
  line-height: 1.8;
  color: rgb(255, 255, 255);
  background-color: #FFB300;
  border-radius: 0 0 8px 8px;
  flex-grow: 0;
  margin: 0;
  padding: 0.6rem 0;
}
.recruit-wap .environment_list p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 800px) {
  .recruit-wap .environment_list li {
    width: 48%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .recruit-wap .environment_list li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.recruit-wap .benefits, .recruit-wap .training {
  background-color: rgb(255, 255, 255);
  border-radius: 0.8rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  text-align: center;
  margin: 2rem 0 4rem 0;
  padding: 1rem;
}
.recruit-wap .training {
  margin-bottom: 10rem;
}
.recruit-wap .training_img {
  background-color: rgb(255, 255, 255);
  border-radius: 0.8rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
  padding: 3rem 0;
  overflow-x: scroll;
}
@media screen and (max-width: 500px) {
  .recruit-wap .training_img img {
    width: 65rem;
    max-width: 300%;
  }
}
.recruit-wap .interview_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit-wap .interview_wrap .sales p:nth-child(1) {
  background-color: #00b9e6;
}
.recruit-wap .interview_wrap .sales p:nth-child(3) {
  color: #00b9e6;
}
.recruit-wap .interview_wrap .backoffice p:nth-child(1) {
  background-color: #FFB300;
}
.recruit-wap .interview_wrap .backoffice p:nth-child(3) {
  color: #FFB300;
}
.recruit-wap .interview_wrap .manufacturing p:nth-child(1) {
  background-color: #3bc540;
}
.recruit-wap .interview_wrap .manufacturing p:nth-child(3) {
  color: #3bc540;
}
.recruit-wap .interview_wrap > a {
  transition: 0.2s;
  display: flex;
  align-items: center;
  width: 49%;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
  text-decoration: none;
  color: #676767;
}
.recruit-wap .interview_wrap > a:hover {
  transition: 0.3s;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.recruit-wap .interview_wrap > a:hover img {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1000px) {
  .recruit-wap .interview_wrap > a {
    width: 100%;
    text-align: center;
  }
}
.recruit-wap .interview_wrap .interview_wrap_content {
  display: flex;
  align-items: center;
}
.recruit-wap .interview_wrap .interview_wrap_content > div:nth-child(1) {
  display: flex;
  min-width: 18rem;
  max-width: 18rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
}
.recruit-wap .interview_wrap .interview_wrap_content div:nth-child(2) {
  padding: 0 0 0 2rem;
}
.recruit-wap .interview_wrap .interview_wrap_content div:nth-child(2) p {
  margin: 0;
  padding: 0;
}
.recruit-wap .interview_wrap .interview_wrap_content div:nth-child(2) p:nth-child(1) {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.4rem 3.6rem;
  border-radius: 100vh;
  color: rgb(255, 255, 255);
  text-align: center;
}
.recruit-wap .interview_wrap .interview_wrap_content div:nth-child(2) p:nth-child(3) {
  font-size: 3.2rem;
  line-height: 1.8;
  font-weight: 800;
  line-height: 1.2;
}
.recruit-wap .interview_wrap .interview_wrap_content .interview_photo {
  clip-path: circle(50%);
}
.recruit-wap .interview_wrap .interview_wrap_content .interview_photo img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 500px) {
  .recruit-wap .interview_wrap .interview_wrap_content {
    display: block;
  }
  .recruit-wap .interview_wrap .interview_wrap_content > div:nth-child(1) {
    max-width: none;
    width: 50%;
    margin: 0 auto 2rem auto;
  }
  .recruit-wap .interview_wrap .interview_wrap_content > div:nth-child(2) {
    padding: 0;
  }
  .recruit-wap .interview_wrap .interview_wrap_content > div:nth-child(2) p:nth-child(3) {
    font-size: 2.6rem;
    line-height: 1.8;
    line-height: 1.14;
  }
}
.recruit-wap .schedule_wrap {
  margin-bottom: 6rem;
}
.recruit-wap .schedule_wrap > ul {
  display: flex;
  justify-content: start;
  align-items: center;
}
.recruit-wap .schedule_wrap > ul label:nth-child(1) {
  background-color: #00b9e6;
}
.recruit-wap .schedule_wrap > ul label:nth-child(2) {
  background-color: #FFB300;
}
.recruit-wap .schedule_wrap > ul label:nth-child(3) {
  background-color: #3bc540;
}
.recruit-wap .schedule_wrap > ul label {
  width: 20%;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 800;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-right: 2rem;
  padding: 1rem 0 0.6rem 0;
  border-radius: 0.8rem 0.8rem 0 0;
  transition: opacity 0.2s;
  cursor: pointer;
}
.recruit-wap .schedule_wrap > ul label:hover {
  opacity: 0.8;
}
@media screen and (max-width: 800px) {
  .recruit-wap .schedule_wrap > ul label {
    width: 100%;
    margin-right: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.recruit-wap .schedule_wrap > ul label > input {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.recruit-wap .schedule_wrap .schedule_content {
  overflow: hidden;
  position: absolute;
  height: 0%;
  transition: 0.5s opacity;
  opacity: 0;
}
.recruit-wap .schedule_wrap .schedule_content > div {
  padding: 4rem 10rem;
  border-radius: 0 0.8rem 0.8rem 0.8rem;
  background: 90% 50% no-repeat url("../recruit/img/photo_sam.png");
}
@media screen and (max-width: 800px) {
  .recruit-wap .schedule_wrap .schedule_content > div {
    padding: 4rem 2rem;
    background: none;
  }
}
.recruit-wap .schedule_wrap .schedule_content ul {
  position: relative;
  padding: 0 5rem 0 8rem;
  list-style: none;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .recruit-wap .schedule_wrap .schedule_content ul {
    padding: 0 0rem 0 8rem;
  }
}
.recruit-wap .schedule_wrap .schedule_content ul::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  bottom: 2rem;
  left: 2rem;
  width: 0.4rem;
  background: #00b9e6;
  z-index: 1;
}
.recruit-wap .schedule_wrap .schedule_content li {
  position: relative;
  width: 50%;
}
.recruit-wap .schedule_wrap .schedule_content li div {
  margin-bottom: 2rem;
  background-color: #F2F2F2;
  padding: 1rem;
  border-radius: 0.4rem;
}
.recruit-wap .schedule_wrap .schedule_content li div::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -6.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #00b9e6;
  z-index: 3;
}
.recruit-wap .schedule_wrap .schedule_content li span {
  display: block;
  font-weight: 800;
}
.recruit-wap .schedule_wrap .schedule_content li span::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -1rem;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1rem solid #F2F2F2;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .recruit-wap .schedule_wrap .schedule_content li {
    width: 100%;
  }
}
.recruit-wap .schedule_wrap .schedule_content ul.schedule_content-02::before {
  background: #FFB300;
}
.recruit-wap .schedule_wrap .schedule_content ul.schedule_content-03::before {
  background: #3bc540;
}
.recruit-wap .schedule_wrap .schedule_content .schedule_content-02 li div::before {
  background: #FFB300;
}
.recruit-wap .schedule_wrap .schedule_content .schedule_content-03 li div::before {
  background: #3bc540;
}
.recruit-wap .schedule_wrap .schedule_content li:last-child div::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  bottom: 1.3rem;
  left: -6.1rem;
  width: 0.6rem;
  height: auto;
  background: rgb(255, 255, 255);
  z-index: 2;
}
.recruit-wap .schedule_wrap #timeline_01_content > div {
  border: #00b9e6 0.6rem solid;
}
.recruit-wap .schedule_wrap #timeline_02_content > div {
  border: #FFB300 0.6rem solid;
}
.recruit-wap .schedule_wrap #timeline_02_content > div p {
  margin: 0 0 1.8rem 0;
  font-weight: 800;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: #FFB300;
}
.recruit-wap .schedule_wrap #timeline_03_content > div {
  border: #3bc540 0.6rem solid;
}
.recruit-wap .schedule_wrap .timeline_list:has(#timeline_01 > input:checked) ~ #timeline_01_content,
.recruit-wap .schedule_wrap .timeline_list:has(#timeline_02 > input:checked) ~ #timeline_02_content,
.recruit-wap .schedule_wrap .timeline_list:has(#timeline_03 > input:checked) ~ #timeline_03_content {
  opacity: 1;
  overflow: visible !important;
  position: static;
}
.recruit-wap .recruit_requirements .recruit_flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_requirements .recruit_flow {
    display: block;
  }
}
.recruit-wap .recruit_requirements .recruit_flow div {
  font-size: 3.2rem;
  line-height: 1.8;
  font-weight: 800;
  width: 33.3333333333%;
  position: relative;
  text-align: center;
  background-color: #F2F2F2;
  height: 10rem;
  align-content: space-around;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}
.recruit-wap .recruit_requirements .recruit_flow div span {
  display: block;
  font-size: 2rem;
  line-height: 1.8;
  line-height: 0;
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_requirements .recruit_flow div {
    font-size: 2.8rem;
    line-height: 1.8;
    width: 100%;
    clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    margin-bottom: 0.2rem;
  }
}
.recruit-wap .recruit_requirements .recruit_flow div:nth-child(1) {
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_requirements .recruit_flow div:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  }
}
.recruit-wap .recruit_requirements .recruit_flow div:nth-child(3) {
  background-color: #FFB300;
  color: rgb(255, 255, 255);
  line-height: 7rem;
  align-content: space-between;
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_requirements .recruit_flow div:nth-child(3) {
    padding-top: 0.8rem;
    clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 0 100%);
  }
}
.recruit-wap .recruit_requirements .recruit_list a {
  display: block;
  width: 70%;
  max-width: 42rem;
  margin: 2rem auto;
  padding: 1rem 0;
  border-radius: 1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0);
  transition: 0.2s;
  width: 100%;
  max-width: 100%;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 800;
  border-radius: 0.6rem;
  background-color: #00b9e6;
  padding: 1rem 2rem;
  text-align: left;
  text-decoration: none;
}
.recruit-wap .recruit_requirements .recruit_list a span {
  transition: 0.2s;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 2rem;
}
.recruit-wap .recruit_requirements .recruit_list a span::before, .recruit-wap .recruit_requirements .recruit_list a span::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15.3px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}
.recruit-wap .recruit_requirements .recruit_list a span::before {
  transform: rotate(45deg);
}
.recruit-wap .recruit_requirements .recruit_list a span::after {
  transform: rotate(-45deg);
}
.recruit-wap .recruit_requirements .recruit_list a:hover {
  transition: 0.2s;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.recruit-wap .recruit_requirements .recruit_list a:hover span::before, .recruit-wap .recruit_requirements .recruit_list a:hover span::after {
  right: -1rem;
}
.recruit-wap .recruit_requirements .recruit_list a span {
  height: 1.6rem;
}
.recruit-wap .recruit_faq {
  font-size: 2.2rem;
  line-height: 1.8;
}
.recruit-wap .recruit_faq .faq_content {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 3rem 0 0 0;
  padding: 2rem;
  border-radius: 0.8rem;
}
.recruit-wap .recruit_faq .faq_content li {
  padding: 0 0 0 1rem;
  margin-left: 2rem;
}
.recruit-wap .recruit_faq .faq_content a {
  transition: 0.3s;
  border-bottom: solid 0.2rem #00b9e6;
  color: #00b9e6;
  text-decoration: none;
}
.recruit-wap .recruit_faq .faq_content a:hover {
  opacity: 0.7;
}
.recruit-wap .recruit_faq .faq_content li:first-child {
  color: #00b9e6;
  font-weight: 800;
  list-style: "Q.";
}
.recruit-wap .recruit_faq .faq_content li:last-child {
  list-style: "A.";
}
.recruit-wap .recruit_faq .faq_content dl {
  margin-top: 1rem;
}
.recruit-wap .recruit_faq .faq_content dl span {
  font-weight: 800;
  color: #00b9e6;
}
.recruit-wap .recruit_faq .faq_content dl dt {
  font-weight: 800;
}
.recruit-wap .recruit_faq .faq_content dl dd {
  margin-bottom: 1rem;
}
.recruit-wap .recruit_faq .faq_content dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_faq .faq_content dl dd {
    margin-left: 0;
  }
}
.recruit-wap .recruit_entry {
  padding-bottom: 16rem;
}
.recruit-wap .recruit_entry a {
  display: block;
  width: 70%;
  max-width: 42rem;
  margin: 2rem auto;
  padding: 1rem 0;
  border-radius: 1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0);
  transition: 0.2s;
  font-size: 4.8rem;
  line-height: 1.8;
  width: 75%;
  max-width: 75%;
  color: rgb(255, 255, 255);
  background-color: #FFB300;
}
.recruit-wap .recruit_entry a span {
  transition: 0.2s;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 2rem;
}
.recruit-wap .recruit_entry a span::before, .recruit-wap .recruit_entry a span::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15.3px;
  height: 4px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 2px) 50%;
}
.recruit-wap .recruit_entry a span::before {
  transform: rotate(45deg);
}
.recruit-wap .recruit_entry a span::after {
  transform: rotate(-45deg);
}
.recruit-wap .recruit_entry a:hover {
  transition: 0.2s;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.recruit-wap .recruit_entry a:hover span::before, .recruit-wap .recruit_entry a:hover span::after {
  right: -1rem;
}
.recruit-wap .recruit_entry a span {
  height: 3.6rem;
}
.recruit-wap .recruit_entry a span::before, .recruit-wap .recruit_entry a span::after {
  width: 24.3px;
  height: 5px;
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_entry a {
    width: 90%;
    max-width: 100%;
    font-size: 3.6rem;
    line-height: 1.8;
  }
  .recruit-wap .recruit_entry a span {
    height: 2.4rem;
  }
  .recruit-wap .recruit_entry a span::before, .recruit-wap .recruit_entry a span::after {
    width: 24.3px;
    height: 5px;
  }
}
.recruit-wap .recruit_interview h1 {
  font-size: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .recruit-wap .recruit_interview h1 {
    font-size: 4.2rem;
    line-height: 1.8;
  }
}
.recruit-wap .recruit_interview .recruit_interview_header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 6rem 0;
  align-items: center;
}
.recruit-wap .recruit_interview .recruit_interview_header .interview_header_photo {
  width: 35%;
}
.recruit-wap .recruit_interview .recruit_interview_header .interview_header_photo div {
  clip-path: polygon(0 0, 75% 0%, 100% 100%, 25% 100%);
}
@media screen and (max-width: 500px) {
  .recruit-wap .recruit_interview .recruit_interview_header .interview_header_photo {
    width: 80%;
    margin: 3rem auto;
  }
}
.recruit-wap .recruit_interview .recruit_interview_header .interview_header_copy {
  width: 50%;
}
.recruit-wap .recruit_interview .recruit_interview_header .interview_header_copy .interview_copy {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.8;
  line-height: 1.3;
  background-color: rgb(255, 255, 255);
}
.recruit-wap .recruit_interview .recruit_interview_header .interview_header_copy .interview_info {
  font-weight: 800;
}
@media screen and (max-width: 500px) {
  .recruit-wap .recruit_interview .recruit_interview_header .interview_header_copy {
    width: 100%;
  }
}
.recruit-wap .recruit_interview .sales .interview_header_photo {
  filter: drop-shadow(-10px 10px 0px #00b9e6);
}
.recruit-wap .recruit_interview .sales .interview_info {
  color: #00b9e6;
}
.recruit-wap .recruit_interview .backoffice .interview_header_photo {
  filter: drop-shadow(-10px 10px 0px #FFB300);
}
.recruit-wap .recruit_interview .backoffice .interview_info {
  color: #FFB300;
}
.recruit-wap .recruit_interview .manufacturing .interview_header_photo {
  filter: drop-shadow(-10px 10px 0px #3bc540);
}
.recruit-wap .recruit_interview .manufacturing .interview_info {
  color: #3bc540;
}
.recruit-wap .recruit_interview .bg_w1 {
  padding-bottom: 4rem;
  margin-bottom: 8rem;
}
.recruit-wap .recruit_interview .bg_w2 {
  margin-bottom: 14rem;
}
.recruit-wap .recruit_interview .bg_w1 p, .recruit-wap .recruit_interview .bg_w2 p {
  margin-bottom: 3rem;
}
.recruit-wap .recruit_interview .interview_marker {
  font-size: 2.4rem;
  line-height: 1.8;
  background: linear-gradient(transparent 60%, #75efff 60%);
}
.recruit-wap .recruit_requirements .requirements_info {
  width: 80%;
  margin: 4rem auto;
}
.recruit-wap .recruit_requirements .requirements_info li {
  display: flex;
  padding: 2rem 0;
  align-items: center;
  border-bottom: solid 0.1rem #00b9e6;
}
.recruit-wap .recruit_requirements .requirements_info li:first-child {
  border-top: solid 0.1rem #00b9e6;
}
.recruit-wap .recruit_requirements .requirements_info li div:nth-child(1) {
  font-weight: 800;
  width: 30%;
  text-align: left;
}
.recruit-wap .recruit_requirements .requirements_info li div:nth-child(2) {
  width: 70%;
}
@media screen and (max-width: 500px) {
  .recruit-wap .recruit_requirements h1 {
    font-size: 4.2rem;
    line-height: 1.8;
    line-height: 1.2;
  }
  .recruit-wap .recruit_requirements .requirements_info {
    width: 100%;
  }
  .recruit-wap .recruit_requirements .requirements_info li {
    display: block;
    width: 100%;
  }
  .recruit-wap .recruit_requirements .requirements_info li div {
    width: 100% !important;
  }
}/*# sourceMappingURL=recruit.css.map */