.pcDb {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcDb {
    display: none
  }
}
.spDb {
  display: none;
}
@media screen and (max-width: 768px) {
  .spDb {
    display: block
  }
}
/* -----------------------------------------------
   製品情報グリッド（Products Information）
----------------------------------------------- */
.un_chemicals_products_section {
  margin: 0 auto;
  padding: 98px 0 125px;
  max-width: 1488px;
}
.un_chemicals_products_section_inner {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .un_chemicals_products_section_inner {
    padding: 0 20px;
  }
}
 .un_chemicals_search {
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
   .un_chemicals_search {
    padding: 0;
  }
}
 .bl_search_box_ttl {
  display: block;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 26px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
   .bl_search_box_ttl {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
 .bl_search_box_ttl::before {
  background: none;
  display: none;
}
 .un_chemicals_search .ui-autocomplete-input {
  font-size: 20px;
}
 .un_chemicals_search .bl_search_box {
  width: 100%;
}
 .un_chemicals_search .bl_search_box_form {
  width: 100%;
  margin-right: 0;
}
 .un_chemicals_search .bl_search_box_form_txt {
  padding: 17px 33px 8px;
}
@media screen and (max-width: 768px) {
   .un_chemicals_search .bl_search_box_form_txt {
    padding: 13.5px 17px;
  }
}
 .un_chemicals_search .bl_search_box_form_txtBtn {
  margin-right: 20px;
}

/* タブナビゲーション */
.un_chemicals_prod_tab_wrap {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .un_chemicals_prod_tab_wrap {
    margin-top: 24px;
  }
}
.un_chemicals_prod_tab_wrap.pdDb {
  display: block;
}
.un_chemicals_prod_tab_wrap.spDb {
  display: none;
}
.un_chemicals_prod_tab_wrap.pdDb {
  display: block;
}
.un_chemicals_prod_tab_wrap.spDb {
  display: none;
}
@media screen and (max-width: 768px) {
  .un_chemicals_prod_tab_wrap.pdDb {
    display: none;
  }
  .un_chemicals_prod_tab_wrap.spDb {
    display: block;
  }
}
.un_chemicals_prod_tab_nav {
	display: flex;
	list-style: none;
	padding: 0 36px;
	margin: 0 0 40px;
  gap: 36px;
  border-bottom: 1px solid #A72126;
}
 .bl_tab_content {
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
   .bl_tab_content {
    display: block;
  }
}
.un_chemicals_prod_tab_nav_item {
	flex: 1;
	text-align: center;
	padding: 29px 10px 22px;
	cursor: pointer;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	border: 1px solid #A72126;
  border-bottom: none;
	background: #fff;
	color: #282828;
	transition: background 0.2s, color 0.2s;
  border-radius: 6px 6px 0 0;
}
.un_chemicals_prod_tab_nav_item:first-child {
	border-left: 1px solid #A72126;
}
.un_chemicals_prod_tab_nav_item.is_tabCurrent {
	background: #a72126;
	color: #fff;
	border-color: #a72126;
}
.un_chemicals_prod_tab_nav_item:not(.is_tabCurrent):hover {
	background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .un_chemicals_prod_tab_ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    background-color: #FBF6F6;
    padding: 28px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .un_chemicals_prod_tab_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 87.5%;
    height: 1px;
    background: #D3D3D3;
  }
  .un_chemicals_prod_tab_ttl.is_open::after,
  .un_chemicals_prod_tab_ttl:last-of-type::after {
    display: none;
  }

  .un_chemicals_prod_toggle_arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #a72126;
    border-right: 2px solid #a72126;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .un_chemicals_prod_toggle_arrow.is_open {
    transform: rotate(-45deg);
  }

  .js_prod_toggle_body {
    padding-bottom: 60px;
  }
}

/* グリッド */
.un_chemicals_prod_grid_wrap {
	border-top: none;
}
@media screen and (max-width: 768px) {
   .un_chemicals_prod_grid_wrap {
    padding: 0 20px;
  }
}

.un_chemicals_prod_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	padding: 0;
	margin: 0;
  gap: 26px 16px;
}
.un_chemicals_prod_grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .un_chemicals_prod_grid {
    display: block;
    padding: 0 17px;
  }
}

.un_chemicals_prod_grid_item {
}
@media screen and (max-width: 768px) {
  .un_chemicals_prod_grid_item:first-child {
    margin-top: 30px;
  }
}
.un_chemicals_prod_grid_link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}
.un_chemicals_prod_grid_link:hover .un_chemicals_prod_grid_img img {
	transform: scale(1.05);
}
.un_chemicals_prod_grid_img {
	width: 100%;
	aspect-ratio: 100 / 46;
	overflow: hidden;
	background: #f0f0f0;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .un_chemicals_prod_grid_img {
    aspect-ratio: 286 / 110;
  }
}

.un_chemicals_prod_grid_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.un_chemicals_prod_grid_img--empty {
	background: #e8e8e8;
}
.un_chemicals_prod_grid_label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px;
	flex-grow: 1;
}
.un_chemicals_prod_grid_name {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.4;
}
.un_chemicals_prod_grid_arrow {
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #a72126;
	border-right: 1.5px solid #a72126;
	transform: rotate(45deg);
	flex-shrink: 0;
	margin-left: 10px;
}


@media screen and (max-width: 768px) {
	.un_chemicals_products_section {
		padding: 60px 0;
	}
	.un_chemicals_prod_tab_nav_item {
		font-size: 14px;
		padding: 14px 6px;
	}
	.un_chemicals_prod_grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.un_chemicals_prod_grid_name {
		font-size: 18px;
	}
	.un_chemicals_prod_grid_label {
		padding: 10px 10px 20px 3px;
	}
}

  .un_chemicals_prod_close {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.1;
    color: #A72126;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
  }

  .un_chemicals_prod_close_arrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #A72126;
    border-right: 2px solid #A72126;
    flex-shrink: 0;
    transform: translateY(50%) rotate(-45deg);
    margin-left: 16px;
  }


  /* -----------------------------------------------
   CTA Section pc
----------------------------------------------- */
 .un_bm_st_cta-top.pcDb {
    background: #fff;
    padding: 0;
    display: block;
}
@media screen and (max-width: 768px) {
   .un_bm_st_cta-top.pcDb {
    display: none;
  }
}
 .un_bm_st_cta-top_inner {
    /* max-width: 1746px; */
    margin: 0 auto;
    display: flex;
}


 .un_bm_st_cta-top_contact {
    position: relative;
    isolation: isolate;
    flex: 1;
    height: 358px;
    color: #fff;
    text-decoration: none;
    padding: 58px 20px 58px 20px;
}
 .un_bm_st_cta-top_contact::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #282828;
    opacity: 0.8;
    z-index: -1;
    transition: opacity 0.2s;
}


 .un_bm_st_cta-top_faq {
    position: relative;
    isolation: isolate;
    flex: 1;
    height: 358px;
    color: #fff;
    text-decoration: none;
    padding: 58px 20px 58px 20px;
}
 .un_bm_st_cta-top_faq::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #a72126;
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.2s;
}


.un_bm_st_cta_item_inner {
  max-width: 650px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
      "icon block"
      "icon desc";
  align-content: center;
  column-gap: 89px;
  row-gap: 27px;
}
 .un_bm_st_cta-top_faq .un_bm_st_cta_item_inner {
  column-gap: 82px;
}

 .un_bm_st_cta-top_icon {
    grid-area: icon;
    align-self: center;
    flex-shrink: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .un_bm_st_cta-top_icon svg,
 .un_bm_st_cta-top_icon img {
    width: clamp(60px, 7vw, 111px);
    height: auto;
}

 .un_bm_st_cta-top_block {
    grid-area: block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
}

 .un_bm_st_cta-top_arrow {
    position: absolute;
    top: 50%;
    right: 39px;
    transform: translateY(-50%);
}

 .un_bm_st_cta-top_arrow svg {
    width: 8px;
    height: 14px;
}

 .un_bm_st_cta-top_label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
}

 .un_bm_st_cta-top_heading {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #fff;
}


 .un_bm_st_cta-top_desc {
    grid-area: desc;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}


/* -----------------------------------------------
   CTA Section sp
----------------------------------------------- */


.un_bm_st_cta-top-sp {

}
.un_bm_st_cta-top_inner-sp {
  padding: 0 20px;
}
.un_bm_st_cta-top_contact-sp {
  display: block;
  background-color: #282828;
  padding: 23px 23px 53px 23px;
  position: relative;
  margin-bottom: 10px;
}
.un_bm_st_cta-top_faq-sp {
  display: block;
  background-color: #CE8B8D;
  padding: 23px 23px 53px 23px;
  position: relative;
}
.un_bm_st_cta_item_inner-sp {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.un_bm_st_cta-top_icon-sp {

}
.un_bm_st_cta-top_block-sp {

}
.un_bm_st_cta-top_label-sp {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.un_bm_st_cta-top_heading-sp {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.un_bm_st_cta-top_desc-sp {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.57;
}
.chemicals-itemLinkArrow-sp {
  position: absolute;
  bottom: 23px;
  right: 23px;
  width: 15px;
  height: 15px;
}
.chemicals-itemLinkArrow-sp span {
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform 0.38s cubic-bezier(.22, .8, .2, 1), opacity 0.38s cubic-bezier(.22, .8, .2, 1);
}
.chemicals-arrow-sp--current {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}
