@charset "UTF-8";
#c_section1 .box1 {
  height: 570px;
  background: url(../images/recruit02/recruit_top.jpg) center/cover no-repeat;
}

#c_section1 .box1 h2.page_title {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-weight: 300;
  font-size: 30px;
  text-shadow: 1px 1px 4px #230c0c;
}

#c_section1 .box1 h2.page_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #c_section1 .box1 {
    width: 100%;
    height: 106.6vw;
    background: url(../images/recruit02/recruit_top.jpg) center/cover no-repeat;
  }
  #c_section1 .box1 h2.page_title {
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    font-weight: 300;
    font-size: 30px;
    text-shadow: 1px 1px 4px #230c0c;
  }
  #c_section1 .box1 h2.page_title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.sec01 {
  padding: 180px 0 0;
  background: #f3f0ec;
}

.sec01 .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.sec01 .sec_text {
  width: 700px;
  margin: 0 auto 180px;
  letter-spacing: .1em;
  line-height: 2;
}

.sec01 .slide_animation {
  position: relative;
  height: 264px;
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
    /* 画像のマイナス幅 */
  }
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
    /* 画像のマイナス幅 */
  }
}

.sec01 .slide_image {
  width: 100%;
  height: 264px;
  background-image: url(../images/recruit02/slide_images.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-animation: loop 50s linear infinite;
          animation: loop 50s linear infinite;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 10vw 0 0;
    background: #f3f0ec;
  }
  .sec01 .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 27.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    font-size: 4.4vw;
  }
  .sec01 .slide_animation {
    position: relative;
    height: 27.7vw;
  }
  @-webkit-keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2000px 0;
      /* 画像のマイナス幅 */
    }
  }
  @keyframes loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2000px 0;
      /* 画像のマイナス幅 */
    }
  }
  .sec01 .slide_image {
    width: 100%;
    height: 27.7vw;
    background-image: url(../images/recruit02/slide_images.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    -webkit-animation: loop 50s linear infinite;
            animation: loop 50s linear infinite;
  }
}

.sec02 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.sec02:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -180px;
  width: 581px;
  height: 581px;
  margin: 0 auto;
  background: url(../images/recruit02/sec02_top.png) center/contain no-repeat;
}

.sec02 .sec_title {
  margin-bottom: 260px;
  text-align: center;
}

.sec02 .point {
  width: 1126px;
  margin: 0 auto;
}

.sec02 .point_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .point_num {
  margin-right: 20px;
}

.sec02 .textbox {
  width: 580px;
}

.sec02 .point_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}

.sec02 .point_title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sec02 .point_text, .sec02 .cont_text {
  letter-spacing: .1em;
  line-height: 2;
}

.sec02 .point01 {
  margin-bottom: 160px;
}

.sec02 .point01 .point_upper {
  margin-bottom: 80px;
}

.sec02 .point01 .point_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .point01 .cont {
  width: 500px;
}

.sec02 .point01 .cont_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #9f352d;
  text-align: center;
}

.sec02 .point01 .cont_image {
  position: relative;
  margin-bottom: 40px;
}

.sec02 .point01 .image_text {
  position: absolute;
  right: 20px;
  bottom: -20px;
  width: 160px;
  height: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: rgba(159, 53, 45, 0.6);
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.sec02 .point01 .cont01 .image_text {
  padding-top: 50px;
}

.sec02 .point01 .cont01 .image_text:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 87px;
  height: 40px;
  background: url(../images/recruit02/icon_hand.png) center/contain no-repeat;
}

.sec02 .point01 .cont02 .image_text {
  padding-top: 80px;
}

.sec02 .point01 .cont02 .image_text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  width: 49px;
  height: 46px;
  margin: 0 auto;
  background: url(../images/recruit02/icon_woman.png) center/contain no-repeat;
}

.sec02 .point02 {
  margin-bottom: 160px;
}

.sec02 .point02 .point_upper {
  margin-bottom: 70px;
}

.sec02 .point02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .point02 .item {
  width: 230px;
}

.sec02 .point02 .item_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 242px;
  margin-bottom: 20px;
}

.sec02 .point02 .item_text {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
    padding: 13.8vw 5.5vw;
    overflow: hidden;
  }
  .sec02:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -27.7vw;
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
    background: url(../images/recruit02/sec02_top.png) center/contain no-repeat;
  }
  .sec02 .sec_title {
    margin-bottom: 27.7vw;
    text-align: center;
  }
  .sec02 .sec_title img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec02 .point {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .point_upper {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec02 .point_num {
    margin-right: 5.5vw;
  }
  .sec02 .point_num img {
    width: 21.3vw;
    height: 9.8vw;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .point_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8vw;
  }
  .sec02 .point_title {
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: .1em;
  }
  .sec02 .point_text, .sec02 .cont_text {
    letter-spacing: .1em;
    line-height: 2;
    font-size: 4.4vw;
  }
  .sec02 .point_image {
    width: 100%;
    height: 55.5vw;
    margin-bottom: 5.5vw;
    overflow: hidden;
  }
  .sec02 .point_image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .point01 {
    margin-bottom: 40vw;
  }
  .sec02 .point01 .point_upper {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .point_lower {
    display: block;
  }
  .sec02 .point01 .cont {
    width: 100%;
  }
  .sec02 .point01 .cont_title {
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    font-weight: 700;
    color: #9f352d;
    text-align: center;
  }
  .sec02 .point01 .cont_image {
    position: relative;
    margin-bottom: 5.5vw;
    width: 100%;
    height: 55.5vw;
  }
  .sec02 .point01 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .point01 .image_text {
    position: absolute;
    right: 20px;
    bottom: -20px;
    width: 27.7vw;
    height: 27.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    background: rgba(159, 53, 45, 0.6);
    font-size: 3.6vw;
    color: #fff;
    text-align: center;
  }
  .sec02 .point01 .cont01 {
    margin-bottom: 10.6vw;
  }
  .sec02 .point01 .cont01 .image_text {
    padding-top: 8vw;
  }
  .sec02 .point01 .cont01 .image_text:before {
    content: "";
    position: absolute;
    left: 8vw;
    bottom: 0;
    width: 10.6vw;
    height: 4.8vw;
    background: url(../images/recruit02/icon_hand.png) center/contain no-repeat;
  }
  .sec02 .point01 .cont02 .image_text {
    padding-top: 13.8vw;
  }
  .sec02 .point01 .cont02 .image_text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 8vw;
    height: 7.5vw;
    margin: 0 auto;
    background: url(../images/recruit02/icon_woman.png) center/contain no-repeat;
  }
  .sec02 .point02 {
    margin-bottom: 27.7vw;
  }
  .sec02 .point02 .point_upper {
    margin-bottom: 13.8vw;
  }
  .sec02 .point02 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec02 .point02 .item {
    width: 40vw;
  }
  .sec02 .point02 .item:nth-child(-n + 2) {
    margin-bottom: 5.5vw;
  }
  .sec02 .point02 .item_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 50vw;
    margin-bottom: 0;
  }
  .sec02 .point02 .item_image img {
    width: 100%;
    height: 50vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec02 .point02 .item_text {
    font-size: 4vw;
    text-align: center;
  }
}

.sec03 {
  padding-bottom: 250px;
}

.sec03 .sec_title {
  margin-bottom: 80px;
  letter-spacing: .2em;
  text-align: center;
}

.sec03 .sec_title .small {
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}

.sec03 .sec_title .large {
  position: relative;
  padding: 0 50px;
  font-size: 50px;
  font-weight: 700;
  color: #9f352d;
  vertical-align: middle;
}

.sec03 .sec_title .large:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -20px;
  width: 110px;
  height: 108px;
  background: url(../images/recruit02/sec03_top.png) center/contain no-repeat;
}

.sec03 .cont {
  width: 962px;
  padding: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .cont:nth-child(2n) {
  border-left: 2px solid #9f352d;
  background: #f3f0ec;
}

.sec03 .cont:nth-child(2n-1) {
  border-left: 2px solid #62a8a8;
  background: #f2f2f2;
}

.sec03 .cont:not(:last-of-type) {
  margin-bottom: 50px;
}

.sec03 .cont_title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
}

.sec03 .cont_text {
  margin-bottom: 30px;
  letter-spacing: .1em;
  line-height: 1.8;
}

.sec03 .cont_text02 {
  letter-spacing: .1em;
  text-align: right;
}

.sec03 .cont_text02 .job {
  padding-right: 30px;
}

.sec03 .cont04 .cont_text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0 5.5vw 40vw;
  }
  .sec03 .sec_title {
    margin-bottom: 13.8vw;
    letter-spacing: .2em;
    line-height: 1.8;
    text-align: center;
  }
  .sec03 .sec_title .small {
    font-size: 5.5vw;
    font-weight: 700;
    vertical-align: middle;
  }
  .sec03 .sec_title .large {
    position: relative;
    padding: 0 5.5vw;
    font-size: 8vw;
    font-weight: 700;
    color: #9f352d;
    vertical-align: middle;
  }
  .sec03 .sec_title .large:before {
    content: "";
    position: absolute;
    left: 0vw;
    top: -4vw;
    width: 21.3vw;
    height: 20.9vw;
    background: url(../images/recruit02/sec03_top.png) center/contain no-repeat;
  }
  .sec03 .cont {
    width: 100%;
    padding: 8vw 5.5vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec03 .cont:nth-child(2n) {
    border-left: 2px solid #9f352d;
    background: #f3f0ec;
  }
  .sec03 .cont:nth-child(2n-1) {
    border-left: 2px solid #62a8a8;
    background: #f2f2f2;
  }
  .sec03 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: .1em;
  }
  .sec03 .cont_text {
    margin-bottom: 8vw;
    letter-spacing: .1em;
    line-height: 1.8;
    font-size: 4vw;
  }
  .sec03 .cont_text02 {
    letter-spacing: .1em;
    text-align: right;
    font-size: 4vw;
  }
  .sec03 .cont_text02 .job {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .sec03 .cont04 .cont_text02 {
    display: block;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sec04 {
  position: relative;
  width: 1280px;
  margin: 0 auto 100px;
  padding-bottom: 50px;
}

.sec04:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 480px;
  background: rgba(159, 53, 45, 0.51);
}

.sec04 .cont_image02 {
  position: absolute;
  z-index: -2;
  right: 0;
  top: 140px;
}

.sec04 .sec_title {
  position: relative;
  margin-bottom: 120px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  color: #9f352d;
}

.sec04 .sec_title:before {
  content: "MESSAGE";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 78px;
  font-weight: 700;
  letter-spacing: .2em;
  opacity: .14;
}

.sec04 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sec04 .cont_image {
  margin-right: 150px;
  text-align: center;
}

.sec04 .image_text {
  font-size: 25px;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .image_text .small {
  padding-right: 10px;
  font-size: 16px;
}

.sec04 .lead_text {
  margin-bottom: 150px;
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .1em;
  color: #fff;
}

.sec04 .sec_text {
  width: 750px;
  line-height: 2;
  letter-spacing: .1em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sec04 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0  30vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec04:before {
    display: none;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    background: rgba(159, 53, 45, 0.51);
  }
  .sec04 .cont_image02 {
    position: absolute;
    z-index: -2;
    right: 0;
    top: 22vw;
    width: 100%;
  }
  .sec04 .cont_image02 img {
    width: 100%;
  }
  .sec04 .sec_title {
    position: relative;
    margin-bottom: 40vw;
    font-size: 6.4vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    color: #9f352d;
  }
  .sec04 .sec_title:before {
    content: "MESSAGE";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -5.5vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 13.8vw;
    font-weight: 700;
    letter-spacing: .2em;
    opacity: .14;
  }
  .sec04 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec04 .cont_image {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5.5vw;
    text-align: right;
    background: rgba(159, 53, 45, 0.51);
  }
  .sec04 .cont_image img {
    display: none;
  }
  .sec04 .image_text {
    padding-right: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec04 .image_text .small {
    padding-right: 2.7vw;
    font-size: 3.4vw;
  }
  .sec04 .lead_text {
    padding: 0 2.7vw;
    margin-bottom: 8.8vw;
    font-size: 5vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: .1em;
    color: #fff;
  }
  .sec04 .sec_text {
    width: 100%;
    line-height: 2;
    letter-spacing: .1em;
    font-size: 4vw;
    color: #fff;
    padding: 5.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(159, 53, 45, 0.51);
  }
}

.sec05 {
  padding-bottom: 260px;
}

.sec05 .sec_title {
  position: relative;
  width: 480px;
  margin: 0 auto 140px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sec05 .sec_title .small {
  font-size: 30px;
  font-weight: 700;
}

.sec05 .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -150px;
  top: -40px;
  width: 249px;
  height: 249px;
  background: url(../images/recruit02/sec05_top.png) center/contain no-repeat;
}

.sec05 .cont {
  width: 1280px;
  margin: 0 auto;
}

.sec05 .cont_header {
  position: relative;
  width: 720px;
  padding: 30px 100px 30px 180px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f0ec;
}

.sec05 .cont_header .cont_num {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

.sec05 .cont01 {
  margin-bottom: 150px;
}

.sec05 .cont01 .cont_header:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 98px;
  height: 83px;
  background: url(../images/recruit02/icon_people.png) center/contain no-repeat;
}

.sec05 .cont01 .cont_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec05 .cont01 .figurebox {
  text-align: center;
}

.sec05 .cont01 .figurebox:nth-of-type(1) {
  margin-right: 150px;
}

.sec05 .cont01 .figure_name {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.sec05 .cont02 .cont_header:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 81px;
  height: 68px;
  background: url(../images/recruit02/icon_calendar.png) center/contain no-repeat;
}

.sec05 .cont02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1075px;
  margin: 0 auto;
}

.sec05 .cont02 .item {
  position: relative;
  width: 202px;
  margin: 0 10px;
}

.sec05 .cont02 .time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 202px;
  height: 202px;
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .1em;
}

.sec05 .cont02 .border {
  position: absolute;
  left: -65px;
  top: 100px;
  width: 46px;
  height: 1px;
  background: #9f352d;
}

.sec05 .cont02 .border02 {
  position: absolute;
  right: -65px;
  top: 100px;
  width: 46px;
  height: 1px;
  background: #9f352d;
}

.sec05 .cont02 .item:nth-child(-n + 4) {
  margin-bottom: 50px;
}

.sec05 .cont02 .item:nth-child(-n + 4) .time {
  background: #e6e0d3;
  color: #9f352d;
}

.sec05 .cont02 .item:nth-child(n + 5) .time {
  background: #0071bc;
  color: #e6e0d3;
}

.sec05 .cont02 .item:nth-of-type(1) .time:before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -20px;
  width: 80px;
  height: 110px;
  background: url(../images/recruit02/icon_chat.png) center/contain no-repeat;
}

.sec05 .cont02 .item:nth-of-type(3) .time:before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  width: 130px;
  height: 86px;
  background: url(../images/recruit02/kirinuki_man.png) center/contain no-repeat;
}

.sec05 .cont02 .item:nth-of-type(4) .time:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  width: 50px;
  height: 61px;
  margin: 0 auto;
  background: url(../images/recruit02/illust_lunch.png) center/contain no-repeat;
}

.sec05 .cont02 .item:nth-of-type(5) .time:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 10px;
  width: 104px;
  height: 70px;
  background: url(../images/recruit02/kirinuki_woman.png) center/contain no-repeat;
}

.sec05 .cont02 .item:nth-of-type(7) .time:before {
  content: "";
  position: absolute;
  right: 10px;
  top: -10px;
  width: 118px;
  height: 69px;
  background: url(../images/recruit02/kirinuki_machine.png) center/contain no-repeat;
}

.sec05 .cont02 .item:nth-of-type(7) .time:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 99px;
  height: 110px;
  background: url(../images/recruit02/kirinuki_man02.png) center/contain no-repeat;
}

.sec05 .cont02 .item:nth-of-type(8) .time:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50px;
  width: 29px;
  height: 29px;
  background: url(../images/recruit02/illust_star.png) center/contain no-repeat;
}

.sec05 .cont02 .item_name {
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #9f352d;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding-bottom: 40vw;
  }
  .sec05 .sec_title {
    position: relative;
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 30vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 8vw;
    font-weight: 700;
    letter-spacing: .1em;
  }
  .sec05 .sec_title .small {
    font-size: 5vw;
    font-weight: 700;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -2.7vw;
    top: -16vw;
    width: 55.5vw;
    height: 55.5vw;
    background: url(../images/recruit02/sec05_top.png) center/contain no-repeat;
  }
  .sec05 .cont {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .cont_header {
    position: relative;
    width: 100%;
    padding: 10vw 2.7vw 10vw 37vw;
    margin-bottom: 13.8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f3f0ec;
  }
  .sec05 .cont_header .cont_num {
    top: -5vw;
    left: 2.7vw;
    bottom: auto;
  }
  .sec05 .cont_header .cont_num img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec05 .cont_title {
    font-size: 4.8vw;
  }
  .sec05 .cont01 {
    margin-bottom: 27.7vw;
  }
  .sec05 .cont01 .cont_header:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    bottom: auto;
    top: -2.7vw;
    width: 18.6vw;
    height: 15.7vw;
    background: url(../images/recruit02/icon_people.png) center/contain no-repeat;
  }
  .sec05 .cont01 .cont_num {
    width: 29vw;
    height: 26.9vw;
  }
  .sec05 .cont01 .cont_body {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec05 .cont01 .figurebox {
    text-align: center;
  }
  .sec05 .cont01 .figurebox:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec05 .cont01 .figure_name {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
    font-weight: 700;
    text-align: center;
  }
  .sec05 .cont01 .figure {
    width: 66vw;
    height: 66vw;
    margin: 0 auto;
  }
  .sec05 .cont01 .figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec05 .cont02 .cont_header:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    bottom: 2.7vw;
    width: 13.8vw;
    height: 11.5vw;
    background: url(../images/recruit02/icon_calendar.png) center/contain no-repeat;
  }
  .sec05 .cont02 .cont_num {
    width: 30.4vw;
    height: 26.9vw;
  }
  .sec05 .cont02 .list {
    display: block;
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec05 .cont02 .item {
    position: relative;
    width: 100%;
    margin: 0 0 13.8vw;
  }
  .sec05 .cont02 .time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55.5vw;
    height: 55.5vw;
    margin: 0 auto 5.5vw;
    border-radius: 50%;
    font-size: 6.6vw;
    font-weight: 700;
    letter-spacing: .1em;
  }
  .sec05 .cont02 .border {
    position: absolute;
    left: 0;
    right: 0;
    top: -10.6vw;
    width: 1px;
    height: 8vw;
    margin: 0 auto;
    background: #9f352d;
  }
  .sec05 .cont02 .border02 {
    display: none;
  }
  .sec05 .cont02 .item:nth-child(-n + 4) {
    margin-bottom: 13.8vw;
  }
  .sec05 .cont02 .item:nth-child(-n + 4) .time {
    background: #e6e0d3;
    color: #9f352d;
  }
  .sec05 .cont02 .item:nth-child(n + 5) .time {
    background: #0071bc;
    color: #e6e0d3;
  }
  .sec05 .cont02 .item:nth-of-type(1) .time:before {
    content: "";
    position: absolute;
    left: -8vw;
    bottom: -5.5vw;
    width: 21.3vw;
    height: 29.3vw;
    background: url(../images/recruit02/icon_chat.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item:nth-of-type(3) .time:before {
    content: "";
    position: absolute;
    right: -13.8vw;
    top: -2.7vw;
    width: 34.6vw;
    height: 22.9vw;
    background: url(../images/recruit02/kirinuki_man.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item:nth-of-type(4) .time:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2.7vw;
    width: 13.8vw;
    height: 16.2vw;
    margin: 0 auto;
    background: url(../images/recruit02/illust_lunch.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item:nth-of-type(5) .time:before {
    content: "";
    position: absolute;
    right: -8vw;
    bottom: 2.7vw;
    width: 27.7vw;
    height: 18.6vw;
    background: url(../images/recruit02/kirinuki_woman.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item:nth-of-type(7) .time:before {
    content: "";
    position: absolute;
    right: 2.7vw;
    top: -2.7vw;
    width: 31.4vw;
    height: 18.4vw;
    background: url(../images/recruit02/kirinuki_machine.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item:nth-of-type(7) .time:after {
    content: "";
    position: absolute;
    left: -2.7vw;
    bottom: -2.7vw;
    width: 27.7vw;
    height: 29.3vw;
    background: url(../images/recruit02/kirinuki_man02.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item:nth-of-type(8) .time:before {
    content: "";
    position: absolute;
    right: 8vw;
    top: 13.8vw;
    width: 7.7vw;
    height: 7.7vw;
    background: url(../images/recruit02/illust_star.png) center/contain no-repeat;
  }
  .sec05 .cont02 .item_name {
    margin-bottom: 5.5vw;
    border-radius: 50%;
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: .1em;
    color: #9f352d;
    text-align: center;
  }
  .sec05 .cont02 .item_text {
    font-size: 4.4vw;
  }
}

.sec06 {
  padding-bottom: 250px;
}

.sec06 .sec_title {
  margin-bottom: 90px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.sec06 .small_title {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}

.sec06 .dlist {
  width: 950px;
  margin: 0 auto;
}

.sec06 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #534741;
}

.sec06 .row:last-of-type {
  border-bottom: 1px solid #534741;
}

.sec06 .term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  padding: 20px 0;
  background: #f3f0ec;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.sec06 .desc {
  padding: 20px 50px;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 0 5.5vw 27.7vw;
  }
  .sec06 .sec_title {
    margin-bottom: 13.8vw;
    font-size: 8vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec06 .small_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec06 .dlist {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 .row {
    display: block;
    border-top: 1px solid #534741;
  }
  .sec06 .row:last-of-type {
    border-bottom: 1px solid #534741;
  }
  .sec06 .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 4vw 0;
    background: #f3f0ec;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
  }
  .sec06 .desc {
    padding: 4vw;
    font-size: 4vw;
  }
}

.sec07 {
  padding-bottom: 200px;
}

.sec07 .sec_title {
  margin-bottom: 100px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.sec07 .small_title {
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  color: #9f352d;
}

.sec07 .sec_text {
  width: 710px;
  margin: 0 auto 80px;
  line-height: 1.8;
}

.sec07 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec07 .item:nth-of-type(1) {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 0 5.5vw 40vw;
  }
  .sec07 .sec_title {
    margin-bottom: 13.8vw;
    font-size: 5.5vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
  }
  .sec07 .small_title {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    color: #9f352d;
  }
  .sec07 .sec_text {
    width: 100%;
    margin: 0 auto 13.8vw;
    font-size: 4.4vw;
  }
  .sec07 .list {
    display: block;
  }
  .sec07 .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .sec07 .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*# sourceMappingURL=recruit02.css.map */