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

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;
}

.spHide {
  display: block !important;
}

.pcHide {
  display: none !important;
}

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

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

#xperience .section_wrap {
  padding: 0 80px 80px 80px;
}

#search .section_wrap {
  padding: 0;
}

/* ============================================================ */
.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;
}

h2.feature_anchor {
  padding-top: 130px !important;
  margin-top: -130px !important;
}

.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;
}

.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.feature_anchor {
  padding-top: 130px !important;
  margin-top: -130px !important;
}

.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/mv_tensyokutaikenki_page_pc.jpg")
    no-repeat center 50% / cover;
}

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

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/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/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/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 0.3s;
}

.search_select_block:hover .search_select_label::after {
  opacity: 0.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 0.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;
}

.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/icn_search_fill_gr.svg") no-repeat center
    50% / cover;
}

.search_submit_detail input[type="submit"]:hover::after,
input[type="reset"]:hover::after {
  opacity: 0.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: 0.8;
  transition: all ease-in-out 0.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/icn_chevron_up_basic.svg") no-repeat
    center 50% / cover;
  transform: rotate(180deg);
  transition: all 0.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 0.3s;
}

.btn_container .btn_content_nv:hover {
  opacity: 0.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;
  letter-spacing: 0.08rem;
  border: 1px solid #2e2e58;
  background: #fff;
  color: #2e2e58;
  transition: all 0.3s;
}

.voice_tagcloud li a::after {
  position: absolute;
  content: "#";
  display: block;
  top: 50%;
  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;
}

.essentials_list {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04rem;
  color: #2e2e58;
}

.essentials_list li {
  display: flex;
}

.essentials_list .detail {
  display: inline-block;
  white-space: pre;
}

.essentials_list .txt {
  display: inline-block;
}

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

STICKY SEARCH

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

#sticky_search:hover {
  background: rgba(46, 46, 88, 0.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/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: 80px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 3;
}

#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/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 0.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.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;
}

/* 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/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/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/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/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;
  padding: 0 0 0 16px;
  color: #2e2e58;
}

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

.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 40px;
}

.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 0.3s;
}

.voice_recommend_list .item .item_link:hover {
  opacity: 0.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/list_parts_icon_m.svg");
}

.voice_recommend_list .persona_imgwrap .f {
  background-image: url("/themes/enw/images/list_parts_icon_f.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;
}

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

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

.voice_article_table .table_list li:nth-of-type(1) {
  counter-reset: num;
}

.voice_article_table .table_list li:not(:nth-of-type(1)) {
  counter-increment: num;
}

.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;
  transition: background-position ease-in-out 0.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 0.3s;
}

.voice_recommend_btn a:hover {
  opacity: 0.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/icn_search_fill_nv.svg") no-repeat center
    50% / cover;
}

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

MEDIA QUERY

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

  .pcHide {
    display: block !important;
  }

  .section_wrap {
    width: 100%;
  }

  h2.feature_anchor {
    padding-top: 70px !important;
    margin-top: -70px !important;
  }

  .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_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;
  }

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

  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 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, 0.95);
    transform: translateY(-50%);
  }

  #sticky_search:hover {
    background: rgba(193, 161, 58, 0.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;
  }

  .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 24px;
  }

  .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;
  }
}

@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/mv_tensyokutaikenki_page_sp.jpg");
  }
}
/*CSS contents*/

.n_header .navbar li {
  height: auto;
}

/*
Works with the following css.
stlye.css
*/

#wrapper {
  background: #f7f8fc;
}

.section_wrap {
  margin: 0 auto;
  padding: 0 40px;
  width: 1090px;
}

/* main_title　
  ============================================================ */

#main_title {
  content-visibility: auto;
  contain-intrinsic-size: 160px; /* 要素の推定サイズを指定 */
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

#main_title .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 1010px;
  height: 320px;
}

#main_title h1 {
  display: inline-block;
  padding: 12px;
  font-size: 36px;
  line-height: 1;
  color: #000133;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

/* 
  breadcrumb
  ============================================ */
.breadcrumb_container {
  padding: 16px 0;
  width: 100%;
  background: #fff;
}

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

.breadcrumb-trail__item > a {
  color: #c1a13a;
}

.breadcrumb-trail__item > a:hover {
  text-decoration: underline;
}

.breadcrumb-trail__item {
  position: relative;
  padding: 0 10px 0 0;
}

.breadcrumb-trail__item:nth-child(n + 2) {
  padding: 0 10px 0 16px;
}

.breadcrumb-trail__item:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(/themes/enw/images/icn_breadcrumb.svg) no-repeat center 50%;
}

/* 
  sub_title
  ============================================ */
.sub_title {
  padding: 40px 0;
}

.sub_title p {
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04;
  line-height: 1.5;
  color: #000133;
}

/* ============================================
  
  FREE HTML
  
  ============================================ */
.custum_area {
  padding-bottom: 80px;
}

.custum_area .content_zone {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px;
  max-width: 920px;
  background: #fff;
  color: #000133;
}

.custum_area .content_zone > * {
  padding: 0 0 24px 0;
}

.custum_area h1,
.custum_area h2,
.custum_area h3,
.custum_area h4,
.custum_area h5,
.custum_area h6 {
  font-weight: bold;
  line-height: 1.5;
}

.custum_area h1 {
  font-size: 32px;
  letter-spacing: 0.04rem;
}

.custum_area h2 span {
  display: block;
  padding: 12px;
  font-size: 28px;
  letter-spacing: 0.04rem;
  background: #f2f3f7;
}

.custum_area h3 span {
  display: block;
  padding: 10px 12px;
  font-size: 24px;
  border-top: 2px solid #000133;
  border-bottom: 2px solid #000133;
}

.custum_area h4 span {
  display: block;
  padding: 0 0 0 8px;
  font-size: 20px;
  letter-spacing: 0.02rem;
  border-left: 6px solid #c1a13a;
}

.custum_area p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08rem;
  color: #333;
}

.custum_area .notes span {
  letter-spacing: 0.08rem;
  color: #737580;
}

.custum_area .img_center,
.custum_area .img_center_multiple2,
.custum_area .img_center_multiple3 {
  display: block;
}

.custum_area .img_center_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custum_area .img_center .imgwrap,
.custum_area .img_center_multiple2 .imgwrap {
  display: block;
}

.custum_area .caption {
  font-size: 13px;
  text-align: center;
}

.custum_area .img_center_multiple2 .imgwrap:not(:nth-of-type(2n)) {
  margin-right: 10px;
}

.custum_area .img_center_multiple3 .imgwrap {
  width: calc((100% - 20px) / 3);
}

.custum_area .img_center_multiple3 .imgwrap:not(:nth-of-type(3n)) {
  margin-right: 10px;
}

/* list */
.custum_area .custum_list {
  display: block;
}

.custum_area .custum_list_numbers {
  padding-left: 28px;
  list-style-type: decimal;
}

.custum_area .custum_list li,
.custum_area .custum_list_numbers li {
  position: relative;
  padding: 0 0 6px 24px;
  font-size: 16px;
  letter-spacing: 0.08rem;
  color: #333;
}

.custum_area .custum_list_numbers li {
  padding-left: 0;
  list-style-type: decimal;
}

.custum_area .custum_list li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.custum_area .custum_list li::after {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7d8191;
}

.custum_area .custum_list_numbers li::marker {
  color: #7d8191;
}

.custum_area .custum_list li:last-child,
.custum_area .custum_list_numbers:last-child {
  padding-bottom: 0;
}

/* table */
.custum_tbl1 {
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.custum_tbl1 th,
.custum_tbl1 td {
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.08rem;
  border: 1px solid #ced0d9;
}

.custum_tbl1 th {
  font-weight: bold;
  background: #edeef2;
  color: #6e7180;
}

.custum_tbl1 td {
  background: #fff;
  color: #333;
}

.custum_tbl1.left th,
.custum_tbl1.left td {
  text-align: left;
  padding: 15px 10px;
}

.custum_tbl2 {
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  table-layout: fixed;
}

.custum_tbl2 tr {
  border-bottom: 1px solid #fff;
}

.custum_tbl2 tr:last-child {
  border: none;
}

.custum_tbl2 th,
.custum_tbl2 td {
  padding: 16px;
  letter-spacing: 0.08rem;
}

.custum_tbl2 th {
  width: 25%;
  font-weight: bold;
  text-align: right;
  background: #edeef2;
  color: #6e7180;
}

.custum_tbl2 td {
  width: 75%;
  background: #fff;
  color: #333;
}

.custum_tbl3 {
  display: table;
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.custum_tbl3 tr {
  display: table-cell;
  border: 1px solid #ced0d9;
  vertical-align: baseline;
}

.custum_tbl3 th,
.custum_tbl3 td {
  display: block;
  padding: 16px;
  letter-spacing: 0.08rem;
  text-align: center;
}

.custum_tbl3 th {
  font-weight: bold;
  background: #edeef2;
  border-bottom: 1px solid#CED0D9;
  color: #6e7180;
}

.custum_tbl3 td {
  background: #fff;
  color: #333;
}

/* pagejump */
.custum_pjump {
  display: block;
  width: 100%;
}

.custum_pjump .wrap {
  padding: 24px;
  background: #e9edf5;
}

.custum_pjump_ttl {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #c3c8d9;
  color: #7a8199;
}

.custum_pjump_list li,
.custum_pjump_list li a {
  list-style: none;
  font-weight: bold;
  line-height: 1;
  color: #2e2e58;
}

.custum_pjump_list li a {
  text-decoration: underline;
}

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

.custum_pjump_list li:nth-of-type(1) {
  counter-reset: num 1;
}

.custum_pjump_list li:not(:nth-of-type(1)) {
  counter-increment: num;
}

.custum_pjump_list li::before {
  content: counter(num, decimal) ".";
}

.custum_pjump_list li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* 
  job_information
  ============================================ */
#job_information {
  padding: 0 0 80px 0;
}

#job_information .order_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 40px 0;
  max-width: 920px;
}

.order_list__item {
  display: block;
  margin-bottom: 16px;
  width: calc((100% - 32px) / 3);
  background: #fff;
  box-shadow: 0 0 4px rgba(46, 46, 88, 0.12);
}

.order_list__item:nth-child(n + 4) {
  margin-bottom: 0;
}

.order_list__item:not(:nth-of-type(3n)) {
  margin-right: 16px;
}

.order_list__item > a {
  display: block;
  padding: 24px 16px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.order_list__item .essentials_list {
  font-weight: bold;
}

.order_list__item .essentials_list > li {
  display: flex;
  width: 100%;
}

.essentials_list .detail {
  display: block;
  width: 25%;
  font-weight: normal;
  white-space: pre;
}

.essentials_list .text {
  display: block;
  padding-left: 8px;
  width: 75%;
}

/* 
  company_logo
  ============================================ */
#company_logo {
  padding: 0 0 80px 0;
}

.company_logo_g {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 64px;
  column-gap: 10px;
  row-gap: 10px;
  width: 765px;
}

.company_logo_g .item {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_logo_g .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 64px;
}

/* 
  feature_interview
  ============================================ */
#feature_interview {
  padding: 0 0 80px 0;
}

.company_interview {
  margin: 0 auto;
  padding: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  max-width: 920px;
}

.company_interview__item {
  display: block;
  width: calc((100% - 32px) / 3);
  background: #fff;
  box-shadow: 0 0 4px rgba(46, 46, 88, 0.12);
  transition: 0.3s;
}

.company_interview__item > a:hover {
  opacity: 0.8;
}

/* item_face */
.company_interview__item .item_face {
  display: flex;
  align-items: center;
}

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

.item_face .img_feature_company_p {
  display: block;
  width: 200px;
  height: 111px;
}

.item_face .img_feature_company_l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
}

.img_feature_company_l .imgObj {
  display: block;
  width: 100%;
}

/* item_info */
.company_interview__item .item_info {
  display: block;
  padding: 16px;
  color: #1b224c;
  font-weight: bold;
  letter-spacing: 0.03rem;
}

.company_interview__item .item_info .ttl {
  font-size: 16px;
}

.company_interview__item .item_info .name {
  padding: 16px 0 10px 0;
}

.company_interview__item .item_info .position {
  font-size: 13px;
  font-weight: normal;
}

/* 
  SEARCH
  ============================================ */
#search {
  padding: 0 0 80px 0;
}

.h3_feature_search {
  padding: 0 0 40px 0;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.064rem;
  text-align: center;
  color: #2e2e58;
}

.h3_feature_search span {
  display: inline-block;
  border-bottom: 1px solid #2e2e58;
}

.h4_feature_search {
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.064rem;
  color: #2e2e58;
  font-weight: bold;
}

.h4_feature_search::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d9e7;
}

.h4_feature_search span {
  position: relative;
  padding: 0 16px 0 0;
  background: #fff;
}

/*SEARCH origin:modal_container
  =============================================== */
#feature_search {
  position: relative;
  margin: 0 auto;
}

.feature_search_wrap {
  position: relative;
  margin: 0 auto;
  padding: 64px 40px 48px;
  width: 100%;
  max-width: 920px;
  border: 1px solid #b7bccc;
  background: #fff;
}

/* FORM
  -----------------------------------------------*/
.feature_search_content {
  padding: 20px 0;
}
.feature_search_content .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
}

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

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

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

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

.search_select_label {
  border: none;
}

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

.search_submit_detail input[type="submit"],
.search_submit_detail input[type="reset"] {
  font-size: 18px;
}

/* ============================================
  
  MEDIA QUERY
  
  =============================================== */
  @media screen and (max-width: 1090px) {

  .section_wrap {
    padding: 0 16px;
    width: 100%;
  }

  #search .section_wrap {
    padding: 0 16px;
    width: 100%;
  }


  .breadcrumb-trail {
    font-size: 12px;
  }

  .breadcrumb-trail__item {
    padding: 0 8px 0 0;
  }

  .breadcrumb-trail__item:nth-child(n + 2) {
    padding: 0 5px 0 12px;
  }

  .sub_title {
    padding: 16px 0;
  }

  .sub_title p {
    font-size: 15px;
  }

  #job_information,
  #company_logo,
  #feature_interview,
  #xperience,
  #search {
    padding: 0 0 64px 0;
  }

  /*  */
  #xperience .section_wrap {
    padding: 0 16px;
  }

  .xperience_list {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1020px) {
  /* main */
  #main_title .wrap {
    padding: 48px 0;
    width: 100%;
    height: auto;
    min-height: 140px;
  }
}

@media screen and (max-width: 920px) {
  /* 企業インタビュー */
  .company_interview {
    flex-direction: column;
    padding: 0 16px 32px;
    width: 100%;
  }

  .company_interview__item {
    width: 100%;
  }

  .company_interview__item:not(:nth-of-type(3n)) {
    margin-bottom: 16px;
  }

  .company_interview__item .item_info .ttl {
    font-size: 15px;
  }

  .company_interview__item .item_info .position {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .c24 {
    font-size: 20px;
  }

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

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

  #wrapper {
    padding-top: 50px;
  }
  /* main */
  #main_title .wrap {
    padding: 48px 0;
    width: 100%;
    height: auto;
    min-height: 140px;
  }

  #main_title h1 {
    font-size: 20px;
  }


  /* free */
  .custum_area {
    padding: 0 0 64px 0;
  }

  .custum_area .content_zone {
    padding: 24px 16px;
  }

  .custum_area h1 {
    font-size: 20px;
  }

  .custum_area h2 span {
    font-size: 18px;
  }

  .custum_area h3 span {
    font-size: 16px;
  }

  .custum_area h4 span {
    font-size: 15px;
    border-left-width: 4px;
  }

  .custum_area p {
    font-size: 14px;
  }

  .custum_area .notes span {
    font-size: 13px;
  }

  .custum_area .img_center_wrap {
    flex-direction: column;
    width: 100%;
  }

  .custum_area .img_center_wrap img {
    width: 100%;
  }

  .custum_area .img_center .imgwrap,
  .custum_area .img_center_multiple2 .imgwrap,
  .custum_area .img_center_multiple3 .imgwrap {
    width: 100%;
  }

  .custum_area .img_center_multiple2 .imgwrap:not(:nth-of-type(2n)),
  .custum_area .img_center_multiple3 .imgwrap:not(:nth-of-type(3n)) {
    margin: 0 0 8px 0;
  }

  .custum_area .caption {
    font-size: 12px;
  }

  .custum_area .custum_list li {
    font-size: 14px;
    padding-left: 21px;
  }

  .custum_area .custum_list li::before {
    width: 21px;
    height: 21px;
  }

  .custum_area .custum_list li::after {
    top: 7px;
    left: 7px;
  }

  .custum_area .custum_list_numbers li {
    font-size: 14px;
  }

  .custum_tbl1 {
    border-bottom: 1px solid #ced0d9;
  }

  .custum_tbl1 th,
  .custum_tbl1 td,
  .custum_tbl1.left th,
  .custum_tbl1.left td {
    display: block;
    padding: 14px;
    width: 100%;
    border-bottom: none;
  }

  .custum_tbl2 th,
  .custum_tbl2 td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .custum_tbl3 tr {
    display: block;
    border-bottom: none;
  }

  .custum_tbl3 tr:last-child {
    border-bottom: 1px solid #ced0d9;
  }

  .custum_pjump .wrap {
    padding: 16px;
  }

  /* 企業ロゴ */
  .company_logo_g {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 45px;
    width: 100%;
    max-width: 343px;
  }

  .company_logo_g .item img{
    max-height: 45px;
  }

  .company_logo_g > div {
    width: 107.6px;
  }

  /* 求人 */
  #job_information .order_list {
    padding: 0 0 32px 0;
    flex-direction: column;
  }

  .order_list__item {
    width: 100%;
  }

  .order_list__item:not(:nth-of-type(3n)) {
    margin: 0 0 16px;
  }

  .order_list__item .essentials_list > li {
    font-size: 13px;
  }

  .essentials_list .detail {
    width: auto;
    min-width: 55px;
  }
  
  /*  */
  .h3_feature_search {
    padding: 0 0 24px 0;
    font-size: 22px;
  }

  .h3_feature_search {
    padding: 0 0 8px 0;
    font-size: 22px;
  }

  .h4_feature_search {
    font-size: 16px;
  }

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

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

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

  .feature_search_content .item .head {
    padding: 0 0 8px 0;
  }

  .search_unit_item.unit_cb3 {
    width: calc(100% / 2);
  }
}
/* top/common.min.css から抜粋（今のところ転職体験記固有） */

@media print {
  #wrapper {
    padding-top: 0px;
  }
  header.sticky-header {
    position: inherit;
  }
  .breadcrumb-trail,
  #pagetop,
  #sticky_search {
    display: none;
  }
  div#header {
    position: absolute;
  }
}

/* 特集一覧ページ */
.feature_index_main {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.feature_index_title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.feature_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.feature_item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.feature_item:hover {
    transform: translateY(-5px);
}

.feature_item_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.feature_item_img {
    position: relative;
    padding-top: 28.23%; /* 847/3000 = 0.2823 = 28.23% */
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.feature_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature_item_content {
    padding: 20px;
}

.feature_item_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.feature_item_text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.feature_index_cta {
    background: #f5f7fa;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
}

.feature_index_cta_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.feature_index_cta_text {
    font-size: 16px;
    margin-bottom: 30px;
    color: #666;
}

.feature_index_cta_buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .feature_list {
                  grid-template-columns: 1fr;
    }

    .feature_index_main {
        padding: 20px;
    }

    .feature_index_title {
        font-size: 24px;
    }

    .feature_index_cta {
        padding: 30px 20px;
    }

    .feature_index_cta_buttons {
        flex-direction: column;
        align-items: center;
    }
}
