/* Scss Document */
@media screen and (max-width: 767px) {
  .job-content .inner.area-s {
    width: 100%;
  }
}
.job-content .title-1 .type1 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .job-content .title-1 .type1 {
    font-size: 22px;
  }
}
.job-content .type1 {
  font-size: 0;
  text-align: center;
}
.job-content .type1 span {
  font-size: 22px;
  display: block;
  background: #6EBCC9;
  width: 30rem;
  margin: auto;
  padding: 0.8em 0;
  border-radius: 2em;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job-content .type1 span {
    font-size: 14px;
    width: 90%;
    padding: 1em 0;
  }
}
.job-content .type1 span::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .job-content .type1 span::after {
    width: 10px;
    height: 10px;
    top: 12px;
    right: 18px;
  }
}
.job-content .form-inner {
  padding: 3rem 0 0;
  display: none;
}
.job-content .form-inner input[type=checkbox] {
  display: none;
}
.job-content .form-inner input#s {
  padding: 1rem;
  width: 100%;
  border: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .job-content .form-inner .pc {
    display: none;
  }
}
.job-content .input-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
.job-content .input-title.active span::before {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .job-content .input-title {
    background: #96adcf;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #fff;
    margin: 0;
    color: #fff;
    cursor: pointer;
    position: relative;
  }
  .job-content .input-title span::before,
  .job-content .input-title span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 16px;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s ease-out 0s;
  }
}
.job-content .input-title b {
  font-size: 18px;
  padding-right: 0.5em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .job-content .input-title b {
    font-size: 14px;
    background: none;
    font-weight: 500;
  }
}
.job-content .input-title span {
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .job-content .input-title span {
    background: none;
    font-size: 14px;
    font-weight: 500;
  }
}
.job-content .input-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .job-content .input-title::before {
    content: none;
  }
}
.job-content input[type=radio] {
  display: none;
}
.job-content input,
.job-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.job-content .selext-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .job-content .selext-box {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .job-content .selext-box::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 2.3rem;
    right: 2rem;
  }
  .job-content .selext-box select {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-color: #ccc;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
  }
}
.job-content .input-inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 1rem);
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .job-content .input-inner {
    display: none;
  }
}
.job-content .input-inner label {
  width: 16.666666%;
  text-align: center;
  font-size: 14px;
  padding: 1rem 0;
  border: 1px solid #8FBAC8;
  border-right: 0;
  box-sizing: border-box;
}
.job-content .input-inner label:last-child {
  border-right: 1px solid #8FBAC8;
}
.job-content input#area-1:checked ~ .input-inner label:nth-child(2),
.job-content input#area-2:checked ~ .input-inner label:nth-child(3),
/*.job-content input#area-3:checked ~ .input-inner label:nth-child(3),*/
.job-content input#area-4:checked ~ .input-inner label:nth-child(1),
.job-content input#area-5:checked ~ .input-inner label:nth-child(4),
.job-content input#area-6:checked ~ .input-inner label:nth-child(5),
/*.job-content input#area-7:checked ~ .input-inner label:nth-child(3),*/
.job-content input#area-8:checked ~ .input-inner label:nth-child(6) {
  background: #8FBAC8;
  color: #fff;
}
.job-content input#area-1:checked ~ .area-data .box-1,
.job-content input#area-2:checked ~ .area-data .box-2,
.job-content input#area-3:checked ~ .area-data .box-3,
.job-content input#area-4:checked ~ .area-data .box-4,
.job-content input#area-5:checked ~ .area-data .box-5,
.job-content input#area-6:checked ~ .area-data .box-6,
.job-content input#area-7:checked ~ .area-data .box-7,
.job-content input#area-8:checked ~ .area-data .box-8 {
  display: flex;
  padding: 1rem 1rem 0;
  border: 1px solid #8FBAC8;
  box-sizing: border-box;
  border-top: 0;
  min-height: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .job-content input#area-1:checked ~ .area-data .box-1,
  .job-content input#area-2:checked ~ .area-data .box-2,
  .job-content input#area-3:checked ~ .area-data .box-3,
  .job-content input#area-4:checked ~ .area-data .box-4,
  .job-content input#area-5:checked ~ .area-data .box-5,
  .job-content input#area-6:checked ~ .area-data .box-6,
  .job-content input#area-7:checked ~ .area-data .box-7,
  .job-content input#area-8:checked ~ .area-data .box-8 {
    padding: 0;
    border: 0;
  }
}
.job-content .area-data .input-inner-2 {
  display: none;
}
.job-content .input-inner-2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 1rem);
  margin: 0 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .job-content .input-inner-2 {
    margin: 0;
    width: 100%;
  }
}
.job-content .input-inner-2 label {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .job-content .input-inner-2 label {
    width: 100%;
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    background: linear-gradient(90deg, #eee 3.5rem, transparent 3.5rem);
  }
}
.job-content .input-inner-2 label span {
  display: block;
  height: 1em;
  width: 1em;
  border: 1px solid #666;
  border-radius: 0.3rem;
  margin: 0.2em 0.5em 0 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .job-content .input-inner-2 label span {
    margin-right: 2.5rem;
  }
}
.job-content .input-inner-2 label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9em;
  height: 0.5em;
  border-left: 3px solid #8FBAC8;
  border-bottom: 3px solid #8FBAC8;
  transform: rotate(-45deg);
}
.job-content .submit-inner {
  text-align: center;
  display: none;
  padding: 4rem 0;
}
.job-content .submit-inner input[type=submit] {
  font-size: 20px;
  width: 20em;
  background: #A9CBD4;
  padding: 0.5em 0;
  border-radius: 0.3rem;
  border: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .job-content .submit-inner input[type=submit] {
    width: 90%;
  }
}
.job-content .submit-inner input[type=submit]:hover {
  background: #8FBAC8;
}
.job-content .job-content.recruit-page .inner .type1,
.job-content input#search:checked + .inner .type1 {
  font-size: 36px;
}
.job-content .job-content.recruit-page .inner .type1 span,
.job-content input#search:checked + .inner .type1 span {
  font-size: 16px;
  background: none;
  color: #070505;
}
.job-content .job-content.recruit-page .inner .form-inner,
.job-content .job-content.recruit-page .inner .submit-inner,
.job-content input#search:checked + .inner .form-inner,
.job-content input#search:checked + .inner .submit-inner {
  display: block;
}
.job-content .wrap-job {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .job-content .wrap-job {
    width: 100%;
  }
}
.job-content .job-item {
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .job-content .job-item {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.job-content .job-item-title {
  font-size: 26px;
  padding: 0.5em 1em;
  background: #8FBAC8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .job-content .job-item-title {
    font-size: 20px;
  }
}
.job-content .job-item-content {
  display: flex;
  align-items: flex-start;
  padding: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .job-content .job-item-content {
    flex-wrap: wrap;
    padding: 1rem;
  }
}
.job-content .job-item-content img {
  width: 16rem;
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-content .job-item-content img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .job-content .job-item-content img.pc {
    display: none;
  }
  .job-content .job-item-content img.sp {
    margin: auto;
    display: block;
  }
}
.job-content .job-item-content .text-box {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .job-content .job-item-content .text-box {
    width: 100%;
  }
}
.job-content .job-item-content .text-box .data {
  min-height: 12em;
}
.job-content .job-item-content .text-box .data .text-2,
.job-content .job-item-content .text-box .data .text {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0.8em;
}
.job-content .job-item-content .text-box .data .text-2 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.job-content .job-item-content .text-box .data .text-2 img {
  width: auto;
  height: auto;
  margin: 0 0.5rem 0 0;
}
.job-content .job-item-content .text-box .data .tarms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.job-content .job-item-content .text-box .data .tarms span {
  font-size: 1rem;
  padding: 0 0.8em;
  border: 1px solid #ccc;
  margin: 0 0.5em 0.5em 0;
  font-weight: bold;
  border-radius: 0.5rem;
}
.job-content .job-item-content .text-box .data .tarms span.occupation {
  background: #6EBCC9;
  border-color: #6EBCC9;
  color: #fff;
}
.job-content .job-item-content .text-box .data .tarms span.employment {
  border-color: #6EBCC9;
  color: #6EBCC9;
}
.job-content .job-item-content .text-box .button {
  display: flex;
  align-items: center;
  padding: 2rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .job-content .job-item-content .text-box .button {
    justify-content: space-between;
  }
}
.job-content .job-item-content .text-box .button a {
  width: 25rem;
  padding: 1.3em 0;
  font-size: 16px;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 2px 2px 1px #ccc;
}
@media screen and (max-width: 767px) {
  .job-content .job-item-content .text-box .button a {
    font-size: 1.2rem;
  }
}
.job-content .job-item-content .text-box .button a.btn-1 {
  background: #6EBCC9;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .job-content .job-item-content .text-box .button a.btn-1 {
    width: 49%;
  }
}
.job-content .job-item-content .text-box .button a.btn-2 {
  background: #96adcf;
}
.job-content .job-item-content .text-box .button a::after {
  content: "";
  width: 0.8em;
  height: 0.4em;
  display: inline-block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  margin: 0 0 0.2em 0.5em;
}
.job-content .page-navi {
  display: flex;
  justify-content: space-between;
  margin: 4rem auto 2rem;
  align-items: center;
}
.job-content .page-navi.bottom {
  margin-top: 0;
  justify-content: flex-end;
}
.job-content .page-navi p {
  font-weight: bold;
}
.job-content .page-navi .wp-pagenavi {
  display: flex;
}
.job-content .page-navi .wp-pagenavi a,
.job-content .page-navi .wp-pagenavi .current {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  margin: 0 0 0 0.3rem;
}
.job-content .page-navi .wp-pagenavi .current {
  background: #A9CBD4;
  color: #fff;
  font-weight: bold;
}
.job-content .no-data {
  text-align: center;
  padding-top: 5rem;
  font-size: 1.6rem;
}

.job-content.recruit-page .inner .type1 {
  font-size: 36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .job-content.recruit-page .inner .type1 {
    font-size: 22px;
  }
}
.job-content.recruit-page .inner .type1 span {
  font-size: 16px;
  background: none;
  color: #070505;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .job-content.recruit-page .inner .type1 span {
    font-size: 14px;
  }
}
.job-content.recruit-page .inner .form-inner,
.job-content.recruit-page .inner .submit-inner {
  display: block;
}

@media screen and (max-width: 767px) {
  .job-data.area-s {
    width: 100%;
  }
}
.job-data .button {
  display: flex;
  align-items: center;
  padding: 0 0 2rem;
}
.job-data .button.bottom {
  justify-content: center;
}
.job-data .button a {
  font-size: 16px;
  width: 26rem;
  padding: 1.3em 0;
  text-align: center;
  border-radius: 1rem;
  color: #fff;
  font-weight: bold;
  box-shadow: 2px 2px 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .job-data .button a {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 !important;
  }
}
.job-data .button a.btn-1 {
  background: #6EBCC9;
  margin-right: 1em;
}
.job-data .button a.btn-1.btn-2 {
  background: #96adcf;
}
.job-data .button a img {
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}
.job-data .date {
  text-align: right;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.job-data-title {
  font-size: 24px;
  padding: 1rem;
  background: #8FBAC8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .job-data-title {
    font-size: 22px;
  }
}

.job-data-title-2 {
  font-size: 16px;
  padding: 1rem;
  background: #C8E6EA;
  border-top: 4px solid #8FBAC8;
  margin-bottom: 2rem;
  font-weight: bold;
}

.job-data-title-3 {
  font-size: 24px;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .job-data-title-3 {
    font-size: 22px;
  }
}

.job-data-inner {
  padding: 1rem;
}

.job-data-text {
  font-size: 16px;
  padding: 0 1em 2em 1em;
}

.job-data-title-4 {
  font-size: 18px;
  padding: 1rem;
}

.rireki ul {
  display: flex;
  padding: 0 1rem 4rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.rireki ul li {
  width: 32%;
  border: 1px solid #ccc;
  margin-right: 2%;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .rireki ul li {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.rireki ul li img {
  width: 100%;
}
.rireki ul li:last-child {
  margin-left: 0;
}

.breadcrumbs {
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 1rem 2rem;
  }
}

.content-inner {
  padding: 0 1rem 1rem;
}
.content-inner p {
  font-size: 16px;
}
