/****************************************************************************************/
h1 {
	margin-top: 230px;
	margin-bottom: 101px;
}

h1 .jp {
	font-size: 4.7rem;
	transform: translateY(-2px);
}

h2 {
	font-size: 5.9rem;
	line-height: 7.4rem;
}

h3 {
	font-size: 3.1rem;
}

h4 {
	font-size: 2.3rem;
	font-weight: unset;
}
/****************************************************************************************/
#top-text {
	margin-top: 105px;
}

#top-text .desc {
	margin-top: 27px;
	font-size: 2.3rem;
	line-height: 3.9rem;
}

#top-text .smaller {
	font-size: 2.0rem;
}

#top-text .about-sdgs {
	margin-top: 68px;
}
#top-text .about-sdgs .block {
	padding: 29px 25px 25px 25px;
}
#top-text .about-sdgs .block .body {
	line-height: 2.8rem;
}
/****************************************************************************************/
#policy {
	margin-top: 129px;
}

#policy h3:before,
#policy h3:after {
	width: 56px;
}
#policy h3:before {
	transform: translateX(-89px);
}
#policy h3:after {
	margin-left: 33px;
}
/*******************************************/
#policy .image-texts {
	margin-top: 99px;
}

#policy .image-text {
	display: flex;
}
#policy .image-text:nth-child(n+2) {
	margin-top: 76px;
}
/*******************************************/
#policy .image-text .image img {
	width: 290px;
}
/*******************************************/
#policy .image-text:nth-child(2n) .text {
	padding-right: 55px;
}
#policy .image-text:nth-child(2n+1) .text {
	padding-left: 55px;
}
/*******************************************/
#policy .image-text .text .title {
	padding-bottom: 14px;
	font-size: 2.1rem;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#policy .image-text .text .body {
	margin-top: 14px;
	font-size: 1.8rem;
	line-height: 3rem;
}
/****************************************************************************************/
#post-list {
	margin-top: 191px;
}

#post-list .content-area {
	max-width: 940px;
}
#post-list .content-area > *:not(.posts) {
	padding-left: 10px;
	padding-right: 10px;
}
/****************************************************************************************/
#post-list .row {
	display: flex;
	justify-content: space-between;
}
#post-list .row:nth-child(n+2) {
	margin-top: 30px;
}

#post-list .post {
	padding: 10px 10px 9px 10px;
	width: 30.6%;
	display: inline-block;
}

#post-list .post .image-container .border {
	height: calc(100vw * 0.145);
	max-height: 174px;
}
#post-list .post .image {
	height: 100%;
}

#post-list .post .date {
	margin-top: 8px;
}
#post-list .post .title {
	margin-top: 7px;
}
#post-list .post .body {
	margin-top: 12px;
	font-size: 1.4rem;
	line-height: 2.1rem;
}
/****************************************************************************************/