@charset "UTF-8";

.p-page-aga-effort__inner {}

.p-effort__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-effort__item {
	position: relative;
	padding: 24px;
	margin-bottom: 24px;
	width: 490px;
	background: #ffffff;
	border: 2px solid #0E2847;
}
.c-effort__categry {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 6px 12px 8px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background: #262626;
}
.c-effort__categry:after {
	content: "";
	width: 12px;
	height: 100%;
	-webkit-transform: skewX(-15deg) translateX(-15%);
    transform: skewX(-15deg) translateX(-15%);
	background: linear-gradient(15deg, #262626 0%, #262626 100%, #f6f6f6 100%, #f6f6f6 0%);
	position: absolute;
	right: -8px;
	top: 0;
}
.c-effort__img {
	margin: auto;
	width: 200px;
}
.c-effort__heading {
	margin: 24px auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.c-effort__description {
	font-size: 16px;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {

.c-page-section-title br {
	display: none;
}
.p-heading-list {
	display: none;
}
.p-effort__item:nth-last-of-type(-n + 2) {
	margin-bottom: 0;
}
}

@media screen and (max-width: 1000px) {
.p-effort__item {
	width: 48%;
}
}

@media screen and (max-width: 767px) {
.p-heading-list {
	margin-bottom: 24px;
	font-size: 20px;
	text-align: center;
}
.p-effort__item {
	position: relative;
	padding: 6.4vw;
	margin-bottom: 6.4vw;
	width: 48%;
}
}
@media screen and (max-width: 622px) {

.p-effort__item {
	position: relative;
	padding: 6.4vw;
	margin-bottom: 6.4vw;
	width: 100%;
}

.c-effort__categry {
	font-size: 4.266vw;
}
.c-effort__img {
	width: 53.333vw;
}

.c-effort__heading {
	margin: 6.4vw auto;
	font-size: 6.4vw;
}

.c-effort__description {
	font-size: 4.266vw;
}
.p-effort__item:nth-last-of-type(-n + 1) {
	margin-bottom: 0;
}
}





