.officeuchida-lp {
  width: 100%;
  padding-bottom: 48px;
}

.officeuchida-lp * {
  box-sizing: border-box;
}

.officeuchida-lp h1,
.officeuchida-lp h2,
.officeuchida-lp h3,
.officeuchida-lp .h1,
.officeuchida-lp .h2,
.officeuchida-lp .h3 {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

.officeuchida-lp h1::before,
.officeuchida-lp h2::before,
.officeuchida-lp h3::before,
.officeuchida-lp .h1::before,
.officeuchida-lp .h2::before,
.officeuchida-lp .h3::before,
.officeuchida-lp .section-title::before,
.officeuchida-lp .text-costom::before {
  display: none !important;
  content: none !important;
}

.officeuchida-lp p {
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 2;
}

.officeuchida-lp img {
  display: block;
  width: 100%;
}

.officeuchida-lp__hero {
  width: 100%;
}

.officeuchida-lp__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.officeuchida-lp__section {
  padding-top: 46px;
}

.officeuchida-lp__section--lead {
  text-align: center;
}

.officeuchida-lp__title {
  color: #000 !important;
  font-size: 34px !important;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px !important;
}

.officeuchida-lp__lead-copy {
  margin-bottom: 34px !important;
  font-weight: 700;
}

.officeuchida-lp__heading {
  color: #000 !important;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 28px !important;
}

.officeuchida-lp__intro {
  margin-bottom: 26px !important;
  text-align: left !important;
}

.officeuchida-lp__small-text {
  margin-top: 0 !important;
  font-size: 16px !important;
  line-height: 1.9;
  text-align: left !important;
}

.officeuchida-lp__mark {
  display: inline;
  font-weight: 700;
  background: linear-gradient(transparent 55%, #fff36a 55%);
}

.officeuchida-lp__image-block {
  margin-top: 28px;
}

.officeuchida-lp__image-block--producer {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.officeuchida-lp__text-block {
  margin-top: 36px;
}

.officeuchida-lp__text-block p + p,
.officeuchida-lp__profile p + ul,
.officeuchida-lp__product p + .officeuchida-lp__image-block,
.officeuchida-lp__closing p,
.officeuchida-lp__product--last p + .officeuchida-lp__comment {
  margin-top: 24px;
}

.officeuchida-lp__profile {
  margin-top: 34px;
}

.officeuchida-lp__profile-name,
.officeuchida-lp__profile-en {
  font-weight: 700;
  line-height: 1.8;
}

.officeuchida-lp__profile-en {
  margin-bottom: 14px;
}

.officeuchida-lp__career-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.officeuchida-lp__career-list li {
  color: #111;
  font-size: 15px;
  line-height: 1.9;
}

.officeuchida-lp__section--lineup,
.officeuchida-lp__section--lineup p,
.officeuchida-lp__section--lineup h3 {
  text-align: left !important;
}

.officeuchida-lp__product + .officeuchida-lp__product {
  margin-top: 52px;
}

.officeuchida-lp__product-title {
  color: #000 !important;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 1.5;
  text-align: left !important;
  margin-bottom: 18px !important;
}

.officeuchida-lp__product-title--small {
  font-size: 18px !important;
  margin-top: 18px !important;
}

.officeuchida-lp__comment {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 18px;
}

.officeuchida-lp__comment--plain {
  gap: 0;
}

.officeuchida-lp__comment-icon {
  flex: 0 0 84px;
}

.officeuchida-lp__comment-icon img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
}

.officeuchida-lp__comment-text {
  flex: 1;
}

.officeuchida-lp__comment-title {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.8;
}

.officeuchida-lp__product-list {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 12px;
}

.officeuchida-lp__product-card {
  width: calc(50% - 11px);
  color: #000 !important;
  text-decoration: none !important;
}

.officeuchida-lp__product-card:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.officeuchida-lp__product-card-image {
  display: block;
}

.officeuchida-lp__product-card-title {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#breadcrumb.breadcrumb {
  background-color: transparent;
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.breadcrumb-list li {
  margin-right: 8px;
  color: #444;
}

.breadcrumb-list li::after {
  content: ">";
  margin-left: 8px;
  color: #bbb;
}

.breadcrumb-list li:last-child::after {
  content: "";
}

.breadcrumb-list li a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s;
}

.breadcrumb-list li a:hover {
  color: #ff6600;
}

.breadcrumb-list li.current {
  color: #999;
}

@media screen and (min-width: 769px) {
  .officeuchida-lp {
    padding-top: 0;
  }

  .officeuchida-lp__hero img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .officeuchida-lp {
    padding-bottom: 36px;
  }

  .officeuchida-lp__inner {
    padding: 0 16px;
  }

  .officeuchida-lp__section {
    padding-top: 34px;
  }

  .officeuchida-lp__title {
    font-size: 24px !important;
    margin-bottom: 28px !important;
  }

  .officeuchida-lp__lead-copy {
    margin-bottom: 24px !important;
  }

  .officeuchida-lp__heading {
    font-size: 22px !important;
  }

  .officeuchida-lp__product-title {
    font-size: 22px !important;
  }

  .officeuchida-lp__product-title--small {
    font-size: 18px !important;
  }

  .officeuchida-lp p,
  .officeuchida-lp__career-list li {
    font-size: 14px;
    line-height: 1.9;
  }

  .officeuchida-lp__small-text,
  .officeuchida-lp__comment-title {
    font-size: 12px !important;
  }

  .officeuchida-lp__comment {
    gap: 12px;
  }

  .officeuchida-lp__comment-icon {
    flex-basis: 64px;
  }

  .officeuchida-lp__comment-icon img {
    width: 64px;
    height: 64px;
  }

  .officeuchida-lp__product-list {
    flex-direction: column;
    gap: 24px;
  }

  .officeuchida-lp__product-card {
    width: 100%;
  }

  .officeuchida-lp__product-card-title {
    font-size: 16px;
  }

  #breadcrumb.breadcrumb {
    padding-left: 16px;
    font-size: 12px;
  }
}