@charset "utf-8";

/*----------------------------
	SOLUTIONS TOP
------------------------------*/

/*============================*/
/* solutions */
/*============================*/
.solutions {
	max-width: 84rem;
	margin: 4.5rem auto 8rem;
	font-size: 1.3rem;
}
.solutions .ttlBox {
	text-align: center;
}
.solutions .ttlBox .small {
	font-size: 1.9rem;
	font-family: 'Helvetica','Arial';
}
.solutions .ttlBox .ttl{
	margin-top: 1rem;
	font-size: 4.3rem;
	font-family: 'Helvetica','Arial';
	font-weight: bold;
}
.solutions .ttlBox .jp {
	margin-top: 0.5rem;
	font-size: 1.6rem;
	font-weight: 500;
}
.solutions .category {
	margin: 3rem auto 0;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.solutions .category li {
	font-size: 1.4rem;
	font-family: 'Helvetica','Arial';
	line-height: 2.4rem;
	color: #9e9e9e;
	padding: 0 1.5rem 0 3rem;
	position: relative;
}
.solutions .category li::before {
	content: '／';
	position: absolute;
	top: 0;
	left: 0;
}
.solutions .category li:first-child::before {
	content: none;
}
.solutions .category li:nth-child(6)::before {
	content: none;
}
.solutions .category li a {
	display: block;
	position: relative;
}
.solutions .category li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background:#231815;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: left top;
}
.solutions .category li a:hover::after {
    transform: scale(1, 1);
}
/* contentList */
.solutions .contentList {
	margin-top: 10rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 6rem;
}
.solutions .contentList .contentBox {
	width: 28.5%;
}
.solutions .contentList .contentBox a:hover {
	opacity: 0.7;
}
.solutions .contentList .contentBox .pic {
	width: 100%;
}
.solutions .contentList .contentBox .pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.solutions .contentList .contentBox .txt {
	margin-top: 1.5rem;
	line-height: 2.1rem;
	padding: 0 1.5rem;
}
.solutions .accordion {
	margin-top: 29rem;
}
.solutions .accordion .more {
	font-size: 1.5rem;
	font-family: 'Helvetica','Arial';
	text-align: center;
	cursor: pointer;
	position: relative;
}
.solutions .accordion .more::after {
	content: '';
	width: 0.7rem;
	height: 0.7rem;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
	position: absolute;
	bottom: -1.2rem;
	left: calc(50% - 0.35rem);
}
.solutions .accordion .accordionBox {
	display: none;
}
@media (min-width: 1100px) {
	.solutions {
		max-width: 100rem;
	}
	.solutions .ttlBox .small {
		font-size: 2rem;
	}
	.solutions .ttlBox .ttl{
		font-size: 4.4rem;
	}
	.solutions .ttlBox .jp {
		font-size: 1.7rem;
	}
	.solutions .category {
		width: 60%;
	}
}
@media (min-width: 1200px) {
	.solutions {
		max-width: 110rem;
		font-size: 1.4rem;
	}
	.solutions .ttlBox .small {
		font-size: 2.1rem;
	}
	.solutions .ttlBox .ttl{
		font-size: 4.5rem;
	}
	.solutions .ttlBox .jp {
		font-size: 1.8rem;
	}
	.solutions .category {
		width: 55%;
	}
	.solutions .contentList {
		gap: 4.5rem 7rem;
	}
	.solutions .contentList .contentBox .txt {
		line-height: 1.5;
	}
}
@media (min-width: 1300px) {
	.solutions {
		max-width: 120rem;
		font-size: 1.4rem;
	}
	.solutions .ttlBox .small {
		font-size: 2.2rem;
	}
	.solutions .ttlBox .ttl{
		font-size: 4.6rem;
	}
	.solutions .ttlBox .jp {
		font-size: 1.9rem;
	}
	.solutions .category {
		width: 55%;
	}
	.solutions .category li {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.solutions .contentList {
		gap: 5.5rem 7.5rem;
	}
	.solutions .contentList .contentBox .txt {
		line-height: 1.5;
	}
}
@media (min-width: 1400px) {
	.solutions {
		max-width: 130rem;
		font-size: 1.5rem;
	}
	.solutions .ttlBox .small {
		font-size: 2.3rem;
	}
	.solutions .ttlBox .ttl{
		font-size: 4.7rem;
	}
	.solutions .ttlBox .jp {
		font-size: 2rem;
	}
	.solutions .category {
		width: 50%;
	}
	.solutions .category li {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.solutions .contentList {
		gap: 6.5rem 9.4rem;
	}
	.solutions .contentList .contentBox .txt {
		line-height: 1.5;
	}
}
@media (max-width: 768px) {
	.solutions {
		max-width: 100%;
		margin: 12rem auto 5.5rem;
		padding: 0 2.5rem;
		font-size: 2.3rem;
	}
	.solutions .ttlBox .small {
		font-size: 4.3rem;
	}
	.solutions .ttlBox .ttl{
		margin-top: 1rem;
		font-size: 9.7rem;
	}
	.solutions .ttlBox .jp {
		margin-top: 0.5rem;
		font-size: 3.6rem;
		font-weight: 500;
	}
	.solutions .category {
		display: none;
	}
	/* contentList */
	.solutions .contentList {
		margin-top: 20rem;
		gap: 10rem 0;
		justify-content: space-between;
	}
	.solutions .contentList .contentBox {
		width: 47%;
	}
	.solutions .contentList .contentBox .pic {
		width: 32rem;
	}
	/* .solutions .contentList .contentBox .pic img {
		width: 32rem;
		height: 18rem;
	} */
	.solutions .contentList .contentBox .txt {
		margin-top: 2rem;
		line-height: 3.8rem;
		padding: 0;
	}
	.solutions .accordion {
		margin-top: 30rem;
	}
	.solutions .accordion .more {
		font-size: 3.9rem;
	}
	.solutions .accordion .more::after {
		width: 1.5rem;
		height: 1.5rem;
		border-bottom: solid 0.2rem #000;
		border-right: solid 0.2rem #000;
		bottom: -2rem;
		left: calc(50% - 0.75rem);
	}
}
