.jyc {
  line-height: 2;
  color: #434343;
}
.jyc__inner {
  padding: 6.25vw 0 3.125vw;
  width: 1200px;
  max-width: 85%;
  margin: 0 auto;
}
.jyc__inner a {
  color: #434343;
}
.jyc__inner a[target=_blank]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(/common/images/recruit/common/link_blank03.png) no-repeat;
  background-size: 100% auto;
}
.jyc__h2 {
  color: #009ee2;
  text-align: center;
}
.jyc__h2EN {
  font-family: "Renner*", sans-serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.jyc__h2JP {
  margin-top: 5px;
  font-size: 22px;
}
.jyc__kv {
  width: 100%;
  height: 80vh;
  background: url(/images/corporate/outline/domestic_relative/jyc/top/img_main.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jyc__message {
  font-size: 110%;
  line-height: 2;
}
.jyc .aboutTop__txtWrapper {
  font-size: inherit;
  margin-top: 40px;
}
.jyc .aboutTop__list {
  margin-top: 20px;
}
.jyc .aboutTop__list dd {
  font-size: 120%;
}
.jyc .aboutNumber__list {
  grid-template-rows: repeat(2, 15vw);
}
.jyc .aboutNumber__list--flex {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-rows: repeat(1, 15vw);
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(1) .aboutNumber__ttl {
  font-size: 22px;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2) .aboutNumber__img:nth-child(1) {
  width: 25%;
  margin-right: 5%;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2) .aboutNumber__img:nth-child(2) {
  width: 35%;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) .aboutNumber__img:nth-child(1) {
  width: 40%;
  margin-right: 5%;
  margin-bottom: 0;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) .aboutNumber__img:nth-child(2) {
  width: 40%;
}
.jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2) .aboutNumber__imgWrapper, .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) .aboutNumber__imgWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jyc .aboutNumber__item {
  grid-area: item;
  padding: 5%;
  background: #fff;
}
.jyc .aboutNumber__item:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
.jyc .aboutNumber__item:nth-child(1) .aboutNumber__img:nth-child(1) {
  width: 20%;
  margin-right: 5%;
}
.jyc .aboutNumber__item:nth-child(1) .aboutNumber__img:nth-child(2) {
  width: 30%;
}
.jyc .aboutNumber__item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
.jyc .aboutNumber__item:nth-child(2) .aboutNumber__imgWrapper {
  flex-direction: column;
}
.jyc .aboutNumber__item:nth-child(2) .aboutNumber__img:nth-child(1) {
  width: 40%;
  margin-bottom: 5%;
}
.jyc .aboutNumber__item:nth-child(2) .aboutNumber__img:nth-child(2) {
  width: 50%;
}
.jyc .aboutNumber__item:nth-child(3) {
  grid-row: 1/2;
  grid-column: 4/5;
}
.jyc .aboutNumber__item:nth-child(3) .aboutNumber__imgWrapper {
  flex-direction: column;
}
.jyc .aboutNumber__item:nth-child(3) .aboutNumber__img:nth-child(1) {
  width: 70%;
  margin-bottom: 7.5%;
}
.jyc .aboutNumber__item:nth-child(3) .aboutNumber__img:nth-child(2) {
  width: 50%;
}
.jyc .aboutNumber__item:nth-child(4) {
  grid-row: 2/3;
  grid-column: 3/4;
}
.jyc .aboutNumber__item:nth-child(4) .aboutNumber__img:nth-child(1) {
  width: 38%;
  margin-right: 5%;
}
.jyc .aboutNumber__item:nth-child(4) .aboutNumber__img:nth-child(2) {
  width: 45%;
}
.jyc .aboutNumber__item:nth-child(5) {
  grid-row: 2/3;
  grid-column: 4/5;
}
.jyc .aboutNumber__item:nth-child(5) .aboutNumber__img:nth-child(1) {
  width: 32%;
  margin-right: 5%;
}
.jyc .aboutNumber__item:nth-child(5) .aboutNumber__img:nth-child(2) {
  width: 47%;
}
.jyc .aboutNumber__item:nth-child(1) .aboutNumber__ttl {
  font-size: 28px;
}
.jyc .aboutNumber__item.-active .aboutNumber__img:nth-child(1) {
  animation-name: slide-in;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.jyc .aboutNumber__item.-active .aboutNumber__img:nth-child(2) {
  animation-name: slide-in;
  animation-duration: 0.4s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}
.jyc .aboutNumber__item.-active .aboutNumber__img:nth-child(3) {
  animation-name: round-in;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.jyc .aboutNumber__ttl {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 4.5%;
  padding: 3% 0;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #009ee2;
}
.jyc .aboutNumber__ttl::before {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, transparent 0%, #009ee2 35%, #009ee2 50%, #009ee2 65%, transparent);
  content: "";
}
.jyc .corporate-tbl {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #c9c9c9;
}
.jyc .corporate-tbl th {
  font-weight: normal;
  background: #f9f9f9;
}
.jyc .corporate-tbl th, .jyc .corporate-tbl td {
  padding: 10px 20px;
  border-bottom: 1px solid #c9c9c9;
  vertical-align: top;
}
.jyc__company .corporate-tbl {
  margin-top: 40px;
}
.jyc__company .corporate-tbl th {
  width: 20%;
}
.jyc__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 80%;
  margin: 40px auto 0;
}
.jyc__products li {
  width: 46%;
  margin-bottom: 30px;
}
.jyc__products h3 {
  color: #0055a5;
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 1em;
}
.jyc__products ul {
  width: 100%;
}
.jyc__products ul li {
  width: 100%;
  margin: 0;
}
.jyc__products ul li a, .jyc__products ul li span {
  position: relative;
  display: block;
  margin-top: -1px;
  border-top: 1px solid #ccc;
  padding: 15px 20px;
  margin-bottom: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.jyc__products ul li a {
  text-decoration: none;
}
.jyc__products ul li a::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.jyc .proInterview-top__interviewImgWrapper::before {
  content: none !important;
}

@media screen and (max-width: 821px) {
  .jyc__kv {
    height: 40vh;
  }
}

@media screen and (max-width: 768px) {
  .jyc__inner {
    width: 100%;
    padding: 12.5vw 0vw 9.375vw;
  }
  .jyc__h2 {
    color: #009ee2;
    text-align: center;
  }
  .jyc__h2EN {
    font-size: 9.6875vw;
    font-weight: 400;
    letter-spacing: 0;
  }
  .jyc__h2JP {
    margin-top: 0.78125vw;
    font-size: 3.125vw;
  }
  .jyc__message {
    font-size: 100%;
    line-height: 2;
  }
  .jyc .aboutNumber__inner {
    padding: 6.25vw 0vw 6.25vw;
  }
  .jyc .aboutNumber__list--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    column-gap: 0;
    row-gap: 0;
    padding: 0;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(1) {
    width: 100%;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2), .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) {
    width: 48%;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2) .aboutNumber__img:nth-child(1) {
    width: 33%;
    margin-right: 2%;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(2) .aboutNumber__img:nth-child(2) {
    width: 60%;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) .aboutNumber__imgWrapper {
    flex-direction: column;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) .aboutNumber__img:nth-child(1) {
    width: 60%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .jyc .aboutNumber__list--flex .aboutNumber__item:nth-child(3) .aboutNumber__img:nth-child(2) {
    width: 80%;
  }
  .jyc .aboutNumber__ttl {
    font-size: 20px;
  }
  .jyc__company .corporate-tbl th {
    width: auto;
  }
  .jyc__company .corporate-tbl th, .jyc__company .corporate-tbl td {
    display: block;
  }
  .jyc__products {
    display: block;
    width: 100%;
  }
  .jyc__products li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .jyc .kvCommon__inner {
    margin-top: 0;
  }
  .jyc .proInterview-top__kv {
    padding-top: 0;
  }
  .jyc__kv img {
    width: 80%;
  }
}

@media screen and (max-width: 415px) {
  .jyc__kv img {
    width: 90%;
  }
}


