@charset "utf-8";
/* sp - 599px */
/* tablet 560px - 959px */
/* PC 960px - */

.testimonials-sec {
  background-color: var(--black);
	/* background: url(../../images/index/bg_sp.jpg) 0 center; */
	background-size: cover;
}
.testimonials-sec-inner {
	padding: 110px 8% 80px;
	overflow: hidden;
}
.testimonials-sec-ttl {
	position: relative;
	margin-bottom: 15px;
	font-size: 2.8rem;
	line-height: 1.4;
	z-index: 2;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.testimonials-sec-inner.scroll-in .testimonials-sec-ttl {
	transform: translateY(0);
	opacity: 1;
}
.testimonials-sec-ttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: -60px;
	width: 112%;
	height: 100px;
	background: url(../../images/index/testimonials-typo.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
}
.testimonials-sec-inner.scroll-in .testimonials-sec-ttl::before {
	transform: translateY(0);
	opacity: .15;
}
.testimonials-sec-tagline {
	margin-bottom: 40px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.testimonials-sec .testimonials-sec-inner.scroll-in .testimonials-sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.testimonials-sec-tagline span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.testimonials-sec-tagline span::after {
  content: "";
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, var(--beige), var(--beige) 1px, var(--beige) 1px, var(--beige) 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.testimonials-sec-list {
	margin-bottom: 50px;
}
.testimonials-sec-list li {
	margin-bottom: 50px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.testimonials-sec-list li.scroll-in {
	transform: translateY(0);
	opacity: 1;
}
.testimonials-sec-list li:last-child {
	margin-bottom: 0;
}
.testimonials-article-img {
	margin-bottom: 20px;
}
.testimonials-article-info {
	position: relative;
}
.testimonials-article-category {
	display: inline-block;
	border: 0.6px solid var(--beige);
	line-height: 1.0;
}
.testimonials-article-category span {
	display: inline-block;
	padding: 0 5px 4px;
	font-size: 1.0rem;
	transform: scale(0.9);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 1.0;
}
.testimonials-article-name {
	position: absolute;
	top: 6px;
	right: 0;
	font-family: var(--font-jpn2);
	letter-spacing: 0.06em;
	font-size: 1.0rem;
}
.testimonials-article-ttl {
	margin: 10px 0 10px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.testimonials-article-excerpt {
	font-size: 1.2rem;
	line-height: 2.2;
}
.testimonials-sec-btn {
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.testimonials-sec-btn.scroll-in {
	transform: translateY(0);
	opacity: 1;
}










@media only screen and (min-width: 560px) {
.testimonials-sec {
	/* background: url(../../images/index/bg_pc.jpg) 0 center; */
}
.testimonials-sec-inner {
	padding: 130px 5% 30px;
}
.testimonials-sec-ttl::before {
	top: -50px;
	width: 480px;
	height: 72px;
	background-size: 480px 72px;
}
.testimonials-sec-list {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.testimonials-sec-list li {
	width: 30%;
	margin-bottom: 60px;
	/* margin-right: 4%; */
}
.testimonials-sec-list li:nth-child(1) {
	transition-delay: .2s;
}
.testimonials-sec-list li:nth-child(2) {
	transition-delay: .3s;
}
.testimonials-sec-list li:nth-child(3) {
	transition-delay: .4s;
}
.testimonials-sec-list li:last-child {
	margin: 0;
}
}










@media only screen and (min-width: 960px) {
.testimonials-sec-inner {
	position: relative;
	width: 82%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 260px 0 60px;
}
.testimonials-sec-ttl {
	margin-bottom: 72px;
	font-size: 3.4rem;
	transform: translateY(35px);
}
.testimonials-sec-ttl::before {
	top: -65px;
	width: 670px;
	height: 101px;
	background: url(../../images/index/testimonials-typo.svg) 0 0 no-repeat;
	background-size: 670px 101px;
	transform: translateY(35px);
}
.testimonials-sec-tagline {
	position: absolute;
	top: 245px;
	right: 0;
	margin-bottom: 0;
	transform: translateY(35px);
}
.testimonials-sec-list {
	margin-bottom: 60px;
}
.testimonials-sec-list li {
	width: 30%;
	margin-bottom: 60px;
	/* margin-right: 5%; */
	transform: translateY(35px);
}
.testimonials-sec-list li:nth-child(1) {
	transition-delay: .1s;
}
.testimonials-sec-list li:nth-child(2) {
	transition-delay: .2s;
}
.testimonials-sec-list li:nth-child(3) {
	transition-delay: .3s;
}
.testimonials-article-img {
	margin-bottom: 30px;
	overflow: hidden;
}
.testimonials-article-img span img {
	transform: scale3d(1,1,1);
	transition: all .5s;
}
.testimonials-sec-list li:hover .testimonials-article-img span img {
	transform: scale3d(1.07,1.07,1.07);
}
.testimonials-article-category span {
	padding: 2px 7px 3px;
	font-size: 1.1rem;
	transform: scale(1.0);
}
.testimonials-article-name {
	top: 5px;
	font-size: 1.1rem;
}
.testimonials-article-ttl {
	margin: 12px 0 18px;
	font-size: 2.2rem;
}
.testimonials-article-ttl span {
	position: relative;
	display: inline-block;
}
.testimonials-article-ttl span::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: var(--beige);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;
}
.testimonials-sec-list li:hover .testimonials-article-ttl span::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.testimonials-article-excerpt {
	font-size: 1.4rem;
}
.testimonials-sec-btn {
	transform: translateY(30px);
}
}
