:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
.contents-wrap {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-top: 70px;
  }
}
#main section.kv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  background: no-repeat center / cover;
  gap: 18px;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: auto;
  max-width: 100%;
  background-image: url(../media/images/performance/index/kv.jpg);
}
@media screen and (max-width: 767px) {
  #main section.kv {
    aspect-ratio: inherit;
    gap: 3px;
    padding-bottom: 0;
    height: 200px;
  }
}
#main section.kv.wide {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #main section.kv.wide {
    height: 200px;
  }
}
#main section.kv h2 {
  margin: 0;
  letter-spacing: 0.8em;
  padding-right: 10px;
  padding-left: 10px;
  text-indent: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main section.kv h2 {
    font-size: 27px;
  }
}
#main section.kv .subtitle {
  display: table;
  margin: 5px 0 0;
  padding: 6px 17px 8px;
  transform: translateY(-7px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-indent: 0.15em;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main section.kv .subtitle {
    padding: 7px 10px 7px;
    margin-top: 5px;
    transform: translateY(5px);
    font-size: 11px;
    min-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #main section.kv h2 {
    font-size: 30px;
    letter-spacing: 0.3em;
  }
}
#main .lead {
  padding: 64px 15px 76px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #main .lead {
    padding: 30px 15px;
  }
}
#main .lead p {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #main .lead p {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    line-height: 1.7857142857;
    font-weight: 400;
  }
}
#main .lead p + p {
  margin-top: 20px;
}
#main .performance_index {
  padding: 78px 15px 82px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  #main .performance_index {
    padding: 30px 15px;
  }
}
#main .performance_index a {
  color: var(--color-text);
  text-decoration: none;
}
#main .performance_index .top_title {
  display: none;
}
#main .performance_index ul.depth1 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  #main .performance_index ul.depth1 {
    gap: 15px 10px;
  }
}
#main .performance_index ul.depth1 li {
  flex: 0 1 calc((100% - 50px) / 2);
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  #main .performance_index ul.depth1 li {
    flex: 0 1 calc((100% - 10px) / 2);
    min-height: 50px;
  }
}
#main .performance_index ul.depth1 li.lm42 {
  display: none;
}
@media screen and (max-width: 767px) {
  #main .performance_index ul.depth1 li.lm12 a {
    padding: 3px 45px 3px 10px;
  }
}
#main .performance_index ul.depth1 li:nth-child(-n+10) a::before {
  content: counter(number,decimal-leading-zero);
}
#main .performance_index ul.depth1 li a {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  counter-increment: number 1;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #main .performance_index ul.depth1 li a {
    gap: 10px;
    padding: 3px 8px 3px 10px;
    font-size: 13px;
  }
}
#main .performance_index ul.depth1 li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#main .performance_index ul.depth1 li a::before {
  flex: 0 0 auto;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #00489B;
  color: #fff;
  font-size: 18px;
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .performance_index ul.depth1 li a::before {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=./performance_index.css.map */