/* 共通
----------------------------------*/
section {
  padding: 140px 0 160px;
}

section .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.protrude {
	width: 100%;
	margin: 0 calc(50% - 50vw);
}

.recruit-tit {
	font-size: 40px;
	letter-spacing: 6px
}

.txt-size20 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

.lh-stit {
	font-size: 20px;
	font-weight: 500;
	line-height: 3em;
}

.name-size {
	font-size: 56px;
}

.entrybar {
	background-color: #E60000;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.entry-container {
	width: 350px;
	text-align: center;
	margin-top: 5px;
}

.entry-container p {
	line-height: 1;
}

.white-txt {
	color: #FFF;
}

.txt-size60 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 2px;
}

.entry-arrow::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 15px;
	background-image: url("../img/recruit/entry-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-left: 20px;
	padding-bottom: 5px;
}

.entry-form::after {
	content: '';
	display: inline-block;
	width: 19px;
	height: 16px;
	background-image: url("../img/recruit/entry-form.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 64px;
}

.txt-size48 {
	font-size: 48px;
}

.txt-size26 {
	font-size: 26px;
}


h2 .red {
	color: #E60000;
}

.recruit-copy {
	line-height: 1.5em;
}

.recruit-copy::after {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-image: url("../img/recruit/copy-bar.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 40px auto;
}

.messageContent .textBox2 {
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.messageContent .textBox2 p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:768px) {
  section {
    padding: 65px 0;
  }

	.recruit-tit {
		font-size: 38px;
		letter-spacing: 2px;
	}
	
	.company-tit {
		font-size: 28px;
	}

	.txt-size20 {
		font-size: 15px;
	}

	.messageContent h4 {
		font-size: 30px;
		line-height: 48px;
	}

	.messageContent h4::before {
		top: 24px;
	}
	
	.txt-size48 {
		font-size: 24px;
	}

	.txt-size26 {
		font-size: 15px;
	}	
	
}

/* hero
----------------------------------*/
#hero .heroBg {
  background-image: url(../img/recruit/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

/* landscaping
----------------------------------*/