.en-title {
  font-family: "anton";
  font-size: 40px;
  color: #cf111b;
}

h2 {
  font-size: 40px;
  padding-top: 0px;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
}

.int {
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #cf111b;
  font-size: 35px;
  letter-spacing: 1px;
}

section.top {
  margin-top: -4%;
  position: relative;
}
section.top .title-box {
  position: absolute;
  top: 15%;
  left: 5%;
  color: white;
}
section.top .title-box .en-title {
  font-family: "anton";
  font-size: 70px;
  color: #cf111b;
  line-height: 100%;
}
section.top .title-box h1 {
  line-height: 200%;
  font-size: 30px;
}
section.top .title-box .h1 {
  margin-top: 70px;
  line-height: 200%;
  font-size: 30px;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 1px 3px black;
}
section.top .title-box .t1 {
  font-size: 20px;
  font-weight: 600;
}
section.top .profile {
  position: absolute;
  top: 50%;
  right: 0%;
  display: inline-block;
  background: white;
  padding: 20px 30px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 30px;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
}
section.top .profile span {
  color: #cf111b;
}

h2.profile {
  margin-bottom: 20px;
  line-height: 100%;
  text-align: center !important;
}
h2.profile span {
  color: #cf111b;
}

.sub-text {
  padding: 70px 0 50px 0;
  text-align: center;
  line-height: 300%;
}
.sub-text .block {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.company {
  padding: 50px 0;
  background: #f2f2f2;
}
.company .block {
  width: 1200px;
  max-width: 90%;
  margin: 0px auto;
}
.company .link-flex {
  display: flex;
  gap: 50px;
  margin: 0px auto;
  justify-content: center;
  margin-top: 20px;
}
.company .link-flex a {
  background: white;
  padding: 30px;
  border-radius: 20px;
  width: 33.3333333333%;
}
.company .link-flex .title {
  color: #cf111b;
  font-size: 25px;
  padding: 20px 0;
  border-bottom: solid 1px #707070;
  font-weight: 600;
}
.company .link-flex .view {
  text-align: right;
  color: #cf111b;
  margin-top: 20px;
}
.company .link-flex .view span {
  border-bottom: solid 1px #cf111b;
  line-height: 110%;
  font-weight: 600;
}

.company.welfare {
  background: white;
  padding-top: 0;
}
.company.welfare .link-flex a {
  background: #f8f8f8;
}

.red-block {
  background-image: url("../../src/index/bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  padding-top: 20px;
  color: white;
  text-align: center;
  position: relative;
}
.red-block .block {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
}
.red-block h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
}
.red-block p {
  line-height: 400%;
}
.red-block .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, transparent 100%);
}

.company.interview {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url(../../src/interview/interview-bg.webp);
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
}
.company.interview .intervew-title-flex {
  display: flex;
  flex-wrap: wrap;
}
.company.interview .intervew-title-flex h2 {
  flex-grow: 1;
}
.company.interview .intervew-title-flex img {
  padding-top: 50px;
  width: 500px;
  max-width: 80%;
  margin-left: auto;
}
.company.interview .fade-in {
  opacity: 1;
  transform: translateY(0);
}
.company.interview .fade-in.active:nth-child(1) .card {
  transform: rotate(5deg);
  transition-delay: 0s;
}
.company.interview .fade-in.active:nth-child(2) .card {
  transform: rotate(-5deg);
  transition-delay: 0.5s;
}
.company.interview .fade-in.active:nth-child(3) .card {
  transform: rotate(7deg);
  transition-delay: 1s;
}
.company.interview .fade-in.active:nth-child(4) .card {
  transform: rotate(-5deg);
  transition-delay: 0s;
}
.company.interview .fade-in.active:nth-child(5) .card {
  transform: rotate(5deg);
  transition-delay: 0.5s;
}
.company.interview .fade-in.active:nth-child(6) .card {
  transform: rotate(-5deg);
  transition-delay: 1s;
}
.company.interview .link-flex {
  justify-content: center;
}
.company.interview a {
  background: transparent;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgb(206, 206, 206) 45%, rgb(206, 206, 206) 45%, transparent 45%, transparent 100%);
  /*
  &::after {
      position: absolute;
      content: "";
      background: #434343;
      opacity: 0.25;
      top: 0;
      left: 0;
      width: 350px;
      height: max-content;
  }*/
}
.company.interview a::before {
  position: absolute;
  content: "";
  background-image: url(../../src/interview/clip.webp);
  background-size: 100% 100%;
  right: 10%;
  top: 80px;
  width: 40px;
  height: 80px;
  z-index: 10;
}
.company.interview a .card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  transition: transform 1s ease;
}
.company.interview a .card .name-flex {
  display: flex;
  font-weight: 600;
  margin-bottom: 20px;
  align-items: center;
}
.company.interview a .card .name-flex .name {
  padding-right: 10px;
}
.company.interview a .card .name-flex .en-name {
  font-size: 12px;
  color: #cf111b;
}
.company.interview a .card .title {
  border: 0;
}
.company.interview a .card .info {
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
}
.company.interview .link-flex {
  flex-wrap: wrap;
  margin: 20px auto 100px auto;
}
.company.interview .int {
  font-size: 90px;
  position: relative;
  z-index: 5;
  line-height: 100%;
  margin-bottom: 0px;
}
.company.interview a:nth-child(2),
.company.interview a:nth-child(5) {
  margin-top: 50px;
}
.company.interview a:nth-child(3),
.company.interview a:nth-child(6) {
  margin-top: 100px;
}

.cross-talk .en-title {
  text-align: center;
}
.cross-talk h2 {
  text-align: center;
}
.cross-talk .link-flex {
  display: flex;
  width: 1200px;
  max-width: 90%;
  margin: 0px auto;
  margin: 60px auto;
  padding-top: 30px;
  gap: 30px;
  border-top: solid 1px #cf111b;
}
.cross-talk .title {
  padding-top: 20px;
}

@media (max-width: 1277px) {
  .company.interview a:nth-child(2),
  .company.interview a:nth-child(4),
  .company.interview a:nth-child(6) {
    margin-top: 100px;
  }
  .company.interview a:nth-child(1),
  .company.interview a:nth-child(3),
  .company.interview a:nth-child(5) {
    margin-top: 0px;
  }
}
@media (max-width: 1100px) {
  .sub-text {
    text-align: left;
  }
  br.pc {
    display: none !important;
  }
  .red-block {
    text-align: left;
  }
  .red-block h3 {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  section.top .title-box .en-title {
    font-size: 50px;
  }
  section.top .title-box h1 {
    line-height: 200%;
    font-size: 25px;
  }
  section.top .title-box .h1 {
    margin-top: 50px;
    line-height: 200%;
    font-size: 25px;
  }
  section.top .title-box .t1 {
    font-size: 16px;
  }
  section.top .profile {
    font-size: 25px;
    padding: 15px 25px;
  }
}
@media (max-width: 700px) {
  .en-title {
    font-size: 30px;
  }
  h2 {
    padding-top: 0px;
    font-size: 30px;
  }
  section.top .title-box {
    top: 50px;
    left: 5%;
  }
  section.top .title-box .en-title {
    font-size: 30px;
  }
  section.top .title-box h1 {
    font-size: 20px;
  }
  section.top .title-box .h1 {
    margin-top: 5%;
    line-height: 200%;
    font-size: 20px;
  }
  section.top .title-box .t1 {
    font-size: 14px;
  }
  section.top .profile {
    font-size: 20px;
    padding: 10px 20px;
    top: 60%;
  }
  .sub-text {
    padding: 30px 0;
    text-align: left;
    padding-top: 50px;
  }
  .company .link-flex {
    flex-direction: column;
  }
  .company .link-flex a {
    width: 100%;
  }
  .company .link-flex {
    gap: 30px;
  }
  .red-block {
    padding: 50px 0;
    padding-top: 10px;
  }
  .red-block h3 {
    font-size: 27px;
  }
  .red-block p {
    line-height: 250%;
  }
  .company.interview a {
    max-width: 100%;
  }
  .company.interview {
    padding-top: 50px;
  }
  .company.interview .link-flex {
    justify-content: center;
    margin: 50px auto;
  }
  .company.interview a {
    width: 100%;
  }
  .company.interview a:nth-child(1),
  .company.interview a:nth-child(2),
  .company.interview a:nth-child(3),
  .company.interview a:nth-child(4),
  .company.interview a:nth-child(5),
  .company.interview a:nth-child(6) {
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  section.top .title-box {
    top: 30px;
    left: 20px;
  }
  section.top .title-box h1 {
    margin-top: 0px;
  }
  section.top .title-box .h1 {
    margin-top: 20px;
  }
  section.top .profile {
    font-size: 16px;
    padding: 5px 10px;
    top: 60%;
  }
  .interview-hidden {
    display: none;
  }
}/*# sourceMappingURL=sub.css.map */