@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');


/*////////////////// 共通 ////////////////////*/
main .container {
	max-width: 1140px;
}

section h1 {
	line-height: 1.4em;
}

.ls-0 {
	letter-spacing: 0 !important;
}

.text-bold {
	font-weight: 900;
}

/*//////////////// セクション1 //////////////////*/
.sec1 h2 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5em;
}

.sec1 .box {
	padding: 1rem;
}

.sec1 .box .wrap {
	background-color: rgba(255,255,255,0.80);
	padding: 1rem;
}

.sec1 .box p {
	text-align: center;
	font-size: 1.25rem;
	color: #fff;
}

.sec1 .box .wrap h3 {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.6em;
}

.sec1 .box .wrap h3 strong {
	font-size: 1.5em;
	font-weight: 800;
	color: #f05600;
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}

.sec1 .box .wrap .b2 strong {
	font-size: 1.25em;
	font-weight: 800;
	color: #f05600;
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}

.sec1 .box .wrap .b2 strong span {
	font-size: 1.5rem;
}

.sec1 .bg-color1 {
	background-color: #6dcbc7;
}

.sec1 .bg-color2 {
	background-color: #5ac8e2;
}

.sec1 .bg-color3 {
	background-color: #f4b867;
}

.sec1 .bg-color4 {
	background-color: #d8bb9e;
}

@media (min-width: 576px) {
	.sec1 h2 {
		font-size: 1.6rem;
	}

	.sec1 .box {
		padding: 1.5rem;
	}

	.sec1 .box p {
		font-size: 1.4rem;
	}

	.sec1 .box .wrap h3 {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.sec1 .title {
		position: relative;
		height: 120px;
	}
	
	.sec1 h2 {
		position: absolute;
		display: block;
		left: 0;
		top: 3.8rem;
		width: 100%;
		font-size: 1.3rem;
		text-align: center;
	}
	
	.sec1 .clip1 {
		position: absolute;
		width: 120px;
		display: block;
		bottom: 0;
		right: -1%;
	}

	.sec1 .box {
		padding: 1.25rem;
	}
}

@media (min-width: 992px) {
	.sec1 .title {
		height: 145px;
	}
	
	.sec1 .box {
		padding: 1.0rem;
	}
	
	.sec1 h2 {
		top: 4.2rem;
		font-size: 1.35rem;
	}
	
	.sec1 .clip1 {
		width: 160px;
		right: 0;
	}

	.sec1 .box p {
		font-size: 1.0rem;
	}

	.sec1 .box .wrap h3 {
		font-size: 1.1rem;
	}
	
	.sec1 .small .wrap {
		padding: 1.2rem 1rem;
	}
	
	.sec1 .small .wrap .b2 {
		font-size: 0.97rem
	}
}

@media (min-width: 1200px) {
	.sec1 .title {
		height: 150px;
	}
	
	.sec1 h2 {
		top: 4.8rem;
		font-size: 1.4rem;
	}
	
	.sec1 .clip1 {
		width: 190px;
		right: 0;
	}

	.sec1 .box p {
		font-size: 1.2rem;
	}

	.sec1 .box .wrap h3 {
		font-size: 1.25rem;
	}
	
	.sec1 .small .wrap {
		padding: 1.2rem 1rem;
	}
	
	.sec1 .small .wrap .b2 {
		font-size: 1.15rem
	}
}






/*//////////////// セクション2 //////////////////*/
.sec2 {
	background-image: url("../images/recruit/bg1_sp.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #f4f3ef;
}

.sec2 .box {
	background-color: #fff;
	padding: 1.5rem;
	position: relative;
}

.sec2 .box h2 {
	color: #fff;
	background-color: #c9c2b3;
	padding: 1rem 1.5rem;
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: 700;
}

.sec2 .dash {
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
					linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%, 100% 40px;
	line-height: 40px;
	padding-bottom: 1px;
}

.sec2 .dash p {
	font-family: 'Klee One', cursive;
	font-weight: 600;
}

.sec2 .dash p span {
	color: #f05600;
}

.sec2 .message {
	position: absolute;
	top: 5.7rem;
	right:0;
	width: auto;
	height: 50px;
	z-index: 2;
	opacity: 0.75;
}

.sec2 .job {
	position: absolute;
	top: 4.2rem;
	right:0;
	width: auto;
	height: 50px;
	z-index: 2;
	opacity: 0.75;
}

@media (min-width: 576px) {
	.sec2 {
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.sec2 .box {
		padding: 2rem;
	}

	.sec2 .message {
		top: 4.5rem;
		height: 60px;
	}

	.sec2 .job {
		top: 4.2rem;
		height: 60px;
	}
}


@media (min-width: 768px) {
	.sec2 {
		padding-top: 80px;
		
	}

	.sec2 .box h2 {
		padding: 1rem 1.75rem;
		font-size: 1.5rem;
	}
	
	.sec2 .message {
		top: 4.2rem;
		right: 2%;
		height: 65px;
	}

	.sec2 .job {
		top: 4.2rem;
		right: 2%;
		height: 65px;
	}
}

@media (min-width: 992px) {
	.sec2 {
		background-image: url("../images/recruit/bg1_pc.svg");
	}

	.sec2 .box {
		padding: 2.5rem;
		padding-bottom: 1.5rem !important;
	}
	
	.sec2 .box h2 {
		font-size: 1.6rem;
	}
	
	.sec2 .message {
		top: 4.7rem;
		right: 2%;
		height: 80px;
	}

	.sec2 .job {
		top: 4.7rem;
		right: 2%;
		height: 80px;
	}
	
	.sec2 .img01 {
		position: absolute;
		bottom: 0;
		right: 5%;
		width: 230px !important;
	}
}





/*//////////////// セクション3 //////////////////*/
.sec3 {
	background-image: url("../images/recruit/bg2_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff;
}

.sec3 .num {
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sec3 h2 {
	color: #0071bb;
	font-size: 1.35rem;
	line-height: 1.5em;
	font-weight: 700;
}

.sec3 .box-border {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5rem;
}

.sec3 h3 {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.6em;
	font-weight: 700;
}

.sec3 h3 span {
	display: block;
	margin: 0.3rem 0;
}

.sec3 .box {
	background-color: rgba(204,217,223,0.35);
	padding: 1.5rem;
}

@media (min-width: 576px) {
	.sec3 .num {
		width: 80px;
		display: inline-block;
		margin-left: 0;
		margin-right: 0.5rem;
	}

	.sec3 h2 {
		font-size: 1.4rem;
		display: inline-block;
	}

	.sec3 .box-border {
		padding-bottom: 2rem;
	}

	.sec3 h3 {
		font-size: 1.3rem;
	}

	.sec3 h3 span {
		margin: 0.5rem auto;
	}

	.sec3 .box {
		padding: 1.75rem;
	}
}

@media (min-width: 768px) {
	.sec3 h2 {
		font-size: 1.5rem;
	}

	.sec3 h3 {
		font-size: 1.4rem;
	}

	.sec3 .box {
		padding: 2rem;
	}
}

@media (min-width: 1200px) {
	.sec3 {
		background-image: url("../images/recruit/bg2_pc.jpg");
		background-size: cover;
	}
	
	.sec3 h2 {
		font-size: 1.35rem;
	}

	.sec3 h3 {
		font-size: 1.4rem;
	}

	.sec3 .box {
		padding: 2rem;
	}
	
	.sec3 .box-border {
		border-bottom: 0;
		padding-bottom: 0;
		border-right: 1px solid #ccc;
	}	
}






/*//////////////// セクション4 //////////////////*/
.sec4 {
	background-image: url("../images/recruit/bg3_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left bottom;
	background-color: #fff;
}
.sec4 h1 {
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: 0.6rem 0;
}

.sec4 h2 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
} 

.sec4 h2 .under-line2 {
	display: inline-block;
	background:linear-gradient(transparent 80%, #FFF500 0%);
	margin-bottom: 0.4rem;
}

.sec4 h2 .large {
	font-size: 1.3em;
	color: #f05600;
	font-weight: 900;
}

.sec4 table {
	width: 100%;
}

.sec4 table th {
	width: 100%;
	display: block;
	background-color: #f1f1f1;
	padding: 0.5rem;
	text-align: center;
	font-weight: 400;
}

.sec4 table td {
	width: 100%;
	display: block;
	padding: 0.8rem;
	letter-spacing: 0;
}

.sec4 table p {
	color: #222;
	margin-bottom: 0;
}

.sec4 table .note {
	color: #222;
}

@media (min-width: 576px) {
	.sec4 table th {
		padding: 0.75rem;
	}

	.sec4 table td {
		padding: 1rem;
	}
}

@media (min-width: 768px) {
	.sec4 {
		background-image: url("../images/recruit/bg3_pc.jpg");
	}

	.sec4 h1 {
		padding: 1rem 0;
	}
	
	.sec4 h2 {
		font-size: 1.4rem;
	} 
	
	.sec4 table {
		width: 100%;
		border: 2px solid #222;
	}

	.sec4 table th {
		width: 28%;
		display: table-cell;
		padding: 1rem;
		border: 1px solid #222;
	}

	.sec4 table td {
		width: 72%;
		display: table-cell;
		padding: 1rem 1.5rem;
		border: 1px solid #222;
	}
}

@media (min-width: 992px) {
	.sec4 h2 {
		font-size: 1.5rem;
	} 
	.sec4 table th {
		padding: 1.2rem;
	}

	.sec4 table td {
		padding: 1.2rem 1.75rem;
	}
}

@media (min-width: 1200px) {
	.sec4 {
		padding-top: 90px !important;
	}
	
	.sec4 h1 {
		padding: 1.25rem 0;
	}
	
	.sec4 h2 {
		font-size: 1.5rem;
	} 
	.sec4 table th {
		padding: 1.2rem;
	}

	.sec4 table td {
		padding: 1.2rem 1.75rem;
	}
}



/*//////////////// セクション5 //////////////////*/
.sec5 {
	background-image: url("../images/recruit/bg4_sp.jpg");
	background-size: cover;
}

.sec5 a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition-duration: 0.3s;
}

@media (min-width: 992px) {
	.sec5 {
		background-image: url("../images/recruit/bg4_pc.jpg");
	}
}









