@charset "UTF-8";

.greeting_ttl {
	width:100%;
	margin: 0 auto;
	text-align: center;
}

.greeting_ttl h2 {
	font-size: 38px;
	color: #084a95;
	line-height: 1.2;
	letter-spacing:0.18em;
}

.greetingBoxLeft {
	width: 1010px;
	margin: 70px auto 180px;
	position: relative;
}

.greetingBoxRight {
	width: 1010px;
	margin: 70px auto 180px;
	position: relative;
}

.greetingBoxLeft.ph01 {
	background:url(../images/greeting/photo_ozaki.jpg) no-repeat left bottom;
	background-size: auto 100%;
}

.greetingBoxRight.ph02 {
	background:url(../images/greeting/photo_yoshida.jpg) no-repeat right bottom;
	background-size: auto 100%;
	margin-top: 120px;
}

.greetingBoxLeft.ph03 {
	background:url(../images/greeting/photo_yamada.jpg) no-repeat left -30px bottom;
	background-size: auto 100%;
	margin-top: 120px;
}

.greetingBoxRight.ph04 {
	background:url(../images/greeting/photo_tahara.jpg) no-repeat right -40px bottom;
	background-size: auto 100%;
	margin-top: 120px;
}

.greetingBoxLeft .th {
	position: absolute;
	top:-80px;
	left: 10px;
	font-size: 96px;
	color: #084a95;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	font-style: italic;
	letter-spacing:0.08em;
}

.greetingBoxLeft .th span {
	font-size: 76px;
	color: #084a95;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	font-style: italic;
	letter-spacing:0.08em;
}

.greetingBoxLeft p.txt {
	margin-left: 510px;
	background: #fff;
	padding: 0 0 34px 30px;
	margin-top: 0;
	color: #084a95;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
}

.greetingBoxLeft .label {
	position: absolute;
	bottom:0;
	left: 0;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
}

.greetingBoxLeft .label span {
	-webkit-text-orientation: mixed; 
	text-orientation: mixed;
	background: #fff;
	padding: 10px 0 0;
	font-size: 46px;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	line-height: 1;
	font-style: italic;
	letter-spacing:0.08em;
}

.greetingBoxLeft .profile {
	width: 410px;
	margin-left: 600px;
	background: #fff;
	padding: 20px 0 0 30px;
	text-align: right;
	color: #084a95;
}

.greetingBoxLeft .profile p {
	color: #084a95;
	font-size: 20px;
	letter-spacing:0.12em;
}

.greetingBoxLeft .profile p:first-child span {
	font-size: 30px;
}

.greetingBoxLeft .profile p:last-child {
	font-size: 38px;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	font-style: italic;
	letter-spacing:0.08em;
	margin-top: 30px;
}

/* right */
.greetingBoxRight .th {
	position: absolute;
	top:-80px;
	right: 10px;
	font-size: 96px;
	color: #084a95;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	font-style: italic;
	letter-spacing:0.08em;
}

.greetingBoxRight .th span {
	font-size: 76px;
	color: #084a95;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	font-style: italic;
	letter-spacing:0.08em;
}

.greetingBoxRight p.txt {
	margin-right: 510px;
	background: #fff;
	padding: 0 30px 34px 0;
	margin-top: 0;
	color: #084a95;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-ideograph;
}

.greetingBoxRight .label {
	position: absolute;
	bottom:0;
	right: -6px;
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
}

.greetingBoxRight .label span {
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	background: #fff;
	padding: 10px 6px 0;
	font-size: 46px;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	line-height: 1;
	font-style: italic;
	letter-spacing:0.08em;
}

.greetingBoxRight .profile {
	width: 310px;
	margin-right: 700px;
	background: #fff;
	padding: 40px 30px 0 0;
	color: #084a95;
}

.greetingBoxRight .profile p {
	color: #084a95;
	font-size: 20px;
	letter-spacing:0.12em;
}

.greetingBoxRight .profile p:first-child span {
	font-size: 30px;
}

.greetingBoxRight .profile p:last-child {
	font-size: 38px;
	font-family: 'Lato', sans-serif !important;
	font-weight:300;
	font-style: italic;
	letter-spacing:0.08em;
	margin-top: 30px;
}

.greetingBoxRight.ph02 .profile {
	width: 410px;
	margin-right: 600px;
	padding: 0 30px 0 0;
}

.greetingBoxLeft.ph03 .profile {
	width: 410px;
	margin-left: 600px;
	padding: 0 0 0 30px;
}

.greetingBoxRight.ph04 .profile {
	width: 410px;
	margin-right: 600px;
	padding: 20px 30px 0 0;
}



@media screen and (max-width:1024px) {
	.greetingBoxLeft {
		width: 94%;
		margin: 70px auto;
	}

	.greetingBoxRight {
		width: 94%;
		margin: 70px auto;
	}
	
	.greetingBoxLeft .th {
		font-size: 80px;
		top:-60px;
	}
	.greetingBoxLeft .th span {
		font-size: 56px;
	}
	
	.greetingBoxRight .th {
		font-size: 80px;
		top:-60px;
	}
	.greetingBoxRight .th span {
		font-size: 56px;
	}
	
	.greetingBoxLeft.ph01 {
		background:url(../images/greeting/photo_ozaki.jpg) no-repeat left -120px bottom;
		background-size: auto 100%;
	}
	.greetingBoxRight.ph02 {
		background:url(../images/greeting/photo_yoshida.jpg) no-repeat right -100px bottom;
		background-size: auto 100%;
		margin-top: 120px;
	}

	.greetingBoxLeft.ph03 {
		background:url(../images/greeting/photo_yamada.jpg) no-repeat left -120px bottom;
		background-size: auto 100%;
		margin-top: 120px;
	}

	.greetingBoxRight.ph04 {
		background:url(../images/greeting/photo_tahara.jpg) no-repeat right -140px bottom;
		background-size: auto 100%;
		margin-top: 120px;
	}
	
	.greetingBoxLeft p.txt {
		margin-left: 410px;
		padding: 0 0 34px 30px;
		line-height: 1.8;
	}
	.greetingBoxRight p.txt {
		margin-right: 410px;
		padding: 0 30px 34px 0;
		line-height: 1.8;
	}
	
	.greetingBoxLeft .profile {
		width: 40%;
		margin-left: 60%;
		padding: 20px 0 0 30px;
	}
	
	.greetingBoxRight .profile {
		width: 30%;
		margin-right: 70%;
		padding: 30px 30px 0 0;
	}
	
	.greetingBoxLeft .label span {
		font-size: 36px;
	}
	.greetingBoxRight .label span {
		font-size: 36px;
	}
	
	.greetingBoxLeft .profile p {
		font-size: 18px;
	}

	.greetingBoxLeft .profile p:first-child span {
		font-size: 26px;
	}

	.greetingBoxLeft .profile p:last-child {
		font-size: 28px;
		margin-top: 20px;
	}
	
	.greetingBoxRight .profile p {
		font-size: 18px;
	}
	.greetingBoxRight .profile p:first-child span {
		font-size: 26px;
	}
	.greetingBoxRight .profile p:last-child {
		font-size: 28px;
		margin-top: 20px;
	}
	
	.greetingBoxRight.ph02 .profile {
		width: 40%;
		margin-right: 60%;
		padding: 0 20px 0 0;
	}

	.greetingBoxLeft.ph03 .profile {
		width: 40%;
		margin-left: 60%;
		padding: 0 0 0 20px;
	}

	.greetingBoxRight.ph04 .profile {
		width: 40%;
		margin-right: 60%;
		padding: 0 20px 0 0;
	}

}


@media screen and (max-width:900px) {
	.greetingBoxLeft p.txt {
		font-size:1.562vw;
	}
	.greetingBoxRight p.txt {
		font-size:1.562vw;
	}
}


@media screen and (max-width:800px) {
	.greetingBoxLeft.ph01 {
		background:url(../images/greeting/photo_ozaki.jpg) no-repeat left -160px bottom;
		background-size: auto 100%;
	}
	.greetingBoxRight.ph02 {
		background:url(../images/greeting/photo_yoshida.jpg) no-repeat right -180px bottom;
		background-size: auto 100%;
		margin-top: 120px;
	}

	.greetingBoxLeft.ph03 {
		background:url(../images/greeting/photo_yamada.jpg) no-repeat left -160px bottom;
		background-size: auto 100%;
		margin-top: 120px;
	}

	.greetingBoxRight.ph04 {
		background:url(../images/greeting/photo_tahara.jpg) no-repeat right -180px bottom;
		background-size: auto 100%;
		margin-top: 120px;
	}
	
	.greetingBoxLeft .profile p {
		font-size: 1.888vw;
	}

	.greetingBoxLeft .profile p:first-child span {
		font-size: 2.678vw;
	}

	.greetingBoxLeft .profile p:last-child {
		font-size: 3.278vw;
		margin-top: 20px;
	}
	
	.greetingBoxRight .profile p {
		font-size: 1.888vw;
	}
	.greetingBoxRight .profile p:first-child span {
		font-size: 2.678vw;
	}
	.greetingBoxRight .profile p:last-child {
		font-size: 3.278vw;
		margin-top: 20px;
	}
}


@media screen and (max-width: 736px) and (orientation: landscape) {
	.greetingBoxLeft p.txt {
		font-size:2.2862vw !important;
	}
	
	.greetingBoxRight p.txt {
		font-size:2.2862vw !important;
	}
}

@media screen and (max-width:768px) {
	
	.greetingBoxLeft {
		width: 88%;
		margin: 70px auto;
	}

	.greetingBoxRight {
		width: 88%;
		margin: 70px auto;
	}
	.greeting_ttl h2 {
		font-size: 5.262vw;
	}
	.greetingBoxLeft.ph01 {
		background:url(../images/greeting/photo_ozaki.jpg) no-repeat left top;
		background-size: 100% auto;
		padding-top:400px;
	}

	.greetingBoxRight.ph02 {
		background:url(../images/greeting/photo_toshida.jpg) no-repeat right top -60px;
		background-size: 100% auto;
		margin-top: 100px;
		padding-top:400px;
	}

	.greetingBoxLeft.ph03 {
		background:url(../images/greeting/photo_yamada.jpg) no-repeat left top;
		background-size: 100% auto;
		margin-top: 100px;
		padding-top:400px;
	}

	.greetingBoxRight.ph04 {
		background:url("../images/greeting/photo_tahara.jpg") no-repeat right top;
		background-size: 100% auto;
		margin-top: 100px;
		padding-top:400px;
	}
	
	.greetingBoxLeft p.txt {
		margin-left: 30px;
		padding: 30px 0 34px 30px;
		font-size:2.262vw;
	}
	
	.greetingBoxRight p.txt {
		margin-right: 30px;
		padding: 30px 30px 34px 0;
		font-size:2.262vw;
	}
	
	.greetingBoxLeft .label {
		position: absolute;
		top:0;
		right: -6px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.greetingBoxLeft .label span {
		padding: 10px 6px 0;
		font-size: 42px;
	}
	
	.greetingBoxRight .label {
		position: absolute;
		top:0;
		right: inherit;
		left: 5px !important;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.greetingBoxRight .label span {
		padding: 10px 0 0;
		font-size: 42px;
	}

	.greetingBoxLeft .profile {
		width: 100% !important;
		margin-left: 0 !important;
		padding: 0;
		text-align: right;
	}
	
	.greetingBoxRight .profile {
		width: 100% !important;
		margin-right: 20%;
		padding: 0;
		text-align: left;
	}
	
	.greetingBoxLeft .profile p {
		font-size: 2.888vw;
	}

	.greetingBoxLeft .profile p:first-child span {
		font-size: 3.678vw;
	}

	.greetingBoxLeft .profile p:last-child {
		font-size: 4.278vw;
		margin-top: 10px;
	}
	
	.greetingBoxRight .profile p {
		font-size: 2.888vw;
	}
	.greetingBoxRight .profile p:first-child span {
		font-size: 3.678vw;
	}
	.greetingBoxRight .profile p:last-child {
		font-size: 4.278vw;
		margin-top: 10px;
	}
	
}


@media screen and (max-width:640px) {
	
	.greeting_ttl h2 {
		font-size: 6.2262vw;
		line-height: 1.8;
	}
	.greetingBoxRight.ph02 {
		background:url(../images/greeting/photo_yoshida.jpg) no-repeat right top;
		background-size: 100% auto;
		margin-top: 100px;
		padding-top:400px;
	}
	
	.greetingBoxLeft .th {
		font-size: 68px;
		top:-50px;
	}
	.greetingBoxLeft .th span {
		font-size: 50px;
	}
	
	.greetingBoxRight .th {
		font-size: 68px;
		top:-50px;
	}
	.greetingBoxRight .th span {
		font-size: 50px;
	}
	
	.greetingBoxLeft p.txt {
		margin-left: 0;
		padding: 30px 0 34px;
		font-size: 3.262vw;
	}
	
	.greetingBoxRight p.txt {
		margin-right: 0;
		padding: 30px 0 34px;
		font-size: 3.262vw;
	}
	
	.greetingBoxLeft .profile {
		width: 100% !important;
		margin-left: 0 !important;
		padding: 0;
	}
	
	.greetingBoxRight .profile {
		width: 100% !important;
		margin-right: 0;
		padding: 0;
		text-align: left;
	}
	
	.greetingBoxLeft .profile p {
		font-size: 2.888vw;
	}

	.greetingBoxLeft .profile p:first-child span {
		font-size: 3.678vw;
	}

	.greetingBoxLeft .profile p:last-child {
		font-size: 4.278vw;
		margin-top: 10px;
	}
	
	.greetingBoxRight .profile p {
		font-size: 2.888vw;
	}
	.greetingBoxRight .profile p:first-child span {
		font-size: 3.678vw;
	}
	.greetingBoxRight .profile p:last-child {
		font-size: 4.278vw;
		margin-top: 10px;
	}
	
	.greetingBoxLeft .label span {
		font-size: 5.888vw;
	}
	
	.greetingBoxRight .label span {
		font-size: 5.888vw;
	}
}

@media screen and (max-width:480px) {
	
	.greeting_ttl h2 {
		font-size: 6.8262vw;
		line-height: 1.2;
	}
	
	.greetingBoxLeft p.txt {
		font-size:4.086vw;
	}
	
	.greetingBoxRight p.txt {
		font-size:4.086vw;
	}
	
	.greetingBoxLeft.ph01 {
		padding-top:300px;
	}

	.greetingBoxRight.ph02 {
		padding-top:300px;
	}

	.greetingBoxLeft.ph03 {
		padding-top:300px;
	}

	.greetingBoxRight.ph04 {
		padding-top:300px;
	}
	
	.greetingBoxLeft .th {
		font-size: 64px;
		top:-50px;
	}
	.greetingBoxLeft .th span {
		font-size: 46px;
	}
	
	.greetingBoxRight .th {
		font-size: 64px;
		top:-50px;
	}
	.greetingBoxRight .th span {
		font-size: 46px;
	}
	
	.greetingBoxLeft .profile p {
		font-size: 3.888vw;
	}

	.greetingBoxLeft .profile p:first-child span {
		font-size: 4.678vw;
	}

	.greetingBoxLeft .profile p:last-child {
		font-size: 5.278vw;
	}
	
	.greetingBoxRight .profile p {
		font-size: 3.888vw;
	}
	.greetingBoxRight .profile p:first-child span {
		font-size: 4.678vw;
	}
	.greetingBoxRight .profile p:last-child {
		font-size: 5.278vw;
		margin-top: 10px;
	}
	
	.greetingBoxLeft .label span {
		font-size: 5.888vw;
	}
	
	.greetingBoxRight .label span {
		font-size: 5.888vw;
	}
}

@media screen and (max-width:340px) {
	
	.greeting_ttl h2 {
		font-size: 7.8262vw;
	}
	
	.greetingBoxLeft.ph01 {
		padding-top:260px;
	}

	.greetingBoxRight.ph02 {
		padding-top:260px;
	}

	.greetingBoxLeft.ph03 {
		padding-top:260px;
	}

	.greetingBoxRight.ph04 {
		padding-top:260px;
	}
	
	.greetingBoxLeft p.txt {
		padding-top: 20px;
	}
	
	.greetingBoxRight p.txt {
		padding-top: 20px;
	}
}
