/* ---------- HERO ---------- */
.hero {
	position: relative;
	margin-bottom: 65px;
}

.hero__title {
	position: absolute;
	font-size: clamp(30px, 4vw, 48px);
	top: clamp(4%, 3vw, 15%);
	right: 0;
	margin-bottom: 24px;
	text-align: right;
	font-weight: 700;
	color: #000;
	text-shadow: 3px 3px 0 #4bb39a;
}

.hero__title span {
	display: block;
	font-size: 28px;
	margin-top: 8px;
}

.hero__img {
	width: 66%;
	height: auto;
	padding-right: 20px;
}

.hero__text {
	position: absolute;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
}

.hero__btn {
	display: block;
	width: 240px;
	padding: 3px 0;
	margin: 9px 0;
	border-radius: 999px;
	border: 1px solid #00a381;
	text-align: center;
	color: #00a381;
	text-decoration: none;
	background: #fff7ea;
	transition: .3s;
	font-size: 16px;
	position: relative;
}

.hero__btn::before {
	content: "";
	position: absolute;
	right: 15px;
	width: 15px;
	height: 2px;
	background: #00a381;
	top: 54%;
	transform: translateY(-50%) rotate(90deg);
}

.hero__btn::after {
	content: "";
	position: absolute;
	right: 32px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #00a381;
	top: 61%;
	transform: translate(12px, -50%) rotate(135deg);
}

.hero__btn:hover {
	background: #5fb3a2;
	color: #fff;
}

.hero__btn:hover::before {
	background: #fff;
}

.hero__btn:hover::after {
	border-top: 2px solid #fff;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 55px 15px 20px;
}

/* ---------- CONTENT ---------- */
.l-content {
	padding-top: 80px;
	margin: -65px 0 120px;
}

.l-content:not(:first-of-type) {
	border-top: 1px solid #5bc2b2;
}

.l-content__inner {
	max-width: 1260px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 60px;
}

.l-content__left {
	flex: 1;
}

.l-content__image img {
	width: 220px;
	margin: 0 60px;
}

.l-content__title {
	font-size: 48px;
	margin-bottom: 24px;
	font-weight: bold;
	line-height: 1.3;
}

.l-content__label {
	color: #5bc2b2;
	font-weight: 600;
	margin-bottom: 8px;
}

.l-content__lead {
	text-align: left;
	font-size: 16px;
}

.l-content__lead span {
	font-size: 20px;
}

.l-content__lead .green {
	color: #5bc2b2;
}

/* ---------- ACTIVITIES ---------- */
.activities-img {
	width: 85%;
	margin: auto;
}

/* ---------- INITIATIVES ---------- */
.initiatives {
	padding: 90px 70px 100px;
	margin: auto;
	background: #ffe7c3;
}

.section-title {
	margin-bottom: 48px;
}

/* ===== background ===== */
main::before {
	content: "";
	display: block;
	z-index: -10;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	max-width: 1500px;
	height: 159rem;
	background: url(../img/women/bg-pc_01.png) no-repeat;
	background-size: cover;
  	background-position: center;
}

main::after {
	content: "";
	display: block;
	z-index: -20;
	position: absolute;
	top: 13%;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 50%;
	background: url(../img/women/bg-pc_02.png) no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	.hero__buttons {
		position: absolute;
		right: 0;
		bottom: clamp(15%, 15vw, 35%);
	}

	.initiatives-slider .swiper-slide {
		width: calc((100% - 72px) / 3) !important;
		text-align: center;
		height: auto;
	}

	.swiper-wrapper {
		justify-content: center;
		max-width: 1000px;
		margin: auto;
	}
}

@media (max-width: 767px) {
	.hero {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: anchor-center;
		flex-direction: column;
		margin-bottom: 0;
	}

	.hero__title {
		position: static;
		text-align: center;
		font-size: 30px;
		margin-bottom: 24px;
	}

	.hero__title span {
		font-size: 25px;
		text-align: center;
	}

	.hero__img {
		width: 100%;
	}

	.hero__buttons {
		margin: 0 auto;
	}

	.hero__btn {
		font-size: 14px;
		padding: 2px 0;
	}

	.hero__btn {
		margin-bottom: 17px;
	}

	.container {
		padding-top: 0;
	}

	.initiatives {
		padding: 60px 10px;
		position: relative;
		overflow: visible;
		margin-top: -140px;
	}

	.initiative-card {
		width: 75%;
		margin: auto;
	}

	.initiative .initiative-lead {
		padding: 0 43px;
	}

	.initiatives-slider .swiper-slide {
		height: auto;
	}

	.l-content {
		padding-top: 60px;
    	padding-bottom: 60px;
	}

	.l-content__inner {
		flex-direction: column;
		gap: 0;
		margin-bottom: -40px;
	}

	.l-content__left {
		display: contents;
	}

	.l-content__label {
		order: 1;
		text-align: center;
	}

	.l-content__title {
		font-size: 29px;
		margin: 0 0 20px;
		order: 2;
		text-align: center;
	}

	.l-content__image {
		order: 3;
		width: 46%;
		max-width: 260px;
		margin: 0 auto;
	}

	.l-content__image img {
		width: 100%;
		margin: 0 auto;
	}

	.l-content__body {
		order: 4;
	}

	.l-content__lead {
		font-size: 14px;
		margin-top: 20px;
		line-height: 1.6;
	}

	.l-content__lead span {
		font-size: 14px;
	}

	.activities-img {
		width: 50%;
		max-width: 260px;
	}

	main::before {
		top: 4.5%;
		left: 50%;
		width: 100vw;
		height: 193rem;
		background: url(../img/women/bg-sp_01.png) no-repeat;
	}

	main::after {
		top: 4%;
		left: 50%;
		width: 100vw;
		height: 200vh;
		background: url(../img/women/bg-sp_02.png) no-repeat;
	}
}