@charset "utf-8";
#recruit_main {
	padding-left: 2.3%;
	padding-right: 2.3%;
	padding-top: 4.61%;
	position: relative;
	padding-bottom: 2.3%;
	margin-bottom: 3.84%;
}
.spacer_recruit {
	height: 154px;
}

#recruit_mv_inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rec_main2_gaz {
	width: 40%;
	position: absolute;
}
.rec_main_BG_gaz {
	width: 100%;
}
.rec_main_RB {
	width: 10%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.rec_main_LB {
	position: absolute;
	width: 10%;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}
.rec_h2_gro {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	text-align: center;
	margin-top:6.15%;
}
.rec_h2_gro h2 {
    color: #57483E;
    font-size: 32px;
    letter-spacing: 0.07em;
    text-indent: 0.07em;
    line-height: 1em;
}

.rec_h2_gaz {
    margin-bottom: 16px;
}
.rec_h2_gaz img {
	width: 42px;
}
.rec_news_wrap {
	border-radius: 16px;
	background-color: #FFFCF2;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 3.84%;
	padding-top: 3.84%;
	padding-right: 6.92%;
	padding-left: 6.92%;
	padding-bottom: 3.84%;
	border: 2px solid #57A849;
}
p .rec_news_A1 {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #D95650;
	padding-bottom: 8px;
	width: fit-content;
	color:#B55E08;
}
.rec_n_A_in {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 19px;
	border-bottom: 1px solid #D95650;
}

.rec_news_A1 img {
	width: 22px;
	margin-left: 16px;
	vertical-align: middle;
	margin-bottom: 2px;
}


.rec_news_wrap ul {
	margin-bottom: 32px;
}

.rec_news_naaya {
	display: block;
	width: 10%;
	margin-left: auto;
	transform: translateX(48px);
}
.rec_naaya_wrap1 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -136px;
}


.rec_news_wrap ul li em {
	width: 104px;
	min-width: 104px;
	font-style: normal;
	display: inline-block;
	color: #D95650;
	letter-spacing:0;
	line-height:1.7em;
}
.rec_news_wrap ul li {
		display:flex;
	color: #524239;
/* 	font-weight: bold; */
	border-bottom: 1px solid #DCDDDD;
	padding-top: 16px;
	padding-bottom: 16px;
}
.rec_news_wrap ul li a {
	cursor: pointer;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 1rem;
	line-height:1.7em;
}
.rec_top_BT_wrap {
    margin-top: 9.23%;
}
/* レイアウト */
.rec_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rec_card {
  width: 47.32%;
  margin-bottom: 5.38%;
}

.rec_card a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

/* 画像 */
.rec_card_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 下部エリア */
.rec_card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

/* 左側 */
.rec_card_left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rec_card_left img {
    width: 40px;
    height: auto;
}

.rec_card_left span {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3em;
}

/* 矢印 */
.rec_card_arrow {
  width: 22px;   /* お好みで調整 */
  height: auto;
  flex-shrink: 0;
}

/* 背景色 */
.card1 .rec_card_bottom { background: #377AA4; }
.card2 .rec_card_bottom { background: #004f9c; }
.card3 .rec_card_bottom { background: #478523; }
.card4 .rec_card_bottom { background: #8B689C; }


.rec_top_yokuaru_wrap {
	margin-top:4.61%;
	border-radius: 16px;
	border: 2px solid #CE4B12;
	background-color: #FFFFFF;
}
.rec_top_yokuaru_wrap h2 {
	background-color: #CE4B12;
	color: #FFFFFF;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 28px;
	display: flex;
	align-items: center;
	padding-left: 32px;
}
.rec_top_yokuaru_wrap h2 img {
	width: 56px;
	margin-right: 16px;
}


.faq_inner {
  padding: 3.84%;
}

.faq-q {
  color: #524239;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 16px;
  background-color: #FBEDD3;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 2.3%;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  line-height: 1.3em;
  position: relative;
  padding-right: 60px; /* 矢印分余白 */
  display: flex;
  align-items: center;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-q em {
  font-style: normal;
  margin-right: 8px;
}

/* 矢印 */
.faq-q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-right: 3px solid #EF7642;
  border-bottom: 3px solid #EF7642;
  transform: translateY(-50%) rotate(45deg); /* 閉じている時 */
  transition: transform .3s ease;
  border-radius: 2px;
}

.faq-q.is-open::after {
  transform: translateY(-50%) rotate(-135deg); /* 開いた時 */
}

.faq-a {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.faq-a .faq_a_in {
  padding-bottom: 3.07%;
  padding-left: 8px;
  padding-right: 8px;
}

.faq-a .faq_a_in ul {
  list-style-type: disc;
  margin-top: 16px;
  padding-left: 24px;
}

.faq-a .faq_a_in ul li {
  line-height: 1.3em;
  margin-bottom: 8px;
  list-style-type: disc;
}

.faq-a p {
  line-height: 1.7em;
  font-size: 17px;
}
.rec_top_msg {
	border-radius: 16px;
	margin-top: 5.38%;
	background-color: #FFFFFF;
	border: 2px solid #008DC5;
}
.top_msg_in {
	display: flex;
/* 	flex-wrap: wrap; */
	padding: 3.84% 5.38%;
	justify-content:flex-start;
	align-items:center;
}
.top_msg_L {
	width: 26.15%;
	min-width:200px;
	margin-right:40px;
}
.top_msg_R {
	width: 100%;
}
.top_msg_R p {
	line-height: 1.9em;
}
.top_msg_R .top_msg_kaicho p {
	font-weight: bold;
}
.top_msg_kaicho {
	text-align: right;
	margin-top: 5.38%;
}
.top_msg_L img {
	border-radius: 100vh;
	display: block;
}
.rec_top_msg h2 {
	background-color: #008DC5;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 32px;
	padding-bottom: 16px;
	color: #FFFFFF;
	font-size: 28px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.skip-link.job-skip {
	margin-top:24px;
  display: block;
  margin-bottom: 8px;
	font-size:1rem;
text-align:center;
  /* 初期は見えなくする */
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
	padding:8px;
}

.skip-link.job-skip:focus {
  width: auto;
  height: auto;
  overflow: visible;

  padding: 6px 10px;
  background: #004f9c;
  color: #fff;
  border-radius: 4px;
}

.rec_search_summary {
  margin-top: 6.92%;
  list-style: none;
  cursor: pointer;
  color: #FFFFFF;
  padding: 16px 32px 16px 40px;
  background-color: #5395B7;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
	border: none;       /* button用 */
  width: 100%;
  text-align: left;
}

.rec_search_left {
  display: flex;
  align-items: center;
}
.rec_search_summary::after {
  content: "";
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.rec_search_accordion.is-open .rec_search_summary::after {
  transform: rotate(-135deg);
}
.rec_search_inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
}

.rec_search_accordion.is-open .rec_search_inner {
  max-height: 3000px;
  opacity: 1;
}
.rec_search_summary img {
  width: 40px;
  margin-right: 16px;
}


.rec_search_BOX {
}
.rec_search_BOX h2 {
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 32px;
	padding-left: 40px;
	padding-bottom: 16px;
	background-color: #5395B7;
	font-size: 32px;
	display: flex;
	align-items: center;
}
.rec_search_BOX h2 img {
	width: 56px;
	margin-right: 16px;
}
.rec_search_BOX table tbody tr th {
	padding-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 20px;
	background-color: #E0E7F1;
	width: 164px;
	color: #5E463A;
}
.rec_search_BOX table {
	background-color: #5395B7;
}
.rec_search_BOX table tbody tr td {
	padding-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	color: #5E463A;
}
.free_word {
	border-style: none;
	border-radius: 6px;
	background-color: #E0E7F1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 12px;
	padding-left: 12px;
	box-sizing: border-box;
	width: 60%;
	height: 48px;
}
.sousin {
	color: #FFFFFF;
	background-color: #1e4f98;
	border-radius: 6px;
	margin-left: auto;
	border-style: none;
	height: 48px;
	padding-left: 32px;
	padding-right: 32px;
	cursor: pointer;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-size: 17px;
	margin-bottom: 0px;
	line-height: 1;
	margin-right: auto;
	display: block;
	margin-top: 3.07%;
	width: 256px;
}


.rec_sear_UL1 {
	display: flex;
	flex-wrap: wrap;
}
.rec_sear_UL1 li {
	margin-right: 24px;
	line-height: 1.7em;
}
.rec_search_result_wrap {
	margin-top: 6.92%;
	scroll-margin-top: 64px;
}
.rec_res_p {
	text-align: center;
	font-size: 26px;
	color: #5E463A;
	font-weight: 600;
}
.s_r_i_UL {
	margin-top:6.92%;
	display: flex;
	flex-wrap: wrap;
}
.s_r_i_UL li {
	width: 31.53%;
	margin-right: 2.69%;
	margin-bottom: 2.69%;
	background-color: #EFEFEF;
}
.s_r_i_UL li a {
	display:block;
	height:100%;
}
.s_r_i_UL li img {
	width: 100%;
}

.s_r_i_UL li:nth-child(3n) {
	margin-right: 0px;
}
.s_r_i_UL li h3 {
	text-align: center;
	font-size: 0.95rem;
	line-height:1.3em;
	padding: 8px;
	background-color: #8C8C8C;
	color: #FFFFFF;
}
.s_r_i_text_Box {
	padding: 20px;
	text-align: center;
	/* [disabled]display: flex; */
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.s_r_i_text_Box p {
	line-height: 1.7em;
	font-weight: bold;
}
/* .job_sub{
  font-size:0.9em;
  display:block;
  margin-top:4px;
  line-height:1.4;
} */
.s_r_i_UL .green {
	background-color: #e0ecd5;
}
.s_r_i_UL .green h3 {
	background-color: #578033;
}
.s_r_i_UL .blue {
	background-color: #D6DFF1;
}
.s_r_i_UL .blue h3 {
	background-color: #4B73C3;
}
.s_r_i_UL .pink {
	background-color: #F5E1E4;
}
.s_r_i_UL .pink h3 {
	background-color: #DA344B;
}


/* 募集無しグレイアウト */
.s_r_i_UL li.is-closed {
  position: relative;
}

.s_r_i_UL li.is-closed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.30);
  pointer-events: none;
}


.s_s_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6.92%;
}
.s_s_1_L {
	width: 74.61%;
	color: #57483E;
}
.s_s_1_R {
	width: 22.3%;
}
.ss1L_p1 {
	padding-top: 8px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 8px;
	background-color: #e0e7f1;
	margin-bottom: 8px;
	color: #57483e;
	border-radius: 4px;
	font-weight: 600;
}
.s_s_1_L .recruit_job_name {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	padding-bottom: 16px;
	padding-top: 12px;
	font-size: 1.4rem;
	line-height:1.4em;
	color: #57483E;
	display: flex;
	align-items: center;
}
.s_s_1_L .recruit_job_name img {
	width: 22px;
	margin-right: 16px;
}
.s_s_1 .s_s_1_R a {
	border-radius: 8px;
	background-color: #004f9c;
	display: block;
	height: 100%;
	padding-left: 16px;
	color: #FFFFFF;
}
.ss1R_flex {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.ss1R_flex img {
	width: 24px;
	display: block;
	margin-top: 0px;
	margin-bottom: 8px;
}
.s_s_2 {
	margin-top: 3.84%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.s_s_2_L {
	width: 33.84%;
}
.s_s_2_R {
	width: 63.07%;
}
.s_s_2_R ul {
	margin-left: 2.3%;
	list-style-type: disc;
}
.s_s_2_R p {
	line-height: 1.7em;
	color: #57483e;
}
.s_s_2_R ul li {
	line-height: 1.8em;
	color: #57483e;
}

.s_s_2_R ol {
	padding-left: 32px;
}
.s_s_2_R ol li {
	line-height: 1.6em;
	color: #57483e;
	margin-bottom:8px;
}
.s_s_3 {
	border-radius: 16px;
	background-color: #E5DDE9;
	margin-top: 3.84%;
}
.s_s_3 a {
	text-align: center;
	color: #57483e;
	padding: 32px;
	display: block;
	text-decoration: underline;
	font-weight: 600;
	font-size: 20px;
}
.s_s_3 a img {
	width: 24px;
	margin-left: 8px;
}
.ss_genzai_nasi {
	border-radius: 16px;
	margin-top: 3.84%;
	background-color: #F5E1E4;
	height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	background-image: url(../images/recruit/ss_genzai_man.svg),url(../images/recruit/ss_genzai_woman.svg);
	background-repeat: no-repeat;
	background-position: 16% bottom,84% bottom;
	background-size: 96px auto,88px auto;
}
.ss_genzai_nasi p {
	color: #57483e;
	font-size: 32px;
	font-weight: 600;
}
.ss_bosyuchu {
	background-color: #D6DFF1;
	border-radius: 16px;
	margin-top: 3.84%;
	padding: 3.84%;
	text-align: center;
}
.genzai_bo_UL {
	display: flex;
	justify-content: center;
}
.genzai_bo_UL li {
	width: 25.38%;
	text-align: center;
	margin-left: 0.76%;
	border-radius: 16px;
	margin-right: 0.76%;
}
.genzai_bo_UL li a img {
	width: 20px;
	margin-right: 8px;
}

.ss_bosyuchu .ss_b_kotirakara_P {
	font-size: 22px;
	margin-top: 3.84%;
	color: #57483e;
	font-weight: 600;
}

.genzai_bo_UL li a {
	padding: 22px 22px 22px 8px;
	display: block;
	align-items:center;
	border-radius: 16px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 92% center;
}




.ss_bosyuchu h2 {
	color: #57483e;
	font-size: 28px;
	margin-bottom: 2.3%;
}
.genzai_bo_UL li .bt_blue {
	background-color: #1E4F98;
	background-image: url(../images/recruit/external_link_wht.svg);
}
.genzai_bo_UL li .bt_pink {
	background-color: #DA344B;
	background-image: url(../images/recruit/external_link_wht.svg);
}
.genzai_bo_UL li .bt_green {
	background-color: #578033;
	background-image: url(../images/recruit/external_link_wht.svg);
}




.ss_bosyuchu h2 p img {
	display: block;
	width: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}
.ss_bosyuchu h2 p {
}
.ss_bosyuchu h2 img {
	width: 56px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
}

.ss_4 {
	margin-top: 3.84%;
}
.ss_4 ul {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	gap: 2.68%;
	margin-bottom: 4.61%;
}
.ss_4 ul li {
	width: 31.53%;
/* 	margin-left: 1.34%;
	margin-right: 1.34%; */
	margin-bottom: 2.69%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	color: #57483e;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:6px;
}
.ss4_pink_UL li {
	background-color: #F5E1E4;
}

.ss_4 ul li a {
	padding: 24px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.ss4_inn {
	display: flex;
	height: 100%;
	justify-content: center;
}
.ss4_green_UL li {
	background-color: #E0ECD5;
}



.ss4_green {
	background-color: #E0ECD5;
}

.ss_4 ul li p {
	line-height: 1.7em;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-content: center;
}
.ss_4 ul li p a {
	text-decoration: underline;
}
.icon_pdf {
	width: 24px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

/* 

.ss_4 ul li:nth-child(3n) {
	margin-right: 0px;
} */
.ss_4 ul .ss4_green {
	background-color: #E0ECD5;
}
.ss_4 ul .ss4_pink {
	background-color: #F5E1E4;
}
#ss5 {
	margin-top: 8.46%;
	border: 2px solid #6AA1A8;
	padding-right: 3.84%;
	padding-left: 3.84%;
	padding-bottom: 3.84%;
	border-radius: 16px;
	background-color: #FFFFFF;
	text-align: center;
}
.konopage_gazzz {
	width: 56px;
	padding: 16px;
	height: 56px;
	border-radius: 100vh;
	background-color: #6AA1A8;
	transform: translateY(-48px);
	border: 1px solid #6AA1A8;
}

#ss5 p {
	line-height: 1.8em;
	font-size: 22px;
	font-weight: 600;
	color: #57483e;
}

#ss5 h2 .konopage_gaz {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 56px;
	margin-bottom: 16px;
}
#ss5 h2 {
	color: #4F7C8C;
	margin-bottom: 1.57%;
	margin-top: -8px;
	font-size: 24px;
}
.suujide_UL1 {
	display: flex;
	flex-wrap: wrap;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
.suujide_UL1 li {
	width: 31.53%;
	margin-right: 2.69%;
	margin-bottom: 2.69%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1.57%;
	border-radius: 24px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.suujide_UL1 li h3 {
	font-size: 28px;
	color: #5E463A;
	line-height: 1;
	margin-bottom: 12px;
}

.suujide_UL1 li p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: #5E463A;
}
.su_L {
	display: inline-block;
	width: 128px;
}
.suujide_UL1 li .align_L {
	text-align: left;
}





.suujide_UL1 li:nth-child(3n) {
	margin-right: 0px;
}
.su_UL1_yellow {
	background-color: #FBF4CE;
}
.su_UL1_blue {
	background-color: #D7E5F0;
}


.su_UL1_pink {
	background-color: #F5E1E4;
}
.suujidemiru_wrap {
	margin-top: 6.92%;
}

.suujide_UL1 li .P_mid {
	font-size: 28px;
}
.suujide_UL1 li p strong {
	font-size: 56px;
	line-height: 1em;
	margin-bottom: 8px;
	display: inline-block;
}
.suujide_UL1 li dl {
	padding: 0px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	width: fit-content;
	color: #5E463A;
	font-weight: 600;
}
.suujide_UL1 li dl dt {
	padding: 0px;
	margin: 0px;
	/* [disabled]width: 40%; */
	line-height: 1.5em;
}
.suujide_UL1 li dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	/* [disabled]width: 60%; */
	line-height: 1.5em;
	text-align: right;
}
.suujide_UL1 li dl dd em {
	font-style: normal;
	font-size: 20px;
}

.suujide_UL1 dt,dd {
	margin: 0;
}
.suujide_UL1 li p em {
	font-size: 32px;
	font-style: normal;
}
.content_wrap .ss_4 h3 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 32px;
	line-height: 1.4em;
}
.br_ib {
	display: inline-block;
}





/*以下、職員インタビュー一覧ページ	*/
.staff-voice_list_wrap {
  padding: 6.15% 0 0 0;
}

.staff_block {
  margin-bottom: 6.15%;
}

.block_title {
	padding-bottom:6px;
  font-size: 1.9rem;
    margin-bottom: 3.84%;
	background-image: url(../images/recruit/voice_cat-name_border_sogo.svg);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 18px auto;
}


/* 見出し色 */
.general_title {
  color: #72A943;
}

.special_title {
  color: #5F83CA;
		background-image: url(../images/recruit/voice_cat-name_border_senmon.svg);
}

.staff_card_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
.staff_card {
  display: flex;
}

.staff_card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border-radius: 10px;
}
.general_card a {
  background: rgba(114, 169, 67, 0.18);
}

.special_card a {
  background: rgba(95, 131, 202, 0.18);
}
.card_img img {
  width: 100%;
  height: auto;
  display: block;
	border-radius: 12px 12px 0 0;
}

.card_body {
  padding: 20px;
}

.card_job {
  font-weight: bold;
  margin-bottom: 10px;
}

.card_meta {
  font-size: 0.9rem;
	line-height:1.4em;
  color: #555;
}





/*以下、職員インタビュー詳細ページ	*/
.rec_voice1 {
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
	background-image: url(../images/recruit/rec_illust1.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 16% auto;
	margin-top: 6.15%;
/* 	margin-bottom: 4.61%; */
	padding-bottom: 9.23%;
}
.rec_gazo1 {
	width: 53.84%;
}
.rec_gazo1 img {
	border-radius: 24px;
}

.rec_gazo1 {
	position: relative;
}
.rec_gazo1 p {
	width: fit-content;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-radius: 4px;
	padding-right: 6px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-size: clamp(20px, 2.2vw, 26px);
	line-height: 1;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.37);
}
.rec_voi1_p1 {
	position: absolute;
	left: 6.92%;
	bottom: 16.92%;
	color: #004F9C;
	font-weight: bold;
}
.rec_voi1_p2 {
	position: absolute;
	left: 16.92%;
	bottom: 5.38%;
	color: #004F9C;
	font-weight: bold;
}

.rec_voice_info {
	width: 41.57%;
}
.rec_voi_shozoku {
	color: #FFFFFF;
	background-color: #004F9C;
	width: fit-content;
	padding-left: 24px;
	border-radius: 100vh;
	padding-right: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	font-size: 1.1rem;
	font-weight:bold;
}
.rec_voi_jobname {
	font-size:1.3rem;
	font-weight:bold;
	line-height: 1.6em;
	margin-left: 8px;
}
.rec_voi_p1-2 {
	font-weight:bold;
	line-height: 1.6em;
	margin-bottom:16px;
	margin-left: 8px;
}
.rec_voi_p1-3 {
	margin-left: 8px;
	background-color:#D8E8F7;
	padding:4px 6px;
	display:inline-block;
	font-weight:bold;
	line-height: 1em;
	margin-bottom:12px;
	border-radius:4px;
	letter-spacing:0;
}
.rec_voi_p2 {
	line-height: 1.8em;
	margin-left: 8px;
}
.rec_voi_ido {
	margin-left: 8px;
	line-height: 1.8em;
}



.rec_voice_info h2 {
	color: #004F9C;
	font-size: 20px;
	margin-top: 6.15%;
	margin-bottom: 16px;
	background-image: url(../images/recruit/omona_bg2.png);
	border-radius: 8px;
	background-size: 100% auto;
	padding-left: 16px;
	padding-right: 8px;
}
.rec_voi_UL1 {
	margin-left: 32px;
	list-style-type: disc;
}
.rec_voi_UL1 li {
	line-height: 1.8em;
}

.rec_voice2 h3 {
	color: #004F9C;
	font-size: 22px;
	padding-bottom: 1%;
	border-bottom: 3px dotted #004F9C;
	line-height: 1.4em;
	width: 100%;
}
.rv_h3 img {
	width: 56px;
	margin-right: 16px;
}
.rv_h3 {
	display: flex;
	align-items: center;
	margin-bottom: 2.3%;
}
.rec_voice2 p {
	line-height: 1.8em;
}
.rec_voice_faq_each {
	margin-bottom: 5.38%;
}
.rec2_voi2_blk2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rec2_v2_blk2_L {
	width: 65.38%;
}
.rec2_v2_blk2_gazo {
	width: 30%;
	position: relative;
}
.rec2_v2_blk2_gazo .voi2_LT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 22%;
}
.rec2_v2_blk2_gazo .voi2_RB {
	position: absolute;
	right: 0px;
	width: 20%;
	top: 65%;
}
.rec2_v2_blk2_gazo .voi2_LB {
	position: absolute;
	width: 35%;
	left: 0px;
	top: 67%;
}
.rec_voice_faq_each2 {
	margin-bottom: 6.92%;
}


.rec_voice2 {
	margin-bottom: 5.38%;
}


/* タブ全体 */
.tab-buttons {
	margin-left:24px;
  display: flex;
  position: relative;
  z-index: 1;
}

/* 共通ボタン */
.tab-btn {
	margin-right:8px;
  padding: 14px 20px;
  font-size: 1.1rem;
	text-align:left;
  font-weight: bold;
  border: 2px solid #277CB4;
  border-bottom: none;     /* 下線なし（コンテンツと繋げるため） */
  background-color: #fff;
  color: #277CB4;
  cursor: pointer;
  transition: 0.3s;
}

/* 左ボタン */
.tab-btn:first-child {
  border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

/* 右ボタン */
.tab-btn:last-child {
  border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

/* ON状態 */
.tab-btn.active {
  background-color: #277CB4;
  color: #fff;
}


/*
.tab-btn {
	padding: 0px;
	background-color: rgba(0,0,0,0.00);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-style: none;
}
.tab-btn.active {
	padding: 0px;
	background-color: rgba(0,0,0,0.00);
	margin: 0px;
	border-style: none;
}
.tab-buttons {
	margin-left: 3.84%;
	z-index: 1;
	position: relative;
}
.tab-btn img{
	height: 44px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -11px;
	margin-bottom: 0px;
	padding: 0px;
	width: auto;
}
*/

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}


.tab-content {
	padding: 3.84%;
	border-radius: 16px;
	border: 2px solid #277CB4;
	background-image: url(../images/recruit/voi3_bg.png);
	margin-top: 0px;
	z-index: 10;
	position: relative;
}
.tab_content_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.tab_content_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_con_1_L {
	width: 40%;
}
.tab_con_1_R {
	width: 55.38%;
}
.tab_con_1_L img  {
	border-radius: 16px;
}
.tab_con_2_L {
	width: 40%;
}
.tab_con_2_R {
	width: 55.38%;
}
.tab_con_2_L img {
	border-radius: 16px;
}
.tab_con_2_R p {
	line-height: 1.8em;
	margin-bottom: 16px;
}
.tab_con_1_R ul li {
	font-size:1.1rem;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
}
.voi_time {
	display: inline-block;
	width: 104px;
	font-weight: bold;
	font-size:1.15rem;
}



/*人材育成ページ*/
#recruit_jinzai{
	margin-top: 6.15%;
}
#recruit_jinzai .tit_blue{
    padding: 4px 24px;
    margin-bottom: 24px;
    background-color: #deecf0;
    border-radius: 10px;
    line-height: 1.4em;
}
#recruit_jinzai .tit_blue span{
    display: inline-block;
    margin-right: 24px;
    background-color: #FFFFFF;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 8px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1em;
}
#recruit_jinzai h3{
	color: #004F9C;
    font-size: 19px;
    border-bottom: 2.8px dotted #004F9C;
    line-height: 1em;
	padding-bottom: 6px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline-block;
}
#recr_jinz_general{
	margin-bottom: 4.61%;
}
#recr_jinz_general p{
	line-height: 1.8em;
	font-weight: 500;
}
#recr_jinz_general h2 span{
    color: #72A943;
    border: 2.8px solid #72A943;
    font-size: 22px;
}
#recr_jinz_general table {
	margin-top: 16px;
	margin-bottom: 24px;
      border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #7fa651;
    border-left: 2px solid #7fa651;
    border-right: 2px solid #7fa651;
    border-bottom: 2px solid #7fa651;
}
#recr_jinz_general th{
    background-color: #dfe8d3;
    text-align: center;
    line-height: 1.4em;
    font-weight: 600;
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 8px;
    border-right: solid 1px #7fa651;
    border-bottom: solid 1px #7fa651;
}
#recr_jinz_general td {
    line-height: 1.6em;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 12px;
    border-right: solid 1px #7fa651;
    border-bottom: solid 1px #7fa651;
    font-weight: 500;
    }
#recr_jinz_general th span{
	display: block;
	font-size: .8rem;
	margin-top: 2px;
}
#recr_jinz_general .cell-content{
	
}
#recr_jinz_general .cell-content ul{
	list-style: disc;
	padding-left: 16px;
}
#recr_jinz_general .cell-content ul li{
	margin-bottom: 4px;
}
#recr_jinz_general .cell-year{
	text-align: center;
}


#recr_jinz_expert{
	margin-bottom: 4.61%;
}
#recr_jinz_expert .tit_blue span{
	color: #5F83CA;
	border: 2.8px solid #5F83CA;
}
#recr_jinz_expert p{
	line-height: 1.8em;
	font-weight: 500;
}
#recr_jinz_common{
	margin-bottom: 4.61%;	
}
#recr_jinz_common h2{
	margin-bottom: 10px;
}
#recr_jinz_common .tit_blue span{
	color: #1E4F98;
	border: 2.8px solid #1E4F98;
}
#recr_jinz_common p{
	line-height: 1.8em;
	font-weight: 500;
}
#recruit_jinzai .unit_content{
	
}
