@charset "utf-8";
.interview_qa{
    background: #F3F4F0;
    padding-top: 50px;
    color: #333333;
}
.qa_contents h3{
	font-size: 18px;
	margin:24px 0px;
	  text-indent: -1.7em;
  padding-left: 1.7em;
}
.qa_contents p{
	font-size: 18px;
	margin:24px 0px;
}
.qa_contents{
	margin-bottom: 100px;
}

.profile-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    max-width: 600px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profile-catchcopy {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
    border-bottom: 5px solid #718629;
    padding-bottom: 10px;
	line-height: 2.4;
}

.profile-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.profile-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
	line-height: 3;
}

.profile-item .label {
  font-weight: bold;
  color: #555;
  background-color: #DDEDA8;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.profile-item .value {
  color: #333;
}
.support_message {
	padding-top: 50px;
	padding-bottom: 50px;
}

.s_message 
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 auto 4.5rem;
    background-color: #718629;
    padding: 1rem;
}

.s_message h2{
	font-size: 24px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 30px;
}

.s_message_contents{
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 3rem 1rem;
    background: repeating-linear-gradient(-48deg, #fff, #fff 14px, #EDF6F1 14px, #EDF6F1 15px);
}

.first-letter-image {
    background-image: url(../images/recruit/h2_img2.png); /* 画像のパス */
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    top: -30px;
    left: -60px;
width: 100%;
min-height:150px;
    z-index: -1;
    opacity: 0.7;
}

/* 葬祭スタッフ募集要項 */
.job_table thead tr {
  background-color: #718629; /* 緑の背景色 */
  color: #fff; /* 文字色 */
}
table {
  margin: 20px auto;
}
.job_table, .job_table th, .job_table td {
  border: 1px solid #ccc; /* 1pxの実線、色は薄いグレー */
}
.job_table th {
  background: #DDEDA8;
  border: solid 1px #ccc;
  color: #333333;
  padding: 10px;
  text-align: center;      /* 横方向の中央寄せ */
  vertical-align: middle;  /* 縦方向の中央寄せ */
  min-height: 50px; /* セル内のdivに最小高さを設定 */
}
.job_table td {
　border: solid 1px #ccc;
  padding: 10px;
  text-align: center;      /* 横方向の中央寄せ */
  vertical-align: middle;  /* 縦方向の中央寄せ */
  min-height: 50px; /* セル内のdivに最小高さを設定 */
}
.step-content p{
	min-height: 50px;
}
.clock{
	margin: auto;
  border-bottom: 3px solid #718629; /* 線の太さ、種類、色を指定 */
  text-decoration: none; /* デフォルトの下線を無効にする */
	padding-top: 5px;
	width: 95%;
	text-align: center;
}
.recruit_entry_explain{
	font-size: 20px;
}
.interview_img img{
	max-height: 450px;
}
.toaru01{
	color:#333333;
	background:#DDEDA8;
	padding: 15px 0px;
}

@media screen and (min-width: 992px) {
	
	.clock{
		display:none;
	}
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .job_table {
    width: 80%;
  }
  .job_table th,
  .job_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	.job_table th{
		font-weight: bold;
	}
	.job_table thead{
		display: none;
	}
	.contents_on_mobile{
	
	}
	.notes_on_mobile{
    font-size: 0.95rem;	
		color: #607d8b;
	}
	.hidden_on_mobile{
		display: none!important;
	}
}
 





/* レスポンシブ対応 */
@media (max-width: 576px) {
  .profile-card {
    padding: 16px;
    margin: 10px;
  }
  .profile-catchcopy {
    font-size: 1.2rem;
  }
  .profile-item {
    flex-direction: column;
    align-items: flex-center;
    gap: 5px;
  }
	.first-letter-image {
				min-height: 100px;
		max-height: 100px;
		top:-20px;
		left:-20px;
	}
}
