@charset "UTF-8";

.page_title_wrap {
  background-color: #FFBD17;
  padding: 100px 0 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page_title_block {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  width: 80%;
}
.page_title_block::before {
  content: "";
  background-image: url(../image/jobcafe/common/img-title01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 116px;
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: -1;
}
.page_title_block::after {
  content: "";
  background-image: url(../image/jobcafe/common/img-title02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 138px;
  position: absolute;
  bottom: 0;
  right: -128px;
  z-index: -1;
}
.page_title {
  background-color: #FFFDF6;
  border-radius: 30px;
  color: #fe6e31;
  font-size: 40px;
  padding: 40px 5%;
  text-align: center;
}
.page_title span {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}
.page_title_wrap .guard_ttl_deco {
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.breadcrumb {
  font-size: 14px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 40px;
  gap: 0.5em;
  width: 90%;
}
.breadcrumb li::after {
  content: ">";
  margin-left: 0.5em;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  color: #505050;
  transition: .4s;
}
.breadcrumb li a:hover {
  opacity: 1;
  color: #FE6E31;
  text-decoration: none;
}
.sp-br{
    display: inline!important
  }
@media (max-width: 1143px) {
  .page_title_wrap {
    padding: 120px 0 40px;
}
}
@media (max-width: 799px) {
  .page_title_wrap {
    padding: 100px 0 40px;
}
}
@media (max-width: 768px) {
  .page_title_block::before {
    left: -77px;
  }
  .page_title_block::after {
    right: -118px;
  }
  .page_title {
    font-size: 30px;
  }
  .page_title span {
    font-size: 20px;
  }
  .sp-br{
    display: block!important;
  }
}
