@charset "shift-jis";

.mainTit {
  font-size: 20px;
  font-weight: bold;
  color: #036EB7;
  width: 100%;
  margin: 40px 0;
  padding: 15px 0;
  border: 1px solid #036EB7;
}

@media screen and (max-width: 1000px) {
  .mainTit {
    padding: 8px 0;
  }
}

.subTit {
  font-size: 18px;
  font-weight: bold;
}

.subTit::before {
  content: "";
  width: 5px;
  height: 16px;
  margin: 0 7px 0 0;
  background: #0083C9;
  vertical-align: -0.1em;
  display: inline-block;
}

_:-ms-input-placeholder, :root .mainTit {
  padding: 18px 0 12px;
}

@media screen and (max-width: 1000px) {
  _:-ms-input-placeholder, :root .mainTit {
    padding: 12px 0 6px;
  }
}

.headingArea {
  padding: 60px 0;
  background: #EBEDEE url("../images/bg_index01.jpg") no-repeat right center/contain;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .headingArea {
    padding: 42px 0;
  }
}

.headingArea .tit01 {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .headingArea .tit01 {
    font-size: 24px;
  }
}

.headingArea .txt01 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

@media screen and (max-width: 1000px) {
  .headingArea .txt01 {
    font-size: 16px;
  }
}

.recruitArea {
	margin: 16px auto 70px auto;
}
.recruitArea #catch{
	margin: 0 0 16px 0;
	padding: 1em;
	text-align: center;
	background-color: #0068b7;
}
.recruitArea #catch p{
	font-size: 30px;
	margin: 0;
	font-weight: bold;
	color: #ffffff;
}
.recruitArea #main-image{
	width: 100%;
	margin-bottom: 32px;
}

.recruitArea h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.recruitArea p {
	font-size: 15px;
	margin: 0 0 25px 0;
	line-height: 1.9;
}
.recruitArea ul {
	margin: 0 0 25px 0;
}
.recruitArea ul li {
	font-size: 15px;
	margin: 0 0 10px 25px;
	list-style-type: disc;
}
.recruitArea table {
	margin: 10px 0 40px 0;
}
.recruitArea table th,
.recruitArea table td {
	font-size: 14px;
	width: 20%;
	font-weight: bold;
	padding: 15px 25px;
	background: #F4F4F4;
	border: 0.75px solid #DDD;
	vertical-align: middle;
}
.recruitArea table td {
	width: 80%;
	font-weight: normal;
	background: #ffffff;
}








@media screen and (max-width: 767px) {
	.headingArea {
		padding: 30px 0;
		background: #EBEDEE url("../images/bg_index01_sp.jpg") no-repeat right center/contain;
	}
	.headingArea .tit01 {
		font-size: 20px;
	}
	.headingArea .txt01 {
		font-size: 16px;
		width: 50%;
	}
}
@media screen and (max-width: 767px) and (max-width: 550px) {
	.headingArea .txt01 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) and (max-width: 424px) {
	.headingArea .txt01 {
		margin-top: 15px;
		width: 55%;
	}
}
@media screen and (max-width: 767px) {
	.recruitArea {
		margin-top: 30px;
	}
	.recruitArea p {
		font-size: 14px;
	}
	.recruitArea #catch p{
		font-size: 20px;
		line-height: 1.5;
	}
	.recruitArea table th,
	.recruitArea table td {
		display: block;
		width: 100%;
		border-top: none;
		text-align: left;
	}
	.recruitArea table{
		border-top: 0.75px solid #DDD;
	}
}



.btn-mail a{
	display: block;
    width: 180px;
    padding: 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(#6DADD9), to(#1A2D78));
    background: -webkit-linear-gradient(left, #6DADD9, #1A2D78);
    background: -o-linear-gradient(left, #6DADD9, #1A2D78);
    background: linear-gradient(90deg, #6DADD9, #1A2D78);
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.btn-mail a::before {
    content: "";
    width: 15px;
    height: 11px;
    padding: 0 10px 0 0;
    background: url(../../common/images/ico_header02.svg) no-repeat bottom left/contain;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}