@charset "UTF-8";
/*下層ページ　レスポンシブcss*/
/*1250px*/
@media screen and (max-width: 1249px) {
  .works_contents1 .works_contents1_left {
    width: 30%;
  }
  .works_contents1 .works_contents1_right {
    width: 65%;
  }
  .works_contents2 {
    display: block;
  }
  .works_contents2 .works_contents2_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 80px;
  }
  .works_contents2 .works_contents2_left .eating_is_life {
    justify-content: center;
  }
  .works_contents2 .works_contents2_left .eating_is_life span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #89AC48;
    margin-right: 50px;
  }
}
/*960px―タブレット*/
@media screen and (max-width: 960px) {
  .works_contents1 {
    display: block;
    margin-bottom: 5vw;
  }
  .works_contents1 .works_contents1_left {
    margin: 0 auto 30px auto;
    width: 50%;
  }
  .works_contents1 .works_contents1_right {
    width: 100%;
  }
  .recruit_contents1 .recruit_contents1_inner {
    display: flex;
    justify-content: space-between;
  }
  .recruit_contents1 .recruit_contents1_inner p {
    margin-right: 3vw;
    width: 35%;
  }
  .recruit_contents1 .recruit_contents1_inner .contents_right {
    width: 100%;
  }
  .form_box {
    padding: 3vw 5vw;
  }
  .form_box form dl dt {
    padding: 20px;
  }
  .form_box form dl dd {
    padding: 20px;
  }
  /*梅のタイムスケジュールページ*/
  .schedule_contents1 {
    display: block;
    margin: 0 auto;
  }
  .schedule_contents1 .schedule_contents1_left {
    width: 100%;
    margin: 80px auto 100px auto;
  }
  .schedule_contents1 .schedule_contents1_left ul {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px 0 150px;
  }
  .schedule_contents1 .schedule_contents1_left ul li {
    margin-left: 11vw;
    padding-left: 0;
  }
  .schedule_contents1 .schedule_contents1_right {
    width: 100%;
    margin-bottom: 70px;
  }
  .schedule_contents1 .schedule_contents1_right ul {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .schedule_contents2 {
    margin: 0 auto 100px auto;
  }
  .schedule_contents2 ul {
    gap: 0;
    justify-content: space-around;
  }
  .schedule_contents2 ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*スマホ*/
@media screen and (max-width: 768px) {
  .works_contents2 {
    padding: 30px;
    margin-bottom: 50px;
  }
  .works_contents2 .works_contents2_left .eating_is_life {
    display: block;
    text-align: center;
  }
  .works_contents2 .works_contents2_left .eating_is_life span {
    display: block;
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .works_contents2 .works_contents2_right {
    padding: 25px;
  }
  .company_contents1 {
    width: 95%;
    margin: 2vw auto 10vw auto;
  }
  .company_contents1 dl {
    padding: 15px 0;
    font-size: 15px;
  }
  .company_contents1 dl dt {
    width: 35%;
  }
  .company_contents1 dl dd {
    width: 65%;
  }
  .recruit_contents1 .recruit_contents1_inner {
    display: block;
  }
  .recruit_contents1 .recruit_contents1_inner p {
    margin: 0 0 40px 0;
    width: 100%;
    text-align: center;
  }
  .recruit_contents1 .recruit_contents1_inner p img {
    width: 50%;
  }
  .contents_right dl dt {
    width: 30%;
  }
  .contents_right dl dd {
    width: 70%;
  }
  .form_box {
    padding: 5vw 5vw 12vw 5vw;
  }
  .form_box form dl {
    display: block;
    margin-bottom: 10px;
  }
  .form_box form dl dt {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    display: block;
  }
  .form_box form dl dd {
    width: 100%;
    /*ファイル添付ボタンの編集*/
  }
  .form_box form dl dd input[type=file]:before {
    font-size: 16px;
    width: 100%;
  }
  .form_box form dl.mb_50 {
    margin-bottom: 50px;
  }
  .info_contents1 {
    width: 95%;
    margin: 0 auto 10vw auto;
    padding: 40px 40px 50px 40px;
  }
  .info_contents1 dl {
    padding: 15px 20px;
  }
  .info_contents1 dl dt {
    margin-right: 20px;
  }
  .info_contents1 dl dd .category {
    width: 100px;
    font-size: 13px;
    display: block;
    margin: 0 20px 5px 0;
  }
  .info_contents1_inner .info_blog_category {
    margin-bottom: 15px;
  }
  .info_contents1_inner h3 {
    font-size: 18px;
  }
  /*梅のタイムスケジュールページ*/
  .schedule_contents1 .schedule_contents1_left {
    width: 100%;
    margin: 80px auto 100px auto;
  }
  .schedule_contents1 .schedule_contents1_left ul {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 0 135px;
  }
  .schedule_contents1 .schedule_contents1_left ul li {
    font-size: 17px;
    margin-left: 20vw;
    padding-left: 0;
    width: 130px;
    text-align: left;
  }
  .schedule_contents1 .schedule_contents1_left ul li:after {
    left: -225px;
  }
  .schedule_contents1 .schedule_contents1_left ul li:nth-child(even):after {
    left: -200px;
  }
  .schedule_contents1 .schedule_contents1_right {
    width: 100%;
    margin-bottom: 70px;
  }
  .schedule_contents1 .schedule_contents1_right ul {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .schedule_contents2 ul {
    justify-content: space-between;
  }
  .schedule_contents2 ul li {
    width: 48%;
  }
}
/*SE対策*/
@media screen and (max-width: 450px) {
  .works_contents1 .works_contents1_right p:first-child {
    align-items: flex-start;
  }
  .info_contents1 {
    width: 95%;
    padding: 20px 30px 50px 20px;
  }
  .info_contents1 dl {
    display: block;
  }
  .info_contents1 dl dt {
    margin-right: 0;
  }
}