@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

html, body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75; }

img {
  width: 100%;
  display: block;
  transition: all .2s linear; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  transition: all .15s linear; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: .75; }

.pc {
  width: 100%;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    .pc {
      display: none; } }
  .pc-header {
    width: 95%;
    padding: 15px 0;
    margin: 0 auto;
    border-bottom: solid 1px #ccc; }
    .pc-header-logo {
      width: 120px;
      height: auto;
      display: block; }
  .pc-bg-bl {
    width: 300px;
    height: 595.2px;
    margin-top: 30px; }
  .pc-bg-org {
    width: 600px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .pc-gnav {
    position: absolute;
    top: 26%;
    left: 13%;
    z-index: 1; }
    @media screen and (max-width: 1240px) {
      .pc-gnav {
        left: 5%; } }
    .pc-gnav-list > li {
      margin-top: 8px; }
      .pc-gnav-list > li > a:hover {
        text-decoration: underline; }
      .pc-gnav-list > li:nth-child(6) {
        margin-top: 32px; }
    .pc-gnav-ttl {
      font-family: "Poppins", sans-serif;
      font-size: 60px;
      font-weight: 700;
      font-style: normal;
      line-height: 1.05; }
    .pc-gnav-shl {
      font-size: 20px; }
  .pc-qr-inner {
    position: absolute;
    top: 40%;
    right: 10%; }
    @media screen and (max-width: 1240px) {
      .pc-qr-inner {
        right: 5%; } }
  .pc-qr-txt {
    text-align: center; }
  .pc-qr-code {
    width: 180px;
    margin-top: 10px; }
  .pc-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    writing-mode: vertical-rl;
    color: #000;
    font-size: 12px; }

.top .pc-gnav-ttl-wrap {
  display: none; }

.top .pc-gnav {
  top: 34%; }

/* Humbarger Navi */
.humb {
  display: none; }
  @media screen and (max-width: 640px) {
    .humb {
      display: block;
      width: 60px;
      height: 60px;
      background-color: #000;
      border-radius: 30px;
      position: fixed;
      top: 20px;
      right: 20px;
      box-sizing: border-box;
      padding-top: 18px;
      z-index: 3000;
      cursor: pointer;
      pointer-events: auto;
      color: #fff;
      text-align: center; } }

.humb-inner {
  width: 30px;
  display: inline-block; }

.humb-text {
  font-size: 12px;
  letter-spacing: 0.1em; }

.js_humburgerOpen .humb-text.humb-text__menu {
  display: none; }

.humb-text.humb-text__close {
  display: none; }

.js_humburgerOpen .humb-text.humb-text__close {
  display: block; }

@media screen and (max-width: 840px) {
  .humb-text {
    font-size: 10px;
    padding-top: 2px; } }
@media screen and (max-width: 840px) {
  .humb-text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
@media screen and (max-width: 840px) {
  .js_humburgerOpen .humb-text svg path {
    fill: #000; } }
.humb span.humb-bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.humb span.humb-bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .humb span.humb-bar {
  background: #fff; }

@media screen and (max-width: 840px) {
  .humb span.humb-bar {
    left: 0;
    top: 0;
    background: #fff; } }
.js_humburgerOpen .humb span.humb-bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.js_humburgerOpen .humb span.humb-bar.middle {
  opacity: 0; }

.js_humburgerOpen .humb span.humb-bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }

.humbButton.humbButton__close {
  top: 2%;
  right: 2%; }

.humbButton__close span.humb-bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }

.humbButton__close span.humb-bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.humbButton__close span.humb-bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

.overlay {
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .2s linear; }

.js_humburgerOpen .overlay {
  display: block; }

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 300px;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translateZ(0) translateX(100%);
  overflow: auto; }

.js_humburgerOpen .gnav {
  right: 0;
  transform: translateZ(0) translateX(0); }

@media screen and (max-width: 840px) {
  .gnav {
    padding: 80px 8% 0; }

  .js_humburgerOpen .gnav {
    width: 300px; } }
.gnav .gnav-list > li {
  margin-bottom: 15px;
  font-size: 15px;
  white-space: nowrap;
  margin-left: 90px; }

.gnav .gnav-list > li:nth-child(6) {
  margin-top: 40px; }

.gnav .gnav-list > li.op_innerLink {
  cursor: pointer; }

@media screen and (max-width: 840px) {
  .gnav .gnav-list > li {
    margin-left: 0;
    font-size: 18px; } }
/* Hero */
.header-inner {
  width: 90%;
  margin: 20px auto 0;
  background-color: #f5f5f5;
  border-radius: 0 20px 0 0; }
.header-logo {
  width: 140px;
  height: auto; }
  .header-logo-wrap {
    width: 200px;
    padding: 0 30px 15px 0;
    background-color: #fff;
    border-radius: 0 16px 0 0;
    position: relative; }
    .header-logo-wrap::after {
      content: "";
      display: block;
      background: url("../img/cmn-header-round.png") center top no-repeat;
      background-size: contain;
      width: 64px;
      height: 64px;
      position: absolute;
      top: 0;
      left: 180px;
      z-index: 2; }

.footer {
  width: 90%;
  margin: 50px auto 0;
  padding-top: 50px;
  border-top: solid 1px #ccc; }
  .footer-inner {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .footer-nav {
    width: 60%; }
    .footer-nav > li:nth-child(6) {
      margin-top: 15px; }
    .footer-nav > li > a {
      color: #666;
      font-size: 12px; }
  .footer-logo {
    width: 100%;
    display: block; }
    .footer-logo-link {
      width: 30%;
      max-width: 150px; }
  .footer-cr {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
    text-align: center; }

.main {
  width: 400px;
  height: 80vh;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 200;
  overflow-y: scroll;
  scrollbar-color: #f28f00 #f7f7f7;
  scrollbar-width: thin;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    .main {
      width: 100%;
      height: auto;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      overflow: hidden; } }
  .main-inner {
    width: 375px; }
    @media screen and (max-width: 640px) {
      .main-inner {
        width: 100%; } }

.cmn-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.05; }
.cmn-sttl {
  color: #EA8B18;
  font-size: 14px;
  font-weight: 500; }
.cmn-inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 5; }
.cmn-lede-txt {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500; }
.cmn-circle-sp {
  position: absolute;
  z-index: 3; }
  .cmn-circle-sp-bl {
    display: none; }
    @media screen and (max-width: 640px) {
      .cmn-circle-sp-bl {
        width: 400px;
        height: auto;
        display: block; } }
  .cmn-circle-sp-org {
    display: none; }
    @media screen and (max-width: 640px) {
      .cmn-circle-sp-org {
        width: 400px;
        height: auto;
        display: block; } }
.cmn-hl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25; }
.cmn-arrow {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.btn-cv {
  width: 100%;
  position: relative; }
.btn-note {
  width: 100%;
  margin-top: 8px;
  display: block;
  color: #999;
  font-size: 11px;
  text-align: center; }
.btn-dia {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }
  .btn-dia-s {
    font-size: 12px; }
.btn-marcari {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 15px 10px;
  background-color: #FF9500;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }
  .btn-marcari::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url("../img/cmn-icn-blank.png");
    background-size: contain; }
.btn-copy {
  width: 220px;
  margin: 20px auto;
  padding: 10px 20px;
  display: block;
  border: solid 1px #000;
  border-radius: 30px;
  text-align: left;
  position: relative; }
  .btn-copy::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url(../img/icn-copy.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    right: 30px; }
.btn-matching {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 15px 10px;
  background-color: #FF9500;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center; }
.btn-txtlink {
  font-size: 14px;
  font-weight: 600; }
  .btn-txtlink::after {
    content: "→";
    display: inline-block;
    margin-left: 5px; }
  .btn-txtlink-wrap {
    text-align: center; }

.slick-dots li button {
  width: 12px;
  height: 12px; }

.slick-dots li button:before {
  font-size: 40px; }

.about-head {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #f7f7f7;
  background-size: 100% auto;
  border-radius: 20px 0 20px 20px; }
  .about-head-inner {
    padding-top: 50px; }
    .about-head-inner .cmn-circle-sp-bl {
      top: 0;
      left: -400px; }
    .about-head-inner .cmn-circle-sp-org {
      top: 250px;
      right: -400px; }
.about-hl {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500; }
  .about-hl span {
    margin-top: 5px;
    padding: 2px 8px;
    display: inline-block;
    background-color: #fff; }
.about-graf {
  margin-top: 40px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px; }
  .about-graf-img {
    width: 230px;
    height: auto;
    aspect-ratio: 1 / 1.62;
    margin: 0 auto;
    background: url("../img/about-img01-bg.png") center top no-repeat;
    background-size: contain;
    position: relative; }
    .about-graf-img-dna {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 5%;
      left: 0;
      right: 0; }
    .about-graf-img-value {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 61%;
      left: 0;
      right: 0; }
    .about-graf-img-hl {
      font-size: 22px; }
    .about-graf-img-shl {
      font-size: 13px;
      line-height: 1.25; }
    .about-graf-img-txt {
      margin-top: 10px;
      font-size: 13px;
      line-height: 1.5;
      letter-spacing: -.05em; }
  .about-graf-arrow {
    width: 23px;
    height: auto;
    margin: 15px auto; }
  .about-graf-txt {
    text-align: center;
    font-size: 14px;
    font-weight: 400; }
.about-dia {
  width: 100%;
  margin-top: 50px;
  padding: 40px 0;
  border-radius: 40px;
  background-color: #f7f7f7; }
  .about-dia .cmn-hl {
    line-height: 1.75; }
  .about-dia-box {
    margin-top: 30px;
    padding: 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden; }
    .about-dia-box-01 {
      background-color: #CCD6FF; }
    .about-dia-box-02 {
      background-color: #FFDBAF;
      padding-bottom: 0;
      position: relative;
      overflow: hidden; }
      .about-dia-box-02::before {
        content: "";
        display: block;
        width: 100%;
        height: 600px;
        background-color: rgba(0, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
      .about-dia-box-02::after {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        background-color: #ffe9cf;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -150px; }
      .about-dia-box-02 .about-dia-box-img {
        margin: 20px auto 0;
        position: relative;
        z-index: 2; }
    .about-dia-box-head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .about-dia-box-head-num {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        font-size: 30px;
        font-weight: 700; }
      .about-dia-box-head-hl {
        font-family: "Poppins", sans-serif;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.25; }
        .about-dia-box-head-hl-wrap {
          width: calc(100% - 60px); }
      .about-dia-box-head-shl {
        font-size: 14px;
        line-height: 1.5; }
    .about-dia-box-lede {
      margin-top: 15px;
      font-size: 16px;
      font-weight: 500; }
    .about-dia-box-img {
      width: 60%;
      max-width: 250px;
      margin: 20px auto; }
    .about-dia-box-link {
      margin-top: 20px;
      text-align: right; }
      .about-dia-box-link > a > span {
        border-bottom: solid 1px #000; }
    .about-dia-box-chara {
      margin-top: 20px;
      position: relative; }
      .about-dia-box-chara::before {
        content: "";
        display: block;
        width: 240px;
        height: 240px;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      .about-dia-box-chara-img-wrap {
        width: 240px;
        height: 240px;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center; }
      .about-dia-box-chara .slick-slide img {
        width: 55%;
        height: auto;
        margin: 0 auto;
        display: block; }
      .about-dia-box-chara-hl {
        margin-top: 20px;
        font-size: 20px;
        text-align: center; }
      .about-dia-box-chara-shl {
        font-size: 14px;
        text-align: center; }
      .about-dia-box-chara .slider {
        position: relative; }
      .about-dia-box-chara .slider .slide {
        display: block;
        position: relative; }
      .about-dia-box-chara .slick-dots li button::before {
        color: #fff; }
      .about-dia-box-chara .slider > .slick-list,
      .about-dia-box-chara .slider > .slick-list > .slick-track,
      .about-dia-box-chara .slider > .slick-list > .slick-track > .slick-slide > div {
        position: relative;
        height: 100%; }
      .about-dia-box-chara .slick-arrow {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        width: 20px;
        height: 38px;
        color: transparent;
        z-index: 1;
        transition: opacity 0.5s;
        z-index: 1; }
      .about-dia-box-chara .slick-arrow:hover {
        opacity: 0.7; }
      .about-dia-box-chara .slick-next::before,
      .about-dia-box-chara .slick-next::after,
      .about-dia-box-chara .slick-prev::before,
      .about-dia-box-chara .slick-prev::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      .about-dia-box-chara .slick-next::after,
      .about-dia-box-chara .slick-prev::after {
        width: 15px;
        height: 15px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff; }
      .about-dia-box-chara .slick-next {
        right: 0; }
      .about-dia-box-chara .slick-next::after {
        right: 4px;
        transform: rotate(45deg); }
      .about-dia-box-chara .slick-prev {
        left: 0; }
      .about-dia-box-chara .slick-prev::after {
        left: 4px;
        transform: rotate(-135deg); }
    .about-dia-box-comingsoon {
      width: calc(100% - 60px);
      margin-top: 50px;
      position: absolute;
      z-index: 10;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      text-align: center; }
.about-voice {
  margin-top: 50px; }
  .about-voice-head {
    background-color: #f5f5f5;
    border-radius: 20px 20px 0 0; }
    .about-voice-head-inner {
      padding-right: 60px;
      background-color: #fff;
      border-radius: 16px 0 16px 0;
      display: inline-block;
      position: relative; }
      .about-voice-head-inner::after {
        content: "";
        display: block;
        background: url("../img/cmn-header-round.png") center top no-repeat;
        background-size: contain;
        width: 64px;
        height: 66px;
        position: absolute;
        top: 0;
        left: 120px;
        z-index: 1; }
  .about-voice-body {
    padding-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 20px 0 20px 20px; }
    .about-voice-body-hl {
      font-size: 20px;
      font-weight: 500; }
    .about-voice-body-lede {
      margin-top: 20px;
      font-size: 14px;
      font-weight: 500; }
  .about-voice-list-wrap {
    margin-top: 40px;
    padding: 20px 0 30px;
    border: solid 1px #f1f1f1;
    border-radius: 10px;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1); }
  .about-voice-item {
    width: 250px;
    margin: 0 5px;
    padding: 15px;
    background-color: #fff;
    border-radius: 16px; }
    .about-voice-item-head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .about-voice-item-head > img {
        display: block;
        width: 32px;
        height: auto; }
      .about-voice-item-head-name {
        font-size: 16px; }
        .about-voice-item-head-name-wrap {
          width: calc(100% - 48px); }
      .about-voice-item-head-dia {
        font-size: 12px;
        line-height: 1; }
    .about-voice-item-txt {
      padding: 20px 0;
      font-size: 14px;
      line-height: 1.5; }
.about-produced .cmn-inner {
  padding: 30px;
  background-color: #FAF9F5;
  border-radius: 20px; }
.about-produced-hl {
  font-size: 14px;
  text-align: center; }
.about-produced-logo {
  width: 160px;
  display: block;
  margin: 20px auto 0; }
.about-produced-lede {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500; }
.about-produced-awards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .about-produced-awards > li {
    width: 48%; }
