@charset "utf-8";

/*========================================================================================== INDEX ===*/
.image_heading .image{
	background-image: url("../img/main.jpg");
}
@media print, screen and (min-width: 901px) {
	.image_heading{
		height: calc(100vh - 90px);
	}
	.massage_sec{
		margin: 0 auto 0;
		padding-top: 100px;
		width: 79.06%;
		max-width: 1080px;
	}
	.massage_sec .inner{
		margin: 0 auto;
		width: 74.07%;
		max-width: 800px;
	}
	.massage_sec h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 25px;
		line-height: 1.76;
	}
	.massage_sec p{
		font-size: 15px;
		line-height: 2.3;
		margin-top: 30px;
	}
	
	.president{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		letter-spacing: .09em;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 180px;
		margin-top: 55px;
	}
	.president dt{
		font-size: 14px;
	}
	.president dd{
		font-size: 28px;
		margin-left: 20px;
	}
	
	.image img{
		height: auto;
		width: 100%;
	}
	
	#massage1 .image{
		margin: 100px auto 0;
		width: 78.43%;
	}
	
	#massage2 .image_list{
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}
	#massage2 .image_list > div:nth-child(1){
		width: 48.43%;
	}
	#massage2 .image_list > div:nth-child(2){
		margin-top: 105px;
		width: 45.83%;
	}
}
@media screen and (max-width: 900px) {
	.massage_sec{
		margin: 0 20px 0;
		padding-top: 50px;
	}
	.massage_sec h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 22px;
		line-height: 1.76;
	}
	.massage_sec p{
		font-size: 15px;
		line-height: 2.3;
		margin-top: 60px;
	}
	.massage_sec h2 + p{
		margin-top: 30px;
	}
	
	.president{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		letter-spacing: .09em;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 80px;
		margin-top: 60px;
	}
	.president dt{
		font-size: 12px;
	}
	.president dd{
		font-size: 20px;
		margin-left: 15px;
	}
	
	.image img{
		height: auto;
		width: 100%;
	}
	
	#massage1{
		padding-top: 20px;
	}
	#massage1 .image{
		margin-top: 100px;
	}
	
	#massage2 .image_list{
		margin-top: 70px;
	}
	#massage2 .image_list > div{
		width: 59.7%;
	}
	#massage2 .image_list > div:nth-child(2){
		margin-top: 20px;
		margin-left: auto;
	}
}


@media print, screen and (min-width: 901px) {
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
}
@media screen and (max-width: 900px) {	
}
