/* :root {
  --f: 1px;
}
@media only screen and (max-width: 828px) {
  :root {
    --f: 0.25vw;
  }
} */


@media only screen and (max-width: 415px) {
  article h1 br,
  article h2 br,
  article h3 br,
  article h4 br,
  article h5 br,
  article h6 br {
    display: inline;
  }
}

article br.sp {
  display: none;
}
@media only screen and (max-width: 828px) {
article br.sp {
  display: inline;
}
article br.pc {
  display: none !important;
}
}



#oem_odmLP {
  padding: 120px 0 0;
}
#oem_odmLP #main {
  background: #eee;
}
#oem_odmLP .title--subpage {
  padding-bottom: 15px; margin-bottom: 40px;
  font-size: 2.6rem; font-weight: 700;
}
article img {
  border-radius: 10px;
}
@media screen and (max-width:1280px) {
  #oem_odmLP {
    padding-top: 0;
  }
}
@media only screen and (max-width: 828px) {
#oem_odmLP p {
  font-size: 1.3rem;
}
#oem_odmLP .title--subpage {
  font-size: 2.1rem;
}
}


/* メインビジュアル */
.oem_odmMV {
  position: relative; overflow: hidden; z-index: 90;
  margin-bottom: 0;
  background: #fff;
}
.oem_odmMV__container {
  position: relative; z-index: 10;
  padding: 60px 15px;
  color: #fff;
}
.oem_odmMV__text {
}
.oem_odmMV__text__1 {
  display: inline-block;
  padding: 0.15em 1.5em; margin: 0 0 16px;
  font-weight: 700; text-align: left;
  background: #0074be; border-radius: 999px;
}
.oem_odmMV__text__2 {
  margin: 0 0 0.75em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 36px; line-height: 1.35; font-weight: 700; text-align: left;
}
.oem_odmMV__text__3 {
  margin: 0 0 1.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px; line-height: 1.35;
  
}
.oem_odmMV__text__3 b {
  display: inline-block; margin: 0 0.15em;
  font-size: 1.166em; font-weight: 400;
}
.oem_odmMV__text__4 {
  margin: 0 0 2em;
}
.oem_odmMV__text__4 li {
  position: relative;
  display: flex; align-items: center; align-content: center;
  padding: 0 0 0 1.15em; margin: 0 0 0.3em;
  font-size: 16px; font-weight: 500;
}
.oem_odmMV__text__4 li span {
  position: absolute; left: 0; top: 0;
}
.oem_odmMV__text__5 {
  display: flex; gap: 10px;
}
.oem_odmMV__text__5 li {
  width: 200px;
}
.oem_odmMV__text__5 li img {
  display: block; width: 100%;
}

@media only screen and (max-width: 828px) {
.oem_odmMV__container {
  padding: 25px 15px;
}
.oem_odmMV__text__2 {
  margin-bottom: 0.5em; font-size: 26px;
}
.oem_odmMV__text__3 {
  margin-bottom: 0.5em; font-size: 21px;
}
.oem_odmMV__text__4 {
  margin-bottom: 0.5em;
}
.oem_odmMV__text__4 li {
  font-size: 14px; line-height: 1.5;
}
.oem_odmMV__text__5 {
  gap: 0;
}
.oem_odmMV__text__5 li {
  width: 150px;
}
}
@media only screen and (max-width:500px){
.oem_odmMV__text__2 {
  font-size: 5.2vw;
}
.oem_odmMV__text__3 {
  font-size: 4.2vw;
}
}
@media only screen and (max-width:440px){
.oem_odmMV__text__1 {
  font-size: 3vw;
}
.oem_odmMV__text__4 li {
  font-size: 3.2vw;
}
}

.oem_odmMV__bg {
  position: absolute; left: 0; top: 0; z-index: -1;
  display: block; width: 100%; height: 100%;
}
.oem_odmMV__bg img {
  object-fit: cover;
  display: block; width: 100%; height: 100% !important;
  border-radius: 0 10px 10px 0;
}

.oem_odmMV__form {
  box-sizing: border-box;
  max-width: 800px; padding: 15px 20px; margin: 0 auto;
  background: #fff;
}
.oem_odmMV__form__head {
  width: 100%;
  margin: 0;
  font-size: 12px; font-weight: 700; text-align: center;
}
.oem_odmMV__form#contact .wrap-form{
  margin: 0; padding: 0;
  font-size: 14px;
}
.oem_odmMV__form#contact .wrap-form span.red,
.oem_odmMV__form#contact .wrap-form span.gray {
  position: relative;
  right: unset; top: unset;
  margin: 0 0.5em 0 0;
  display: none;
}
.oem_odmMV__form#contact table th,
.oem_odmMV__form#contact table td {
  padding: 4px 0;
}
.oem_odmMV__form#contact table th {
  display: none;
}
.oem_odmMV__form#contact table td input[type=text],
.oem_odmMV__form#contact table td input[type=email],
.oem_odmMV__form#contact table td input[type=tel],
.oem_odmMV__form#contact table td select {
  box-sizing: border-box;
  width: 100% !important; max-width: unset; height: unset;
  padding: 7px 12px; margin: 0;
  font-size: 14px !important;
  background-color: #eee;
}
.oem_odmMV__form#contact table td select option {
  font-size: 14px !important;
}
.oem_odmMV__form#contact table td select:valid {
  color: #333;
}

.oem_odmMV__form#contact table tr.check {
  font-size: 14px !important;
}
.oem_odmMV__form#contact table tr.check th,
.oem_odmMV__form#contact table tr.check td {
  display: block;
}
.oem_odmMV__form#contact table tr.check th {padding-top: 1em; padding-bottom: 0.5em; font-size: 13px;}
.oem_odmMV__form#contact table tr.check td {padding-top: 4px; padding-bottom: 6px;}
.oem_odmMV__form#contact table tr.check .check-outer {
  display: flex; flex-wrap: wrap; gap: 0.5em 1em;
}
.oem_odmMV__form#contact table tr.check .check-outer--col1 .check-item {
  width: 100%;
}
.oem_odmMV__form#contact table tr.check .check-item label {
  position: relative;
  display: flex; flex-wrap: wrap;
}
.oem_odmMV__form#contact table tr.check input[type="checkbox"]{
    display: none;
}
.oem_odmMV__form#contact table tr.check .check-text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  font-size: 12px;
}
.oem_odmMV__form#contact table tr.check .check-text::before {
  content: '';
  position: absolute; left: 0; top: 0;
  display: block; width: 18px; height: 18px;
  border: 1px solid #bbb;
  background: url(../../images/common/ceckoff.png) no-repeat 0 0 / contain;
}
.oem_odmMV__form#contact table tr.check input[type="checkbox"]:checked + .check-text::before {
    background: url(../../images/common/ceckon.png) no-repeat 0 0 / contain;
}
.oem_odmMV__form#contact {
  /* border: 1px solid rgba(255, 0, 0, 0.3); */
}
.oem_odmMV__form#contact table tr.radio .mwform-radio-field-outer {
  display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0.5em 1.5em;
}
.oem_odmMV__form#contact table tr.radio .mwform-radio-field-outer .vertical-item {
  margin: 0;
}
/* 
.mwform-checkbox-field .mwform-checkbox-field-text::before {
    content: '';
    margin-right: 15px;
    background: url(../../images/common/ceckoff.png) no-repeat 0 0 / contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
} */

.mwform-radio-field {
  display: inline-block;

}


.oem_odmMV__form#contact.page-contact-oem-odm .agree-wrap {
  margin: 5px 0 15px;
    font-size: 14px; line-height: 1.5;
}
.oem_odmMV__form#contact.page-contact-oem-odm .check-agree {
    font-size: 14px; line-height: 1.5;
}
.oem_odmMV__form#contact.page-contact-oem-odm .check-agree a {
    color: #0074be;
}
.oem_odmMV__form#contact input[type=submit],
.oem_odmMV__form#contact .btnWrap01 a,
#contact .fm-modoru {
  width: 400px; max-width: 100%; height: 4em; padding: 0 30px !important;
  margin-right: auto; margin-left: auto;
  line-height: 1;
  background-color: #de9e04;
}

@media screen and (min-width:1280.02px) {
.oem_odmMV {
  display: flex;
}
.oem_odmMV__container {
  width: 100%;
  display: flex; justify-content: center;
}
.oem_odmMV__form {
  /* display: flex; flex-wrap: wrap; align-items: center; align-content: center; */
  width: 33%; flex-shrink: 0;
}
}

@media only screen and (max-width: 828px) {
.oem_odmMV__bg img {
  border-radius: 0;
}
}

@media only screen and (max-width:400px){
.oem_odmMV__form#contact input[type=submit],
.oem_odmMV__form#contact .btnWrap01 a,
#contact .fm-modoru {
  font-size: 4vw;
}
}



/* 支援企業 */
.oem_odmPartner {
  position: relative; z-index: 90;
  padding: 40px 0; margin: 0 !important;
  background: #eeeeee;
}
.oem_odmPartner__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1030px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmPartner__body .items {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.oem_odmPartner__body .item {
  position: relative;
  width: calc((100% - 70px) / 8); aspect-ratio: 1/1;
  background: #fff;
}
.oem_odmPartner__body .item span {
  position: absolute; left: 10%; top: 10%;
  display: block; width: 80%; height: 80%;
}
.oem_odmPartner__body .item img {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  display: block; max-width: 100%; width: 100%; max-height: 100%; margin: auto;
}



/* 株式会社トーアとは */
.oem_odmAbout {
  padding: 80px 0; margin: 0 !important;
  background: #fff;
}
.oem_odmAbout__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmAbout__about {
  position: relative;
  margin: -30px 0 80px;
}
.oem_odmAbout__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmAbout__body .text p {
  margin: 0 0 1.5em;
}
.oem_odmAbout__body .text p:last-child {
  margin-bottom: 0;
}
.oem_odmAbout__body .photo img {
  display: block; width: 100%;
}

@media screen and (min-width:828.02px) {
.oem_odmAbout__body {
  display: flex; gap: 60px;
}
.oem_odmAbout__body .text {
  width: 50%;
}
.oem_odmAbout__body .photo {
  flex-shrink: 0; width: 50%;
}
}

@media screen and (max-width:828px) {
.oem_odmAbout__about {
  margin-bottom: 40px;
}
.oem_odmAbout__about p {
  font-size: 16px;
}
.oem_odmAbout__body {
  display: flex; flex-wrap: wrap; gap: 20px;
}
.oem_odmAbout__body .text {
  width: 100%;
}
.oem_odmAbout__body .photo {
  order: -1;
  width: 100%;
}
}



/* CTA */
.oem_odmCTA {
  padding: 60px 0;
  color: #fff;
  background: url(../../images/oem-odm/texture_leather_black.jpg) center / cover no-repeat;
}
.oem_odmAbout + .oem_odmCTA {margin-top: 0 !important;}
.oem_odmCTA__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmCTA__body {
}
.oem_odmCTA__body .merit {
  display: flex; justify-content: center; align-items: center; align-content: center;
  width: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px; text-align: center;
}
.oem_odmCTA__body .merit span {
  position: relative;
}
.oem_odmCTA__body .merit span::before,
.oem_odmCTA__body .merit span::after {
  content: '';
  position: absolute; bottom: 0;
  display: block; width: 1.5px; height: 86%;
  background: #fff;
}
.oem_odmCTA__body .merit span::before {
  left: -12px;
  transform: rotate(-30deg);
}
.oem_odmCTA__body .merit span::after {
  right: -12px;
  transform: rotate(30deg);
}
.oem_odmCTA__body .link {
  text-align: center;
}
.oem_odmCTA__body .link a {
  display: inline-block;
  padding: 1em 2em; margin: 1em 0;
  color: #fff; font-size: 18px; line-height: 1.45; font-weight: 700; text-decoration: none; background: #de9e04;
}
.oem_odmCTA__body .link a span {
  display: inline-block;
}
.oem_odmCTA__body .offer {
  color: #fff; text-align: center;
}

@media screen and (max-width:828px) {
.oem_odmCTA {
  padding-top: 30px; padding-bottom: 30px;
}
.oem_odmCTA__body .merit {
  font-size: 18px; line-height: 1.35;
}
.oem_odmCTA__body .merit span::before {
  left: -6px;
}
.oem_odmCTA__body .merit span::after {
  right: -6px;
}
}




/* 追従CTA */
@media screen and (min-width:828.02px) {
.oem_odmFloating {
  position: fixed; right: 0; bottom: 0; z-index: 80;
}
.oem_odmFloating__container {
  padding: 0 0 20px;
}
.oem_odmFloating__item {
  margin: 0.5rem 0 0;
}
.oem_odmFloating__item a {
  display: block;
  padding: 1em; margin: 0;
  color: #fff; font-size: 18px; font-weight: 700; text-decoration: none; text-align: center;
  /* writing-mode: vertical-rl; */
  background: #de9e04;
}
.oem_odmFloating__item--blue a {
  background: #0074be;
}
}

@media screen and (max-width:828px) {
.oem_odmFloating {
  position: fixed; right: 0; top: -100px; z-index: 2000;
  opacity: 0; pointer-events: none;
  width: 100%; margin: 0 !important;
  background: #fff;
  transition-duration: 300ms;
}
body.scrollUp .oem_odmFloating {
  top: 0; opacity: 1; pointer-events: all;
}
.oem_odmFloating__container {
  padding: 8px 15px;
}
.oem_odmFloating__body {
  display: flex; justify-content: space-between;
}
.oem_odmFloating__item {
  width: calc((100% - 15px) / 2);
}
.oem_odmFloating__item a {
  display: flex; align-items: center; justify-content: center;
  height: 3.6em; margin: 0;
  color: #fff; font-size: 16px; line-height: 1.35; font-weight: 700; text-decoration: none; text-align: center;
  /* writing-mode: vertical-rl; */
  background: #de9e04; border-radius: 999px;
}
.oem_odmFloating__item--blue a {
  background: #0074be;
}
@media only screen and (max-width:440px){
.oem_odmFloating__item a {
  font-size: 3.64vw;
}
}
}



/* 選ばれる理由 */
.oem_odmReason {
  /* margin-top: 0;
  background: #eeeeee; */
}
.oem_odmReason__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: 0 auto;
}
.oem_odmReason__about {
  position: relative;
  margin: -30px 0 80px;
}
.oem_odmReason__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmReason__body .title {
  display: flex; align-items: center; align-content: center;
  width: 100%; padding: 0 0 0 0.5em; margin: 0 0 0.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px; line-height: 1.35; text-align: left;
  border-left: 2px solid #333;
}
.oem_odmReason__body .photo {
  position: relative; overflow: hidden;
  width: 100%; aspect-ratio: 10/6;
  margin: 0 0 16px;
}
.oem_odmReason__body .photo img {
  display: block; width: 100%; height: 100% !important;
  object-fit: cover;
}
.oem_odmReason__body .contents {

}

@media screen and (min-width:828.02px) {
.oem_odmReason__body .title {
  min-height: 2.7em;
}
.oem_odmReason__body .items {
  display: flex; flex-wrap: wrap; gap: 60px;
}
.oem_odmReason__body .item {
  width: calc((100% - 120px) / 3);
}
}
@media screen and (max-width:828px) {
.oem_odmReason__about {
  margin-bottom: 40px;
}
.oem_odmReason__about p {
  font-size: 16px;
}
.oem_odmReason__body .item {
  margin-bottom: 40px;
}
}



/* 対応可能品目 */
.oem_odmProduct__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmProduct__about {
  position: relative;
  margin: -30px 0 80px;
}
.oem_odmProduct__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmProduct__body .items {
  display: flex; flex-wrap: wrap; gap: 20px;
  margin: 0 0 48px;
}
.oem_odmProduct__body .item {
  width: calc((100% - 100px) / 6);
  padding: 0 0 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.oem_odmProduct__body .photo {
  position: relative; overflow: hidden;
  width: 100%; aspect-ratio: 1/1;
  padding: 16px;
}
.oem_odmProduct__body .photo img {
  display: block; width: 100%; height: 100% !important;
  object-fit: cover;
}
.oem_odmProduct__body .text {
  font-size: 15px; line-height: 1.35; font-weight: 700;
  text-align: center;
}
/* .oem_odmProduct__body .bottom {
  text-align: center;

}
.oem_odmProduct__body .bottom span {
  display: inline-block;
  font-size: 22px; font-weight: 700;
  background: linear-gradient(to bottom,transparent 50%,#f5dd7b 50%,#f5dd7b 85%,transparent 85%);
} */

.oem_odmProduct__body .bottom {
  position: relative;
  padding: 3em 0; margin: 0 0 60px;
  background: url(../../images/oem-odm/texture_leather_black.jpg) center / cover no-repeat;
}
.oem_odmProduct__body .bottom::after {
  content: '';
  box-sizing: border-box; pointer-events: none;
  position: absolute; left: 7px; top: 7px; opacity: 0.5;
  display: block; width: calc(100% - 14px); height: calc(100% - 14px);
  border: 2px solid #fff;
}
.oem_odmProduct__body .bottom p {
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff; font-size: 20px; text-align: center;
}

@media screen and (max-width:828px) {
.oem_odmProduct__about {
  margin-bottom: 40px;
}
.oem_odmProduct__about p {
  font-size: 16px; text-align: left;
}
.oem_odmProduct__body .items {
  gap: 10px;
}
.oem_odmProduct__body .item {
  width: calc((100% - 21px) / 2);
}
.oem_odmProduct__body .photo {
  width: auto;
  margin: 0 24px;
}
}



/* 素材にこだわりたい方に */
.oem_odmMaterial {
  padding: 80px 0;
  background: #fff;
}
.oem_odmMaterial__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmMaterial__about {
  position: relative;
  margin: -30px 0 80px;
}
.oem_odmMaterial__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmMaterial__body .title {
  display: flex; align-items: center; align-content: center;
  margin: 0 0 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px; text-align: center;
  white-space: nowrap;
}
.oem_odmMaterial__body .title b {
  font-size: 1.16em; font-weight: 700;
}
.oem_odmMaterial__body .title::before,
.oem_odmMaterial__body .title::after {
  content: '';
  display: block; width: 100%; height: 1px;
  background: #333;
}
.oem_odmMaterial__body .title::before {margin-right: 1em;}
.oem_odmMaterial__body .title::after {margin-left: 1em;}
.oem_odmMaterial__body .item {
  margin: 0 0 80px;
}
.oem_odmMaterial__body .detail p {
  margin: 0 0 1.5em;
}
.oem_odmMaterial__body .subtitle {
  display: flex; align-items: center; align-content: center;
  width: 100%; padding: 0 0 0 0.5em; margin: 0 0 1em;
  font-size: 24px; line-height: 1.35; font-weight: 700; text-align: left;
  border-left: 2px solid #333;
}
.oem_odmMaterial__body .more a {
  display: inline-block;
  padding: 0.7em 2em; margin: 1em 0 1.5em;
  color: #fff; font-size: 22px; font-weight: 700; text-decoration: none; background: #de9e04;
  border: 1px solid #fff; border-radius: 999px;
}
.oem_odmMaterial__body .photo img {
  display: block; width: 100%;
}

@media screen and (min-width:828.02px) {
.oem_odmMaterial__body .item {
  display: flex; gap: 60px;
}
.oem_odmMaterial__body .text {
  width: 100%;
}
.oem_odmMaterial__body .photo {
  flex-shrink: 0; width: 460px;
}
.oem_odmMaterial__body .item:nth-child(2n) .photo {
  order: 99;
}
}

@media screen and (max-width:828px) {
.oem_odmMaterial__about p {
  font-size: 16px; text-align: left;
}
.oem_odmMaterial__body .title {
  font-size: 19px;
}
.oem_odmMaterial__body .title::before {margin-right: 0.5em;}
.oem_odmMaterial__body .title::after {margin-left: 0.5em;}
.oem_odmMaterial__body .photo img {
  margin-bottom: 24px;
}
.oem_odmMaterial__body .subtitle {
  font-size: 19px;
}
}



/* 安心の実績 */
.oem_odmRecord__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmRecord__about {
  position: relative;
  margin: -30px 0 80px;
}
.oem_odmRecord__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmRecord__body .item {
  position: relative;
}
.oem_odmRecord__body .count {
  position: absolute; right: 0; top: -0.45em;
  opacity: 0.25;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 100px; line-height: 1.35; text-align: left;
}
.oem_odmRecord__body .title {
  display: flex; align-items: center; align-content: center;
  width: 100%; margin: 0 0 0.5em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px; line-height: 1.35; text-align: left;
}
.oem_odmRecord__body .photo {
  position: relative; overflow: hidden;
  width: 100%; aspect-ratio: 1920/1080;
  margin: 0 0 16px;
}
.oem_odmRecord__body .photo img {
  display: block; width: 100%; height: 100% !important;
  object-fit: cover;
}
.oem_odmRecord__body .photo img.bottom {
  object-position: center bottom;
}
.oem_odmRecord__more {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width:828.02px) {
.oem_odmRecord__body .title {
  min-height: 2.7em;
}
.oem_odmRecord__body .items {
  display: flex; flex-wrap: wrap; gap: 60px;
}
.oem_odmRecord__body .item {
  width: calc((100% - 120px) / 3);
}
}

@media screen and (max-width:828px) {
.oem_odmRecord__about {
  margin-bottom: 40px;
}
.oem_odmRecord__about p {
  font-size: 16px; text-align: left;
}
.oem_odmRecord__body .item {
  margin-bottom: 60px;
}
.oem_odmRecord__body .title {
  min-height: 3.2em; font-size: 18px;
}
.oem_odmRecord__body .title br {
  display: block;
}
}



/* ご提供の流れ */
.oem_odmFlow {
}
.oem_odmFlow__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmFlow__about {
  position: relative;
  margin: -30px 0 40px;
}
.oem_odmFlow__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmFlow__body .item {
  position: relative;
  padding: 30px;
  border: 5px solid #aaaaaa;
  background: #fff;
}
.oem_odmFlow__body .count {
  position: absolute; right: 0.15em; bottom: -0.1em;
  opacity: 0.25;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 120px; line-height: 1.35; text-align: left;
}
.oem_odmFlow__body .title {
  margin: 0 0 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px; line-height: 1.5;
}
.oem_odmFlow__body .title b {
  display: block;
  padding: 0.3em 0;
}
.oem_odmFlow__body .title small {
  display: inline-block;
  font-size: 0.7em; font-weight: 500;
}
.oem_odmFlow__body .item {
  margin: 0 0 80px;
}
.oem_odmFlow__body .detail p {
  margin: 0 0 1.5em;
}
.oem_odmFlow__body .spacer {
  position: absolute; left: 0; top: 100%;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; height: 80px; padding: 6px 0 0;
}
.oem_odmFlow__body .spacer::before {
  content: '';
  width: 40px; height: 40px;
  background: #aaaaaa;
  clip-path: polygon(20% 0,80% 0,80% 48.5%,100% 48.5%,50% 100%,0 48.5%,20% 48.5%);
}
.oem_odmFlow__body .spacer p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px; font-weight: 700;
}
.oem_odmFlow__body .more a {
  display: inline-block;
  padding: 0.7em 2em; margin: 1em 0 1.5em;
  color: #fff; font-size: 22px; font-weight: 700; text-decoration: none; background: #de9e04;
  border: 1px solid #fff; border-radius: 999px;
}
.oem_odmFlow__body .photo img {
  display: block; width: 100%;
}
.oem_odmFlow__body .finish {
  position: relative;
  padding: 3em 0; margin: 0 0 60px;
  background: url(../../images/oem-odm/texture_leather_blue.jpg) center / cover no-repeat;
}
.oem_odmFlow__body .finish::after {
  content: '';
  box-sizing: border-box; pointer-events: none;
  position: absolute; left: 7px; top: 7px; opacity: 0.5;
  display: block; width: calc(100% - 14px); height: calc(100% - 14px);
  border: 2px solid #fff;
}
.oem_odmFlow__body .finish .main {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff; font-size: 20px; text-align: center;
}
.oem_odmFlow__body .finish .notice {
  position: absolute; right: 0; top: 100%;
  padding: 0.5em 0 0;
}
.oem_odmFlow__body .last p {
  font-size: 20px; font-weight: 700; text-align: center;
}

@media screen and (min-width:828.02px) {
.oem_odmFlow__body .item {
  display: flex; gap: 24px;
}
.oem_odmFlow__body .text {
  width: 100%;
}
.oem_odmFlow__body .photo {
  flex-shrink: 0; width: 400px;
}
}

@media screen and (max-width:828px) {
.oem_odmFlow__about {
  margin-bottom: 40px;
}
.oem_odmFlow__about p {
  font-size: 16px; text-align: left;
}
.oem_odmFlow__body .title {
  font-size: 22px;
}
.oem_odmFlow__body .title br {
  display: inline !important;
}
.oem_odmFlow__body .photo {
  margin: 0 0 12px;
}
.oem_odmFlow__body .last p {
  font-size: 14px; text-align: left;
}
}



/* お気軽にお話ししてみませんか？ */
.oem_odmConsultation__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1230px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmConsultation__about {
  position: relative;
  margin: -30px 0 80px;
}
.oem_odmConsultation__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmConsultation__body .title {
  display: flex; align-items: center; align-content: center; gap: 1em;
  padding: 0 0 24px; margin: 0 0 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 26px; font-weight: 700;
  border-bottom: 1px solid #333;
}
.oem_odmConsultation__body .box {
  margin: 0 0 80px;
}
.oem_odmConsultation__body .detail p {
  margin: 0 0 1.5em;
}
.oem_odmConsultation__body .subtitle {
  display: flex; align-items: center; align-content: center;
  width: 100%; padding: 0 0 0 0.5em; margin: 0 0 1em;
  font-size: 20px; line-height: 1.35; font-weight: 700; text-align: left;
  border-left: 2px solid #333;
}
.oem_odmConsultation__body .catch {

}
.oem_odmConsultation__body .catch span {
  display: inline-block;
  font-size: 18px; font-weight: 700;
  /* background: linear-gradient(to bottom,transparent 50%,#f5dd7b 50%,#f5dd7b 85%,transparent 85%); */
}
.oem_odmConsultation__body .photo img {
  display: block; width: 100%;
}

@media screen and (min-width:828.02px) {
.oem_odmConsultation__body .box {
  display: flex; justify-content: space-between;
}
.oem_odmConsultation__body .text {
  width: calc(60% - 60px);
}
.oem_odmConsultation__body .photo {
  flex-shrink: 0; width: 40%;
}
.oem_odmConsultation__body .box:nth-child(2n) .photo {
  order: 99;
}
}

@media screen and (max-width:828px) {
.oem_odmConsultation__about p {
  font-size: 16px;
}
.oem_odmConsultation__body .title {
  font-size: 20px;
}
.oem_odmConsultation__body .photo img {
  margin-bottom: 16px;
}
}



/* 革製品のスペシャリスト紹介 */
.oem_odmSpecialist {
  padding: 120px 0 0;
  background: #fff;
}
.oem_odmSpecialist__container {
  position: relative; overflow: hidden; box-sizing: border-box;
  width: 100%; max-width: 1000px; padding-left: 15px; padding-right: 15px; margin: auto;
}
.oem_odmSpecialist__about {
  position: relative;
  margin: -30px 0 40px;
}
.oem_odmSpecialist__about p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px; text-align: center;
}
.oem_odmSpecialist__body .item {
  position: relative;
}
.oem_odmSpecialist__body .name {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #0074be; font-size: 30px; letter-spacing: 0.1em;
  white-space: nowrap;
}
.oem_odmSpecialist__body .position {
  margin: 0 0 1em;
  font-weight: 700;
}
.oem_odmSpecialist__body .title b {
  display: block;
}
.oem_odmSpecialist__body .title small {
  font-size: 0.7em; font-weight: 600;
}
.oem_odmSpecialist__body .item {
  margin: 0 0 80px;
}
.oem_odmSpecialist__body .detail p {
  margin: 0 0 1.5em;
  font-size: 15px;
}
.oem_odmSpecialist__body .photo img {
  display: block; width: 100%;
  border-radius: 999px;
}

@media screen and (min-width:828.02px) {
.oem_odmSpecialist__body .item {
  display: flex; gap: 36px;
}
.oem_odmSpecialist__body .text {
  width: 100%;
}
.oem_odmSpecialist__body .photo {
  flex-shrink: 0; width: 180px;
}
}

@media screen and (max-width:828px) {
.oem_odmSpecialist__about {
  margin-bottom: 40px;
}
.oem_odmSpecialist__about p {
  font-size: 16px; text-align: left;
}
.oem_odmSpecialist__body .photo {
  width: 60%; margin: 0 auto 12px;
}
.oem_odmSpecialist__body .name {
  padding: 0 0 0.15em;
  text-align: center;
}
.oem_odmSpecialist__body .position {
  text-align: center;
}
.oem_odmSpecialist__body .detail {
  padding-right: 2em; padding-left: 2em;
}
}



/* よくある質問 */
@media screen and (max-width:828px) {
#oem-odm .section-4__inner .ico {
  font-size: 22px; line-height: 1;
}
#oem-odm .section-4__inner .question > P {
    font-size: 16px;
}
}