.page-oem .main-inner-page {
  background: url("../images/oem/bg_oem.webp") no-repeat center/cover;
}
.page-oem .sec {
  position: relative;
}
.page-oem .sec.bg_pink {
  background-color: #FFEBF0;
}
.page-oem h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .page-oem h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
.page-oem .df_txt {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 749px) {
  .page-oem .df_txt {
    font-size: 18px;
  }
}
.page-oem .sec__intro__btn {
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  .page-oem .sec__intro__btn {
    max-width: 600px;
  }
}
@media screen and (min-width: 750px) {
  .page-oem .sec__intro__btn .btn--infos {
    width: 600px;
    max-width: 600px;
  }
}
@media screen and (max-width: 749px) {
  .page-oem .sec__intro__btn .btn--infos {
    width: 310px;
  }
}
@media screen and (max-width: 749px) {
  .page-oem .sec__intro__btn .btn--infos span {
    font-size: 13px;
  }
}
.page-oem .sec__intro__btn .btn--infos span:before {
  top: 5px;
}
@media screen and (min-width: 750px) {
  .page-oem .sec__intro__btn .btn--infos span:before {
    top: 50%;
  }
}
.page-oem .oem_intro {
  background: url("../images/oem/bg_oem_intro.webp") no-repeat center/cover;
}
.page-oem .oem_intro p {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .page-oem .oem_intro p {
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  .page-oem .oem_intro p br {
    display: none;
  }
}
.page-oem .oem_intro p:first-of-type {
  margin-bottom: 40px;
}
.page-oem .oem_intro p:last-of-type {
  margin-bottom: 20px;
}
.page-oem .oem_items p {
  text-align: center;
}
.page-oem .oem_items .flex {
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.page-oem .oem_items .flex a {
  color: inherit;
  width: calc((100% - 40px) / 2);
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 749px) {
  .page-oem .oem_items .flex a {
    width: 100%;
  }
}
.page-oem .oem_items .flex a:hover img {
  transform: scale(1.1);
}
.page-oem .oem_items .flex a figure div {
  overflow: hidden;
}
.page-oem .oem_items .flex a figure div img {
  transition: all 0.3s;
  object-fit: cover;
}
.page-oem .oem_items .flex a figure figcaption {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 10px 20px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .page-oem .oem_items .flex a figure figcaption {
    font-size: 20px;
  }
}
.page-oem .oem_items .flex a figure figcaption:after {
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(-45deg) skew(5deg, 5deg);
  border-left: 1px solid #D46981;
  border-bottom: 1px solid #D46981;
}
.page-oem .oem_item .container > figure {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .page-oem .oem_item .container > figure {
    margin-bottom: 60px;
  }
}
.page-oem .oem_item .container > figure img {
  width: 100%;
}
.page-oem .oem_item .container .table_wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}
.page-oem .oem_item .container .table_wrapper table {
  width: 100%;
}
.page-oem .oem_item .container .table_wrapper table thead {
  background-color: #F5F5F5;
}
.page-oem .oem_item .container .table_wrapper table thead tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.page-oem .oem_item .container .table_wrapper table thead tr th {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #ccc;
}
.page-oem .oem_item .container .table_wrapper table thead tr th:first-of-type {
  border-left: 1px solid #ccc;
  min-width: 200px;
}
.page-oem .oem_item .container .table_wrapper table tbody tr {
  border-bottom: 1px solid #ccc;
}
.page-oem .oem_item .container .table_wrapper table tbody tr td {
  vertical-align: top;
  padding: 20px;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 749px) {
  .page-oem .oem_item .container .table_wrapper table tbody tr td {
    white-space: nowrap;
  }
}
.page-oem .oem_item .container .table_wrapper table tbody tr td:first-of-type {
  border-left: 1px solid #ccc;
}
.page-oem .oem_item .container > p {
  margin-bottom: 50px;
  font-size: 13px;
}
.page-oem .oem_achievement ul {
  flex-wrap: wrap;
  gap: 25px;
}
.page-oem .oem_achievement ul li {
  list-style: none;
  background-color: #fff;
  width: calc((100% - 50px) / 3);
  height: 130px;
}
@media screen and (max-width: 1099px) {
  .page-oem .oem_achievement ul li {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 749px) {
  .page-oem .oem_achievement ul li {
    width: 100%;
    height: 100px;
  }
}
.page-oem .oem_achievement ul li figure {
  display: flex;
  height: 100%;
}
.page-oem .oem_achievement ul li figure img {
  width: auto;
  aspect-ratio: 1/1;
}
.page-oem .oem_achievement ul li figure figcaption {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  .page-oem .oem_achievement ul li figure figcaption {
    padding: 10px;
    font-size: 14px;
  }
}
.page-oem .oem_fssc p {
  text-align: center;
}
.page-oem .oem_qc p {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-oem .sec__recruit__shop {
    margin: 120px auto auto;
  }
}

.page-oem-contact {
  font-weight: 300;
}
.page-oem-contact .main-inner-page {
  background: url("../images/oem/bg_oem.webp") no-repeat center/cover;
}
.page-oem-contact .hirakaku_fnt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.page-oem-contact .df_txt {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 749px) {
  .page-oem-contact .df_txt {
    font-size: 18px;
  }
}
.page-oem-contact > .container {
  max-width: 1000px;
  padding-top: 70px;
}
.page-oem-contact > .container .form_about.complete p {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .page-oem-contact > .container .form_about.complete p {
    text-align: left;
  }
}
.page-oem-contact > .container .form_about.complete p:not(.tel_num) {
  margin-bottom: 20px;
}
.page-oem-contact > .container .form_about.complete p.tel_num {
  text-align: center;
}
.page-oem-contact > .container .form_about .sub_ttl {
  margin-bottom: 20px;
  color: #513E32;
  font-size: 36px;
}
@media screen and (max-width: 749px) {
  .page-oem-contact > .container .form_about .sub_ttl {
    font-size: 26px;
  }
}
.page-oem-contact > .container .form_about ul:first-of-type {
  margin-bottom: 70px;
}
@media screen and (max-width: 749px) {
  .page-oem-contact > .container .form_about ul:first-of-type {
    margin-bottom: 50px;
  }
}
.page-oem-contact > .container .form_about ul:last-of-type {
  margin-bottom: 50px;
}
.page-oem-contact > .container .form_about ul li {
  position: relative;
  list-style: none;
  padding-left: 13px;
}
.page-oem-contact > .container .form_about ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
}
.page-oem-contact > .container .form_about .agree_txt {
  margin-bottom: 50px;
  text-align: center;
  color: #C33131;
  font-weight: 300;
}
.page-oem-contact > .container .mw_wp_form form dl dt {
  min-width: unset;
}
.page-oem-contact > .container .mw_wp_form form dl dd .todouhuken_warapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.page-oem-contact > .container .mw_wp_form form dl dd .todouhuken_warapper:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg) skew(5deg, 5deg);
  display: block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #D46981;
  border-bottom: 2px solid #D46981;
}
@media screen and (max-width: 750px) {
  .page-oem-contact > .container .mw_wp_form form dl dd .todouhuken_warapper:before {
    width: 10px;
    height: 10px;
  }
}
.page-oem-contact > .container .mw_wp_form form dl dd select {
  appearance: none;
  padding: 8px 80px 10px 10px;
  border: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .page-oem-contact > .container .mw_wp_form form dl dd select {
    padding: 8px 40px 10px 10px;
  }
}
.page-oem-contact > .container .mw_wp_form form dl dd input::placeholder {
  font-weight: 300;
}
.page-oem-contact > .container .mw_wp_form form .agreement__input {
  background: url("../images/oem/agree_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  .page-oem-contact > .container .mw_wp_form form .agreement__input .horizontal-item {
    display: inline;
  }
}
@media screen and (max-width: 749px) {
  .page-oem-contact > .container .mw_wp_form form .agreement__input .required {
    position: static;
  }
}
.page-oem-contact > .container .mw_wp_form form .agreement__input label > input[type=checkbox] + :before {
  background: #d9d9d9;
}
.page-oem-contact > .container .mw_wp_form form .agreement__input label > input[type=checkbox]:checked + :before {
  background: #fff;
}
.page-oem-contact > .container .mw_wp_form form .mwform-checkbox-field label {
  font-weight: 300;
}
.page-oem-contact > .container .mw_wp_form.mw_wp_form_confirm .todouhuken_warapper:before {
  display: none;
}
.page-oem-contact .shop_banner {
  display: block;
  aspect-ratio: 1280/274;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .page-oem-contact .shop_banner {
    width: 90%;
    margin-bottom: 80px;
  }
}/*# sourceMappingURL=oem.css.map */