main {
  background-color: #fafafa;
}
main .breadcrumbs {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs {
    margin-bottom: 54px;
  }
}
main section:not(.mv) hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px 0;
  width: 90%;
  margin-bottom: 60px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section:not(.mv) hgroup {
    margin-bottom: 32px;
  }
}
main section:not(.mv) hgroup h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section:not(.mv) hgroup h2 {
    font-size: 26px;
  }
}
main section:not(.mv) hgroup p {
  color: var(--bc-gray);
}
main section.overview, main section.yield {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 160px;
  padding: 80px 0;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.overview, main section.yield {
    margin: 0 auto 68px;
    padding: 52px 0;
  }
}
main section.overview .cntWrap {
  --space: 30px;
  display: flex;
  flex-direction: column;
  width: min(1000px, 90%);
  gap: var(--space) 0;
}
@media screen and (max-width: 768px) {
  main section.overview .cntWrap {
    --space: 20px;
  }
}
main section.overview .cntWrap dl {
  display: flex;
}
@media screen and (min-width: 769px) {
  main section.overview .cntWrap dl {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  main section.overview .cntWrap dl:nth-last-of-type(1) dd {
    padding-bottom: calc(280px + var(--space));
    position: relative;
  }
}
main section.overview .cntWrap dl dt, main section.overview .cntWrap dl dd {
  padding: var(--space) 20px 0;
}
@media screen and (max-width: 768px) {
  main section.overview .cntWrap dl dt, main section.overview .cntWrap dl dd {
    padding: var(--space) 8px 0;
  }
}
main section.overview .cntWrap dl dt {
  min-width: 200px;
  -o-border-image: linear-gradient(90deg, var(--bc-blue) 25%, #1d66ed 100%) 1 0 0 0/1px 0 0 0;
     border-image: linear-gradient(90deg, var(--bc-blue) 25%, #1d66ed 100%) 1 0 0 0/1px 0 0 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main section.overview .cntWrap dl dt {
    min-width: 120px;
  }
}
main section.overview .cntWrap dl dd {
  flex-grow: 1;
  border-top: solid 1px #d9d9d9;
}
main section.overview .cntWrap dl dd iframe {
  width: 100%;
  height: 300px;
  margin-top: var(--space);
}
@media screen and (max-width: 768px) {
  main section.overview .cntWrap dl dd iframe {
    width: calc(100% + 120px);
    height: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
main section.yield table {
  max-width: 900px;
  width: 90%;
}
main section.yield table tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
main section.yield table th, main section.yield table td {
  width: 50%;
  height: 80px;
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.yield table th, main section.yield table td {
    height: 60px;
  }
}
main section.yield table th {
  min-width: 160px;
}
main section.yield table th * {
  display: inline-block;
  font-weight: 500;
}
main section.yield table th span {
  font-size: 18px;
}
main section.yield table th em {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  main section.yield table th em {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  main section.yield table td {
    font-size: 18px;
  }
}
main section.history {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  main section.history {
    margin: 0 auto 52px;
  }
}
main section.history .cntWrap {
  --base-width: 230px;
  --base-height: 90px;
  --base-gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2NYv/vSfwAHlQM8p1GS3gAAAABJRU5ErkJggg==) no-repeat left var(--base-width) top calc(var(--base-height) / 2)/1px 100%;
}
@media screen and (max-width: 768px) {
  main section.history .cntWrap {
    --base-width: 130px;
    --base-height: 70px;
    --base-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  main section.history .cntWrap {
    --base-width: 100px;
    --base-gap: 20px;
  }
}
main section.history .cntWrap dl {
  display: flex;
  align-items: flex-start;
  gap: 0 var(--base-gap);
  width: 100%;
}
main section.history .cntWrap dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(var(--base-width), var(--base-width));
  padding-right: var(--base-gap);
  line-height: var(--base-height);
  color: rgba(var(--bc-blue-rgb), 0.5);
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.history .cntWrap dl dt {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  main section.history .cntWrap dl dt {
    font-size: 20px;
  }
}
main section.history .cntWrap dl dt strong {
  font-size: 65px;
}
@media screen and (max-width: 768px) {
  main section.history .cntWrap dl dt strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  main section.history .cntWrap dl dt strong {
    font-size: 32px;
  }
}
main section.history .cntWrap dl dd {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  width: calc(100% - (var(--base-width) + var(--base-gap)));
  min-height: var(--base-height);
  padding: 33px min(5%, 30px) 33px var(--base-gap);
  background-color: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.history .cntWrap dl dd {
    padding: 25px min(5%, 30px) 25px var(--base-gap);
  }
}
main section.history .cntWrap dl dd::before, main section.history .cntWrap dl dd::after {
  content: "";
  position: absolute;
  left: calc(var(--base-gap) * -1);
  top: 45px;
}
@media screen and (max-width: 768px) {
  main section.history .cntWrap dl dd::before, main section.history .cntWrap dl dd::after {
    top: 35px;
  }
}
main section.history .cntWrap dl dd::before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--bc-blue);
  translate: -50% -50%;
}
main section.history .cntWrap dl dd::after {
  width: 60px;
  border-top: 1px solid var(--bc-blue);
}
@media screen and (max-width: 768px) {
  main section.history .cntWrap dl dd::after {
    width: 50px;
  }
}
@media screen and (max-width: 500px) {
  main section.history .cntWrap dl dd::after {
    width: 30px;
  }
}
main section.history .cntWrap dl dd p {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 500px) {
  main section.history .cntWrap dl dd p {
    flex-direction: column;
  }
}
main section.history .cntWrap dl dd p span {
  min-width: 50px;
}
@media screen and (max-width: 500px) {
  main section.history .cntWrap dl dd p span {
    font-weight: bold;
  }
}
main section.story {
  padding: 160px 0 200px;
  background-color: #0d0d0d;
}
@media screen and (max-width: 768px) {
  main section.story {
    padding: 52px 0 64px;
  }
}
main section.story .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
main section.story .inner .bgWhite {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px max(5%, (100% - 530px) / 2);
  background-color: #fff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main section.story .inner .bgWhite {
    padding: 36px 5%;
  }
}
main section.story .inner .bgWhite p.lead {
  margin-bottom: 80px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main section.story .inner .bgWhite p.lead {
    margin-bottom: 28px;
  }
}
main section.story .inner .bgWhite figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  main section.story .inner .bgWhite figure {
    gap: 42px 0;
  }
}
@media screen and (max-width: 500px) {
  main section.story .inner .bgWhite figure {
    gap: 28px 0;
  }
}
main section.story .inner .bgWhite figure img {
  width: min(95%, 350px);
}
main section.story .inner .bgGray {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  padding: 60px max(5%, (100% - 530px) / 2);
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  main section.story .inner .bgGray {
    gap: 24px 5%;
    padding: 36px 5%;
  }
}
@media screen and (max-width: 500px) {
  main section.story .inner .bgGray {
    display: flex;
    flex-direction: column;
  }
}
main section.story .inner .bgGray dl.mainColor dt {
  background-color: var(--bc-gray-logo);
}
main section.story .inner .bgGray dl.mainColor dd {
  color: var(--bc-gray-logo);
}
main section.story .inner .bgGray dl.subColor dt {
  background-color: #000;
}
main section.story .inner .bgGray dl dt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
}
main section.story .inner .bgGray dl dd {
  padding: 10px 10px 0;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.story .inner .bgGray dl dd {
    padding: 5px 10px 0;
  }
}
main section.story .inner .bgGray p {
  grid-column: 1/3;
}/*# sourceMappingURL=style.css.map */