@charset "UTF-8";

/*
  Solution Top Page
------------------------------------------------------------------------------*/
.under .solution__lead {
	margin: 20px 0 70px;
	line-height: 1.65;
}
@media only screen and (max-width: 767px) {
	.under .solution__lead {
		margin: 20px 0 50px;
	}
}

/*
  Solution Search
------------------------------------------------------------------------------*/
.under .solution__search {
	margin-top: 30px;
}
.under .solution__search:last-child {
	margin-bottom: 60px;
}
.under .solution__search--title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 0;
	position: relative;
}
.under .solution__search--title::after {
	content: "";
	width: 60px;
	height: 2px;
	background: #861c3c;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.single .under .solution__search--title::after {
	width: 60px;
}
@media only screen and (max-width: 767px) {
	.under .solution__search--title {
		font-size: 21px;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	.under .solution__search--title::after {
		margin-left: -25px;
	}
	.single .under .solution__search--title::after {
		width: 50px;
	}
}

.under .solution__needs--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.under .solution__needs--item {
	width: calc((100% - 80px) / 3); 
	background: #E2E2E2;
	margin-bottom: 40px;
	margin-left: 40px;
}
.under .solution__needs--item:nth-child(1),
.under .solution__needs--item:nth-child(3n + 1) {
	margin-left: 0;
}
.under .solution__needs--item > a {
	display: block;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.under .solution__needs--item > a:hover img {
		transform: scale(1.1);
	}
}
.under .solution__needs--item > a::before {
	content: "";
	width: 34px;
	height: 8px;
	background: url(/cmn/img/arrow-md-w.svg) no-repeat 0 0  / 100% auto;
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: 2;
}
.under .solution__needs--img {
	width: 100%;
	aspect-ratio: 35 / 24;
	overflow: hidden;
	position: relative;
}
.under .solution__needs--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s ease-out;
}
.under .solution__needs--img::before {
	content: "";
	width: 100%;
	height: 42%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.under .solution__needs--text {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	padding: 0 20px 15px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.under .solution__needs--text .sub {
	font-size: 16px;
	line-height: 1.3;
	display: block;
}
@media only screen and (min-width: 768px) {
	.under .solution__needs--text .sub {
		min-height: 2.6em;
	}
}
.under .solution__needs--lower {
	padding: 20px 30px;
	box-sizing: border-box;
}
.under .solution__needs--lower li + li {
	margin-top: 10px;
}
.under .solution__needs--lower li a {
  display: inline-block;
  padding-left: 18px;
  font-size: 16px;
	position: relative;
  transition: .1s linear;
}
.under .solution__needs--lower li a::before {
	content: "";
  width: 6px;
  height: 7px;
  background: url(/cmn/img/enviro/icon_link.svg) 50% / cover no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
  transition: .1s linear;
}
@media only screen and (min-width: 768px) {
	.under .solution__needs--lower li a:hover,
	.under .solution__needs--lower li a:hover::before {
		opacity: .6;
	}
}
@media only screen and (max-width: 767px) {
	.under .solution__needs--item {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}
	.under .solution__needs--lower {
		padding: 20px 25px;
	}
	.under .solution__needs--lower li a {
		font-size: 15px;
	}
}

.under .solution__development--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.under .solution__development--item {
	width: calc((100% - 80px) / 3); 
	background: #E2E2E2;
	margin-bottom: 40px;
	margin-left: 40px;
}
.under .solution__development--item:nth-child(1),
.under .solution__development--item:nth-child(3n + 1) {
	margin-left: 0;
}
.under .solution__development--item > a {
	display: block;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.under .solution__development--item > a:hover img {
		transform: scale(1.1);
	}
}
.under .solution__development--item > a::before {
	content: "";
	width: 34px;
	height: 8px;
	background: url(/cmn/img/arrow-md-w.svg) no-repeat 0 0  / 100% auto;
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: 2;
}
.under .solution__development--img {
	width: 100%;
	aspect-ratio: 35 / 24;
	overflow: hidden;
	position: relative;
}
.under .solution__development--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s ease-out;
}
.under .solution__development--img::before {
	content: "";
	width: 100%;
	height: 42%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.under .solution__development--text {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	padding: 0 20px 15px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.under .solution__development--item {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}
}

.under .solution__assortment--list {
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.under .solution__assortment--item {
	width: calc((100% - 150px) / 4);
	margin-right: 50px;
	margin-bottom: 30px;
}
.under .solution__assortment--item:nth-child(4n) {
	margin-right: 0;
}
.under .solution__assortment--item a {
	display: block;
  padding-bottom: 10px;
  padding-right: 25px;
  line-height: 1.3;
  height: 100%;
  position: relative;
}
.under .solution__assortment--item a::after {
	background-size: 100% auto;
	height: 5px;
}
.under .solution__assortment--list.list02 li {
  width: calc((100% - 150px) / 3);
}
.under .solution__assortment--list.list02 .solution__assortment--item:nth-child(4n) {
	margin-right: 50px;
}
@media only screen and (max-width: 767px) {
	.under .solution__assortment--list {
		margin-top: 0;
	}
  .under .solution__assortment--list.list02 li {
    width: 48%;
  }
.under .solution__assortment--list.list02 .solution__assortment--item:nth-child(4n) {
	margin-right: 0px;
}
	.under .solution__assortment--item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.under .solution__assortment--item:nth-child(2n+1) {
		margin-right: 4%;
	}
	.under .solution__assortment--item a {
		font-size: 13px;
	}
}

/*ソリューショントップ改修20241127*/
.container.accordion__wrapper.sp {
  display: none;
}
.container.tab__wrapper {
  display: flex;    
  justify-content: center;
  flex-wrap: wrap;
}
.container.tab__wrapper .btn_area {
  display: flex;
  justify-content: center;
}
.container.tab__wrapper .tab_btn {
/*  flex: 1 1;*/
  color: #000;
  font-size: 23px;
  width: 270px;
  order: -1;
/*  min-width: 70px;*/
  padding: 10px;
  margin-left: 20px;
  background-color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;    
  transition: .1s linear;
  border-top: solid 1px #41403f;
  border-right: solid 1px #41403f;
  border-left: solid 1px #41403f;
  font-weight:bold;
}
.container.tab__wrapper .btn_area > div {
  margin-left: 15px;
}
.container.tab__wrapper .btn_area > div:first-child {
  margin-left: 0;
}
.container.tab__wrapper .btn_area > div:hover {
  opacity: .6;  
}
.container.tab__wrapper .tab_btn.active {
  opacity: 1;
  background-color: #801d3f;
  color: #FFF!important;
  border-top: none;
  border-right: none;
  border-left: none;
}
.container.tab__wrapper .tab_panel {
  display: none;
}
.container.tab__wrapper .tab_panel.active {
  display: block;
}
.container.tab__wrapper .btn_area {
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 60px;
}
.container.tab__wrapper .btn_area::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: auto;
  border-top: 1px solid #41403f;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
}
@media only screen and (max-width: 767px) {
  .container.tab__wrapper.pc {
    display: none;
  }
  .container.accordion__wrapper.sp {
    display: block;
    padding: 0;
  }
  .container.accordion__wrapper.sp .solution__search .solution__search--title {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .container.accordion__wrapper.sp .tc_menu-single {
    border-top: 1px solid #000;
    position: relative;
  }
  .container.accordion__wrapper.sp .tc_menu-single:last-child {
    border-bottom: 1px solid #000;
  }
  .container.accordion__wrapper.sp .solution__needs--list {
    padding: 0 10px;
  }
  .container.accordion__wrapper.sp .header_dropNav_ttl {
    font-weight: bold;
  }
  .container.accordion__wrapper.sp .tc_menu-single .header_dropNav {
    margin-top: 5%;
  }
  .container.accordion__wrapper.sp .header_dropNav .header_dropNav_inner .header_dropNav_list>li {
    background: #FFF;
  }
  .container.accordion__wrapper.sp .solution__needs--item {
    background: #E2E2E2!important;
  }
  .container.accordion__wrapper.sp .header_dropNav .header_dropNav_inner .header_dropNav_list>li>a {
    position: relative;
    padding: 0;    
    display: inline-block;
  }
  .container.tab__wrapper .solution__search::before {
    content: none;
  }
  .container.accordion__wrapper.sp .solution__search--title {
    text-align: left;
    margin: 0;
  }
  .container.accordion__wrapper.sp .tc_accordion_icon {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 23px;
  }
  .container.accordion__wrapper.sp .tc_accordion_icon span {
    background-color: #000;
  }
}

/*
  Solution Large Category
------------------------------------------------------------------------------*/
.under .solution__mainvisual {
	position: relative;
}
.under .solution__mainvisual img {
	width: 100%;
}
.under .solution__mainvisual--content {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.under h1.solution__mainvisual--title {
	color: #FFFFFF;
	font-family: 'YuGothic-Bold';
	font-weight: bold;
	-webkit-filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
	filter: drop-shadow(0 0 5px rgba(0,0,0,.3));
}
.under h1.solution__mainvisual--title::after {
	display: none;
}
.under h1.solution__mainvisual--title .sub {
	font-size: 35px;
	display: block;
}
.under .solution__mainvisual--bottom {
	background: #E2E2E2;
	padding: 40px 0;
}
.under .solution__mainvisual--lead {
	border-bottom: 0;
	font-size: 35px;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.under .solution__mainvisual--lead::after {
	display: none;
}
.under .solution__mainvisual--summary {
	line-height: 1.65;
}
.under .solution__mainvisual--summary p + p {
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
	main.solution_large_categoly {
		margin-top: 45px;
	}
	.under h1.solution__mainvisual--title {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.under h1.solution__mainvisual--title .sub {
		font-size: 17px;
	}
	.under .solution__mainvisual--bottom {
		padding: 20px 0;
	}
	.under .solution__mainvisual--lead {
		font-size: 21px;
	}
}

.under .solution__category {
	margin-top: 20px;
	margin-bottom: 100px;
}
.under .solution__category--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.under .solution__category--item {
	width: 50%;
	padding: 40px 0;
}
.under .solution__category--item:nth-child(odd) {
	padding-right: 25px;
	position: relative;
}
.under .solution__category--item:nth-child(odd)::after {
	content: "";
	width: 200%;
	height: 1px;
	background: #C4C4C4;
	position: absolute;
	bottom: 0;
	left: 0;
}
.under .solution__category--item:nth-child(even) {
	padding-left: 25px;
}
.under .solution__category--name {
  display: flex;
  align-items: center;
  padding-left: 18px;
	padding-bottom: 0;
	border-bottom: 0;
	position: relative;
}
.under .solution__category--name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 105%;
  background-color: #861c3c;
}
.under .solution__category--name span {
	position: relative;
  display: inline-block;
  padding-right: 45px;
	font-size: 28px;
}
.under .solution__category--name span::before {
	content: "";
  position: absolute;
  bottom: 17px;
  right: 0;
  width: 34px;
  height: 7px;
  background: url(/cmn/img/enviro/icon_arrow_l.svg) 50% / cover no-repeat;
}
.under .solution__category--name span::after {
	content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #3e3a39;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .5s ease;
}
@media only screen and (min-width: 768px) {
	.under a:hover .solution__category--name span::after {
		transform: scale(1);
		transform-origin: left top;
	}
}
.under .solution__category--text {
	margin-bottom: 0;
}
.under .solution__category--img {
	overflow: hidden;
}
.under .solution__category--img img {
	width: 100%;
	transition: .2s ease-out;
}
@media only screen and (min-width: 768px) {
	.under a:hover .solution__category--img img {
		transform: scale(1.1);
	}
}
.under .solution__category--text {
	margin-top: 25px;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.under .solution__category {
		margin-top: 10px;
		margin-bottom: 60px;
	}
	.under .solution__category--item {
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #C4C4C4;
	}
	.under .solution__category--item:nth-child(odd),
	.under .solution__category--item:nth-child(even) {
		padding-left: 0;
		padding-right: 0;
	}
	.under .solution__category--item:nth-child(odd)::after {
		display: none;
	}
	.under .solution__category--name {
		padding-left: 11px;
		margin-bottom: 14px;
	}
	.under .solution__category--name span {
		padding-right: 30px;
		font-size: 21px;
	}
	.under .solution__category--name span::before {
		bottom: 13px;
		width: 23px;
		height: 5px;
	}
	.under .solution__category--text {
		margin-top: 16px;
	}
}

.under .solution__return--top {
	margin-top: 60px;
	text-align: center;
}
.under .solution__return--button {
	display: inline-block;
	width: calc((100% - 150px) / 4);
}
.under .solution__return--button a {
	display: block;
	font-size: 16px;
  font-weight: bold;
	text-align: left;
	padding: 0 25px 10px 0;
}
.under .solution__return--button .arrow-md::after {
	background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
	.under .solution__return--top {
		margin-top: 30px;
	}
	.under .solution__return--button {
		width: 48%;
	}
	.under .solution__return--button a {
		font-size: 13px
	}
	.under .solution__return--button .arrow-md::after {
		height: 5px;
	}
}

/*
  Solution Sub Category
------------------------------------------------------------------------------*/
.under .solution__sub-kv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 70px;
}
.under .solution__sub-kv--summary {
	width: 47.8%;
}
.single .under .solution__sub-kv--title {
	font-size: 24px;
	line-height: 1.6;
	border-bottom: none;
	padding-bottom: 0;
}
.under .solution__sub-kv--title::after {
	display: none;
}
.under .solution__sub-kv--copy {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #222;
	margin-bottom: 30px;
}
.under .solution__sub-kv--text {
	margin-bottom: 0;
}
.under .solution__sub-kv--image {
	width: 47.8%;
}
.under .solution__sub-kv--image img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.under .solution__sub-kv {
		flex-direction: column;
		margin-bottom: 60px;
	}
	.under .solution__sub-kv--summary,
	.under .solution__sub-kv--image {
		width: 100%;
	}
	.single .under .solution__sub-kv--title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.under .solution__sub-kv--text {
		margin-bottom: 20px;
	}
}

.under .solution__sub-detail {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.under .solution__sub-detail--item {
	width: calc((100% - 80px) / 3);
  margin-bottom: 40px;
  margin-left: 40px;
}
.under .solution__sub-detail--item:nth-child(1),
.under .solution__sub-detail--item:nth-child(3n + 1) {
	margin-left: 0;
}
.under .solution__sub-detail--item a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.under .solution__sub-detail--thumb {
	overflow: hidden;
}
.under .solution__sub-detail--thumb img {
	width: 100%;
	transition: .2s ease-out;
}
@media only screen and (min-width: 768px) {
	.under a:hover .solution__sub-detail--thumb img {
		transform: scale(1.1);
	}
}
.under .solution__sub-detail--name {
	margin-top: 20px;
	margin-bottom: auto;
	font-family: "Yu Mincho", "YuMincho";
	font-size: 20px;
	line-height: 1.6;
}
.under .solution__sub-detail--button {
	margin-top: 20px;
	width: 240px;
	height: 54px;
	font-size: 16px;
  line-height: 1;
	position: relative;
  background-color: #3e3a39;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.under .solution__sub-detail--button::before {
	content: "";
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #861c3c;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all .3s;
  height: 100%;
  opacity: .25;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
	.under a:hover .solution__sub-detail--button::before {
		transform: scale(1, 1);
		opacity: 1;
	}
}
.under .solution__sub-detail--button::after {
	content: "";
  width: 21px;
  height: 5px;
	background: url(/cmn/img/arrow-md-w.svg) no-repeat 0 0 / 21px 5px;
	position: absolute;
  top: 23px;
	right: 20px;
  z-index: 3;
}
.under .solution__sub-detail--button span {
	position: absolute;
	top: 18px;
  left: 25px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
	.under .solution__sub-detail {
		margin-top: 60px;
	}
	.under .solution__sub-detail--item {
		width: 100%;
		margin-bottom: 0;
		margin-left: 0;
		padding: 30px 0;
		border-bottom: 1px solid #C4C4C4;
	}
	.under .solution__sub-detail--item:first-child {
		border-top: 1px solid #C4C4C4;
	}
	.under .solution__sub-detail--name {
		font-size: 18px;
		margin-top: 15px;
		padding: 0 15px;
	}
	.under .solution__sub-detail--button {
		width: 220px;
		height: 44px;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}
	.under .solution__sub-detail--button span {
		top: 16px;
		left: 20px;
	}
	.under .solution__sub-detail--button::after {
		top: 19px;
	}
}

.under .solution__sub-project {
	margin-top: 45px;
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.under .solution__sub-project--summary {
	width: 47.8%;
}
.under .solution__sub-project--title {
  display: flex;
  align-items: center;
  padding-left: 18px;
	padding-bottom: 0;
	border-bottom: 0;
	position: relative;
}
.under .solution__sub-project--title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 105%;
  background-color: #861c3c;
}
.under .solution__sub-project--title a {
	position: relative;
  display: inline-block;
  padding-right: 45px;
}
.under .solution__sub-project--title a::before {
	content: "";
  position: absolute;
  bottom: 17px;
  right: 0;
  width: 34px;
  height: 7px;
  background: url(/cmn/img/enviro/icon_arrow_l.svg) 50% / cover no-repeat;
}
.under .solution__sub-project--title a::after {
	content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #3e3a39;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .5s ease;
}
@media only screen and (min-width: 768px) {
	.under .solution__sub-project--title a:hover::after {
		transform: scale(1);
		transform-origin: left top;
	}
}
.under .solution__sub-project--title span {
	font-size: 28px;
}
.under .solution__sub-project--text {
	font-family: "Yu Mincho", "YuMincho";
	font-size: 20px;
	line-height: 1.6;
}
.under .solution__sub-project--image {
	width: 47.8%;
	overflow: hidden;
}
.under .solution__sub-project--image img {
	width: 100%;
	transition: .2s ease-out;
}
@media only screen and (min-width: 768px) {
	.under .solution__sub-project--image a:hover img {
		transform: scale(1.1);
	}
}
@media only screen and (max-width: 767px) {
	.under .solution__sub-project {
		margin-top: 60px;
		margin-bottom: 60px;
		flex-direction: column;
	}
	.under .solution__sub-project--summary,
	.under .solution__sub-project--image {
		width: 100%;
	}
	.under .solution__sub-project--title {
		padding-left: 11px;
		margin-bottom: 20px;
	}
	.under .solution__sub-project--title a {
		padding-right: 30px;
	}
	.under .solution__sub-project--title a::before {
		bottom: 13px;
		width: 23px;
		height: 5px;
	}
	.under .solution__sub-project--title span {
		font-size: 21px;
	}
	.under .solution__sub-project--text {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/*
  Solution Project
------------------------------------------------------------------------------*/
.under .solution__project--lead {
	line-height: 1.65;
}
.under .solution__project--lead p + p {
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
}

.under .solution__project--detail {
	margin: 100px 75px 130px;
}
.single .under .solution__project--title {
	font-size: 27px;
}
.under .solution__project--list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.under .solution__project--item {
	width: calc((100% - 40px) / 2);
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-top: -1px;
}
.under .solution__project--item a {
	padding: 20px 50px 20px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	transition: 0.1s linear;
}
@media only screen and (min-width: 768px) {
	.under .solution__project--item a:hover {
		background: #f4f4f4;
	}
}
.under .solution__project--item a::after {
	content: "";
	width: 34px;
	height: 7px;
	background: url(/cmn/img/arrow-lg.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	bottom: 26px;
	right: 10px;
}
.under .solution__project--image {
	width: 110px;
	margin-right: 20px;
}
.under .solution__project--image img {
	width: 100%;
}
.under .solution__project--name {
	width: calc(100% - 130px);
	font-size: 19px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.under .solution__project--detail {
		margin: 70px 0 100px;
	}
	.single .under .solution__project--title {
		font-size: 21px;
	}
	.under .solution__project--item {
		width: 100%;
	}
	.under .solution__project--item a {
		padding: 10px 0;
	}
	.under .solution__project--item a::after {
		width: 23px;
		height: 6px;
		bottom: 12px;
		right: 0;
	}
	.under .solution__project--image {
		width: 20%;
		margin-right: 10px;
	}
	.under .solution__project--name {
		width: calc(80% - 10px);
		font-size: 16px;
	}
}


/*------------------------------------------------------------------------------

  追加モジュール

------------------------------------------------------------------------------*/
/*
  画像 + テキスト
------------------------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__col-liquid {
    margin-top: 30px;
  }
}

.m-solution__col-liquid .m-solution__col--item>*:first-child {
  margin-top: 0;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .m-solution__col--item+.m-solution__col--item {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__col-liquid .m-solution__col--item+.m-solution__col--item {
    margin-top: 30px;
  }
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .col--image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.m-solution__col-liquid .col--image figure {
  display: table;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.m-solution__col-liquid .col--image figcaption {
  display: table-caption;
  caption-side: bottom;
  color: #555;
  line-height: 1.5;
  text-align: left;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .col--image figcaption {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__col-liquid .col--image figcaption {
    font-size: 13px;
    margin-top: 10px;
  }
}

.m-solution__col-liquid .col--image img {
  max-width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__col-liquid .col--text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media print,
screen and (min-width: 768px) {
  .m-solution__text {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__text {
    margin-top: 20px;
  }
}

.m-solution__text p {
  color: #333;
  line-height: 1.8;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__text p {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 768px) {
  .m-solution__text p+p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__text p+p {
    margin-top: 20px;
  }
}

/*
  テーブル
------------------------------------------------------------------------------*/
.m-solution__table {
  margin-top: 30px;
}

.m-solution__table table {
  border-collapse: collapse;
  line-height: 1.5;
  width: 100%;
}

.m-solution__table table th {
  width: 25%;
  vertical-align: top;
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
  font-weight: bold;
  color: #222;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__table table th {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__table table th {
    padding: 10px 5px;
  }
}

.m-solution__table table td {
  width: 75%;
  vertical-align: top;
  border: 1px solid #d1d1d1;
}

@media print,
screen and (min-width: 768px) {
  .m-solution__table table td {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-solution__table table td {
    padding: 10px 5px;
  }
}

/*
  建築概要
------------------------------------------------------------------------------*/
.m-solution__outline {
  display: grid;
  grid-template-columns: max-content 1fr;
}

.m-solution__outline dt {
  margin-right: 32px;
  font-size: 16px;
  line-height: 1.8;
  float: left;
  clear: left;
  max-width: 115px;
}

.m-solution__outline dd {
  font-size: 16px;
  line-height: 1.8;
  display: flow-root;
}

@media only screen and (max-width: 767px) {
  .m-solution__outline dt {
    font-size: 14px;
  }
  .m-solution__outline dd {
    font-size: 14px;
  }
}


/*追加*/
/*company-----------------------------------------------------*/
.company-sec {
  background-image: url(../../../solution/bg_rd.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 50px;
  margin-top: 70px;
  margin-bottom: -120px;
  text-shadow: 2px 2px 5px #333;
}

.company-sec .sec-ttl {
  margin-bottom: 40px;
}

.company-sec .sec-ttl .ttl {
  color: #fff;
}

.company-sec .sec-ttl .sub {
  color: #fff;
}

.company-sec .company-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 55px;
}

.company-sec .company-content .company-content__main {
  font-size: 42px;
  color: #fff;
}

.company-sec .company-content .company-content__main+.company-content__txt {
  margin-top: 25px;
}

.company-sec .company-content .company-content__txt {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  max-width: 673px;
  letter-spacing: 0.04em;
}

.company-sec .company-content .company-link {
  width: 400px;
}

.company-sec .company-content-bottom .company-link .detail-link {
  max-width: 400px;
  border: 2px solid #fff;
  background: none;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-sec .company-content-bottom .company-link .detail-link span {
  color: #fff;
  font-size: 19px;
  height: 23px;
}

.company-sec .company-content-bottom .company-link .detail-link:after {
  top: 28px;
  background-image: url(/cmn/img/top/icon_arrow_white.png);
}

.company-sec .company-content-bottom .company-link .detail-link:before {
  background-color: #fff;
}

.company-sec .company-content-bottom .company-link .detail-link:hover span {
  color: #333;
}

.company-sec .company-content-bottom .company-link .detail-link:hover:after {
  background-image: url(/cmn/img/top/icon_arrow_black.png);
}

.company-sec .company-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-sec .company-link__list>li {
  overflow: hidden;
}

.company-sec .company-link__list>li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding-bottom: 8px;
  color: #fff;
  overflow: hidden;
  width: 100%;
}

.company-sec .company-link__list>li a:hover:before {
  animation: lineLink .5s;
  -webkit-animation: lineLink .5s;
  width: 100%;
  border-color: #fff;
}

.company-sec .company-link__list>li a span {
  width: 100%;
}

.company-sec .company-link__list>li a:before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #fff;
  bottom: 0px;
  left: 0px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 1px;
}

.company-sec .company-link__list>li a:after {
  content: "";
  background-image: url(/cmn/img/top/icon_arrow_company.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 21px 5px;
  display: block;
  width: 21px;
  height: 5px;
  margin-left: 15px;
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .company-sec .company-content-bottom .company-link .detail-link span {
    top: 7px;
  }

  *::-ms-backdrop,
  .company-sec .company-link__list>li a {
    padding: 3px 0 5px;
  }

  *::-ms-backdrop,
  .company-sec .company-link__list>li a:after {
    margin-bottom: 3px;
  }

  *::-ms-backdrop,
  .company-sec .company-link__list>li a span {
    width: 90%;
  }
}

@media print,
screen and (min-width: 768px) {
  .company-sec .company-link__list {
    margin-top: 200px;
    margin-right: -35px;
  }

  .company-sec .company-link__list>li {
    min-width: 180px;
    margin-right: 35px;
  }

  .company-sec .company-link__list>li a:after {
    min-width: 21px;
  }
}

@media print,
screen and (max-width: 767px) {
  .company-sec {
    padding: 30px 0 35px;
    margin-top: 50px;
    margin-bottom: -50px;
  }

  .company-sec.csr-sec .sec-ttl {
    margin-bottom: 20px;
  }

  .company-sec .csr-sec {
    background-image: url(/cmn/img/top/bg_company_sp.jpg);
  }

  .company-sec .company-content {
    display: block;
    border: none;
    padding-bottom: 0;
  }

  .company-sec .sec-ttl {
    margin-bottom: 30px;
  }

  .company-sec .company-content .company-link {
    width: 100%;
  }

  .company-sec .company-content-bottom .company-link .detail-link {
    max-width: 280px;
    height: 50px;
    margin-top: 20px;
  }

  .company-sec.csr-sec .company-content-bottom .company-link .detail-link {
    margin-top: 25px;
  }

  .company-sec .company-content-bottom .company-link .detail-link:after {
    top: 20px;
    margin-left: 10px;
  }

  .company-sec .company-content-bottom .company-link .detail-link span {
    font-size: 16px;
    height: 20px;
  }

  .company-sec .company-content .company-content__main {
    font-size: 22px;
  }

  .company-sec .company-content .company-content__main+.company-content__txt {
    margin-top: 15px;
  }

  .company-sec .company-content .company-content__txt {
    font-size: 14px;
  }

  .company-sec .company-link__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
  }

  .company-sec .company-link__list>li a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-sec .company-link__list>li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .company-sec .company-link__list>li {
    width: calc((100% - 15px) / 2);
  }

  .company-sec .company-link__list>li:nth-child(2n) {
    margin-left: 15px;
  }

  .company-sec .company-link__list>li:nth-child(n+3) {
    margin-top: 22px;
  }

  .company-sec .company-link__list>li a {
    font-size: 13px;
    padding-bottom: 6px;
  }

  .company-sec .company-link__list>li a:after {
    background-size: 17px 4px;
    width: 17px;
    height: 4px;
    margin-left: 5px;
    margin-top: 5px;
  }
}

/*csr-----------------------------------------------------*/
.company-sec.csr-sec {
  padding: 130px 0 165px;
  background-image: url(/cmn/img/top/bg_csr.jpg);
}

@media print,
screen and (min-width: 768px) {
  .company-sec.csr-sec .sec-ttl {
    margin-bottom: 45px;
  }

  .company-sec.csr-sec .company-link__list {
    margin-top: 20px;
  }
}

.company-sec.csr-sec .company-content .company-content__txt {
  font-size: 22px;
}

@media print,
screen and (max-width: 767px) {
  .company-sec.csr-sec {
    background-image: url(/cmn/img/top/bg_csr_sp.jpg);
  }

  .company-sec.csr-sec {
    padding: 50px 0 70px;
  }

  .company-sec.csr-sec .company-content .company-content__txt {
    font-size: 16px;
  }
}

.sec-ttl {
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

a.sec-ttl {
  position: relative;
  padding-right: 55px;
  overflow: hidden;
}

a.sec-ttl:after {
  content: '';
  position: absolute;
  background-image: url(/cmn/img/top/icon_arrow_head_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39px 9px;
  width: 39px;
  height: 9px;
  bottom: 25px;
  right: 0;
  z-index: 2;
}

a.sec-ttl:before {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: #3e3a39;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media print,
screen and (min-width: 768px) {
  a.sec-ttl:hover:before {
    left: 0;
  }
}

a.sec-ttl.white:before {
  background-color: #fff;
}

a.sec-ttl.white:after {
  background-image: url(/cmn/img/top/icon_arrow_head_white.png);
}

.sec-ttl .ttl {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  color: #222;
  font-weight: normal;
  line-height: 1.3;
  font-size: 68px;
  letter-spacing: 0.04em;
}

.sec-ttl .sub {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  color: #848484;
  line-height: 1.3;
  font-size: 17px;
  margin-left: 20px;
}

@media print,
screen and (max-width: 767px) {
  .sec-head .sec-head__link {
    display: none;
  }

  .sec-ttl .ttl {
    font-size: 32px;
  }

  .sec-ttl .sub {
    font-size: 12px;
    margin-left: 10px;
  }

  a.sec-ttl {
    position: relative;
    padding-right: 40px;
  }

  a.sec-ttl:after {
    background-image: url(/cmn/img/top/icon_arrow_head_black_sp.png);
    background-size: 29px 7px;
    width: 29px;
    height: 7px;
    bottom: 14px;
    right: 0;
    z-index: 2;
  }

  a.sec-ttl.white:after {
    background-image: url(/cmn/img/top/icon_arrow_head_white_sp.png);
  }
}

.detail-link {
  position: relative;
  display: block;
  background-color: #fff;
  height: 54px;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.detail-link span {
  z-index: 3;
  position: absolute;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
}

.detail-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  background-color: #861c3c;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
  opacity: 0.25;
  z-index: 1;
}

.detail-link:after {
  content: '';
  position: absolute;
  background-image: url(/cmn/img/top/icon_arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px 7px;
  width: 37px;
  height: 7px;
  top: 21px;
  right: 20px;
  z-index: 2;
}

@media print,
screen and (max-width: 767px) {
  .detail-link {
    height: 44px;
    max-width: 220px;
  }

  .detail-link span {
    font-size: 14px;
    height: 18px;
  }

  .detail-link:after {
    background-size: 25px 5px;
    width: 25px;
    height: 6px;
    right: 10px;
    top: 17px;
  }
}

@media print,
screen and (min-width: 768px) {
  .detail-link:hover span {
    color: #fff;
  }

  .detail-link:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  .detail-link:hover:after {
    background-image: url(/cmn/img/top/icon_arrow_white.png);
  }
}

@media print,
screen and (min-width: 768px) {
  section .sec-inner {
    padding: 0 35px;
    width: 100%;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1024px) {
  section .sec-inner {
    width: 1024px;
  }
}

@media print,
screen and (max-width: 767px) {
  section {
    padding: 65px 0 0;
  }

  section .sec-inner {
    padding: 0 10px;
    width: 100%;
  }
}

@media print,
screen and (min-width: 768px) {
  .company-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company-content-bottom .company-link {
    margin-left: 30px;
  }

  .company-content-bottom .detail-link {
    margin: 0;
    width: 350px;
  }
}

@media print,
screen and (max-width: 767px) {
  .company-sec {
    padding: 50px 0 35px;
  }

  .company-content-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 200px;
  }

  .company-content-bottom .company-link__list {
    order: 2;
  }

  .company-content-bottom .company-link {
    order: 1;
    width: 100%;
  }
}

/*20241113追記*/
/*solution_search-----------------------------------------------------*/
.under .solution__return--button.medical,.under .solution__return--button.stadium,.under .solution__return--button.traditional {
	width: calc((100% - 150px) / 3);
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
	.under .solution__return--button.medical,.under .solution__return--button.stadium,.under .solution__return--button.traditional {
		width: 48%;
    margin-right: 0;
	}
.under .solution__assortment--list.list02 li:last-child {
  width: 53%;
}
}