@charset "UTF-8";
:root {
  --black:#010000;
  --semiblack:#4A423C;
  --white:#fff;
  --primary:#FF7F00;
  --gray:#A9A29C;
  --gray-100:#CCC6BF;
  --gray-50:#F9F9F9;
  --bg-orange:linear-gradient(90deg, #FF9935 0%, #FF7F00 95%);
  --orange:#EB6D18;
  --title-bg-orange:linear-gradient(to bottom, #FF9935 0%, #ffffff 100%);
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  --min-viewport: 390;
  --max-viewport: 1440;
  /* a 傾き */
  --slope: calc((var(--max-size) - var(--min-size)) / (var(--max-viewport) - var(--min-viewport)));
  /* b 切片 */
  --intercept: calc(var(--min-size) - var(--slope) * var(--min-viewport));
  /* y = ax + b */
  --fluid-size: calc(var(--slope) * 100vw + var(--intercept) / 16 * 1rem);
  /* clamp( 最小サイズ , 可変サイズ , 最大サイズ) */
  --clamp-size: clamp(var(--min-size) / 16 * 1rem, var(--fluid-size), var(--max-size) / 16 * 1rem);
  font-family: "BIZ UDPGothic", serif;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.section__inner {
  max-width: 1330px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .section__inner {
    padding: 0 20px;
    max-width: 100%;
  }
}

.header {
  background: var(--black);
  letter-spacing: 0;
  font-weight: 600;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__logo {
  max-width: 198px;
}
@media (max-width: 768px) {
  .header__logo {
    max-width: 109px;
  }
}

.header__nav {
  max-width: 600px;
  width: 60%;
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .header__nav-list {
    flex-direction: column;
    align-items: baseline;
    row-gap: 32px;
    padding: 100px 20px;
  }
}

.header__nav-item {
  color: var(--primary);
  font-size: 18px;
  font-family: "Josefin Sans", serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .header__nav-item {
    color: #fff;
    font-size: 20px;
  }
}

.header__nav-item a {
  font-family: "Josefin Sans", serif;
  line-height: 1;
}

.header__nav-item--contact {
  background: var(--primary);
  color: var(--black);
  padding: 10px 24px;
  max-width: 168px;
}

/* デフォルトではデスクトップ向けの表示 */
.header__nav {
  display: block;
}

@media (max-width: 768px) {
  /* ハンバーガーメニュー用ボタンのスタイル */
  .header__hamburger {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1100;
  }
  /* ハンバーガーメニューのライン（バー）のスタイル */
  .hamburger__line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
  }
  /* 初期状態ではメニューは非表示 */
  .header__nav {
    display: none;
    position: absolute; /* 必要に応じて配置調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #010000;
    z-index: 1000;
  }
  /* メニューが開いた状態 */
  .header__nav.open {
    display: block;
  }
  /* ハンバーガーボタンがアクティブ（メニューが開いた）状態での変形 */
  .header__hamburger.active .hamburger__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header__hamburger.active .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.active .hamburger__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.footer {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 64px;
  }
}

.footer__contact {
  background-color: var(--orange);
  max-width: 100%;
  text-align: center;
  margin-inline: auto;
}

.footer__contact-text {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  font-weight: 700;
  color: var(--black);
  letter-spacing: -4.32px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  margin-inline: auto;
  padding: 74px 0;
  width: 100%;
  display: block;
  --min-size: 40;
  --max-size: 72;
  font-size: var(--clamp-size);
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__contact-text {
    gap: 30px;
  }
}

.footer__contact-text::after {
  content: "";
  background: url(../img/direction.svg) no-repeat;
  width: 46.2px;
  height: 45px;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer__contact-text::after {
    top: 72px;
    right: 16px;
  }
}

.footer__content {
  background: var(--black);
  color: var(--white);
  width: 100%;
}

.footer__top {
  padding: 120px 0 104px;
  display: flex;
  gap: 28%;
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 48px;
    padding: 56px 0 40px;
  }
}

.footer__company-info {
  font-size: 18px;
}

.footer__company-info--text {
  font-family: "BIZ UDPGothic", serif;
}

.footer__company-info--contact {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .footer__company-info--contact {
    margin-top: 24px;
  }
}

.footer__company-info--tel a {
  font-family: "Josefin Sans", serif;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 410px;
  width: 100%;
  row-gap: 24px;
}
@media (max-width: 768px) {
  .footer__nav-list {
    row-gap: 36px;
  }
}

.footer__nav-list_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 9%;
  max-width: 410px;
}

@media (max-width: 768px) {
  .footer__nav-list_inner:first-child {
    width: 188px;
    row-gap: 16px;
    column-gap: 40px;
  }
}

.footer__nav-item a {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.footer__bottom {
  border-top: solid 1px var(--white);
  padding: 33px 0 44px;
  display: flex;
  align-items: center;
  gap: 42%;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: baseline;
  }
}

.footer__logo {
  max-width: 130px;
}

.footer__copyright {
  --min-size: 12;
  --max-size: 16;
  font-size: var(--clamp-size);
  letter-spacing: -0.06em;
  line-height: 1;
}

.top-mv {
  background: linear-gradient(90deg, #FF9935 0%, #FF7F00 95%);
}

.top-mv__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .top-mv__inner {
    flex-direction: column;
    row-gap: 24px;
  }
}

.top-mv__title {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  color: #010000;
  --min-size: 64;
  --max-size: 84;
  font-size: var(--clamp-size);
  letter-spacing: -4.8px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top-mv__title {
    line-height: 0.6;
  }
}

.top-mv__title--sub {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  --min-size: 36;
  --max-size: 56;
  font-size: var(--clamp-size);
  letter-spacing: -4.8px;
  font-weight: 700;
}

.top-mv__text {
  color: #010000;
  --min-size: 64;
  --max-size: 80;
  font-size: var(--clamp-size);
  font-weight: 700;
  font-family: "Josefin Sans", serif;
  line-height: 1;
  letter-spacing: -4.8px;
}

.top-about {
  font-family: "BIZ UDPGothic", serif;
  color: #010000;
}

.top-about__inner {
  padding: 40px 24px 56px;
}
@media (max-width: 768px) {
  .top-about__inner {
    padding: 64px 20px;
  }
}

.top-about__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.top-about__text {
  --min-size: 28;
  --max-size: 40;
  font-size: var(--clamp-size);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "IBM Plex Sans JP", serif;
}

.top-about__link {
  color: #A9A29C;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-right: 36px;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media (max-width: 768px) {
  .top-about__link {
    margin-inline: auto;
    margin-top: 24px;
  }
}

.top-about__link::after {
  content: url(../img/direction-gray.svg);
  position: absolute;
  top: -6px;
  right: -36px;
}

.top-about__company {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4%;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .top-about__company {
    flex-direction: column;
  }
}

.top-about__image {
  max-width: 521px;
}
@media (max-width: 768px) {
  .top-about__image {
    max-width: 100%;
  }
}

.top-description {
  --min-size: 16;
  --max-size: 18;
  font-size: var(--clamp-size);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.18px;
  margin-top: 34px;
}

.top-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  max-width: 204px;
  width: 100%;
  border: solid 2px #010000;
  padding: 12px 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

.top-oem__container {
  background-image: url(../../assets/img/top/img-oem_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
@media (max-width: 768px) {
  .top-oem__container {
    flex-direction: column-reverse;
    row-gap: 48px;
  }
}

.top-oem__content {
  padding: 64px 0 70px 0;
  width: 59%;
}
@media (max-width: 768px) {
  .top-oem__content {
    width: 100%;
    padding: 48px 20px 64px;
  }
}

.top-oem__content-wrapper {
  max-width: 832px;
  margin: auto;
  margin-right: 0;
}

.top-oem__content-inner {
  max-width: 537px;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .top-oem__content-inner {
    padding-left: 0;
  }
}

.top-section__title {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  color: #010000;
  --min-size: 40;
  --max-size: 72;
  font-size: var(--clamp-size);
  font-weight: 700;
  letter-spacing: -4.32px;
  line-height: 1;
}

.oem__title--ampersand {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  color: #010000;
  --min-size: 40;
  --max-size: 56;
  font-size: var(--clamp-size);
  font-weight: 700;
}

.top-section__subtitle {
  color: #A9A29C;
  --min-size: 14;
  --max-size: 20;
  font-size: var(--clamp-size);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}

.top-oem__text {
  max-width: 573px;
}

.top-oem__image {
  width: 40%;
  max-height: 491px;
  background: url(../../assets/img/top/img-02.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-oem__image {
    width: 100%;
    background: none;
    padding-inline: 20px;
    padding-top: 64px;
    max-height: 393px;
  }
}

.top-feature {
  background: #f2f2f2;
}

.top-feature__container {
  display: flex;
  gap: 11%;
}
@media (max-width: 768px) {
  .top-feature__container {
    flex-direction: column;
  }
}

.top-feature__image {
  max-width: 464px;
}

.top-feature__content {
  padding: 64px 0 70px;
}

.top-brands__inner {
  padding-top: 72px;
}

.top-brands__list {
  display: flex;
  align-items: flex-start;
  gap: 3%;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .top-brands__list {
    flex-direction: column;
    row-gap: 32px;
  }
}

.top-brands__item {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .top-brands__item {
    width: 100%;
  }
}

.top-brands__image {
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .top-brands__image img {
    width: 100%;
  }
}

.top-brands__name {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  color: #010000;
  font-size: 20px;
  letter-spacing: -1.2px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .top-brands__name {
    margin-top: 8px;
  }
}

.page-mv {
  background: linear-gradient(to bottom, #FF9935 0%, #ffffff 100%);
}

.page-title__wrapper {
  padding-top: 120px;
  padding-bottom: 77px;
  display: flex;
  align-items: baseline;
  gap: 28px;
  border-bottom: solid 1px #CCC6BF;
  max-width: 1282px;
  padding-inline: 0;
}
@media (max-width: 768px) {
  .page-title__wrapper {
    flex-direction: column;
    gap: 0;
    padding-top: 40px;
    padding-bottom: 48px;
    padding-inline: 20px;
  }
}

.page-mv__title {
  color: #010000;
  --min-size: 56;
  --max-size: 80;
  font-size: var(--clamp-size);
  font-weight: 700;
  font-family: "Josefin Sans", serif;
  line-height: 1;
  letter-spacing: -4.8px;
}

.page-mv__titleJp {
  font-family: "BIZ UDPGothic", serif;
  color: #010000;
  font-size: 16px;
  font-weight: 400;
}

.page-contents__wrapper {
  position: relative;
  border-bottom: solid 1px #CCC6BF;
}

.page-contents__wrapper::before {
  font-family: "Josefin Sans", serif;
  line-height: 1;
  content: "PRENET";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  color: rgba(154, 148, 141, 0.05);
  font-size: 300px;
  font-weight: bold;
  text-align: center;
  z-index: -1;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.23em;
  line-height: 0;
  writing-mode: vertical-rl;
}

.privacy__inner {
  max-width: 800px;
  margin-inline: auto;
  padding: 48px 0;
  --min-size: 16;
  --max-size: 18;
  font-size: var(--clamp-size);
  letter-spacing: 1.3px;
  line-height: 1.7;
}

.privacy-headding {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .privacy-headding {
    margin-top: 64px;
    margin-bottom: 32px;
  }
}

.about__inner {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    row-gap: 32px;
  }
}

.about-headding {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.about-table {
  max-width: 846px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .about-table {
    margin-top: 0;
  }
}

.about-table__list {
  border-top: solid 1px #CCC6BF;
  border-bottom: solid 1px #CCC6BF;
  --min-size: 16;
  --max-size: 18;
  font-size: var(--clamp-size);
  line-height: 1.3;
  letter-spacing: 1.3px;
}

.about-table__list_th {
  padding: 32px 0 32px 12px;
}
@media (max-width: 768px) {
  .about-table__list_th {
    padding: 16px 0 16px 8px;
    min-width: 105px;
  }
}

.about-table__list_td {
  padding: 32px 0 32px 12px;
}
@media (max-width: 768px) {
  .about-table__list_td {
    padding: 16px 0 16px 16px;
  }
}

.oem__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 48px;
  border-bottom: solid 1px #CCC6BF;
}
@media (max-width: 768px) {
  .oem__inner {
    flex-direction: column;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-inline: 0;
  }
}

.oem__inner:last-of-type {
  border-bottom: none;
}

.oem-headding {
  min-width: 196px;
}

.oem__feature_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 48px;
  flex-direction: column;
  row-gap: 56px;
}
@media (max-width: 768px) {
  .oem__feature_wrapper {
    margin-bottom: 0;
  }
}

.oem__description {
  margin-top: 40px;
  margin-bottom: 40px;
  --min-size: 16;
  --max-size: 18;
  font-size: var(--clamp-size);
  max-width: 846px;
}

.oem__feature {
  display: flex;
  gap: 56px 5%;
  align-items: flex-start;
  max-width: 846px;
}
@media (max-width: 768px) {
  .oem__feature {
    flex-direction: column;
    row-gap: 24px;
  }
}

.oem__feature-image {
  max-width: 242px;
}
@media (max-width: 768px) {
  .oem__feature-image {
    max-width: 100%;
  }
}

.oem__feature-title {
  color: #FF7F00;
  font-size: 24px;
  letter-spacing: 0.01em;
  line-height: 30px;
  font-weight: 700;
}

.oem__feature-description {
  --min-size: 16;
  --max-size: 18;
  font-size: var(--clamp-size);
  letter-spacing: 0.01em;
  line-height: 32px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .oem__feature-description {
    line-height: 1.6;
  }
}

.oem__process {
  border-color: #F9D7B6;
  border-left-width: 4px;
  padding-left: 1.4rem;
  margin-top: 40px;
}

.oem__process-step {
  position: relative;
  margin-bottom: 77px;
  padding-left: 8px;
}

.oem__process-step::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: solid 3px #FF7F00;
  border-radius: 50%;
  top: 0;
  left: -35px;
  background-color: #fff;
}

.oem__process-step:last-of-type {
  margin-bottom: 0;
}

.oem__process-description {
  --min-size: 16;
  --max-size: 20;
  font-size: var(--clamp-size);
  letter-spacing: 0.01em;
  line-height: 21px;
}

.oem__process-description span {
  --min-size: 14;
  --max-size: 16;
  font-size: var(--clamp-size);
}

.oem__process-image {
  margin-top: 24px;
}

.brands__inner {
  border-bottom: solid 1px #CCC6BF;
  padding-top: 128px;
  padding-bottom: 80px;
}

.brands__inner:last-child {
  border-bottom: none;
}

.brands__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28.5%;
}
@media (max-width: 768px) {
  .brands__content {
    flex-direction: column;
    row-gap: 40px;
  }
}

.brands__logo {
  max-width: 460px;
}

.brands__description {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2.125;
  max-width: 515px;
}

.brands__inner:nth-of-type(2) .brands__description {
  max-width: 503px;
}

.brands__inner:nth-of-type(3) .brands__description {
  max-width: 546px;
  width: 100%;
}

.brands__images {
  display: flex;
  gap: 1.8%;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .brands__images {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 40px;
  }
}

.brands__image-row {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.brands__image-item {
  max-width: 411px;
}
@media (max-width: 768px) {
  .brands__image-item {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */