html {
  font-size: 62.5%;
    scroll-behavior: smooth;
}
#recruit01,#recruit02,#recruit03,#recruit04 {
    margin-top: -70px;
    padding-top: 70px;
}
.recruit {
    display: block;
    width: 90%;
    max-width: 780px;
    margin: 10vw auto ;
}
.recruit_title h2 {
    margin-bottom: 5rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 2.1rem;
}
.recruit_title h2 span {
    display: block;
    margin-bottom: 3rem;
    font-size: 5.5rem;
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1d1d1d;
}
.recruit_title p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 150%;
}
.recruit_content {
    display: block;
    margin: 5rem auto;
}
.recruit_content h3 {
    margin-bottom: 1rem;
    padding-bottom: .1rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.1rem;
    color: #202f55;
    border-bottom: 2px solid #202f55;
}
.recruit_content h4 {
    margin: .8rem 0 1rem 0;
    font-size: 1.8rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #E78F00;
}
.recruit_content p {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    line-height: 150%;
}

.recruit_content table {
    width: 100%;
}
.recruit_content table tbody {
    width: 100%;
}
.recruit_content table tbody th {
    padding: 2rem 1rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #ececec;
    vertical-align: top;
}
.recruit_content table tbody td {
    padding: 2rem 1rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #ececec;
}
.recruit_contact {
	margin: 5rem auto;
}
.recruit_contact p {
	margin: 0 0 .3rem;
	font-size: 1.4rem;
	text-align: center;
}
.recruit_contact a {
	display: block;
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
	padding: 1rem 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #c38701;
}
@media screen and (max-width:480px) {
    .recruit {
        margin: 150px auto ;
}
}