@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.875;
  font-size: 4.2666666667vw;
}
@media (min-width: 750px) {
  html {
    font-size: 32px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #524137;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
  background: #fff1f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: #524137;
  text-decoration: none;
}

a [href=""] {
  pointer-events: none;
}

@media (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  padding: 0;
}

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

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.6923076923;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.obj-fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

.inbox {
  max-width: 70.75rem;
  margin: 0 auto;
  position: relative;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.att_text {
  position: relative;
}
.att_text.right {
  text-align: right;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
}
.obj_fit {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.on_fit {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.tx_hidden {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.f_en, .ranking_wrap .ranking_box .title .title_head .rank_no dd, .ranking_wrap .ranking_box .title .no, .recruit_guide .recruit_guide_dl::before, .pickup_table .rank_no_text {
  font-family: "Poppins", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.btn_official, .btn_detail {
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #ffffff;
  background: #5EBE5A;
  border-radius: 0.125rem;
  padding-right: 0.375rem;
  position: relative;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.btn_official:hover, .btn_detail:hover {
  scale: 1.03;
}
.btn_official::before, .btn_detail::before {
  content: "";
  width: 1.25rem;
  height: 0.375rem;
  background: url("../img/i_arw_w.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  rotate: -90deg;
  margin-top: -0.1875rem;
}

.wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
}
.page_header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4000;
  background: #ffffff;
}
.page_header a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page_header a:hover {
  opacity: 0.7;
}
.page_header .header_head {
  height: 3.25rem;
  max-width: 46.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem 0 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.page_header .hd_logo a {
  height: 1rem;
  display: block;
}
.page_header .hd_logo a img {
  width: auto;
  max-width: none;
  height: 100%;
}
.page_header small {
  color: #939393;
  font-size: 0.625rem;
  padding-top: 0.875rem;
}

.home_mv_head {
  width: 100%;
  position: relative;
}
.home_mv_head img {
  width: 100%;
}
.home_mv_head .tax_title {
  color: #ffffff;
  background: #5EBE5A;
  display: block;
  font-size: 0.8125rem;
  padding: 0.2em 1.25rem;
}
.home_mv_head .year {
  font-size: 1.0625rem;
  padding: 0 0.9375rem;
  font-weight: bold;
  position: absolute;
  color: #5EBE5A;
  top: 4.625rem;
  z-index: 5;
  left: 9.875rem;
}
.home_mv_head .year::before, .home_mv_head .year::after {
  content: "";
  width: 0.625rem;
  height: 1px;
  background: #5EBE5A;
  display: block;
  position: absolute;
  top: 50%;
}
.home_mv_head .year::before {
  left: 0;
}
.home_mv_head .year::after {
  right: 0;
}
.home_mv_head.cat_ranking .year {
  top: 5.375rem;
}

.logo_slider {
  margin: 0.8125rem 0 1.25rem;
}
.logo_slider a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.logo_slider a:hover {
  opacity: 0.7;
}
.logo_slider .logo_slider_list:not(.slick-initialized) li:not(:first-child) {
  display: none;
}

.pickup_head .pickup_head_title {
  margin-bottom: 0.5625rem;
  text-align: center;
}
.pickup_head .pickup_head_title img {
  width: 9.5rem;
}

.pickup_ranking_item {
  max-width: 20.3125rem;
  margin-inline: auto;
  padding: 0.875rem 1.25rem 1.25rem;
  border: 1px solid #E0BD32;
  position: relative;
  text-align: center;
}
.pickup_ranking_item .label {
  width: 3.75rem;
  height: 4.375rem;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/label02.svg") 0 0 no-repeat;
  background-size: contain;
  text-align: center;
  position: absolute;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  top: -1.3125rem;
  left: -0.8125rem;
}
.pickup_ranking_item .label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  font-weight: bold;
  color: #ffffff;
}
.pickup_ranking_item .logo {
  margin-bottom: 0.25rem;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pickup_ranking_item .logo:hover {
  opacity: 0.7;
}
.pickup_ranking_item .logo img {
  max-width: none;
  height: 3.5rem;
}
.pickup_ranking_item .pickup_pr1 {
  font-weight: bold;
  color: #DB8F00;
}
.pickup_ranking_item .pickup_pr2 {
  font-size: 0.75rem;
  margin: 0.25em 0 0.5em;
}
.pickup_ranking_item .pickup_pr3 {
  font-size: 0.75rem;
  margin-top: 0.5em;
  padding: 0.375rem 1em 0.4375rem;
  background: #F5F5F5;
}
.pickup_ranking_item .official_link {
  margin: 0.5rem 0 0.75rem;
}

.official_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.official_link dt {
  font-size: 0.75rem;
  margin-right: 0.5em;
  padding-left: 1.4375rem;
  background: url(../img/i_link.svg) 0 center no-repeat;
  background-size: 1rem auto;
}
.official_link dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 0.6875rem;
  padding-left: 1.125rem;
  background: url(../img/i_link_arw.svg) 0 center no-repeat;
  background-size: 0.625rem auto;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.official_link dd a {
  text-decoration: underline;
  position: relative;
  bottom: 0.0625rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.official_link dd a:hover {
  opacity: 0.7;
}

.pickup_head_tab {
  max-width: 750px;
  margin-top: 2.75rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}
.pickup_head_tab .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pickup_head_tab .tab_list li {
  width: 100%;
}
.pickup_head_tab .tab_list li:nth-child(1) .tab_item span::before {
  background-image: url("../img/i_tab01_b.svg");
}
.pickup_head_tab .tab_list li:nth-child(1) .tab_item span::after {
  background-image: url("../img/i_tab01_a.svg");
  opacity: 0;
}
.pickup_head_tab .tab_list li:nth-child(2) .tab_item span::before {
  background-image: url("../img/i_tab02_b.svg");
}
.pickup_head_tab .tab_list li:nth-child(2) .tab_item span::after {
  background-image: url("../img/i_tab02_a.svg");
  opacity: 0;
}
.pickup_head_tab .tab_list li:nth-child(3) .tab_item span::before {
  background-image: url("../img/i_tab03_b.svg");
}
.pickup_head_tab .tab_list li:nth-child(3) .tab_item span::after {
  background-image: url("../img/i_tab03_a.svg");
  opacity: 0;
}
.pickup_head_tab .tab_list li.recommend .tab_item span::before {
  background-image: url("../img/i_tab04_b.svg");
}
.pickup_head_tab .tab_list li.recommend .tab_item span::after {
  background-image: url("../img/i_tab04_a.svg");
  opacity: 0;
}
.pickup_head_tab .tab_list li.recruit .tab_item span::before {
  background-image: url("../img/i_tab05_b.svg");
}
.pickup_head_tab .tab_list li.recruit .tab_item span::after {
  background-image: url("../img/i_tab05_a.svg");
  opacity: 0;
}
.pickup_head_tab .tab_list li.service .tab_item span::before {
  background-image: url("../img/i_tab06_b.svg");
}
.pickup_head_tab .tab_list li.service .tab_item span::after {
  background-image: url("../img/i_tab06_a.svg");
  opacity: 0;
}
.pickup_head_tab .tab_list li.recommend .tab_item span::before, .pickup_head_tab .tab_list li.recommend .tab_item span::after, .pickup_head_tab .tab_list li.recruit .tab_item span::before, .pickup_head_tab .tab_list li.recruit .tab_item span::after, .pickup_head_tab .tab_list li.service .tab_item span::before, .pickup_head_tab .tab_list li.service .tab_item span::after {
  width: 2.625rem;
  height: 2.625rem;
  margin-left: -1.375rem;
  top: -0.375rem;
}
.pickup_head_tab .tab_list li .tab_item {
  height: 4.125rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #716969;
  display: block;
  color: #ffffff;
  font-size: 0.78125rem;
  text-align: center;
  padding-top: 2.25rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pickup_head_tab .tab_list li .tab_item:not(.active):hover {
  opacity: 0.8;
}
.pickup_head_tab .tab_list li .tab_item span::before, .pickup_head_tab .tab_list li .tab_item span::after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background: center 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  margin-left: -1.25rem;
}
.pickup_head_tab .tab_list li .tab_item.active {
  background: #5EBE5A;
}
.pickup_head_tab .tab_list li .tab_item.active span::before {
  opacity: 0;
}
.pickup_head_tab .tab_list li .tab_item.active span::after {
  opacity: 1;
}
.pickup_head_tab .tab_list li .tab_item.active::after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 0.5rem 0.3125rem;
  border-bottom-color: #ffffff;
  left: 50%;
  bottom: 0;
  position: absolute;
}

.tab_content_wrap .tab_content:not(.recruit):not(.service):not(.recommend) {
  width: 100%;
  overflow: auto;
}
.tab_content_wrap .tab_content:not(.recruit):not(.service):not(.recommend) .pickup_table {
  width: 29.625rem;
}
.tab_content_wrap .tab_content.recruit .pickup_table p, .tab_content_wrap .tab_content.service .pickup_table p, .tab_content_wrap .tab_content.recommend .pickup_table p {
  padding: 0 0.125rem;
  font-size: max(0.5rem, 10px);
}

.pickup_table {
  width: 100%;
  text-align: center;
  font-size: max(0.5rem, 10px);
  line-height: 1.5;
}
.pickup_table tr:first-child th {
  background: #F5F5F5;
}
.pickup_table tr th {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.625rem 0;
}
.pickup_table tr th:not(:first-child), .pickup_table tr td:not(:first-child) {
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
.pickup_table tr td {
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.pickup_table tr p {
  padding: 0 0.5rem;
  font-size: max(0.5625rem, 10px);
  line-height: 1.5;
  text-align: left;
}
.pickup_table tr .tx {
  margin-top: 0.25rem;
  display: block;
}
.pickup_table .mark img {
  width: 1.625rem;
  max-width: 40px;
}
.pickup_table .agent {
  width: 6.25rem;
}
.pickup_table .agent .logo img {
  width: 5rem;
}
.pickup_table .agent .tx {
  width: 100%;
  margin-top: 0;
  font-weight: bold;
  text-decoration: underline;
}
.pickup_table .rank_no_text {
  padding-left: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1;
  background: url("../img/i_star.svg") 0 center no-repeat;
  background-size: 0.6875rem auto;
}
.pickup_table .btn {
  width: 5rem;
}
.pickup_table .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pickup_table .btn a {
  width: 4rem;
  height: 3rem;
  background: #DB5D00;
  background: -webkit-gradient(linear, left bottom, left top, from(#E02B00), to(#DB5D00));
  background: linear-gradient(0deg, #E02B00 0%, #DB5D00 100%);
  color: #ffffff;
  border-radius: 0.25rem;
  position: relative;
  -webkit-box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 0.1875rem;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.pickup_table .btn a:hover {
  scale: 1.03;
}
.pickup_table .btn a b {
  font-size: 1.25rem;
}
.pickup_table .btn a::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
  pointer-events: none;
}
.pickup_table .size_s {
  width: 3.5rem;
}
.pickup_table .contact_method {
  width: 2.25rem;
}
.pickup_table .contact_method figure img {
  width: 1rem;
}
.pickup_table .contact_method figure + figure {
  margin-top: 0.3125rem;
}
.pickup_table .job_type {
  width: 5.75rem;
}
.pickup_table .employment {
  width: 4rem;
}
.pickup_table .area p {
  padding-inline: 0.125rem;
  text-align: center;
}
.pickup_table .employment a, .pickup_table .employment span, .pickup_table .job_type a, .pickup_table .job_type span {
  width: 100%;
  display: block;
  color: #999999;
  background: #e5e5e5;
  scale: 0.84;
  border-radius: 0.125rem;
  line-height: 1.15;
  padding: 0.15em 0;
}
.pickup_table .employment a, .pickup_table .job_type a {
  color: #ffffff;
}
.pickup_table .employment a[data-name=契約社員], .pickup_table .job_type a[data-name=契約社員] {
  background: #4B77B4;
}
.pickup_table .employment a[data-name=派遣], .pickup_table .job_type a[data-name=派遣] {
  background: #9BBE3E;
}
.pickup_table .employment a[data-name=日勤], .pickup_table .job_type a[data-name=日勤] {
  background: #EAA642;
}
.pickup_table .employment a[data-name=夜勤専従], .pickup_table .job_type a[data-name=夜勤専従] {
  background: #765EB5;
}
.pickup_table .employment a[data-name=派遣], .pickup_table .job_type a[data-name=派遣] {
  background: #9BBE3E;
}
.pickup_table .employment a[data-name=パート・アルバイト], .pickup_table .job_type a[data-name=パート・アルバイト] {
  background: #3EAFBE;
}
.pickup_table .employment a[data-name=正社員], .pickup_table .job_type a[data-name=正社員] {
  background: #4EB23B;
}
.pickup_table .job_type {
  padding-inline: 0.1875rem;
}
.pickup_table .job_type a, .pickup_table .job_type span {
  width: 100%;
  display: block;
}
.pickup_table .job_type a {
  color: #ffffff;
  background: #5EBE5A;
}

.tab_content {
  display: none;
}
.tab_content.active {
  display: block !important;
}

.pickup_list .pickup_list_title {
  text-align: center;
}
.pickup_list .pickup_list_title img {
  width: 19.9375rem;
}
.pickup_list .pickup_list_dl {
  width: 22.1875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.375rem;
  padding: 0 1.1875rem 1.5625rem 1.1875rem;
  border: 1px solid #D1C9BC;
  border-radius: 0.625rem;
  position: relative;
}
.pickup_list .pickup_list_dl::before {
  content: "";
  width: calc(100% + 2px);
  height: 0.875rem;
  border: 1px solid #D1C9BC;
  border-width: 0 1px 1px;
  border-radius: 0 0 0.625rem 0.625rem;
  position: absolute;
  left: -1px;
  bottom: -0.25rem;
}
.pickup_list .pickup_list_dl dt {
  width: 20.3125rem;
  padding-bottom: 0.25rem;
  margin-bottom: -1.375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 5;
  top: -2.125rem;
  background: #ffffff;
}
.pickup_list .pickup_list_dl dt::before {
  content: "";
  width: 19.3125rem;
  height: 0;
  border-bottom: dotted 2px #E2C75D;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
}
.pickup_list .pickup_list_dl dt figure {
  width: 2.75rem;
  display: inline-block;
}
.pickup_list .pickup_list_dl dt figure img {
  width: 100%;
}
.pickup_list .pickup_list_dl dt > span {
  font-size: 1.125rem;
  display: inline-block;
  font-weight: bold;
  position: relative;
  top: 1.125rem;
}
.pickup_list .pickup_list_dl dt > span span {
  position: relative;
}
.pickup_list .pickup_list_dl dt > span span::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  bottom: calc(100% + 0em);
  background: #E0BD32;
  position: absolute;
  display: block;
  left: 50%;
  border-radius: 0.25rem;
  margin-left: -0.125rem;
}
.pickup_list .pickup_list_dl dd {
  background: #ffffff;
  position: relative;
  z-index: 5;
}
.pickup_list .pickup_list_dl dd .pickup_child_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pickup_list .pickup_list_dl dd .pickup_child_list li {
  width: 6.25rem;
}
.pickup_list .pickup_list_dl dd .pickup_child_list li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}
.pickup_list .pickup_list_dl dd .pickup_child_list li a:hover {
  opacity: 0.7;
}
.pickup_list .pickup_list_dl dd .pickup_child_list li .logo {
  height: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickup_list .pickup_list_dl dd .pickup_child_list li .tx {
  margin-top: 0.375rem;
  color: #ffffff;
  background: #5EBE5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.25rem;
  font-size: 0.625rem;
}

.search_wrap {
  width: 100%;
  margin: 2.5rem 0 1.6875rem auto;
  padding-left: 1.25rem;
}
.search_wrap .search_title {
  font-size: 0.875rem;
  padding-left: 2.5rem;
  padding-top: 0.125rem;
  height: 2rem;
  background: url(../img/search_line.png) 0 0 no-repeat;
  background-size: auto 100%;
  margin-bottom: 0.625rem;
}
.search_wrap .search_form_block {
  background: #F5F5F5;
  border: solid rgba(225, 225, 225, 0.3);
  border-width: 1px 0 1px 1px;
  padding: 1.25rem;
}
.search_wrap .search_form_block .search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_wrap .search_form_block .search_list + dl {
  margin-top: 0.5rem;
}
.search_wrap .search_form_block .search_list dt {
  width: 8.25rem;
  padding-top: 0.625rem;
}
.search_wrap .search_form_block .search_list dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.search_wrap .search_form_block .search_list .search_select {
  width: 100%;
  position: relative;
}
.search_wrap .search_form_block .search_list .search_select::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.375rem;
  background: url("../img/i_arw.svg") center center no-repeat;
  background-size: contain;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.1875rem;
  pointer-events: none;
}
.search_wrap .search_form_block .search_list .search_select select {
  width: 100%;
  height: 2.5rem;
  padding: 0 1.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #4D4D4D;
  border: 1px solid #D1C9BC;
  border-radius: 0.1875rem;
  cursor: pointer;
}
.search_wrap .search_form_block .search_list .search_select select option {
  font-size: min(16px, 0.8125rem);
}
.search_wrap .search_form_block .search_list .search_select select:focus {
  border-color: #D1C9BC;
}
.search_wrap .search_form_block .search_list.checkbox {
  display: block;
}
.search_wrap .search_form_block .search_list.checkbox + .search_list:not(.checkbox) {
  margin-top: 1rem;
}
.search_wrap .search_form_block .search_list.checkbox dt {
  margin-bottom: 0.5rem;
}
.search_wrap .search_form_block .search_list.checkbox .search_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search_wrap .search_form_block .search_list.checkbox .search_filter label {
  width: calc(50% - 0.15625rem);
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.search_wrap .search_form_block .search_list.checkbox .search_filter input {
  display: none;
}
.search_wrap .search_form_block .search_list.checkbox .search_filter input + span {
  width: 100%;
  height: 2rem;
  font-size: 0.75rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4D4D4D;
  border: 1px solid #D1C9BC;
  border-radius: 0.1875rem;
}
.search_wrap .search_form_block .search_list.checkbox .search_filter input:checked + span {
  color: #ffffff;
  background: #DB8F00;
  border-color: #DB8F00;
}
.search_wrap .btn_search {
  width: 100%;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.1875rem;
  height: 2.125rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5EBE5A url("../img/i_search_w.svg") 4.625rem center no-repeat;
  background-size: 0.9375rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.search_wrap .btn_search:hover {
  opacity: 0.7;
}

.home .job_diagnosis {
  margin-top: 1.875rem;
  margin-bottom: -0.625rem;
}
.home .pickup_list {
  margin-bottom: 2.5rem;
}

.recruit_guide {
  position: relative;
  background: #FFFDF0;
  counter-reset: number 0;
}
.recruit_guide.bg_w {
  background: #ffffff;
}
.recruit_guide.bg_w .recruit_guide_dl::before {
  background-color: #ffffff;
}
.recruit_guide::before, .recruit_guide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}
.recruit_guide::before {
  background: url("../img/recruit_bg01.svg") 0 0 no-repeat;
  background-size: 100% auto;
}
.recruit_guide::after {
  background: url("../img/recruit_bg02.svg") 0 bottom no-repeat;
  background-size: 100% auto;
}
.recruit_guide .recruit_guide_in {
  position: relative;
  z-index: 5;
  padding: 2.375rem 0 2.125rem;
}
.recruit_guide .recruit_guide_title {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
.recruit_guide .recruit_guide_title b {
  color: #DB8F00;
}
.recruit_guide .recruit_guide_dl {
  width: 17.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 1.375rem;
}
.recruit_guide .recruit_guide_dl + dl {
  margin-top: 1.625rem;
}
.recruit_guide .recruit_guide_dl::before {
  counter-increment: number 1;
  color: #5EBE5A;
  padding-right: 0.75rem;
  padding-left: 1.0625rem;
  font-size: 0.9375rem;
  background: #FFFDF0 url("../img/i_cycle.svg") 0 center no-repeat;
  background-size: 0.75rem auto;
  content: "POINT 0" counter(number);
  position: absolute;
  z-index: 5;
  display: block;
  top: 0;
  left: 0;
  line-height: 1;
}
.recruit_guide .recruit_guide_dl::after {
  width: 100%;
  height: 2px;
  background: #5EBE5A;
  content: "";
  top: 0.5em;
  left: 0;
  display: block;
  position: absolute;
}
.recruit_guide .recruit_guide_dl dt {
  font-size: 0.9375rem;
  line-height: 1.34;
  padding: 0.2em 0 0.15em;
  margin-bottom: 0.5rem;
  color: #DB8F00;
  font-weight: bold;
  text-align: center;
}
.recruit_guide .recruit_guide_dl dd {
  line-height: 1.6923076923;
}
.recruit_guide .recruit_guide_dl dd > span {
  display: block;
}
.recruit_guide .recruit_btn {
  margin-top: 0.9375rem;
  height: 3.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#5EBE5A), to(#51B74C));
  background: linear-gradient(0deg, #5EBE5A 0%, #51B74C 100%);
  position: relative;
  -webkit-box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 0.25rem;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.recruit_guide .recruit_btn:hover {
  scale: 1.03;
}
.recruit_guide .recruit_btn.support b::before {
  background-image: url(../img/i_support.svg);
}
.recruit_guide .recruit_btn::before {
  display: none;
}
.recruit_guide .recruit_btn::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.125rem;
  pointer-events: none;
}
.recruit_guide .recruit_btn b {
  padding-right: 2.75rem;
  padding-left: 0.625rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.recruit_guide .recruit_btn b::before {
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/i_smp.svg) 0 center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -0.125rem;
  right: 0;
}
.recruit_guide .recruit_btn b span {
  font-size: 0.75rem;
}

.job_diagnosis {
  width: 100%;
  padding: 0.9375rem 1rem 1.5625rem;
  background: #FFFAEB;
  position: relative;
  text-align: center;
}
.job_diagnosis img {
  width: 18.4375rem;
}

.job_diagnosis_list {
  margin-top: 0.3125rem;
}
.job_diagnosis_list li {
  padding: 0.6875rem 0.8125rem 0.6875rem 1.125rem;
  background: #ffffff;
  border-radius: 0.625rem;
  border: 1px solid #E1E1E1;
}
.job_diagnosis_list li + li {
  margin-top: 0.25rem;
}
.job_diagnosis_list li a {
  width: 6.5rem;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.625rem;
  line-height: 1.3;
}
.job_diagnosis_list li a > span {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
}
.job_diagnosis_list li a > span span {
  font-size: 0.75rem;
}
.job_diagnosis_list li a::before {
  display: none;
}
.job_diagnosis_list li a::after {
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  pointer-events: none;
}
.job_diagnosis_list li a:hover {
  opacity: 0.7;
}
.job_diagnosis_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job_diagnosis_list dl dt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-weight: bold;
  text-align: left;
  padding-right: 1em;
}
.job_diagnosis_list dl dt span {
  display: block;
  line-height: 1.34;
}
.job_diagnosis_list dl dt .cat {
  font-size: 0.8125rem;
}
.job_diagnosis_list dl dt .name {
  margin-top: 0.25rem;
  font-size: 1rem;
}
.job_diagnosis_list .diagnosis01 a {
  background: -webkit-gradient(linear, left bottom, left top, from(#E02B00), to(#DB5D00));
  background: linear-gradient(0deg, #E02B00 0%, #DB5D00 100%);
}
.job_diagnosis_list .diagnosis01 .name {
  color: #E02D00;
}
.job_diagnosis_list .diagnosis02 a {
  background: -webkit-gradient(linear, left bottom, left top, from(#E05F00), to(#DBA000));
  background: linear-gradient(0deg, #E05F00 0%, #DBA000 100%);
}
.job_diagnosis_list .diagnosis02 .name {
  color: #DF6000;
}
.job_diagnosis_list .diagnosis03 a {
  background: -webkit-gradient(linear, left bottom, left top, from(#7CAA00), to(#82C700));
  background: linear-gradient(0deg, #7CAA00 0%, #82C700 100%);
}
.job_diagnosis_list .diagnosis03 .name {
  color: #7CAB00;
}
.job_diagnosis_list .diagnosis04 a {
  background: -webkit-gradient(linear, left bottom, left top, from(#00AF4A), to(#00CB5D));
  background: linear-gradient(0deg, #00AF4A 0%, #00CB5D 100%);
}
.job_diagnosis_list .diagnosis04 .name {
  color: #02AF4A;
}

.category_rank_list_title {
  height: 9.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/pickup_bg.jpg") center 0 no-repeat;
  background-size: 100% auto;
}
.category_rank_list_title .category_rank_list_title_in {
  padding-left: 0.9375rem;
  text-align: center;
  width: 11.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.category_rank_list_title .category_rank_list_title_in > span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.1875rem;
}
.category_rank_list_title .category_rank_list_title_in strong {
  color: #DB8F00;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 40%);
  font-size: 1.5625rem;
}
.category_rank_list_title .category_rank_list_title_in strong span {
  font-size: 1.1875rem;
}

.category_rank_list_wrap {
  padding: 1rem 1.5625rem 0.5rem;
}
.category_rank_list_wrap .category_rank_list {
  margin-bottom: 0.875rem;
}
.category_rank_list_wrap .category_rank_list dt {
  margin-bottom: 0.75rem;
  font-weight: bold;
  color: #5EBE5A;
  padding-left: 0.75rem;
  position: relative;
  line-height: 1;
}
.category_rank_list_wrap .category_rank_list dt::before {
  background: url("../img/i_cycle.svg") 0 0 no-repeat;
  background-size: contain;
  width: 0.4375rem;
  height: 0.4375rem;
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
}
.category_rank_list_wrap .category_rank_list dd {
  padding: 0 1.25rem;
}
.category_rank_list_wrap .category_rank_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_rank_list_wrap .category_rank_list li {
  min-width: 8rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  text-align: left;
  padding-left: 1.25rem;
  position: relative;
  border-bottom: 2px dotted #707070;
}
.category_rank_list_wrap .category_rank_list li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.category_rank_list_wrap .category_rank_list li a:hover {
  opacity: 0.7;
}
.category_rank_list_wrap .category_rank_list li::before {
  background: url("../img/i_search.svg") 0 0 no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.6875rem;
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.1875rem;
  display: block;
}

.pickup_ranking_list_wrap .pickup_ranking_item + li {
  margin-top: 1.875rem;
}
.pickup_ranking_list_wrap .pickup_ranking_item .label {
  background-image: url(../img/label01.svg);
  font-weight: bold;
  color: #ffffff;
}

.pickup_title {
  margin: 0 1.5625rem 2.5rem;
  padding: 0.5rem 1rem 0.625rem 0.625rem;
  border-radius: 0.1875rem;
  background: #F5F5F5;
  border-left: 0.375rem solid #DB8F00;
}
.pickup_title b {
  color: #DB8F00;
}

.ft_nav {
  background: #F8F8F8;
  margin-top: 3.125rem;
  padding: 1.75rem 2.5rem 1.5rem;
  text-align: center;
}
.ft_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_nav li {
  margin: 0 0.625rem 0.75rem;
  font-size: 0.75rem;
}

.copy {
  display: block;
  background: #726F6F;
  text-align: center;
  color: #ffffff;
  font-size: 0.625rem;
  padding: 0.625rem;
}

.hikaku_title {
  margin-top: 1.875rem;
  margin-bottom: -1.5em;
  text-align: center;
}
.hikaku_title img {
  width: 12.35rem;
}

.result_count {
  background: #FF5F7E;
  color: #ffffff;
  text-align: center;
  font-size: 0.9375rem;
  margin-top: 2.5rem;
  margin-bottom: -1em;
  font-family: "Poppins", "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0.5em;
}
.result_count b {
  font-size: 1.25rem;
  position: relative;
  bottom: -0.066em;
  margin-right: 0.125em;
}

.edit_wrap {
  min-height: calc(100dvh - 17.25rem);
  padding: 0 1.25rem;
}
.edit_wrap h1 {
  text-align: center;
  margin: 1.25rem 0;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.25rem solid #5EBE5A;
}
.edit_wrap h2 {
  font-size: 1.125rem;
  margin-block: 1.5em 1em;
  background: #f5f5f5;
  line-height: 1.4;
  padding: 0.5em 0.75em;
}
.edit_wrap h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin-block: 1em 0.66em;
  color: #5EBE5A;
}

.pagenation_nav {
  margin: 1.75rem 1.25rem 0;
  background: #ffffff;
  border-radius: 1.25rem;
}
.pagenation_nav ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 1.25rem;
}
.pagenation_nav li.pagenation_nav_next, .pagenation_nav li.pagenation_nav_prev {
  margin-inline: 0.625rem;
}
.pagenation_nav li a, .pagenation_nav li span {
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation_nav li.link a, .pagenation_nav li span {
  width: 1.875rem;
}
.pagenation_nav li.link a {
  border-radius: 1.875rem;
  color: #ffffff;
  background: #34C8BE;
}
.sorry {
  padding: 5rem 1.25rem;
  text-align: center;
}

.ranking_wrap {
  background: #FFFAEA;
  padding: 1.6875rem 0 1.875rem;
  position: relative;
}
.ranking_wrap::after {
  content: "";
  width: 22.1875rem;
  left: 50%;
  margin-left: -11.09375rem;
  height: 1.875rem;
  background: rgba(219, 143, 0, 0.3);
  border-radius: 1.25rem 1.25rem 0 0;
  top: 1.25rem;
  position: absolute;
  display: block;
}
.ranking_wrap .ranking_wrap_in {
  width: 22.1875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
  z-index: 5;
  padding: 1.125rem 0 1.75rem;
}
.ranking_wrap .ranking_title {
  text-align: center;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.5rem solid #FBFBFB;
}
.ranking_wrap .ranking_title::before {
  content: "";
  width: 3.375rem;
  height: 1.375rem;
  background: url(../img/i_rank.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}
.ranking_wrap .ranking_title .ranking_title_sub {
  padding: 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.34;
  margin: 0.4em 0;
  color: #524137;
  display: block;
}
.ranking_wrap .ranking_title .ranking_title_sub span {
  display: inline-block;
}
.ranking_wrap .ranking_title .search_title_title {
  display: block;
}
.ranking_wrap .ranking_title .search_title_title img {
  width: 16.375rem;
}
.ranking_wrap .ranking_title .ranking_title_title img {
  width: 19.3125rem;
}
.ranking_wrap .ranking_title .ranking_title_title2 img {
  width: 11.25rem;
}
.ranking_wrap .ranking_box {
  padding: 0 0.9375rem;
}
.ranking_wrap .ranking_box.rank_1 .title::before {
  background: #E2C75D;
}
.ranking_wrap .ranking_box.rank_1 .title .no {
  background-image: url(../img/rank_label01.svg);
}
.ranking_wrap .ranking_box.rank_2 .title::before {
  background: #C5D8E0;
}
.ranking_wrap .ranking_box.rank_2 .title .no {
  background-image: url(../img/rank_label02.svg);
}
.ranking_wrap .ranking_box.rank_3 .title::before {
  background: #DBBEB1;
}
.ranking_wrap .ranking_box.rank_3 .title .no {
  background-image: url(../img/rank_label03.svg);
}
.ranking_wrap .ranking_box + .ranking_box {
  margin-top: 1.25rem;
}
.ranking_wrap .ranking_box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0.875rem;
}
.ranking_wrap .ranking_box .title::before {
  width: 22.1875rem;
  margin-left: -0.9375rem;
  height: 0.25rem;
  background: #D3D3D3;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.375rem;
}
.ranking_wrap .ranking_box .title .no {
  width: 3.75rem;
  height: 3.75rem;
  background: url(../img/rank_label04.svg) center 0 no-repeat;
  background-size: contain;
  font-size: 2rem;
  padding-right: 0.2em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  position: relative;
  z-index: 5;
}
.ranking_wrap .ranking_box .title .title_head {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-top: 0.3125rem;
  margin-bottom: 0.375rem;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ranking_wrap .ranking_box .title .title_head .name {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0 0.5rem 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.ranking_wrap .ranking_box .title .title_head .name a {
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
}
.ranking_wrap .ranking_box .title .title_head .rank_no {
  margin-right: 0.3125rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.ranking_wrap .ranking_box .title .title_head .rank_no dt {
  font-size: 0.625rem;
}
.ranking_wrap .ranking_box .title .title_head .rank_no dd {
  padding-left: 0.9375rem;
  font-size: 1.5rem;
  line-height: 1;
  background: url("../img/i_star.svg") 0 center no-repeat;
  background-size: 0.6875rem auto;
}
.ranking_wrap .ranking_box .thumb {
  margin-bottom: 0.875rem;
}
.ranking_wrap .ranking_box .thumb a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ranking_wrap .ranking_box .thumb a:hover {
  opacity: 0.7;
}
.ranking_wrap .ranking_box img {
  width: 100%;
}
.ranking_wrap .ranking_box_wrap {
  margin-top: 1.25rem;
  padding: 1.125rem 0.9375rem 1.875rem;
  background: #FBFBFB;
  border-radius: 0.3125rem;
  position: relative;
}
.ranking_wrap .ranking_box_wrap::before {
  width: 1.75rem;
  height: 1.625rem;
  background: url(../img/i_rank_check.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  right: 0.875rem;
  top: -0.75rem;
}
.ranking_wrap .ranking_box_wrap .features_list li {
  padding-left: 1.625rem;
  background: url(../img/i_check.svg) 0 0.15625rem no-repeat;
  background-size: 1rem;
  line-height: 1.4615384615;
}
.ranking_wrap .ranking_box_wrap .features_list li + li {
  margin-top: 0.5625rem;
}
.ranking_wrap .ranking_box_dl_wrap {
  margin: 0.875rem 0 1rem;
  padding: 0.75rem 0.5rem;
  background: #ffffff;
}
.ranking_wrap .ranking_box_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ranking_wrap .ranking_box_dl + dl {
  margin-top: 0.75rem;
}
.ranking_wrap .ranking_box_dl dt {
  width: 3.25rem;
  font-size: 0.6875rem;
  padding-top: 0.1875rem;
}
.ranking_wrap .ranking_box_dl dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-left: 1px solid rgba(61, 61, 61, 0.2);
  padding: 0 0 0 0.625rem;
}
.ranking_wrap .ranking_box_dl dd a, .ranking_wrap .ranking_box_dl dd span {
  font-size: 0.625rem;
}
.ranking_wrap .ranking_box_dl dd p {
  color: #DB7D01;
  padding-top: 0.1875rem;
  font-weight: bold;
  line-height: 1.4615384615;
}
.ranking_wrap .employment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking_wrap .employment_list li {
  width: 4.25rem;
  margin-bottom: 0.25rem;
}
.ranking_wrap .employment_list li a, .ranking_wrap .employment_list li span {
  width: 100%;
  height: 1.75rem;
  line-height: 1.1;
  display: block;
  color: rgba(153, 153, 153, 0.6);
  background: #e5e5e5;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.ranking_wrap .employment_list li span.active {
  color: #ffffff;
  font-weight: bold;
}
.ranking_wrap .employment_list li span.active[data-name=契約社員] {
  background: #4B77B4;
}
.ranking_wrap .employment_list li span.active[data-name=派遣] {
  background: #9BBE3E;
}
.ranking_wrap .employment_list li span.active[data-name=日勤] {
  background: #EAA642;
}
.ranking_wrap .employment_list li span.active[data-name=夜勤専従] {
  background: #765EB5;
}
.ranking_wrap .employment_list li span.active[data-name=派遣] {
  background: #9BBE3E;
}
.ranking_wrap .employment_list li span.active[data-name=パート・アルバイト] {
  background: #3EAFBE;
}
.ranking_wrap .employment_list li span.active[data-name=正社員] {
  background: #4EB23B;
}
.ranking_wrap .correspondence_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.25rem;
}
.ranking_wrap .correspondence_list li {
  min-width: 6.5rem;
  margin-top: 0.25rem;
  text-align: center;
}
.ranking_wrap .correspondence_list li a, .ranking_wrap .correspondence_list li span {
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.125rem;
  border: 2px solid rgba(153, 153, 153, 0.6);
  color: rgba(153, 153, 153, 0.6);
}
.ranking_wrap .correspondence_list li span.active {
  border-color: #4EB23C;
  color: #4EB23C;
  font-weight: bold;
}
.ranking_wrap .description {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5833333333;
  font-weight: bold;
  color: #DB5D01;
  line-height: 1.34;
  margin-bottom: 0.375rem;
}
.ranking_wrap .btn_official {
  height: 3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#E02B00), to(#DB5D00));
  background: linear-gradient(0deg, #E02B00 0%, #DB5D00 100%);
  position: relative;
  -webkit-box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.16);
}
.ranking_wrap .btn_official::before {
  display: none;
}
.ranking_wrap .btn_official::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.125rem;
  pointer-events: none;
}
.ranking_wrap .btn_official span {
  padding-left: 2.4375rem;
  padding-right: 0.625rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ranking_wrap .btn_official span::before {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/i_smp.svg) 0 center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0;
}
.ranking_wrap .btn_official small {
  font-size: 0.625rem;
  position: absolute;
  right: 0.9375rem;
  bottom: 0.375rem;
}

.kutikomi_wrap {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.kutikomi_wrap .kutikomi_title {
  margin-bottom: 0.9375rem;
  text-align: center;
  color: #4EB23C;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  border-bottom: 0.0625rem solid #4EB23C;
}
.kutikomi_wrap .kutikomi_title > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  line-height: 1.4;
}
.kutikomi_wrap .kutikomi_title > span::before {
  content: "";
  width: 1.875rem;
  height: 1.6875rem;
  margin-right: 0.75rem;
  background: url("../img/i_voice.svg") no-repeat;
  background-size: contain;
}
.kutikomi_wrap .kutikomi_title > span span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.kutikomi_text_in {
  line-height: 1.5;
  font-size: 0.75rem;
}
.kutikomi_text_in .show-more {
  color: #5EBE5A;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #4EB23C;
}

.show-hidden, .show-more {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.show-hidden:hover, .show-more:hover {
  opacity: 0.7;
}

.show-hidden {
  width: 100%;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  height: 2rem;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #5EBE5A;
}
.show-hidden.active {
  height: 1.75rem;
  background: #999;
}

.show-more {
  margin-top: 1em;
  display: inline-block;
}

.kutikomi_container + .kutikomi_container,
.kutikomi_box + .kutikomi_hidden_group {
  margin-top: 1.5625rem;
}

/*
.kutikomi_box {
  & + .kutikomi_box,& + .kutikomi_hidden_group {
    margin-top: fs(25);
  }
}
.kutikomi_hidden_group {
  & + .kutikomi_hidden_group {
    margin-top: fs(25);
  }
}
 */
.kutikomi_box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.125rem;
}
.kutikomi_box_head figure {
  width: 2.75rem;
  margin-right: 1rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.kutikomi_box_head h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.kutikomi_box_foot {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kutikomi_box_foot dt {
  margin-right: 1em;
  font-weight: 600;
}
.kutikomi_box_foot dd {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.kutikomi_box_foot dd span {
  width: 3.4375rem;
  height: 0.625rem;
  display: block;
}
.kutikomi_box_foot dd > span {
  margin-right: 0.25rem;
  background: url("../img/voice_star_bg.svg") 0 center no-repeat;
  background-size: auto 100%;
}
.kutikomi_box_foot dd > span > span {
  background: url("../img/voice_star.svg") 0 center no-repeat;
  background-size: auto 100%;
}