section#default-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#default-content a {
  color: #5a80c6;
  font-weight: 800;
}
section#default-content a:hover {
  text-decoration: underline;
}
section#default-content .section-after-title--title {
  padding-top: 8rem;
}
section#default-content .section-after-title--title-header {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  color: #5a80c6;
}
section#default-content .section-after-title--box.maincolor-border {
  border: 0.1rem solid #5a80c6;
  padding: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
section#default-content .section-after-title--box--title p {
  color: #1a2421;
  font-size: 2.2rem;
  font-weight: 700;
}
section#default-content .section-after-title--box--content p {
  color: #5a80c6;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
section#default-content .section-title {
  position: relative;
}
section#default-content .section-title .watermark {
  position: absolute;
  z-index: -9;
  left: -14rem;
  top: -9rem;
}
section#default-content .section-title .watermark img {
  width: 100%;
}
section#default-content .section-title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
section#default-content .section-title h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #1a2421;
}
section#default-content .section-content {
  margin-top: 4rem;
}
section#default-content .section-content .desc {
  font-size: 1.8rem;
}

section#mediakit {
  margin-bottom: 10rem;
}
section#mediakit .row {
  row-gap: 4.2rem;
}
section#mediakit .media-card {
  max-width: 33rem;
}
section#mediakit .media-card-inner {
  min-height: 11.7rem;
  height: 100%;
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 2.1rem;
}
section#mediakit .media-card-inner--image {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
section#mediakit .media-card-inner--image img {
  max-width: 90%;
  object-fit: cover;
  object-position: center;
}
section#mediakit .media-card-inner:hover {
  border-color: #5a80c6;
}
section#mediakit .media-card-inner--text---cat {
  font-size: 1.4rem;
  color: #707070;
  line-height: 2.5rem;
}
section#mediakit .media-card-inner--text---title {
  font-size: 1.6rem;
  color: #5a80c6;
  line-height: 2.5rem;
  font-weight: bold;
}
section#mediaCoverage {
  margin-bottom: 14.5rem;
}
section#mediaCoverage h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 4rem;
}
section#mediaCoverage h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  width: 100%;
  max-width: 41rem;
  border-bottom: 0.1rem dashed #1a2421;
}
section#mediaCoverage row {
  row-gap: 4.2rem;
}
section#mediaCoverage .media-link {
  color: #707070;
  font-size: 1.8rem;
  line-height: 3rem;
}
section#mediaCoverage .media-link--text---title {
  font-weight: bold;
  margin-right: 1.5rem;
}
section#mediaCoverage .media-link--text---date {
  font-style: italic;
}
