@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Zen+Maru+Gothic:wght@300;400;500&display=swap");
/*
========================================
    メディアクエリー用 @mixin
=========================================
*/
* {
  box-sizing: border-box;
}

body.page {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}

#main_image_headline {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  font-size: 80px;
  color: #254860;
  background: none;
  top: 50%;
  transform: translateY(-50%);
  height: 3.5em;
}
@media only screen and (max-width: 991px) {
  #main_image_headline {
    font-size: 30px;
  }
}
#main_image_headline .sub_title {
  display: block;
  font-size: 0.45em;
  line-height: 1.5;
  margin-top: 1.8em;
}
@media only screen and (max-width: 991px) {
  #main_image_headline .sub_title {
    margin-top: 1em;
    line-height: 1.5;
  }
}

#noside_contents {
  padding-bottom: 0;
}

.pb_oem {
  font-size: 15px;
  color: #333;
}
.pb_oem h2 {
  font-size: 44px;
  font-weight: 500;
  color: #254860;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  margin: 75px 0 1em;
  padding: 0.2em 0 0.4em;
}
.pb_oem h2::before, .pb_oem h2::after {
  content: "";
  position: absolute;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
}
.pb_oem h2::before {
  background: #c50018;
  top: 100%;
}
.pb_oem h2::after {
  background: #325b98;
  top: calc(100% + 4px);
}
.pb_oem h3 {
  font-size: 28px;
  font-weight: 500;
  color: #254860;
  text-align: center;
  letter-spacing: 0.02em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.8em 0;
  padding: 0.2em 0;
}
.pb_oem h3::before, .pb_oem h3::after {
  content: "";
  display: block;
  width: 19px;
  height: 8px;
  background: url("../img/oem/h3_dots.png") center center no-repeat;
}
.pb_oem h3::before {
  margin-right: 25px;
}
.pb_oem h3::after {
  margin-left: 25px;
  transform: rotate(180deg);
}
.pb_oem p {
  font-size: 15px;
  color: #333;
}
.pb_oem .inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.pb_oem .pt_layout1 .desc p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}
.pb_oem__intro {
  overflow: hidden;
}
.pb_oem__intro .intro_inner {
  width: 95%;
  max-width: 1100px;
  margin: 120px auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pb_oem__intro .intro_header {
  width: calc((100% - 100px) * 0.4);
}
.pb_oem__intro .intro_header_title {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
}
.pb_oem__intro .intro_header_title::before, .pb_oem__intro .intro_header_title::after {
  display: none;
}
.pb_oem__intro .intro_header_title .marker {
  position: relative;
  z-index: 1;
}
.pb_oem__intro .intro_header_title .marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5em;
  background: yellow;
  z-index: -1;
}
.pb_oem__intro .intro_header_title_sm {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  margin-top: 0.5em;
}
.pb_oem__intro .intro_header_image {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pb_oem__intro .intro_content {
  width: calc((100% - 100px) * 0.6);
}
.pb_oem__intro .intro_content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.pb_oem__case {
  background: #dfe9f0;
  background: linear-gradient(135deg, #dfe9f0 0%, #c7dae8 52%, #a5cbe8 100%);
  overflow: hidden;
}
.pb_oem__case .case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.pb_oem__case .case_list .case_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 80px) / 3);
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.pb_oem__case .case_list .case_item .item_content {
  padding: 20px;
}
.pb_oem__case .case_list .case_item .item_title {
  font-size: 20px;
  color: #254860;
  text-align: center;
  margin: 0.5em 0 0.6em;
}
.pb_oem__case .case_list .case_item .image {
  width: 100%;
  height: 246px;
}
.pb_oem__case .case_list .case_item .image img {
  display: block;
  width: 100%;
  height: 246px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.pb_oem__case .case_list .case_item .desc {
  font-size: 14px;
  line-height: 2;
  padding: 0 10px;
}
.pb_oem__case .case_list .case_item .image_carousel {
  display: none;
}
.pb_oem__facility {
  overflow: hidden;
}
.pb_oem__facility .inner {
  max-width: 1350px;
  background: #dfe9f0;
  background: linear-gradient(135deg, rgba(223, 233, 240, 0.3029586835) 0%, rgba(199, 218, 232, 0.3) 52%, rgba(165, 203, 232, 0.3) 100%);
  margin-top: 40px;
  padding: 88px 60px;
  border-radius: 20px;
  position: relative;
}
.pb_oem__facility .oem_materials {
  max-width: 920px;
  margin: 0 auto;
}
.pb_oem__facility .oem_materials li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 82px;
  border-radius: 4px;
  margin-top: 14px;
  padding: 0 28px;
  z-index: 1;
}
.pb_oem__facility .oem_materials li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #99ccf2;
  position: absolute;
  right: -4px;
  bottom: -4px;
  border-radius: 4px;
  z-index: -1;
}
.pb_oem__facility .oem_materials li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #325b98;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  z-index: -1;
}
.pb_oem__facility .oem_materials li .images_list_title {
  font-size: 20px;
  color: #325b98;
  letter-spacing: 0.2em;
  padding-left: 40px;
  width: 175px;
  position: relative;
}
.pb_oem__facility .oem_materials li .images_list_title::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  background: #325b98;
  border-radius: 100%;
}
.pb_oem__facility .oem_materials li p {
  font-size: 16px;
}
.pb_oem__facility .processing_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 24px;
}
.pb_oem__facility .processing_list li {
  width: calc((100% - 72px) / 4);
  position: relative;
}
.pb_oem__facility .processing_list .processing_name {
  position: absolute;
  top: -18px;
  left: 0;
  width: 206px;
  height: 38px;
  background: #325b98;
  border: 2px solid #eef7fb;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
.pb_oem__facility .processing_list img {
  max-width: 100%;
}
.pb_oem__facility .temperatures {
  margin-top: 100px;
}
.pb_oem__facility .temperatures .temperatures_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.pb_oem__facility .temperatures .temperatures_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 333px;
  padding: 28px;
  position: relative;
  z-index: 1;
}
.pb_oem__facility .temperatures .temperatures_item::before, .pb_oem__facility .temperatures .temperatures_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
}
.pb_oem__facility .temperatures .temperatures_item::before {
  background: #99ccf2;
  top: 10px;
  left: 10px;
}
.pb_oem__facility .temperatures .temperatures_item::after {
  background: #fff;
  border: 3px solid #325b98;
  top: 0;
  left: 0;
}
.pb_oem__facility .temperatures .temperatures_item h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  color: #325b98;
  text-align: center;
  margin-top: 8px;
}
.pb_oem__facility .temperatures .temperatures_item .content {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.6em;
}
.pb_oem__facility .packages {
  margin-top: 100px;
}
.pb_oem__facility .packages .packages_desc {
  font-size: 17px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.pb_oem__facility .packages .package_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 24px;
  max-width: 1000px;
  margin: 54px auto 0;
}
.pb_oem__facility .packages .package_list li {
  width: 290px;
  position: relative;
}
.pb_oem__facility .packages .package_list .package_name {
  position: absolute;
  top: -18px;
  left: 0;
  width: 236px;
  height: 38px;
  background: #325b98;
  border: 2px solid #eef7fb;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
}
.pb_oem__facility .packages .package_list img {
  max-width: 100%;
}
.pb_oem__flow {
  background: #f0f0f0;
  padding-bottom: 55px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.pb_oem__quality .quality_images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.pb_oem__quality .quality_images .haccp {
  width: 180px;
}
.pb_oem__quality .quality_images .fccs {
  width: 300px;
}
.pb_oem__quality .quality_images + p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.4;
}
.pb_oem__section .section_header {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}
.pb_oem__section .section_header_desc {
  max-width: 800px;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}
.pb_oem .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
.pb_oem .images li {
  width: calc((100% - 60px) / 4);
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  background: #f1f8ff;
  border-radius: 4px;
}
.pb_oem .images li img {
  max-width: 100%;
}
.pb_oem .images .images_list_title {
  font-size: 18px;
  color: #349CC3;
  margin-bottom: 0.5em;
}
.pb_oem .images .images_list_title + p {
  line-height: 1.3;
}
.pb_oem .table_layout_lg {
  width: 80%;
  margin: 10px auto;
}
.pb_oem .table_layout_lg table {
  table-layout: fixed;
}
.pb_oem .table_layout_lg th {
  background: lightblue;
  font-size: 20px;
  padding: 1em 10px;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  position: relative;
}
.pb_oem .table_layout_lg th .th_inner {
  position: relative;
}
.pb_oem .table_layout_lg td {
  padding: 40px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  border-left: 1px solid #ccc;
}
.pb_oem .table_layout_lg td:last-child {
  border-right: 1px solid #ccc;
}
.pb_oem .table_layout_lg .icon_temperature {
  position: absolute;
  left: 32px;
  top: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-sizing: border-box;
}
.pb_oem .table_layout_lg .icon_temperature img {
  max-width: 100%;
  max-height: 100%;
}
.pb_oem .headline {
  font-size: 38px;
  font-weight: 600;
  color: #333;
}
.pb_oem .headline > span {
  display: block;
  font-size: 60%;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.pb_oem .headline2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  color: #444;
  letter-spacing: 0.05em;
}
.pb_oem__intro_nav {
  background: #f0f0f0;
  padding: 20px 10px;
}
@media only screen and (max-width: 991px) {
  .pb_oem__intro_nav {
    display: none;
  }
}
.pb_oem__intro_nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  max-width: 960px;
  margin: 0 auto;
  border-right: 1px solid #333;
}
.pb_oem__intro_nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20%;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  border-left: 1px solid #333;
  padding: 10px 0 20px;
  position: relative;
}
.pb_oem__intro_nav ul li::after {
  content: "";
  width: 26px;
  height: 8px;
  background: url("../img/common/angel_down.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
}
.pb_oem__intro_nav ul li a {
  display: block;
  text-align: center;
  color: #333;
  line-height: 1.3;
}
.pb_oem__intro_nav ul li a:hover {
  text-decoration: none;
  color: #349CC3;
}
.pb_oem .products_flow .flow_list {
  width: 950px;
  margin: 0 auto;
}
.pb_oem .products_flow .flow_list .flow_item {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.pb_oem .products_flow .flow_list .flow_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  background: #99ccf2;
  z-index: -1;
}
.pb_oem .products_flow .flow_list .flow_item .item_header {
  position: absolute;
  left: 32px;
  top: 26px;
  display: flex;
  align-items: center;
  width: 386px;
  border-radius: 28px;
  font-size: 22px;
  font-weight: 500;
  color: #325b98;
}
.pb_oem .products_flow .flow_list .flow_item .item_header .num {
  width: 32px;
  height: 32px;
  background: #325b98;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-left: 7px;
  margin-right: 14px;
}
.pb_oem .products_flow .flow_list .flow_item .item_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding-left: 40px;
  overflow: hidden;
}
.pb_oem .products_flow .flow_list .flow_item .item_content p {
  width: 640px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}
.pb_oem .products_flow .flow_list .flow_item .item_content .fig {
  width: 234px;
  height: 76%;
  text-align: center;
}
.pb_oem .products_flow .flow_list .flow_item .item_content .fig img {
  max-width: 100%;
  vertical-align: bottom;
}
.pb_oem__qa .inner {
  max-width: 1350px;
  background: #dfe9f0;
  background: linear-gradient(135deg, rgba(223, 233, 240, 0.3029586835) 0%, rgba(199, 218, 232, 0.3) 52%, rgba(165, 203, 232, 0.3) 100%);
  margin-top: 80px;
  padding: 88px 60px;
  border-radius: 20px;
  position: relative;
}
.pb_oem__qa .section_header {
  margin-top: 0;
}
.pb_oem__qa .section_header_title {
  margin-top: 0;
}
.pb_oem__qa .qa_list {
  width: 950px;
  margin: 0 auto;
}
.pb_oem__qa .qa_list .qa_item {
  width: 100%;
  margin-bottom: 10px;
  padding: 1.5em;
  border: 1px solid #333;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.pb_oem__qa .qa_list .qa_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  background: #99ccf2;
  z-index: -1;
}
.pb_oem__qa .qa_list .qa_item .item_header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 28px;
  font-size: 22px;
  font-weight: 500;
  color: #325b98;
}
.pb_oem__qa .qa_list .qa_item .item_header .q {
  width: 32px;
  height: 32px;
  background: #325b98;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: grid;
  place-content: center;
  margin-left: 7px;
  margin-right: 14px;
}
.pb_oem__qa .qa_list .qa_item .item_content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 13px;
  overflow: hidden;
}
.pb_oem__qa .qa_list .qa_item .item_content .answer {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #c50018;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: grid;
  place-content: center;
  margin-left: 7px;
  margin-right: 14px;
}
.pb_oem__qa .qa_list .qa_item .item_content p {
  font-size: 16px;
  font-weight: 500;
}
.pb_oem .pt_layout2 {
  margin-bottom: 0;
}
.pb_oem .pt_layout3 .image {
  border-radius: 2px;
}
.pb_oem .pt_layout3.md_image .image {
  width: 420px;
}
.pb_oem .cta_bn .index_info_button {
  text-align: center;
}
.pb_oem .index_info_button {
  margin-top: 60px;
}
.pb_oem .index_info_button .button1 a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0 85px 0 140px;
  height: 110px;
  line-height: 112px;
  font-size: 26px;
  background: #bbb url("../img/index/icon2_type4.png") no-repeat 75px 27px;
}
.pb_oem .index_info_button .button1 a:hover {
  background: #5C5C5C url("../img/index/icon2_type4.png") no-repeat 75px 27px;
}
.pb_oem .contact_form {
  max-width: 960px;
  margin: 0 auto;
}

.swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.oem_contact_btn {
  margin: 74px auto;
}
.oem_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 74px;
  border: 2px solid #323e98;
  border-radius: 40px;
  font-size: 19px;
  font-weight: bold;
  color: #323e98;
  margin: 0 auto;
}
.oem_contact_btn a:hover {
  background: #142398;
  color: white;
  text-decoration: none;
}

/*# sourceMappingURL=oem.css.map */
