@charset "UTF-8";
.heading-slider {
  color: #5a4f4e;
  font-size: 2.2rem;
  text-shadow: none;
}

.phrase-slider {
  color: #5a4f4e;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: none;
}

@media only screen and (min-width: 768px) {
  .heading-slider {
    font-size: 4.8rem;
  }
  .phrase-slider {
    font-size: 2.2rem;
    font-weight: normal;
  }
}
.content ul > li:before {
  content: "";
  display: contents;
  position: static;
  color: #a83f3f;
}

/* CTA
-------------------------------------------------------*/
.postCta, .pageCta {
  margin-top: 0;
}

.postcta-bg, .pagecta-bg {
  padding: 0;
  background: none !important;
}

.cta-area.pattern01 {
  margin-top: 50px;
  padding: 30px;
  border: 3px solid #ed4b71;
}

.cta-area.pattern01 .ttl {
  width: 97%;
  margin: -50px auto 0;
  padding: 5px 10px;
  color: #ed4b71;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #fff;
}

.cta-area .btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 50px;
  margin: 50px auto 0;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  background: #4ba2cb;
  border-radius: 4px;
  box-shadow: 4px 4px #999;
}

.cta-area .btn-cta span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  padding: 0 10px;
  color: #4ba2cb;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

.cta-area.pattern01 ul li {
  padding-left: 30px;
}

.cta-area.pattern01 ul li span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 15px;
  height: 10px;
  border-left: 4px solid #ed4b71;
  border-bottom: 4px solid #ed4b71;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .cta-area.pattern01 ul li {
    margin-bottom: 20px;
  }
  .cta-area.pattern01 ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cta-area.pattern01 .ttl {
    width: 50%;
    max-width: 400px;
    margin: -55px auto 0;
    padding: 5px 20px;
    font-size: 22px;
  }
}
/* TOP ウィジェットエリア挿入時 */
.w-home_bottom .u-shadow {
  background: none;
  padding: 0;
  box-shadow: none;
}

.w-home_bottom .u-shadow .cta-area.pattern01 .ttl {
  margin: -45px auto 0;
}

.w-home_bottom .u-shadow .cta-area.pattern01 ul {
  margin-top: 40px;
}

.w-home_bottom .u-shadow .cta-area.pattern01 ul li {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .w-home_bottom .u-shadow .cta-area.pattern01 ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .w-home_bottom .u-shadow .cta-area.pattern01 ul li {
    font-size: 18px;
  }
}
.p-bottom-area {
  margin-top: 60px;
  margin-bottom: 60px;
}

a.p-bottom-search-link-btn {
  background-color: #5c4e4e;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
  height: 70px;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  transition: all 300ms ease-out 0ms;
  position: relative;
}
@media only screen and (max-width: 991px) {
  a.p-bottom-search-link-btn {
    font-size: 16px;
    border-radius: 10px;
    height: 50px;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  a.p-bottom-search-link-btn:hover {
    opacity: 0.75;
  }
}
a.p-bottom-search-link-btn::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #f24f7a;
  border-right: 3px solid #f24f7a;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
@media only screen and (max-width: 991px) {
  a.p-bottom-search-link-btn::after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #f24f7a;
    border-right: 2px solid #f24f7a;
  }
}

.p-offers {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .p-offers {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .p-offers p {
    text-align: center;
  }
}
.p-offers img {
  max-width: 100%;
}
.p-offers .list-jobs-01 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  gap: 20px 20px;
}
@media only screen and (max-width: 991px) {
  .p-offers .list-jobs-01 {
    gap: 10px 10px;
  }
}
.p-offers li.item,
.p-offers .item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  list-style: none;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .p-offers li.item,
  .p-offers .item {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 991px) {
  .p-offers li.item:nth-last-child(1),
  .p-offers .item:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.p-offers li.item:nth-of-type(n+9),
.p-offers .item:nth-of-type(n+9) {
  display: none;
}
@media only screen and (min-width: 992px) {
  .p-offers li.item a,
  .p-offers .item a {
    transition: all 300ms ease-out 0ms;
  }
  .p-offers li.item a:hover,
  .p-offers .item a:hover {
    opacity: 0.75;
  }
}
.p-offers .item-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  height: 176px;
}
@media only screen and (max-width: 991px) {
  .p-offers .item-head {
    height: 120px;
  }
}
.p-offers .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 10px;
  border-bottom: 4px solid #5facce;
  color: #434343;
}
@media only screen and (max-width: 991px) {
  .p-offers .title {
    font-size: 12px;
  }
}
.p-offers .item.type01 .title {
  border-bottom-color: #5facce;
}
.p-offers .item.type02 .title {
  border-bottom-color: #71d0d7;
}
.p-offers .item.type03 .title {
  border-bottom-color: #8fc31f;
}
.p-offers .item.type04 .title {
  border-bottom-color: #fbbe42;
}
.p-offers .item.type05 .title {
  border-bottom-color: #f57474;
}
.p-offers .mod-icon.employment {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  padding: 0 0.5em;
  color: #f24f7a;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #f24f7a;
}
@media only screen and (max-width: 991px) {
  .p-offers .mod-icon.employment {
    font-size: 12px;
  }
}
.p-offers .item-body {
  padding-top: 176px;
}
@media only screen and (max-width: 991px) {
  .p-offers .item-body {
    padding-top: 120px;
  }
}
.p-offers .item-image {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 176px;
}
@media only screen and (max-width: 991px) {
  .p-offers .item-image {
    height: 120px;
  }
}
.p-offers .item-image figure,
.p-offers .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-offers .item-body-in {
  overflow: hidden;
  font-size: 0;
  letter-spacing: -0.4em;
  padding: 8px 8px 0;
  margin-bottom: 5px;
}
.p-offers .mod-icon.dispatch {
  background: #6ec4db;
  border: 1px solid #6ec4db;
  padding: 0 0.5em;
  line-height: 18px;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}
.p-offers .text {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #707070;
  padding: 8px 8px 0px;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 300ms ease-out 0ms;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 992px) {
  .p-offers-select {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .p-offers-select {
    margin-bottom: 20px;
  }
}
.p-offers-select .p-offers-select-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  gap: 0 10px;
}
.p-offers-select span {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #5c4e4e;
}
.p-offers-select select {
  width: 120px;
  flex: 0 0 120px;
  max-width: 120px;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 25px 0 8px;
  border: 1px solid #5c4e4e;
  border-radius: 3px;
  background: #fff url(/common/img/ico_arrow_select_01.png) no-repeat right 10px center;
}
