@font-face {
  font-family: "SourceHanSansSC";
  src: url("assets-final/fonts/SourceHanSansSC-Regular-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansSC";
  src: url("assets-final/fonts/SourceHanSansSC-Bold-subset.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --red: #d92a18;
  --deep-red: #bd0810;
  --ink: #191714;
  --muted: #746863;
  --warm: #fff3ed;
  --line: #eadfd8;
  --shadow: 0 8px 24px rgba(92, 52, 27, 0.1);
  font-family: "SourceHanSansSC", "Source Han Sans SC", "PingFang SC", sans-serif;
  background: #ecebe9;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #ecebe9;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #ecebe9;
}

img {
  display: block;
  max-width: 100%;
}

.share-thumbnail {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 300px;
  height: 300px;
  pointer-events: none;
}

.page {
  container-type: inline-size;
  width: min(100%, 1000px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.content-width {
  width: 87.2%;
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #fff0e8;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.intro {
  padding: 78px 0 66px;
}

.intro__salutation {
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: 400;
}

.prose {
  font-size: 33px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-character;
}

.prose p {
  margin: 0;
  text-indent: 2em;
}

.prose strong {
  font-weight: 800;
}

.section {
  padding: 28px 0 70px;
}

.section-heading {
  margin: 0;
}

.section-heading img {
  width: 89.68cqw;
  max-width: none;
  height: auto;
  margin-left: -0.68cqw;
}

.section-lead {
  margin: 34px 0 30px;
  font-size: 30px;
  line-height: 1.72;
  text-align: justify;
  text-justify: inter-character;
  text-indent: 2em;
}

.pillars {
  margin: 26px 0 18px;
}

.pillars img {
  width: 87cqw;
  max-width: none;
  height: auto;
}

.section-slogan {
  margin: 0 0 46px;
  padding-bottom: 20px;
  color: var(--red);
  font-size: 39px;
  font-weight: 700;
  text-align: justify;
  text-align-last: justify;
  white-space: nowrap;
  border-bottom: 2px solid #e96655;
}

.section-copy {
  margin-inline: 0;
}

.organization-list {
  margin: 0;
  padding: 52px 54px;
  background: var(--warm);
  border-radius: 0 0 8px 8px;
}

.organization-list div {
  display: grid;
  grid-template-columns: 164px 1fr;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.55;
}

.organization-list div:last-child {
  margin-bottom: 0;
}

.organization-list dt {
  color: var(--red);
  font-weight: 800;
}

.organization-list dd {
  margin: 0;
}

.process-list {
  margin: 0;
  padding: 46px 0 0;
  list-style: none;
}

.process-list li {
  position: relative;
  padding: 0 0 34px 46px;
}

.process-list li::before {
  position: absolute;
  top: 72px;
  left: 11px;
  width: 20px;
  height: 22px;
  content: "";
  background: var(--red);
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%);
}

.process-list h3 {
  margin: 0 0 14px -46px;
  margin-bottom: unset;
  color: var(--red);
  font-size: 42px;
  font-weight: 400;
}

.process-list p {
  margin: 0;
  font-size: 36px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-character;
}

.benefits {
  padding: 28px 0 8px;
  background: #fffdf9;
}

.benefit-card {
  margin: 46px 0 64px;
  padding: 48px 44px 52px;
  background: #fff;
  border: 1px solid #f0e8df;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.benefit-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px dashed #e6cfc5;
}

.benefit-card__heading h3 {
  margin: 0;
  color: var(--deep-red);
  font-size: 42px;
}

.benefit-card__heading span {
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(to top, #ffffff 0%, #efb0ad 48%, #c51710 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-card > p {
  margin: 26px 0 34px;
  font-size: 30px;
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-character;
}

.benefit-media {
  display: flex;
  justify-content: center;
}

.benefit-media img {
  max-width: 100%;
  height: auto;
}

.benefit-media--authority img,
.benefit-media--website img,
.benefit-media--gala img,
.benefit-media--casebook img,
.benefit-media--ad img {
  width: 76.72cqw;
}

.benefit-media--newspaper img,
.benefit-media--license img,
.benefit-media--logo-wall img {
  width: 76.8cqw;
}

.benefit-media--honor img {
  width: 79.44cqw;
}

.benefit-media--promotion img {
  width: 76.96cqw;
}

.media-frame {
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 20px;
}

.media-frame img {
  width: 100%;
  height: auto;
}

.media-frame--pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.media-frame--pair img {
  height: 510px;
  object-fit: contain;
  background: #fff;
  border: 2px solid var(--red);
  border-radius: 18px;
}

.media-frame--certificates img {
  height: 570px;
  border: 0;
}

.media-frame--promotion {
  align-items: stretch;
}

.media-frame--promotion img {
  height: 285px;
  object-fit: contain;
}

.brands-image {
  width: 100%;
  height: auto;
  margin-top: 40px;
  background: #fff;
}

.schedule-list {
  margin: 0;
  padding: 48px 42px 40px;
}

.schedule-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.5;
}

.schedule-list dt {
  color: var(--deep-red);
  font-weight: 700;
}

.schedule-list dd {
  margin: 0;
  color: #000;
  white-space: nowrap;
}

.schedule-list a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.schedule-list small {
  margin-left: 8px;
  color: #000;
  font-size: inherit;
}

.committee {
  margin: 0 54px;
  padding: 44px 0;
  color: var(--deep-red);
  font-size: 34px;
  line-height: 1.55;
  text-align: center;
  border-top: 1px dashed #ead8cf;
}

.application {
  padding: 34px 0 90px;
  background: #fff;
}

.form-title {
  display: grid;
  grid-template-columns: 12.6cqw auto 12.6cqw;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 54px;
}

.form-title img {
  width: 12.6cqw;
  height: auto;
}

.form-title img:last-child {
  transform: scaleX(-1);
}

.form-title h2 {
  margin: 0;
  font-size: 28px;
}

#application-form {
  display: grid;
  gap: 30px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#application-form label {
  color: var(--ink);
  font-size: 22px;
  font-weight: 650;
}

#application-form label::before {
  color: var(--red);
  content: "* ";
}

#application-form input {
  display: block;
  width: 100%;
  height: 66px;
  margin-top: 14px;
  padding: 0 24px;
  color: var(--ink);
  font: inherit;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ddd7d3;
  border-radius: 4px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

#application-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(217, 42, 24, 0.12);
}

#application-form input::placeholder {
  color: #a9a4a0;
}

#application-form button {
  width: 100%;
  height: 68px;
  margin-top: 12px;
  color: #fff;
  font: inherit;
  font-size: 24px;
  font-weight: 800;
  cursor: pointer;
  background: var(--red);
  border: 0;
  border-radius: 4px;
}

#application-form button:hover {
  background: var(--deep-red);
}

#application-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-status {
  min-height: 28px;
  margin: -12px 0 0;
  color: var(--red);
  font-size: 18px;
  text-align: center;
}

@media (max-width: 720px) {
  .content-width {
    width: calc(100% - 36px);
  }

  .intro {
    padding: 34px 0 28px;
  }

  .intro__salutation {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .prose,
  .section-lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .section {
    padding: 18px 0 36px;
  }

  .section-lead {
    margin: 22px 2px 18px;
  }

  .pillars {
    margin: 18px 0 14px;
  }

  .section-slogan {
    margin: 0 2px 24px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .organization-list {
    padding: 25px 20px;
  }

  .organization-list div {
    grid-template-columns: 86px 1fr;
    gap: 4px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .process-list {
    padding: 28px 2px 0;
  }

  .process-list li {
    padding: 0 0 24px 28px;
  }

  .process-list li::before {
    top: 46px;
    left: 4px;
    width: 11px;
    height: 11px;
  }

  .process-list h3 {
    margin: 0 0 8px -28px;
    font-size: 22px;
  }

  .process-list p {
    font-size: 15px;
  }

  .benefits {
    padding-top: 18px;
  }

  .benefit-card {
    margin: 24px 0 32px;
    padding: 22px 16px 24px;
  }

  .benefit-card__heading h3 {
    font-size: 21px;
  }

  .benefit-card__heading span {
    font-size: 34px;
  }

  .benefit-card > p {
    margin: 15px 0 20px;
    font-size: 15px;
  }

  .media-frame {
    border-width: 1px;
    border-radius: 8px;
  }

  .media-frame--pair {
    gap: 8px;
  }

  .media-frame--pair img {
    height: 220px;
    border-width: 1px;
    border-radius: 8px;
  }

  .media-frame--certificates img {
    height: 245px;
  }

  .media-frame--promotion img {
    height: 124px;
  }

  .brands-image {
    margin-top: 24px;
  }

  .schedule-list {
    padding: 26px 8px 18px;
  }

  .schedule-list div {
    grid-template-columns: 72px 1fr;
    margin-bottom: 14px;
    font-size: 13px;
  }

  .schedule-list small {
    display: inline;
    margin: 0 0 0 4px;
    font-size: inherit;
  }

  .committee {
    margin: 0 8px;
    padding: 28px 0;
    font-size: 18px;
  }

  .application {
    padding: 20px 0 54px;
  }

  .form-title {
    gap: 8px;
    margin-bottom: 32px;
  }

  .form-title h2 {
    font-size: 19px;
  }

  #application-form {
    gap: 22px;
  }

  #application-form label {
    font-size: 15px;
  }

  #application-form input {
    height: 52px;
    margin-top: 8px;
    padding-inline: 16px;
  }

  #application-form button {
    height: 54px;
    font-size: 17px;
  }
}

@media (max-width: 390px) {
  .organization-list div {
    grid-template-columns: 82px 1fr;
  }
}
