@charset "utf-8";

/*----------------------------
	outline
------------------------------*/
.inner {
	padding: 0 15rem;
}
@media (max-width: 768px) {
	.inner {
		padding: 0 7rem;
	}
}

/* sec */
.sec {
	padding: 7rem 0 8rem;
}
.sec.bgBlue {
	background: #cee8ea;
}
.sec h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #d3595f;
	text-align: center;
	line-height: 1.75;
}
.sec h3 {
	font-size: 2rem;
	font-weight: 700;
	color: #d3595f;
	text-align: center;
	line-height: 1.75;
}
.sec h3.subheading {
	margin-top: 6rem;
}
.sec .lead {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: justify;
}
@media (max-width: 768px) {
	.sec {
		padding: 6rem 0 7rem;
	}
	.sec h2 {
		font-size: 3.4rem;
		margin: 0 -4rem;
	}
	.sec h3 {
		font-size: 3.4rem;
	}
	.sec h3.subheading {
		margin: 10rem -4rem 0;
	}
	.sec .lead {
		margin-top: 4rem;
		font-size: 3rem;
	}
}

/* sec .picWrap */
.sec .picWrap {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5rem;
}
.sec .picWrap li {
	width: calc(50% - 2.5rem);
}
.sec .cap {
	margin-top: 0.2rem;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 500;
	text-align: right;
}
@media (max-width: 768px) {
	.sec .picWrap {
		margin-top: 5rem;
		gap: 6rem;
	}
	.sec .picWrap li {
		width: 100%;
	}
	.sec .cap {
		margin-top: 0.8rem;
		font-size: 2.5rem;
	}
}

/* sec .countryWrap */
.sec .countryWrap {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: justify;
}
.sec h3 + .countryWrap {
	margin-top: 1.5rem;
}
.sec .countryWrap li + li {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.sec .countryWrap {
		margin-top: 5rem;
		font-size: 3rem;
	}
	.sec h3 + .countryWrap {
		margin-top: 4.5rem;
	}
	.sec .countryWrap li + li {
		margin-top: 5rem;
	}
}

/* sec02 */
.sec.sec02 .picWrap li {
	width: 61.1rem;
}
@media (max-width: 768px) {
	.sec.sec02 .picWrap li {
		width: 100%;
	}
}

/* sec05 */
.sec.sec05 .inner {
	padding: 0 10rem;
}
.sec.sec05 .flexWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4rem;
}
.sec.sec05 .flexWrap .flexTxtwrap {
	width: calc(100% - 35.5rem);
	padding-bottom: 6rem;
}
.sec.sec05 .flexWrap .flexPicwrap {
	width: 31.5rem;
}
.sec.sec05 .lead {
	margin-top: 3rem;
}
@media (max-width: 768px) {
	.sec.sec05 .inner {
		padding: 0 7rem;
	}
	.sec.sec05 .flexWrap {
		gap: 5rem;
	}
	.sec.sec05 .flexWrap .flexTxtwrap {
		width: 100%;
		padding-bottom: 0;
	}
	.sec.sec05 .flexWrap .flexPicwrap {
		width: 100%;
	}
	.sec.sec05 .lead {
		margin-top: 4rem;
	}
}
