@charset "UTF-8";

/* ------------------------------------------------
     common              
--------------------------------------------------- */
.ttl-wrap.flex {
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.ttl-wrap .h-ttl {
	font-size: 8.6rem;
	line-height: 1;
	margin-top: 60px;
	padding-right: 0.5em;
}
.ttl-wrap .h-lead {
	font-size: 3.2rem;
	width: 100%;
}
.ttl-wrap .btn {
	margin: 20px 0 0 auto;
}

@media (max-width: 768px) {
	.ttl-wrap.flex {
		margin-bottom: 6vw;
	}

	.ttl-wrap .h-ttl {
		font-size: 14vw;
		line-height: 1;
		margin-top: 3vw;
		padding-right: 0.5em;
	}
	.ttl-wrap .h-lead {
		font-size: 4.8vw;
		width: 100%;
	}
	.ttl-wrap .btn {
		margin: 2vw 0 0 auto;
	}
}


/* ------------------------------------------------
     RESULTS              
--------------------------------------------------- */
section.results {
	padding: 100px 0;
}
.results-wrap.slider .slick-slide {
	margin: 0 15px;
	height: auto !important;
}
.results-wrap.slider .slick-list {
	margin: 0 -15px;
}
.results-wrap.slider .slick-track {
	display: flex;
}

.results-item {
	position: relative;
	padding-top: 210px
}
.results-img {
	width:100%;
	height:200px;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.results-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.results-txt {
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	background: var(--color-white);
	border-radius: 8px;
}
.results-txt .results-txt-inner {
	padding-bottom: 20px;
}
.results-txt .tag-wrap {
	margin-bottom: 20px;
}
.results-txt .tag-wrap .tag-item {
	align-items: flex-start;
	margin-bottom: 10px;
}
.results-txt .tag-wrap .tag-item .tag {
	font-size: 0.7em;
	line-height: 2;
	width: 6em;
	margin-right: 0.5em;
	border: 1px solid var(--color-black);
	border-radius: 0.2em;
	align-items: center;
	justify-content: center;
}
.results-txt .tag-wrap .tag-item:nth-child(1) .tag {
	border: 1px solid var(--color-navy);
	color: var(--color-navy);
}
.results-txt .tag-wrap .tag-item:nth-child(2) .tag {
	border: 1px solid var(--color-orange);
	color: var(--color-orange);
}

.results-txt .tag-wrap .tag-item .name {
	line-height: 1.2;
	width: calc(100% - 6.5em);
}
.results-txt .tag-wrap .tag-item .name span {
	display: inline-block;
	font-size: 1.8rem;
}
.results-txt .tag-wrap .tag-item .name span.s-txt {
	font-size: 1.4rem;
	font-feature-settings: 'palt';
	white-space: nowrap;
}
.results-txt .btn {
	margin: auto auto 0;
	max-width: 100%;
}
@media (max-width: 1224px) {
	.results-wrap.slider .slick-slide {
		margin: 0 2vw;
	}
	.results-wrap.slider .slick-list {
		margin: 0 -2vw;
	}
	.results-item {
		padding-top:calc(12vw + 10px)
	}
	.results-img {
		height:12vw
	}
	.results-txt {
		padding: 2vw;
		font-size: 1.4rem;
	}
	.results-txt .btn a{
		padding-left: 1em
	}
}
@media (max-width: 960px) {
	.results-item {
		padding-top:calc(24vw + 10px)
	}
	.results-img {
		height:24vw
	}


}
@media (max-width: 768px) {
	section.results {
		padding: 12vw 0;
	}
	.results .cont-inn.pc-wrap{
		width:100%
	}
	.results-wrap.slider .slick-slide {
		margin: 0 3vw;
	}

	.results-wrap.slider .slick-list {
		margin: 0 -3vw;
	}
	.results-item {
		padding-top:calc(30vw + 10px)
	}
	.results-img {
		height:30vw;
		border-radius: 1vw;
	}
	.results-txt {
		padding: 4vw 2vw;
		border-radius: 1vw;
	}
	.results-txt .results-txt-inner {
		padding-bottom: 4vw;
	}
	.results-txt .tag-wrap {
		margin-bottom: 4vw;
	}
	.results-txt .tag-wrap .tag-item {
		margin-bottom: 2vw;
	}

	.results-txt .tag-wrap .tag-item .name span {
		font-size: 4vw;
	}
	.results-txt .tag-wrap .tag-item .name span.s-txt {
		font-size: 3.2vw;
	}
}
