/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.faq_lists .item_a {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .faq_lists .item_a {
    font-size: clamp(
      0.875rem,
      0.1201923077vw + 0.8173076923rem,
      0.9375rem
  );
  }
}

.faq_lists .item_q {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .faq_lists .item_q {
    font-size: clamp(
      1rem,
      0.2403846154vw + 0.8846153846rem,
      1.125rem
  );
  }
}

.meaning_grid .item_leading {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .meaning_grid .item_leading {
    font-size: clamp(
      1.25rem,
      0.7211538462vw + 0.9038461538rem,
      1.625rem
  );
  }
}

.meaning_grid .item_heading {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .meaning_grid .item_heading {
    font-size: clamp(
      1.625rem,
      2.0432692308vw + 0.6442307692rem,
      2.6875rem
  );
  }
}

.meaning_grid .item_heading, .meaning_grid .item_leading {
  font-family: "Hina Mincho", serif !important;
}

.faq_lists .item_q, .faq_lists .item_a {
  letter-spacing: 0.05em;
}

.meaning_grid .item_heading, .meaning_grid .item_leading {
  letter-spacing: 0.1em;
}

.p_business_oem .child_mv__content {
  background-color: rgba(232, 232, 232, 0.79);
}
@media screen and (min-width: 768px) {
  .p_business_oem .child_mv__content_heading {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p_business_oem .child_mv__content_brand {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p_business_oem .layr_about_orders {
    margin-top: 116px;
  }
}

.meaning {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .meaning {
    margin-top: 90px;
  }
}
.meaning_grid {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .meaning_grid {
    width: calc(50% + 510px + 20px);
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-left: auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .meaning_grid .item_photo {
    width: clamp(66.1788617886% - 20px, (1200px - 100vw) * 1000, 100%);
  }
}
.meaning_grid .item_main {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .meaning_grid .item_main {
    width: clamp(32.8455284553%, (1200px - 100vw) * 1000, 100%);
    padding-top: 13px;
  }
}
.meaning_grid .item_heading {
  font-weight: 400;
  line-height: 1.4418604651;
  color: #000;
}
.meaning_grid .item_leading {
  font-weight: 400;
  line-height: 1.4230769231;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .meaning_grid .item_leading {
    margin-top: 28px;
    margin-bottom: 24px;
  }
}
.meaning_recommend {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .meaning_recommend {
    margin-top: 69px;
  }
}
@media screen and (min-width: 768px) {
  .meaning_recommend .title_block {
    gap: clamp(
      0.625rem,
      1.2019230769vw + 0.0480769231rem,
      1.25rem
  );
  }
}
.meaning_recommend__grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .meaning_recommend__grid {
    gap: 21px;
    margin-top: 55px;
    margin-right: -9px;
  }
}
.meaning_recommend__grid .item {
  width: calc(50% - 6px);
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #464747;
}
@media screen and (min-width: 768px) {
  .meaning_recommend__grid .item {
    width: clamp(25% - 15.75px, (1200px - 100vw) * 1000, 50% - 11px);
    padding: 20px;
    min-height: 151px;
  }
}
.meaning_recommend__grid .item .txt {
  text-align: center;
  line-height: 1.6666666667;
  color: #fff;
}
.meaning_support {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .meaning_support {
    margin-top: 119px;
  }
}
.meaning_support__grid {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .meaning_support__grid {
    gap: 20px 0;
    align-items: center;
    margin-top: 37px;
    margin-left: -30px;
    margin-left: clamp(-30px, (1460px - 100vw) * 1000, 0px);
  }
}
@media screen and (min-width: 768px) {
  .meaning_support__grid.reverse {
    flex-direction: row;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: -35px;
    margin-right: clamp(-35px, (1460px - 100vw) * 1000, 0px);
  }
}
@media screen and (min-width: 768px) {
  .meaning_support__grid.reverse .item_photo {
    width: 51.5238095238%;
    width: clamp(50% + 15px, (1024px - 100vw) * 1000, 100%);
    left: -3px;
  }
}
@media screen and (min-width: 768px) {
  .meaning_support__grid.reverse .item_main {
    padding-top: 12px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .meaning_support__grid.reverse .item_main .txt_15 {
    max-width: 454px;
  }
}
.meaning_support__grid + .meaning_support__grid {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .meaning_support__grid + .meaning_support__grid {
    margin-top: 79px;
  }
}
.meaning_support__grid .item_photo {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .meaning_support__grid .item_photo {
    width: clamp(50% + 15px, (1024px - 100vw) * 1000, 100%);
    left: -60px;
    left: clamp(-60px, (1460px - 100vw) * 1000, 0px);
  }
}
.meaning_support__grid .item_main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .meaning_support__grid .item_main {
    width: clamp(50% - 15px, (1024px - 100vw) * 1000, 100%);
    padding-top: 42px;
    padding-top: clamp(0px, (100vw - 1024px) * 1000, 42px);
    padding-left: clamp(0px, (1460px - 100vw) * 1000, 20px);
    padding-right: 20px;
  }
}
.meaning_support__grid .item_main .txt_15 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .meaning_support__grid .item_main .txt_15 {
    margin-top: 16px;
    max-width: clamp(471px, (1024px - 100vw) * 1000, 100%);
    min-height: clamp(0px, (100vw - 1024px) * 1000, 150px);
  }
}

.faq {
  background-color: #f7f8f1;
  margin-top: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-top: 26px;
    padding-top: 73px;
    padding-bottom: 121px;
  }
}
.faq .title_block {
  text-align: center;
}
.faq_lists {
  counter-reset: faq-counter;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .faq_lists {
    margin-top: 56px;
  }
}
.faq_lists .item {
  counter-increment: faq-counter;
}
.faq_lists .item + .item {
  margin-top: 8px;
}
.faq_lists .item_row {
  display: flex;
  gap: 5px;
  padding: 14px 20px;
}
@media screen and (min-width: 768px) {
  .faq_lists .item_row {
    padding: 11px 38px 15px;
  }
}
.faq_lists .item_q {
  font-weight: 700;
  line-height: 1.6;
  background-color: #fff;
  padding-right: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq_lists .item_q {
    line-height: 2.6666666667;
    transition: opacity 300ms linear;
    cursor: pointer;
  }
  .faq_lists .item_q:hover {
    opacity: 0.6;
  }
}
.faq_lists .item_q.is_open::after {
  top: 58%;
  rotate: 45deg;
}
.faq_lists .item_q::before {
  content: "Q" counter(faq-counter) ".";
  flex-shrink: 0;
}
.faq_lists .item_q::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 39%;
  right: 20px;
  rotate: -135deg;
  translate: 0 -50%;
  transition: rotate 300ms ease;
}
@media screen and (min-width: 768px) {
  .faq_lists .item_q::after {
    width: 21px;
    height: 21px;
    right: 58px;
  }
}
.faq_lists .item_a {
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .faq_lists .item_a {
    padding-top: 20px;
  }
}
.faq_lists .item_a::before {
  content: "A.";
  flex-shrink: 0;
}
.faq_note {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .faq_note {
    margin-top: 94px;
    padding-left: 13px;
  }
}
.faq_more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .faq_more {
    margin-top: 33px;
  }
}
/*# sourceMappingURL=business_oem.css.map */
