@charset "utf-8";
/* ****************************************************
index.css
Define container /30th/chairman/index.html
***************************************************** */

/* ------------------------------------------------------
 * chairman_heading02
------------------------------------------------------ */
@media print, screen and (min-width: 769px) {
	.chairman_heading02 {
		margin-bottom: 30px;
		background: url("/30th/view/images/index_im01.jpg")no-repeat center center;
		background-size: cover;
	}
	.chairman_heading02_inner {
		width: 1200px;
		min-height: 400px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 40px;
	}
	.chairman_heading02_text_wrap {
		width: 480px;
		margin: 35px 0 0 0;
	}
	.chairman_heading02_title {
		font-size: 26px;
		font-weight: 700;
		line-height: 1.4;
	}
	.chairman_heading02_text {
		display: flex;
		justify-content: flex-end;
		margin-top: 88px;
	}
	.chairman_heading02_text > span {
		font-size: 15px;
		font-weight: 700;
		line-height: 1.6;
		padding-right: .8em;
	}
	.chairman_heading02_image_wrap{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.chairman_heading02 {
		width: calc(100% + 36px);
		margin: 0 0  15px -18px;
	}
	.chairman_heading02_title {
		padding: 0 1em;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.4;
	}
	.chairman_heading02_text {
		margin-top: 14px;
		padding: 0 1em;
		text-align: right;
	}
	.chairman_heading02_text > span {
		font-size: 12px;
		font-weight: 700;
		line-height: 1.5;
	}
	.chairman_heading02_image_wrap{
		margin-top: 15px;
	}
	.chairman_heading02_image_wrap > img {
		width: 100%;
		vertical-align: bottom;
	}
}