@charset "utf-8";

.recruit-hr-page{
  background:#fff;
}

.recruit-hr-hero{
  padding-top:50px;
}

.recruit-hr-section{
  padding-bottom:40px;
}

.hr-image-section{
  margin-bottom:80px;
}

.hr-image-text{
  max-width:900px;
  margin:0 0 30px;
  color:#344765;
  font-size:16px;
  line-height:2;
}

.hr-image-card{
  margin:0;
  background:#fff;
  border:1px solid #dddfe7;
  border-top:4px solid var(--gold);
  padding:20px;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.hr-image-card img{
  display:block;
  width:80%;
  height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hr-merit-section{
  margin-top:70px;
}

.hr-merit-list{
  display:grid;
  gap:24px;
}

.hr-merit-card{
  background:#fff;
  border:1px solid #dddfe7;
  border-left:4px solid var(--gold);
  padding:32px 36px;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
}

.hr-merit-card span{
  display:block;
  margin-bottom:12px;
  color:#c59a2d;
  font-size:13px;
  font-weight:700;
  letter-spacing:.16em;
}

.hr-merit-card h3{
  margin:0 0 14px;
  color:var(--navy);
  font-size:22px;
  line-height:1.5;
  font-family:var(--mincho);
  font-weight:500;
}

.hr-merit-card p{
  margin:0;
  color:#344765;
  font-size:14px;
  line-height:2;
}

.hr-contact-section{
  margin-top:70px;
}

.hr-contact-card{
  background:var(--navy);
  border-top:4px solid var(--gold);
  padding:56px 64px;
  color:#fff;
}

.hr-contact-card .section-label{
  color:#c59a2d;
}

.hr-contact-card h2{
  margin:0 0 24px;
  color:#fff;
  font-size:34px;
  line-height:1.6;
  font-family:var(--mincho);
  font-weight:500;
}

.hr-contact-card p{
  margin:0 0 36px;
  color:#fff;
  font-size:15px;
  line-height:2.2;
}

.hr-contact-card .btn-white{
  width:450px;
  max-width:100%;
  margin-left:auto;
}

@media(max-width:760px){

  .recruit-hr-hero{
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .recruit-hr-section{
		padding:  0;
  }

  .hr-image-section{
    margin-bottom:56px;
  }
	.section-label{
		margin-top: 4px;
	}
	p.section-label{
		margin-top: 0 !important;
		margin-bottom: 4px;
	}
  .hr-image-card{
    padding:10px;
  }
	.hr-image-text{
		margin-top: 24px;
	}
  .hr-merit-section{
    margin-top:30px;
  }
	.hr-merit-list{
		margin-top: 24px;
	}
	.hr-merit-card h3{
		font-size: 16px;
	}
  .hr-merit-card{
    padding:16px 16px;
  }

  .hr-contact-card{
    padding:36px 24px;
  }

  .hr-contact-card h2{
    font-size:16x;
  }
.hr-image-card img{
	width: 100%;
	}
	.hr-contact-section{
		margin-top: 30px;
	}
  .hr-contact-card .btn-white{
    width:100%;
    margin-left:0;
  }
}