@charset "UTF-8";

/* LP共通 */

:root {
	--corporate-color: #b41414;
	--text-color: #141e28;
	--main-bg-color: #fff;
}


.mb40 {
	margin-bottom: 40px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt140-60 {
	margin-top: 140px;
}

.el_download_text {
	text-indent: 0 !important;
}

.bl_contents_border_wrap_w80 {
	width: 80%;
}

.bl_contents_border_wrap {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.bl_contents_border_wrap_w80 {
		width: 100%;
	}

	.mt140-60 {
		margin-top: 60px;
	}
}

.el_contents_border {
	padding: 30px 40px;
	border: var(--text-color) solid 1px;
	line-height: 2;
}

.el_img_border {
	border: var(--text-color) solid 1px;
}

.el_annotation {
	font-size: 12px;
	font-weight: 400;
}

.el_contents_list {
	display: flex;
}


.el_lineUp_wrap {
	width: 50%;
}

@media screen and (max-width: 750px) {
	.el_lineUp_wrap {
		width: 100%;
	}
}

.el_lineUp_wrap li {
	border: var(--text-color) solid 1px;
	border-bottom: none;
	padding: 10px 10px;
}

.el_lineUp_wrap li:last-child {
	border-bottom: var(--text-color) solid 1px;
}

.bl_support_img_wrap img {
	margin: 0 auto;
}

.bl_support_box_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
}

.bl_support_box_wrap.mb90 {
	margin-bottom: 90px;
}

.mb90 {
	margin-bottom: 90px;
}

.bl_support_box {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 1px var(--corporate-color);
}

.bl_support_box .el_box_ttl {
	position: absolute;
	display: inline-block;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 9px;
	line-height: 1;
	font-size: 28px;
	background: var(--main-bg-color);
	color: var(--text-color);
	font-weight: bold;
}

.bl_support_box p {
	margin: 40px 0;
	padding: 0;
}

.fs-24-19 {
	font-size: 24px;
}

.mb40 {
	margin-bottom: 40px;
}

.uq-title-lp {
	display: inline-block;
}

.bl_lp_img_wrap {
	width: 82%;
	margin: 0 auto;
}

.bl_lp_img_wrap_en-large {
	width: 88%;
	margin: 0 auto;
}

.el_text_center {
	text-align: center;
}

.el_text_bold {
	font-weight: 600;
}

.el_box_list_wrap {
	width: fit-content;
	margin: 0 auto 40px;
}

.uq_contents_border {
	border: var(--text-color) solid 1px;
	padding: 10px 0;
	width: 80%;
	margin: 0 auto;
}

.uq_contents_border_inner {
	width: min(100% - 80px, 800px);
	margin: 0 auto;
	padding-top: 40px;
}

.el_point_ttl {
	background-color: #e5f6fd;
}

.el_list_flex {
	display: flex;
}

.bl_lp_table_wrap {
	overflow-x: scroll;
	width: 100%;
}

.bl_lp_table {
	border-collapse: collapse;
	width: 100%;
}

.bl_lp_table_caption {
	text-align: start;
}

.bl_lp_table th,
.bl_lp_table td {
	border: solid 1px var(--text-color);
}

.uq_lp_table_padding {
	padding: 10px;
}

.bl_lp_table .bl_lp_th_contents {
	width: 50%;
}

.bl_td_text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.bl_lp_figure_flex {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.bl_point_img_wrap {
	display: flex;
	gap: 30px;
	margin: 0 auto;
}

.bl_img_wrap_flex {
	display: flex;
	justify-content: center;
}

.bl_system_img_warp {
	margin: 0 auto;
	width: min(100%, 880px);
}

.uq-m-auto-img {
	margin: 0 auto;
}


.uq-w50 {
	width: 50% !important;
	margin: 0 auto;
}
.uq-w70 {
	width: 70% !important;
	margin: 0 auto;
}
@media screen and (max-width: 750px){
	.uq-w50 {
		width: 100% !important;
	}
	.uq-w70 {
		width: 100% !important;
	}
}
.uq-w80 {
	width: 80%;
	margin: 0 auto;
}
.uq-w90 {
	width: 90% !important;
	margin: 0 auto;
}

.bl_two_column_contents {
	width: min(100% - 40px, 1200px);
	margin: 0 auto;
}

.bl_two_column_contents {
	display: flex;
	width: 100%;
}

.el_border_bottom {
	border-bottom: solid 1px var(--text-color);
}

.bl_left_contents,
.bl_right_contents {
	width: 50%;
	border: var(--text-color) solid 1px;
}

.bl_right_contents {
	border-left: none;
}

.bl_point_img_wrap {
	display: flex;
	gap: 20px;
	margin: 0 auto;
}

.bl_point_img_inner {
	margin: 0 auto;
}

.un_lp .un_youtube {
	width: 70%;
	height: 434px;
	margin: 50px auto 70px;
}

.un_lp .un_youtube iframe {
	border: 1px solid #000;
	width: 100%;
	height: 100%;
}

/* 金属選択エッチング液のみ */
.un_lp .un_youtube.mb-65 {
	margin-bottom: 65px;
}

@media screen and (max-width: 750px){
	.un_lp .un_youtube {
		width: 100%;
		height: 315px;
		margin: 30px auto 27px;
	}
}

.bl_side_scroll_contens {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.el_contents_border {
		padding: 20px 10px;
	}

	.bl_side_scroll_contens {
		overflow-x: scroll;
		width: 100%;
	}

	.bl_side_scroll_contens .el_side_scroll_img {
		width: 500px;
		height: auto;
		max-inline-size: initial;
		max-width: initial;
		object-fit: cover;
	}

	.fs-24-19 {
		font-size: 19px;
	}

	.bl_support_box .el_box_ttl {
		top: -26px;
		padding: 0 6px;
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
	}

	.bl_support_box p {
		margin: 40px 0 20px;
		padding: 0;
	}

	.bl_support_box {
		margin: 2em 0 0;
	}

	.bl_support_box_wrap {
		padding: 0;
	}

	.uq_contents_border_inner {
		width: min(100% - 20px, 800px);
	}

	.uq_contents_border {
		padding: 6px 0;
		width: 100%;
	}

	.page-title-wrap.third .lp-title {
		font-size: 27px;
	}

	.lp-title span,
	.uq-lp-title span {
		font-size: 20px !important;
	}

	.page-title-wrap.third .uq-lp-title {
		font-size: 25px;
	}

	.bl_img_wrap_flex {
		flex-direction: column;
	}

	.bl_two_column_contents {
		display: flex;
		flex-direction: column;
	}

	.bl_left_contents,
	.bl_right_contents {
		width: 100%;
	}

	.bl_right_contents {
		border-left: var(--text-color) solid 1px;
		border-top: none;
	}

	.bl_point_img_wrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0 auto;
	}

	.bl_lp_table {
		width: 1200px;
	}

	.bl_lp_img_wrap,
	.bl_lp_img_wrap_en-large {
		width: 100%;
	}
}

/* lpお問合せ共通パーツのcss */

.el_contact_linehight {
	line-height: 1.6;
}

.bl_contact_infoBox_bg {
	background-color: var(--main-bg-color);
}

.bl_contact_infoBox_inner {
	width: min(100% - 40px, 890px);
	margin: 40px auto;
}

.el_contact_border_line {
	border: 0.5px solid #ccc;
	width: min(100% - 40px);
	margin: 0 auto;
}

.mb-33 {
	margin-bottom: 33px;
}

.bl_lp_contact_text_wrap {
	width: min(100% - 40px, 1050px);
	margin: 0 auto;
}

.bl_lp_contact_text_wrap .bl_lp_contact_text_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.el_call_icon_img {
	display: block;
	width: 19px;
	height: 19px;
	object-fit: cover;
	margin-top: 4px;
}

.el_call_text {
	font-size: 24px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-16-41 {
	margin-bottom: 16px;
}

.el_date_text {
	text-align: center;
}

.bl_lp_contact_affiliation_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	column-gap: 16px;
}

.el_lp_contact_affiliation_text {
	margin: 0 auto 50px;
}

.el_lp_contact_tell {
	display: inline-block;
	background-color: #c8dceb;
	margin-right: 12px;
	font-size: 16px;
	padding: 0 14px;
}

.el_download_text {
	padding: 0 24px 50px;
	font-size: 20px;
	line-height: 1.89;
	text-align: center;
}

.bl_chemicals_report_pd {
	padding: 60px 0;
	background-color: #eaeef2;
	margin-bottom: -50px;
}

@media screen and (max-width: 750px) {
	.el_date_text {
		text-align: start;
	}

	.bl_lp_contact_affiliation_flex {
		flex-direction: column;
	}

	.el_lp_contact_affiliation_text {
		margin: 0 auto 40px;
	}

	.mb-16-41 {
		margin-bottom: 41px;
	}

	.bl_lp_contact_sp_bg {
		background-color: #f3f3f3;
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: -74px;
	}

	.el_download_text {
		text-align: start;
		padding: 0 0 24px;
	}

	.bl_chemicals_report_pd {
		padding: 60px 0;
		margin-bottom: -50px;
	}
}


/* 英語 */

.bl_support_en_box_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
}


.bl_support_en_box {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 1px var(--corporate-color);
}

.bl_support_en_box .el_box_ttl {
	position: absolute;
	display: inline-block;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 9px;
	line-height: 1;
	font-size: 28px;
	background: var(--main-bg-color);
	color: var(--text-color);
	font-weight: bold;
	text-wrap: nowrap;
}

.bl_support_en_box p {
	margin: 40px 0;
	padding: 0;
}

.bl_support_en_box_wrap.mb90 {
	margin-bottom: 90px;
}

.el_point_ttl_hight {
	height: 86px;
}

.el_point_list_hight {
	height: 540px;
}

.bl_point_img_wrap_hight {
	height: 320px;
}

.bl_point_list_wrap_hight {
	height: 100px;
}


@media screen and (max-width: 750px) {
	.bl_support_box_en_wrap {
		padding: 0;
	}

	.bl_support_en_box .el_box_ttl {
		top: -26px;
		padding: 0 12px;
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
		text-wrap: wrap;
		width: 260px;
	}

	.bl_support_en_box p {
		margin: 40px 0 20px;
		padding: 0;
	}

	.bl_support_en_box {
		margin: 2em 0 0;
	}


	.el_point_ttl_hight,
	.el_point_list_hight,
	.bl_point_img_wrap_hight,
	.bl_point_list_wrap_hight {
		height: auto;
	}
}

/* title textのmargin */

.mt-65-27 {
	margin-top: 65px;
}

.mt-70-27 {
	margin-top: 70px;
}

@media screen and (max-width: 750px) {
	.mt-65-27 {
		margin-top: 27px;
	}

	.mt-70-27 {
		margin-top: 27px;
	}
}

/* テキスト文中、鉤かっこの余白調整用 */
.hp_ls-tight {
	font-feature-settings: "palt";
}
/* テキストの最終行を1行に収めたい時の文字間調整用 */
.hp_ls-tight--02 {
	letter-spacing: -0.03em;
}

.bl_lowerLink_list_link_img.transition-slow {
	-webkit-transition: all 1.8s;
	transition: all 1.8s;
}

/* 技術レポートサムネイル用Newアイコン */
.new {
    position: relative;
}

.new::after {
    content: "NEW";
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #b41414;
    position: absolute;
    top: -28px;
    left: 0;
}

/* 英語だけインデント削除 */
.uq_noindent {
	text-indent: 0 !important;
}

@media screen and (max-width: 750px) {
	#chemicals_report .bl_lowerLink_list_item {
		margin-bottom: 50px;
	}
}


/* リクルート */

.el_recruit_banner_link,
.el_recruit_img_link {
	transition: all 0.3s ease;
}

.el_recruit_banner_link:hover,
.el_recruit_img_link:hover {
    opacity: 0.9;
}

.bl_recruit_banner_sect_wrap {
	width: min(100% - 40px, 600px);
	margin: 0 auto;
	border: solid 1px #879bac;
}

.un_recruit_info_item_img {
    align-items: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 360px;
	padding: 10px;
}

.un_recruit_info_item_img img {
	display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
	height: auto;
}

.un_recruit_info_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


@media screen and (max-width: 750px) {
	.bl_recruit_banner_sect_wrap {
		width: 95%;
	}
}

/* BtoBリサイクル */
.el_mb_20 {
	margin-bottom: 20px;
}

.uq_mb_90-54 {
	margin-bottom: 90px;

}

@media screen and (max-width: 750px) {
	.uq_mb_90-54 {
		margin-bottom: 54px;

	}
}

.el_lp_subtitle {
	font-weight: 600;
	text-align: center;
	margin-bottom: 24px;
}

.bl_lp_text_bold {
	font-weight: 600;
}

.el_lp_textCenter {
	text-align: center;
}


/* #31859 top改修*/
.un_chemicals_wrap2 .un_catalogBtn_wrap {
	margin: 50px auto 0; width: 170px;
}

.un_chemicals_wrap2 .un_catalogBtn {
	margin: 0 auto;
}

.un_chemicals_wrap2 .un_catalogBtn_img {
	width: 100%; border: solid 1px #879bac;
}

.un_chemicals_wrap2 .un_catalogBtn_text {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.un_chemicals_wrap2 .un_catalogBtn_wrap {
		margin: 50px auto; width: 45.3333%;
	}

	.un_chemicals_wrap2 .un_catalogBtn_img {
		width: 100%; border: solid 1px #879bac;
	}

	.un_chemicals_wrap2 .un_catalogBtn_text {
		text-align: center; font-size: 15px;
	}
}

.bl_banner_recycling {
	width: 100%;
	margin-inline: auto;
	margin-bottom: 50px;
}

.bl_banner_recycling .el_banner_recycling_link:hover {
	transition: opacity 0.3s;
}

.bl_banner_recycling .el_banner_recycling_link .el_banner_recycling_img {
	object-fit: cover;
	height: auto;
	width: min(100%, 900px);
	margin-inline: auto;
}

.uq_en_banner_recycling {
	margin-bottom: 125px;
}

@media screen and (max-width: 750px) {

	.bl_banner_recycling,
	.uq_en_banner_recycling {
		margin-bottom: 0;
	}
	.bl_banner_recycling {
		margin-top: 40px;
	}
}

.bl_pilot_plant_contens {
	border: 1px solid black;
}

.bl_pilot_plant_contens_inner {
	width: min(100% - 20px, 900px);
	margin-inline: auto;
}

.bl_subTitle {
	font-size: clamp(1.125rem, 1vw + 1rem, 1.75rem);
	font-weight: 600;
	text-align: center;
	margin: 50px 0;
}

.bl_img_boarder {
	border: 1px solid black;
}

@media screen and (max-width: 750px) {
	.bl_subTitle {
		margin: 25px 0;
	}

}

.bl_parse_img_wrap{
	width: min(100% - 20px, 900px) !important ;
	margin-inline: auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {

	.bl_parse_img_wrap{
		margin-bottom: 16px;
	}
}

.el_pilot_plant_contens_subTitle {
	margin: 0 0 10px !important;
	font-size: 20px;
}

.el_pilot_plant_contens_en_subTitle {
	margin: 0 0 30px !important;
	font-size: 20px;
}

@media screen and (max-width: 750px) {

	.el_pilot_plant_contens_subTitle,
	.el_pilot_plant_contens_en_subTitle {
		font-size: 15px;
	}

}

.el_border_title {
	display: inline-block;
	border: var(--text-color) solid 1px;
	padding: 5px 10px;
	font-weight: bold;
}

.el_border_box_txt_wrap {
	width: fit-content;
	margin: 0 auto 40px;
}
.el_border_box_txt_wrap.el_annotation {
	font-size: 16px;
}
@media screen and (max-width: 750px) {
	.el_border_box_txt_wrap {
		margin: 0 auto 20px;
		padding: 0 1em;
	}
	.el_border_box_txt_wrap.el_annotation {
		font-size: 12px;
	}
}
