.pcFlex {
	display: flex;
}
.spFlex {
	display: none;
}
/* TOPページNEWSエリア */
.news-bg {
	background: #fff !important;
}

.news-block__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100% !important;
	min-width: 300px;
}
.news-block__header.u-news {
	max-width: 30% !important;
}

.news-block {
	padding: 0;
	margin-bottom: 125px;
	/* gap: 15%; */
}

.news-block__body {
	padding-left: 0;
	min-width: 0;
	max-width: 1100px;
}

.top .news-block__ttl {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	border-left: 1px solid #A72126;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: .04em;
}

.news-block__ttl span {
	color: #BABABA;
	font-size: 16px;
	font-weight: 400;

}

.news-block__link.renew {
	color: #A72126;
	/* display: flex; */
	gap: 20px;
	align-items: center;
	font-weight: 500;
	justify-content: flex-start;
  padding-left: 20px;
	letter-spacing: .04em;
}

.news-block__link-arrow {
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.news-block__link-arrow span {
	width: 8px;
	height: 8px;
	border-top: 1px solid #A72126;
	border-right: 1px solid #A72126;
	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);
}

.news-block__link.renew:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.news-block__link.renew:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.news {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: none !important;
}

.news-bg__inner {
	max-width: 1750px;
	padding: 0 20px !important;
	margin: 0 auto;
	width: 100%;
}

.news__link {
display: flex;
justify-content: space-between;
align-items: center;
}

.news__arrow {
	width: 90px;
	height: 55px;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #A72126;
}

.news__arrow .news__arrow-span {
	rotate: 0deg;
	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);
}

.news__link:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.news__link:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.news__arrow-span {
	width: 8px;
	height: 8px;
	border-top: 1px solid #A72126;
	border-right: 1px solid #A72126;
	rotate: 45deg;
}
.news__arrow-span.white {
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	rotate: 45deg;
}

.chemicals-arrow {
	width: 75px;
	height: 48px;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #fff;
}

.chemicals-arrow span {
	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);
}

.news__list {
	border: none !important;
	background: #F2F2F2 !important;
	padding: 12px 24px;
	padding-right: 0;
}

.news__date {
	color: #A72126;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	letter-spacing: .04em;
}

.news__meta {
	white-space: wrap !important;
	width: calc(100% - 90px);
    padding-right: 10px;
}

.news__meta span {
	font-family: "Noto Sans CJK JP", sans-serif !important;
}

.top .news__txt p {
	letter-spacing: .04em;
}

/* 薬品事業セクション */
.section.undefined.chemicals {
	background: #FBF6F6;
}
.section.undefined.building {
	background: #FBF6F6;
	margin-top: 100px;
}

.section-inner {
	padding: 0 !important;
}

.chemicals-inner {
	max-width: 1750px;
	padding: 125px 20px;
	margin: 0 auto;
	width: 100%;
}

.chemicals-line {
	color: #A72126;
	margin: 75px 0 100px;
}

.top-section-header-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 46px;
	font-weight: 500;
	margin-bottom: 98px;
  letter-spacing: 0.04em;
}

.top-section-header-ttl span {
	color: #BABABA;
	font-size: 16px;
	font-weight: 400;
}

.chemicals-linkArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #A72126;
	color: #fff;
	margin-top: 126px;
	max-width: 424px;
	margin-left: auto;
	width: 100%;
	height: 75px;
	transition: background 0.3s ease;
}

.chemicals-linkArea:hover {
	background: #9B1419;
}

.chemicals-linkArea p {
	text-align: center;
	width: 100%;
	letter-spacing: .04em;

}

.chemicals-mainWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5%;
}

.chemicals-mainWrap.row-reverse {
	flex-direction: row-reverse;
}

.chemicals-fig {
	width: 65%;
}

.chemicals-txtArea {
	width: 32%;
}

.chemicals-list {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.chemicals-item {
	width: calc((100% / 3) - 35px);
}

.chemicals-itemThumbArea {
	display: flex;
	position: relative;
	overflow: hidden;
}

.chemicals-itemThumbFigArea {
	overflow: hidden;
}

.chemicals-itemThumbArea img,
.chemicals-itemThumbFigArea img {
	transition: transform 0.4s ease;
}

.chemicals-itemLink:hover .chemicals-itemThumbArea:not(:has(.chemicals-itemThumbTtl)) img,
.chemicals-itemLink:hover .chemicals-itemThumbFigArea img {
	transform: scale(1.1);
}

.chemicals-itemThumbOverlay {
	/* position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 95%;
    object-fit: contain;
    transform: none !important; */
}

.chemicals-itemThumbTtl {
	background: #fff;
	padding: 15px 30px;
}
.chemicals-itemThumbTag {
	background: #282828;
	font-size: 1.03vw;
	color: #fff;
	padding: 3px 10px;
	border-radius: 60px;
	position: absolute;
	top: 4px;
	right: 15px;
	z-index: 1;
}

.chemicals-itemThumbTtlTxt {
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 2px;
	position: absolute;
	bottom: 8%;
	left: 20px;
	z-index: 1;
}
.chemicals-itemThumbTtlTxt.u-01 {
	bottom: 14%;
}
.chemicals-itemThumbTtlTxt span {
	background: #fff;
	width: fit-content;
	font-size: 1.49vw;
	font-weight: bold;
	padding: 2px 5px;
}

.chemicals-itemLinkArrow {
	width: 75px;
	height: 75px;
	background: #A72126;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.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);
}

.chemicals-arrow .news__arrow-span.white {
	rotate: 0deg;
}

.chemicals-arrow--current {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.chemicals-arrow--next {
	transform: translate(-200%, -50%) rotate(45deg);
	opacity: 0;
}

.chemicals-itemLink:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.chemicals-itemLink:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.chemicals-linkArea:hover .chemicals-arrow--current {
	transform: translate(100%, -50%) rotate(45deg);
	opacity: 0;
}

.chemicals-linkArea:hover .chemicals-arrow--next {
	transform: translate(-50%, -50%) rotate(45deg);
	opacity: 1;
}

.billding-itemThumbTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
	text-align: center;
	z-index: 1;
	pointer-events: none;
}

.chemicals-itemPageTtl {
	font-size: 30px;
  font-weight: 500;
	margin: 12px 0 25px;
	letter-spacing: .04em;
}

.chemicals-itemTag {
	font-size: 16px;
	color: #A72126;
	border: 1px solid #A72126;
	border-radius: 26px;
	width: fit-content;
	padding: 5px 10px;
}
.chemicals-txt {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: .02em;
}
.chemicals-itemPageTxt {
	font-size: 20px;
	line-height: 39.6px;
	padding: 0 10px;
	margin-top: 20px;
	letter-spacing: .04em;
}

/* 企業情報セクション */
.about-bg {
	margin-top: 100px;
	padding-top: 125px;
	background: #EEEEEE;
	padding-bottom: 125px;

}
.about-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.about-item {
	width: calc((100% / 4) - 25px);
}

.about-bottom-list {
	display: flex;
justify-content: space-between;
margin-top: 150px;
}

.about-bottom-item {
	width: 45.7%;
}

/* -----------------------------------------------
   Responsive — 768px (SP)
----------------------------------------------- */
@media screen and (max-width: 768px) {

	.pcFlex {
		display: none;
	}

	.spFlex {
		display: flex;
	}

	.cover {
		margin-bottom: 60px !important;
	}

	/* ニュースエリア */
	.news-bg__inner {
		padding: 0 15px;
	}

	.news-block {
		flex-direction: column;
		margin-bottom: 100px;
		gap: 0;
		padding: 0 !important;
	}

	.news-block__header {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
		min-width: 0;
		max-width: 100% !important;
		margin-bottom: 0;
		padding: 0 !important;
	}

	.news-block__header.u-news {
		max-width: 100% !important;
		padding: 0 !important;
	}

	.top .news-block__ttl {
		font-size: 30px;
		margin-bottom: 35px !important;
		letter-spacing: .04em;

	}


	.news-block__body {
		max-width: 100%;
		padding: 0 !important;
		margin-bottom: 60px;

	}
  .news-block__link.renew {
    justify-content: flex-end;
	letter-spacing: .04em;

  }

	.top .news__list {
		padding: 8px 25px 15px 19px;
		padding-right: 0;
	}

	.top .news__date {
		font-size: 14px;
    line-height: 2.5;
    margin-bottom: 0;
	letter-spacing: .04em;
	}

	.top .news__txt {
		margin-top: 0 !important;
    margin-bottom: 10px;
	}
	.top .news__txt p {
    font-size: 16px;
	letter-spacing: .04em;
	}

	.news__link {
		flex-direction: column;
	}

	.news__arrow {
		/* width: 50px;
		 */
		width: 100%;
		height: 13px;
		flex-shrink: 0;
		border-left: none;
		right: 14px;
	}


.news__arrow .news__arrow-span {
		left: auto !important;
	right: 0;
}

	.news__meta {
		width: 100%;
	}

	/* 薬品・研究・建材セクション共通 */
	.chemicals-inner {
		padding: 60px 15px 100px;
	}

	.chemicals-line {
		margin: 40px 0 60px;
	}

	.top-section-header-ttl {
		font-size: 30px;
		margin-bottom: 40px;
		letter-spacing: .04em;
	}

	.top-section-header-ttl span {
		font-size: 13px;
	}

	.chemicals-mainWrap,
	.chemicals-mainWrap.row-reverse {
		flex-direction: column;
		gap: 0;
	}

	.chemicals-fig {
		width: 100%;
	}

	.chemicals-txtArea {
		width: 100%;
		margin-top: 25px;
	}

	.chemicals-txt {
		font-size: 16px;
		margin-bottom: 40px;
		letter-spacing: .02em;

	}

	.chemicals-linkArea {
		margin-top: 25px;
		margin-left: 0;
		max-width: 100%;
		height: 60px;
	}

	.chemicals-arrow {
		width: 60px;
		height: 60px;
	}

	/* 薬品・建材 アイテムリスト */
	.chemicals-list {
		flex-direction: column;
		margin-top: 80px;
		gap: 40px;
	}

	.chemicals-item {
		width: 100%;
	}

	.chemicals-itemPageTtl {
		font-size: 18px;
		margin: 10px 0 15px;
		letter-spacing: .04em;

	}

	.chemicals-itemTag {
		font-size: 14px;
	}

	.chemicals-itemLinkArrow {
		width: 50px;
		height: 50px;
	}

	.about-item .chemicals-itemLinkArrow {
		width: 40px;
		height: 40px;
	}

	.chemicals-itemThumbTtlTxt {
		left: 20px;
	}

	.chemicals-itemThumbTtlTxt span {
		font-size: 3.5vw;
	}

	.section.undefined.building {
		margin-top: 70px;
	}
.building .chemicals-itemPageTtl {
	margin-bottom: 0;
}

	.billding-itemThumbTxt {
		font-size: 16px;
	}

	.chemicals-itemPageTxt {
		font-size: 16px;
		line-height: 30px;
		letter-spacing: .04em;

	}

	/* 企業情報セクション */
	.about-bg {
		margin-top: 70px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about-list {
		gap: 15px;
	}

	.about-item {
		width: calc(50% - 8px);
	}

	.about-bottom-list {
		flex-direction: column;
		margin-top: 50px;
		gap: 50px;
	}

	.about-bottom-item {
		width: 100%;
	}

}
