@charset "utf-8";
/* -----------------------------
	導入部分
-------------------------------- */
#recruit .environment {
	background-color: var(--recruit-bg-blue);
	position: relative;
	padding: 80px 0;
	z-index: -3;
}	
#recruit .environment::after {
    content: "";
    display: inline-block;
    right: 0;
    top: 120px;
    background: url(../img/environment-intro.jpg) center/cover, no-repeat;
    border-radius: 150px 0 0 0;
    position: absolute;
    width: 45%;
    height: 400px;
    aspect-ratio: 65 / 46;
    z-index: 0;
}
#recruit .environment-box {
	background-color: #fff;
	width: 60%;
	border-radius: 0 150px 0 0;
	padding: 85px 0;
	position: relative;
	z-index: -2;
}
#recruit .environment-boxinner {
	max-width: 630px;
	margin: 0 auto;
}		
#recruit .environment-title {
	font-size: 2.9rem;
	font-weight: 700;
	color: var(--main-blue);
	letter-spacing: .07em;
	line-height: 1.6;
}
#recruit .environment-txt {
	line-height: 2;
	margin-top: 20px;	
}	
@media screen and (max-width: 768px) {
	#recruit .environment-box {
		width: calc(100% - 40px);
		border-radius: 0 50px 0 0;
		margin: 20px;
		padding: 45px 0;
	}
	#recruit .environment-boxinner {
		max-width: 100%;
		margin: 0 10px 35px;
	}
	#recruit .environment::after {
		display: none;
	}	
	#recruit .environment::before {
		display: none;
	}
	#recruit .environment-title {
		font-size: 1.9rem;
    	letter-spacing: .02em;
	}	
	#recruit .environment-txt {
		margin-top: 15px;	
	}
	#recruit .environment {
		padding: 20px 0;
	}	
}
/* -----------------------------
	「福利厚生」について
-------------------------------- */
#recruit .welfare {
	padding: 95px 20px;
	position: relative;
}
#recruit .welfare .recruit-title-box {
	margin-bottom: 100px;
}	
#recruit .welfare-title-inner {
	width: 25%;
}
#recruit .welfare-lead {
	width: 75%;
}
#recruit .welfare-boxarea {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 30px;
	margin: 50px 0 0;
	flex-wrap: wrap;
}
#recruit .welfare-box {
	background-color: var(--recruit-bg-blue);
	border-radius: 10px;
	width: calc((100% - 30px) / 2 );
	padding: 25px;
	flex-wrap: wrap;
}	
#recruit .welfare-title {
	font-size: 2.2rem;
	color: var(--main-blue);
	font-weight: 700;
	margin-bottom: 13px;
	letter-spacing: .07em;
}	
#recruit .welfare-box-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}	
#recruit .welfare-list {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2;
}
#recruit .welfare-list li {
	position: relative;
}
#recruit .welfare-list li::before{
    content: "・";
	color: var(--main-blue);
	font-size: 1.7rem;
	font-weight: 500;
	position: absolute;
	left: -20px;
}
#recruit .welfare-icon {
	height: 109px;
}
#recruit .welfare-icon img {
	height: 100%;
}
#recruit .welfare-txt {
	line-height: 2;
	margin: 0 130px;
}
#recruit .o-taku {
	border: 2px solid var(--main-blue);
	max-width: 725px;
	position: relative;
	padding: 50px 65px;
	border-radius: 10px;
}
#recruit .o-taku-title {
	font-size: 2.3rem;
	font-weight: 500;
	border-bottom: 2px solid var(--main-blue);
	padding-bottom: 10px;
	margin-bottom: 20px;
	letter-spacing: .07em;
	line-height: 1.3;
}	
#recruit .o-taku-txt {
	line-height: 2;
}	
#recruit .welfare-link {
	text-align: right;
}	
#recruit .welfare-link a {
	color: var(--main-blue);
	text-decoration: underline;
}	
#recruit .welfare::after {
    content: "";
    display: inline-block;
    right: 0;
    top: 213px;
    background: url(../img/walfare-2.jpg) center/cover, no-repeat;
    border-radius: 10px 0 0 10px;
    position: absolute;
    width: 37%;
    height: 345px;
    aspect-ratio: 65 / 46;
    z-index: 0;
}
/* #recruit .o-taku::before {
	content: "";
    display: inline-block;
    right: -400px;
    top: 50px;
    background: url(../img/walfare-1.jpg) center/cover, no-repeat;
    border-radius: 10px;
    position: absolute;
	width: 328px;
	height: 222px;
	z-index: 1;
} */
#recruit .welfare-box-txt {
	line-height: 1.8;
	letter-spacing: .08em;
}
@media screen and (max-width: 768px) {
	#recruit .welfare {
		padding: 65px 20px;
	}
	#recruit .welfare-title-inner {
		width: 100%;
	}
	#recruit .welfare-lead {
		width: 100%;
		font-size: 1.7rem;
	}
	#recruit .welfare-boxarea {
		flex-direction: column;
		margin: 40px 0 0 0;
		gap: 20px;
	}	
	#recruit .welfare-box {
		width: 100%;
		padding: 20px 12px;
	}
	#recruit .welfare-txt {
		margin: 0;
	}	
	#recruit .welfare-list {
		font-size: 1.6rem;
		width: 73%;
	}	
	#recruit .welfare-title {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}	
	#recruit .welfare-icon {
		height: 45px;
	}	
	#recruit .welfare-icon2 {
		height: 55px;
	}
	#recruit .welfare-box-inner {
		align-items: flex-start;
	}	
	#recruit .welfare::after {
		display: none;
	}	
	#recruit .o-taku {
		padding: 20px 15px;
		margin-bottom: 30px;
	}	
	#recruit .o-taku-title {
		font-size: 1.9rem;
		text-align: center;
	}	
	#recruit .welfare-icon img {
		height: auto;
		width: 66px;
	}
	#recruit .welfare .recruit-title-box {
		margin-bottom: 30px;
	}	
	#recruit .welfare-link {
		margin-top: 10px;
	}	
}
/* -----------------------------
	「教育サポート」について
-------------------------------- */
#recruit .nurturing-area {
	background-color: #F3F4F5;
	position: relative;
	padding: 95px 0;
}
#recruit .nurturing-area::after {
    content: "";
    display: inline-block;
    left: 0;
    top: 85px;
    background: url(../img/nurturing1.jpg) center/cover, no-repeat;
    border-radius: 0 10px 10px 0;
    position: absolute;
    width: 40%;
    height: 350px;
    aspect-ratio: 65 / 46;
    z-index: 0;
}
#recruit .nurturing-txtbox {
	max-width: 678px;
	margin: 75px 0 0 auto;
	position: relative;
}
/* #recruit .nurturing-txtbox::before {
	content: "";
    display: inline-block;
    left: -400px;
    top: 100px;
    background: url(../img/nurturing2.jpg) center/cover, no-repeat;
    border-radius: 10px;
    position: absolute;
	width: 328px;
	height: 222px;
	z-index: 1;
} */
#recruit .nurturing-topics {
	background-color: #fff;
	padding: 40px 35px;
	border-radius: 10px;
}
#recruit .nurturing-topics-box {
	display: flex;
	gap: 30px;
}	
#recruit .topics-box1 {
	margin-top: 100px;
	margin-bottom: 30px;
}	
#recruit .welfare-box-ex {
	display: flex;
	gap: 40px;
	margin-top: 20px;
	background-color: var(--recruit-bg-blue);
	padding: 20px;
	width: 470px;
}	
#recruit .welfare-box-note {
	font-weight: 500;
	color: var(--main-blue);
}
#recruit .welfare-box-ex-list li {
	margin-bottom: 15px;
	position: relative;
}
#recruit .welfare-box-ex-list li:last-of-type {
	margin-bottom: 0;
}		
#recruit .welfare-box-ex-list li::before {
    content: "・";
    color: var(--main-blue);
    font-size: 1.7rem;
    font-weight: 500;
    position: absolute;
    left: -20px;
}
#recruit .nurturing-title-inner {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#recruit .nurturing-topics-box {
		flex-direction: column;
		gap: 20px;
		margin-top: 40px;
	}	
	#recruit .nurturing-area::after {
		display: none;
	}
	#recruit .nurturing-area {
		padding: 65px 20px;
	}	
	#recruit .nurturing-txtbox {
		margin: 0 0 30px 0;
	}	
	#recruit .nurturing-topics {
		padding: 20px 15px;
	}	
	#recruit .welfare-box-note {
		line-height: 1.5;
		font-size: 1.5rem;
	}
	#recruit .topics-box1 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#recruit .welfare-box-ex {
		flex-direction: column;
		width: 100%;
		gap: 10px;
		padding: 15px 15px 15px 35px;
	}	
}	
/* -----------------------------
	「キャリアプラン」について
-------------------------------- */
#recruit .career-area {
	padding: 95px 0;
}

#recruit .career-title-inner {
	width: 30%;
}
#recruit .career-lead {
	width: 70%;
}
#recruit .career-area .recruit-title-box {
	margin-bottom: 60px;
}
/* フローチャート */
.carrer-flow {
	display: flex;
	justify-content: space-between;
	gap: 60px 50px;
	flex-wrap: wrap;
	align-items: end;
}
.flowbar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flowbar-box {
	width: calc((100% - 50px) / 2 );
}
.flowbar .flow {
    position: relative;
    width: calc(100% / 4);
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0 13px 13px;
    line-height: 1.2;
    color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
}
.flowbar .flow-1 {
	background-color: #E5EDF4;
	color: var(--main-black);
}
.flowbar .flow-2 {
	background-color: #A6C9FF;
	color: var(--main-black);
}
.flowbar .flow-3 {
	background-color: #5788DE;
}
.flowbar .flow-4 {
	background-color: var(--main-blue);
}
.flowbar .flow-1::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 22px solid transparent;
    border-left: 12px solid #E5EDF4;
    margin: auto;
}
.flowbar .flow-2::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 22px solid transparent;
    border-left: 12px solid #A6C9FF;
    margin: auto;
}
.flowbar .flow-3::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 22px solid transparent;
    border-left: 12px solid #5788DE;
    margin: auto;
}
.career-job {
	font-weight: 500;
	margin-bottom: 10px;
}
.career-job-title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--main-blue);
	margin-bottom: 20px;
}	
@media screen and (max-width: 768px) {
	#recruit .career-title-inner {
		width: 100%;
	}
	#recruit .career-lead {
		width: 100%;
	}
	.carrer-flow {
		flex-direction: column;
		gap: 20px;
	}
	.flowbar-box {
		width: 100%;
	}	
	#recruit .career-area {
		padding: 65px 20px;
	}	
	.flowbar {
		height: 47px;
	  }
	.flowbar .flow {
		padding: 5px 0 5px 15px;
		display: flex;
		align-items: center;
	}
	.career-job-title {
		font-size: 1.8rem;
	}	
	#recruit .career-area .recruit-title-box {
		margin-bottom: 30px;
	}
	.flowbar-box3 {
		margin-top: 30px;
	}
}	

/* -----------------------------
  「いいねシート」制度について
-------------------------------- */
#recruit .nice-sheet-area {
	background-color: var(--recruit-bg-blue);
	padding: 95px 0;
	position: relative;
}
#recruit .nice-sheet-area::after {
    content: "";
    display: inline-block;
    right: 0;
    top: 155px;
    background: url(../img/nice-sheet2.jpg) center/cover, no-repeat;
    border-radius: 10px 0 0 10px;
    position: absolute;
    width: 40%;
    height: 375px;
    aspect-ratio: 65 / 46;
    z-index: 0;
}
#recruit .nice-sheet-topics {
	width: 50%;
}
#recruit .nice-sheet-lead {
	max-width: 600px;
	margin-top: 40px;
}
#recruit .nice-sheet-titlebox {
	position: relative;
	margin-bottom: 35px;
}	
#recruit .nice-sheet-titlebox::after {
	content: "";
    display: inline-block;
    right: 200px;
    top: 344px;
    background: url(../img/nice-sheet1.jpg) center/cover, no-repeat;
    border-radius: 10px;
    position: absolute;
	width: 328px;
	height: 222px;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	#recruit .nice-sheet-area {
		padding: 65px 20px;
	}	
	#recruit .nice-sheet-area::after {
		display: none;
	}	
	#recruit .nice-sheet-titlebox::after {
		display: none;
	}	
	#recruit .nice-sheet-topics {
		width: 100%;
	}
	#recruit .nice-sheet-titlebox {
		margin-bottom: 30px;
	}		
}	