@charset "UTF-8";

/* videos */
#videos {
  padding: 5.7rem 0;
}
@media screen and (min-width: 768px) {
  #videos {
    padding: 5.4rem 0;
    display: flex;
    justify-content: space-between;
  }
}
#videos section {
  margin: 0 auto;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  #videos > section {
    margin: 0;
    max-width: none;
    flex-basis: 88rem;
  }
}
#videos section + section {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  #videos section + section {
    margin-top: 0;
  }
}
#videos h2 {
  padding: 0.35em 0;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #videos h2 {
    font-size: 3.5rem;
  }
}
#videos .yt {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #videos .yt {
    border-radius: 10px;
  }
}
#videos .yt iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* testing */
#testing {
  display: flex;
  flex-direction: column;
}
#testing .container {
  padding: 6.8rem 0;
}
@media screen and (min-width: 768px) {
  #testing .container {
    padding: 10.8rem 0;
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 10.8rem;
    column-gap: 10.8rem;
  }
  #testing .container > h2 {
    flex-shrink: 0;
  }
  #testing .container > .desc {
    flex-basis: 63rem;
  }
}
#testing h2 {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto auto 1fr;
  -moz-column-gap: calc(12 / 82 * 1em);
  column-gap: calc(12 / 82 * 1em);
  font-size: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #testing h2 {
    padding: 4rem 9rem;
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #testing h2::before,
  #testing h2::after {
    content: "";
    width: 4.8rem;
    height: 4.8rem;
    position: absolute;
  }
  #testing h2::before {
    border-top: solid 10px rgb(183, 28, 43);
    border-right: solid 10px rgb(183, 28, 43);
    border-top-right-radius: 20px 20px;
    top: -5px;
    right: -5px;
  }
  #testing h2::after {
    border-bottom: solid 10px rgb(183, 28, 43);
    border-left: solid 10px rgb(183, 28, 43);
    border-bottom-left-radius: 20px 20px;
    bottom: -5px;
    left: -5px;
  }
}
#testing h2 .term {
  padding: 0.1em 0.5em;
  margin: 0.15em;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  font-size: calc(33 / 82 * 1em);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(184, 28, 43);
}
#testing h2 em {
  padding-right: 0.025em;
  grid-column: 1 / 2;
  grid-row: 1 / 5;
  font-size: calc(220 / 80 * 1em);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
  font-style: normal;
}
#testing h2 .unit {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  font-size: inherit;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(2.46 / 82 * 1em);
  text-indent: calc(2.46 / 82 * 1em);
}
#testing .desc {
  padding: 0.28em 0;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  #testing .desc {
    padding: 0.5em 0;
    font-size: 2rem;
    line-height: 2;
  }
}
#testing .desc p {
  margin: 0;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #testing .desc p {
    letter-spacing: 0.05em;
  }
}
#testing .cmp_button {
  padding: 2.4rem;
  order: -10;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.8rem;
  border-radius: 24px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #testing .cmp_button {
    padding: 0;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
    row-gap: 0;
    min-height: 10rem;
    border-radius: 5rem;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}
#testing .cmp_button p {
  padding: 0.18em 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  #testing .cmp_button p {
    font-size: 2.6rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: start;
  }
}

/* details */
.details[id] {
  padding: 2.6rem 0;
}
.details[id]:last-of-type {
  margin-bottom: 7.4rem;
}
.details[id] h2 {
  padding: 0.25em 0;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgb(184, 28, 43);
}
@media screen and (min-width: 768px) {
  .details[id] h2 {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
  }
}
.details[id] dl {
  margin: 0;
}
.details[id] dl > div {
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .details[id] dl {
    display: flex;
    justify-content: space-between;
  }
  .details[id] dl > div {
    padding-top: 0.8rem;
    flex-basis: 57.6rem;
  }
}
.details[id] dt {
  padding: 0.2em 0;
  border-bottom: 1px solid rgb(204, 204, 204);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .details[id] dt {
    padding: 0.3em 0;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.details[id] dd,
.details[id] ul,
.details[id] p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .details[id] dd,
  .details[id] ul,
  .details[id] p {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.details[id] dd:first-of-type {
  padding-top: 0.56em;
}
.details[id] dd:last-of-type {
  padding-bottom: 0.56em;
}
@media screen and (min-width: 768px) {
  .details[id] dd:first-of-type {
    padding-top: 1em;
  }
  .details[id] dd:last-of-type {
    padding-bottom: 1em;
  }
}
.details[id] ul {
  padding: 0.5em 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .details[id] ul {
    padding: 0.28em 0;
  }
}
.details[id] p {
  padding: 1.25em;
  margin-top: 0.28em;
  background-color: rgb(241, 241, 241);
}
@media screen and (min-width: 768px) {
  .details[id] p {
    padding: 1.75em;
    margin-top: 0;
  }
}
