/*========================
report
=========================*/
.report {
	padding: 80px 0 0;
}
.report .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
	/*padding: 0 0 120px;*/
}
.report h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 0 0 5px 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.report h2:before {
	content: "";
	width: 5px;
	height: 30px;
	background: #ea3223;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	position: absolute;
}
.report_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 0 0 80px;
}
.report_link li {
	width: 207px;
}
.report_link li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	border: 2px solid #ff0000;
	border-radius: 40px;
	line-height: 1.6;
}

.report_link li a:hover {
	color: #fff;
	background: #ff0000;
	opacity: 1;
}

.report_link li.here a {
	color: #fff;
	background: #ff0000;
	pointer-events: none;
}

.report_link li.here a:hover {
	pointer-events: none;
}

.report_link li span {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #ccc;
	border: 2px solid #ccc;
	border-radius: 40px;
	line-height: 1.6;
}

.report_box {
	margin-bottom: 150px;
}

/* report_list */
.report_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 40px;
	gap: 40px 0;
}

.report_list.category_list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 80px 0 40px;
	gap: 40px;
}

.report_list.category_list:after {
	content: "";
	display: block;
	width: 340px;
}

.report_list li {
	position: relative;
	width: 340px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	background: #fff;
}

.report_list li:nth-child(1), .report_list li:nth-child(2) {
	width: 530px;
}

.report_list.category_list li:nth-child(1), .report_list.category_list li:nth-child(2) {
	width: 340px;
}
.report_list li a {
	display: block;
}
.report_list li a .headline {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #ea3223;
	line-height: 1.6;
	font-size: 30px;
	font-weight: bold;
}
.report_list li:nth-child(3) a .headline,
.report_list li:nth-child(4) a .headline,
.report_list li:nth-child(5) a .headline {
	font-size: 18px;
}
.report_list.category_list li:nth-child(1) a .headline, .report_list.category_list li:nth-child(2) a .headline {
	font-size: 18px;
}
.report_list li ul.tags {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 10px;
	right: 10px;
}
.report_list li ul.tags li {
	/*width: 52px !important;*/
	width: auto!important;
	text-align: center;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}
.report_list li p.category {
	position: absolute;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	left: 10px;
	top: 10px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}
.report_list li img {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: auto;
}
.report_list li .report_txt {
	background: #fff;
	padding: 15px 15px 50px;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
	position: relative;
}
.report_list li .report_txt .position {
	font-size: 14px;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.report_list li .report_txt .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.report_list li .report_btn {
	position: absolute;
	width: 65px;
	bottom: 10px;
	right: 0;
	padding: 0 25px 0 0;
}
.report_list li .report_btn .more {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	text-align: center;
	color: #ea3223;
	position: relative;
	padding: 0;
}
.report_list li .report_btn .more:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/top/interview_arrow.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
}

@media screen and (max-width:1099px) {
	.report_link {
		margin: 0 0 60px;
	}
	.report_link li:first-child {
		width: 100%;
	}
	.report_link li {
		width: 48%;
	}
	.report_list.category_list {
		gap: 20px;
	}
	.report_list li {
		width: 48%;
	}
	.report_list li:nth-child(1) {
		width: 100%;
	}
	.report_list li:nth-child(2) {
		width: 48%;
	}
	.report_list.category_list li:nth-child(1), .report_list.category_list li:nth-child(2) {
		width: 48%;
	}
	.report_list.category_list:after {
		content: "";
		display: block;
		width: 48%;
	}
}

@media screen and (max-width:768px) {
	.report {
		padding: 40px 0 0;
	}
	.report .inner {
		padding: 0 0 60px;
	}
	.report_box {
		margin-bottom: 60px;
	}
	.report_link {
		margin: 0 0 40px;
	}
	.report_link li a {
		padding: 10px 0;
		font-size: 13px;
	}
	.report_link li span {
		padding: 10px 0;
		font-size: 13px;
	}
	.report h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.report h2:befoe {
		height: 28px;
	}
	.report_list {
		margin: 40px 0;
		gap: 20px 0;
	}
	.report_list li a .headline {
		display: none;
	}
	.report_list li .report_txt {
		padding: 10px 10px 30px;
	}
	.report_list li:first-child .report_txt {
		padding: 15px 15px 50px;
	}
	.report_list li .report_txt .position {
		font-size: 12px;
	}
	.report_list li .report_txt .name {
		font-size: 16px;
	}
	.report_list li .report_btn {
		position: absolute;
		width: 65px;
		bottom: 0;
		right: 0;
		padding: 0 15px 0 0;
	}
	.report_list li .report_btn .more {
		font-size: 14px;
	}
	.report_list li:first-child .report_btn .more {
		font-size: 16px;
	}
	.report_list li ul.tags {
		left: 10px;
	}
	.report_list li ul.tags li {
		font-size: 12px;
		width: 38px !important;
		padding: 5px 8px;
	}
}