@charset "UTF-8";

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}



/* Footer
---------------------------------------------------------------*/
#footer {
  background-color: #F6F6F6;
  padding: 40px 0;
  border-top: 1px solid #E4E4E4;
}

#footer.sub {
  background-color: #F6F6F6;
  padding: 40px 0 0;
}

.l-footer-top {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 80px;
  width: 85px;
  height: 89px;
}

.l-footer-inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ft-info {
  width: 49.52%;
  max-width: 680px;
}

.ft-nav {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  width: 47.05%;
  max-width: 640px;
  text-align: right;
  justify-content: flex-end;
}

.ft-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 12px;
}

.ft-logo-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.ft-logo01 {
  margin-right: 40px;
}

.ft-logo-inner .ft-logo02 {
  width: 102px;
  margin-right: 24px;
}

.ft-logo-inner .ft-logo03 {
  width: 143px;
}

.ft-info-ttl {
  font-weight: 700;
}

.ft-info-tell {
  padding-left: 75px;
  background: url(../img/ico-info-tell.svg) no-repeat left top;
  background-size: 60px auto;
  margin: 24px 0;
}

.ft-info-tell a {
  font-size: 2.25rem;
  font-weight: 700;
}

.ft-info-open {
  margin-left: 3em;
  text-indent: -3em;
  font-weight: 500;
}

.ft-info address {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}

.ft-info-att {
  font-weight: 500;
  line-height: 1.3;
}

.ft-btm {
  text-align: center;
  padding: 10px;
  background: #A5DBAD;
  margin-top: 40px;
}

.copyright {
  font-size: 0.8125rem;
}

.ft-nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: 16px;
}

.ft-nav-list li a {
  font-weight: 500;
}

.ft-nav-entry {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  margin-bottom: 24px;
}

.ft-nav-entry li a {
  font-size: 0.875rem;
  padding-left: 13px;
  background: url(../img/ico-btn-arw-black.svg) no-repeat left center;
  background-size: 6px auto;
  font-weight: 500;
}

.company-btn {
  margin-top: 22px;
}

.company-btn a {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  text-align: center;
  background: #fff;
  border: 1px solid #333333;
  padding: 5px;
}

.company-btn a span {
  font-size: 0.875rem;
  padding-left: 13px;
  background: url(../img/ico-btn-arw-black.svg) no-repeat left center;
  background-size: 6px auto;
  font-weight: 500;
}

.sp-fixed-link {
  display: none!important;
}



/*btn*/
.c-btn {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-btn-inner {
  background: url(../img/ico-btn-arw-black.svg) no-repeat 97% 50%;
}

.c-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #333333;
  width: 100%;
  height: 100%;
  z-index: 0;
}

button.c-btn {
  border: none;
}

.c-btn:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: #FFF854;
  z-index: -1;
  transition: .3s;
}

.c-btn[href]:hover {
  opacity: 1;
}
.c-btn:hover:before {
  left: 0;
  top: 0;
}

.c-btn .c-btn-txt01 {
  display: block;
  font-size: 0.875rem;
  position: relative;
}

.c-btn .c-btn-txt02 {
  display: block;
  font-size: 1.125rem;
  position: relative;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

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

.flex-right {
  justify-content:flex-end;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }


.txt14 {
  font-size: 0.875rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.125rem;
}

strong {
  font-weight: bold;
}

/* search */
#searchform2 {
  width: 100%;
  margin: 30px auto 0;
}

#searchform2 #w_place, #searchform2 #w_kind {
  width: 100%;
  max-width: 340px;
  background: #fff;
  display: inline-block;
  height: 48px;
  padding-right: 30px;
  box-shadow: none;
  border: 1px solid #333333;
  border-radius: 5px;
  padding-left: 10px;
  color: #0F8020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  background-image: url(../img/ico-btm-arw-green.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 6px;
}

#searchform2 #w_place.active,
#searchform2 #w_kind.active {
  background-color: #E4E4E4;
  pointer-events:none;
}

#searchform2 #w_place {
  width: 200px;
}

#searchform2 select {
  margin-bottom: 10px;
}

#searchform2 .input-free {
  width: 100%;
  max-width: 360px;
  background: #fff;
  display: inline-block;
  height: 48px;
  padding-right: 10px;
  box-shadow: none;
  border: 1px solid #333333;
  border-radius: 5px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#searchform2 .btn-submit {
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  background: url(../img/ico-search-black.svg) no-repeat 83% 50%;
  background-size: 24px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: none;
  font-size: 1.125rem;
  border-radius: 0px;
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search__detail {
  border-radius: 10px;
  background: #A5DBAD;
  margin: 14px 0 24px;
  padding: 0px;
}

.search__detail__body--inner {
  padding: 0px 90px 20px;
}

.search__detail__head {
  padding: 15px 90px;
  position: relative;
}

.search__detail__head .search__detail__toggle {
  position: absolute;
  right: 20px;
  top: 11px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
}

.search__detail__head .search__detail__toggle span:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background: #0F8020;
}

.search__detail__head .search__detail__toggle span:after {
  content: '';
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #0F8020;
}

.search__detail__head.is-open .search__detail__toggle span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search__detail__ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.search__detail__dl dt {
  font-weight: 700;
  color: #0F8020;
  margin-bottom: 5px;
}

.search__detail__dl dd {
  padding-left: 10px;
}

.search__detail__body {
  display: none;
}

.search__detail__body fieldset + fieldset {
  margin-top: 20px;
}

.search__detail__dl .checkbox_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 24px;
}

.search-category span,
.checkbox_wrap > label span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 3px;
}

.search__detail__dl.type02 label {
  width: 100%;
  display: block;
}

.search-bottom-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}

.search-bottom-area .search-category {
  width: 645px;
}

.search-category ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-left: 10px;
}

.search-bottom-area .c-btn-green {
  margin-left: auto;
  position: relative;
  width: calc(100% - 662px);
}

.c-btn-green:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: #A5DBAD;
  z-index: 0;
  transition: .3s;
}

.c-btn-green:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #333333;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-btn-green[href]:hover {
  opacity: 1;
}

.c-btn-green:hover:before {
  left: 0;
  top: 0;
}

.recruit-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 80px auto 40px;
}

.recruit-wrap-ttl {
  padding-left: 195px;
  background: url(../img/recruit-title-fukidashi.svg) no-repeat left top;
  background-size: 175px auto;
  margin-bottom: 20px;
  padding-top: 33px;
  padding-bottom: 10px;
}

.recruit-wrap-ttl p {
  border-bottom: 2px solid #333333;
  display: block;
  position: relative;
  max-width: 805px;
  color: #0F8020;
  font-size: 1.625rem;
  font-weight: 700;
}

.recruit-wrap-ttl p:after {
  content: '';
  position: absolute;
  right: -42px;
  bottom: -2px;
  width: 42px;
  height: 42px;
  background: url(../img/ico-ttl-pen-yellow.svg);
  background-repeat: no-repeat;
  background-size: 42px auto;
}

.recruit-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.recruit-list li.recruit-list-items {
  width: 32%;
  position: relative;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 2%;
}
.recruit-list li.recruit-list-items:nth-of-type(3n) {
  margin-right: 0;
}
.recruit-list li.recruit-list-items:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.recruit-list li.recruit-list-items:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #333333;
  z-index: 2;
}

.recruit-list li a {
  display: block;
  padding: 10px 10px;
  z-index: 3;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit-list-thum {
  margin-bottom: 4px;
  position: relative;
}
.recruit-list-thum img{
  width: 100%;
}
.recruit-list-thum p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-shadow: 0 0 6px #0F8020;
}

.recruit-list-number {
  text-align: left;
  margin-bottom: 4px;
}

.recruit-list-box .ttl {
  color: #0F8020;
  font-weight: 700;
  margin-bottom: 9px;
}

.recruit-list-box .ttl span {
  display: inline;
  color: #E20000;
  font-weight: 700;
  margin-left: 3px;
}

.recruit-lists-cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.recruit-lists-cat li {
  background-color: #E7ECF8;
  text-align: center;
  padding: 4px 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.3;
}

.recruit-lists-cat li.lnav_item.cat03 ,
.recruit-lists-cat li.lnav_item.cat09 {
  background-color: #FFE8E8;
}

.recruit-job-btm p {
  font-size: 0.875rem;
  padding-left: 32px;
  font-weight: 500;
  margin-top: 7px;
}

.recruit-job-btm .job-kind {
  background: url(../img/ico-recruit-cat.svg) no-repeat 0 4px;
  background-size: 22px auto;
  line-height: 2;
}

.recruit-job-btm .job-area {
  background: url(../img/ico-recruit-location.svg) no-repeat 0 4px;
  background-size: 22px auto;
  line-height: 2;
}

.recruit-job-btm .job-jikyu {
  background: url(../img/ico-recruit-yen.svg) no-repeat 0 4px;
  background-size: 22px auto;
  line-height: 2;
}



.countBox{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.pagenavi {
  margin-left: auto;
  width: 100%;
}

.pickup_list_head .pagenavi.head {
  margin-top: 0;
}

.pickup_list_catch {
  text-align: center;
  margin: 40px 0 32px;
  font-weight: 700;
  font-size: 1.125rem;
}


/*pagenavi*/
.pagenavi {
  text-align: right;
  margin-top: 24px;
  position: relative;
}

.wp-pagenavi {
  width: auto;
  max-width: 80%;
  display: inline-block;
}

.wp-pagenavi span,
.wp-pagenavi a {
  min-width: 40px;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  line-height: 38px;
  height: 40px;
  color: #333333;
  text-align: center;
  border: #333333 solid 1px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.wp-pagenavi span.current {
  background: #A5DBAD;
  color: #333;
  border: 2px solid #333;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a:hover {
  background-color: #A5DBAD;
  line-height: 38px;
  border: 2px solid #333;
  opacity: 1;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  padding: 0 14px;
  border-radius: 20px;
}

.wp-pagenavi a.previouspostslink {
  border: none;
  background: url(../img/page-navi-prev.svg) no-repeat center center;
  background-size: 16px auto;
  text-indent: -9999px;
  min-width: 20px;
}

.wp-pagenavi a.nextpostslink {
  border: none;
  background: url(../img/page-navi-next.svg) no-repeat center center;
  background-size: 16px auto;
  text-indent: -9999px;
  min-width: 20px;
}

.wp-pagenavi .previouspostslink:hover ,
.wp-pagenavi .nextpostslink:hover {
  background-color: inherit;
}

.u-bg-white {
  background-color: #fff;
}
.kyujin_num{
  font-weight: 500;
  font-size: 1.1rem;
}
