.smenu {
  mix-blend-mode: difference;
}

.recruit-mv {
  background: none;
  height: auto;
  padding: 160px 0 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .recruit-mv {
    padding: 120px 0 60px 0;
  }
}

.under-ttl .eg {
  background: linear-gradient(90deg, #7E0002 0%, #C90019 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
}
.under-ttl h1 {
  color: #000;
}

.ttl-com {
  font-weight: bold;
  font-size: clamp(20px, calc(1.3071895425vw + 14.9019607843px), 40px);
  font-family: Inter, sans-serif;
  display: inline-block;
  padding: 0 clamp(60px, 5.7291666667vw, 110px);
  line-height: 1;
}
.ttl-com:first-letter {
  color: #D01126;
}
@media all and (max-width: 1280px) {
  .ttl-com {
    padding: 0;
  }
}

.rec1 {
  margin-top: 40px;
  text-align: center;
}
.rec1 .inner {
  display: inline-block;
  text-align: center;
}
.rec1 h2 {
  display: inline;
  background: linear-gradient(transparent 60%, #E4E4E4 60%);
}
.rec1 .txt {
  margin-top: 20px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .rec1 h2 {
    line-height: 1.4;
    font-size: 20px;
  }
}

.rec2 {
  width: calc(100% - 40px);
  margin-left: 20px;
  background: url("../images/rec1.jpg") center center/cover;
  aspect-ratio: 1766/575;
  max-height: 570px;
  margin-top: 80px;
  overflow: hidden;
}
.rec2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (max-width: 1000px) {
  .rec2 {
    aspect-ratio: unset;
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .rec2 {
    margin-top: 40px;
    background: url("../images/rec1-sp.jpg") center center/cover;
    height: 300px;
    margin-bottom: 0;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}

@media all and (max-width: 767px) {
  .rec2-pc {
    display: none;
  }
}

.rec2-sp {
  display: none;
}
@media all and (max-width: 767px) {
  .rec2-sp {
    display: block;
  }
}

.rec3 .info {
  max-width: 1300px;
  margin: -20px auto 0 auto;
  background: white;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  padding: 30px 60px;
}
.rec3 .info .line {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
  padding: 16px 0;
}
.rec3 .info .line:last-of-type {
  border: none;
}
.rec3 .info .ttl {
  font-weight: bold;
}
.rec3 .info .fb1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.rec3 .info .fb2 {
  display: inline;
  font-weight: bold;
  box-sizing: border-box;
  padding-bottom: 3px;
  margin-bottom: 16px;
  background: linear-gradient(transparent 95%, #DFDCDC 95%);
}
.rec3 .info .in {
  margin: 16px 0;
}
.rec3 .info ul {
  margin: 16px 0;
}
.rec3 .info ul li {
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
  font-weight: bold;
}
.rec3 .info ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/info-larw.png") center left no-repeat;
  background-size: 16px auto;
}
@media all and (max-width: 1000px) {
  .rec3 .info {
    margin: -10px auto 0 auto;
    padding: 20px 20px;
  }
  .rec3 .info .line {
    display: grid;
    grid-template-columns: 250px 1fr;
  }
}
@media all and (max-width: 767px) {
  .rec3 .info {
    border-radius: 4px;
    padding: 0 10px 20px 20px;
    padding: 10px 20px;
  }
  .rec3 .info .line {
    display: block;
    padding: 16px 0;
  }
  .rec3 .info .txt {
    font-size: 14px;
  }
  .rec3 .info .fb1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin: 16px 0;
  }
  .rec3 .info .fb2 {
    font-size: 14px;
  }
  .rec3 .info ul {
    margin: 16px 0;
  }
  .rec3 .info ul li:before {
    background: url("../images/info-larw.png") top 7px left no-repeat;
    background-size: 16px auto;
  }
  .rec3 .info .tx {
    font-size: 14px;
    line-height: 1.8;
  }
  .rec3 .info .ttl {
    margin-bottom: 3px;
  }
}

.arc-rec .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
  margin: 60px auto 120px auto;
  max-width: 1280px;
}
.arc-rec .inner .img {
  overflow: hidden;
}
.arc-rec .inner img {
  width: 100%;
  transition: all 0.3s ease;
}
.arc-rec .inner .info {
  background: white;
  padding: 24px;
  box-sizing: border-box;
}
.arc-rec .inner a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.arc-rec .inner .crw {
  display: flex;
  justify-content: space-between;
}
.arc-rec .inner .ymd {
  font-family: Inter, sans-serif;
  font-size: 12px;
}
.arc-rec .inner .cr {
  background: #f5f5f5;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.arc-rec .inner a {
  transition: all 0.3s ease;
}
.arc-rec .inner a:hover img {
  transform: scale(1.05);
}
@media all and (max-width: 767px) {
  .arc-rec {
    margin-top: 40px;
  }
  .arc-rec .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
    margin: 30px auto 120px auto;
  }
  .arc-rec .inner .info {
    padding: 16px;
  }
  .arc-rec .inner img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

.btnw {
  margin: 80px 0 140px 0;
}
@media all and (max-width: 767px) {
  .btnw {
    margin: 40px 0 70px 0;
  }
  .btnw a {
    width: calc(100% - 40px);
  }
}

.ft-contact {
  display: none;
}

footer {
  border-top: 1px solid #ECEAEA;
  box-sizing: border-box;
}

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