/* 共通 */
.pcFlex {
	display: flex;
}
@media screen and (max-width: 768px) {
  .pcFlex {
    display: none;
  }
}
.spFlex {
	display: none;
}
@media screen and (max-width: 768px) {
  .spFlex {
    display: flex;
  }
}
.pcDb {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcDb {
    display: none
  }
}
.spDb {
  display: none;
}
@media screen and (max-width: 768px) {
  .spDb {
    display: block
  }
}
.building_inner {
    max-width: 1778px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}

.english-page .building_inner {
	max-width: 1440px;
}

@media screen and (max-width: 768px) {
  .building_inner {
    padding: 0 20px;
  }
}
.building_inner--narrow {
    max-width: 1484px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .building_inner--narrow {
    padding: 0;
  }
}
.archive-chemicals .ly_main { margin-top: 147px; }
@media screen and (max-width: 768px) {
  .archive-chemicals .ly_main { margin-top: 72px; }
}

/* fv */
.building_fv {
  width: 100%;
  padding-bottom: 35.36%;
  background: url(/assets/images/archive-chemicals/fv.webp) no-repeat center center / cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .building_fv {
    padding-bottom: 187.225%;
	  background: url(/assets/images/archive-chemicals/fv-sp.webp) no-repeat center center / cover;
  }
}

.building_fv_wrap {
  margin: 0 auto;
}


.building_fv_ttl--sub {
  color: #282828;
  font-size: 26px;
  letter-spacing: 0.07em;
  line-height: 1.8;
  position: absolute;
  bottom: 11%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .building_fv_ttl--sub {
    font-size: 22px;
    bottom: 21.7%;
    left: 6.6%;
    right: auto;
    letter-spacing: 0.1em;
  }
}
.building_fv_ttl {
  color: #1F0978;
  font-size: 78px;
  letter-spacing: 0.03em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  /* text-wrap: nowrap; */
}
.english-page .building_fv_ttl {
	left: 58%;
	line-height: clamp(60px, 4.62vw + 24px, 91px);
  }
.building_fv_ttl span {
  color: #1F0978;
  font-size: 78px;
  letter-spacing: 0.03em;
  padding-left: 45px;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .building_fv_ttl {
    font-size: min(5.73vw, 70px);
  }
  .building_fv_ttl span {
    font-size: min(5.73vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .building_fv_ttl {
    font-size: 42px;
    line-height: 1.51;
	  color: #fff;
    text-align: center;
    text-wrap: nowrap;
	font-weight: bold;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  }
  .building_fv_ttl span {
    font-size: 43px;
	color: #fff;
    line-height: 1.51;
    text-align: center;
	font-weight: bold;
	padding-left: 0;
  }
}

/* building_summary */
.building_summary {
  padding: 100px 0 125px;
}
@media screen and (max-width: 768px) {
  .building_summary {
    padding: 74px 0 58px;
  }
}
.building_summary_head {
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .building_summary_head {
    font-size: 12px;
    margin-bottom: 9px;
  }
}
.building_summary_ttl {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.426;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .building_summary_ttl {
    font-size: 36px;
    margin-bottom: 37px;
  }
}
.building_summary_txt {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2.2;
  text-align: center;
  /* max-width: 960px; */
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .building_summary_txt {
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }
}

/* news */
.news-bg {
	background: #f2f2f2 !important;
}

.news-block__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 100%;
	min-width: 300px;
}
@media screen and (max-width: 768px) {
  .archive-chemicals .news-block__header {
    padding: 0;
  }
}
.news-block__header.u-news {
	max-width: 30%;
}

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

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

.archive-chemicals .news-block__ttl {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	border-left: 1px solid #A72126;
	font-size: 38px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .archive-chemicals .news-block__ttl {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

.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;
}
@media screen and (max-width: 768px) {
  .news-block__link.renew {
      justify-content: flex-end;
      /* padding-right: 20px; */
      gap: 10px;
      margin-top: 55px;
  }
}

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

/* -----------------------------------------------
   Responsive — 768px (SP)
----------------------------------------------- */
@media screen and (max-width: 768px) {
	/* ニュースエリア */
	.news-bg__inner {
		padding: 0 15px;
	}

	.archive-chemicals .news-block {
		flex-direction: column;
		margin-bottom: 0;
    padding: 60px 0 70px;
		gap: 0;
	}

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

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

	.news-block__ttl {
		font-size: 32px;
	}

	.archive-chemicals .news-block__body {
		max-width: 100%;
    padding: 0;
	}

	.archive-chemicals .news__list {
    position: relative;
		padding: 18px 18px 32px;
		padding-right: 0;
	}

	.news__arrow {
		width: 50px;
		height: 44px;
		flex-shrink: 0;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
	}

	.archive-chemicals .news__meta {
		padding-right: 22px;
    width: 100%;
	}
}


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

.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-linkArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #A72126;
	color: #fff;
	margin-top: 126px;
	max-width: 424px;
	margin-left: auto;
	width: 377px;
	height: 75px;
}
@media screen and (max-width: 768px) {
  .chemicals-linkArea {
    max-width: none;
    width: 100%;
    margin-top: 25px;
    height: 65px;
  }

}


.chemicals-linkArea p {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
  .chemicals-linkArea p {
    font-size: 18px;
  }
}

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

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

.news__date {
	color: #A72126;
	font-size: 18px;
	font-family: "Noto Sans JP", sans-serif;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .archive-chemicals span.news__date {
    font-size: 14px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .archive-chemicals .news__txt {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
/*  building_category */
.building_category {
  background-color: #FBF6F6;
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
  .building_category {
    padding: 65px 0 100px;
  }
}
.building_category_container {

}
.building_category_body {

}
.building_category_block {
  display: flex;
  align-items: center;
  gap: 84px;
  margin-bottom: 102px;
}
.building_category_block.spDb {
  display: none;
}
@media screen and (max-width: 768px) {
  .building_category_block.pcDb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .building_category_block.spDb {
    display: block;
  }
}
.building_category_block02 {
  padding-top: 108px;
  border-top: 1px solid #A72126;
}
@media screen and (max-width: 768px) {
  .building_category_block02 {
      padding-top: 50px;
  }
}
.design_category_block_images {
  width: 58.8%;
  flex: 1 1 0;
  padding-bottom: 36px;
}
.design_category_block_images .swiper-pagination {
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    height: auto;
  }
}
.design_category_block_images .swiper-slide {
  position: relative;
  background-color: #fff;
}

.design_category_block_images .swiper-slide_inner {
  width: 100%;
  padding: 0 11.7%;
}

.design_category_block_images .swiper-slide_tag {
    width: 11.7%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #282828;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .design_category_block_images {
      width: 100%;
  }
  .design_category_block_images .swiper-slide img {
      width: 100%;
      height: calc(100vw * 152 / 319);
      object-fit: cover;
  }
}
.design_category_block_images .swiper-button-prev,
.design_category_block_images .swiper-button-next {
  color: #A72126;
}
.design_category_block_images .swiper-pagination-bullet-active {
  background: #868686;
}
.design_category_block_image {
  width: 100%;
}
.design_category_block_writing {
  flex: 1 1 0;
  min-width: 0;
}
.design_category_block_ttl-en {
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .design_category_block_ttl-en {
    font-size: 12px;
    text-align: center;
  }
}
.design_category_block_ttl-jp {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .design_category_block_ttl-jp {
     font-size: 30px;
     text-align: center;
  }
}
.design_category_block_txt {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .design_category_block_txt {
     font-size: 16px;
  }
}
.building_category_cardsContainer.building_inner--narrow {
  margin: 0 auto 60px;
}
.building_category_cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .building_category_cards {
      display: block;
  }
}
.building_category_card {
  width: 48.6%;
  margin-bottom: 40px;
}
.building_category_card_image {
  width: 100%;
  padding-bottom: 54%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .building_category_card_image {
    margin-bottom: 15px;
  }
}
.building_category_card_image01 {
  background-image: url('/assets/images/archive-chemicals/card01.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;
}
.building_category_card_image02 {
  background-image: url('/assets/images/archive-chemicals/card02.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;
}
.building_category_card_image03 {
  background-image: url('/assets/images/archive-chemicals/card03.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;
}
.building_category_card_image04 {
  background-image: url('/assets/images/archive-chemicals/card04.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center;
}
.building_category_card_image_ttl {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .design_category_image_ttl {
     font-size: 16px;
  }
}
.building_category_card_ttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .building_category_card_ttl {
     font-size: 20px;
     margin-bottom: 8px;
  }
}
.building_category_card_txt {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .building_category_card_txt {
     font-size: 16px;
     margin-bottom: 35px;
  }
}
.building_category_exterior {
  width: 58.8%;
}
@media screen and (max-width: 768px) {
  .building_category_exterior  {
     width: 100%;
  }
}
.chemicals-itemLinkArrow {
	width: 75px;
	height: 75px;
	background: #A72126;
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.un_report_card_img .chemicals-itemLinkArrow {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .un_report_card_img .chemicals-itemLinkArrow {
    width: 50px;
	  height: 50px;
    z-index: 100;
  }
}

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

/* building_guide */
.building_guide {
  padding: 125px 0;
}
@media screen and (max-width: 768px) {
    .building_guide {
    padding: 65px 0;
  }
}
@media screen and (max-width: 768px) {
    .building_guide .building_inner--narrow {
    padding: 0 20px;
  }
}
.building_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .building_links {
    display: block;
  }
}
.building_link {
  width: 48.6%;
  cursor: pointer;
}
.building_link_imageWrap {
  position: relative;
}
.building_link_image {
  margin-bottom: 10px;
}
.building_link_ttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .building_link_ttl {
      font-size: 20px;
      margin-bottom: 30px;
  }
}
.building_link_image_ttl01 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
/*  building_catalog  */
.building_catalog {
  background-color: #EDEDED;
  padding: 80px 0;
}
.building_catalog.spDb {
  display: none;
}
@media screen and (max-width: 768px) {
  .building_catalog {
    background-color: #EDEDED;
    padding: 50px 0 60px;
  }
  .building_catalog.pdDb {
    display: none;
  }
  .building_catalog.spDb {
    display: block;
  }
}
.building_catalog_inner {
  margin: 0 auto;
  max-width: 736px;
}
@media screen and (max-width: 768px) {
  .building_catalog_inner {
    padding: 0 20px;
    max-width: none;
  }
}
.building_catalog_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .building_catalog_block {
    display: block;
  }
}
.building_catalog_image {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .building_catalog_image {
    margin: 0 auto;
  }
}
.design_catalog_writing {

}
.design_catalog_ttl-en {
  color: #282828;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .design_catalog_ttl-en {
    font-size: 14px;
    text-align: center;
  }
}

.design_catalog_ttl-jp {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .design_catalog_ttl-jp {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.2;
  }
}
.design_catalog_ttl-jp span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .design_catalog_ttl-jp span {
    font-size: 16px;
  }
}
.building_catalog .chemicals-linkArea {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .building_catalog .chemicals-linkArea {
    margin-top: 50px;
  }
  .building_category_block.building_category_block02.spDb {
    margin-bottom: 0;
  }
}

.building_associate {
  padding: 75px 0 105px;
}
@media screen and (max-width: 768px) {
  .building_associate {
    padding: 65px 0 60px;
  }
}
.building_associate.spDb {
  display: none;
}
@media screen and (max-width: 768px) {
  .building_associate.pcDb {
    display: none;
  }
  .building_associate.spDb {
    display: block;
  }
}
.building_associate_inner {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .building_associate_inner {
    padding: 0 20px;
  }
}
.building_associate_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .building_associate_body {
    display: block;
    padding: 0;
  }
}
.building_associate_image {
  max-width: 562px;
  width: 52%;
}
@media screen and (max-width: 768px) {
  .building_associate_image {
    max-width: none;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
}
.building_associate_txtWrap {

}
.building_associate_txt {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .building_associate_txt {
    font-size: 18px;
  }
}
.building_associate .chemicals-linkArea {
  background-color: #282828;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .building_associate .chemicals-linkArea {
    margin-top: 25px;
  }
}

/* -----------------------------------------------
   CTA Section pc
----------------------------------------------- */
.archive-chemicals .un_bm_st_cta-top.pcDb {
    background: #fff;
    padding: 0;
    display: block;
}

.english-page.archive-chemicals .un_bm_st_cta-top_inner {
	max-width: 1366px;
	padding: 0 20px;
	margin-bottom: 65px;
}

.english-page.archive-chemicals .un_bm_st_cta-top_contact {
	height: 306px;
}

.english-page.archive-chemicals .un_bm_st_cta_item_inner {
	max-width: 800px;
}



@media screen and (max-width: 768px) {
  .archive-chemicals .un_bm_st_cta-top.pcDb {
    display: none;
  }
}
.archive-chemicals .un_bm_st_cta-top_inner {
    /* max-width: 1746px; */
    margin: 0 auto;
    display: flex;
}


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


.archive-chemicals .un_bm_st_cta-top_faq {
    position: relative;
    isolation: isolate;
    flex: 1;
    height: 358px;
    color: #fff;
    text-decoration: none;
    padding: 58px 20px 58px 20px;
}
.archive-chemicals .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;
}
.archive-chemicals .un_bm_st_cta-top_faq .un_bm_st_cta_item_inner {
  column-gap: 82px;
}

.archive-chemicals .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;
}

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

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

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

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

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

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


.archive-chemicals .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;
}

/* -----------------------------------------------
   製品情報グリッド（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;
  }
}
.archive-chemicals .un_chemicals_search {
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .archive-chemicals .un_chemicals_search {
    padding: 0;
  }
}
.archive-chemicals .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) {
  .archive-chemicals .bl_search_box_ttl {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.archive-chemicals .bl_search_box_ttl::before {
  background: none;
  display: none;
}
.archive-chemicals .un_chemicals_search .ui-autocomplete-input {
  font-size: 20px;
}
.archive-chemicals .un_chemicals_search .bl_search_box {
  width: 100%;
}
.archive-chemicals .un_chemicals_search .bl_search_box_form {
  width: 100%;
  margin-right: 0;
}
.archive-chemicals .un_chemicals_search .bl_search_box_form_txt {
  padding: 17px 33px 8px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .archive-chemicals .un_chemicals_search .bl_search_box_form_txt {
    padding: 13.5px 17px;
  }
}
.archive-chemicals .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;
}
.archive-chemicals .bl_tab_content {
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .archive-chemicals .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) {
  .archive-chemicals .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;
  }

/* -----------------------------------------------
   技術レポート スライダー
----------------------------------------------- */
.un_report_section {
	padding: 100px 0;
	background: #FBF6F6;
}

.un_report_inner {
	max-width: 1488px;
	padding: 0 24px;
	margin: 0 auto;
}

/* ヘッダー（タイトル＋ナビ） */
.un_report_header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 37px;
  padding-left: 30px;
  border-left: 1px solid #A72126;
}
@media screen and (max-width: 768px) {
  .un_report_header {
    margin-bottom: 65px;
  }
}

.un_report_ttl_en {
	color: #bababa;
	font-size: 16px;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.un_report_ttl {
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

/* 前/次ボタン */
.un_report_nav {
	display: flex;
	gap: 4px;
	flex-shrink: 0;
}

.un_report_btn {
	width: 20px;
	height: 30px;
	border: none;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* .un_report_btn:hover:not(:disabled) {
	background: #a72126;
} */

.un_report_btn:disabled,
.un_report_btn.is_disabled {
	cursor: default;
}

/* 矢印アイコン（共通） */
.un_report_btn_arrow {
	display: block;
	width: 16px;
	height: 16px;
	border-top: 2px solid #a72126;
	border-right: 2px solid #a72126;
}

/* 前ボタン：左向き */
.un_report_btn--prev .un_report_btn_arrow {
	transform: rotate(-135deg);
	margin-left: 3px;
}

/* 次ボタン：右向き */
.un_report_btn--next .un_report_btn_arrow {
	transform: rotate(45deg);
	margin-right: 3px;
}

/* スライダー本体 */
.un_report_slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 960px) and (min-width: 769px) {
	.un_report_slider {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* カード（グリッドセル） */
.un_report_card {
	min-width: 0;
  background-color: #EFEFEF;
  padding-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .un_report_card {
    background-color: #fff;
    margin-bottom: 16px;
  }
  /* .un_report_card:last-child {
    border-bottom: none;
  } */
}

/* カードリンク */
.un_report_card_link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.un_report_card_link:hover .un_report_card_img .un_report_card_reportImg {
	transform: scale(1.1);
}

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

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

.un_report_card_img {
	width: 100%;
	overflow: hidden;
	flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .un_report_card_img {
    justify-content: space-between;
  }
}

.un_report_card_new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 4px 14px;
  background-color: #A72126;
}

.un_report_card_img--left {
  width: 36%;
}



.un_report_card_img .un_report_card_logo {
  margin: 0 auto;
  padding-top: 30px;
	width: 55%;
	object-fit: contain;
}
@media screen and (max-width: 768px) {
  .un_report_card_img .un_report_card_logo {
    max-width: none;
    /* width: 17.2%; */
  }
}

.un_report_card_img .un_report_card_reportImg {
  max-width: 262px;
  width: 64%;
  object-fit: contain;
  aspect-ratio: 262 / 233;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .un_report_card_img .un_report_card_reportImg {
    max-width: none;
  }
}

.un_report_card_reportImgTtl {
  position: absolute;
  bottom: 32px;
  left: 14px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 5px;
}
.un_report_card_reportImgTtl.un_report_card_reportImgTtl01 {
  bottom: 51px;
  font-size: 20px;
}
.un_report_card_reportImgTtl.u-en {
margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .un_report_card_reportImgTtl.un_report_card_reportImgTtl01 {
    font-size: 16px;
  }
  .un_report_card_reportImgTtl.u-en {
	margin-right: 80px;
	}
}
.un_report_card_reportImgTtl.un_report_card_reportImgTtl02 {
  bottom: 14px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .un_report_card_reportImgTtl.un_report_card_reportImgTtl02 {
    font-size: 16px;
  }
}
.un_report_card_reportImgTtl-fs-small {
  font-size: 20px;
}

.un_report_card_ttl {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #282828;
	margin: 10px 18px;
	flex-grow: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(167, 33, 38, 0.3);
}

@media screen and (max-width: 768px) {
  .un_report_card_ttl {
    font-size: 18px;
    margin: 10px 18px 13px;
  }
}
.un_report_card_labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 22px;
}
.un_report_card_label {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #A72126;
  line-height: 1;
  padding: 5px 17px;
  border-radius: 16px;
  border: 1px solid #A72126;
}
@media screen and (max-width: 768px) {
  .un_report_card_label {
    line-height: 1;
    margin: 0;
    padding: 4px 16px 7px;
  }
}

@media screen and (max-width: 768px) {
	.un_report_section {
		padding: 60px 0;
	}

	.un_report_inner {
		padding: 0 16px;
	}

	.un_report_ttl {
		font-size: 30px;
	}

	.un_report_ttl_en {
		font-size: 12px;
	}

	.un_report_btn {
		display: none;
	}

  .un_report_slider_wrap {
		/* border-right: 1px solid #a72126; */
	}

	.un_report_slider {
		display: block;
	}

	.un_report_card_ttl {
		font-size: 20px;
		padding: 6px 14px 9px;
		padding-left: 0;
    line-height: 1.6
	}

}





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


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


.archive-chemicals .un_bm_st_cta-top_faq {
    position: relative;
    isolation: isolate;
    flex: 1;
    color: #fff;
    text-decoration: none;
    padding: 58px 20px 58px 20px;
}
.archive-chemicals .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: 780px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
      "icon block"
      "icon desc";
  align-content: center;
  column-gap: 11%;
  row-gap: 27px;
}
.archive-chemicals .un_bm_st_cta-top_faq .un_bm_st_cta_item_inner {
  column-gap: 10%;
}


.archive-chemicals .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;
}

.archive-chemicals .un_bm_st_cta-top_icon svg,
.archive-chemicals .un_bm_st_cta-top_icon img {
    width: 136px;
    height: auto;
}

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

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

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

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

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


.archive-chemicals .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
----------------------------------------------- */

@media screen and (max-width: 1200px) {
  .un_bm_st_cta-top-sp.spDb {
    display: block;
  }
}

.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;
}
@media screen and (max-width: 768px) {
  .building_link_imageWrap .chemicals-itemLinkArrow {
    background: #A72126;
  }
}

.archive-chemicals .un_bm_st_cta-top_contact:hover::before {
    opacity: 0.9;
}
.archive-chemicals .un_bm_st_cta-top_faq:hover::before {
    opacity: 0.8;
}
.archive-chemicals .un_bm_st_cta-top_contact:hover .chemicals-arrow--current,
.archive-chemicals .un_bm_st_cta-top_faq:hover .chemicals-arrow--current {
    transform: translate(100%, -50%) rotate(45deg);
    opacity: 0;
}
.archive-chemicals .un_bm_st_cta-top_contact:hover .chemicals-arrow--next,
.archive-chemicals .un_bm_st_cta-top_faq:hover .chemicals-arrow--next {
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 1;
}
