/* フッター */
.Director {

			width				: 100%;
			font-size			: calc(120% + (100vw - 1024px) / 2000);
			background-image	: url(/TsujikawaKouji/img/IMG_0374.JPG);
			background-repeat	: no-repeat;
			background-position	: top center;
			background-size		: cover;
			height				: 20em;
			max-height			: 2400px;
			//margin				: 1vw;
			color				: #FFFFFF;
}
.DirectorCareer {
			display			: flex;
}


.MedicalTreatmentTitle {
			width				: 100%;
			text-align			: center;
}

.Main .Image{
			width 				: 10vw;
			height 				: auto;
}

.Main .Image img{
			width 				: 100%;
			height 				: 100%;
}
.test {
	display	:flex;
	    justify-content: center;
    align-items: center;
    	width	:100%;
    height		:100vh;
}

.test .Image{
		margin	:atuo;
		width	:100%;
    	height		:auto;
    	text-align	:center;
}