/* ==============================================
	サポートツール ページ専用スタイル
	Body class: .un_bm_support_tool
============================================== */

.un_bm_product .ly_main { margin-top: 147px; }
@media screen and (max-width: 1200px) {
	.un_bm_product .ly_main { margin-top: 100px; }
}
@media screen and (max-width: 768px) {
	.un_bm_product .ly_main { margin-top: 72px; }
}

/* -----------------------------------------------
Hero
----------------------------------------------- */
.un_bm_product .un_bm_product_hero {
	position: relative;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	text-align: center;
}

.un_bm_product .un_bm_product_hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(128, 128, 128, 1);
}

.un_bm_product .un_bm_product_hero_title {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

/* -----------------------------------------------
Intro Section
----------------------------------------------- */
.un_bm_product .un_bm_product_intro {
	background: #fff;
	padding: 70px 92px 100px;
	text-align: center;
}

.un_bm_product .un_bm_product_intro_label {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #858585;
	margin-bottom: 40px;
}

.un_bm_product .un_bm_product_intro_heading {
	font-size: 38px;
	font-weight: 500;
	color: #000000;
	line-height: 1.42;
	letter-spacing: 0.04em;
	margin: 0 0 50px;
}

.un_bm_product .un_bm_product_intro_desc {
	font-size: 20px;
	color: #545454;
	letter-spacing: 0.04em;
	margin: 0;
	line-height: 2.2;
}

/* -----------------------------------------------
Section Heading（共通）
----------------------------------------------- */
.un_bm_product_wrapper.pink {
	background: #fbf6f6;
	padding: 100px 20px 125px;
}

.un_bm_product_wrapper {
	padding: 140px 20px 125px;
}
.un_bm_product_inner {
	width: 100%;
	max-width: 1314px;
	margin: 0 auto;
}
.un_bm_product_table_inner {
	max-width: 1270px;
	width: 100%;
	margin: 0 auto;
}
.un_bm_product_table_list_item {
	font-size: 14px;
	margin-top: 12px;
	font-weight: bold;
}

.un_bm_product_list {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	row-gap: 50px;
}
.un_bm_product_item {
	width: 31.5%;
}

.un_bm_product_item_link {
	display: flex;
	flex-direction: column;
  background-color: #fff;
  padding: 15px 30px 59px;
  position: relative;
	height: 100%;
}

.un_bm_product_item_link_title {
	font-size: 30px;
  padding-bottom: 15px;
  font-weight: 500;
}

.un_bm_product_item_link_text {
	padding: 15px 0 25px;
  font-size: 18px;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 18px;
	flex-grow: 1;
	line-height: 1.7;
}

.un_bm_product_item_link_tag {
	font-size: 15px;
  background-color: #f3f3f3;
  padding: 5px 15px;
  border-radius: 50px;
  width: fit-content;
	margin-bottom: 10px;
}
.un_bm_product_item_link_arrow {
	width: 12px;
	height: 12px;
	border-top: 2px solid #a72126;
	border-right: 2px solid #a72126;
	position: absolute;
	bottom: 35px;
	right: 27px;
	rotate: 45deg;
}
.design_catalog_ttl-en {
	font-weight: 400;
}
.chemicals-linkArea {
	font-size: 24px;
	font-weight: 500;
}
/* -----------------------------------------------
fire_support
----------------------------------------------- */
.fire_support {
	padding: 73px 20px 85px;
  background-color: #ededed;
}
.fire_support.pink {
	background: #fbf6f6;
}
.fire_support_inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}
.fire_support_list {
	display: flex;
	justify-content: space-between;
}
.fire_support_item {
	width: 31.5%;

}
.fire_support_item_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 294px;
	gap: 40px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
	.fire_support_item_link_img {
		transition: transform 0.4s ease;
	}
	.fire_support_item_link:hover .fire_support_item_link_img {
		transform: scale(1.1);
	}
	.fire_support_item_link:hover .chemicals-arrow--current {
		transform: translate(100%, -50%) rotate(45deg);
		opacity: 0;
	}
	.fire_support_item_link:hover .chemicals-arrow--next {
		transform: translate(-50%, -50%) rotate(45deg);
		opacity: 1;
	}
	.fire_support_item_link_img_fire {
		display: block;
		margin: 0 auto;
		max-width: 138px;
		width: 100%;
	}
	.fire_support_item_link_img_compliance {
		display: block;
		margin: 0 auto;
		max-width: 200px;
		width: 100%;
	}
	.fire_support_item_link_img_support {
		display: block;
		margin: 0 auto;
		max-width: 305px;
		width: 100%;
	}
.fire_support_item_link_title {
	font-size: 26px;
	font-weight: 500;
	padding-top: 28px;
}
.fire_support_item_link_txt_area {
	margin-top: 19px;
}
.fire_support_item_link_txt {
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
}


.chemicals-itemLinkArrow {
	width: 75px;
	height: 75px;
	background: #A72126;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
  .chemicals-itemLinkArrow {
    width: 43px;
	  height: 43px;
  }
}

.chemicals-itemLinkArrow span {
  width: 8px;
	height: 8px;
	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);
}
@media screen and (max-width: 768px) {
  .chemicals-itemLinkArrow span {
    width: 6px;
    height: 6px;
  }
}


.pcDb {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcDb {
    display: none
  }
}

@media screen and (max-width: 768px) {
	.un_bm_product_wrapper.pink {
		padding: 65px 20px 33px;
	}
	.un_bm_product .un_bm_product_hero {
		min-height: 105px;
	}
	.un_bm_product .un_bm_product_hero_title {
		font-size: 26px;
	}
	.un_bm_product .un_bm_product_intro {
		padding: 40px 18px 60px;
	}
	.un_bm_product .un_bm_product_intro_heading {
		font-size: 22px;
		margin: 0 0 24px;
		letter-spacing: 0.03em;
	}
	.un_bm_product .un_bm_product_intro_desc {
		font-size: 16px;
	}
	.un_bm_product_list {
		display: block;
	}
	.un_bm_product_item {
		width: 100%;
	}
	.un_bm_product_item:nth-child(n+2) {
		margin-top: 30px;
	}
	.un_bm_product_item_link {
		padding: 14px 26px 40px;
	}
	.un_bm_product_item_link_title {
		font-size: 24px;
		padding-bottom: 11px;
		letter-spacing: 0.04em;
	}
	.un_bm_product_item_link_text {
		flex: 14;
		padding: 11px 0 23px;
		font-size: 14px;
		margin-bottom: 12px;
		line-height: 1.7;
	}
	.un_bm_product_item_link_tag {
		font-size: 12px;
		padding: 4px 10px;
		margin-bottom: 6px;
		letter-spacing: 0.04em;
	}
	.un_bm_product_wrapper {
		padding: 23px 20px 56px;
	}
	.fire_support {
		padding: 65px 19px 70px;
	}
	.fire_support_list {
		display: block;
	}
	.fire_support_item {
		width: 100%;
	}
	.fire_support_item:nth-child(2) {
		margin-top: 18px;
	}
	.fire_support_item:nth-child(3) {
		margin-top: 18px;
	}
	.fire_support_item_link {
		gap: 20px;
		height: 200px;
	}
	.fire_support_item_link_title {
		font-size: 18px;
		padding-top: 13px;
		letter-spacing: 0.2em;
	}
	.fire_support_item_link_txt_are {
		margin-top: 18px;
	}
	.fire_support_item_link_txt_area {
		margin-top: 12px;
	}
	.fire_support_item_link_txt {
		font-size: 16px;
	}
	.fire_support_item_link_img.fire {
		padding: 0 20px;
	}
	.fire_support_item_link_img.compliance {
		padding: 0 20px;
		max-width: 200px;
	}
	.fire_support_item_link_img.support {
		padding: 0 20px;
	}
	.fire_support_item_link_img_fire {
		max-width: 109px;
	}
	.fire_support_item_link_img_support {
		max-width: 198px;
	}
	.un_bm_product_item_link_arrow {
		width: 10px;
		height: 10px;
		right: 28px;
	}
.un_bm_product_table_scroll {
	overflow-y: scroll;
	}
	.un_bm_product_table {
		width: 675px;
	}
	.un_bm_product_table_list_item {
		line-height: 1.9;
		margin-top: 9px;
	}
}
/* product table modal */
.un_bm_product_table_inner.un_fs_item {
  cursor: pointer;
  position: relative;
}
.un_bm_product_table_zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 42px;
}

/* modal */
.un_fs_modal_overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s;
    z-index: 9999;
}
.un_fs_modal_overlay.is_open {
    opacity: 1;
    pointer-events: auto;
}
.un_fs_modal {
    background: #fff;
    border-radius: 4px;
    max-height: 90vh;
    max-width: 1484px;
    overflow-y: auto;
    padding: 107px 44px 73px;
    position: relative;
    width: 90%;
}
.un_fs_modal_close {
    align-items: center;
    background: none;
    border: none;
    outline: none;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 40px;
}
.un_fs_modal_close:hover {
    opacity: 0.7;
}
.un_fs_modal_img {
    display: block;
    height: auto;
    width: 100%;
}

@media screen and (max-width: 768px) {
  .un_bm_product_table_zoom {
    display: none;
  }
}
