img {
  height: auto;
  width: 100%;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-f {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .sub-mv {
    padding-top: 20px;
    height: 340px;
  }
}
.sub-mv::after {
  background: url(../img/sub-mv-bg.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sub-mv::after {
    height: 340px;
  }
}

.content {
  position: relative;
  background: linear-gradient(to bottom right, #e3e8ef, #bcc2c9, #e3e8ef);
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 2250/1263;
  background: url(../img/top-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}
.content::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  aspect-ratio: 2250/1263;
  background: url(../img/bottom-bg.png) no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.attempt {
  position: relative;
  z-index: 1;
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
  padding: 195px 0 0;
  color: var(--white);
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .attempt {
    padding: 50px 0 0;
  }
}
.attempt__inner {
  width: 90%;
  margin-inline: auto;
}
.attempt__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .attempt__list {
    grid-template-columns: 1fr;
  }
}
.attempt__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .attempt__flex {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
.attempt__flex-left {
  max-width: 500px;
  width: 100%;
}
.attempt__flex-right {
  width: 100%;
  max-width: 450px;
}
.attempt__flex-right-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .attempt__flex-right-title {
    font-size: 24px;
  }
}
.attempt__flex-right-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .attempt__flex-right-text {
    font-size: 14px;
  }
}
.attempt__top {
  color: var(--white);
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 35px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .attempt__top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.attempt__item {
  background: #3c444c;
  padding: 16px 16px 40px;
}
.attempt__item-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attempt__item-title {
    font-size: 20px;
  }
}
.attempt__item-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .attempt__item-text {
    font-size: 14px;
  }
}
.attempt__title {
  color: #000;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .attempt__title {
    font-size: 24px;
  }
}

.tech {
  position: relative;
  z-index: 1;
}
.tech__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .tech__inner {
    flex-direction: column;
    padding-block: 50px;
  }
}
.tech__left {
  max-width: 540px;
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tech__left {
    font-size: 24px;
  }
}
.tech__right {
  max-width: 460px;
}
.tech__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .tech__text {
    font-size: 14px;
  }
}
.tech a {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .tech a {
    margin-top: 20px;
    gap: 10px;
  }
}
.tech a::after {
  content: "";
  display: block;
  height: auto;
  width: 20px;
  aspect-ratio: 20/18;
  -webkit-mask-image: url(/recruit/common/imgs/blank.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/recruit/common/imgs/blank.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--black);
}

.bg-area {
  position: relative;
  z-index: 1;
  height: 430px;
  width: 100%;
  background: url(../img/last-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bg-area {
    height: 250px;
    background-position: center;
  }
}

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