h1, h2, h3, h4, h5, h6 {
  background: none; }

@media screen and (min-width: 768px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
@media screen and (max-width: 767px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
.entry_box {
  background: #F3EBC7;
  margin: 5% 0;
  padding: 3% 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .entry_box {
      padding: 8% 0 4%; } }
  .entry_box h2 {
    font-size: 30px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .entry_box h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 0; } }
  .entry_box ul {
    max-width: 965px;
    display: flex;
    justify-content: space-between;
    margin: 1% auto 0; }
    @media screen and (max-width: 767px) {
      .entry_box ul {
        display: inline-block; } }
    .entry_box ul li {
      background: #13219F; }
      @media screen and (max-width: 767px) {
        .entry_box ul li {
          margin: 5% 0; } }
      .entry_box ul li a {
        width: 475px;
        height: 70px;
        box-shadow: 1px 1px 5px #717171;
        color: #fff;
        display: block;
        font-size: 25px;
        font-weight: bold;
        line-height: 70px;
        position: relative;
        text-decoration: none;
        text-indent: 30px; }
        @media screen and (max-width: 767px) {
          .entry_box ul li a {
            width: 340px;
            height: auto;
            display: list-item;
            font-size: 22px;
            line-height: 30px;
            padding: 5% 0; } }
        .entry_box ul li a img {
          width: 30px;
          position: absolute;
          top: 50%;
          left: 20px;
          transform: translateY(-50%); }
        .entry_box ul li a span {
          font-size: 16px;
          padding: 0 0 0 10px; }
          @media screen and (max-width: 767px) {
            .entry_box ul li a span {
              display: block;
              padding: 0; } }

.breadCrumbBlock {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  padding: 13px 15px 35px 15px;
  box-sizing: border-box;
  background: #fff; }
  .breadCrumbBlock ul li {
    position: relative;
    float: left;
    padding-right: 20px;
    font-size: 0.875rem;
    color: #aeaeae; }
    .breadCrumbBlock ul li::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 8px;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-top: solid 1px #aeaeae;
      border-right: solid 1px #aeaeae;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .breadCrumbBlock ul li a {
      text-decoration: none;
      color: #aeaeae; }
      .breadCrumbBlock ul li a:hover {
        text-decoration: underline; }
    .breadCrumbBlock ul li:last-child::before {
      display: none; }
  .breadCrumbBlock ul li.firstItem a {
    color: #ba0000; }

@media screen and (max-width: 767px) {
  h2 {
    margin: 0 !important; } }
@media screen and (max-width: 767px) {
  #cognex_000 {
    background: #fff;
    padding: 0 0 10%; } }
#cognex_000 h1 {
  max-width: 1275px;
  background: #333333;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  padding: 1% 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #cognex_000 h1 {
      font-size: 20px;
      line-height: 26px;
      padding: 3% 0 2%; } }
  #cognex_000 h1 span {
    display: inline-block;
    font-size: 27px;
    margin: 0 5px;
    padding: 0 1%; }
    @media screen and (max-width: 767px) {
      #cognex_000 h1 span {
        font-size: 22px;
        margin: 0 5px 10px;
        padding: 1% 2%; } }
    #cognex_000 h1 span:nth-child(1) {
      background: #61CAEB; }
    #cognex_000 h1 span:nth-child(2) {
      background: #FACB6F; }
    #cognex_000 h1 span:nth-child(3) {
      background: #38E1B8;
      margin: 0 10px 0 5px; }
#cognex_000 #cognex_001 {
  max-width: 1275px;
  background: #CC0022;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.3% 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_001 {
      font-size: 20px;
      line-height: 28px;
      padding: 2% 0; } }
#cognex_000 figure {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
  position: relative; }
  #cognex_000 figure img {
    width: 100%;
    height: 100vh;
    max-height: 455px;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      #cognex_000 figure img {
        width: 100%;
        max-height: fit-content;
        height: auto; } }
  #cognex_000 figure .cognex_001 {
    position: absolute; }
    #cognex_000 figure .cognex_001 p {
      background: #fff;
      border-radius: .4em;
      box-shadow: 0 10px 20px black;
      padding: 15px;
      position: relative;
      font-size: 22px;
      line-height: 28px; }
      @media screen and (max-width: 767px) {
        #cognex_000 figure .cognex_001 p {
          font-size: 18px; } }
      #cognex_000 figure .cognex_001 p span {
        background: #F8FD1A; }
  #cognex_000 figure .direction01 {
    top: 30px;
    left: calc(15vw / 12.75); }
    @media screen and (max-width: 767px) {
      #cognex_000 figure .direction01 {
        top: 20px;
        left: 20px; } }
    @media (min-width: 1200px) {
      #cognex_000 figure .direction01 {
        left: 150px; } }
    #cognex_000 figure .direction01 p::after {
      content: '';
      bottom: 100%;
      position: absolute;
      right: 5px;
      bottom: -10px;
      border: 32px solid transparent;
      border-bottom-color: #fff;
      border-top: 0;
      border-left: 0;
      transform: rotate(30deg); }
      @media screen and (max-width: 767px) {
        #cognex_000 figure .direction01 p::after {
          right: 80%;
          bottom: -18px;
          transform: rotate(50deg); } }
  #cognex_000 figure .direction02 {
    top: 60px;
    right: calc(15vw / 12.75); }
    @media screen and (max-width: 767px) {
      #cognex_000 figure .direction02 {
        top: 170px;
        right: 30px;
        margin: 0 0 0 40px; } }
    @media (min-width: 1200px) {
      #cognex_000 figure .direction02 {
        right: 150px; } }
    #cognex_000 figure .direction02 p::after {
      content: '';
      bottom: 100%;
      position: absolute;
      left: 20px;
      bottom: -25px;
      border: 30px solid transparent;
      border-bottom-color: #fff;
      border-top: 0;
      border-left: 0;
      transform: rotate(105deg); }
      @media screen and (max-width: 767px) {
        #cognex_000 figure .direction02 p::after {
          left: 80%; } }
  #cognex_000 figure .direction03 {
    bottom: -10px;
    left: 180px; }
    @media screen and (max-width: 767px) {
      #cognex_000 figure .direction03 {
        bottom: 20px;
        left: 20px;
        margin: 0 30px 0 0; } }
    #cognex_000 figure .direction03 p::after {
      content: '';
      bottom: 100%;
      position: absolute;
      top: -10px;
      right: 10px;
      border: 30px solid transparent;
      border-bottom-color: #fff;
      border-top: 0;
      border-left: 0;
      transform: rotate(60deg); }
      @media screen and (max-width: 767px) {
        #cognex_000 figure .direction03 p::after {
          right: 80%; } }
#cognex_000 #cognex_002, #cognex_000 #cognex_003, #cognex_000 #cognex_004 {
  max-width: 960px;
  margin: 3% auto; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_002, #cognex_000 #cognex_003, #cognex_000 #cognex_004 {
      margin: 8% 5%; } }
#cognex_000 #cognex_002 {
  margin: 5% auto 0;
  text-align: center; }
  #cognex_000 #cognex_002 p {
    font-size: 22px;
    margin: 0 0 15px; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_002 p {
        font-size: 18px; } }
    #cognex_000 #cognex_002 p:nth-of-type(2) {
      font-size: 30px;
      font-weight: bold; }
  #cognex_000 #cognex_002 h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 52px; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_002 h2 {
        font-size: 22px;
        line-height: 34px; } }
    #cognex_000 #cognex_002 h2 em {
      background: #F8FD1A;
      font-style: normal; }
  #cognex_000 #cognex_002 img {
    width: 120px;
    margin: 1% 0; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_002 img {
        margin: 4% 0; } }
  #cognex_000 #cognex_002 dl {
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: .4em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 35px 15px 45px;
    padding: 15px;
    position: relative;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_002 dl {
        width: 280px;
        height: 220px; } }
    #cognex_000 #cognex_002 dl dt {
      background: #CC0022;
      border-radius: .4em;
      color: #fff;
      font-size: 20px;
      padding: 5px 10px;
      position: absolute;
      top: -30px;
      left: -15px;
      transform: rotate(-10deg); }
      @media screen and (max-width: 767px) {
        #cognex_000 #cognex_002 dl dt {
          font-size: 18px;
          font-weight: bold;
          line-height: 24px;
          padding: 15px; } }
      #cognex_000 #cognex_002 dl dt em {
        font-size: 18px;
        font-style: normal; }
        @media screen and (max-width: 767px) {
          #cognex_000 #cognex_002 dl dt em {
            font-size: 30px; } }
    #cognex_000 #cognex_002 dl dd {
      width: 250px;
      font-size: 20px;
      line-height: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        #cognex_000 #cognex_002 dl dd {
          font-size: 18px;
          line-height: 24px; } }
      #cognex_000 #cognex_002 dl dd img {
        display: block;
        margin: 20px auto 0; }
  #cognex_000 #cognex_002 h3 {
    color: #3B3B3B;
    font-size: 33px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_002 h3 {
        font-size: 25px; } }
#cognex_000 #cognex_003 h2 {
  font-size: 33px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_003 h2 {
      font-size: 25px; } }
#cognex_000 #cognex_003 dl {
  width: 49.5%;
  display: inline-grid; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_003 dl {
      width: 100%;
      display: block;
      margin: 5% 0 8%; } }
  #cognex_000 #cognex_003 dl dt img {
    width: 100%; }
  #cognex_000 #cognex_003 dl dd {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_003 dl dd {
        font-size: 18px; } }
    #cognex_000 #cognex_003 dl dd img {
      width: 72px;
      display: block;
      margin: -10px auto 15px; }
  #cognex_000 #cognex_003 dl:nth-of-type(2) dd ul li {
    background: #F5DFDF;
    border-radius: .4em;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_003 dl:nth-of-type(2) dd ul li {
        font-size: 18px; } }
  #cognex_000 #cognex_003 dl p {
    width: 230px;
    height: 100px;
    align-items: center;
    background-color: #CC0022;
    border-radius: 50%;
    color: white;
    display: inline-grid;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 2px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_003 dl p {
        width: calc(100%/2.1); } }
#cognex_000 #cognex_004 h2 {
  font-size: 33px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_004 h2 {
      font-size: 25px; } }
#cognex_000 #cognex_004 p {
  font-size: 22px;
  margin: 0 0 3%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_004 p {
      font-size: 18px;
      margin: 5% 0; } }
#cognex_000 #cognex_004 article {
  width: 47%;
  display: inline-grid;
  margin: 2% 1%; }
  @media screen and (max-width: 767px) {
    #cognex_000 #cognex_004 article {
      width: 100%;
      display: block;
      margin: 8% 0; } }
  #cognex_000 #cognex_004 article ul li {
    background: #61CAEB;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0 1%; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_004 article ul li {
        font-size: 18px; } }
    #cognex_000 #cognex_004 article ul li.cognex_002 {
      background: #FACB6F; }
    #cognex_000 #cognex_004 article ul li.cognex_003 {
      background: #38E1B8; }
  #cognex_000 #cognex_004 article h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_004 article h4 {
        font-size: 18px; } }
  #cognex_000 #cognex_004 article img {
    width: 100%; }
    #cognex_000 #cognex_004 article img.cognex_004 {
      width: 78.5%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #cognex_000 #cognex_004 article img.cognex_004 {
          display: block;
          margin: 0 auto; } }
  #cognex_000 #cognex_004 article small {
    display: block;
    padding: 10px 0; }
    @media screen and (max-width: 767px) {
      #cognex_000 #cognex_004 article small {
        font-size: 14px; } }
  #cognex_000 #cognex_004 article.cognex_004 {
    width: 97%; }
