@charset "utf-8";
/*==================================================================================================*/
/*共通記述*/
#recruit header{
	top: 0;
	background: none;
}
#recruit header .inner h1{
	width: fit-content;
}
#recruit header .inner h1 img:nth-child(1){
	width: 126px;
}
#recruit header .inner h1 img:nth-child(2){
	width: 110px;
	margin-left: 3px;
}
#recruit header a.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0;
	color: var(--main-color);
	background: #FFF;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	#recruit header .inner h1 img:nth-child(1){
		width: 80px;
	}
	#recruit header .inner h1 img:nth-child(2){
		width: 65px;
	}
	#recruit header a.btn{
		width: 100px;
		height: 35px;
		font-size: 18px;
	}
}
#recruit{
	background: #FFEBBC;
}
.bgA{
	background: #FFF;
}
.bgB{
	background: #0076BE;
}
#recruit p{
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2.5;
	color: #333333;
}
h2.reTitle{
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.4;
	color: #0076BE;
	margin-bottom: 20px;
}
h3.reTitle{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: #333333;
	margin-bottom: 15px;
}
.bgB h2.reTitle,
.bgB h2.reTitle + h3{
	color: #FFF;
}
@media (min-width: 821px) and (max-width: 1280px) {
	#recruit p{
		font-size: 1.25vw;
	}
	h2.reTitle{
		font-size: 4.688vw;
		margin-bottom: 1.563vw;
	}
	h3.reTitle{
		font-size: 1.875vw;
		margin-bottom: 1.172vw;
	}
}
@media screen and (max-width: 820px) {
	#recruit p{
		font-size: 15px;
	}
	h2.reTitle{
		font-size: 30px;
	}
	h3.reTitle{
		font-size: 18px;
	}
	
}
/*==================================================================================================*/
/*reFv-はじめよう、未来をつくるしごと*/
.reFv{
	padding-top: 200px;
}
.reFv h2{
	font-size: 60px;
	text-align: center;
	color: #FFF;
}
.reFv h2 + p{
	font-size: 10px !important;
	text-align: center;
	color: #FFF !important;
}
.reFv div{
	padding-top: 50px;
	background: #FFEBBC;
	margin-top: 523px;
	position: relative;
}
.reFv div::before{
	display: block;
	content: "";
	border-right: 1000px solid transparent;
	border-bottom: 500px solid #FFEBBC;
	border-left: 1000px solid transparent;
	position: absolute;
    top: -322px;
    left: 50%;
    transform: translateX(-50%);
}
.reFv div img{
	display: block;
	width: 340px;
	position: absolute;
    top: -410px;
    left: 50%;
    transform: translateX(-50%);
}
.reFv div p{
	width: 90%;
	max-width: 441px;
	font-size: 29px !important;
	font-weight: bold;
	color: #6E430D !important;
	margin: 0 auto;
	position: relative;
	top: -150px;
	z-index: 1;
}
.reFv div::after{
	display: block;
    content: "";
    width: 1840px;
    height: 1100px;
    background: center / contain no-repeat url(../img/recruitFvBg.svg);
    position: absolute;
    top: -400px;
    left: 48%;
    transform: translateX(-50%);
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reFv{
		padding-top: 15.625vw;
	}
	.reFv h2{
		font-size: 4.688vw;
	}
	.reFv h2 + p{
		font-size: 0.781vw !important;
	}
	.reFv div{
		padding-top: 3.906vw;
		margin-top: 40.859vw;
	}
	.reFv div::before{
		top: -25.156vw;
	}
	.reFv div img{
		width: 26.563vw;
		top: -32.031vw;
	}
	.reFv div p{
		max-width: 34.453vw;
		font-size: 2.266vw !important;
		top: -11.719vw;
	}
	.reFv div::after{
		width: 143.75vw;
		height: 85.938vw;
		top: -31.25vw;
	}
}
@media screen and (max-width: 820px) {
	.reFv h2 {
    	font-size: 40px;
	}
	.reFv div p{
		font-size: 20px !important;
	}
	.reFv div::after {
		width: 1050px;
		height: 630px;
		top: -350px;
	}
}
@media screen and (max-width: 520px) {
	.reFv {
		padding-top: 100px;
	}
	.reFv h2 {
    	font-size: 30px;
	}
	.reFv div::before{
		top: -100px;
	}
	.reFv div::after {
        width: 540px;
        height: 320px;
        top: -100px;
    }
	.reFv div{
		margin-top: 200px;
	}
	.reFv div img {
		width: 240px;
		top: -150px;
	}
	.reFv div p{
		width: fit-content;
		font-size: 15px !important;
		top: -50px;
	}
}
/*==================================================================================================*/
/*reBlock01-シイナ重建ってどんな会社？*/
.reBlock01 .inner{
	max-width: 1035px;
	padding: 40px 0 80px;
}
.reBlock01 .inner div{
	width: 51%;
	max-width: 525px;
}
.reBlock01 .inner img{
	width: 100%;
	max-width: 441px;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock01 .inner{
		max-width: 80.859vw;
		padding: 3.125vw 0 6.25vw;
	}
	.reBlock01 .inner div{
		max-width: 41.016vw;
	}
	.reBlock01 .inner img{
		max-width: 34.453vw;
	}
}
@media screen and (max-width: 820px) {
	.reBlock01 .inner {
		max-width: 520px;
		padding: 40px 0;
	}
	.reBlock01 .inner div{
		width: 100%;
		margin-bottom: 20px;
	}
	.reBlock01 .inner img{
		width: 100%;
		max-width: 100%;
	}
}
/*==================================================================================================*/
/*reBlock02-どんな仕事をするの？*/
.reBlock02 .inner{
	max-width: 1035px;
	padding: 140px 0 10px;
}
.reBlock02 .inner h3{
	width: fit-content;
}
.reBlock02 .inner p{
	width: calc( 100% - 460px );
	max-width: 600px;
}
.reBlock02 p + img{
	width: 420px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.reBlock02 .reSlider{
	margin-top: 60px;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock02 .inner{
		max-width: 80.859vw;
		padding: 10.938vw 0 0.781vw;
	}
	.reBlock02 .inner p{
		width: calc( 100% - 35.938vw );
		max-width: 46.875vw;
	}
	.reBlock02 p + img{
		width: 32.813vw;
	}
	.reBlock02 .reSlider{
		margin-top: 4.688vw;
	}
}
@media screen and (max-width: 820px) {
	.reBlock02 .inner{
		max-width: 520px;
		padding: 40px 0 0;
	}
	.reBlock02 .inner p{
		width: 100%;
	}
	.reBlock02 p + img{
		width: 100%;
		position: relative;
	}
	.reBlock02 .reSlider{
		margin-top: 40px;
	}
}
/*==================================================================================================*/
/*reBlock03-未経験でも大丈夫？*/
.reBlock03 .inner{
	max-width: 642px;
	padding: 50px 0 70px;
}
.reBlock03 h2,
.reBlock03 h3{
	text-align: center;
}
#recruit .reBlock03 p {
    color: #FFF;
    width: fit-content;
    margin-inline: auto;
    text-align: left;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock03 .inner{
		padding: 3.906vw 0 5.469vw;
	}
}
@media screen and (max-width: 820px) {
	.reBlock03 .inner{
		max-width: fit-content;
	}
}
/*==================================================================================================*/
/*reBlock04-どんな人たちが働いてるの？*/
.reBlock04 .inner{
	max-width: 1000px;
	padding: 100px 0 60px;
}
.reBlock04 .inner img{
	width: 43%;
	max-width: 428px;
}
.reBlock04 .inner div{
	width: 53%;
	max-width: 525px;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock04 .inner{
		max-width: 78.125vw;
		padding: 7.813vw 0 4.688vw;
	}
	.reBlock04 .inner img{
		max-width: 33.438vw;
	}
	.reBlock04 .inner div{
		max-width: 41.016vw;
	}
}
@media screen and (max-width: 820px) {
	.reBlock04 .inner{
		max-width: 520px;
		padding: 40px 0;
	}
	.reBlock04 .inner img{
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.reBlock04 .inner div{
		width: 100%;
	}
}
/*==================================================================================================*/
/*reBlock05-もちろん、働きやすさのことも、ちゃんと話そう。*/
.reBlock05 .inner{
	padding: 100px 0 116px;
}
.reBlock05 h2,
.reBlock05 h3{
	text-align: center;
}
.reBlock05 ul{
	max-width: 870px;
	justify-content: center;
	margin: 0 auto;
	margin-top: 40px;
}
.reBlock05 ul li{
	width: fit-content;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	padding: 10px 35px;
	margin: 0 5px 10px;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock05 .inner{
		padding: 7.813vw 0 9.063vw;
	}
	.reBlock05 ul{
		max-width: 67.969vw;
		margin-top: 3.125vw;
	}
	.reBlock05 ul li{
		font-size: 1.484vw;
		border-radius: 0.781vw;
		padding: 0.781vw 2.734vw;
		margin: 0 0.391vw 0.781vw;
	}
}
@media screen and (max-width: 820px) {
	.reBlock05 .inner{
		padding: 40px 0;
	}
	.reBlock05 ul li{
		font-size: 14px;
	}
}
/*==================================================================================================*/
/*reBlock06-現在募集中の職種*/
.reBlock06{
	width: 94%;
	max-width: 1156px;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	margin: 0 auto;
	margin-bottom: 280px;
}
.reBlock06 .inner{
	max-width: 1041px;
	padding: 57px 0 62px;
}
.reBlock06 h2{
	max-width: 660px;
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: 40px;
	text-align: center;
	color: #FFF;
	background: #0076BE;
	margin: 0 auto;
	margin-bottom: 66px;
}
.reBlock06 ul::after{
	display: block;
	content: "";
	width: 32%;
	max-width: 331px;
}
.reBlock06 ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 32%;
	max-width: 331px;
	margin-bottom: 50px;
}
.reBlock06 ul li img{
	aspect-ratio: 16 / 10;
	border-radius: 10px;
	margin-bottom: 10px;
}
.reBlock06 ul li h4{
	width: fit-content;
	font-size: 16px;
}
.reBlock06 ul li p{
	width: fit-content;
	font-size: 13px;
	line-height: 1 !important;
	color: #FFF !important;
	padding: 3px 18px;
	border: solid 1px #0076BE;
	border-radius: 15px;
}
.reBlock06 ul li p.tag01{
	background: #0076BE;
}
.reBlock06 ul li p.tag02{
	color: #0076BE !important;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock06{
		max-width: 90.313vw;
		margin-bottom: 21.875vw;
	}
	.reBlock06 .inner{
		max-width: 81.328vw;
		padding: 4.453vw 0 4.844vw;
	}
	.reBlock06 h2{
		width: 51.563vw;
		font-size: 3.125vw;
		margin-bottom: 5.156vw;
	}
	.reBlock06 ul li{
		margin-bottom: 3.906vw;
	}
	.reBlock06 ul li img{
		border-radius: 0.781vw;
		margin-bottom: 0.781vw;
	}
	.reBlock06 ul li h4{
		font-size: 1.25vw;
	}
	.reBlock06 ul li p{
		font-size: 1.016vw;
		padding: 0.234vw 1.406vw;
		border-radius: 1.172vw;
	}
}
@media screen and (max-width: 820px) {
	.reBlock06{
		margin-bottom: 140px;
	}
	.reBlock06 .inner{
		padding: 40px 0;
	}
	.reBlock06 h2{
		max-width: 100%;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.reBlock06 ul li{
		width: 48%;
		margin-bottom: 20px;
	}
	.reBlock06 ul li h4{
		font-size: 17px;
	}
	.reBlock06 ul li p{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 520px) {
	.reBlock06 ul li{
		width: 100%;
	}
}
.reBlock06 + h2{
	font-size: 24px;
	text-align: center;
	margin-bottom: 80px;
}
.reBlock06 + h2 + img{
	width: 100%;
	margin-bottom: -3px;
}
@media (min-width: 821px) and (max-width: 1280px) {
	.reBlock06 + h2{
		font-size: 1.875vw;
		margin-bottom: 6.25vw;
	}
	.reBlock06 + h2 + img{
		margin-bottom: -0.234vw;
	}
	
}