@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

/* 画面上部 */
.top {
  width: 100%;
  height: 500px;
  background-color:#2f2725;
  position: relative;
}

.policy_img {
  position: absolute;
  top: 30%;
  left: 26%;
}

/* 本文 */
.content-box {
	font-family: 'Noto Sans JP', sans-serif;
  margin: 30px;
}

.Basic_info {
  display: flex;
}

.name {
  margin-top: 55px;
  margin-left: 200px;
  font-size: 12px;
	color: #6d6766;
}

.recruit_title{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #4c9ac0;
  padding: 0.3em;
  margin-bottom: 0.3em;
} 

.recruit_title:first-letter {
  font-size: 1.5em;
  color: #4c9ac0;
}

.heading14 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
  margin: 20px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(92, 92, 92, 0.3);
	font-size: 50px;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgb(52, 52, 52);
}

/* 戻るボタン */
.btn a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
  color: #FFF;
	text-decoration: none;
}

.btn {
	margin: 30px;
}

.btn a:hover {
  color: #7a7a7a;
}

