@charset "utf-8";

.pagetitle{
	background: url("../img/recruit/recruit_pagemain.webp") no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	width: 100%;
	height: 500px;
}
.pagetitle h2{
	color: #395780;
	font-family: "EB Garamond", serif;
	font-size: clamp(15px,2.4vw,24px);
	margin-left: 5%;
}
.pagetitle h2 strong{
	color: #221815;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(30px,5vw,50px);
	display: block;
}

/* message */
#message{
	background: url("../img/recruit/messagebg.webp") no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 60px 0;
}
#message p{
	font-size: clamp(18px,3.2vw,32px);
	text-align: center;
	line-height: 240%;
}
#message p span{
	font-size: clamp(21px,3.6vw,36px);
	text-align: center;
}

/* numbers */
#numbers{
	background: url("../img/recruit/numberbg.webp") no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.recruitttl{
	text-align: center;
	margin-bottom: 80px;
}
.recruitttl div{
	border-bottom: 2px solid #395780;
	color: #395780;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(18px,3.2vw,32px);
	letter-spacing: 0.05em;
	display: inline-block;
	padding-bottom: 3px;
	position: relative;
}
.recruitttl div::after{
	background: #395780;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -9px;
	left: 0;
}
.recruitttl div span{
	font-size: clamp(30px,4.6vw,46px);
}

/* number */
.numbersflex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 60px;
}
.numbersflex .flexitem{
	position: relative;
}
.numbersflex .service{
	background: url("../img/recruit/years-of-service.svg") no-repeat;
	background-size: 77.55102040816327% auto;
	background-position: left 40% top;
	width: calc(490 / 1080 * 100%);
	aspect-ratio: 245 / 158;
	margin-bottom: 100px;
}
.numbersflex .service h3{
	color: #395780;
	font-size: clamp(20px,3.2vw,32px);
	letter-spacing: 0.05em;
	position: absolute;
	left: 5px;
	top: -10px;
}
.numbersflex .service h3 span{
	display: block;
	font-size: clamp(10px,1.6vw,16px);
}
.numbersflex .service .numberlabel{
	color: #221815;
	font-size: clamp(21px,3.2vw,32px);
	font-family: "EB Garamond","Noto Serif JP", serif;
	position: absolute;
	bottom: -10px;
	right: -10px;
	letter-spacing: 0.05em;
}
.numbersflex .service .numberlabel span{
	color: #e60012;
	font-size: clamp(45px,6vw,60px);
}
.numbersflex .service .nubmertext{
	width: 100%;
	position: absolute;
	bottom: -105px;
}
.numbersflex .service .nubmertext p{
	text-align: center;
	font-size: clamp(15px,2.8vw,28px);
}


.numbersflex .ratio{
	background: url("../img/recruit/gender_graph.png") no-repeat;
	background-size: 81.33047210300429% auto;
	background-position: right 10px bottom;
	width: calc(466 / 1080 * 100%);
	aspect-ratio: 233 / 240;
	margin-top: 80px;
}
.numbersflex .ratio h3{
	color: #395780;
	font-size: clamp(20px,3.2vw,32px);
	letter-spacing: 0.05em;
	position: absolute;
	left: 5px;
	top: -10px;
}
.numbersflex .ratio h3 span{
	display: block;
	font-size: clamp(10px,1.6vw,16px);
}
.numbersflex .ratio .numberlabel{
	color: #221815;
	font-size: clamp(21px,3.2vw,32px);
	font-family: "EB Garamond","Noto Serif JP", serif;
	position: absolute;
	left: 5px;
	top: 19%;
	letter-spacing: 0.05em;
}
.numbersflex .ratio .numberlabel span{
	position: relative;
	font-size: clamp(45px,6vw,60px);
}
.numbersflex .ratio .numberlabel span.cb{
	color: #4f709e;
}
.numbersflex .ratio .numberlabel span.cb::before{
	color: #221815;
	font-size: clamp(14px,2.4vw,24px);
	content: "男性";
	position: absolute;
	top: -0.75em;
	text-align: center;
  width: 100%;
}
.numbersflex .ratio .numberlabel span.cr{
	color: #e60012;
}
.numbersflex .ratio .numberlabel span.cr::before{
	color: #221815;
	font-size: clamp(14px,2.4vw,24px);
	content: "女性";
	position: absolute;
	top: -0.75em;
	text-align: center;
  width: 100%;
}
.numbersflex .ratio .numbertext{
	width: 100%;
	position: absolute;
	top: -10px;
	right: 0;
	text-align: right;
}
.numbersflex .ratio .numbertext p{
	display: inline-block;
	text-align: left;
	font-size: clamp(15px,2.8vw,28px);
	margin-left: 40%;
}

/* appeal */
#appeal{
	background: url("../img/recruit/appealbg_pc.webp") no-repeat;
	background-size: cover;
	padding: 80px 0;
	overflow: hidden;
}
#appeal .inner .flexright{
	/*margin-right: calc((420 / 1920 * 100%) * -1);*/
	margin-right: calc((50% - 50vw) + 40px);
}
.appealflex{
	display: flex;
	justify-content: space-between;
	column-gap: 5%;
}
.appealflex .flexleft{
	width: calc(760 / 1200 * 100%);
	padding-left: 20px;
}
.appealflex .flexleft .appealtext{
	text-align: center;
	margin-top: 40px;
}
.appealflex .flexleft .appealtext p{
	font-size: clamp(16px,2.8vw,28px);
	display: inline-block;
	text-align: left;
	line-height: 180%;
}

/* flow */
#flow.imgbgcontainer .overinner {
  padding: 80px 20px;
}
.overhead h2 {
  font-size: clamp(30px,3.6vw,36px);
  margin-bottom:60px;
}
.flowttl {
  display: block;
  padding: 8px 60px 8px 20px;
	letter-spacing: 0.08em;
  background: #395780;
  color: #fff;
  font-size: clamp(20px,2.4vw,24px);
  clip-path: polygon(0 0,calc(100% - 40px) 0,100% 100%,0 100%);
	margin-bottom: 30px;
}
.flowflex{
	display: flex;
	justify-content: space-between;
}
.flowflexitem{
	width: calc(560 / 1160 * 100%);
}
.job01 .flowcontents{
	background: url("../img/recruit/jobflow01.png") no-repeat top right;
	background-size: 39.28571428571429% auto;
}
.job02 .flowcontents{
	background: url("../img/recruit/jobflow02.png") no-repeat top right;
	background-size: 39.28571428571429% auto;
}
.flowcontents {
	margin-left: 20px;
}
.flowcontents .step{
	padding-bottom: 35px;
	position: relative;
	padding-left: 30px;
}
.flowcontents .step::before{
	position: absolute;
	left: 0;
	top: 9px;
	background: #395780;
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 20px;
}
.flowcontents .step::after{
	position: absolute;
	left: 10px;
	top: 10px;
	background: #395780;
	content: "";
	display: block;
	height: 100%;
	width: 1px;
}
.flowcontents .step:last-child{
	padding-bottom: 0px;
}
.flowcontents .step:last-child::after{
	display: none;
}
.flowcontents .flowstep{
	position: relative;
	padding-left: 1.5em;
}
.flowcontents .flowstep::before{
	font-size: clamp(20px,2.8vw,28px);
	color: #395780;
	display: block;
	font-family: "EB Garamond", serif;
	position: absolute;
	left: 0;
}
.flowcontents .step01::before{
	content: "1.";
}
.flowcontents .step02::before{
	content: "2.";
}
.flowcontents .step03::before{
	content: "3.";
}
.flowcontents .step04::before{
	content: "4.";
}
.flowcontents .step05::before{
	content: "5.";
}
.flowcontents .step06::before{
	content: "6.";
}
.flowcontents .step07::before{
	content: "7.";
}
.flowcontents .step p{
	color: #333;
	font-size: clamp(16px,1.8vw,20px);
	letter-spacing: 0.05em;
}

/* cta */
.ctacontainer{
	padding: 80px;
	text-align: center;
}
.ctacontainer p{
	font-size: clamp(16px,2vw,20px);
}
.ctabtn{
	text-align: center;
	margin-top: 30px;
}
.ctabtn a{
	background-image: linear-gradient(#607ea7, #395780);
	color: #FFF;
	font-size: clamp(14px,1.8vw,18px);
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 9px;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 auto;
}
.ctabtn a div{
	border: 1px solid #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}
.ctabtn a div::before{
	background: url("../common/img/ico-mail.svg") no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 32px;
	height: 24px;
	margin-right: 20px;
}
.ctabtn a span{
	font-size: clamp(18px,2.4vw,24px);
}
.ctabtn a:hover{
	opacity: 0.7;
}

/* support */
#support.bgcontainer {
  background: url("../img/recruit/supportbg_pc.webp") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
.supportcontents h4{
	color: #395780;
	font-size: clamp(18px,2.4vw,24px);
	margin-bottom: 10px;
}
.supportcontents h5{
	color: #395780;
	font-size: clamp(16px,2.4vw,20px);
	margin-bottom: 15px;
}
.supportcontents p{
	font-size: clamp(16px,1.8vw,18px);
	line-height: 200%;
	margin-bottom: 20px;
}
.supportcontents:first-child{
	margin-bottom: 50px;
}

/* entry */
#entry .ctacontainer{
	padding-bottom: 0;
}
@media screen and (max-width: 1200px){
	.numbersflex {
		margin: 0 20px;
	}
	.numbersflex .service,.numbersflex .ratio{
		width: 48%;
	}
}
@media screen and (max-width: 768px){
	.pagetitle{
		background: url("../img/recruit/recruit_pagemain_sp.jpg") no-repeat;
		background-size: cover;
		display: flex;
		align-items:flex-start;
		justify-content: flex-end;
		width: 100%;
		height: 250px;
	}
	.pagetitle h2{
		margin-right: 25px;
		margin-top: 40px;
	}
	.recruitttl {
		margin-bottom: 30px;
	}
	
	/* message */
	#message {
		padding: 35px 0;
	}
	
	/* numbers */
	#numbers {
		padding: 40px 0;
	}
	.numbersflex {
		margin: 0 15px;
		display: block;
	}
	.numbersflex .service{
		background-position: left 30% top;
		width: 100%;
		margin-bottom: 20px;
	}
	.numbersflex .service h3 {
		left: 0px;
		top: 25px;
	}
	.numbersflex .service .nubmertext {
		width: auto;
		position: absolute;
		bottom: -10px;
		right: -10px;
	}
	.numbersflex .service .numberlabel {
		bottom: 30px;
		right: 0;
	}
	
	.numbersflex .ratio{
		background-size: 60% auto;
		background-position: right 0px top;
		width: 100%;
		margin-top: 40px;
		aspect-ratio: 233 / 130;
	}
	.numbersflex .ratio h3 {
		left: 0px;
		top: 6%;
	}
	.numbersflex .ratio .numberlabel {
		left: -5px;
		top: 45%;
	}
	.numbersflex .ratio .numbertext {
		bottom: 0;
		left: 0;
		text-align: left;
		right: auto;
		top: auto;
	}
	.numbersflex .ratio .numbertext p {
		margin-left: 0%;
	}
	
	/* appeal */
	#appeal{
		padding: 40px 0 0;
	}
	.appealflex {
		display: block;
		margin: 0 15px;
	}
	.appealflex .flexleft {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 40px;
	}
	#appeal .fleximg.sp{
		margin-bottom: -1px;
	}
	.appealflex .flexleft .appealtext{
		text-align: center;
		margin-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.appealflex .flexleft .appealtext p{
		text-align: center;
	}
	
	/* flow */
	#flow.imgbgcontainer .overinner {
		padding: 40px 0px;
	}
	#flow .overhead h2 {
		text-align: left;
		margin:0 20px 20px;
	}
	.flowflex {
		display: block;
	}
	.flowflexitem{
		width: 100%;
	}
	.flowttl {
		display: inline-block;
		width: 85%;
		margin-bottom: 20px;
	}
	.job01{
		margin-bottom: 50px;
	}
	.flowcontents .step::before {
		top: 8px;
		height: 10px;
		width: 10px;
	}
	.flowcontents .step::after {
		left: 5px;
	}
	.flowcontents .step{
		padding-left: 20px;
		padding-bottom: 15px;
		width: 60%;
	}
	.flowcontents .flowstep {
		padding-left: 1.25em;
	}
	.job01 .flowcontents,.job02 .flowcontents{
		background-size: 36% auto;
		background-position: right 10px top;
	}
	/* cta */
	.ctacontainer {
		padding: 40px 0px;
		text-align: center;
	}
	.ctabtn {
		margin-top: 20px;
	}
	.ctabtn a {
		max-width: 260px;
		padding: 4px;
	}
	.ctabtn a div::before {
		width: 16px;
		height: 12px;
		margin-right: 10px;
		margin-bottom: -2px;
	}
	.ctabtn a div{
		height: 50px;
	}
	
	/* jobdescription */
	#jobdescription.bgcontainer{
		padding: 50px 0;
	}
	
	/* support */
	#support.bgcontainer {
		padding: 50px 0;
	}
	#support .overinner {
		background: none;
		width: calc(100% -30px);
		padding: 0px;
		margin: 0 auto;
		overflow: hidden;
	}
	.supportcontents:first-child {
		margin-bottom: 25px;
	}
}


