@media screen and (min-width: 768px) {
  .heightLine-sp {
    height: auto !important;
  }
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}

.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }

  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }

  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#key {
  background: url("../img/recruit/key.jpg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  #key {
    left: 259px;
    width: auto;
    right: 0;
    background: url("../img/recruit/key.jpg") no-repeat center/cover;
  }
}

.wrapp {
  padding: 0 2.5vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapp {
    max-width: calc(100% - 60px);
    padding: 0;
    width: 1000px;
    margin: 0 auto;
  }
}

#sec1 {
  background: url("../img/recruit/s1_bg1.png") no-repeat top right/120% auto, url("../img/recruit/s1_bg2.png") no-repeat top left/120% auto, url("../img/shared/footer-bg01.jpg") repeat center top;
  color: #000;
  padding: 6vw 0 12vw;
  margin: 10vw 0 0;
}

#sec1 h2 {
  margin: 0 10vw 20vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/recruit/s1_bg1.png") no-repeat center right, url("../img/recruit/s1_bg2.png") no-repeat center left, url("../img/shared/footer-bg01.jpg") repeat center top;
    padding: 0 0 99px;
    margin: 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec1 {
    background-position: 80% center, 40% center, top center;
  }
}

@media screen and (min-width: 768px) {
  #sec1 h2 {
    margin: 0 0 26px;
  }
}

#sec2 {
  background: url("../img/shared/footer-bg01.jpg");
  color: #000;
  position: relative;
  padding: 20vw 0 45vw;
}

#sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/recruit/s2_deco.png") no-repeat left top/150% auto, url("../img/recruit/s2_deco2.png") no-repeat right bottom/150% auto, url("../img/recruit/s2_deco3.png") no-repeat bottom center/150% auto, rgba(232, 209, 186, 0.35);
}

#sec2 .flex {
  position: relative;
  z-index: 2;
}

#sec2 .flex .deco {
  position: absolute;
  width: 50vw;
  top: 0;
  left: 55vw;
  z-index: 2;
}

#sec2 .flex .img {
  position: relative;
  margin: 0 0 0 2.5vw;
}

#sec2 .flex .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  left: -2vw;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-right: 0;
  -o-border-image: url("../img/dinner/s1_border.png") 1 round;
  border-image: url("../img/dinner/s1_border.png") 1 round;
  top: -2vw;
  bottom: 2vw;
}

#sec2 .flex h2 {
  margin: 0 43vw 8vw;
}

#sec2 .flex .group-txt {
  margin: 8vw 2.5vw 0;
}

#sec2 .flex .group-txt .txt {
  text-align: justify;
}

#sec2 .group {
  margin: 10vw 2.5vw 0;
  position: relative;
  padding: 9vw 0 0;
}

#sec2 .group h3 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 55vw;
}

#sec2 .group .img {
  text-align: right;
  padding: 0 0 0 43vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 140px 0 149px;
  }

  #sec2::before {
    background: url("../img/recruit/s2_deco.png") no-repeat top left, url("../img/recruit/s2_deco2.png") no-repeat bottom right, url("../img/recruit/s2_deco3.png") no-repeat bottom left, rgba(232, 209, 186, 0.35);
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec2::before {
    background-position: top center, bottom center, bottom center;
  }
}

@media screen and (min-width: 768px) {
  #sec2 .flex {
    min-height: 607px;
  }

  #sec2 .flex .deco {
    width: 307px;
    top: 33px;
    left: calc(50% - 182px);
  }

  #sec2 .flex .img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 13px);
    height: 607px;
    margin: 0;
  }

  #sec2 .flex .img::before {
    right: 0;
    left: -10px;
    top: -10px;
    bottom: 10px;
  }

  #sec2 .flex h2 {
    width: 566px;
    margin: 0 auto 42px;
    padding: 33px 0 0;
  }

  #sec2 .flex .group-txt {
    width: 875px;
    margin: 0 auto;
  }

  #sec2 .flex .group-txt .txt {
    width: 383px;
  }

  #sec2 .group {
    margin: 59px auto 0;
    width: 858px;
    padding: 57px 0 0;
  }

  #sec2 .group h3 {
    width: auto;
    left: calc(50% - 218px);
  }

  #sec2 .group .img {
    padding: 0;
  }
}

#sec3 {
  color: #000;
  padding: 20vw 0 75vw;
  background: url("../img/recruit/s3_deco3.png") no-repeat bottom center/150% auto, url("../img/recruit/s3_deco4.png") no-repeat center/auto 100%, url("../img/recruit/s3_deco2.png") no-repeat 77% bottom/250% auto, url("../img/recruit/s3_deco.png") no-repeat left 23% top/250% auto;
}

#sec3 h2 {
  margin: 0 0 27vw;
}

#sec3 .box {
  background: url("../img/shared/footer-bg01.jpg");
  padding: 8vw 5vw;
  box-sizing: border-box;
  margin: 0 5vw;
}

#sec3 .box .title {
  font-weight: 500;
  text-align: center;
  padding: 0 0 4vw;
  background: url("../img/shared/tel-border.jpg") repeat-x bottom left;
  font-size: 5vw;
  line-height: 1.6;
  margin: 0 0 5vw;
}

#sec3 .box .txt {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #sec3 .box+.box {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 143px 0 155px;
    background: url("../img/recruit/s3_deco3.png") no-repeat bottom left, url("../img/recruit/s3_deco4.png") no-repeat center, url("../img/recruit/s3_deco2.png") no-repeat bottom center, url("../img/recruit/s3_deco.png") no-repeat center top 197px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec3 {
    background: url("../img/recruit/s3_deco3.png") no-repeat bottom center, url("../img/recruit/s3_deco4.png") no-repeat center, url("../img/recruit/s3_deco2.png") no-repeat bottom center, url("../img/recruit/s3_deco.png") no-repeat center top 197px;
  }
}

@media screen and (min-width: 768px) {
  #sec3 h2 {
    text-align: center;
    margin: 0 0 88px;
  }

  #sec3 .box {
    padding: 50px 34px 40px;
    width: 412px;
    margin: 0;
  }

  #sec3 .box .title {
    padding: 0 0 21px;
    font-size: 25px;
    margin: 0 0 23px;
  }

  #sec3 .box.box1 {
    margin: 0 0 0 calc(50% + 40px);
    padding-top: 64px;
    padding-bottom: 62px;
  }

  #sec3 .box.box1 .title {
    background: transparent;
  }

  #sec3 .box.box2 {
    position: absolute;
    top: 247px;
    right: calc(50% + 35px);
  }

  #sec3 .box.box3 {
    margin: 144px 0 0 calc(50% - 145px);
  }
}

#bg {
  background: url("../img/shared/footer-bg01.jpg");
}

#sec4 {
  background: url("../img/recruit/s4_deco.png") no-repeat top right/150% auto;
  color: #000;
  padding: 15vw 0 50vw;
  position: relative;
}

#sec4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26vw;
  background: url("../img/recruit/s4_deco3.png") no-repeat bottom left/150% auto;
  height: 209vw;
}

#sec4 h2 {
  text-align: center;
  margin: 0 30vw 10vw;
}

#sec4 .group-slide {
  position: relative;
  background: rgba(232, 209, 186, 0.5);
  padding: 10vw 0 18vw;
  box-sizing: border-box;
}

#sec4 .group-slide .deco {
  position: absolute;
  z-index: 2;
  right: 60vw;
  bottom: -10vw;
  width: 40vw;
}

#sec4 .group-slide .s4-slide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 41vw;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 10vw;
  height: 10vw;
  outline: 0;
}

@media (hover: hover) {
  #sec4 .group-slide .s4-slide .slick-arrow:hover {
    opacity: 0.8;
  }
}

#sec4 .group-slide .s4-slide .slick-arrow.slick-prev {
  left: -1.5vw;
  background: url("../img/index/menu_left.png") no-repeat center/100% auto;
}

#sec4 .group-slide .s4-slide .slick-arrow.slick-next {
  right: -1.5vw;
  background: url("../img/index/menu_right.png") no-repeat center/100% auto;
}

#sec4 .group-slide .s4-slide .item {
  padding: 0 5vw;
}

#sec4 .group-slide .s4-slide .item .img {
  padding: 0 5vw;
}

#sec4 .group-slide .s4-slide .item .group-content {
  margin: 7vw 0 0;
}

#sec4 .group-slide .s4-slide .item .group-content h4 {
  font-size: 6vw;
  line-height: 1.6;
  font-weight: 500;
}

#sec4 .group-slide .s4-slide .item .group-content .title {
  font-weight: 500;
  font-size: 5vw;
  line-height: 1.8;
  padding: 5vw 0;
  background: url("../img/shared/tel-border.jpg") repeat-x bottom left;
}

#sec4 .group-slide .s4-slide .item .group-content .txt {
  text-align: justify;
  margin: 6vw 0 0;
}

#sec4 .group-slide .s4-thumb {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: -7vw;
  right: 0;
  left: 0;
  gap: 3vw;
}

#sec4 .group-slide .s4-thumb .thumb {
  cursor: pointer;
  opacity: 0.6;
  width: 13vw;
}

#sec4 .group-slide .s4-thumb .thumb.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #sec4 {
    background: url("../img/recruit/s4_deco.png") no-repeat top right, url("../img/shared/footer-bg01.jpg");
    padding: 113px 0 286px;
  }

  #sec4::before {
    top: 435px;
    background: url("../img/recruit/s4_deco3.png") no-repeat bottom left;
    height: 1045px;
    bottom: auto;
  }

  #sec4 h2 {
    margin: 0 0 81px;
  }

  #sec4 .group-slide {
    width: 925px;
    margin: 0 auto;
    padding: 50px 0 43px;
  }

  #sec4 .group-slide .deco {
    width: auto;
    right: calc(50% + 172px);
    bottom: -62px;
  }

  #sec4 .group-slide .s4-slide .slick-arrow {
    top: 226px;
    width: 56px;
    height: 55px;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  #sec4 .group-slide .s4-slide .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  #sec4 .group-slide .s4-slide .slick-arrow.slick-prev {
    left: -28px;
  }

  #sec4 .group-slide .s4-slide .slick-arrow.slick-next {
    right: -28px;
  }

  #sec4 .group-slide .s4-slide .item {
    padding: 0 63px 0 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #sec4 .group-slide .s4-slide .item .img {
    padding: 0;
  }

  #sec4 .group-slide .s4-slide .item .group-content {
    width: 350px;
    margin: 50px 0 0;
  }

  #sec4 .group-slide .s4-slide .item .group-content h4 {
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
  }

  #sec4 .group-slide .s4-slide .item .group-content .title {
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    padding: 19px 0 24px;
  }

  #sec4 .group-slide .s4-slide .item .group-content .txt {
    margin: 23px 0 0;
  }

  #sec4 .group-slide .s4-thumb {
    top: -21px;
    right: 139px;
    gap: 15px;
    left: auto;
    bottom: auto;
  }

  #sec4 .group-slide .s4-thumb .thumb {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  #sec4 .group-slide .s4-thumb .thumb:hover {
    opacity: 1;
  }
}

#sec5 {
  position: relative;
  padding: 5vw 0 20vw;
}

#sec5::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -12vw;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
  background: url("../img/recruit/s5_deco.png") no-repeat bottom right/150% auto, url("../img/recruit/s4_bg.jpg");
}

#sec5 .wrapp {
  z-index: 2;
}

#sec5 h2 {
  text-align: center;
  margin: 0 0 15vw;
  position: relative;
  z-index: 3;
}

#sec5 .tit {
  position: absolute;
  width: 35vw;
  top: 25vw;
  left: 65vw;
}

#sec5 .s5-slide {
  position: relative;
  z-index: 1;
  margin: 0 5vw;
  background: url("../img/recruit/s5_bg.jpg");
  padding: 5vw 5vw 8vw;
}

#sec5 .s5-slide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 30vw;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 10vw;
  height: 10vw;
  outline: 0;
}

@media (hover: hover) {
  #sec5 .s5-slide .slick-arrow:hover {
    opacity: 0.8;
  }
}

#sec5 .s5-slide .slick-arrow.slick-prev {
  left: -1.5vw;
  background: url("../img/index/menu_left.png") no-repeat center/100% auto;
}

#sec5 .s5-slide .slick-arrow.slick-next {
  right: -1.5vw;
  background: url("../img/index/menu_right.png") no-repeat center/100% auto;
}

#sec5 .s5-slide .item {
  color: #000;
}

#sec5 .s5-slide .item .title {
  text-align: center;
  font-weight: 500;
  margin: 4vw 0;
  font-size: 6vw;
  line-height: 1.5;
}

#sec5 .s5-slide .item .title small {
  display: block;
  font-size: 5vw;
}

#sec5 .s5-slide .item .txt {
  text-align: justify;
}

#sec5 .s5-slide .item .txt span {
  font-size: 16px;
  display: block;
}

@media screen and (min-width: 768px) {
  #sec5 .s5-slide .item .txt span {
    font-size: 17px;
    margin-bottom: -10px;
  }

  #sec5 {
    padding: 23px 0 157px;
  }

  #sec5::before {
    top: -224px;
    clip-path: polygon(0 21%, 100% 0, 100% 100%, 0% 100%);
    background: url("../img/recruit/s5_deco.png") no-repeat bottom right, url("../img/recruit/s4_bg.jpg");
  }

  #sec5 .wrapp {
    width: 1036px;
  }

  #sec5 h2 {
    margin: 0 0 -17px;
  }

  #sec5 .tit {
    width: 197px;
    top: 88px;
    left: calc(50% + 402px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .tit {
    left: calc(50% + 300px);
  }
}

#sec5 .s5-slide .item .title small:nth-child(1) {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #sec5 .s5-slide {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    background: transparent;
    padding: 0;
  }

  #sec5 .s5-slide .item {
    background: url("../img/recruit/s5_bg.jpg");
    width: 335px;
    box-sizing: border-box;
    padding: 16px 18px 30px;
    max-width: calc((100% - 30px) / 3);
    opacity: 1 !important;
  }

  #sec5 .s5-slide .item .title {
    margin: 24px 0 14px;
    font-size: 25px;
    line-height: 40px;
  }

  #sec5 .s5-slide .item .title small {
    font-size: 22px;
  }

  #sec5 .s5-slide .item .title small:nth-child(1) {
    margin-bottom: 10px;
  }
}

#sec6 {
  padding: 0 0 20vw;
}

#sec6 h2 {
  background: url("../img/recruit/s6_bg.jpg") no-repeat center/cover;
  padding: 0 30vw;
  text-align: center;
}

#sec6 .info {
  margin: 15vw 2.5vw 0;
}

#sec6 .info dl {
  display: flex;
  line-height: 1.5625;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#sec6 .info dl dt {
  width: 110px;
}

#sec6 .info dl dd {
  width: calc(100% - 110px);
}

#sec6 .info dl+dl {
  margin-top: 9px;
}

#sec6 .group-tel-btn {
  margin: 12vw 2.5vw 0;
  background: rgba(215, 145, 75, 0.2);
  position: relative;
  padding: 42px 0 55px;
  text-align: center;
}

#sec6 .group-tel-btn .deco {
  position: absolute;
  width: 30vw;
  top: -8vw;
  left: -10vw;
}

#sec6 .group-tel-btn .deco2 {
  position: absolute;
  width: 20vw;
  right: -9vw;
  bottom: -5vw;
}

#sec6 .group-tel-btn .tel {
  font-size: 8vw;
  line-height: 1.5;
  font-weight: 500;
}

#sec6 .group-tel-btn .tel small {
  font-size: 6vw;
}

#sec6 .group-tel-btn .tit {
  margin: 1vw 0 6vw;
  line-height: 1.5;
  font-size: 4vw;
}

#sec6 .group-tel-btn .button a {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 0 0 134px;
  }

  #sec6 h2 {
    padding: 0;
  }

  #sec6 .info {
    margin: 110px auto 0;
    width: 617px;
  }

  #sec6 .info dl {
    padding: 0 0 15px;
  }

  #sec6 .info dl dt {
    width: 145px;
  }

  #sec6 .info dl dd {
    width: calc(100% - 95px);
    margin-right: -50px;
  }

  #sec6 .group-tel-btn {
    width: 612px;
    margin: 95px auto 0;
    padding: 42px 0 55px;
  }

  #sec6 .group-tel-btn .deco {
    width: 138px;
    top: -44px;
    left: -51px;
  }

  #sec6 .group-tel-btn .deco2 {
    width: 111px;
    right: -65px;
    bottom: -29px;
  }

  #sec6 .group-tel-btn .tel {
    font-size: 38px;
  }

  #sec6 .group-tel-btn .tel small {
    font-size: 27px;
  }

  #sec6 .group-tel-btn .tit {
    margin: 5px 0 28px;
    font-size: 20px;
  }

  #sec6 .group-tel-btn .button {
    margin: 0 auto;
  }

  #sec6 .group-tel-btn .button a {
    margin: 0 auto;
    width: 436px;
  }
}