@charset "UTF-8";

/* -----------------------------------------------------------
	topmessage_wrap
----------------------------------------------------------- */
.topmessage_wrap .main_image {
	max-width: 1920px;
	height: 604px;
	margin: 0 auto 120px;
	position: relative;
}
.topmessage_wrap .main_image .inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	padding-top: 120px;
}
.topmessage_wrap .main_image .picbox {
	background-image: url("../img/message_bg.jpg");
	background-position: center;
	background-size: cover;
	width: 55%;
	height: 604px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.topmessage_wrap .main_image .catwrap {
	background: #e6e6e6;
	padding: 28px 0 0 40px;
	height: 362px;
}
.topmessage_wrap .main_image .catwrap .ttl {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.02em;
	width: 40%;
}

.text_wrap {
	max-width: 774px;
	width: 90%;
	margin: 0 auto;
}
.text_wrap .text {
	line-height: 1.6;
	font-size: 16px;
	letter-spacing: 0.05em;
}
.text_wrap .name {
	font-size: 16px;
	line-height: 34px;
	text-align: right;
	margin-top: 90px;
}
.text_wrap .name span {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 16px;
	vertical-align: top;
}
@media screen and (min-width: 1051px) and (max-width: 1200px) {
.topmessage_wrap .main_image {
	height: 500px;
}
.topmessage_wrap .main_image .picbox {
	height: 500px;
}
.topmessage_wrap .main_image .inner {
	padding-top: 100px;
}
.topmessage_wrap .main_image .catwrap {
	height: 300px;
}
.topmessage_wrap .main_image .catwrap .ttl {
	font-size: 28px;
}
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
.topmessage_wrap .main_image {
	height: 400px;
	margin-bottom: 80px;
}
.topmessage_wrap .main_image .picbox {
	height: 400px;
}
.topmessage_wrap .main_image .inner {
	padding-top: 75px;
}
.topmessage_wrap .main_image .catwrap {
	height: 260px;
	padding: 18px 24px;
}
.topmessage_wrap .main_image .catwrap .ttl {
	font-size: 22px;
}
.text_wrap .text {
	font-size: 15px;
}
.text_wrap .name {
	font-size: 15px;
	line-height: 30px;
	margin-top: 80px;
}
.text_wrap .name span {
	font-size: 30px;
	line-height: 30px;
}
}
@media screen and (max-width: 767px) {
.topmessage_wrap .main_image {
	height: 400px;
	margin-bottom: 40px;
}
.topmessage_wrap .main_image .picbox {
	height: 320px;
	width: 86%;
	max-width: 540px;
	z-index: -1;
}
.topmessage_wrap .main_image .inner {
	padding-top: 0;
}
.topmessage_wrap .main_image .catwrap {
	height: 160px;
	width: 100%;
	max-width: 300px;
	padding: 16px 20px;
	position: absolute;
	left: 4%;
	bottom: 0;
}
.topmessage_wrap .main_image .catwrap .ttl {
	font-size: 20px;
	line-height: 1.4;
	width: 100%;
}
.text_wrap .text {
	font-size: 14px;
	line-height: 1.6;
}
.text_wrap .name {
	font-size: 12px;
	line-height: 22px;
	margin-top: 30px;
}
.text_wrap .name span {
	font-size: 20px;
	line-height: 20px;
	margin-left: 0;
}
@media screen and (max-width: 450px) {
.topmessage_wrap .main_image {
	height: 380px;
}
.topmessage_wrap .main_image .picbox {
	height: 250px;
}
}
}

