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;
  }
}

.sub-mv::after {
  background: url(../..//message/img/sub-mv-bg.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  padding: 180px 0 0;
  background: linear-gradient(to bottom, #e3e8ef, #bcc2c9);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 70px;
  }
}
.content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-top-bg.png) no-repeat;
  mix-blend-mode: luminosity;
  background-size: cover;
}
.content__inner {
  position: relative;
  z-index: 5;
}

.anchor-area {
  width: 90%;
  margin: 0 auto 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .anchor-area {
    flex-direction: column;
    margin-bottom: 70px;
    gap: 10px;
  }
}
.anchor-area__link {
  padding-left: 20px;
  color: var(--white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  width: 250px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anchor-area__link {
    width: 250px;
    height: 100px;
  }
}
.anchor-area__link--1 {
  background: url(../img/anchor-1.jpg) no-repeat center;
}
.anchor-area__link--2 {
  background: url(../img/anchor-2.jpg) no-repeat center;
}
.anchor-area__link--3 {
  background: url(../img/anchor-3.jpg) no-repeat center;
}
@media (hover) {
  .anchor-area__link:hover::after {
    scale: 1 0;
  }
}
.anchor-area__link::after {
  content: "";
  transform-origin: left top;
  transition: scale 0.3s;
  position: absolute;
  left: 50%;
  bottom: -45px;
  width: 1px;
  height: 60px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .anchor-area__link::after {
    display: none;
  }
}
.anchor-area__name {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}
.anchor-area__name span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
}
.anchor-area__department {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0em;
}

.interview__inner {
  display: flex;
  flex-direction: column;
}

.interview-item {
  background: linear-gradient(to bottom, #e3e8ef, #bcc2c9);
}
.interview-item__head {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .interview-item__head {
    height: 350px;
  }
}
.interview-item__head--1 {
  background: url(../img/interview-head-1.jpg) 30% center/cover, no-repeat;
}
.interview-item__head--2 {
  background: url(../img/interview-head-2.jpg) 30% center/cover, no-repeat;
}
.interview-item__head--3 {
  background: url(../img/interview-head-3.jpg) 30% center/cover, no-repeat;
}
.interview-item__head-inner {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  padding: 35px 0;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .interview-item__head-inner {
    flex-direction: column;
    padding: 20px 0;
  }
}
.interview-item__head-number {
  color: var(--white);
  mix-blend-mode: overlay;
  font-weight: 500;
  font-family: var(--barlow);
  font-size: 180px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1080px) {
  .interview-item__head-number {
    font-size: 140px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .interview-item__head-number {
    font-size: 100px;
  }
}
.interview-item__head-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .interview-item__head-text {
    margin-bottom: 30px;
    gap: 5px;
  }
}
.interview-item__head-text span {
  display: block;
  width: fit-content;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  padding: 15px 25px;
  background: var(--white);
}
@media screen and (max-width: 1080px) {
  .interview-item__head-text span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .interview-item__head-text span {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.interview-item__head-content {
  color: var(--white);
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 125px;
  width: 370px;
  padding: 0 20px 0 40px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .interview-item__head-content {
    height: 100px;
    width: 300px;
    padding: 0 30px;
  }
}
.interview-item__head-name {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .interview-item__head-name {
    font-size: 17px;
  }
}
.interview-item__head-name span {
  margin-left: 15px;
  color: #a6afb8;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .interview-item__head-name span {
    font-size: 13px;
  }
}
.interview-item__head-department {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .interview-item__head-department {
    font-size: 14px;
  }
}
.interview-item__body {
  padding-bottom: 200px;
  position: relative;
  background: linear-gradient(to bottom, #e3e8ef, #bcc2c9);
}
@media screen and (max-width: 767px) {
  .interview-item__body {
    padding-bottom: 100px;
  }
}
.interview-item__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2250/1263;
  background: url(/recruit/common/imgs/content-bottom-bg.png) no-repeat;
  mix-blend-mode: luminosity;
  background-size: cover;
}
.interview-item__content {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  margin: 0 auto 60px;
  width: 90%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .interview-item__content {
    padding-top: 40px;
    gap: 50px;
  }
  .interview-item__content--odd {
    flex-direction: column-reverse;
  }
  .interview-item__content--even {
    flex-direction: column;
  }
}
.interview-item__content-imagebox {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .interview-item__content-imagebox {
    margin-left: 0;
  }
}
.interview-item__content-imagebox--left {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .interview-item__content-imagebox--left {
    margin-left: auto;
  }
}
.interview-item__content-imagebox--right {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .interview-item__content-imagebox--right {
    margin-right: auto;
  }
}
.interview-item__content-textbox {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .interview-item__content-textbox {
    gap: 30px;
  }
}
.interview-item__content-textbox dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .interview-item__content-textbox dl {
    gap: 10px;
  }
}
.interview-item__content-textbox dl dt {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interview-item__content-textbox dl dt {
    align-items: flex-start;
    font-size: 20px;
    gap: 10px;
  }
}
.interview-item__content-textbox dl dt::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .interview-item__content-textbox dl dt::before {
    width: 15px;
    position: relative;
    top: 0.5lh;
  }
}
.interview-item__content-textbox dl dd {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .interview-item__content-textbox dl dd {
    font-size: 14px;
  }
}

.schedule {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 60px;
  padding: 60px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .schedule {
    padding: 30px 5%;
  }
}
.schedule__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .schedule__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.schedule__list {
  display: flex;
  flex-direction: column;
  border-left: solid 1px #000;
  padding: 10px 0;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .schedule__list {
    display: grid;
  }
}
.schedule__item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .schedule__item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    align-items: center;
    gap: 0.5em 25px;
    font-size: 14px;
  }
}
.schedule__item-line {
  height: 1px;
  width: 100%;
  border-bottom: dotted 1px #000;
}
@media screen and (max-width: 767px) {
  .schedule__item-line {
    display: none;
  }
}
.schedule__item-time {
  min-width: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .schedule__item-time {
    grid-area: 1/1/2/2;
  }
}
.schedule__item-title {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .schedule__item-title {
    grid-area: 1/2/2/3;
  }
}
.schedule__item-left {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .schedule__item-left {
    display: contents;
  }
}
.schedule__item-right {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .schedule__item-right {
    grid-area: 2/2/3/3;
  }
}

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