.data .container {
  padding-top: var(--header);
}
.data .hero3 {
  margin-bottom: 90px;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  .data .hero3 {
    margin-bottom: 70px;
    height: auto;
  }
}
.data .lead {
  margin-bottom: 105px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 812px) {
  .data .lead {
    margin-bottom: 75px;
  }
}
.data .data-index {
  margin-bottom: 80px;
}
@media screen and (max-width: 812px) {
  .data .data-index {
    margin-bottom: 50px;
  }
}

.sec-part {
  background-color: var(--c-light-red);
}
.sec-part .inner-m {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 812px) {
  .sec-part .inner-m {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.sec-full {
  background-color: var(--c-light-red);
}
.sec-full .inner-m {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 812px) {
  .sec-full .inner-m {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.data-slider {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: var(--c-light-red);
}
.data-slider img {
  width: auto;
  max-width: none;
  height: 270px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 812px) {
  .data-slider img {
    height: 250px;
    margin-left: 11px;
    margin-right: 11px;
  }
}
.data-slider .slick-slide > div > div {
  vertical-align: top;
}

.data-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 812px) {
  .data-index {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.data-index a {
  position: relative;
  display: grid;
  place-items: center;
  height: 68px;
  border-radius: 10px;
  border: 1px solid var(--c-red);
  background-color: var(--c-red);
  font-feature-settings: "palt";
  font-family: "TazuganeGothicStdN-Medium", "Tazugane Gothic StdN Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 812px) {
  .data-index a {
    height: 50px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .data-index a, .data-index a::after {
    transition: all 450ms ease;
  }
  .data-index a:hover {
    background-color: #fff;
    color: var(--c-red);
  }
  .data-index a:hover::after {
    border-right: 1px solid var(--c-red);
    border-bottom: 1px solid var(--c-red);
  }
}
.data-index a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 22px;
  rotate: 45deg;
  translate: 0 -75%;
}
@media screen and (max-width: 812px) {
  .data-index a::after {
    width: 12px;
    height: 12px;
    right: 12px;
  }
}

.data-ttl {
  display: grid;
  place-items: center;
  height: 175px;
  background-color: var(--c-red);
}
@media screen and (max-width: 812px) {
  .data-ttl {
    height: 150px;
  }
}

.data-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 812px) {
  .data-list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.data-list > div {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.data-list > div:nth-child(2), .data-list > div:nth-child(6) {
  grid-column: span 2;
}
@media screen and (max-width: 812px) {
  .data-list > div:nth-child(2), .data-list > div:nth-child(6) {
    grid-column: span 1;
  }
}
.data-list > div:nth-child(2) dd, .data-list > div:nth-child(6) dd {
  padding: 5.0847457627%;
}
.data-list > div:nth-child(2) dd picture,
.data-list > div:nth-child(2) dd img, .data-list > div:nth-child(6) dd picture,
.data-list > div:nth-child(6) dd img {
  max-width: 530px;
}
@media screen and (max-width: 812px) {
  .data-list > div:nth-child(2) dd picture,
  .data-list > div:nth-child(2) dd img {
    max-width: 280px;
  }
}
@media screen and (max-width: 812px) {
  .data-list > div:nth-child(6) dd picture,
  .data-list > div:nth-child(6) dd img {
    max-width: 220px;
  }
}
.data-list > div dt {
  display: grid;
  place-items: center;
  height: 40px;
  background-color: var(--c-red);
  font-feature-settings: "palt";
  font-family: "TazuganeGothicStdN-Medium", "Tazugane Gothic StdN Medium", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 812px) {
  .data-list > div dt {
    height: 50px;
    font-size: 2.1rem;
  }
}
.data-list > div dd {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 10.7142857143%;
}
@media screen and (max-width: 812px) {
  .data-list > div dd {
    padding: 30px;
  }
}
.data-list > div dd picture,
.data-list > div dd img {
  width: 100%;
  max-width: 220px;
}
.data-list > div dd div.ex {
  margin-right: -4.347826087%;
}