@charset "utf-8";


.job-category{
	margin-bottom: 3em;
}
.job-category > div{
	position: relative;
	padding-top: 2em;
}
.job-category > div:first-child:after{
	content: '×';
  font-size: 40px;
  position: absolute;
  top: calc(50% - 40px);
  right: -42px;
}
.job-category > div h4{
	text-align: center;
	display: inline-block;
	position: absolute;
  left: 50%;
	top:-.3em;
	transform: translate(-50%, -50%);
	background: var(--wh);
	padding: 0 .5em
}

.job-category > div ul{
	margin-bottom: 1rem;
  display: flex;
  gap: 6px;
}

.job-category > div ul li{
	flex: 1;
	text-align: center;
	font-size: 1.3rem;
}

.job-category > div ul li img {
  border-radius: 5rem;
  width: 10rem;
  height: 10rem;
	margin: auto;
}


.jobTypes{
	width: 100%;
	gap:30px
}

.jobTypes li{
	width: 100%;
	
}

.jobTypes li span{
	margin-bottom: 10px
}

.jobTypes li li {
  border-bottom: 1px solid #009944;
	padding: 1em 0
}

.jobTypes li li a.icArrow.orange::after {
  height: 2em;
  width: 2em;
}

#recruitmentType .btn{
	width: min(100%, 430px);
}

.jobtypesection h3.h3Tit{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: .3em;
}
.jobtypesection .job-description{
	margin-bottom: 30px
}
@media screen and (min-width: 769px) {
.jobtypesection .job-description{
	display: flex;
	gap:3%
}


.jobtypesection .job-description > figure{
	width: 42%
}
	.jobtypesection .job-description > figure img{
		height: 100%;
  object-fit: cover;
	}
.jobtypesection .job-description > div{
	width: 55%;
}
}
.jobtypesection .job-description > div h4{
	color:var(--yellowGreen) 
}

.jobtypesection .job-description > div ul{
	padding: 10px 20px;
	background: var(--LLgreen);
	border-radius: 10px;
	display: flex;
	gap:5px 20px;
	flex-wrap: wrap;
	margin-top: 10px
}

.jobtypesection.bgLLG .job-description > div ul{
	background: #fff
}

.jobtypesection .job-description > div ul li{
	width: calc(50% - 20px);
	list-style:disc;
	margin-left: 10px;
	line-height: 1.4
}

.career-path{
	background: var(--grdOrange);
	padding: 10px 20px;
	margin-bottom: 30px
	
}

.career-path .h4Tit{
	color: #fff;
	margin-bottom: 10px;
}

.career-path ul{
	display: flex;
	gap:20px
}

.career-path ul li{
	background: var(--wh);
	padding: 6px;
}
.career-path ul li > span{
	text-align: center;
	display: block;
	margin-bottom: 5px;
	background: var(--yellowGreen);
	color: var(--wh)
}
.career-path ul li > h5{
	text-align: center;
	
}

.career-path ul li > p{
	line-height: 1.3
}

.jobtypesection .flex{
	justify-content: space-between
}

.timeline{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	position: relative;
	width: 100%

}
.timeline:before{
	content: '';
	background: var(--green);
	height: 100%;
	position: absolute;
	top:.5em;
	left:4em;
	width: 4px
	
}
.timeline li{
	position: relative;
	padding-bottom: 1em
}
.timeline li span{
	display: inline-block;
	width: 4em
}
.timeline li p{
  font-size: 16px;
	margin-left: 2em;
	display: inline-block;
}
.timeline li:before{
	content: '●';
	font-size: 20px;
	color: var(--green);
	position: absolute;
	top: 0;
	left: calc(3em - 5px);
}

.jobtypesection .flex .imgBox{
	width: 60%;
}

.jobtypesection .flex .imgBox figure{
	margin:40px 0 0 20px;
	display: inline-block;
	width: calc(50% - 25px)
}

#jobRotation h3{
	color: var(--red)
}


#job main .btn.arrow{
	width: min(100%, 480px);
}

.rotationPurpose{
	gap:20px;
	margin-bottom: 30px
}

.rotationPurpose li{
	flex: 1;
		display: flex;
   flex-direction: column;
	background: #fff
}
.rotationPurpose li h5{
	background: var(--wh);
	ont-size: 2rem;
	text-align: center;
}
.rotationPurpose li .bgImg{
	display: block;
  background: #F44C08;
background: linear-gradient(311deg,rgba(244, 76, 8, 1) 0%, rgba(241, 170, 5, 1) 100%);
  padding: 4rem 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--wh);
  text-align: center;
flex-grow: 1;
	margin-bottom: .5em;
}

.rotationPurpose li .bgImg + p{
	padding: 0 .5em .5em;
}
.baloonImage{
	display: flex;
	width: 500px;
	margin: auto;
}
.baloonImage img{
	width: 150px;
	height: 150px;
	border-radius: 75px;
}

.baloonImage figcaption{
	position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: var(--wh);
  border-radius: 15px;
}

.baloonImage figcaption:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid var(--wh);
}


@media screen and (max-width: 768px) {
.job-category {
  margin-top: 2em;
	margin-bottom: .5em
}
	.job-category > div:first-child::after {
  top: auto;
		bottom:-60px;
  right: calc(50% - 20px)
}
	.job-category > div:nth-child(2){
		margin-top: 5em;
	}
	.jobTypes li span{
		padding: 2rem;
	}
	.jobTypes li ul{
		display: flex;
		gap:10px;
	}
	.jobTypes li ul li{
		border-bottom: none;

	}
	.job-description figure {
  width: 100%;
		margin-bottom: 15px
}
	.jobtypesection .job-description > div ul{
		flex-direction: column;
	}
	.jobtypesection .job-description > div ul li {
  width: 100%;
	}
	
	.career-path ul,
	.jobtypesection .flex{
		flex-direction: column;
	}
	.timeline{
		margin-bottom: 0;
	}
	.timeline::before{
		left: 3em;
	}
	.timeline li::before{
		left: 1.6em;
	}
	.timeline li p {
  font-size: 15px;
  margin-left: .5em;
	}
	.jobtypesection .flex .imgBox{
		width: 100%
	}
	.jobtypesection .flex .imgBox figure {
  margin: 20px 20px 0 0;
  width: calc(50% - 22px);
}
	.rotationPurpose li{
		margin-bottom: 30px
	}
	.baloonImage{
		width: 100%;
		align-items: center
	}
}


