@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
/* reset css */
/*
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}
html,
body {
  width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  font-variant-numeric: tabular-nums;
  -webkit-font-feature-settings: "tnum";
  -moz-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
  image-rendering: -webkit-optimize-contrast;
}

section,main,article,aside,menu,nav,details,figcaption,figure {
  display: block;
}

input,select {
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border-style: none;
}

img {
  border-style: none;
  vertical-align: bottom;
  display: block;
  max-width: 100%;
  height: auto;
}

ul,ol {
  list-style: none;
}

/* clearfix (modern) */
/*
.cl::after {
  content: "";
  clear: both;
  display: block;
}
nav ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,th,td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: "";
}

blockquote,q {
  quotes: "" "";
}

button {
  outline: 0;
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
  line-height: 1.5;
}

:root {
  line-sizing: normal;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001s !important;
		transition-duration: 0.001s !important;
	}
}


/* ============================================================ */

img {
  height: auto;
}






body {
	position: relative;
	background: #fff;
	color: #333;
  font-size: 14px;
}

body * {
	box-sizing: border-box;
}

.breadcrumb-trail {
  display: flex;
  flex-flow: wrap;
  font-size: 14px;
  margin: 16px auto;
  max-width: 1010px;
  padding: 0 16px;
}

.breadcrumb-trail__item:nth-child(n+2)::before {
  content: ">";
  display: inline-block;
}

#wrapper {
	-webkit-print-color-adjust: exact;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
	letter-spacing: 0.08em;
	position: relative;
	padding-top: 0;
}

.spHide {
	display: block !important;
}

.pcHide {
	display: none !important;
}

.elementHide {
  position: absolute;
  visibility: hidden;
}

.section_wrap {
	margin: 0 auto;
	width: 1010px;
}

/* ============================================================ */
.c24 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04rem;
	line-height: 1;
	text-align: center;
	color: #2E2E58;
}

.c24 span {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #2E2E58;
}

.c32 {
	padding-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.064rem;
	line-height: 1;
	text-align: center;
	color: #2E2E58;
}

.h1_article_ttl {
  padding-bottom: 40px;
  font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.064rem;
	line-height: 1.5;
	text-align: left;
	color: #2E2E58;
}

.h2_article_ttl {
  padding-bottom: 40px;
  font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.064rem;
	line-height: 1.5;
	text-align: left;
	color: #2E2E58;
}

.h2_voice_recommend {
  font-size: 20px;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: #000133;
}

.h3_voice_recommend_job {
  font-size: 18px;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: #000133;
  margin-top: 20px;
}

.h3_voice_recommend {
  font-size: 18px;
  letter-spacing: 0.02rem;
  line-height: 1;
  color: #000133;
  margin-top: 20px;
}

.h2_voice_article_content {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  color: #2E2E58;
  border-bottom: 2px solid #2E2E58;
}

.h2_voice_article_content span {
  display: block;
  padding-bottom: 6px;
}

.h3_primary_search {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-align: center;
	color: #2E2E58;
}

.h3_modal_search {
  font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1;
	text-align: center;
	color: #2E2E58;
}

.h3_tagcloud_inline {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04rem;
	line-height: 1;
	text-align: center;
	color: #2E2E58;
}

.h3_tagcloud_inline span {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #2E2E58;
}

.h3_tagcloud_block {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04rem;
	line-height: 1;
	text-align: center;
	color: #2E2E58;
}

.h3_tagcloud_block span {
	padding-bottom: 8px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #2E2E58;
}

/* ============================================ */
#voice_kv {
	display: block;
	width: 100%;
}

.voice_kv_wrap {
  position: relative;
  width: 100%;
  height: 380px;
  background: url('/themes/enw/images/voice/mv_tensyokutaikenki_page_pc.jpg') no-repeat center 50% / cover;
}

.voice_kv_wrap .voice {
  color: #000000;
  font-family: serif;
  font-weight: bold;
  position: absolute;
  font-size: 23px;
  bottom: 0px;
  height: 80px;
  width: 80%;
  max-width: 934px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.voice_kv_wrap .voice .sp-br {
  display: none; 
}

.voice_kv_wrap .voice .recNum {
  font-size: 40px;
  color: #cc0000;
}



/* ============================================

VOICE_SEARCH

=============================================== */
#voice_search {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#voice_search .section_wrap {
	padding: 48px 40px 0;
}

.primary_search {
	padding: 48px 40px;
	border: 1px solid #B7BCCC;
}

.primary_search_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0 0 0;
}

.primary_search_item {
	position: relative;
	padding-right: 48px;
	width: calc(100% / 3 + 16px);
}

.primary_search_item::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 17px;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url('/themes/enw/images/voice/icn_multiply_basic.svg') no-repeat center 50% / cover;
}

.primary_search_item:last-child {
	padding: 0;
	width: calc(100% / 3 - 30px);
}

.primary_search_item:last-child::after {
	display: none;
}

/* toggle
----------------------------------------------------------- */
.secondary_search_container {
	padding-top: 40px;
}

.secondary_search_content {
	display: block;
	padding-top: 24px;
}

.secondary_search_content .item {
	display: flex;
	align-items: flex-start;
	padding-bottom: 16px;
}

.secondary_search_content .item:last-child {
	padding: 0;
}

.secondary_search_content .item .head {
	display: block;
	padding: 16px 16px 0 0;
	width: 144px;
  font-size: 16px;
	font-weight: bold;
	color: #2E2E58;
}

.secondary_search_content .item .inner {
	width: 100%;
}

.secondary_search_content .item .inner.list_style {
	display: flex;
	flex-wrap: wrap;
}

.search_unit_item {
	display: block;
  font-size: initial;
	width: 100%;
}

/* option */
.search_unit_item.unit_select {
	position: relative;
}

.search_unit_item.unit_select_middle {
	position: relative;
  width: 100%;
  max-width: 480px;
}

.search_unit_item.unit_short {
	width: 180px;
}

.search_unit_item.unit_middle {
	width: 100%;
  max-width: 480px;
}

.search_unit_item.unit_cb {
	padding: 19px 0;
}

.search_unit_item.unit_cb4 {
	padding: 16px 8px 16px 0;
	width: calc(100% / 4);
}

.search_unit_item.unit_cb4_all {
	padding: 16px 8px 0 0;
	width: 100%;
}

.search_unit_item.unit_cbinline {
	padding: 16px 32px 16px 0;
	width: auto;
}

.search_unit_item.unit_rd {
	display: inline-block;
	padding: 16px 40px 16px 0;
	width: auto;
}

/* ============================================

FORM

============================================ */
button,
input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

/*不要の場合は削除してください*/
select::-ms-expand {
	display: none;
}

select:hover {
	cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* TEXT BASE
============================================ */
.search_input {
	padding: 18px 16px;
	width: 100%;
	line-height: 1;
	background: #EDEFF5;
	border-radius: 8px;
}

/* CHECKBOX BASE
============================================ */
.search_checkbox_label {
	position: relative;
  display: block;
	padding: 0 0 0 28px;
	color: #333;
  font-size: initial;
}

.search_checkbox_label:hover {
	cursor: pointer;
}

.search_checkbox_label .indicator {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #7D8191;
}

.search_checkbox_label input:checked~.indicator {
	background: #2E2E58;
	border: #2E2E58;
}

.search_checkbox_label input:checked~.indicator::after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('/themes/enw/images/voice/icn_checked_wh.svg') no-repeat center 50% / cover;
}

/* RADIO BASE
============================================ */
.search_radio_label {
	position: relative;
	padding: 0 0 0 28px;
	color: #333;
}

.search_radio_label:hover {
	cursor: pointer;
}

.search_radio_label .indicator {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #7D8191;
	border-radius: 50%;
}

.search_radio_label input:checked~.indicator::after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #2E2E58;
}

/* SELECT */
/* SELECT BASE
============================================ */
.search_select_list {
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.search_select_block {
	position: relative;
	display: block;
	width: 100%;
}

.search_check_block {
	padding: 19px 0;
	width: 100%;
	background: #666;
}

/* SELECT LABRL */
.search_select_label {
	position: relative;
	display: inline-block;
	padding: 22px 32px 22px 16px;
	width: 100%;
	line-height: 1.3;
	border-radius: 4px;
	background: #F5F6FA;
	border: 1px solid #B7BCCC;
	color: #7D8191;
}

.search_select_label::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 16px;
	transform: translate(0%, -50%);
	width: 20px;
	height: 20px;
	background: url('/themes/enw/images/voice/icn_chevron_down_nv.svg') no-repeat center 50% / cover;
}

.search_select_block:hover .search_select_label {
	border-color: #CFD4E6;
	color: #9393ab;
	transition: all ease-in-out .3s;
}

.search_select_block:hover .search_select_label::after {
	opacity: .8;
}

/* SELECT multiply */
.search_select_block__multiply {
	display: inline-block;
	padding: 0 17px;
}

.search_select_block__multiply .imgwrap {
	max-width: 14px;
	min-width: 14px;
	max-height: 14px;
	min-width: 14px;
}

/* SUBMIT
============================================ */
.search_submit_detail {
	position: relative;
	display: flex;
  justify-content: center;
}

.search_submit_detail input[type="submit"], .search_submit_detail input[type="reset"] {
	display: block;
	padding: 20px;
	width: 402px;
	/*min-width: 402px;*/
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.24rem;
	line-height: 1;
	background: #1D8388;
	border-radius: 8px;
	color: #fff;
	transition: all .3s;
	outline: 0;
	cursor: pointer;
}

.search_submit_detail input[type="submit"]:hover, .search_submit_detail input[type="reset"]:hover {
	background: #2DA3A8;
}

.search_submit_detail .search_clear_btn {
  background-color: #B7BCCC;
  border-radius: 8px;
	position: relative;
	display: block;
  margin: 0 8px;
	width: 120px;
}

.search_submit_detail .search_clear_btn input {
  background-color: #B7BCCC;
    width: 120px;
}

.search_submit_detail .search_submit_btn {
	position: relative;
	display: block;
  margin: 0 8px;
	width: 402px;
}

.search_submit_detail .search_submit_btn::after {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 16px;
	transform: translate(0%, -50%);
	width: 24px;
	height: 24px;
	background: url('/themes/enw/images/voice/icn_search_fill_gr.svg') no-repeat center 50% / cover;
}

.search_submit_detail input[type="submit"]:hover::after {
	opacity: .6;
}

/* TRIGGER
============================================ */
.search_content_trigger {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.acc_trigger {
	display: inline-block;
	margin: 0 auto;
}

.acc_trigger .acc_trigger_btn {
	position: relative;
	display: inline-block;
	padding-right: 24px;
  font-size: initial;
	font-size: 13px;
	letter-spacing: 0.06rem;
	text-align: center;
	color: #7D8191;
}

.acc_trigger .acc_trigger_btn:hover {
	cursor: pointer;
	opacity: .8;
	transition: all ease-in-out .3s;
}

.acc_trigger .acc_trigger_btn::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('/themes/enw/images/voice/icn_chevron_up_basic.svg') no-repeat center 50% / cover;
	transform: rotate(180deg);
	transition: all .4s;
}

.acc_trigger .acc_trigger_btn.is_open::after {
	transform: rotate(0deg);
}

/* ============================================

COMMON PARTS

=============================================== */
.btn_container {
  display: flex;
  justify-content: center;
}

.btn_container .btn_content_nv {
  display: inline-block;
  padding: 24px 64px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border-radius: 5px;
  background: #1B224C;
  color: #fff;
  transition: all ease-in-out .3s;
}

.btn_container .btn_content_nv:hover {
  opacity: .8;
}
/* ============================================

=============================================== */
#tagcloud {
	background: #F5F6FA;
}

#tagcloud .section_wrap{
  padding: 80px 40px;
}

#tagcloud .section_wrap > div {
  margin-bottom: 80px;
}

#tagcloud .section_wrap > div:last-child {
  margin-bottom: 0;
}

.tagcloud_container {
  display: block;
}

.tagcloud_container_recommend{
	display: block;
	padding: 56px;
	background: #E9EDF5;
}

.voice_tagcloud {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
}

.voice_tagcloud li {
	display: inline-block;
	margin: 4px;
	padding: 0;
}

.voice_tagcloud li a {
	position: relative;
	display: inline-block;
	padding: 11px 17px 11px 31px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.08rem;
	border: 1px solid #2E2E58;
	background: #fff;
	color: #2E2E58;
  transition: all .3s;
}

.voice_tagcloud li a::after {
	position: absolute;
	content: '#';
	display: block;
	top: 45%;
	left: 17px;
	transform: translate(0,-50%);
	width: 14px;
	height: 14px;
}

.voice_tagcloud li a:hover {
  background:#2E2E58;
  color: #fff;
}


.voice_tagcloud.recommend li {
	margin: 6px;
}

.voice_tagcloud.recommend li a {
	padding: 13px 23px 13px 33px;
}

.voice_tagcloud.recommend li a::after {
	left: 19px;
}

/* ============================================

STICKY SEARCH

=============================================== */
#sticky_search {
  position: fixed;
  display: block;
  right: 8%;
  top: 50%;
  width: 140px;
  height: 140px;
  background: rgba(46,46,88,.95);
  border-radius: 100%;
  transition: all .3s;
  transform: translateY(-50%);
  z-index: 20;
}

#sticky_search:hover {
  background: rgba(46,46,88,.8);
}

#sticky_search .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#sticky_search .inner .icn {
  display: block;
  margin: 0 auto 8px;
  width: 36px;
  height: 36px;
  background: url(/themes/enw/images/voice/icn_sticky_search_wh.svg) no-repeat center 50% / cover;
}

#sticky_search .inner .txt {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#sticky_search .inner .txt span {
  display: block;
  line-height: 1;
}

/* ============================================

MODAL

=============================================== */
#modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,50%);
  padding: 130px 20px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 50;
}

#modal_container:before{
  content: "";
  display: inline-block;
}

#modal_container.active{
  opacity: 1;
  visibility: visible;
}

.modal_body{
  position: relative;
  display: inline-block;
  width: 95%;
}

.modal_close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
  background: url('/themes/enw/images/voice/icn_multiply_basic.svg') no-repeat center 50% / cover;
  cursor: pointer;
}

.modal_content{
  position: relative;
  margin: 0 auto;
  padding: 64px 40px 48px;
  width: 100%;
  max-width: 920px;
  background: #fff;
  border-radius: 8px;
}

/* MODAL FORM
-----------------------------------------------*/
#modal_container:before {
  display: block;
}

.modal_search_content {
	display: block;
	padding: 24px 0;
}

.modal_search_content .item {
  display: flex;
	align-items: flex-start;
	padding-bottom: 16px;
}

.modal_search_content .item:last-child {
  padding: 0;
}

.modal_search_content .item .head {
  display: block;
	padding: 16px 16px 0 0;
	width: 144px;
	font-weight: bold;
  line-height: 1;
	color: #2E2E58;
}

.modal_search_content .item .inner {
  width: 100%;
}

.modal_search_content .item .inner.list_style {
  display: flex;
	flex-wrap: wrap;
}

/* ============================================

PAGENATION

=============================================== */
.xp_pagenation_wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}

.xp_pagenation_link {
  display: flex;
  justify-content: center;
}

.xp_pagenation_link .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #2E2E58;
  border: 1px solid #2E2E58;
  color: #fff;
  transition: all .2s;
}

.xp_pagenation_link .blank {
  display: inline-block;
  padding: 11px 16px;
  border: 1px solid #fff;
  background: #fff;
  color: #2E2E58;
}

.xp_pagenation_link .page-numbers:hover {
  border-color:#8e8eae;
  background: #8e8eae;
}

.xp_pagenation_link .page-numbers:first-child {
  margin-left: 0;
}

.xp_pagenation_link .page-numbers:last-child {
  margin-right: 0;
}

.xp_pagenation_link .page-numbers.current {
  background: #fff;
  color: #2E2E58;
}

.xp_pagenation_link .page-numbers.current:hover {
  background: #2E2E58;
  border-color: #2E2E58;
  color: #fff;
}

.xp_pagenation_link .page-numbers p{
  position: relative;
}

.xp_pagenation_link .page-numbers span{
  vertical-align: text-bottom;
}

.xp_pagenation_link .page-numbers.first p::before,
.xp_pagenation_link .page-numbers.prev p::before,
.xp_pagenation_link .page-numbers.next p::before,
.xp_pagenation_link .page-numbers.last p::before{
  position: absolute;
  content: '';
  display: block;
  height: 16px;
}

.xp_pagenation_link .page-numbers.first p,
.xp_pagenation_link .page-numbers.prev p,
.xp_pagenation_link .page-numbers.next p,
.xp_pagenation_link .page-numbers.last p{
  color: #fff;
  padding: 0;
}

/* first */
.xp_pagenation_link .page-numbers.first p {
  padding-left: 18px;
}
.xp_pagenation_link .page-numbers.first p::before {
  width: 10px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%) rotate(-180deg);
  background: url('/themes/enw/images/voice/icn_chevron_pager_double_wh.svg') no-repeat center 50% / cover;
}

/* prev */
.xp_pagenation_link .page-numbers.prev p {
  padding-left: 14px;
}
.xp_pagenation_link .page-numbers.prev p::before {
  width: 6px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%) rotate(-180deg);
  background: url('/themes/enw/images/voice/icn_chevron_pager_wh.svg') no-repeat center 50% / cover;
}

/* next */
.xp_pagenation_link .page-numbers.next p {
  padding-right: 14px;
}
.xp_pagenation_link .page-numbers.next p::before {
  width: 6px;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url('/themes/enw/images/voice/icn_chevron_pager_wh.svg') no-repeat center 50% / cover;
}

/* last */
.xp_pagenation_link .page-numbers.last p {
  padding-right: 18px;
}
.xp_pagenation_link .page-numbers.last p::before {
  width: 10px;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url('/themes/enw/images/voice/icn_chevron_pager_double_wh.svg') no-repeat center 50% / cover;
}

/* ============================================

VOICE_ARTICLE

=============================================== */
#voice_article {
  background: #F7F8FC;
}

#voice_article .section_wrap {
  padding: 72px 40px 80px;
}

.person_who_wrote {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  background:#fff;
  box-shadow: 0px 0px 4px #2E2E581F;
  border-radius: 8px;
}

.person_who_wrote .wrap {
  display: flex;
  padding: 32px;
}

.person_who_wrote .parts_detail {
  display: block
}

.person_who_wrote .parts_profile {
  display: block;
  width: 100%;
  padding: 0 0 0 16px;
  color: #2E2E58;
}

.person_who_wrote .parts_profile .footcaution {
  margin-top: 10px;
}

.person_who_wrote .spec_list {
  padding-top: 16px;
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1;
}

.person_who_wrote .spec_list p {
  padding: 0px;
}

.person_who_wrote .spec_list p + p {
  padding-top: 4px;
}

#voice_recommend {
  background: #F7F8FC;
}

#voice_recommend .section_wrap{
  padding: 0 40px 80px;
}

.voice_recommend_list {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 24px;
}

.voice_recommend_list .item {
  width: calc((100% - 48px) / 3);
  background: #fff;
}

.voice_recommend_list .item .item_link {
  display: block;
  padding: 16px;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.voice_recommend_list .item .item_link:hover {
  opacity: .8;
}

.voice_recommend_list .persona {
  display: flex;
  align-items: center;
}

.voice_recommend_list .persona_imgwrap {
  display: block;
  width: 64px;
  height: 64px;
  min-width: 64px;
}

.voice_recommend_list .persona_imgwrap span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-size: cover;
}

.voice_recommend_list .persona_imgwrap .m {
  background-image: url('/themes/enw/images/voice/list_parts_icon_2m.svg');
}

.voice_recommend_list .persona_imgwrap .f {
  background-image: url('/themes/enw/images/voice/list_parts_icon_2f.svg');
}

.voice_recommend_list .persona_spec {
  display: inline-block;
  margin-left: 10px;
  padding: 8px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04rem;
  border-radius: 4px;
  background: #E6E7F2;
  color: #2E2E58;
}

.voice_recommend_list .article_ttl {
  padding-top: 12px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04rem;
  color: #2E2E58;
}

/* voice_article_table */
.voice_article_table {
  display: block;
  margin: 0 auto 40px;
  padding: 24px 32px 32px;
  width: 100%;
  max-width: 560px;
  background: #E9EDF5;
}

.voice_article_table .ttl {
  display: block;
  padding: 0 0 8px 8px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1;
  border-bottom: 1px solid #C3C8D9;
  color: #7A8199;
}

.voice_article_table .table_list {
  padding: 16px 0 0 16px;
  counter-reset: num 0;
}

.voice_article_table .table_list li {
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #2E2E58;
  counter-increment: num;
}

.voice_article_table .table_list li + li {
  padding-top: 12px;
}

.voice_article_table .table_list li::before {
  content: counter(num,decimal) '.';
}

.voice_article_table .table_list li a {
  padding-left: 12px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: underline;
  color: #2E2E58;
}

.voice_article_table .table_list li a:hover {
  text-decoration: none;
}

/* voice_article_content */
.voice_article_content {
  display: block;
  padding: 48px 40px;
  background: #fff;
}

.voice_article_content .text {
  padding: 24px 0 80px;
  line-height: 1.7;
}

.voice_article_content .inner > div:last-child {
  padding-bottom: 0;
}

/* btn */
.voice_article_consult {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.voice_article_consult_btn {
  display: inline-block;
  padding: 32px 64px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  background: transparent linear-gradient(90deg, #2E2E58 0%, #4C4CCC 50%, #6e82e7 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #fff!important;
  transition: background-position ease-in-out .3s;
}

.voice_article_consult_btn:hover {
  background-position: 99% 50%;
}

/* recommend area */
.voice_recommend_btn {
  display: flex;
}

.voice_recommend_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  width: calc((100% - 20px) / 3);
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: opacity .3s;
}

.voice_recommend_btn a:hover {
  opacity: .8;
}

.voice_recommend_btn .btn_voice_r_nv {
  background: #1B224C;
  color: #fff;
}

.voice_recommend_btn .btn_voice_r_yl {
  margin: 0 10px;
  width: 388px;
  background: #F7DB41;
  color: #2E2E58;
}

.voice_recommend_btn .btn_voice_r_yl span {
  position: relative;
  padding-left: 32px;
}

.voice_recommend_btn .btn_voice_r_yl span::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 24px;
  height: 24px;
  background: url('/themes/enw/images/voice/icn_search_fill_nv.svg') no-repeat center 50% / cover;
}

/* guidance　bg */
#wrapper.voice_article #guidance {
/*  background-color: #EDEFF7;*/
}

.voice_article_content .inner .column_naiyo h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  color: #2E2E58;
  border-bottom: 2px solid #2E2E58;
  display: block;
  padding-bottom: 6px;
  padding-top: 150px;
  margin-top:-150px;
}

.voice_article_content .inner p {
  padding: 24px 0 80px;
  line-height: 1.7;
}

/* ============================================

MEDIA QUERY

=============================================== */
@media screen and (max-width: 768px) {
  .spHide {
    display: none !important;
  }

  .pcHide {
    display: block !important;
  }

  .section_wrap {
    width: 100%;
  }

  .c24 {
    font-size: 20px;
  }

  .c24 span {
    padding-bottom: 4px;
  }

  .c32 {
    padding-bottom: 32px;
    font-size: 22px;
  }

  .h1_article_ttl {
    padding-bottom: 32px;
    font-size: 18px;
    letter-spacing: 0.05rem;
  }

  .h2_article_ttl {
    padding-bottom: 32px;
    font-size: 18px;
    letter-spacing: 0.05rem;
  }

  .h2_voice_article_content {
    font-size: 16px;
  }

  .h2_voice_article_content span {
    padding-bottom: 4px;
  }

  .h2_voice_recommend {
    font-size: 16px;
  }
  
  .h3_voice_recommend_job {
    font-size: 14px;
  }

  .h3_voice_recommend {
    font-size: 14px;
  }

  .h3_tagcloud_inline,
  .h3_tagcloud_block {
    font-size: 16px;
  }

  .h3_primary_search {
    font-size: 18px;
  }

  .h3_primary_search span {
    padding-bottom: 6px;
    border-bottom: 1px solid #2E2E58;
  }

  .h3_modal_search {
    font-size: 20px;
  }

  .btn_container {
    padding: 0 16px;
  }

  .btn_container .btn_content_nv {
    padding: 24px 0;
    width: 100%;
    max-width: 311px;
    font-size: 15px;
    line-height: 1;
  }

  /* ============================================

  voice_kv TAB

  =============================================== */
  .voice_kv_wrap {
    padding-top: 19.791%;
    height: auto;
    margin-top: 50px;
  }

  .voice_kv_wrap .voice {
    font-size: 14px;
    padding-top: 35px;
  }

  .voice_kv_wrap .voice .recNum {
    font-size: 30px;
  }

  /* ============================================

  VIOCE_SEARCH SP

  =============================================== */

  #voice_search .section_wrap {
    padding: 16px 16px 40px;
  }

  .primary_search {
    padding: 32px 16px;
  }

  .search_content_trigger {
    padding: 32px 0;
  }

  .secondary_search_container {
    padding-top: 32px;
  }

  .primary_search_container {
    flex-direction: column;
  }

  .primary_search_item,
  .primary_search_item:last-child {
    width: 100%;
  }

  .primary_search_item {
    padding: 0 0 36px 0;
  }

  .primary_search_item::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translate(-50%, 0);
  }

  .search_select_label {
    padding: 17px 32px 17px 12px;
    font-size: 14px;
    letter-spacing: 0.08rem;
    border-radius: 6px;
  }

  .search_select_label::after {
    right: 10px;
  }

  .search_checkbox_label,
  .search_radio_label {
    font-size: 13px;
    letter-spacing: 0;
  }

  .search_unit_item.unit_cb {
    padding: 14px 10px;
    border-radius: 6px;
    background: #F5F6FA;
    border: 1px solid #B7BCCC;
    color: #7D8191;
  }

  .search_unit_item.unit_cb .search_checkbox_label {
    font-size: 14px;
    letter-spacing: 0.04rem;
  }

  .secondary_search_content .item {
    flex-direction: column;
  }

  .secondary_search_content .item .head {
    padding: 0 0 8px 0;
    width: 100%;
    line-height: 1;
  }

  .search_input {
    padding: 12px;
    font-size: 13px;
    letter-spacing: 0.08rem;
    line-height: 1;
  }

  .search_unit_item.unit_cb4 {
    padding: 8px 8px 16px 0;
    width: calc(100% / 2);
  }

  .search_unit_item.unit_cb4_all {
    padding: 8px 8px 0 0;
  }

  .search_unit_item.unit_cbinline {
    padding: 8px 8px 16px 0;
    width: calc(100% / 2);
  }

  .search_unit_item.unit_rd {
    padding: 8px 18px 8px 0;
  }

  .search_submit_detail .search_submit_btn,
  .search_submit_detail .search_submit_btn input[type="submit"],
  input[type="submit"] {
    width: 100%;
  }

  /* ============================================

  TAGCLOUD SP

  =============================================== */
  #tagcloud .section_wrap {
    padding: 40px 16px;
  }

  #tagcloud .section_wrap>div {
    margin-bottom: 48px;
  }

  .tagcloud_container_recommend {
    padding: 24px 16px;
  }

  .voice_tagcloud {
    padding: 24px 0 0 0;
  }

  .voice_tagcloud,
  .voice_tagcloud.recommend li {
    margin: 4px;
  }

  .voice_tagcloud li a,
  .voice_tagcloud.recommend li a {
    padding: 12px 12px 12px 24px;
  }

  .voice_tagcloud li a::after,
  .voice_tagcloud.recommend li a::after {
    left: 12px;
  }

  /* ============================================

  STICKY SEARCH SP

  =============================================== */
  #sticky_search {
    top: 50%;
    bottom: auto;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(193, 161, 58, .95);
    transform: translateY(-50%);
  }

  #sticky_search:hover {
    background: rgba(193, 161, 58, .7);
  }

  #sticky_search .inner {
    padding-left: 8px;
    justify-content: flex-start;
  }

  #sticky_search .inner .icn {
    width: 18px;
    height: 18px;
  }

  #sticky_search .inner .txt {
    font-size: 10px;
    letter-spacing: -0.01rem;
  }

  /* ============================================

  MODAL SP

  =============================================== */
  #modal_container {
    padding: 64px 16px 0;
  }

  .modal_body {
    width: 100%;
  }

  .modal_content {
    padding: 48px 16px 32px;
  }

  .modal_search_content {
    padding-bottom: 24px;
  }

  .modal_search_content .item {
    flex-direction: column;
  }

  .modal_search_content .item .head {
    padding: 0 0 8px 0;
    width: 100%;
    font-size: 15px;
  }

  /* ============================================

  PAGENATION SP

  =============================================== */
  .xp_pagenation_link .page-numbers {
    position: relative;
    margin: 0 1.5px;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    font-size: 13px;
    white-space: pre;
  }

  .xp_pagenation_link .blank {
    padding: 6px 0;
    width: 40px;
    height: 40px;
    font-size: 13px;
    text-align: center;
    white-space: pre;
  }

  .xp_pagenation_link .page-numbers p {
    position: static;
  }

  .xp_pagenation_link .page-numbers p span {
    display: none;
  }

  .xp_pagenation_link .page-numbers.first p::before,
  .xp_pagenation_link .page-numbers.prev p::before {
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  .xp_pagenation_link .page-numbers.next p::before,
  .xp_pagenation_link .page-numbers.last p::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ============================================

  VOICE_ARTICLE

  =============================================== */
  #voice_article .section_wrap {
    padding: 32px 16px 56px;
  }

  .person_who_wrote {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .person_who_wrote .wrap {
    flex-direction: column;
    padding: 16px;
  }

  .person_who_wrote .parts_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .person_who_wrote .parts_profile {
    padding: 16px 0 0 0;
  }

  .person_who_wrote .parts_profile .status {
    /* display: flex; */
    padding-bottom: 16px;
  }

  .person_who_wrote .parts_profile .status li {
    flex-direction: column;
    /* width: calc((100% - 8px) / 2); */
  }

  .person_who_wrote .parts_profile .status li:first-child {
    margin-right: 8px;
    padding: 0;
  }

  .person_who_wrote .parts_profile .status li .newest_tag,
  .person_who_wrote .parts_profile .status li .former_tag {
    display: block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
  }

  .person_who_wrote .parts_profile .status li p {
    padding: 8px 0 0;
  }

  .person_who_wrote .spec_list {
    padding: 8px;
    font-size: 12px;
    line-height: 1.5;
    background: #F5F6FA;
  }

  .person_who_wrote .spec_list p + p {
    padding: 2px;
  }

  .voice_article_table {
    margin-bottom: 32px;
    padding: 24px 16px;
  }

  .voice_article_table .ttl {
    font-size: 15px;
  }

  .voice_article_table .table_list {
    padding: 12px 0 0;
  }

  .voice_article_table .table_list li {
    font-size: 13px;
  }

  .voice_article_table .table_list li + li {
    padding-top: 10px;
  }

  .voice_article_content {
    padding: 32px 16px 64px 16px;
  }

  .voice_article_content .text {
    padding: 16px 0 40px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.04rem;
  }

  .voice_article_consult {
    padding-top: 32px;
  }

  .voice_article_consult_btn {
    padding: 24px 16px;
    font-size: 17px;
    letter-spacing: 0.02rem;
    line-height: 1.4;
  }

  #voice_recommend .section_wrap {
    padding: 0 32px 56px;
  }

  .voice_recommend_list {
    flex-direction: column;
    padding: 16px 0 16px;
  }

  .voice_recommend_list .item{
    width: 100%;
  }

  .voice_recommend_list li + li{
    margin-top: 16px;
  }

  .voice_recommend_list .persona_imgwrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .voice_recommend_list .persona_spec {
    margin-left: 8px;
    padding: 6px;
    font-size: 11px;
  }

  .voice_recommend_list .article_ttl {
    font-size: 13px;
    line-height: 1.5;
  }

  .voice_recommend_btn {
    flex-wrap: wrap;
  }

  .voice_recommend_btn a {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .voice_recommend_btn a:first-child {
    margin-right: 8px;
  }

  .voice_recommend_btn .btn_voice_r_nv {
    padding: 16px;
    width: calc((100% - 8px) / 2);
  }

  .voice_recommend_btn .btn_voice_r_yl {
    margin: 8px auto 0;
    padding: 20px 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    order: 2;
  }

  .voice_recommend_btn .btn_voice_r_yl span {
    padding-left: 28px;
  }

  .voice_article_content .inner .column_naiyo h3 {
    font-size: 16px;
    padding-bottom: 4px;
    padding-top: 80px;
    margin-top:-80px;
  }

  .voice_article_content .inner p {
    padding: 16px 0 40px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.04rem;
  }

}

@media screen and (max-width: 500px) {
    /* ============================================

  voice_kv SP

  =============================================== */
  .voice_kv_wrap {
    max-height: none;
    padding-top: 101.3333%;
    background-image: url('/themes/enw/images/voice/mv_tensyokutaikenki_page_sp.jpg');
    margin-top: 50px;
  }
  .voice_kv_wrap .voice {
    bottom: 10px;
    height: 100px;
    font-size: 18px;
    padding-top: 14px;
  }

  .voice_kv_wrap .voice .sp-br {
    display: block;
  }

  .voice_kv_wrap .voice .sp-none {
    display: none;
  }

  .voice_kv_wrap .voice .recNum {
    font-size:30px;
  }
}

/*CSS contents*/

.n_header .navbar li {
  height: auto;
}



/* top/common.min.css から抜粋（今のところ転職体験記固有） */

@media print{
  header.sticky-header {
    position: inherit;
  }
  .breadcrumb-trail, #pagetop, #sticky_search, .todaysnumber, .acms-container, .acms-box-medium {
    display: none;
  }
  .h1_article_ttl {
    padding-bottom: 20px;
  }
  .h2_article_ttl {
    padding-bottom: 20px;
  }
  #voice_article .section_wrap {
    padding-top: 20px;
  }
}

.bt_feature {
  max-width: 908px;
  margin: 0 auto;
  margin-top: 24px;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; /* 要素を折り返す */
  justify-content: flex-start; /* 要素を左に揃える */
}

.bt_feature a {
  opacity: 1;
  position: relative;
  z-index: 2 !important;
  width: 95%;
  height: 100%;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em; /* 行の高さを調整 */
  display: flex;
  flex-direction: column; /* 縦方向に要素を並べる */
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
}

.bt_feature a span {
  margin-top: 5px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bt_feature .bt_feature_link {
  margin: 0px 10px 10px 10px;
  width: calc(50% - 20px) !important; /* 幅を調整 */
  max-width: 700px;
  height: 110px;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
}

@media screen and (max-width: 768px) {
  .bt_feature {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 0px;
  }

  .bt_feature a {
    margin: 0 auto;
    font-size: 1rem;
  }

  .bt_feature .bt_feature_link {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    width: calc(100% - 24px) !important;
    height: 100px;
  }
}

.bt_feature .feature {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
}

.bt_feature .feature:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bt_feature .feature:after {
    width: 100%;
    height: 100%;
  }
}

.bt_feature .feature:hover:after {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.3);
}

/* 体験記パンくずリスト用 */
.similar-voices .breadcrumbs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1rem 2rem;
}
.similar-voices .breadcrumbs .breadcrumbs-item {
  width: 106px;
  color: #2e2e58;
  font-size: 14px;
  font-weight: bold;
}
.similar-voices .breadcrumbs .breadcrumbs-item:not(:last-child) {
  margin-bottom: 10px;
}
.similar-voices .breadcrumbs .breadcrumbs-detail {
  width: calc(100% - 116px);
  margin-left: 10px;
}
.similar-voices .breadcrumbs .breadcrumbs-detail:not(:last-child) {
  margin-bottom: 10px;
}
.breadcrumbs-detail .link-wrap {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-detail .link-wrap .link-item {
  position: relative;
}
.breadcrumbs-detail .link-wrap .link-item:not(:last-child) {
  margin-right: 24px;
}
.breadcrumbs-detail .link-wrap .link-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #575f80;
  border-right: solid 2px #575f80;
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.breadcrumbs-detail .link-wrap .link-solo {
  position: relative;
  margin-right: 16px;
}
.breadcrumbs-detail .link-wrap .link-item a,
.breadcrumbs-detail .link-wrap .link-solo a {
  color: #0114c1;
}


@media screen and (max-width: 768px) {
  .similar-jobs {
    width: 100vw;
    padding: 24px;
    margin: 0 calc(50% - 50vw) 32px;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 0;
    padding: 0.5rem 0;
  }
  .recommend-wrap .similar-jobs h2 {
    margin-bottom: 24px;
  }
  .similar-jobs .breadcrumbs {
    display: block;
  }
  .similar-jobs .breadcrumbs .breadcrumbs-item {
    width: 100%;
  }
  .similar-jobs .breadcrumbs .breadcrumbs-detail {
    width: 100%;
    margin-left: 0;
  }
  .breadcrumbs-detail .link-wrap:not(:first-child) {
    margin-top: 5px;
  }

}

.footcaution {
	font-size: 0.8rem;
	color: #999;
	line-height: 140%;
  float: right;
}