
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap');

/* 上書き */
.headering {
	height: 726px;
	margin-bottom: 0;
}
.headering h1 {
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
}
h1 span {
	color: #fff;
}
.headering img {
	height: 734px;
}

.btn a {
	padding-left: 40px;
	padding-right: 40px;
}
.btn a::before {
	width: 100%;
}
.block .btn a[target="_blank"]::after {
	right: 18px;
}
.block ul.list li::before {
	color: #066bb7;
}
/* ------------------------------
 メイン
------------------------------ */
.text-head {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	text-align: center;
	color: #fff;
	text-shadow: 8px 8px 8px rgba(0, 96, 191, .3);
}
.head-lead {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
}
.headering .font-en {
	font-family: 'Manrope', sans-serif;
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 1.2;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.text-head {
		width: 1140px;
	}
	.btn a {
		min-width: 360px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.headering {
		height: 360px;
	}
	.headering img {
		height: 360px;
	}
	.headering h1 {
		top: 30px;
	}
	.text-head {
		width: 90%;
		transform: translate(-50%, -40%);
	}
	.head-lead {
		font-size: 2.4rem;
	}
	.headering .font-en {
		font-size: 4rem;
	}
	
}

/* ------------------------------
 共通できそうなパーツCSS
------------------------------ */
.bgBlock {
	padding: 55px 0;
	background-color: #eef9fc;
}
.bgBox {
	padding: 45px 50px;
	border-radius: 32px;
	background-color: #eef9fc;
}
/* リスト横並び */
ul.inline {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
}
ul.inline.jc-c,
.pageLink.jc-c ul {
	justify-content: center;
}
/* 角R */
.r16 {
	border-radius: 16px;
}
/* 影 */
.box-shadow {
	box-shadow: 8px 8px 8px rgba(0, 0, 0, .1);
}
/* アイコン */
.icon-c {
	font-weight: bold;
}
.icon-c::before {
	content: "●";
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 1.0rem;
	color: #066bb7;
	vertical-align: middle;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc_mr20 {
		margin-right: 20px;
	}
	.pc_mt30 {
		margin-top: 30px;
	}
	.w279 {
		width: 279px;
	}
	.w306 {
		width: 306px;
	}
	.w440 {
		width: 440px;
	}
	.w566 {
		width: 566px;
	}
	.w960 {
		width: 960px;
	}
	
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.bgBlock {
		padding: 30px 0;
	}
	.bgBox {
		padding: 25px;
		border-radius: 16px;
	}
	ul.sp_inline {
		display: flex;
		flex-wrap: wrap;
		gap: 0 1em;
	}
	ul.sp_inline.jc-c {
		justify-content: center;
	}
	.sp_w2-3 {
		width: 65.351%;
	}
}
/* ------------------------------
 一番最初のブロック
------------------------------ */
.themeBlock {
	position: relative;
}
.themeBlock > * {
	position: relative;
	z-index: 1;
}
.themeBox {
	padding: 25px 35px;
	background-color: #fff;
	border-radius: 32px;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, .16);
}
.contentsTop .themeBox h2 {
	margin-bottom: 18px;
	padding-bottom: 20px;
	line-height: 1.2;
}
.contentsTop .themeBox h2::after {
	content: none;
}
.contentsTop .themeBox h2::before {
	height: 4px;
}
.contentsTop .themeBox h2 span {
	display: inline-block;
	margin-bottom: 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.8rem;
	font-weight: bold;
}
.contentsTop .themeBox h2 small {
	font-size: 64.29%;
}

/* 青 */
.themeBox.blueBox h2::before {
	background-color: #26b4d7;
}
.themeBox.blueBox ul.list li::before,
.themeBox.blueBox h2 .color {
	color: #26b4d7;
}
/* 緑 */
.themeBox.greenBox h2::before {
	background-color: #28a839;
}
.themeBox.greenBox ul.list li::before,
.themeBox.greenBox h2 .color {
	color: #28a839;
}
/* 緑 */
.themeBox.pinkBox h2::before {
	background-color: #dc007b;
}
.themeBox.pinkBox ul.list li::before,
.themeBox.pinkBox h2 .color {
	color: #dc007b;
}
/* 画像 */
.themeImgBox {
	position: absolute;
	top: 39%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
}
.themeImgBox::after {
	content: "";
	width: 792px;
	height: 792px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	background: radial-gradient(#fff, #fff 55%, rgba(255,255,255, 0) 70%);
}
.zindex-2 {
	position: relative;
	z-index: 2;
}
@media print, screen and (min-width: 768px) {
	.themeBox ul.sp_inline {
		display: inline-flex;
		flex-direction: column;
		justify-content: flex-start;
		text-align: left;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* 画像 */
	.themeImgBox {
		position: relative;
	}
	.themeBox {
		width: 100%;
		padding: 25px;
		border-radius: 16px;
	}
	.themeImgBox img {
		width: 65%;
		border-radius: 40px;
	}
	.themeImgBox::after {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
}

/* ------------------------------
 環境保全への取り組み
------------------------------ */

/* ------------------------------
 循環資源への取り組み
------------------------------ */
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	
}