@charset "UTF-8";
/* ------------------------------
#recruit
------------------------------ */
/* common
------------------------------ */
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
#recruit h1, #recruit h2, #recruit h3 {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#recruit img {
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  #recruit img {
    height: auto;
  }
}
/* layout setting
------------------------------ */
#recruit {
  letter-spacing: 2px;
  color: #333;
  padding-top: 103px;
}
.breadcrumb {
  display: none;
}
@media screen and (max-width: 768px) {
  #recruit {
    padding-top: 59px;
  }
}
/* navi
------------------------------ */
.recruit_nav {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 103px;
  background: #333;
  z-index: 10;
}
.recruit_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #707070;
}
.recruit_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 344px;
  height: 43px;
  border-left: 1px solid #707070;
}
.recruit_nav li:last-child {
  border-right: 1px solid #707070;
}
.recruit_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.recruit_nav li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .recruit_nav {
    top: 60px;
    height: 59px;
  }
  .recruit_nav li {
    width: calc((100% - 2px) / 3);
    max-width: 100%;
    height: 36px;
  }
  .recruit_nav li:last-child {
    border-right: none;
  }
  .recruit_nav li:first-child {
    border-left: none;
  }
  .recruit_nav li a {
    font-size: 12px;
  }
}
/* mv
------------------------------ */
.recruit_mv {
	width: 100%;
	margin: 0 auto;
}
.recruit_mv_block {
	display: none;
}
@media screen and (max-width: 768px) {
	.recruit_mv_block {
		display: flex;
		flex-direction: column;
		background: #8C7459;
		padding-bottom: calc(25 * (100vw / 375));
	}
	#recruit .recruit_mv_photo {
		display: none;
	}
	.recruit_mv_slider {
		order: -1;
		margin: 0;
		padding: calc(10 * (100vw / 375)) 0 0;
		list-style: none;
	}
	.recruit_mv_slider li {
		width: calc(347 * (100vw / 375));
		margin-right: calc(9 * (100vw / 375));
	}
	#recruit .recruit_mv_slider li img {
		display: block;
		width: 100%;
		height: calc(243 * (100vw / 375));
		object-fit: cover;
		object-position: center;
    border-radius: 10px;
	}
	.recruit_mv_txt {
		padding: calc(22 * (100vw / 375)) 15px 0;
		text-align: center;
		color: #fff;
	}
	.recruit_mv_txt_inner {
		width: 100%;
	}
	#recruit h1.recruit_mv_ttl {
		margin: 0 0 13px;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.4;
		letter-spacing: 2px;
	}
	#recruit p.recruit_mv_lead {
		margin: 0 0 24px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0;
		text-align: center;
	}
	#recruit p.recruit_mv_btn {
		margin: 0;
	}
	.recruit_mv_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: calc(239 * (100vw / 375));
		height: calc(36 * (100vw / 375));
		margin: 0 auto;
		font-size: 11px;
		font-weight: 600;
		line-height: 1;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
	}
}

@media screen and (min-width: 769px) {
	#recruit .recruit_mv_slider {
		display: none;
	}
	.recruit_mv_block {
		display: flex;
		align-items: stretch;
		overflow: hidden;
		height: 549px;
		background: #B9AFA4;
	}
	.recruit_mv_txt {
    flex: 1 0 534px;
		min-width: 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 63px 20px 40px 100px;
		background: #8C7459;
		color: #fff;
	}
 
	.recruit_mv_txt_inner {
		width: 100%;
		max-width: 420px;
	}
 
	#recruit h1.recruit_mv_ttl {
		margin: 0 0 74px;
		font-size: 55px;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 4px;
	}
	#recruit p.recruit_mv_lead {
		margin: 0 0 70px;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0;
		text-align: left;
	}
	#recruit p.recruit_mv_btn {
		margin: 0;
	}
	.recruit_mv_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		max-width: 355px;
		height: 65px;
		padding: 10px 20px;
		font-size: 18px;
		font-weight: 600;
		line-height: 1;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 10px;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	.recruit_mv_btn a:hover,
	.recruit_mv_btn a:focus-visible {
		background: #fff;
		color: #8C7459;
	}
	#recruit .recruit_mv_photo {
		flex: 0 1 866px;
		min-width: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 123fr 303fr 123fr;
		gap: 0;
	}
	#recruit .recruit_mv_photo li {
		position: relative;
		min-width: 0;
		margin: 0;
		overflow: hidden;
	}
	#recruit .recruit_mv_photo img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#recruit .recruit_mv_photo li:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
	#recruit .recruit_mv_photo li:nth-child(2) { grid-column: 2; grid-row: 2 / 4; }
	#recruit .recruit_mv_photo li:nth-child(3) { grid-column: 3; grid-row: 1 / 3; }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.recruit_mv_block {
		height: 500px;
	}
	.recruit_mv_txt {
		flex: 1 0 380px;
		justify-content: flex-start;
		padding: 30px 20px 30px 45px;
	}
	.recruit_mv_txt_inner {
		max-width: 380px;
	}
	#recruit .recruit_mv_photo {
		flex: 0 1 660px;
	}
	#recruit h1.recruit_mv_ttl {
		margin: 0 0 43px;
		font-size: 32px;
		letter-spacing: 2px;
	}
	#recruit p.recruit_mv_lead {
		margin: 0 0 41px;
		font-size: 14px;
		line-height: 1.6;
	}
	.recruit_mv_btn a {
		max-width: 260px;
		height: 52px;
		font-size: 14px;
	}
}

@media screen and (min-width: 1401px) {
	.recruit_mv        { background: #8C7459; }
	.recruit_mv_block  { max-width: 1400px; margin: 0 auto; }
	.recruit_mv_txt    { flex: 0 0 534px; }
	#recruit .recruit_mv_photo { flex: 0 0 866px; }
}

/* overview
------------------------------ */
.recruit_overview {
  width: 100%;
  padding: 110px 0 115px;
  background: #ffffff;
}
#recruit h2.overview_h2 {
  position: relative;
  display: table;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  margin: auto;
  color: #8C7459;
}
#recruit p.overview_p {
  display: table;
  width: 100%;
  max-width: 995px;
  margin: 120px auto 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
.target_list {
	display: grid;
	grid-template-columns: 496px 496px;
	column-gap: 53px;
	row-gap: 73px;
	max-width: 1045px;
	margin: 107px auto 0;
	padding: 0;
	list-style: none;
}
#recruit .target_list li:nth-child(1) {
	grid-column: 1 / 3;
	justify-self: center;
	width: 496px;
}
#recruit .target_list li {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 132px;
	margin: 0;
	padding: 20px 24px;
	background: #F7F5F3;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(140, 116, 89, 0.53);
}
.target_num {
	position: absolute;
	top: -21px;
	left: 22px;
	line-height: 0;
}
#recruit .target_num img {
	display: block;
	height: 42px;
	width: auto;
}
#recruit p.target_txt {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.65;
	text-align: center;
	color: #8C7459;
}
#recruit p.target_txt span {
	display: block;
	font-size: 22px;
	line-height: 1.8;
	color: #333333;
}

@media screen and (max-width: 768px) {
  .recruit_overview {
    padding: calc(50 * (100vw / 375)) 0 calc(75 * (100vw / 375));
  }
  #recruit h2.overview_h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.35;
    margin: 0 auto;
  }
  #recruit p.overview_p {
    width: calc(100% - 30px);
    margin: calc(60 * (100vw / 375)) 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
	.target_list {
		display: block;
		max-width: none;
		margin: calc(43 * (100vw / 375)) 15px 0;
	}
	#recruit .target_list li:nth-child(1) {
		/* width: auto; */
	}
	#recruit .target_list li {
		min-height: 90px;
		margin-bottom: calc(43 * (100vw / 375));
		padding: 16px 20px;
		border-radius: 10px;
	}
	#recruit .target_list li:last-child {
		margin-bottom: 0;
	}
	.target_num {
		top: -13px;
		left: 21px;
	}
	#recruit .target_num img {
		height: 27px;
	}
	#recruit p.target_txt {
		font-size: 17px;
		line-height: 1.7;
	}
	#recruit p.target_txt span {
		font-size: 14px;
		line-height: 1.8;
	}
}

/* training（研修・フォロー体制） */

.recruit_training {
  width: 100%;
  padding: 86px 0 128px;
  background: #F7F5F3;
}
#recruit h2.training_h2 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
#recruit p.training_p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #333;
  margin: 71px auto 52px;
}

/* ---- 見出し欄（フェーズ / 内容 / 対象）---- */
.flow_head {
	display: flex;
	gap: 17px;
	width: 100%;
	max-width: 1199px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#recruit .flow_head li {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 61px;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	border: 1px solid #333;
	border-radius: 10px;
}
#recruit .flow_head li:nth-child(1) { flex: 0 0 250px; }
#recruit .flow_head li:nth-child(2) { flex: 1 1 auto; min-width: 0; }
#recruit .flow_head li:nth-child(3) { flex: 0 0 251px; }

.flow_list {
	width: 100%;
	max-width: 1199px;
	margin: 24px auto 0;
	padding: 0;
	list-style: none;
}
#recruit .flow_list li {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	min-height: 95px;
	margin: 0 0 81px;
	padding: 13px 10px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 10px;
}
#recruit .flow_list li:last-child {
	margin-bottom: 0;
}

#recruit .flow_list li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 20px;
	border-left: 33.5px solid transparent;
	border-right: 33.5px solid transparent;
	border-top: 41px solid rgba(140, 116, 89, 0.5);
	transform: translateX(-50%);
}

/* ---- フェーズ / 内容 / 対象 ---- */
.flow_phase,
.flow_target {
	flex: 0 0 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4px 8px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	border-radius: 10px;
}
.flow_phase {
	background: #8C7459;
	color: #fff;
}
.flow_target {
	background: #fff;
	color: #8C7459;
	border: 1px solid #8C7459;
}
#recruit p.flow_body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 4px 12px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #333;
}


@media screen and (max-width: 768px) {
  .recruit_training {
    padding: calc(78 * (100vw / 375)) 0 calc(89 * (100vw / 375));
  }
  #recruit h2.training_h2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  #recruit p.training_p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
    margin: calc(26 * (100vw / 375)) 15px calc(30 * (100vw / 375));
  }
	.flow_head {
		width: auto;
		gap: 5px;
		max-width: none;
		margin: 0 15px;
	}
	#recruit .flow_head li {
		min-height: 36px;
		font-size: 13px;
		border-radius: 5px;
	}
	#recruit .flow_head li:nth-child(1) { flex: 0 0 76px; }
	#recruit .flow_head li:nth-child(3) { flex: 0 0 68px; }

	.flow_list {
		width: auto;
		max-width: none;
		margin: calc(14 * (100vw / 375)) 15px 0;
	}
	#recruit .flow_list li {
		min-height: 57px;
		margin-bottom: 35px;
		padding: 6px 7px;
	}

	#recruit .flow_list li:not(:last-child)::after {
		margin-top: 9px;
		border-left-width: 14.5px;
		border-right-width: 14.5px;
		border-top-width: 18px;
	}

	.flow_phase,
	.flow_target {
		flex: 0 0 63px;
		padding: 4px 2px;
		font-size: 12px;
		line-height: 1.35;
		border-radius: 5px;
	}
	#recruit p.flow_body {
		padding: 4px 6px;
		font-size: 14px;
		line-height: 1.5;
	}
}

/* flow（採用フロー：エントリーから入社まで） */
.recruit_flow {
	width: 100%;
	padding: 124px 0;
	background: #fff;
}
#recruit h2.flow_h2 {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1;
	color: #8C7459;
}
#recruit p.flow_lead {
	margin: 90px auto 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	color: #333;
}

.step_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1199px;
	margin: 142px auto 0;
	padding: 0;
	list-style: none;
}
#recruit .step_list li {
	position: relative;
	box-sizing: border-box;
	flex: 0 0 192px;
	min-height: 286px;
	margin: 0;
	background: #F7F5F3;
	border-radius: 20px;
	text-align: center;
    list-style: none;
	padding: 40px 8px 24px;
}


#recruit .step_list li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 13px;
	border-top: 27px solid transparent;
	border-bottom: 27px solid transparent;
	border-left: 34px solid rgba(140, 116, 89, 0.5);
	transform: translateY(-50%);
}

.step_num {
	position: absolute;
	bottom: 100%;
	left: 34px;
	margin-bottom: 18px;
	line-height: 0;
}
#recruit .step_num img {
	display: block;
	height: 25px;
	width: auto;
}

#recruit p.step_ttl {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #8C7459;
	letter-spacing: 0;
}

.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 81px;
	margin: 31px 0 33px;
}
#recruit .step_icon img {
	display: block;
	max-width: 100%;
	max-height: 81px;
	width: auto;
	height: auto;
}

#recruit p.step_desc {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
}


@media screen and (max-width: 768px) {

	.recruit_flow {
		padding: calc(83 * (100vw / 375)) 0 calc(90 * (100vw / 375));
	}
	#recruit h2.flow_h2 {
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 1.35;
	}
	#recruit p.flow_lead {
		margin: calc(26 * (100vw / 375)) 15px 0;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.75;
		text-align: left;
	}

	.step_list {
		display: block;
		width: auto;
		max-width: none;
		margin: calc(32 * (100vw / 375)) 15px 0;
	}
	#recruit .step_list li {
		flex: none;
		display: grid;
		grid-template-columns: 52px 1fr;
		grid-template-areas:
			"icon head"
			"icon desc";
		align-items: center;
		column-gap: 18px;
		row-gap: 4px;
		min-height: 95px;
		margin-bottom: 35px;
		padding: 12px 14px;
		border-radius: 10px;
		text-align: left;
	}
	#recruit .step_list li:last-child {
		margin-bottom: 0;
	}


	#recruit .step_list li:not(:last-child)::after {
		top: 100%;
		left: 50%;
		margin-top: 9px;
		margin-left: 0;
		border-top: 18px solid rgba(140, 116, 89, 0.5);
		border-bottom: 0;
		border-left: 14.5px solid transparent;
		border-right: 14.5px solid transparent;
		transform: translateX(-50%);
	}

	.step_head {
		grid-area: head;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.step_num {
		position: static;
		margin: 0;
		flex: 0 0 auto;
	}
	#recruit .step_num img {
		height: 15px;
	}
	#recruit p.step_ttl {
		font-size: 16px;
	}

	.step_icon {
		grid-area: icon;
		height: auto;
		margin: 0;
	}
	#recruit .step_icon img {
		max-width: 52px;
		max-height: 46px;
	}

	#recruit p.step_desc {
		grid-area: desc;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.5;
	}
}

/* faq（よくある質問） */
.recruit_faq {
	width: 100%;
	padding: 108px 0 140px;
	background: #F7F5F3;
}
#recruit h2.faq_h2 {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 4px;
	line-height: 1;
	color: #8C7459;
}

.faq_list {
	width: 100%;
	max-width: 1200px;
	margin: 102px auto 0;
	padding: 0;
	list-style: none;
}
#recruit .faq_list li {
	margin-bottom: 28px;		
	transition: all 0.5s ease-in-out;
}
#recruit .faq_list li:has(> h3.open) {
	margin-bottom: 33px;	
}
#recruit .faq_list li:last-child {
	margin-bottom: 0;
}


#recruit .faq_list li h3 {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	min-height: 78px;
	padding: 14px 70px 14px 42px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	background: #333;
	border-radius: 70px;
	cursor: pointer;
}
#recruit .faq_list li h3::before {
	content: "Q";
	flex: 0 0 62px;			
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
}

#recruit .faq_list li h3::after {
	content: "";
	position: absolute;
	right: 30px;
	top: calc(50% - 5px);
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(135deg);
	transition: all 0.5s ease-in-out;
}
#recruit .faq_list li h3.open::after {
	transform: rotate(-45deg);
	top: calc(50% - 1px);
}


.faq_list li h3 + div {
	display: none;		
	box-sizing: border-box;
	margin: 19px 18px 0;
	padding: 26px 34px 30px;
	background: #fff;
	border-radius: 10px;
}
#recruit .faq_list li h3 + div p {
	display: flex;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	color: #333;
}
#recruit .faq_list li h3 + div p::before {
	content: "A";
	flex: 0 0 54px;		
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	color: #8C7459;
}

@media screen and (max-width: 768px) {

	.recruit_faq {
		padding: calc(49 * (100vw / 375)) 0 calc(71 * (100vw / 375));
	}
	#recruit h2.faq_h2 {
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 1.35;
	}

	.faq_list {
		width: auto;
		max-width: none;
		margin: calc(51 * (100vw / 375)) 15px 0;
	}
	#recruit .faq_list li {
		margin-bottom: 12px;
	}
	#recruit .faq_list li:has(> h3.open) {
		margin-bottom: 15px;
	}

	#recruit .faq_list li h3 {
		min-height: 50px;
		padding: 10px 40px 10px 18px;
		font-size: 14px;
		border-radius: 60px;
	}
	#recruit .faq_list li h3::before {
		flex: 0 0 27.5px;
		font-size: 23px;
	}
	#recruit .faq_list li h3::after {
		right: 20px;
		width: 8px;
		height: 8px;
	}

	.faq_list li h3 + div {
		margin: 16px 0 0;
		padding: 16px 15px 18px;
	}
	#recruit .faq_list li h3 + div p {
		font-size: 14px;
		line-height: 1.6;
	}
	#recruit .faq_list li h3 + div p::before {
		flex: 0 0 27px;
		font-size: 23px;
	}
}
/* cta（下部バナー：エントリー導線） */
.recruit_cta {
	width: 100%;
	background: #8C7459;
}
.cta_block {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	height: 360px;
}

.cta_txt {
	flex: 1 0 557px;
	min-width: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 49px 20px 37px 101px;
	background: #8C7459;
	color: #fff;
}
.cta_txt_inner {
	width: 100%;
	max-width: 440px;
}

#recruit p.cta_ttl {
	margin: 0 0 27px;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 4px;
}
#recruit p.cta_lead {
	margin: 0 0 51px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	text-align: left;
}

#recruit p.cta_btn {
	margin: 0;
}
.cta_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 355px;
	height: 65px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.cta_btn a:hover,
.cta_btn a:focus-visible {
	background: #fff;
	color: #8C7459;
}

#recruit .cta_photo {
	flex: 0 1 843px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 282fr 279fr 282fr;
	gap: 0;
}
#recruit .cta_photo li {
	position: relative;
	min-width: 0;
	margin: 0;
	overflow: hidden;
}
#recruit .cta_photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 1401px) {
	.cta_block {
		max-width: 1400px;
		margin: 0 auto;
	}
	.cta_txt {
		flex: 0 0 557px;
	}
	#recruit .cta_photo {
		flex: 0 0 843px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	.cta_block {
		height: 280px;
	}
	.cta_txt {
		flex: 1 0 400px;
		padding: 30px 20px 30px 45px;
	}
	.cta_txt_inner {
		max-width: 340px;
	}
	#recruit .cta_photo {
		flex: 0 1 500px;
	}
	#recruit p.cta_ttl {
		margin: 0 0 20px;
		font-size: 32px;
		letter-spacing: 2px;
	}
	#recruit p.cta_lead {
		margin: 0 0 30px;
		font-size: 14px;
	}
	.cta_btn a {
		max-width: 260px;
		height: 52px;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {

	.cta_block {
		display: block;
		height: auto;
	}
	#recruit .cta_photo {
		display: none;
	}

	.cta_txt {
		display: block;
		padding: calc(36 * (100vw / 375)) 15px calc(33 * (100vw / 375));
		text-align: center;
	}
	.cta_txt_inner {
		max-width: none;
	}

	#recruit p.cta_ttl {
		margin: 0 0 23px;
		font-size: 28px;
		line-height: 1.4;
		letter-spacing: 2px;
	}
	#recruit p.cta_lead {
		margin: 0 0 28px;
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
	}

	.cta_btn a {
		width: calc(239 * (100vw / 375));
		max-width: none;
		height: calc(36 * (100vw / 375));
		margin: 0 auto;
		font-size: 11px;
	}
}
