main {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 70px 50px;
  background-color: #f0f0f0;
  background-blend-mode: lighten;
  background-image: url(../images/bgLogo.png), url(../images/bgLogo.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0, bottom 0 right 0;
}

@media (max-width: 768px) {
  main {
    flex-direction: column-reverse;
    background-image: url(../images/bgLogo.png);
    background-position: center;
    background-size: contain;
    margin-top: 57px;
    padding: 70px 10px;
    padding-bottom: 150px;
  }
}

main .left {
  width: 50%;
}

@media (max-width: 768px) {
  main .left {
    width: 100%;
  }
}

main .left h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  main .left h2 {
    font-size: 22px;
  }
}

main .left p {
  font-size: 28px;
  font-weight: 300;
  line-height: 2.5;
  text-align: center;
}

@media (max-width: 1024px) {
  main .left p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  main .left p {
    line-height: 2;
  }
}

main .right {
  text-align: center;
}

main .right h2 {
  margin-bottom: 70px;
  font-size: 124px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  main .right h2 {
    font-size: 80px;
  }
}

main .right .parts-button a {
  font-size: 24px;
  padding: 20px 150px;
}

@media (max-width: 1024px) {
  main .right .parts-button a {
    padding: 15px 100px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  main .right .parts-button a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
}

.cont-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 50px;
}

@media (max-width: 768px) {
  .cont-ttl {
    flex-direction: column;
    padding: 60px 10px;
  }
}

.cont-ttl h3 {
  margin-right: 200px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cont-ttl h3 {
    margin-bottom: 50px;
    margin-right: unset;
    font-size: 22px;
  }
}

.cont-ttl .parts-button a {
  font-size: 22px;
  padding: 15px 60px;
}

@media (max-width: 1024px) {
  .cont-ttl .parts-button a {
    font-size: 16px;
  }
}

.cont-capture {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 40px 30px;
  background-color: #f0f0f0;
}

.cont-capture h4 {
  margin-bottom: 50px;
  font-size: 21px;
  text-align: center;
}

@media (max-width: 768px) {
  .cont-capture h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.cont-capture p {
  font-size: 16px;
  line-height: 1.5;
}

.cont-capture p:first-of-type {
  margin-bottom: 20px;
}
