@charset "utf-8";
/* CSS Document */
/*=========================================
            business.css
==========================================*/
img {
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width: 768px) {
  .breadcrumb_list li + li {
    margin-left: 9px;
    padding-left: 11px;
    background: url("../shared/v0010/img/arr.svg") no-repeat 0 50%;
    background-size: 4px auto
  }
}
#business .breadcrumb_list {
  width: 95%;
  max-width: 1134px;
  margin: 0 auto;
}
.breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
  list-style: none;
  font-size: .75em;
  font-weight: 700;
}
.breadcrumb_list a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #business .breadcrumb_list {
    display: flex;
  }
}
#recruiting_banner {
  display: block;
  width: 98%;
  max-width: 1134px;
  margin: 0 auto 30px;
}
#recruiting_banner source {
  display: block;
  width: 100%;
}
#recruiting_banner img {
  width: 100%;
}
#business {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 10px auto 0;
  padding: 0 0 80px;
  overflow: hidden;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width:1000px) {
  #business {
    padding: 0;
  }
}
#business::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background-color: #EEEEEE;
}
@media screen and (max-width:1000px) {
  #business::before {
    height: 250px;
  }
}
#business_container {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0 0;
}
#business_title {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
@media screen and (max-width:768px) {
  #business_title {
    display: block;
  }
}
#business_container h2 {
  font-size: 60px;
  font-weight: bold;
  color: #333733;
  letter-spacing: 0.3rem;
  margin: 0 35px 0 0;
}
@media screen and (max-width:768px) {
  #business_container h2 {
    font-size: 38px;
    letter-spacing: 0.2rem;
    margin: 0 0 15px 0;
  }
}
#business_container h3 {
  font-size: 25px;
  letter-spacing: 0.3rem;
  font-weight: bold;
  color: #333733;
}
@media screen and (max-width:768px) {
  #business_container h3 {
    font-size: 19px;
    letter-spacing: 0.1rem;
  }
}
#business_top_img {
  width: 120%;
  height: 420px;
  background-image: url("../img/business/food/business_food.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:1000px) {
  #business_top_img {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width:768px) {
  #business_top_img {
    height: 200px;
  }
}
#business_top_img_2 {
  width: 120%;
  height: 420px;
  background-image: url("../img/business/kucyo/business_kucyo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:1000px) {
  #business_top_img_2 {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width:768px) {
  #business_top_img_2 {
    height: 200px;
  }
}
#business_text_box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#business_text {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin: 0 0 86px;
}
@media screen and (max-width:1000px) {
  #business_text {
    align-items: center;
    display: block;
  }
}
#business_text figure {
  max-width: 480px;
  width: 90%;
  margin: -40px 50px 0 0;
}
@media screen and (max-width:1000px) {
  #business_text figure {
    max-width: 350px;
    width: 80%;
    margin: 0 auto 20px;
    padding: 20px 0 0;
  }
}
#business_text figure img {
  width: 100%;
}
#business_text p {
  max-width: 420px;
  width: 90%;
  line-height: 1.9;
  font-size: 16px;
}
@media screen and (max-width:1000px) {
  #business_text p {
    width: 100%;
    max-width: 1000px;
  }
}
#business_item_list {
  list-style: none;
  width: 100%;
  position: relative;
  z-index: 3;
}
#business_item_list::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 280px;
  left: -171px;
  right: -171px;
  bottom: 0;
  background-image: url("../img/business/food/business_back_border.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:1000px) {
  #business_item_list::after {
    background-repeat: repeat;
  }
}
#business_item_list li {
  width: 100%;
  margin: 0 0 90px;
  box-shadow: 0px 0px 21px -5px #adadad;
  background-color: #FFF;
}
@media screen and (max-width:500px) {
  #business_item_list li {
    margin: 0 0 60px;
  }
}
@media screen and (max-width:500px) {
  #business_item_list li:last-child {
    margin: 0;
  }
}
.business_item_img {
  width: 100%;
}
.business_item_img img {
  width: 100%;
}
.business_item_text {
  width: 100%;
  padding: 48px;
  box-sizing: border-box;
}
@media screen and (max-width:1000px) {
  .business_item_text {
    padding: 25px;
  }
}
@media screen and (max-width:500px) {
  .business_item_text {
    padding: 20px 25px 25px;
  }
}
.business_item_title {
  display: flex;
  align-items: center;
  color: #333733;
  margin: 0 0 40px;
  flex-wrap: wrap;
}
@media screen and (max-width:500px) {
  .business_item_title {
    margin: 0 0 25px;
  }
}
.business_item_title p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.07rem;
}
.business_item_title .busines_item_number {
  font-size: 39px;
  font-weight: bold;
  margin: 0 0 0 18px;
  line-height: 1;
}
@media screen and (max-width:500px) {
  .business_item_title .busines_item_number {
    font-size: 29px;
    margin: 0 0 0 12px;
  }
}
.business_item_title h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 18px 20px;
  margin: 0 0 0 20px;
  box-sizing: border-box;
  border-left: 3px solid #1e5799;
  border-image: linear-gradient(to bottom, #008dff 0%, #00baff 11%, #ffffff 50%, #ffa855 61%, #ff0000 100%);
  border-image-slice: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width:500px) {
  .business_item_title h4 {
    display: block;
    width: 100%;
    padding: 18px 0 0;
    margin: 10px 0 0;
    border-left: 0px solid #1e5799;
    letter-spacing: 0.2rem;
    position: relative;
  }
}
@media screen and (max-width:500px) {
  .business_item_title h4::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #00baff 11%, #00baff 44%, #ffffff 50%, #ffa855 56%, #ff0000 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%, #00baff 11%, #00baff 44%, #ffffff 50%, #ffa855 56%, #ff0000 100%);
    background: linear-gradient(to right, #1e5799 0%, #00baff 11%, #00baff 44%, #ffffff 50%, #ffa855 56%, #ff0000 100%);
  }
}
.business_item_text p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width:500px) {
  .business_item_text p {
    font-size: 12px;
  }
}
/*POINT*/
#business_point {
  background-color: #EEEEEE;
  padding: 165px 0 120px;
}
@media screen and (max-width:768px) {
  #business_point {
    padding: 100px 0 60px;
  }
}
#business_point ul {
  list-style: none;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  #business_point ul {
    display: block;
  }
}
#business_point ul li {
  width: 48%;
  max-width: 460px;
  background-color: #FFF;
  padding: 0 35px 35px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  #business_point ul li {
    max-width: 800px;
    width: 90%;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width:1000px) {
  #business_point ul li:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width:500px) {
  #business_point ul li {
    padding: 0 20px 20px;
  }
}
#business_point ul li figure {
  width: 95%;
  max-width: 352px;
  margin: 0 auto 30px;
}
#business_point ul li figure img {
  width: 100%;
  margin: -70px 0 0;
}
#business_point .point_syurui {
  text-align: center;
  font-size: 20px;
  color: #327FE5;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  margin: 0 0 22px;
}
@media screen and (max-width:500px) {
  #business_point .point_syurui {
    font-size: 16px;
  }
}
#business_point .point_syurui {
  text-align: center;
  font-size: 20px;
  color: #327FE5;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  margin: 0 0 22px;
}
@media screen and (max-width:500px) {
  #business_point .point_syurui {
    font-size: 16px;
  }
}
#business_point .point_syurui {
  text-align: center;
  font-size: 20px;
  color: #327FE5;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  margin: 0 0 22px;
}
#business_point .point_syurui_kucyo {
  font-size: 16px;
}
#business_point .point_syurui_kucyo {
  text-align: center;
  font-size: 20px;
  color: #F03F00;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  margin: 0 0 22px;
}
@media screen and (max-width:500px) {
  #business_point .point_syurui_kucyo {
    font-size: 16px;
  }
}
#business_point p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
/*関わりのある職種*/
#business_kakawari {
  width: 100%;
  background-color: #FFF;
  padding: 115px 0 200px;
}
@media screen and (max-width:1000px) {
  #business_kakawari {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width:500px) {
  #business_kakawari {
    padding: 60px 0;
  }
}
#business_kakawari h3 {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333733;
  padding: 0 0 25px;
  margin: 0 0 42px;
  letter-spacing: 0.1rem;
}
#business_kakawari h3::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  width: 95px;
  height: 2px;
  margin: 0 auto;
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #00baff 11%, #00baff 44%, #ffffff 50%, #ffa855 56%, #ff0000 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #00baff 11%, #00baff 44%, #ffffff 50%, #ffa855 56%, #ff0000 100%);
  background: linear-gradient(to right, #1e5799 0%, #00baff 11%, #00baff 44%, #ffffff 50%, #ffa855 56%, #ff0000 100%);
}
#business_kakawari ul {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  #business_kakawari ul {
    display: block;
  }
}
#business_kakawari ul li {
  width: 30%;
  box-shadow: 0px 0px 16px 3px #dbdbdb;
}
@media screen and (max-width:768px) {
  #business_kakawari ul li {
    width: 85%;
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width:768px) {
  #business_kakawari ul li:last-child {
    margin: 0 auto 0;
  }
}
#business_kakawari ul li a {
  display: inline-block;
  width: 100%;
  pointer-events: none;
}
#business_kakawari figure {
  width: 100%;
}
#business_kakawari figure img {
  width: 100%;
}
#business_kakawari li p {
  padding: 25px 0;
  font-size: 17px;
  text-align: center;
  color: #333733;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #business_kakawari li p {
    padding: 20px 0;
  }
}