@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    right: 20px;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 42px;
    right: 170px;
  }

  .fixed a {
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    color: var(--black);
    letter-spacing: 0.1em;
    padding-right: 0;
  }

  .fixed a:before {
    display: none;
  }

  .fixed .box span {
    background: #8b8987;
  }

  .fixed-btn .fixed {
    opacity: 1;
    visibility: visible;
  }
}

/*--------------------------------------
  sec1
--------------------------------------*/
#sec1 .content {
  padding: 10vw 4% 14vw;
}

#sec1 .content h2 {
  padding-top: 0;
  padding-left: 27px;
  display: table;
}

#sec1 .content h2:before {
  width: 20px;
  height: 100%;
}

#sec1 .content h2:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: calc(100% + 13px);
  width: 15px;
  height: 1px;
  background: #91887c;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}

#sec1 .content h3 {
  font-size: 18px;
  margin: 5vw 0 8vw;
  line-height: 2.4;
  color: var(--black);
}

#sec1 .content .txt span {
  display: block;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {

  #sec1 .photo {
    margin: 45px 17px 0 17px;
  }

  .key-img img {
    object-fit: cover;
    object-position: left top;
  }

  #sec3 .row {
    flex-flow: column-reverse;
    margin-bottom: 20vw;
  }
}

@media screen and (min-width: 768px) {
  #sec1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-bottom: 166px;
  }

  #sec1 .photo {
    width: 50%;
    box-sizing: border-box;
    min-height: 670px;
  }

  #sec1 .photo img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
  }

  #sec1 .content {
    width: 50%;
    box-sizing: border-box;
    padding: 82px 20px 0;
    min-width: 530px;
  }

  #sec1 .content .inner {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }

  #sec1 .content h2 {
    padding-left: 46px;
  }

  #sec1 .content h2:before {
    width: 29px;
    left: 4px;
    top: 3px;
  }

  #sec1 .content h2:after {
    bottom: 10px;
    left: calc(100% + 18px);
    width: 17px;
  }

  #sec1 .content h3 {
    margin: 33px 0px 49px;
    letter-spacing: 0.2em;
  }

  #sec1 .content .txt {
    margin-right: -52px;
  }
}

/*--------------------------------------
  sec2
--------------------------------------*/
#sec2 {
  text-align: center;
}

#sec2 .photo {
  height: 60vw;
  display: flex;
}

#sec2 .photo img {
  width: calc(100% / 3);
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#sec2 h2 {
  display: table;
  margin: 10vw auto 7vw;
  border-bottom: 1px solid #c7c3bd;
  padding: 0 10px 7px;
}

#sec2 .txt span {
  display: block;
  margin-top: 25px;
  text-align: center;
}

#sec2 h3 {
  margin: 13.4vw 0 15vw;
  letter-spacing: 0.2em;
  position: relative;
  color: inherit;
  line-height: 1.2;
}

#sec2 h3:before {
  content: '';
  position: absolute;
  top: -5vw;
  left: 0;
  width: 100%;
  height: 16.4vw;
  background: url('../img/recruit/s2_deco.png') no-repeat center;
  background-size: contain;
}

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

  #sec2 h2 {
    margin-top: 86px;
    padding-left: 15px;
    padding-bottom: 18px;
    margin-bottom: 40px;
  }

  #sec2 .txt {
    line-height: 40px;
    margin-left: 3px;
    text-align: center;
  }

  #sec2 .txt span {
    margin-top: 20px;
  }

  #sec2 h3 {
    margin: 25px 0 34px 4px;
  }

  #sec2 h3:before {
    width: 100%;
    height: 62px;
    top: -17px;
    left: -2px;
  }
}

/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  padding: 13vw 0;
}

#sec3 .content {
  padding: 0 4%;
}

#sec3 .content h2 {
  margin: 0 auto 7vw;
  white-space: nowrap;
}

#sec3 .content .txt span {
  display: block;
  margin-top: 25px;
}

#sec3 .s3-js {
  margin-top: 10vw;
  margin-bottom: 10vw;
}

#sec3 .s3-js .item {
  position: relative;
  margin: 5px 0;
}

#sec3 .s3-js .item .photo img {
  box-shadow: 0px 0px 9px 1.5px rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec3 .s3-js .item .ttl {
  position: absolute;
  font-size: 14px;
  top: 15vw;
  right: 9%;
}

#sec3 .s3-js .item .ttl:before,
#sec3 .s3-js .item .ttl:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
}

#sec3 .s3-js .item .ttl:before {
  border-top: 1px solid #8e8e8d;
  border-left: 1px solid #8e8e8d;
  top: -2px;
  left: -14px;
}

#sec3 .s3-js .item .ttl:after {
  border-bottom: 1px solid #8e8e8d;
  border-right: 1px solid #8e8e8d;
  bottom: -2px;
  right: -14px;
}

#sec3 .s3-js .item .ttl2 {
  white-space: nowrap;
  color: #fff;
  right: auto;
  left: 14%;
}

#sec3 .s3-js .item .ttl2:before {
  top: -14px;
  left: -2px;
}

#sec3 .s3-js .item .ttl2:after {
  bottom: -14px;
  right: -2px;
}

@media screen and (max-width: 768px) {
  #sec3 .s3-js .slick-slide {
    width: 100vw !important;
    margin-left: -1px;
  }
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 156px 0 110px;
  }

  #sec3 .row {
    align-items: center;
  }

  #sec3 .row>div {
    width: 50%;
    box-sizing: border-box;
  }

  #sec3 .s3-js {
    height: 719px;
    margin-top: 0;
    margin-bottom: -1px;
  }

  #sec3 .s3-js .slick-list {
    height: inherit !important;
  }

  #sec3 .s3-js .item {
    padding-left: 9px;
    box-sizing: border-box;
  }

  #sec3 .s3-js .item .ttl {
    font-size: 15px;
    right: 124px;
    top: 126px;
    letter-spacing: 0.2em;
  }

  #sec3 .s3-js .item .ttl:before {
    top: -1px;
    left: -21px;
  }

  #sec3 .s3-js .item .ttl:after {
    right: -18px;
  }

  #sec3 .s3-js .item .ttl2 {
    right: auto;
    left: 153px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -30px;
  }

  #sec3 .s3-js .item .ttl2:before {
    top: -20px;
    left: -3px;
  }

  #sec3 .s3-js .item .ttl2:after {
    bottom: -18px;
    right: -7px;
  }

  #sec3 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 52px;
    padding: 7px 0 0px calc(50% - 606px);
  }

  #sec3 .content h2 {
    margin: 0;
  }

  #sec3 .content .txt {
    margin-top: 15px;
  }

  #sec3 .content .txt span {
    margin-top: 0;
    margin-right: 35px;
  }

  #sec3 .parallax {
    min-height: 843px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 .s4-scroll .s4-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #b2b2b2;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  color: var(--black);
}

#sec4 .s4-scroll .s4-nav:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  background: #b2b2b2;
}

#sec4 .s4-scroll .s4-nav li {
  position: relative;
}

#sec4 .s4-scroll .s4-nav li:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background: #b2b2b2;
}

#sec4 .s4-scroll .s4-nav li a {
  display: block;
  padding: 0 10px 5px;
  position: relative;
  text-decoration: none;
  z-index: 1;
  line-height: 1em;
  text-align: center;
}

#sec4 .s4-scroll .s4-nav li a:not(.hovernot)::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 27px;
  background: url('../img/shared/hamb_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

#sec4 .s4-scroll .s4-nav li a:not(.hovernot)::after {
  content: '';
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 100%;
  height: 8px;
  background: url('../img/shared/arrow.png') no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

#sec4 .s4-scroll .s4-nav li a.active:not(.hovernot)::after,
#sec4 .s4-scroll .s4-nav li a.active:not(.hovernot)::before {
  opacity: 1;
}

#sec4 .s4-scroll .horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

#sec4 .s4-scroll .horizontal>div {
  min-width: 100vw;
  height: calc(100vh - 57px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#sec4 .s4-scroll .horizontal .intro {
  text-align: center;
  background: var(--bg2);
  min-width: 100vw;
  font-size: 4.2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--black);
}

#sec4 .s4-scroll .horizontal .intro h2 {
  font-size: 4.6vw;
}

#sec4 .s4-scroll .horizontal .intro p {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #c4beb6;
  padding: 5px;
}

#sec4 .s4-scroll .horizontal .set {
  min-width: max-content;
}

#sec4 .s4-scroll .horizontal .set .photo {
  width: 100vw;
}

#sec4 .s4-scroll .horizontal .set .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec4 .s4-scroll .horizontal .set .content {
  width: 90vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 0 5%;
  box-sizing: border-box;
}

#sec4 .s4-scroll .horizontal .set .content .time {
  font-size: 16px;
  color: var(--black);
}

#sec4 .s4-scroll .horizontal .set .content h3 {
  font-size: 15px;
  margin: 4vw 0 6vw;
  color: var(--black);
}

#sec4 .s4-scroll .horizontal .set .content .txt span {
  display: block;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  #sec4 .s4-scroll {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 129px;
    align-items: center;
  }

  #sec4 .s4-scroll .s4-nav {
    flex-direction: column;
    font-size: 15px;
    border: none;
    border-right: 1px solid #b2b2b2;
    margin: -64px 0 0 145px;
    letter-spacing: 0.2em;
  }

  #sec4 .s4-scroll .s4-nav:before {
    width: 12px;
    height: 1px;
    bottom: 0;
    top: 0;
    left: auto;
    right: 0;
  }

  #sec4 .s4-scroll .s4-nav li:not(.hovernot):before {
    width: 12px;
    height: 1px;
  }

  #sec4 .s4-scroll .s4-nav li a {
    padding: 23px 0 22px;
    padding-right: 20px;
  }

  #sec4 .s4-scroll .s4-nav li a:not(.hovernot):before {
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 65px;
    height: 31px;
    background-size: 100% 100%;
  }

  #sec4 .s4-scroll .s4-nav li a:not(.hovernot)::after {
    transform: none;
    height: 100%;
    width: 13px;
    left: calc(100% + 23px);
    top: -1px;
  }

  #sec4 .s4-scroll .s4-nav li a:not(.hovernot):hover:before,
  #sec4 .s4-scroll .s4-nav li a:not(.hovernot):hover:after {
    opacity: 1;
  }

  #sec4 .s4-scroll .main {
    overflow: hidden;
  }

  #sec4 .s4-scroll .horizontal {
    min-width: max-content;
    padding-right: 448px;
  }

  #sec4 .s4-scroll .horizontal>div {
    box-sizing: border-box;
    height: 100vh;
  }

  #sec4 .s4-scroll .horizontal .intro {
    min-width: 597px;
    font-size: 19px;
    padding-bottom: 70px;
    letter-spacing: 0.2em;
    padding-left: 2px;
  }

  #sec4 .s4-scroll .horizontal .intro h2 {
    font-size: 23px;
    letter-spacing: 0.04em;
    margin-left: -5px;
  }

  #sec4 .s4-scroll .horizontal .intro p {
    padding: 14px 2px 16px;
  }

  #sec4 .s4-scroll .horizontal .set .photo {
    min-width: 581px;
    width: 581px;
  }

  #sec4 .s4-scroll .horizontal .set .content {
    width: 432px;
    padding: 0px 89px;
  }

  #sec4 .s4-scroll .horizontal .set .content .time {
    font-size: 18px;
  }

  #sec4 .s4-scroll .horizontal .set .content h3 {
    font-size: 17px;
    margin: 11px 0 41px 0px;
    letter-spacing: 0.2em;
  }

  #sec4 .s4-scroll .horizontal .set .content .txt {
    text-align: justify;
    margin-right: -10px;
  }

  #sec4 .s4-scroll .horizontal .set .content .txt span {
    margin-top: 35px;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  #sec4 .s4-scroll .s4-nav {
    margin-left: 65px;
  }
}

@media screen and (max-width: 768px) {

  body:has(.s4-scroll.active) .hamberger-btn,
  body:has(.s4-scroll.active) .fixed {
    opacity: 0;
    visibility: hidden;
  }
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 {
  padding: 14vw 0;
}

#sec5 h2 {
  line-height: 1.5;
}

#sec5 .s5-js {
  margin-top: 10vw;
  margin-bottom: 6vw;
}

#sec5 .s5-js .photo {
  height: 60vw;
}

#sec5 .s5-js .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec5 .s5-js .txt {
  margin: 6vw 3% 0;
}


#sec5 .s5-js .txt span {
  font-size: 4vw;
  margin-bottom: -5vw;
  display: block;
}

#sec5 .s5-progress {
  background: #ccc;
  position: relative;
  height: 1px;
  margin-top: 4px;
}

#sec5 .s5-progress span {
  position: absolute;
  display: block;
  background: #000;
  width: 33.3333333333%;
  left: 0;
  height: 1px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 193px 0 205px;
  }

  #sec5 h2 {
    padding-left: 8px;
  }

  #sec5 h2:before {
    left: -32px;
  }

  #sec5 h2:after {
    right: -33px;
  }

  #sec5 .wrap {
    max-width: 820px;
  }

  #sec5 .s5-js {
    margin: 61px auto 32px;
    width: 100%;
    max-width: 820px;
  }

  #sec5 .s5-js .photo {
    height: 421px;
  }

  #sec5 .s5-js .txt {
    margin: 52px 122px 0 125px;
    text-align: justify;
  }

  #sec5 .s5-js .txt span {
    font-size: 20px;
    margin-bottom: -10px;
    display: block;
  }

  #sec5 .s5-progress {
    margin-top: 9px;
  }
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
  background: var(--bg2);
  padding: 12vw 0;
  text-align: center;
}

#sec6 .row {
  margin-top: 10vw;
  gap: 7vw;
}

#sec6 .row div:nth-child(1) {
  border-bottom: 1px solid #dad7d4;
  padding-bottom: 6vw;
}

#sec6 .row .txt {
  text-align: center;
}

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

  #sec6 h2 {
    letter-spacing: 0.08em;
    margin-left: 1px;
  }

  #sec6 .text {
    margin-top: 4px;
    font-size: 16px;
  }

  #sec6 .row {
    margin-top: 77px;
    gap: 137px;
    justify-content: center;
    margin-left: -4px;
    position: relative;
  }

  #sec6 .row:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50.2%;
    width: 1px;
    bottom: 0;
    background: #dad7d4;
  }

  #sec6 .row div {
    width: 363px;
  }

  #sec6 .row div .btn-border {
    width: 100%;
  }

  #sec6 .row div .btn-border a {
    height: 87px;
    line-height: 85px;
    font-size: 15px;
    padding-left: 14px;
    letter-spacing: 0.19em;
  }

  #sec6 .row div .btn-border a:before {
    right: 24px;
  }

  #sec6 .row div .txt {
    margin: 15px -20px 0 -10px;
  }

  #sec6 .row div:nth-child(1) {
    padding-bottom: 0;
    border: none;
  }
}

/*# sourceMappingURL=recruit.css.map */