@charset "utf-8";
/* CSS Document */

body {
	width: 100%!important;
	overflow: hidden!important;
	position: relative;
}
footer {
  padding-top: 16px;
}
.main_view {
  width: 100%;
  height: 900px;
  background: url("../images/recruit/kv_bg.png") no-repeat center top / 1274px;
  position: relative;
}
.main_view .inner {
  width: 1015px;
  margin: 0 auto;
  padding-top: 254px;
}
.main_view h1 img {
  width: 1015px;
  margin-bottom: 21px;
}
.main_view .htxt {
  text-align: center;
  font-size: 2rem;
}

.kv_link_btn {
	width: 240px;
	height: 60px;
}
.to_recruit {
	background: url("../images/recruit/icon_entry.svg") no-repeat left 16px center / 30px,
	url( "../images/arrow_bk.svg") no-repeat right 19px center / 28px,
	#FFCE00 ;
}


/* ページメニュー */
.page_menu {
  top: auto;
  bottom: 0;
  z-index: 1;
}
.page_menu li a {
  color: #111;
}
.page_menu li a:hover {
  background: var(--navy);
  color: #FFF;
}

/* コンテンツ */

.inner h2 {
  width: fit-content;
  height: 120px;
  font-size: 5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.question .flex {
  display: flex;
  gap: 0 40px;
}
.question p {
  width: fit-content;
  background: var(--navy);
  color: #FFF;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.75;
  padding: 24px;
  border-radius: 30px;
  margin-bottom: 24px;
}
.question p.sky {
	background: #29ABE2;
}
.question p span {
	background: #FFE500;
	color: var(--navy);
	padding: 0 0.1em;
	margin: 0 0.1em;
}
/*.question p.left {
  padding-left: 80px;
}
.question p.right {
  padding-right: 80px;
}
.question p.left::after, .question p.right::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -12px;
}
.question p.left::after {
  left: 0;
}
.question p.right::after {
  right: 0;
}
.question p.face02::after {
  background: url("../images/recruit/face_02.png") no-repeat center / cover;
}
.question p.face03::after {
  background: url("../images/recruit/face_03.png") no-repeat center / cover;
}
.question p.face04::after {
  background: url("../images/recruit/face_04.png") no-repeat center / cover;
}
.question p.face05::after {
  background: url("../images/recruit/face_05.png") no-repeat center / cover;
}
.question p.face06::after {
  background: url("../images/recruit/face_06.png") no-repeat center / cover;
}
.question p.face07::after {
  background: url("../images/recruit/face_07.png") no-repeat center / cover;
}
.question p.face08::after {
  background: url("../images/recruit/face_08.png") no-repeat center / cover;
}
.question p.face09::after {
  background: url("../images/recruit/face_09.png") no-repeat center / cover;
}
.question p.face10::after {
  background: url("../images/recruit/face_10.png") no-repeat center / cover;
}*/
.machine {
  position: absolute;
  z-index: -1;
}
.machine.machine01 {
  width: 580px;
  top: 780px;
  right: 0;
}
.machine.machine02 {
  width: 565px;
  top: 1442px;
  left: -30px;
  z-index: -1;
}
.machine.machine03 {
  width: 520px;
  top: 2504px;
  right: -30px;
  z-index: -1;
}
.machine.machine04 {
  width: 721px;
  top: 3436px;
  left: -30px;
  z-index: -1;
}
.machine05 {
  width: 440px;
  top: 3920px;
  right: 0px;
  z-index: -1;
}
.machine06 {
  width: 577px;
  top: 4599px;
  left: -30px;
  z-index: -1;
}

/* q01,q03,q05 */
.q01, .q03, .q05 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../images/recruit/section_bg.jpg") no-repeat center top / cover;
	background-attachment: fixed;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  margin-top: -8vh;
  padding: 160px 0;
  z-index: -2;
}
.q01 h2 {
  background: url("../images/recruit/q1_h2.png") no-repeat left center / auto 120px;
  padding-left: 260px;
}
.q01 p:nth-of-type(2) {
  margin-left: 90px;
}
.q01 p:nth-of-type(3) {
  margin-left: auto;
}
.q03 {
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  padding: 200px 0 160px;
}
.q03 h2 {
  background: url("../images/recruit/q3_h2.png") no-repeat left center / auto 120px;
  padding-left: 335px;
  line-height: 100px;
}
.q03 p:nth-of-type(2) {
  margin-left: 220px;
}
.q03 p:nth-of-type(3) {
  margin-left: 28px;
}
.q03 .flex {
  align-items: flex-start;
}
.q03 .flex > p:nth-of-type(1) {
  width: 430px;
  margin-left: 94px;
}
.q03 .flex > p:nth-of-type(2) {
  width: 463px;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1540px) {
	.q03 p:nth-of-type(2) {
		width: 42%;
	}
}

.q05 h2 {
  background: url("../images/recruit/q5_h2.png") no-repeat left center / auto 120px;
  padding-left: 324px;
  line-height: 100px;
  margin-left: 50px;
}
.q05 p:nth-of-type(1) {
  margin-left: 20px;
}
.q05 p:nth-of-type(2) {
  margin-left: 113px;
}
.q05 p:nth-of-type(3) {}
/* q02,q04,q06 */
.q02, .q04, .q06 {
  padding: 60px 0 24px;
}
.q02::before, .q02::after, .q04::before, .q04::after, .q06::before, .q06::after {
  content: "";
  display: block;
  width: 100%;
  height: 10vh;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  background: #FFF;
  position: absolute;
  top: -10vh;
  left: 0;
  z-index: -2;
}
.q02 h2 {
  background: url("../images/recruit/q2_h2.png") no-repeat left center / auto 120px;
  padding-left: 330px;
  margin-left: auto;
}
.q02 p:nth-of-type(1) {
  margin-right: 90px;
  margin-left: auto;
}
.q02 p:nth-of-type(2) {
  margin-left: auto;
}
.q02 .flex.flex01 {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.q02 .flex.flex01 > p:nth-of-type(1) {
  width: 456px;
  margin-bottom: 40px;
}
.q02 .flex.flex01 > p:nth-of-type(2) {
  width: 453px;
  margin-bottom: 0;
}
.q02 .flex.flex02 {
  align-items: flex-start;
}
.q02 .flex.flex02 > p:nth-of-type(1) {
  width: 462px;
  margin-left: 144px;
  margin-right: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.q02 .flex.flex02 > p:nth-of-type(2) {
  width: 432px;
  margin-bottom: 0;
}
.q04 h2 {
  background: url("../images/recruit/q4_h2.png") no-repeat left center / auto 120px;
  padding-left: 330px;
  line-height: 100px;
  margin-left: auto;
  margin-right: 50px
}
.q04 p:nth-of-type(1) {
  margin-left: auto;
}
.q04 p:nth-of-type(2) {
  margin-right: 148px;
  margin-left: auto;
}
.q04 .flex {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.q04 .flex > p:nth-of-type(1) {
  width: 430px;
}
.q04 .flex > p:nth-of-type(2) {
  width: 626px;
  margin-left: 33px;
  margin-right: 0;
  margin-top: 60px;
}
.q06 h2 {
  background: url("../images/recruit/q6_h2.png") no-repeat left center / auto 120px;
  padding-left: 332px;
  margin-left: 224px;
  line-height: 100px;
}
.q06 .inner > p:nth-of-type(1) {
  margin-right: 140px;
  margin-left: auto;
}
.q06 .inner > p:nth-of-type(2) {
  margin-right: 286px;
  margin-left: auto;
}
.q06 .inner > p:nth-of-type(3) {
  margin-right: 317px;
  margin-left: auto;
}
.q06 .flex.flex01 {
  justify-content: flex-end;
}
.q06 .flex.flex01 > p:nth-of-type(1) {
  width: 411px;
}
.q06 .flex.flex01 > p:nth-of-type(2) {
  width: 486px;
}
.q06 .flex.flex02 {
  align-items: flex-start;
}
.q06 .flex.flex02 > p:nth-of-type(1) {
  width: 502px;
}
.q06 .flex.flex02 > p:nth-of-type(2) {
  width: 381px;
}
.gap_area {
  width: 100%;
  height: 520px;
  background: url("../images/recruit/section_bg.jpg") no-repeat center bottom 80% / cover;
	background-attachment: fixed;
  position: relative;
}
.gap_area::before {
  content: "";
  display: block;
  width: 100%;
  height: 10vh;
  clip-path: polygon(0 0, 100% 0%, 0 10vh);
  background: #FFF;
  position: absolute;
  top: -1px;
  left: 0;
}
/* 募集要項・エントリー */
.requirements h2, .entry h2 {
  color: #111;
}
.entry h2 {
	line-height: 1.5!important;
	}
.section_overview {
  color: #111;
  background: #FFF;
  padding-top: 120px;
}
.entry .section_overview {
  background: #EDEDEE;
}
.section_overview .ttl_box {
  flex: 1;
}
.section_overview .info_box {
  font-size: 1.6rem;
  width: 700px;
  padding-top: 0;
}
.info_box .company_details {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #999;
  margin-bottom: 16px;
}
.info_box .company_details > dt {
  padding: 24px 0;
  width: 200px;
  border-top: solid 1px #999;
}
.info_box .company_details > dd {
  padding: 24px 0;
  width: 500px;
  border-top: solid 1px #999;
  font-weight: 400;
}
.info_box .info_txt {
  font-size: 1.8rem;
  margin-bottom: 64px;
}
.info_box a {
  color: var(--navy);
  text-decoration: underline;
}
/* エントリーフォーム */
.flow {
  height: 68px;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  border: solid 4px #FFF;
  overflow: hidden;
  font-size: 2rem;
  margin-bottom: 30px;
}
.flow li {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 4px #FFF;
  color: #AAA;
}
.flow li:last-child {
  border-right: none;
}
.flow li.active {
  background: var(--navy);
  color: #FFF;
}
.entryform .radio-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 1;
  justify-content: space-between;
}
.entryform .radio-wrap dd {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  column-gap: 6px;
}
input[type="radio"] {
  accent-color: var(--navy);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  cursor: pointer;
  margin-top: 3px;
}
.entryform dt {
  height: 26px;
  line-height: 26px;
  margin-bottom: 8px;
}
.entryform .caution, .entryform .any {
  width: 44px;
  display: inline-block;
  background: #B3B3B3;
  color: #FFF;
  margin-right: 8px;
  text-align: center;
}
.entryform .caution {
  color: #FFF;
  background: #E00101;
}
.entryform dd {
  height: 44px;
  margin-bottom: 32px;
}
.entryform dd input:not(.cate), .entryform dd textarea {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  border: solid 2px #B3B3B3;
  box-sizing: border-box;
  padding: 8px 16px;
}
.entryform dd input[placeholder] {
  border: solid 2px #B3B3B3;
}
.entryform dd:has(textarea) {
  height: 300px;
}
.consent {
  margin-bottom: 36px;
}
.consent input[type="checkbox"] {
  transform: scale(1.5);
}
.consent label {
  display: inline-block;
  margin-left: 10px;
}
.consent a {
  color: var(--navy);
  text-decoration: underline;
}
.consent a:hover {
  text-decoration: none;
}
input[type="submit"] {
  display: inline-block;
  width: 260px;
  height: 60px;
  background: var(--orange);
  color: #FFF;
  text-align: center;
  line-height: 60px;
  font-size: 2rem;
	font-weight: 700;
  border-radius: 30px;
  border: none;
  margin-left: 52px;
}
input[type="submit"]:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (min-width:768px), print {
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

.machine_sp {
	display: none;
}


}
@media screen and (max-width:767px) {
  /*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/
  body {
    overflow: hidden;
  }
  footer {
    padding-top: 16px;
  }
  .inner {
    width: 90%;
  }
  .main_view {
    width: 100%;
    height: auto;
    aspect-ratio: 72 / 100;
    background: url("../images/recruit/kv_bg_sp.png") no-repeat center top / 100%;
    margin-top: 70px;
    /*z-index: -10;*/
  }
  .main_view .inner {
    width: 100%;
    padding-top: 0;
  }
  .main_view h1 img {
    width: 98%;
    margin: 0 auto 16px;
    padding-top: 32%;
  }
  .main_view .htxt {
    width: 86%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 auto;
  }
.kv_link_btn {
		justify-content: space-between;
		width: 100%;
		height: 60px;
}
.right_btn {
	display: block;
}
.kv_link_btn .to_recruit {
	flex: 1;
	justify-content: flex-start;
	padding-left: 60px;
}
.kv_link_btn .to_tel {
	width: 70px;
}
  /* ページメニュー */
  .page_menu {
    display: none;
  }
  /* コンテンツ */
  main {}
  .inner h2 {
    width: fit-content;
    height: auto;
    font-size: 2.4rem;
    margin-bottom: 26px;
  }
  .question .flex {
    display: block;
  }
  .question p {
    font-size: 1.6rem;
    border-radius: 20px;
    margin-bottom: 16px;
  }
/*  .question p.left {
    padding-left: 60px;
  }
  .question p.right {
    padding-right: 60px;
  }
  .question p.left::after, .question p.right::after {
    width: 60px;
    height: 60px;
  }*/
  
  /* q01,q03,q05 */
/*  .q01, .q03, .q05 {
    clip-path: polygon(0 5vh, 100% 0, 100% 100%, 0 100%);
    margin-top: -5vh;
    padding: 80px 0;
    background-image: none;
  }*/
  
  .q01, .q03, .q05 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("../images/recruit/section_bg_sp.jpg") no-repeat center top / cover;
	background-attachment: fixed;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  margin-top: -8vh;
  padding: 160px 0 80px;
  z-index: -2;
}
/*  .q01 .bg, .q03 .bg, .q05 .bg,  .gap_area .bg {
  object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}*/
  .q01 {
    padding: 420px 0 100px;
  }
  .q01 h2 {
    background: url("../images/recruit/q1_h2.png") no-repeat left top / auto 50px;
    padding-left: 108px;
  }
  .q01 p:nth-of-type(1) {
    width: 90%;
    margin-left: 2.5%;
  }
  .q01 p:nth-of-type(2) {
    margin-left: 0;
  }
  .q01 p:nth-of-type(3) {
    margin-left: 15%;
    margin-right: 5%;
  }
  .q03 h2 {
    background: url("../images/recruit/q3_h2.png") no-repeat left top / auto 50px;
    padding-left: 137px;
    line-height: 1;
  }
  .q03 p:nth-of-type(1) {
    width: 90%;
    margin-left: 0;
  }
  .q03 p:nth-of-type(2) {
    width: 60%;
    margin-left: 0;
  }
  .q03 p:nth-of-type(3) {
    width: 70%;
    margin-left: 0;
  }
  .q03 .flex > p:nth-of-type(1) {
    width: 85%;
    margin-left: auto;
  }
  .q03 .flex > p:nth-of-type(2) {
    width: 100%;
  }
  .q05 h2 {
    background: url("../images/recruit/q5_h2.png") no-repeat left top / auto 50px;
    padding-left: 134px;
    line-height: 50px;
    margin-left: 5%;
  }
  .q05 p:nth-of-type(1) {
    width: 75%;
    margin-left: 10%;
  }
  .q05 p:nth-of-type(2) {
    width: 70%;
    margin-left: 0;
  }
  .q05 p:nth-of-type(3) {
    width: 100%;
		margin-top: 170px;
  }
  /* q02,q04,q06 */
  .q02, .q04, .q06 {
    padding: 48px 0 24px;
  }
  .q02::before, .q02::after, .q04::before, .q04::after, .q06::before, .q06::after {
    height: 5vh;
    top: -5vh;
    left: 0;
  }
  .q02 h2 {
    background: url("../images/recruit/q2_h2.png") no-repeat left top / auto 50px;
    padding-left: 135px;
    margin-left: 0;
  }
  .q02 p:nth-of-type(1) {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 24px;
  }
  .q02 p:nth-of-type(2) {
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
  .q02 .flex.flex01 > p:nth-of-type(1) {
    width: 100%;
    margin-bottom: 16px;
  }
  .q02 .flex.flex01 > p:nth-of-type(2) {
    width: 90%;
    margin-left: 0;
  }
  .q02 .flex.flex02 > p:nth-of-type(1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .q02 .flex.flex02 > p:nth-of-type(2) {
    width: 75%;
    margin-bottom: 16px;
    margin-left: 10%;
  }
  .q02 .flex.flex02 > p:nth-of-type(2).left {
    /*padding-right: 60px;
    padding-left: 24px;*/
  }
  .q02 .flex.flex02 > p:nth-of-type(2).left::after {
    right: 0;
    left: auto;
  }
  .q04 h2 {
    background: url("../images/recruit/q4_h2.png") no-repeat left top / auto 50px;
    padding-left: 139px;
    line-height: 50px;
    margin-left: auto;
    margin-right: 0;
  }
  .q04 p:nth-of-type(1) {
    width: 90%;
    margin-left: 0;
  }
  .q04 p:nth-of-type(2) {
    width: 80%;
    margin-right: 0;
    margin-left: 0;
  }
  .q04 .flex > p:nth-of-type(1) {
    width: 90%;
    margin-left: auto;
    margin-top: 0;
  }
  .q04 .flex > p:nth-of-type(2) {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
  }
  .q06 h2 {
    background: url("../images/recruit/q6_h2.png") no-repeat left center / auto 50px;
    padding-left: 138px;
    margin-left: 0;
    line-height: 50px;
  }
  .q06 .inner > p:nth-of-type(1) {
    width: 95%;
    margin-right: auto;
    margin-left: 0;
  }
  .q06 .inner > p:nth-of-type(2) {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
  .q06 .inner > p:nth-of-type(3) {
    width: 80%;
    margin-right: 10%;
    margin-bottom: 0;
  }
  .q06 .flex.flex01 {
    justify-content: flex-end;
  }
  .q06 .flex.flex01 > p:nth-of-type(1) {
    width: 100%;
    padding-right: 10px;
  }
  .q06 .flex.flex01 > p:nth-of-type(2) {
    width: 85%;
    margin-left: 10%;
  }
  .q06 .flex.flex02 > p:nth-of-type(1) {
    width: 90%;
    margin-left: 5%;
  }
  .q06 .flex.flex02 > p:nth-of-type(2) {
    width: 95%;
    margin-left: 10%;
  }
  .gap_area {
    height: 380px;
    /*background: none;*/
		background: url("../images/recruit/section_bg_sp.jpg") no-repeat center bottom 80% / cover;
		background-attachment: fixed;
  }
  .gap_area::before {
    height: 5vh;
    clip-path: polygon(0 0, 100% 0%, 0 5vh);
  }
  .gap_area .bg {
    opacity: 1;
  }
  /* 募集要項 */
  .section_overview {
    padding-top: 64px;
  }
  .section_overview .ttl_box h2 {
    margin-bottom: 40px;
  }
  .section_overview .info_box {
    width: 100%;
    padding-top: 0;
  }
  .info_box .company_details {
    display: block;
  }
  .info_box .company_details > dt {
    padding: 16px 0 0;
    width: 100%;
    margin-bottom: 4px;
  }
  .info_box .company_details > dd {
    padding: 0 0 16px;
    width: 100%;
    border-top: none;
    line-height: 1.75;
    font-size: 1.4rem;
  }
  .info_box .info_txt {
    font-size: 1.6rem;
    margin-bottom: 24px;
    line-height: 1.75;
  }
  /* エントリーフォーム */
  .flow {
    height: 42px;
    border: solid 3px #FFF;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .flow li {
    border-right: solid 3px #FFF;
  }
  .entryform dt {
    height: 21px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .entryform .radio-wrap {
    margin-bottom: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .entryform .radio-wrap dd {
    column-gap: 10px;
  }
  input[type="radio"] {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  .entryform dt {
    height: 26px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .entryform .caution, .entryform .any {
    width: 32px;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-right: 8px;
  }
  .entryform dd {
    margin-bottom: 16px;
  }
  .entryform dd input, .entryform dd textarea {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
  .entryform dd input[placeholder] {
    border: solid 1px #B3B3B3;
  }
  .entryform dd:has(textarea) {
    height: 250px;
  }
  .consent {
    margin-bottom: 24px;
    text-align: center;
  }
  .consent input[type="checkbox"] {
    transform: scale(1.3);
  }
  .consent label {
    display: inline-block;
    margin-left: 10px;
  }
  .submit_txt {
    text-align: center;
    font-size: 1.4rem;
  }
  input[type="submit"] {
    display: block;
    width: 90%;
    height: 60px;
    margin: 24px auto 0;
  }
	
.machine_sp {
	position: absolute;
}
	
.machine_sp01 {
	width: 375px;
	bottom: -330px;
	right: 0;
	z-index: 1;
}
.machine_sp02 {
	position: relative;
	width: 80%;
	left: -6%;
	z-index: 1;
}
.machine_sp03 {
	position: relative;
	width: 100%;
	right: -5%;
	z-index: 1;
	margin-top: -60px;
}
.machine_sp04 {
	position: relative;
	width: 100%;
	left: -5%;
	z-index: 1;
	margin-top: -30px;
	margin-bottom: 30px;
}
.machine_sp05 {
	width: 200px;
	top: 200px;
	right: -0%;
	z-index: 1;
}
.machine_sp06 {
	position: relative;
	width: 100%;
	left: -5%;
	z-index: 1;
}

}