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

.int-mv {
  margin-top: 170px;
  padding-left: clamp(40px, 40px + 90 * (100vw - 1000px) / 920, 130px);
  display: grid;
  grid-template-columns: 1fr 57.5%;
  gap: clamp(20px, calc(1.3071895425vw + 14.9019607843px), 40px) clamp(30px, calc(1.9607843137vw + 22.3529411765px), 60px);
}
.int-mv .int-eg {
  color: #CE001A;
  font-size: clamp(12px, calc(0.3921568627vw + 10.4705882353px), 18px);
  font-weight: bold;
  font-family: Inter, sans-serif;
}
.int-mv .eg {
  color: #9F9F9F;
  font-weight: bold;
  font-size: clamp(16px, calc(0.2614379085vw + 14.9803921569px), 20px);
}
.int-mv h1 {
  margin: 30px 0;
  font-weight: bold;
  font-size: clamp(28px, calc(1.3071895425vw + 22.9019607843px), 48px);
  line-height: 1.4;
  background: linear-gradient(90deg, #CE001A 0%, #730000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-mv .tp {
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
  align-items: center;
}
.int-mv .tp .line {
  height: 1px;
  background: #BEBEBE;
}
.int-mv .tp .name {
  font-weight: bold;
  font-size: clamp(20px, calc(0.2614379085vw + 18.9803921569px), 24px);
}
.int-mv .cr-eg {
  color: #A0A0A0;
  font-size: 14px;
}
.int-mv .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box;
}
.int-mv .r {
  background: url("../images/int1-mv.webp") center center/cover;
  aspect-ratio: 1100/770;
}
@media all and (max-width: 1000px) {
  .int-mv {
    grid-template-columns: 1fr;
  }
  .int-mv .titles {
    margin-top: 30px;
  }
  .int-mv .r {
    aspect-ratio: unset;
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .int-mv {
    margin-top: 80px;
    padding-left: 20px;
  }
  .int-mv h1 {
    margin: 20px 0;
  }
  .int-mv .tp {
    gap: 0 20px;
  }
  .int-mv .cr-eg {
    font-size: 12px;
  }
  .int-mv .r {
    height: 280px;
    position: relative;
    left: -20px;
    width: calc(100% + 20px);
  }
}

.int-mv2 .r {
  background: url("../images/int2-mv.webp") center center/cover;
  aspect-ratio: 1100/770;
}

.inner-2 {
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}
@media all and (max-width: 767px) {
  .inner-2 {
    width: 100%;
    padding: 0 0 0 40px;
  }
}

.crs {
  position: absolute;
  margin-left: 50px;
  top: 49px;
  width: calc((100% - 1280px) / 2);
}
.crs i {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}
.crs i:before, .crs i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CE001A;
  border-radius: 100%;
  transform: scale(0);
  z-index: 2;
  transition: all 0.3s ease;
}
.crs i:after {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: white;
  z-index: 3;
  transition: all 0.3s 0.2s ease;
}
.crs.line {
  height: 100%;
}
.crs.line:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 0;
  background: linear-gradient(to bottom, #CE001A 0%, #730000 100%);
  z-index: 1;
  transition: all 1s 0.6s ease;
}
.crs.trigger {
  opacity: 1;
}
.crs.trigger i {
  opacity: 1;
}
.crs.trigger i:before, .crs.trigger i:after {
  transform: scale(1);
}
.crs.trigger.line:before {
  height: 100%;
}
@media all and (max-width: 1530px) {
  .crs {
    margin-left: 0;
  }
}
@media all and (max-width: 1360px) {
  .crs {
    width: 5%;
  }
  .crs i {
    width: 20px;
    height: 20px;
  }
  .crs i:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
@media all and (max-width: 767px) {
  .crs {
    width: 40px;
  }
}

.cr1 {
  height: 140px;
  top: 0;
  place-content: center;
}
@media all and (max-width: 1000px) {
  .cr1 {
    height: 190px;
  }
}

.crs.cr1-l.line.trigger:before {
  height: calc(100% - 20px);
}
@media all and (max-width: 1360px) {
  .crs.cr1-l.line:before {
    top: 12px;
  }
  .crs.cr1-l.line.trigger:before {
    content: "";
    position: absolute;
    height: calc(100% - 40px);
  }
}
@media all and (max-width: 1000px) {
  .crs.cr1-l.line {
    top: 90px;
    height: calc(100% - 40px);
  }
}

.int1 {
  margin: 120px 0 0 0;
}
@media all and (max-width: 767px) {
  .int1 {
    margin: 60px 0 0 0;
  }
}

.career-bx {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 250px 1fr;
}
.career-bx .year {
  text-align: center;
  place-content: center;
  font-size: 22px;
  line-height: 1;
  border-right: 1px solid #D9D9D9;
}
.career-bx .year i {
  font-size: 32px;
  font-family: Inter, sans-serif;
  font-weight: bold;
}
.career-bx .fb {
  font-weight: bold;
  margin-bottom: 5px;
}
.career-bx .txt {
  padding: 0 60px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
@media all and (max-width: 1000px) {
  .career-bx {
    grid-template-columns: 1fr;
  }
  .career-bx .year {
    margin: 10px 0;
  }
}
@media all and (max-width: 767px) {
  .career-bx {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .career-bx .year {
    font-size: 18px;
  }
  .career-bx .year i {
    font-size: 24px;
  }
  .career-bx .fb {
    text-align: center;
    line-height: 1.5;
  }
  .career-bx .txt {
    padding: 0 20px;
  }
}

.int-bx {
  padding: 0 0 120px 0;
  position: relative;
}
.int-bx h2 {
  margin: 0 0 40px 0;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: clamp(20px, calc(0.7843137255vw + 16.9411764706px), 32px);
}
.int-bx .img-area {
  position: relative;
  z-index: 2;
  aspect-ratio: 1766/716;
  margin-left: clamp(40px, 40px + 90 * (100vw - 1000px) / 920, 130px);
}
.int-bx .img-area.rev {
  margin-left: unset;
  margin-right: clamp(40px, 40px + 90 * (100vw - 1000px) / 920, 130px);
}
@media all and (max-width: 767px) {
  .int-bx {
    padding: 0 0 60px 0;
    position: relative;
  }
  .int-bx h2 {
    margin: 0 0 20px 0;
    line-height: 1.6;
  }
  .int-bx .img-area {
    aspect-ratio: 16/9;
    position: relative;
    left: -40px;
    width: calc(100% + 40px);
  }
}

.txt-cm {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  .txt-cm {
    padding-right: 20px;
  }
}

.im1 {
  background: url("../images/int-u1.webp") center center/cover;
}

.im11 {
  background: url("../images/int-u11.webp") center center/cover;
}

.im2 {
  background: url("../images/int-u2.webp") center center/cover;
}

.im12 {
  background: url("../images/int-u12.webp") center center/cover;
}

.im3 {
  background: url("../images/int-u3.webp") center center/cover;
}

.im13 {
  background: url("../images/int-u13.webp") center center/cover;
}

.int2 .crs {
  top: 10px;
}
.int2 .crs i:before {
  background: #750101;
}
.int2 .crs.line {
  height: 100%;
}
.int2 .crs.line:before {
  background: linear-gradient(to top, #CE001A 0%, #730000 100%);
  z-index: 1;
}
@media all and (max-width: 1360px) {
  .int2 .crs {
    top: 17px;
  }
}

.int3 {
  padding-bottom: 0;
  padding-top: 90px;
}
.int3 .crs {
  top: 100px;
}
@media all and (max-width: 1360px) {
  .int3 .crs {
    height: 110px;
  }
}
.int3 .crs i:before, .int3 .crs i:after {
  transition: all 0.3s 0.3s ease;
}
.int3 .crs i:after {
  transition: all 0.3s 0.5s ease;
}
@media all and (max-width: 1360px) {
  .int3 .crs {
    top: 105px;
  }
}
.int3 .crs.line {
  height: 100px;
  top: 0;
}
.int3 .crs.line:before {
  top: 0;
}
@media all and (max-width: 1360px) {
  .int3 .crs.line {
    height: 110px;
  }
  .int3 .crs.line:before {
    top: 0;
  }
}
@media all and (max-width: 1360px) {
  .int3 .crs.trigger.line:before {
    height: 110px !important;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .int3 {
    padding-top: 70px;
  }
  .int3 .crs {
    top: 76px;
  }
  .int3 .crs.line {
    height: 76px;
  }
  .int3 .crs.trigger.line:before {
    height: 76px !important;
  }
}

.flow {
  background: linear-gradient(to right, #730000 0%, #CE001A 100%);
  color: white;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.flow h2 {
  font-weight: bold;
  font-size: 20px;
}
.flow h2 i {
  font-family: Inter, sans-serif;
  font-size: 24px;
  margin-right: 40px;
}
.flow .fb {
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
  padding-bottom: 3px;
}
.flow .fb:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
}
.flow .c-flow {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  position: relative;
}
.flow .c-flow.anm {
  opacity: 1;
}
.flow .c-flow:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10%;
  margin-top: 0;
  margin-left: 0;
  width: 0;
  height: 1px;
  background: #5F0106;
  transition: all 0.6s 0.6s ease;
}
.flow .c-flow.trigger:before {
  width: 80%;
}
.flow .c-flow .tl1 {
  padding-top: 40px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, calc(0.522875817vw + 17.9607843137px), 28px);
  line-height: 1;
  position: relative;
}
.flow .c-flow .tl1 i {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto 8px auto;
  color: #CE001A;
  place-content: center;
  text-align: center;
  font-size: 16px;
}
.flow .c-flow .tl1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #5F0106;
  border-radius: 100%;
}
.flow .c-flow .txt {
  margin-top: 20px;
  text-align: left;
  padding: 0 24px;
  box-sizing: border-box;
}
.flow .c-flow2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10%;
  margin-top: 0;
  margin-left: 0;
  width: 0;
  height: 1px;
  background: #5F0106;
}
.flow .c-flow2.trigger:before {
  width: 60%;
}
.flow .c-flow4 {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  position: relative;
}
.flow .c-flow4.anm {
  opacity: 1;
}
.flow .c-flow4:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 12.5%;
  margin-top: 0;
  margin-left: 0;
  width: 0;
  height: 1px;
  background: #5F0106;
  transition: all 0.6s 0.6s ease;
}
.flow .c-flow4.trigger:before {
  width: 75%;
}
.flow .c-flow4 .txt {
  margin-top: 20px;
  text-align: left;
  padding: 0 24px;
  box-sizing: border-box;
}
.flow .c-flow4 .txt i {
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
  text-decoration: underline;
}
@media all and (max-width: 1000px) {
  .flow .c-flow {
    grid-template-columns: repeat(1, 1fr);
  }
  .flow .c-flow:before {
    display: none;
  }
  .flow .c-flow .bx {
    display: grid;
    grid-template-columns: 130px 1fr;
    padding-bottom: 24px;
    align-items: flex-start;
    position: relative;
  }
  .flow .c-flow .bx:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    margin-top: 0;
    margin-left: 0;
    width: 1px;
    height: 0;
    background: #5F0106;
    transition: all 1s 0.5s ease;
  }
  .flow .c-flow .bx:last-of-type:before {
    display: none;
  }
  .flow .c-flow .bx.trigger:before {
    height: 100%;
  }
  .flow .c-flow .tl1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    padding-top: 0;
    padding-left: 27px;
  }
  .flow .c-flow .tl1:before {
    top: 9px;
    left: 0;
    margin-left: 0;
    width: 8px;
    height: 8px;
  }
  .flow .c-flow .tl1 i {
    margin: 0;
  }
  .flow .c-flow .txt {
    margin-top: -4px;
    padding: 0 24px;
  }
  .flow .c-flow2 .bx:nth-of-type(4):before {
    display: none;
  }
  .flow .c-flow4 .bx {
    align-items: flex-start;
  }
  .flow .c-flow4 .bx:last-of-type:before {
    display: none;
  }
  .flow .c-flow4 .bx.trigger:before {
    height: 100%;
  }
  .flow .c-flow4 .tl1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    padding-top: 0;
  }
  .flow .c-flow4 .tl1 i {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .flow {
    padding: 40px 0 20px 0;
  }
  .flow .inner-2 {
    padding: 0 0 0 20px;
  }
  .flow .in2 {
    margin-top: 40px;
  }
  .flow .c-flow {
    margin-top: 30px;
  }
  .flow .c-flow .bx {
    grid-template-columns: 1fr;
  }
  .flow .c-flow .tl1 {
    text-align: left;
    padding-left: 20px;
    padding-top: 0;
  }
  .flow .c-flow .txt {
    margin-top: 5px;
  }
}

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