* {
 box-sizing: border-box;
}

/* ページ共通指定 */

body {
 font-family: 'Noto Sans JP', sans-serif;
 line-height: 1.2;
 font-size: 1.6rem;
 color: #666666;
 letter-spacing: 0.1em;
}

img {
 display: block;
}

a {
 display: inline-block;
 width: 100%;
 height: 100%;
 color: inherit;
}

a:hover {
 cursor: pointer;
 transition: all 0.3s;
 opacity: 0.8;
}

h1,h2,h3 {
 font-weight: normal;
}

.pc {
 display: block;
}
.sp {
 display: none;
}

section {
 position: relative;
}

.inner {
 max-width: 1200px;
 padding: 0 20px;
 width: 100%;
 margin: 0 auto;
}

@media (max-width: 767px) {
 body {
  font-size: 1.4rem;
 }
}

/* ヘッダー */

.header-top {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 90;
 height: 80px;
 background-color: #fff;
 display: flex;
 align-items: center;
}

.header-top-logo{
 max-width: 342px;
 margin-left: 20px;
}

@media (max-width: 767px) {
 .header-top {
  height: 50px;
 }
 .header-top-logo{
  max-width: 190px;
 }
}

/* ページャー */

.page-numbers {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 100px;
}

li a.page-numbers {
 width: 50px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 10px;
 font-size: 1.8rem;
 border: 1px solid #00a960;
 color: #00a960;
 background-color: #fff;
}

li span.page-numbers.current {
 background-color: #00a960;
 color: #fff;
 width: 50px;
 height: 50px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 10px;
 font-size: 1.8rem;
 border: 1px solid #00a960;
}

.screen-reader-text {
 display: none;
}

@media (max-width: 767px) {
 li a.page-numbers,
 li span.page-numbers.current {
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
 }
}

/* パンくず */

.breadcrumbs {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}

.breadcrumbs span a{
 margin: 0 10px;
}

.breadcrumbs span:first-child a {
 margin-left: 0;
}

.breadcrumbs span.current-item {
 margin-left: 10px;
 color: #00a960;
}

/* 求人一覧 */

.search-headding {
  margin-top: 180px;
  text-align: center;
  margin-bottom: 50px;
}

.search-headding h2 {
 color: #856850;
 font-size: 4.8rem;
 font-weight: bold;
}

.search-area {
 padding: 90px 0 70px 0;
 background: url(../images/bg_searcharea.jpg) no-repeat center;
 background-size: cover;
 position: relative;
}

.search-area-wrap {
 height: 310px;
 max-width: 650px;
 width: 100%;
 margin: 0 auto;
 background-color: #f7f4f0;
}

.search-area-contents {
 height: 100%;
 padding: 50px;
}

.searchandfilter {
 height: 100%;
 position: relative;
}

.searchandfilter ul{
 display: block;
}

.searchandfilter li {
 width: 50%;
 padding: 0;
}

.searchandfilter h4 {
 font-size: 2.4rem;
}

input[type="submit"] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background: transparent;
 border: none;
 border-radius: 0;
 font: inherit;
 outline: none;
 width: 256px;
 padding: 20px 0;
 background-color: #00a960;
 color: #fff;
 border-radius: 28.5px;
 font-size: 20px;
 line-height: 1;
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 transition: 0.3s all;
}

input[type="submit"]:hover {
 cursor: pointer;
 opacity: 0.5;
}

input[type="text"],
select {
 font-size: 2rem;
}

.search-wrap {
 margin-top: 111px;
}

.search-item {
 margin-bottom: 80px;
}

.search-item-wrap {
 display: flex;
}

.search-item-img {
 max-width: 400px;
 max-height: 280px;
 width: 100%;
 height: 100%;
}

.search-item-img img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.search-item-contents {
 margin-left: 40px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.search-item-contents h3{
 color: #856850;
 font-size: 2.4rem;
 font-weight: bold;
 margin-bottom: 30px;
}

.search-item-text{
 margin-top: auto;
}

.search-item-text p{
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}

.search-item-text p span{
 font-weight: bold;
 margin-right: 36px;
 font-size: 2rem;
 white-space: nowrap
}

.search-item-recruitment {
 display: flex;
 justify-content: space-between;
 border: 1px solid #aaaaaa;
 margin-top: 34px;
}

.search-item-recruitment-item {
 padding: 17px 10px;
 border-right: 1px solid #aaaaaa;
 width: 33%;
 display: flex;
}

.search-item-recruitment-item:last-child {
 border-radius: 0;
}

.search-item-recruitment-item p {
 margin-bottom: 0;
 /* justify-content: center; */
}

.search-item-recruitment-item p span {
 font-weight: bold;
 font-size: 1.6rem;
 margin-right: 30px;
 white-space: nowrap
}

.search-single-conts-item-bonus {
 margin-top: 30px;
 border-top: 1px solid #aaaaaa;
}

.search-item-btn {
 max-width: 256px;
 margin: 0 auto;
 margin-top: 50px;
}

.search-item-btn a{
 background-color: #00a960;
 color: #fff;
 font-size: 1.8rem;
 letter-spacing: 0.05em;
 padding: 20px 0;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 28.5px;
}

.search-single-gallery {
 display: flex;
 margin-bottom: 50px;
}

.search-single-gallery-item {
 width: 30%;
 margin-right: 5%;
}

.search-single-gallery-item:last-child {
 margin-right: 0;
}

.search-single-form-btn {
 max-width: 256px;
 width: 100%;
 margin: 0 auto;
 margin-bottom: 50px;
}

.search-single-form-btn a{
 line-height: 1;
 background-color: #00a960;
 color: #fff;
 font-size: 1.8rem;
 padding: 20px 0;
 border-radius: 28.5px;
 display: flex;
 align-items: center;
 justify-content: center;
}

@media (max-width: 1024px) {
 .search-item-recruitment {
  display: block;
 }
 .search-item-recruitment-item {
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
  border-right: 0;
 }
 .search-item-recruitment-item:last-child {
  border-bottom: 0;
 }
 .search-item-recruitment-item p {
  justify-content: flex-start;
 }
}

@media (max-width: 767px) {
 .search-headding {
  margin-top: 100px;
 }
 .search-headding h2 {
  font-size: 3rem;
 }
 .search-area {
  padding: 50px 0 30px 0;
 }
 .search-area-contents {
  padding: 30px;
 }
 .search-area-wrap {
  height: 100%;
  width: 90%;
 }
 .searchandfilter {
  padding-bottom: 50px;
 }
 .searchandfilter li {
  width: 100%;
 }
 .searchandfilter h4 {
  font-size: 2rem;
  margin: 0 0 10px 0;
 }
 input[type="text"], select {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 15px;
 }
 input[type="submit"] {
  font-size: 1.6rem;
  padding: 15px 0;
 }
 .search-wrap {
  margin-top: 50px;
 }
 .search-item-contents h3 {
  font-size: 2rem;
 }
 .search-item-text p span {
  font-size: 1.6rem;
  margin-right: 30px;
 }
 .search-item-wrap {
  display: block;
 }
 .search-item-img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 40px;
 }
 .search-item-contents {
  margin-left: 0;
 }
 .search-item-btn a {
  font-size: 1.6rem;
  padding: 15px 0;
 }
 .search-single-form-btn a{
  font-size: 1.6rem;
  padding: 15px 0;
 }
}

/* 求人詳細 */

.search-single-ttl {
 display: flex;
 margin-bottom: 60px;
}

.search-single-ttl .search-single-img{
 max-width: 570px;
 width: 100%;
 margin-right: 6%;
}

.search-single-ttl .search-single-img img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.search-single-item-conts {
 width: 100%;
}

.search-single-item-conts h3 {
 font-size: 24px;
 font-weight: bold;
 color: #856850;
 margin-bottom: 50px;
}

.search-single-item-text p{
 display: flex;
 align-items: center;
 margin-bottom: 20px;
}

.search-single-item-text p span{
 font-weight: bold;
 margin-right: 36px;
 font-size: 2rem;
 white-space: nowrap;
 width: 15%;
}

.search-single-box {
 padding-bottom: 127px;
 margin-top: 25px;
}

.search-single-box h4 {
 color: #856850;
 font-size: 4rem;
 font-weight: bold;
 margin-bottom: 30px;
}

.search-single-box h5 {
 margin-bottom: 30px;
 font-size: 2.4rem;
 font-weight: bold;
}

.search-single-lead {
 margin-bottom: 60px;
}

.search-single-lead p{
 line-height: 2.25;
}

.search-single-conts-wrap {
 border-top: 1px solid #a4a4a4;
 border-bottom: 1px solid #a4a4a4;
 margin-bottom: 100px;
}

.search-single-conts-item {
 border-bottom: 1px solid #a4a4a4;
 display: flex;
}

.search-single-conts-item:last-child {
 border-bottom: 0;
}

.search-single-conts-ttl {
 background-color: #f7f4f0;
 font-size: 1.8rem;
 padding: 20px 0;
 padding-left: 78px;
 width: 30%;
}

.search-single-conts-text {
 padding: 20px 20px 20px 111px;
 width: 70%;
}

@media (max-width: 767px) {
 .search-single-ttl {
  display: block;
  margin-bottom: 30px;
 }
 .search-single-lead {
  margin-bottom: 30px;
 }
 .search-single-ttl .search-single-img {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
 }
 .search-single-item-text p span {
  font-size: 1.8rem;
 }
 .search-single-conts-wrap {
  margin-bottom: 50px;
 }
 .search-single-conts-ttl {
  padding-left: 20px;
  font-size: 1.6rem;
  width: 35%;
  padding: 10px;
 }
 .search-single-conts-text {
  padding-left: 20px;
  padding: 10px;
  width: 65%;
 }
 .search-single-box h4 {
  font-size: 2.2rem;
  margin-bottom: 20px;
 }
 .search-single-box h5 {
  font-size: 2rem;
  margin-bottom: 20px;
 }
}