@charset "utf-8";

/* oem_odm 共通
================================================ */
.oem_odm .content-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.oem_odm h3.section_ttl {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ee8307;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.oem_odm .section.read,
.oem_odm .section.production,
.oem_odm .section.quality,
.oem_odm .section.development {
  margin-bottom: 100px;
}
.oem_odm .read_text {
  margin-bottom: 55px;
  font-size: 2.1rem;
}
.oem_odm figure {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .oem_odm .read_text {
    font-size: 1.7rem;
  }
  .oem_odm h3.section_ttl {
    margin-bottom: 18px;
    padding-bottom: 20px;
    font-size: 2.8rem;
  }
}

/* read
================================================ */
.oem_odm .section.read {
  max-width: 1040px;
  margin: 0 auto 100px;
  padding: 0 20px;
  text-align: center;
}
.oem_odm .breadcrumbArea {
  position: relative;
}
.oem_odm .breadcrumbArea:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 650px;
  background-color: #eff5ff;
  content: "";
}

/*.oem_odm .section.read h2{
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0054A2;
  line-height: 1;
}
.oem_odm .section.read h2>span{
  display: block;
  margin-top: 15px;
  font-size: 2.3rem;
  color: #333333;
}*/
.oem_odm .section.read .read_area {
  margin-bottom: 40px;
  font-size: 2.1rem;
}
.oem_odm .section.read .strong-list.flex {
  display: flex;

  gap: 2%;
}

/*list-item*/
.oem_odm .section.read .strong-list .list-item {
  width: 32%;
  padding: 5% 1% 3%;
  border-radius: 15px;
  background-color: #fff;
}
.oem_odm .section.read .strong-list .list-item.production {
  border: 5px solid #fae1b4;
}
.oem_odm .section.read .strong-list .list-item.quality {
  border: 5px solid #c8e9d7;
}
.oem_odm .section.read .strong-list .list-item.development {
  border: 5px solid #d1dff8;
}

/*production　h3*/
.oem_odm .section.read .strong-list .list-item h3 {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
.oem_odm .section.read .strong-list .list-item.production h3 {
  color: #ee8307;
}
.oem_odm .section.read .strong-list .list-item.quality h3 {
  color: #2aa060;
}
.oem_odm .section.read .strong-list .list-item.development h3 {
  color: #3072de;
}

.oem_odm .section.read .strong-list .list-item p {
  display: inline-block;
  font-size: 2.1rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .oem_odm .section.read {
    padding: 0 40px;
  }
  /*.oem_odm .section.read h2{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #0054A2;
    line-height: 1;
  }
  .oem_odm .section.read h2>span{
    margin-top: 10px;
    font-size: 1.7rem;
  }
*/
  .oem_odm .section.read .read_area {
    font-size: 1.7rem;
    text-align: left;
  }
  .oem_odm .section.read .strong-list.flex {
    flex-direction: column;

    gap: 0;
  }
  /*list-item*/
  .oem_odm .section.read .strong-list .list-item {
    width: 100%;
    padding: 30px 20px 20px;
  }
  .oem_odm .section.read .strong-list .list-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  /*production　h3*/
  .oem_odm .section.read .strong-list .list-item h3 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .oem_odm .section.read .strong-list .list-item p {
    font-size: 1.7rem;
  }
}

/* production
================================================ */

.oem_odm .section.production h3.section_ttl {
  border-bottom: 1px solid #ee8307;
  color: #ee8307;
}

.oem_odm .section.production .product-list .list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.oem_odm .section.production .product-list .list-item {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  background-color: #f7f7f7;
  /*flex-wrap: wrap;*/
}
.oem_odm .section.production .product-list .list-item .text_box {
  width: 52%;
}

.oem_odm .section.production .product-list .list-item .img_box {
  width: 47%;
  max-width: 347px;
}
.oem_odm .section.production .product-list .list-item.pet figure.img_box {
  margin: 30px 0 0 auto;
}

.oem_odm .section.production .product-list .list-item h4 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ee8307;
}
.oem_odm .section.production .product-list .list-item h4 > span {
  margin-left: 15px;
  font-size: 2rem;
}
.oem_odm .section.production .product-list .list-item dl {
  font-size: 1.8rem;

  grid-template-columns: 125px 1fr; /* 左: 見出し、右: 内容 */
  gap: 18px 5px; /* 行間・列間の余白 */
}

.oem_odm .section.production .product-list .list-item dt {
  font-weight: bold;
}

.oem_odm .section.production .product-list .list-item dd {
  margin: 0; /* デフォルトの余白をリセット */
  margin-bottom: 16px;
}

.oem_odm .section.production .product-list .list-item dd span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .oem_odm .section.production .product-list .list-item {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
  .oem_odm .section.production .product-list .list-item h4 {
    font-size: 2rem;
  }
  .oem_odm .section.production .product-list .list-item h4 > span {
    font-size: 1.5rem;
  }
  .oem_odm .section.production .product-list .list-item dl {
    display: block;
    font-size: 1.5rem;
  }
  .oem_odm .section.production .product-list .list-item dl dd {
    margin-bottom: 10px;
  }
  .oem_odm .section.production .product-list .list-item .text_box {
    width: 100%;
  }
  .oem_odm .section.production .product-list .list-item dd span {
    font-size: 1.5rem;
  }
  .oem_odm .section.production .product-list .list-item figure.img_box {
    width: 100%;
    margin: 0 auto;
  }
}
/* quality
================================================ */

.oem_odm .section.quality h3.section_ttl {
  border-bottom: 1px solid #2aa060;
  color: #2aa060;
}

.oem_odm .section.quality .quality-list .list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  letter-spacing: 0.03em;

  gap: 5%;
}
.oem_odm .section.quality .quality-list .list-item figure.img_box {
  width: 30%;
  max-width: 230px;
}
.oem_odm .section.quality .quality-list .list-item .text_box {
  width: 70%;
}

.oem_odm .section.quality .quality-list .list-item .text_box h4 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #2aa060;
}

.oem_odm .section.quality .quality-list .list-item .text_box p {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .oem_odm .section.quality .quality-list .list-item {
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .oem_odm .section.quality .quality-list .list-item figure.img_box {
    width: 80%;
    max-width: max-content;
    margin-bottom: 20px;
  }
  .oem_odm .section.quality .quality-list .list-item .text_box {
    width: 100%;
  }

  .oem_odm .section.quality .quality-list .list-item .text_box h4 {
    font-size: 2rem;
  }
  .oem_odm .section.quality .quality-list .list-item .text_box p {
    font-size: 1.5rem;
  }
}

/* development
================================================ */

/*example*/

.oem_odm .section.development h3.section_ttl {
  border-bottom: 1px solid #3072de;
  color: #3072de;
}
.oem_odm .section.development .example,
.oem_odm .section.development .flow {
  margin: 0 auto 70px;
  padding: 45px 20px;
  background-color: #fafcff;
}
.oem_odm .section.development .idea {
  margin: 0 auto 70px;
}
.oem_odm .section.development .example h4,
.oem_odm .section.development .flow h4 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #3072de;
}
.oem_odm .section.development .example_text_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 30px 20px;
}

.oem_odm .section.development .example_text_area .flex ul {
  width: 280px;
  font-size: 1.8rem;
}
.oem_odm .section.development .example_text_area .flex ul li {
  padding: 5px 10px;
  border: 1px solid #3072de;
  border-radius: 5px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #3072de;
}

.oem_odm .section.development .example_text_area .flex ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.oem_odm .section.development .example_text_area .summary {
  font-size: 1.8rem;
  text-align: center;
}

.oem_odm .section.development .resalt_text_area {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #0054a2;
}

.oem_odm .section.development .resalt_text_area:before {
  display: inline-block;
  width: 198px;
  height: 18px;
  margin-top: 30px;
  padding-top: 20px;
  background-image: url(../img/oem_odm/development_example_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 767px) {
  .oem_odm .section.development .example,
  .oem_odm .section.development .flow {
    padding: 20px;
  }
  .oem_odm .section.development .idea img {
    width: 100%;
  }

  .oem_odm .section.development .example h4,
  .oem_odm .section.development .flow h4 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .oem_odm .section.development .example_text_area .flex {
    gap: 10px;
  }
  .oem_odm .section.development .example_text_area .flex ul {
    font-size: 1.6rem;
  }
  .oem_odm .section.development .example_text_area .summary {
    padding-top: 20px;
    font-size: 1.6rem;
  }
}

/*flow*/

.oem_odm .section.development .flow .flow_area {
  max-width: 776px;
  margin: 0 auto;
}
.oem_odm .section.development .flow .flow_area .flow_box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 60px;

  gap: 20px;
}
.oem_odm .section.development .flow .flow_area .flow_box:last-child {
  margin-bottom: 0;
}

.oem_odm .section.development .flow .flow_area .flow_box figure.step_img {
  width: 70px;
}
.oem_odm .section.development .flow .flow_area .flow_box .step_text {
  width: 88%;
  padding: 0.8em 0;
  font-size: 1.8rem;
}

.oem_odm .section.development .flow .flow_area .flow_box .step_text p {
  line-height: 1.63;
}
.oem_odm .section.development .flow .flow_area .flow_box:after {
  position: absolute;
  bottom: -40px;
  left: 43%;
  display: inline-block;
  width: 100px;
  height: 18px;
  background-image: url(../img/oem_odm/development_flow_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.oem_odm .section.development .flow .flow_area .flow_box:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .oem_odm .section.development .flow .flow_area .flow_box .step_text {
    font-size: 1.6rem;
  }
}
