@charset "UTF-8";
/*--------------------------------------------------

カラー設定
メインカラー（グリーン）	#00A593
サブカラー（グレー）	#63666A
サブカラー（黄緑）	#97D700

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

タブレット（通常795px）
@media screen and (max-width: 970px) {

}

@media screen and (max-width: 420px) {

}


--------------------------------------------------*/


/*------------------------------------------
挨拶
------------------------------------------*/
.contents {
	font-size: 17px;
	line-height: 2.0em;
}

/*紹介*/
.introduction {
	margin-bottom: 60px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 20px 40px;
}
.word_block {
	text-align: right;
}
.role {
	margin-bottom: 10px;
}
.role, .belong {
	font-size: 15px;
}
.name {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
	.introduction {
		flex-direction: column-reverse;
		align-items: center;
	}
	.role, .belong {
		font-size: 13px;
	}
}

.photo_block {
	width: 150px;
	height: 200px;
}
.photo_block img {
	vertical-align: top;
	width: 100%;
}