.heading {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
.heading--en {
  margin-right: 30px;
  font-size: 80px;
  letter-spacing: 0.025em;
}
.heading--ja {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .heading--en {
    font-size: 54px;
  }
}
@media screen and (max-width: 576px) {
  .heading--en {
    margin-right: 15px;
    font-size: 36px;
  }
  .heading--ja {
    font-size: 13px;
  }
}

.subheading--en {
  font-size: 40px;
  letter-spacing: 0.2em;
}
.subheading--ja {
  display: flex;
  align-items: center;
}
.subheading--ja span {
  vertical-align: middle;
}
.subheading__star {
  display: flex;
  align-items: center;
  width: 16px;
  margin-right: 4px;
}
.subheading__text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .subheading--en {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .subheading--en {
    font-size: 24px;
  }
  .subheading__text {
    font-size: 14px;
  }
}

.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 55px;
  border-radius: 28px;
  background: rgb(237, 204, 143);
  background: linear-gradient(180deg, rgb(237, 204, 143) 0%, rgb(231, 190, 114) 50%, rgb(213, 152, 35) 100%);
}
.link a span {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media screen and (max-width: 576px) {
  .link a {
    width: 160px;
    height: 50px;
  }
  .link a span {
    font-size: 13px;
  }
}

.result {
  padding-top: 220px;
  padding-bottom: 80px;
}
.result__inner {
  max-width: 980px;
}
.result__heading {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.result__image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.result__before, .result__after {
  position: relative;
}
.result__before {
  width: 35%;
}
.result__before .result__timing {
  background-color: #212121;
  color: #fff;
}
.result__after {
  width: 60%;
}
.result__after .result__timing {
  background: rgb(237, 204, 143);
  background: linear-gradient(180deg, rgb(237, 204, 143) 0%, rgb(231, 190, 114) 50%, rgb(213, 152, 35) 100%);
}
.result__timing {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 5;
  transform: translateY(50%);
  padding: 10px 20px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.result__outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.result__outline {
  margin-bottom: 80px;
}
.result__outline-item {
  display: flex;
  width: 49.5%;
  width: calc(50% - 3px);
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.result__outline-item--result_detail {
  width: 100%;
}
.result__outline-head {
  width: 180px;
  padding: 12px 20px;
  background-color: #212121;
  background: rgb(237, 204, 143);
  background: linear-gradient(180deg, rgb(237, 204, 143) 0%, rgb(231, 190, 114) 50%, rgb(213, 152, 35) 100%);
}
.result__outline-data {
  flex: 1;
  padding: 12px 20px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.result__contents {
  font-size: 16px;
}
.result__contents .wp-block-image {
  max-width: 780px;
  margin-bottom: 1em;
}
.result__contents p {
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  .result {
    padding-top: 170px;
  }
  .result__heading {
    margin-bottom: 30px;
  }
  .result__image {
    margin-bottom: 60px;
  }
  .result__outline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .result {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .result__heading {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .result__image {
    margin-bottom: 50px;
  }
  .result__timing {
    left: 3%;
    padding: 5px 10px;
    font-size: 14px;
  }
  .result__outline {
    margin-bottom: 30px;
  }
  .result__outline-item {
    width: 100%;
    font-size: 14px;
  }
  .result__outline-head {
    width: 100px;
    padding: 9px 12px;
  }
  .result__outline-data {
    padding: 9px 12px;
  }
  .result__contents {
    font-size: 14px;
  }
}/*# sourceMappingURL=result-single.css.map */