@charset "UTF-8";

/*共通設定*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

img {
  max-width: 100%;
}

.breadcrumb {
  background: #FFF;
  padding: 5px;
}

.breadcrumb .inner {
  width: 1000px;
  max-width: 100%;
  overflow-x: auto;
  margin: 0 auto;
  white-space: nowrap;
  line-height: 1;
  padding: 0 0 5px;
}

.breadcrumb li {
  letter-spacing: normal;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  font-size: 11px;
}

.breadcrumb li::before,
.breadcrumb li:first-child::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #333;
  line-height: 2;
  display: inline-block;
}

.breadcrumb li:first-child::before {
  content: '\f015';
  margin: 0;
}

.breadcrumb li a {
  font-size: 11px;
  display: inline-block;
  line-height: 2;
  padding-left: .2em;
  font-weight: normal;
  color: #333;
}

.breadcrumb li::before,
.service .breadcrumb li:first-child::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #333;
  line-height: 2;
  display: inline-block;
}

.breadcrumb li::before {
  content: '\f105';
  margin: 0 .5em;
}

section.content-inner {
  padding: 0;
  margin-bottom: 30px;
}

.main {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 15px;
}

.heading {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}

.heading::before {
  content: '';
  width: 5px;
  height: 30px;
  background: #1CB5B6;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  margin-bottom: 30px;
}

.content-inner-header {
  border-bottom: 2px solid #1CB5B6;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 15px;
}

.content-inner-content {
  padding: 20px 0;
}

.content-inner-ul,
.syllabary-50-ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.content-inner-li {
  width: 100%;
}

.syllabary-50-li {
  flex: 0 1 auto;
  padding: 0 15px;
  width: 20%;
  text-align: center;
}

.syllabary-50-li > * {
  font-size: 15px;
  line-height: 1.3;
  display: inline-block;
  padding: 8px 0;
}

.syllabary-50-link {
  text-decoration: underline;
}

.syllabary-50-link:hover {
  opacity: 0.7;
}

.syllabary-50-link-hidden-sp {
  display: none;
}

.syllabary-50-span {
  color: #cccccc;
}

.content-inner-not-found .label {
  font-size: 0.8em;
  font-weight: bold;
}

.content-inner-not-found .anchor {
  font-size: 0.8em;
  font-weight: bold;
  margin-left: 10px;
  color: #d81159;
}

.content-inner-not-found .anchor > a {
  text-decoration: underline;
}

.content-inner-link {
  display: flex;
  align-items: center;
  padding: 10px 0;
  height: 100%;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
}

.content-inner-link:hover {
  text-decoration: underline;
}

.content-inner-link::before {
  content: '';
  border-bottom: 1px dashed #1CB5B6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}


.content-footer-inner {
  padding: 20px 30px;
  background-color: #EDF8F9;
  text-align: center;
}

.content-footer-btn {
  display: inline-block;
  width: 300px;
  padding: .6em 0;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  background-color: #1CB5B6;
  border-radius: 10px;
  box-shadow: 0 3px 4px 0 #ccc;
  transition: transform .3s, box-shadow .3s;
  text-align: center;
}

.notfound-heading {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.notfound-content {
  font-size: 14px;
}

/* SP 追従ボタン */
.follow-area {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
}

.follow-area-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  background-color: #1CB5B6;
  padding: 0 15px;
}

.follow-area-li {
  width: calc(50% - 4px);
}

.follow-area-li:nth-child(1) {
  width: calc(59.347181% - 4px);
}

.follow-area-li:nth-child(2) {
  width: calc(40.652819% - 4px);
}

.follow-area-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 42px;
  border-radius: 6px;
}

.follow-btn-apply {
  background: linear-gradient(to right, #FD9B3E 0%, #F7790B 100%);
  color: #FFF;
}

.follow-btn-seach {
  background: #FFF;
  color: #1CB5B6;
}

/* もっと見るボタン */
.accordion-btn-outer {
  margin: 20px 0 -20px;
}

.accordion-btn {
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 40px;
  padding: 5px;
  width: 100%;
  max-width: 380px;
  height: 40px;
  background-color: #abe7e8;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  transition: background-color 0.2s linear 0s;
  cursor: pointer;
  color: #000;
}

.accordion-btn:focus {
  outline: none;
}

.accordion-btn:hover {
  background-color: #6dcbcc
}

.accordion-btn:before {
  content: 'もっと見る';
}

.accordion-btn:after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1CB5B6;
  border-bottom: 2px solid #1CB5B6;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-70%) rotate(45deg);
  transition-property: transform;
  transition-duration: 0.3s;
}

.accordion-btn.is-opened:before {
  content: '閉じる';
}

.accordion-btn.is-opened:after {
  transform: translateY(-30%) rotate(-135deg);
}


/* PCサイズ */
@media screen and (min-width: 750px) {
  .main {
    margin: 16px auto 0;
  }

  .content {
    padding: 0 20px;
  }

  .content-inner-li {
    flex: 0 1 auto;
    padding: 0 15px;
    width: calc(100% / 3);
  }

  .content-inner-link {
    min-height: 50px;
  }

  .syllabary-50-link-hidden-sp {
    display: initial;
  }

  .follow-area {
    display: none;
  }
}



/* 仕事検索スライダー（TOPページと同じCSS） */

@media screen and (max-width: 750px) {
  .page-offer__wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 751px) {
  .page-offer__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 91%;
  }
}

.page-offer {
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 860px) {
  .page-offer {
    border-radius: 6px;
  }
}

.page-offer__link {
  position: relative;
  display: block;
  flex-direction: column;
  width: 240px;
  height: 100%;
  margin: 0;
  padding: 15px;
  border: 2px solid #00b2b3;
  border-top: 11px solid #00b2b3;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
}

.page-offer__link:hover {
  background: #edf8f9;
}

.page-offer__link.new::before {
  content: "NEW";
  position: absolute;
  top: -30px;
  left: -35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80px;
  height: 50px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #f87803;
  transform: rotate(-45deg);
  z-index: 1;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 749px) {
  .page-offer__link.new:before {
    top: -22px;
    left: -38px;
  }
}

.page-offer__link__inner {
  padding: 0;
}

.page-offer__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 55px;
  margin: 7px 0;
  padding: 7px 0;
  border-top: 2px dotted #00b2b3;
  border-bottom: 2px dotted #00b2b3;
  font-size: 13px;
  line-height: 1.4;
  box-sizing: border-box;
}

.page-offer__lead {
  order: -1;
  min-height: 45px;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: bold;
  color: #00b2b3;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-offer__data {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.57143;
}

.page-offer__data dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 18px;
  margin-right: 7px;
  box-sizing: border-box;
  border: 1px solid #edf8f9;
  border-radius: 3px;
  background: #edf8f9;
  font-size: 12px;
  color: #00b2b3;
  font-weight: bold;
}

.page-offer__data dd {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

.page-offer__data.income {
  color: #ff5600;
}

.page-offer__data.description {
  flex-wrap: wrap;
}

.page-offer__data.description dt {
  width: 100%;
  margin-bottom: 8px;
}

.page-offer__data.description dd {
  min-height: 54px;
  line-height: 1.4;
  font-weight: normal;
}

.article__slickBtn,
.article__slickBtn--prev,
.article__slickBtn--next {
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  background: #00b2b3 url("/common/images/arrow_white.svg") center left 8px/20px 20px no-repeat;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  z-index: 2;
  transition: box-shadow 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .article__slickBtn,
  .article__slickBtn--prev,
  .article__slickBtn--next {
    z-index: 1;
  }
}

.article__slickBtn:hover,
.article__slickBtn--prev:hover,
.article__slickBtn--next:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.article__slickBtn--prev {
  left: -45px;
  transform: translateY(-50%) rotate(-180deg);
}

@media screen and (max-width: 750px) {
  .article__slickBtn--prev {
    left: 10px;
  }
}

.article__slickBtn--next {
  right: -45px;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .article__slickBtn--next {
    right: 10px;
  }
}

.page-offer__wrap .slick-list .page-offer {
  width: 100%;
  margin: 0 5px;
}

.page-offer__wrap .slick-list .page-offer a {
  width: 100%;
}

.page-offer__wrap .slick-list {
  padding-left: 0;
}
