/*
Theme Name: 2chiikipf2026
Author URI: https://www.mlit.go.jp/2chiiki_pf/
Description: 2Chiiki Platform Theme
Version: 1.0.0
*/

@charset "utf-8";

h1.page-title {
	display: none;
}


.bg {
	position: relative;
	overflow: clip;
	height: 600px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw
}

.bg::before {
	content: "";
	position: absolute;
	inset: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.bg.bg01 {
	margin-top: 50px;
}

.bg.bg01::before {
	background: url(/images/about_bg_01.png) center / contain no-repeat;
}

.bg.bg03::before {
	background: url(/images/about_bg_03.png) center / contain no-repeat;
}

.h1.subtitle-en {
	text-align: center !important;
	padding-top: 0;
	margin-top: -1rem;
}

h1 {
	margin: 0px auto 48px;
}

div>h2.subtitle-jp {
	text-align: left;
	border-bottom: solid 1px var(--c-black);
	padding-bottom: 16px;
	margin-bottom: 20px;
}

div>p.subtitle-en {
	text-align: left;
}

h3 {
	margin: 0px 0 12px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

h3::before,
h3::after {
	content: "";
	width: 21px;
	height: 19px;
	flex: 0 0 24px;
	background-image: url(/images/icon-about-h3.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

div.intro {
	max-width: 700px;
	margin: auto;
}

div.intro,
div.wrap>div {
	line-height: 200%;
}

div.wrap {
	padding: 8px 0;
	display: flex;
	align-items: flex-start;
}

div.wrap img {
	max-width: 240px;
}

div.wrap03 {
	align-items: center;
}

div.wrap03>div:nth-child(2) {
	margin-left: 24px;
	margin-right: 24px;
}


div.wrap04,
div.wrap05,
div.wrap06,
div.wrap07,
div.wrap08,
div.wrap09,
div.wrap10,
div.wrap11 {
	margin-top: 48px;
}

.wrap04>div:first-of-type,
.wrap06>div:first-of-type,
.wrap08>div:first-of-type,
.wrap09>div:first-of-type,
.wrap10>div:first-of-type,
.wrap11>div:first-of-type {
	margin-right: 38px;
}

.wrap05>div:first-of-type,
.wrap07>div:first-of-type {
	margin-left: 38px;
}


div.wrap img {
	margin: auto 12px;
}

.wrap02>div:first-of-type,
.wrap05>div:first-of-type,
.wrap07>div:first-of-type {
	order: 2;

}


.bottom_img {
	text-align: center;
}

.bottom_img img {
	max-width: 100%;
}

.wrap03-bleed {
	position: relative;
	z-index: 0;
	min-height: 600px;
}

.wrap03-bleed::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;

	background: url(/images/about_bg_02.png) center / cover no-repeat;
	z-index: -1;
}

.wrap03-bleed>.wrap03 {
	position: relative;
	z-index: 1;
}


@media (max-width: 960px) {
	.h1.subtitle-en {
		padding-top: 32px;
		margin-top: 0;
	}

	.bg.bg01,
	.bg.bg03 {
		height: 200px;
	}

	div.wrap {
		flex-direction: column;
	}

	.contentArea:first-of-type h1 {
		margin-bottom: 24px;
	}

	div>h2.subtitle-jp {
		margin-top: 8px;
	}

	h3 {
		justify-content: center;
	}


	.wrap01>div,
	.wrap02>div {
		margin-bottom: 32px;
	}

	.wrap01>div:first-of-type,
	.wrap02>div:first-of-type,
	.wrap03>div:first-of-type,
	.wrap03>div:nth-of-type(2),
	.wrap04>div:first-of-type,
	.wrap05>div:first-of-type,
	.wrap06>div:first-of-type,
	.wrap07>div:first-of-type,
	.wrap08>div:first-of-type,
	.wrap09>div:first-of-type,
	.wrap10>div:first-of-type,
	.wrap11>div:first-of-type {
		margin: auto;
		margin-bottom: 16px;
	}


	div.wrap03 {
		margin: auto;
		margin-bottom: 80px;
	}

	div.wrap03>div:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}


	div.wrap08 {
		margin-top: 0;
	}

	.wrap02>div:first-of-type,
	.wrap05>div:first-of-type,
	.wrap07>div:first-of-type {
		order: 0;
	}

	.wrap04>div:first-of-type,
	.wrap06>div:first-of-type,
	.wrap05>div:first-of-type,
	.wrap07>div:first-of-type {
		margin-left: auto;
		margin-right: auto;
	}

	.wrap>div:last-of-type {
		margin-left: auto;
		margin-right: auto;
	}


}