@charset "UTF-8";
/* reset */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption,
figure, footer, header, main,
menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: inherit;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], [role=button], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

ul, ol {
  list-style-type: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  background: #333;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

img.imgHover,
input[type=image] {
  transition: 0.4s;
}

img.imgHover:hover,
input[type=image]:hover {
  opacity: 0.8;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
.xl-only {
  display: block;
}
@media screen and (max-width: 1200px) {
  .xl-only {
    display: none;
  }
}

.xl-excepting {
  display: none;
}
@media screen and (max-width: 1200px) {
  .xl-excepting {
    display: block;
  }
}

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

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

@media screen and (max-width: 767px) {
  .below-tab {
    display: block;
  }
}

.c-txt--en {
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}
.c-txt--lato {
  font-family: "Lato", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
}

body {
  overflow: hidden;
}

img {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#oem-lp {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
#oem-lp .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #oem-lp .container {
    padding: 0 15px;
  }
}
#oem-lp .container--btn {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 800px;
  width: 100%;
}
#oem-lp .header {
  position: relative;
  min-width: 1200px;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  #oem-lp .header {
    min-width: 100%;
  }
}
#oem-lp .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0;
}
#oem-lp .header__logo {
  margin-right: 10vw;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  #oem-lp .header__logo {
    padding-top: 0;
    padding-left: 15px;
  }
}
#oem-lp .header__link-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
#oem-lp .header__link-wrapper .txt-link {
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media print, screen and (min-width: 801px) {
  #oem-lp .header__link-wrapper .txt-link {
    transition: 0.3s;
  }
  #oem-lp .header__link-wrapper .txt-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #oem-lp .header__link-wrapper .txt-link {
    display: none;
  }
}
#oem-lp .header__link-wrapper .consultation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 56px;
  width: 130px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #bb1535;
}
@media print, screen and (min-width: 801px) {
  #oem-lp .header__link-wrapper .consultation-btn {
    transition: 0.3s;
  }
  #oem-lp .header__link-wrapper .consultation-btn:hover {
    opacity: 0.7;
  }
}
#oem-lp .fv {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  #oem-lp .fv {
    display: flex;
    flex-direction: column-reverse;
  }
}
#oem-lp .fv .fv-txt-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  top: 50%;
  bottom: 50%;
  left: 9%;
  margin: auto;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  #oem-lp .fv .fv-txt-wrapper {
    left: 3%;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-txt-wrapper {
    position: relative;
    align-items: center;
    left: 0;
    padding: 0 20px;
  }
}
#oem-lp .fv .fv-txt-wrapper__en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 2;
  color: #ccc;
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-txt-wrapper__en {
    display: none;
  }
}
#oem-lp .fv .fv-txt-wrapper__phrase {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-txt-wrapper__phrase {
    margin-top: 40px;
    font-size: 24px;
  }
}
#oem-lp .fv .fv-txt-wrapper__ttl {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-txt-wrapper__ttl {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 54px;
  }
}
#oem-lp .fv .fv-txt-wrapper__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  max-width: 400px;
  width: 100%;
  height: 85px;
  font-size: 18px;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #bb1535;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
@media print, screen and (min-width: 801px) {
  #oem-lp .fv .fv-txt-wrapper__btn {
    transition: 0.3s;
  }
  #oem-lp .fv .fv-txt-wrapper__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-txt-wrapper__btn {
    max-width: 280px;
    height: 60px;
  }
}
#oem-lp .fv .fv-txt-wrapper__btn-txt {
  position: relative;
  display: inline-block;
}
#oem-lp .fv .fv-txt-wrapper__btn-txt::before, #oem-lp .fv .fv-txt-wrapper__btn-txt::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -25%;
  margin: auto;
  vertical-align: middle;
}
#oem-lp .fv .fv-txt-wrapper__btn-txt::before {
  width: 20px;
  height: 2px;
  background: #fff;
}
#oem-lp .fv .fv-txt-wrapper__btn-txt::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
#oem-lp .fv .fv-slider-wrapper {
  margin-right: 0;
  max-width: 1350px;
  width: 75%;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1200px) {
  #oem-lp .fv .fv-slider-wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-slider-wrapper {
    width: 100%;
  }
}
#oem-lp .fv .fv-slider-wrapper img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  #oem-lp .fv .fv-slider-wrapper img {
    height: 530px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .fv .fv-slider-wrapper img {
    height: 280px;
  }
}
#oem-lp .company__slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #oem-lp .company__slider {
    flex-direction: column;
  }
}
#oem-lp .company__slider-ornament {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #464646;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  #oem-lp .company__slider-ornament {
    max-width: none;
    width: 100%;
    height: 40px;
  }
}
#oem-lp .company__slider-ornament::after {
  content: "";
  position: absolute;
  right: -50px;
  height: 50px;
  width: 50px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  background-color: #464646;
}
@media screen and (max-width: 800px) {
  #oem-lp .company__slider-ornament::after {
    display: none;
  }
}
#oem-lp .company__slider-ornament p {
  font-family: "Lato";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #oem-lp .company__slider-ornament p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.15rem;
  }
}
#oem-lp .about {
  position: relative;
  margin-top: 190px;
}
@media screen and (max-width: 800px) {
  #oem-lp .about {
    margin-top: 240px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .about {
    margin-top: 50vw;
  }
}
#oem-lp .about .about-txt {
  position: relative;
  margin-left: auto;
  padding: 70px 20px 60px;
  width: 80%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 800px) {
  #oem-lp .about .about-txt {
    padding: 150px 20px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .about .about-txt {
    padding-top: 25vw;
    padding-bottom: 10vw;
  }
}
#oem-lp .about .about-txt__ornament {
  position: absolute;
  bottom: 40%;
  left: -200px;
  filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1200px) {
  #oem-lp .about .about-txt__ornament {
    left: -140px;
  }
  #oem-lp .about .about-txt__ornament img {
    width: 65%;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .about .about-txt__ornament {
    top: -40%;
    left: 0;
    bottom: auto;
  }
  #oem-lp .about .about-txt__ornament img {
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .about .about-txt__ornament {
    top: -35vw;
  }
}
#oem-lp .about .about-txt__cursive {
  position: absolute;
  top: -20%;
  left: 400px;
}
@media screen and (max-width: 1200px) {
  #oem-lp .about .about-txt__cursive {
    left: 260px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .about .about-txt__cursive {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .about .about-txt__cursive img {
    width: 45%;
  }
}
#oem-lp .about .about-txt__txt {
  margin: auto;
  padding-left: 375px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 1200px) {
  #oem-lp .about .about-txt__txt {
    padding-left: 240px;
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .about .about-txt__txt {
    margin-top: 20px;
    padding-left: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .about .about-txt__txt {
    font-size: 12px;
  }
}
#oem-lp .client__slider--company {
  background: #FFF;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 800px) {
  #oem-lp .client__slider--company {
    margin-top: 10px;
    height: 30px;
  }
}
#oem-lp .client__slider--company .swiper-wrapper {
  transition-timing-function: linear;
}
#oem-lp .client__slider--company .swiper-slide {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #oem-lp .client__slider--company .swiper-slide {
    margin-right: 3.125vw;
  }
}
#oem-lp .client__slider--company .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
#oem-lp .produced {
  margin-top: 220px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #f8f8f8 20%, #f8f8f8 100%);
}
@media screen and (max-width: 800px) {
  #oem-lp .produced {
    margin-top: 15vw;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #f8f8f8 40%, #f8f8f8 100%);
  }
}
#oem-lp .produced .produced-ttl {
  position: relative;
  margin: auto;
  max-width: 720px;
  width: 100%;
}
#oem-lp .produced .produced-ttl img {
  position: absolute;
  top: -80px;
  left: -110px;
}
@media screen and (max-width: 1200px) {
  #oem-lp .produced .produced-ttl img {
    left: -40px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-ttl img {
    top: -10vw;
    left: 20px;
    width: 50%;
  }
}
#oem-lp .produced .produced-ttl .slash {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-ttl .slash {
    text-align: center;
    font-size: 28px;
    font-size: 3.5vw;
  }
}
#oem-lp .produced .produced-ttl h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-ttl h2 {
    margin-top: 15px;
    text-align: center;
    font-size: 48px;
    font-size: 6vw;
  }
}
#oem-lp .produced .produced-ttl h2 .emphasis {
  margin-right: 5px;
  font-size: 72px;
  font-weight: bold;
  line-height: 0;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-ttl h2 .emphasis {
    font-size: 74px;
    font-size: 9.25vw;
  }
}
#oem-lp .produced .produced-ttl .annotation {
  display: block;
  margin: 15px auto 0;
  text-align: right;
  max-width: 670px;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-ttl .annotation {
    margin-top: 10px;
    padding-right: 25px;
  }
}
#oem-lp .produced .produced-item {
  margin: 30px auto 0;
  padding: 0 20px;
  max-width: 1040px;
  width: 100%;
}
#oem-lp .produced .produced-item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-item ul {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .produced .produced-item ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-item ul li {
    margin: auto;
  }
}
#oem-lp .produced .produced-item ul li img {
  width: 100%;
  height: auto;
  filter: drop-shadow(5px 3px 8px rgba(0, 0, 0, 0.3));
}
#oem-lp .produced .produced-item .more-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-item .more-btn-wrapper {
    margin-top: 30px;
  }
}
#oem-lp .produced .produced-item .more-btn-wrapper .produced-more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #414141;
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-item .more-btn-wrapper .produced-more-btn {
    height: 50px;
    font-size: 16px;
  }
}
#oem-lp .produced .produced-item .more-btn-wrapper .produced-more-btn::after {
  content: "▼";
  position: absolute;
  right: 30px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #oem-lp .produced .produced-item .more-btn-wrapper .produced-more-btn::after {
    font-size: 14px;
  }
}
#oem-lp .produced .produced-item .more-btn-wrapper .produced-more-btn.is-open::after {
  content: "▲";
}
#oem-lp .achievements {
  padding: 60px 0 0;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements {
    padding: 40px 20px 0;
  }
}
#oem-lp .achievements h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 580px) {
  #oem-lp .achievements h2 {
    font-size: 22px;
  }
}
#oem-lp .achievements h2 span {
  color: #bb1535;
}
#oem-lp .achievements .achievements-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#oem-lp .achievements .achievements-wrapper .achievements-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 35px;
  width: 190px;
  height: 160px;
  border: 4px solid #bb1535;
}
@media screen and (max-width: 580px) {
  #oem-lp .achievements .achievements-wrapper .achievements-box {
    margin-top: 30px;
    margin-right: 10px;
    width: 110px;
    height: 110px;
  }
}
#oem-lp .achievements .achievements-wrapper .achievements-box__txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 580px) {
  #oem-lp .achievements .achievements-wrapper .achievements-box__txt {
    font-size: 13px;
  }
}
#oem-lp .achievements .achievements-wrapper .achievements-box__num {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #bb1535;
}
@media screen and (max-width: 580px) {
  #oem-lp .achievements .achievements-wrapper .achievements-box__num {
    font-size: 40px;
  }
}
#oem-lp .achievements .achievements-wrapper .achievements-box__emphasis {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #bb1535;
}
@media screen and (max-width: 580px) {
  #oem-lp .achievements .achievements-wrapper .achievements-box__emphasis {
    font-size: 12px;
  }
}
#oem-lp .achievements .achievements-wrapper .achievements-box:last-child {
  margin-right: 0;
}
#oem-lp .achievements .achievements-annotation {
  margin: 5px auto;
  text-align: right;
  max-width: 640px;
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-annotation {
    padding-right: 10px;
  }
}
#oem-lp .achievements .achievements-list {
  margin: auto;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(3px 5px 8px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-list {
    padding: 20px 20px 40px;
  }
}
#oem-lp .achievements .achievements-list__box:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #666;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-list__box:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
  }
}
#oem-lp .achievements .achievements-list__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #bb1535;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-list__ttl {
    font-size: 20px;
  }
}
#oem-lp .achievements .achievements-list__genre ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
#oem-lp .achievements .achievements-list__genre ul li {
  margin-top: 5px;
  text-align: center;
  width: 24%;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-list__genre ul li {
    font-size: 15px;
    font-weight: 600;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .achievements .achievements-list__genre ul li {
    width: 48%;
  }
}
#oem-lp .achievements .achievements-list__etc {
  margin: 5px auto 0;
  max-width: 660px;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-list__etc {
    max-width: none;
    width: 100% !important;
    margin: 5px 0 0;
    text-align: right !important;
  }
}
#oem-lp .achievements .achievements-list__etc p {
  text-align: right;
}
#oem-lp .achievements .achievements-list__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#oem-lp .achievements .achievements-list__logo li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  width: 24%;
  height: 25px;
}
@media screen and (max-width: 800px) {
  #oem-lp .achievements .achievements-list__logo li {
    margin: 25px 10px 0;
  }
}
#oem-lp .achievements .achievements-list__logo li img {
  margin: auto;
}
#oem-lp .lineup {
  margin: 40px auto 0;
  padding: 40px 20px 20px;
  max-width: 1200px;
  width: 100%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup {
    padding: 40px 15px 20px;
  }
}
#oem-lp .lineup__slash {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__slash {
    font-size: 13px;
  }
}
#oem-lp .lineup__ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__ttl {
    font-size: 20px;
  }
}
#oem-lp .lineup__wrapper {
  display: flex;
  justify-content: center;
  gap: 0 22px;
  margin: 20px auto 0;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__wrapper {
    flex-wrap: wrap;
    gap: 20px 15px;
  }
}
#oem-lp .lineup__category {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__category {
    max-width: 250px;
    width: 47%;
  }
}
#oem-lp .lineup__category-ttl {
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #bb1535;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__category-ttl {
    padding: 10px;
    font-size: 16px;
  }
}
#oem-lp .lineup__category-list {
  padding: 15px 12px 0;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__category-list {
    padding: 15px 10px;
  }
}
#oem-lp .lineup__category-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
#oem-lp .lineup__category-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__category-list li {
    font-size: 14px;
  }
}
#oem-lp .lineup__category-list li::before {
  content: "";
  margin-top: 4px;
  margin-right: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #bb1535;
}
#oem-lp .lineup__annotation {
  margin: 40px auto 0;
  max-width: 800px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  #oem-lp .lineup__annotation {
    font-size: 13px;
  }
}
#oem-lp .cv {
  margin: 50px auto 90px;
  padding: 0 20px;
}
@media screen and (max-width: 580px) {
  #oem-lp .cv {
    margin: 40px auto;
  }
}
#oem-lp .cv .cv-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  #oem-lp .cv .cv-ttl {
    font-size: 16px;
  }
}
#oem-lp .cv .cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  padding-right: 40px;
  max-width: 620px;
  width: 100%;
  height: 85px;
  background-color: #bb1535;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
@media print, screen and (min-width: 801px) {
  #oem-lp .cv .cv-btn {
    transition: 0.3s;
  }
  #oem-lp .cv .cv-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .cv .cv-btn {
    margin-top: 20px;
    max-width: 400px;
    width: auto;
  }
}
#oem-lp .cv .cv-btn__img {
  margin-right: 30px;
}
#oem-lp .cv .cv-btn__txt {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #fff;
}
@media screen and (max-width: 580px) {
  #oem-lp .cv .cv-btn__txt {
    font-size: 18px;
    letter-spacing: 0.1rem;
  }
}
#oem-lp .cv .cv-btn__txt::before, #oem-lp .cv .cv-btn__txt::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  right: -20px;
  margin: auto;
}
#oem-lp .cv .cv-btn__txt::before {
  width: 20px;
  height: 2px;
  background: #fff;
}
#oem-lp .cv .cv-btn__txt::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
#oem-lp .worries {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
}
#oem-lp .worries .worries-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 20px 40px;
  max-width: 1300px;
  width: 100%;
  height: 438px;
  background: url("../img/oem-lp/bg_worries.png") no-repeat center center/cover;
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg {
    height: 550px;
  }
}
#oem-lp .worries .worries-bg .worries-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-ttl {
    font-size: 20px;
  }
}
#oem-lp .worries .worries-bg .worries-ttl span {
  margin: 0 5px;
  padding: 5px;
  background-color: #373737;
}
#oem-lp .worries .worries-bg .worries-box {
  margin-top: 40px;
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-box {
    margin-top: 20px;
  }
}
#oem-lp .worries .worries-bg .worries-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-box__list {
    flex-direction: column;
  }
}
#oem-lp .worries .worries-bg .worries-box__list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  max-width: 350px;
  width: 47%;
  height: 80px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-box__list li {
    max-width: none;
    width: 100%;
    height: 70px;
  }
}
#oem-lp .worries .worries-bg .worries-box__list li::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 18px;
  height: 18px;
  background-color: #d7d7d7;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  #oem-lp .worries .worries-bg .worries-box__list li::before {
    left: 10px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-box__list li::before {
    left: 15px;
    width: 18px;
    height: 18px;
  }
}
#oem-lp .worries .worries-bg .worries-box__list li::after {
  content: "";
  position: absolute;
  left: 17px;
  margin-bottom: 10px;
  width: 20px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  #oem-lp .worries .worries-bg .worries-box__list li::after {
    left: 12px;
    margin-bottom: 10px;
    width: 15px;
    height: 8px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-box__list li::after {
    left: 17px;
    margin-bottom: 10px;
    width: 20px;
    height: 10px;
  }
}
#oem-lp .worries .worries-bg .worries-box__list li p {
  padding: 0 20px 0 50px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #oem-lp .worries .worries-bg .worries-box__list li p {
    padding-left: 35px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .worries .worries-bg .worries-box__list li p {
    padding-left: 50px;
  }
}
#oem-lp .worries .worries-bg .worries-box__list li p span {
  color: #8f620b;
}
#oem-lp .lead {
  position: relative;
  padding: 70px 15px 80px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 800px) {
  #oem-lp .lead {
    padding: 40px 15px 60px;
  }
}
#oem-lp .lead .lead-subttl {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-subttl {
    font-size: 16px;
  }
}
#oem-lp .lead .lead-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-ttl {
    font-size: 24px;
  }
}
#oem-lp .lead .lead-ttl span {
  color: #bb1535;
}
#oem-lp .lead .lead-wrapper {
  margin: 60px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 580px) {
  #oem-lp .lead .lead-wrapper {
    margin-top: 30px;
  }
}
#oem-lp .lead .lead-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-column-gap: 35px;
  grid-row-gap: 36px;
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
#oem-lp .lead .lead-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 198px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-list__item {
    max-width: 100%;
    width: 30%;
  }
}
#oem-lp .lead .lead-list__item p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 81px;
  font-size: 16px;
  color: #fff;
  background-color: #bb1535;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 580px) {
  #oem-lp .lead .lead-list__item p {
    height: 40px;
    font-size: 11px;
    line-height: 1.4;
  }
}
#oem-lp .lead .lead-list__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 117px;
}
@media screen and (max-width: 580px) {
  #oem-lp .lead .lead-list__img {
    height: 58px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .lead .lead-list__img img {
    width: 50%;
  }
}
#oem-lp .lead .lead-conclusion {
  margin-top: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-conclusion {
    margin-top: 30px;
    font-size: 18px;
  }
}
#oem-lp .lead .lead-arrow {
  position: relative;
}
#oem-lp .lead .lead-arrow::before, #oem-lp .lead .lead-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#oem-lp .lead .lead-arrow::before {
  top: 53px;
  width: 60px;
  height: 3px;
  background: #bb1535;
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-arrow::before {
    top: 44px;
    width: 50px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .lead .lead-arrow::before {
    top: 50px;
    width: 40px;
  }
}
#oem-lp .lead .lead-arrow::after {
  top: 70px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #bb1535;
  transform: rotate(135deg);
}
@media screen and (max-width: 800px) {
  #oem-lp .lead .lead-arrow::after {
    top: 58px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .lead .lead-arrow::after {
    top: 64px;
  }
}
#oem-lp .conclusion {
  background-color: #f8f8f8;
}
#oem-lp .conclusion .conclusion-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 120px 20px 50px;
  width: 100%;
  height: 830px;
  background: url("../img/oem-lp/bg_conclusion.png") no-repeat center top/cover;
}
@media screen and (max-width: 580px) {
  #oem-lp .conclusion .conclusion-bg {
    padding: 70px 10px 50px;
    height: 550px;
  }
}
#oem-lp .conclusion .conclusion-bg .conclusion-phrase {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 580px) {
  #oem-lp .conclusion .conclusion-bg .conclusion-phrase {
    font-size: 20px;
  }
}
#oem-lp .conclusion .conclusion-bg .conclusion-main {
  text-align: center;
}
#oem-lp .conclusion .conclusion-bg .conclusion-main span {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 45px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #bb1535;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  #oem-lp .conclusion .conclusion-bg .conclusion-main span {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .conclusion .conclusion-bg .conclusion-main span {
    padding: 20px 25px;
    font-size: 32px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .conclusion .conclusion-bg .conclusion-main span {
    margin-top: 15px;
    padding: 20px 10px;
    font-size: 20px;
  }
}
#oem-lp .conclusion .conclusion-bg .conclusion-bundle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 580px) {
  #oem-lp .conclusion .conclusion-bg .conclusion-bundle {
    margin-top: 30px;
  }
}
#oem-lp .conclusion .conclusion-bg .conclusion-bundle__img {
  margin-right: 17px;
  width: 100%;
}
#oem-lp .conclusion .conclusion-bg .conclusion-bundle__img:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  #oem-lp .conclusion .conclusion-bg .conclusion-bundle__img:nth-child(1), #oem-lp .conclusion .conclusion-bg .conclusion-bundle__img:nth-child(4) {
    display: none;
  }
  #oem-lp .conclusion .conclusion-bg .conclusion-bundle__img:nth-last-child(2) {
    margin-right: 0;
  }
}
#oem-lp .case {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 200px 20px 0;
  width: 100%;
  background: url("../img/oem-lp/bg_case.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 1200px) {
  #oem-lp .case {
    padding-top: 130px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .case {
    padding-top: 100px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case {
    padding-top: 80px;
  }
}
#oem-lp .case .case-ttl {
  position: relative;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
#oem-lp .case .case-ttl img {
  position: absolute;
  top: -80px;
  left: -110px;
}
@media screen and (max-width: 1200px) {
  #oem-lp .case .case-ttl img {
    left: -30px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-ttl img {
    top: -50px;
    left: -10px;
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-ttl img {
    top: -40px;
  }
}
#oem-lp .case .case-ttl h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-ttl h2 {
    font-size: 20px;
  }
}
#oem-lp .case .case-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper {
    margin-top: 80px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper {
    margin-top: 70px;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
  }
}
#oem-lp .case .case-wrapper__annotation-wrapper {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__annotation-wrapper {
    max-width: 380px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__annotation-wrapper {
    max-width: none;
    width: 100%;
  }
}
#oem-lp .case .case-wrapper__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 440px;
  width: 100%;
  height: 400px;
  background-color: #fff;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
#oem-lp .case .case-wrapper__box::before, #oem-lp .case .case-wrapper__box::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__box::before, #oem-lp .case .case-wrapper__box::after {
    width: 30px;
    height: 30px;
  }
}
#oem-lp .case .case-wrapper__box::before {
  border-bottom: 10px solid #edeadd;
  border-left: 10px solid #edeadd;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__box::before {
    border-bottom: 7px solid #edeadd;
    border-left: 7px solid #edeadd;
  }
}
#oem-lp .case .case-wrapper__box::after {
  border-top: 10px solid #edeadd;
  border-right: 10px solid #edeadd;
  top: 0;
  right: 0;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__box::after {
    border-top: 7px solid #edeadd;
    border-right: 7px solid #edeadd;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__box {
    max-width: 380px;
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__box {
    max-width: none;
    width: 100%;
    height: 300px;
  }
}
#oem-lp .case .case-wrapper__box img {
  margin-top: 20px;
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__box img {
    max-width: 250px;
    width: 65%;
  }
}
#oem-lp .case .case-wrapper__num {
  position: absolute;
  top: -70px;
  left: 20px;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__num {
    top: -50px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__num {
    top: -50px;
    width: 25%;
  }
}
#oem-lp .case .case-wrapper__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #bb1535;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__ttl {
    font-size: 18px;
  }
}
#oem-lp .case .case-wrapper__main {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__main {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__main {
    font-size: 16px;
  }
}
#oem-lp .case .case-wrapper__main span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__main span {
    font-size: 12px;
  }
}
#oem-lp .case .case-wrapper__main sup {
  top: 0px;
  vertical-align: top;
  font-size: 10px;
}
#oem-lp .case .case-wrapper__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__img {
    width: 50%;
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__img {
    display: none;
  }
}
#oem-lp .case .case-wrapper__list {
  margin-top: 20px;
  margin-left: 30px;
  padding: 0 10px;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__list {
    margin-top: 10px;
  }
}
#oem-lp .case .case-wrapper__list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  max-width: 350px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__list li {
    margin-top: 10px;
    padding-left: 3px;
    max-width: none;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
  }
}
#oem-lp .case .case-wrapper__list li::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 22px;
  height: 22px;
  background-color: #cbc6b2;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__list li::before {
    left: -28px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__list li::before {
    left: -26px;
    width: 18px;
    height: 18px;
  }
}
#oem-lp .case .case-wrapper__list li::after {
  content: "";
  position: absolute;
  left: -26px;
  margin-bottom: 4px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper__list li::after {
    left: -23px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper__list li::after {
    left: -22px;
    margin-bottom: 3px;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
#oem-lp .case .case-wrapper__annotation {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper--01 .case-wrapper__box {
    height: 250px;
  }
}
#oem-lp .case .case-wrapper--02 .case-wrapper__box, #oem-lp .case .case-wrapper--03 .case-wrapper__box, #oem-lp .case .case-wrapper--04 .case-wrapper__box {
  height: 450px;
}
@media screen and (max-width: 800px) {
  #oem-lp .case .case-wrapper--02 .case-wrapper__box, #oem-lp .case .case-wrapper--03 .case-wrapper__box, #oem-lp .case .case-wrapper--04 .case-wrapper__box {
    height: 400px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .case .case-wrapper--02 .case-wrapper__box, #oem-lp .case .case-wrapper--03 .case-wrapper__box, #oem-lp .case .case-wrapper--04 .case-wrapper__box {
    height: 350px;
  }
}
#oem-lp .reason {
  margin-top: 220px;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason {
    margin-top: 100px;
  }
}
#oem-lp .reason .reason-ttl {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 720px;
  width: 100%;
}
#oem-lp .reason .reason-ttl img {
  position: absolute;
  top: -120px;
  left: -150px;
}
@media screen and (max-width: 1200px) {
  #oem-lp .reason .reason-ttl img {
    left: -40px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-ttl img {
    top: -50px;
    left: 20px;
    width: 50%;
  }
}
#oem-lp .reason .reason-ttl h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-ttl h2 {
    text-align: center;
    font-size: 30px;
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .reason .reason-ttl h2 {
    font-size: 20px;
  }
}
#oem-lp .reason .reason-ttl h2 .num {
  margin-right: 5px;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-ttl h2 .num {
    font-size: 60px;
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .reason .reason-ttl h2 .num {
    font-size: 50px;
  }
}
#oem-lp .reason .reason-ttl h2 .emphasis {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-ttl h2 .emphasis {
    font-size: 40px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .reason .reason-ttl h2 .emphasis {
    font-size: 28px;
  }
}
#oem-lp .reason .reason-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 60px auto 0;
  padding: 0 40px 0 20px;
  max-width: 940px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-wrapper {
    margin-top: 40px;
    padding: 0 20px;
  }
}
#oem-lp .reason .reason-wrapper--reverse {
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-wrapper--reverse {
    padding: 0 20px;
  }
}
#oem-lp .reason .reason-wrapper--reverse .reason-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-wrapper--reverse .reason-box {
    filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.4));
  }
}
#oem-lp .reason .reason-wrapper--reverse .reason-contents__img {
  left: -400px;
  right: auto;
}
@media screen and (max-width: 1200px) {
  #oem-lp .reason .reason-wrapper--reverse .reason-contents__img {
    left: -35vw;
    right: auto;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-wrapper--reverse .reason-contents__img {
    left: auto;
  }
}
#oem-lp .reason .reason-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-box {
    filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.4));
  }
}
#oem-lp .reason .reason-contents {
  position: relative;
  margin: 0 40px;
  padding-bottom: 60px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #oem-lp .reason .reason-contents {
    max-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents {
    margin: 0 20px;
    padding-bottom: 30px;
    max-width: none;
  }
}
#oem-lp .reason .reason-contents__ttl {
  position: relative;
  padding-top: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__ttl {
    padding-top: 10px;
  }
}
#oem-lp .reason .reason-contents__ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  border-left: 3px solid #bb1535;
  height: 180px;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__ttl::before {
    height: 120px;
  }
}
#oem-lp .reason .reason-contents__ttl p {
  font-size: 20px;
  font-weight: bold;
  color: #bb1535;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__ttl p {
    font-size: 18px;
  }
}
#oem-lp .reason .reason-contents__ttl p span {
  padding-left: 10px;
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__ttl p span {
    font-size: 30px;
  }
}
#oem-lp .reason .reason-contents__ttl h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #oem-lp .reason .reason-contents__ttl h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .reason .reason-contents__ttl h3 {
    font-size: 18px;
  }
}
#oem-lp .reason .reason-contents__ttl h3 span {
  color: #bb1535;
}
#oem-lp .reason .reason-contents__img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: -400px;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #oem-lp .reason .reason-contents__img {
    right: -32vw;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__img {
    position: relative;
    right: auto;
    margin-top: 30px;
  }
}
#oem-lp .reason .reason-contents__img img {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1200px) {
  #oem-lp .reason .reason-contents__img img {
    width: 30vw;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__img img {
    width: auto;
  }
}
#oem-lp .reason .reason-contents__txt {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #oem-lp .reason .reason-contents__txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .reason .reason-contents__txt {
    font-size: 12px;
  }
}
#oem-lp .reason .reason-contents__txt-tag {
  margin-top: 20px;
}
#oem-lp .flow {
  margin-top: 100px;
  padding: 160px 20px 100px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow {
    margin-top: 60px;
    padding: 80px 20px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow {
    padding: 60px 10px 40px;
  }
}
#oem-lp .flow .flow-ttl {
  position: relative;
  margin: auto;
  text-align: center;
  max-width: 720px;
  width: 100%;
}
#oem-lp .flow .flow-ttl img {
  position: absolute;
  top: -80px;
  left: -100px;
}
@media screen and (max-width: 1200px) {
  #oem-lp .flow .flow-ttl img {
    left: -40px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-ttl img {
    top: -50px;
    left: 20px;
    width: 50%;
  }
}
#oem-lp .flow .flow-ttl h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-ttl h2 {
    text-align: center;
    font-size: 32px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-ttl h2 {
    font-size: 24px;
  }
}
#oem-lp .flow .flow-ttl p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-ttl p {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-ttl p {
    font-size: 16px;
  }
}
#oem-lp .flow .flow-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents {
    padding: 0;
  }
}
#oem-lp .flow .flow-contents .flow-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  min-width: 120px;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure {
    margin-right: 30px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents .flow-figure {
    margin-right: 15px;
    max-width: 80px;
    min-width: 80px;
  }
}
#oem-lp .flow .flow-contents .flow-figure:nth-last-child(1) {
  margin-right: 0;
}
#oem-lp .flow .flow-contents .flow-figure:nth-last-child(1) .flow-figure__circle::before, #oem-lp .flow .flow-contents .flow-figure:nth-last-child(1) .flow-figure__circle::after {
  content: none;
}
#oem-lp .flow .flow-contents .flow-figure__circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
#oem-lp .flow .flow-contents .flow-figure__circle::before, #oem-lp .flow .flow-contents .flow-figure__circle::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 4px solid #bb1535;
  border-right: 4px solid #bb1535;
  transform: rotate(45deg);
}
#oem-lp .flow .flow-contents .flow-figure__circle::before {
  right: -22px;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure__circle::before {
    right: -20px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents .flow-figure__circle::before {
    right: -12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #bb1535;
    border-right: 2px solid #bb1535;
  }
}
#oem-lp .flow .flow-contents .flow-figure__circle::after {
  right: -34px;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure__circle::after {
    right: -32px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents .flow-figure__circle::after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure__circle {
    width: 100px;
    height: 100px;
  }
  #oem-lp .flow .flow-contents .flow-figure__circle img {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents .flow-figure__circle {
    width: 75px;
    height: 75px;
  }
  #oem-lp .flow .flow-contents .flow-figure__circle img {
    width: 50%;
  }
}
#oem-lp .flow .flow-contents .flow-figure__circle p {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #bb1535;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure__circle p {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents .flow-figure__circle p {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
#oem-lp .flow .flow-contents .flow-figure__txt {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure__txt {
    margin-top: 15px;
  }
}
#oem-lp .flow .flow-contents .flow-figure__txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-contents .flow-figure__txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-contents .flow-figure__txt p {
    font-size: 10px;
  }
}
#oem-lp .flow .flow-contents .flow-figure__txt p span {
  color: #bb1535;
}
#oem-lp .flow .flow-phrase {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-phrase {
    margin-top: 50px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-phrase {
    margin-top: 30px;
  }
}
#oem-lp .flow .flow-phrase p {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-phrase p {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-phrase p {
    font-size: 18px;
  }
}
#oem-lp .flow .flow-phrase h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 800px) {
  #oem-lp .flow .flow-phrase h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .flow .flow-phrase h3 {
    font-size: 22px;
  }
}
#oem-lp .flow .flow-phrase h3 span {
  color: #bb1535;
  background: linear-gradient(transparent 60%, #fff885 60%);
}
#oem-lp .comparison {
  margin-top: 100px;
}
@media screen and (max-width: 580px) {
  #oem-lp .comparison {
    margin-top: 50px;
  }
}
#oem-lp .comparison .comparison-balloon {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  max-width: 190px;
  width: 100%;
  height: 40px;
}
#oem-lp .comparison .comparison-balloon::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background-color: #d89ba7;
  -webkit-clip-path: polygon(50% 100%, 5% 0, 95% 0);
          clip-path: polygon(50% 100%, 5% 0, 95% 0);
}
@media screen and (max-width: 800px) {
  #oem-lp .comparison .comparison-balloon::before {
    bottom: -8px;
  }
}
#oem-lp .comparison .comparison-balloon p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #d89ba7;
  border-radius: 5px;
}
#oem-lp .comparison .comparison-ttl {
  margin-top: 30px;
  text-align: center;
}
#oem-lp .comparison .comparison-ttl h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
#oem-lp .comparison .comparison-ttl h2::before, #oem-lp .comparison .comparison-ttl h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 70px;
}
@media screen and (max-width: 580px) {
  #oem-lp .comparison .comparison-ttl h2::before, #oem-lp .comparison .comparison-ttl h2::after {
    width: 30px;
    height: 50px;
  }
}
#oem-lp .comparison .comparison-ttl h2::before {
  left: -50px;
  border-left: 3px solid #000;
  transform: rotate(-30deg);
}
@media screen and (max-width: 580px) {
  #oem-lp .comparison .comparison-ttl h2::before {
    left: -10px;
  }
}
#oem-lp .comparison .comparison-ttl h2::after {
  right: -50px;
  border-right: 3px solid #000;
  transform: rotate(30deg);
}
@media screen and (max-width: 580px) {
  #oem-lp .comparison .comparison-ttl h2::after {
    right: -10px;
  }
}
@media screen and (max-width: 800px) {
  #oem-lp .comparison .comparison-ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  #oem-lp .comparison .comparison-ttl h2 {
    font-size: 17px;
  }
}
#oem-lp .comparison .comparison-img {
  padding: 0 15px;
}
#oem-lp .comparison .comparison-img img {
  margin: 30px auto 0;
}
#oem-lp .authority {
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority {
    margin-top: 40px;
  }
}
#oem-lp .authority .authority-bundle h2 {
  margin-top: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority .authority-bundle h2 {
    margin-top: 40px;
    font-size: 20px;
  }
}
#oem-lp .authority .authority-bundle h2 span {
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority .authority-bundle h2 span {
    font-size: 36px;
  }
}
#oem-lp .authority .authority-bundle img {
  margin: 50px auto 0;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority .authority-bundle img {
    margin-top: 20px;
  }
}
#oem-lp .authority .authority-company {
  text-align: center;
}
#oem-lp .authority .authority-company h3 {
  position: relative;
  display: inline-block;
  margin-top: 80px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority .authority-company h3 {
    margin-top: 40px;
    font-size: 20px;
  }
}
#oem-lp .authority .authority-company h3 span {
  position: absolute;
  bottom: 10px;
  right: -200px;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority .authority-company h3 span {
    position: relative;
    right: 0;
  }
}
#oem-lp .authority .authority-company img {
  margin: 50px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 800px) {
  #oem-lp .authority .authority-company img {
    margin-top: 20px;
  }
}
#oem-lp .faq {
  margin-top: 80px;
  padding: 90px 20px 100px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 800px) {
  #oem-lp .faq {
    margin-top: 50px;
    padding: 40px 20px 60px;
  }
}
#oem-lp .faq .faq-ttl {
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #oem-lp .faq .faq-ttl {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
#oem-lp .faq .faq-wrapper {
  margin: auto;
  padding: 20px 10px;
  max-width: 800px;
  width: 100%;
  border-top: 2px solid #e7e6eb;
}
#oem-lp .faq .faq-wrapper:nth-last-child(1) {
  border-bottom: 2px solid #e7e6eb;
}
#oem-lp .faq .faq-wrapper__q, #oem-lp .faq .faq-wrapper__a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .faq .faq-wrapper__q, #oem-lp .faq .faq-wrapper__a {
    font-size: 16px;
  }
}
#oem-lp .faq .faq-wrapper__q span, #oem-lp .faq .faq-wrapper__a span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-bottom: 5px;
  max-width: 32px;
  min-width: 32px;
  height: 32px;
  font-family: "Lato", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}
#oem-lp .faq .faq-wrapper__a {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  #oem-lp .faq .faq-wrapper__a {
    font-size: 14px;
  }
}
#oem-lp .faq .faq-wrapper__a span {
  padding-bottom: 2px;
  background-color: #bb1535;
}
#oem-lp .contact {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact {
    margin-top: 40px;
    padding: 0 20px;
  }
}
#oem-lp .contact__ttl {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact__ttl {
    font-size: 17px;
  }
}
#oem-lp .contact__txt {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact__txt {
    margin-top: 20px;
    font-size: 20px;
  }
}
#oem-lp .contact__phone {
  display: flex;
  justify-content: center;
  margin: 15px auto 0;
  padding: 20px;
  max-width: 720px;
  width: 100%;
  background-color: #f7f8f8;
}
#oem-lp .contact__phone-number {
  display: flex;
  justify-content: center;
  align-items: center;
}
#oem-lp .contact__phone-number img {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact__phone-number img {
    width: 17px;
    height: 18px;
  }
}
#oem-lp .contact__phone-number p {
  margin-left: 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact__phone-number p {
    font-size: 24px;
  }
}
#oem-lp .contact__phone-time {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact__phone-time {
    margin-left: 10px;
  }
}
#oem-lp .contact__phone-time p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #oem-lp .contact__phone-time p {
    font-size: 14px;
  }
}

#lp_form {
  padding: 60px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
#lp_form h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp_form h2 {
    font-size: 28px;
    font-size: 3.5vw;
  }
}
#lp_form h2 .ttl_main {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  #lp_form h2 .ttl_main {
    font-size: 40px;
    font-size: 5vw;
  }
}
#lp_form .contact_intro {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.6rem;
  color: #2B2B2B;
}
#lp_form .contact_intro a {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_intro {
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.34%;
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  #lp_form .contact_intro {
    text-align: left;
  }
}
#lp_form .contact_intro_hook {
  font-size: 2rem;
  font-weight: 900;
  color: #2B2B2B;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_intro_hook {
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;
  }
  #lp_form .contact_intro_hook br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  #lp_form .contact_intro_hook {
    text-align: left;
  }
}
#lp_form .contact_complete {
  text-align: center;
}
#lp_form .contact_complete p {
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  #lp_form .contact_complete {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    font-size: 1.4rem;
  }
}
#lp_form .form_wrap_oem-lp {
  margin: 3.75% auto 0;
  max-width: 670px;
  color: #2B2B2B;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_oem-lp {
    padding: 0 20px;
  }
}
#lp_form .form_wrap_oem-lp form .form_item {
  padding: 20px 0;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_oem-lp form .form_item {
    padding: 10px 0;
  }
}
#lp_form .form_wrap_oem-lp form .form_item dl {
  width: 100%;
}
#lp_form .form_wrap_oem-lp form .form_item dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  min-width: 0;
  font-size: 2rem;
  font-weight: 500;
}
#lp_form .form_wrap_oem-lp form .form_item dl dt .item-name {
  display: block;
  min-width: 150px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_oem-lp form .form_item dl dt .item-name {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_oem-lp form .form_item dl dt .required,
#lp_form .form_wrap_oem-lp form .form_item dl dt .optional {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 15px;
}
#lp_form .form_wrap_oem-lp form .form_item dl dt .optional {
  background-color: #222;
}
#lp_form .form_wrap_oem-lp form .form_item dl dd {
  width: auto;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_oem-lp form .form_item dl dd {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_oem-lp form .form_item dl dd input[type=text],
#lp_form .form_wrap_oem-lp form .form_item dl dd input[type=email],
#lp_form .form_wrap_oem-lp form .form_item dl dd textarea {
  padding: 12px 20px;
  width: 100%;
  font-size: 1.8rem;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_oem-lp form .form_item dl dd input[type=text],
#lp_form .form_wrap_oem-lp form .form_item dl dd input[type=email],
#lp_form .form_wrap_oem-lp form .form_item dl dd textarea {
    font-size: 1.5rem;
  }
}
#lp_form .form_wrap_oem-lp form .form_item dl dd textarea {
  min-height: 170px;
}
#lp_form .form_wrap_oem-lp form .form_item dl dd .error {
  display: inline-block;
  background: #e60000;
  color: #FFF;
  padding: 0 8px;
  font-size: 1.4rem;
  margin-top: 4px;
}
#lp_form .form_wrap_oem-lp form .form_item.f_mail dl, #lp_form .form_wrap_oem-lp form .form_item.f_inquiry dl {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_oem-lp form .form_item.f_mail dl dt br, #lp_form .form_wrap_oem-lp form .form_item.f_inquiry dl dt br {
    display: none;
  }
}
#lp_form .form_wrap_oem-lp form .form_item.f_mail .f_checker, #lp_form .form_wrap_oem-lp form .form_item.f_inquiry .f_checker {
  width: 100%;
}
#lp_form .form_wrap_oem-lp form .form_button_area {
  margin-top: 10px;
  text-align: center;
}
#lp_form .form_wrap_oem-lp form .form_button {
  position: relative;
  margin: 20px auto 0;
  padding: 20px 10px;
  max-width: 520px;
  min-width: 260px;
  width: 100%;
  color: #fff;
  background: #232f3e;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_oem-lp form .form_button {
    margin: 30px auto 0;
    padding: 20px 10px;
    font-size: 1.8rem;
  }
}
#lp_form .form_wrap_oem-lp form .form_button span {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
}
#lp_form .form_wrap_oem-lp form .form_button:hover {
  opacity: 0.7;
  color: #fff;
}
#lp_form .form_wrap_oem-lp form .form_button.btn_back {
  background: #FFF;
  color: #333;
  max-width: 400px;
  min-width: 210px;
  font-size: 16px;
  border-color: #333;
  border: 1px solid #222;
}
#lp_form .form_wrap_oem-lp form .form_button.btn_back:hover {
  color: #FFF;
  background: #333;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dt .annotation {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 768px) {
  #lp_form .form_wrap_oem-lp form .f_checkbox dt .annotation {
    font-size: 1.2rem;
  }
}
#lp_form .form_wrap_oem-lp form .f_checkbox dt .annotation br {
  display: none;
}
@media screen and (max-width: 500px) {
  #lp_form .form_wrap_oem-lp form .f_checkbox dt .annotation br {
    display: block;
  }
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  align-items: center !important;
  font-size: 1.6rem;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .vertical-item {
  margin-top: 0;
}
@media screen and (max-width: 425px) {
  #lp_form .form_wrap_oem-lp form .f_checkbox dd .vertical-item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  #lp_form .form_wrap_oem-lp form .f_checkbox dd .vertical-item:nth-child(3) {
    margin-top: 15px;
  }
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::before, #lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -8px;
  transition: all 0.4s ease-in-out;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: 25%;
  left: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #555;
}
#lp_form .form_wrap_oem-lp form .f_checkbox dd .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  background: #555;
}
#lp_form .form_wrap_oem-lp form .f_privacy_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_oem-lp form .f_privacy_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_oem-lp form .f_privacy_wrapper .required {
    margin-bottom: 10px;
  }
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field {
  display: block;
  text-align: center;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before, #lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  border-radius: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  margin-top: -8px;
  transition: all 0.4s ease-in-out;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  width: 30px;
  height: 30px;
  border: none;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  top: 25%;
  left: 5px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
  background-color: #f2f2f2;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #555;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  background: #555;
}
#lp_form .form_wrap_oem-lp form .f_privacy .mwform-checkbox-field-text {
  font-size: 1.6rem;
}
#lp_form .form_wrap_oem-lp form .f_privacy .error {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 8px;
  font-size: 1.4rem;
  color: #FFF;
  background: #e60000;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_oem-lp form .f_privacy .error {
    margin-left: 0;
  }
}
#lp_form .form_wrap_oem-lp form .f_privacy .required {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  min-width: 80px;
  min-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #fff;
  background-color: #ff1e60;
  border-radius: 15px;
}
#lp_form .form_wrap_oem-lp .mw_wp_form_confirm .form-item dt {
  padding-left: 0;
}
#lp_form .form_wrap_oem-lp .mw_wp_form_confirm .form-item dd {
  font-size: 16px;
}
#lp_form .form_wrap_oem-lp .mw_wp_form_confirm .form_button_area {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 800px) {
  #lp_form .form_wrap_oem-lp .mw_wp_form_confirm .form_button_area {
    flex-direction: column-reverse;
  }
  #lp_form .form_wrap_oem-lp .mw_wp_form_confirm .form_button_area .btn_back {
    margin-top: 10px;
    font-size: 16px;
  }
}
#lp_form .form_wrap_oem-lp .mw_wp_form_confirm .f_checker {
  display: none;
}
#lp_form .form_wrap_oem-lp .mw_wp_form_confirm .f_privacy_wrapper {
  font-size: 16px;
}

footer.l_footer {
  margin-top: 60px;
  text-align: center;
  color: #222;
  background-color: #f5f5f5 !important;
}
footer.l_footer #side_btn {
  position: fixed;
  right: 12px;
  bottom: 50%;
  z-index: 999;
  transform: translate(calc(100% - 54px), 50%);
}
@media screen and (max-width: 800px) {
  footer.l_footer #side_btn {
    display: none !important;
  }
}
footer.l_footer .l_footer_profile {
  margin: 0 auto;
  padding: 30px 15px;
  text-align: left;
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_profile {
    padding: 20px 15px;
    background-color: #f5f5f5 !important;
  }
}
footer.l_footer .l_footer_logo_oem-lp {
  display: inline-block;
}
footer.l_footer .l_footer_address {
  margin-top: 35px;
  text-align: left;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_address {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
footer.l_footer .l_footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding-top: 5px;
  border-top: 1px solid #232f3e;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  footer.l_footer .l_footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.l_footer .l_footer_bottom .l_footer_link {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom .l_footer_link {
    font-size: 1.4rem;
  }
}
footer.l_footer .l_footer_bottom .l_footer_link a {
  margin-right: 15px;
}
footer.l_footer .l_footer_bottom .l_footer_copyright_oem-lp {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  footer.l_footer .l_footer_bottom .l_footer_copyright_oem-lp {
    font-size: 1.4rem;
  }
}
footer.l_footer #footer_btn {
  background: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 10;
}
footer.l_footer #footer_btn .f_phone {
  margin-right: 0.3%;
}
footer.l_footer #footer_btn .f_mail {
  margin-right: 0.5%;
}
@media print, screen and (min-width: 801px) {
  footer.l_footer #footer_btn {
    display: none !important;
  }
}