@charset "UTF-8";
.msg {}
.msg_title {}
.msg_text {
	text-align: center;
	margin-bottom: 80px;
}
.msg_bg {
	background-image: url(/assets/img/about-us_message/pt-message01.jpg?date=191202);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 476px;
	margin: 0 -360px -148px;
	z-index: 0;
}
.msg_bg::before {
	width: 10.8%;
	height: 100%;
}
.msg_bg::after {
	width: 10.8%;
	height: 100%;
}
.greet {
	padding: 60px 80px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.msg_text + .greet {
	padding-top: 0;
}
.greet_title {
	font-size: 26px;
	color: #73a2c8;
	text-align: center;
	line-height: 1.4;
	justify-content: center;
	margin-bottom: 62px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.greet_title > b {
	font-weight: inherit;
	display: block;
}
.greet_title > b::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000000;
	max-width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.greet_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.greet_col {}
.greet_col-no1 {
	width: 53.7%;
}
.greet_text {
	margin-bottom: 71px;
}
.greet_dList {
	list-style: none;
}
.greet_dList > dt {
	color: #73a2c8;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 15px;
}
.greet_dList > dt > small {
	font-weight: normal;
	letter-spacing: 0.1em;
}
.greet_dList > dt > b {
	font-weight: bold;
	font-size: 12px;
}
.greet_dList > dd {
	line-height: 1;
	font-size: 28px;
	font-weight: 600;
	color: #73a2c8;
}
.greet_col-no2 {
	width: 37.5%;
	padding-top: 12px;
}
.greet_image {}
.greet_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.greet_image::before {
	width: 16%;
	height: 31%;
}
.greet_image::after {
	width: 16%;
	height: 31%;
}
.greet_title-left {
	align-items: flex-start;
}
.greet_title-left > b {}
.greet_title-left > b::after {}
.greet_tblWrap {
	display: flex;
	justify-content: space-between;
}
.greet_table {
	width: 48%;
}
.greet_table > tbody {}
.greet_table > tbody > tr {}
.greet_table > tbody > tr:first-child {}
.greet_table > tbody > tr:last-child {}
.greet_table > tbody > tr > th {
	white-space: nowrap;
	font-weight: normal;
	padding: 2px 5px;
	vertical-align: top;
	text-align: left;
	letter-spacing: 0.1em;
	width: 85px;
	box-sizing: border-box;
}
.greet_table > tbody > tr > td {
	padding: 2px 5px;
	vertical-align: top;
}
@media screen and (max-width:1549px) {
	.msg_bg {
		margin-left: 0;
		width: 110vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 24.79vw;
		margin-right: 0;
		margin-bottom: -7vw;
	}
}
@media screen and (max-width:1199px) {
	.greet_col-no1 {
		width: 64%;
	}
	.greet_col-no2 {
		width: 33%;
	}
	.msg_bg {}
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.msg {}
	.msg_title {}
	.msg_text {
		margin-bottom: 40px;
	}
	.msg_bg {
		height: 200px;
	}
	.msg_bg::before {}
	.msg_bg::after {}
	.greet {
		padding: 40px 50px 0;
	}
	.greet_title {
		margin-bottom: 40px;
	}
	.greet_title > b {}
	.greet_title > b::after {}
	.greet_cols {}
	.greet_col {}
	.greet_col-no1 {
		width: 53.7%;
	}
	.greet_text {
		margin-bottom: 30px;
	}
	.greet_dList {}
	.greet_dList > dt {}
	.greet_dList > dt > small {}
	.greet_dList > dt > b {}
	.greet_dList > dd {
		font-size: 22px;
	}
	.greet_col-no2 {
		width: 38%;
	}
	.greet_image {}
	.greet_image > img {}
	.greet_title-left {}
	.greet_title-left > b {}
	.greet_title-left > b::after {}
	.greet_tblWrap {}
	.greet_table {}
	.greet_table > tbody {}
	.greet_table > tbody > tr {}
	.greet_table > tbody > tr:first-child {}
	.greet_table > tbody > tr:last-child {}
	.greet_table > tbody > tr > th {
		font-size: 13px;
	}
	.greet_table > tbody > tr > td {
		font-size: 13px;
	}
}
@media screen and (max-width:767px) {
	.msg {}
	.msg_title {}
	.msg_text {
		margin-bottom: 25px;
	}
	.msg_bg {
		height: 24.79vw;
		margin-bottom: 0;
		width: 100vw;
	}
	.msg_bg::before {
		display: none;
	}
	.msg_bg::after {
		display: none;
	}
	.greet {
		padding: 20px 10px;
	}
	.greet_title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.greet_title > b {}
	.greet_title > b::after {
		height: 2px;
		margin-top: 5px;
		max-width: 50px;
	}
	.greet_cols {
		display: block;
		margin-bottom: 25px;
	}
	.greet_col {
		width: 100%;
	}
	.greet_col-no1 {
		margin-bottom: 15px;
	}
	.greet_text {
		margin-bottom: 15px;
	}
	.greet_dList {
		text-align: right;
	}
	.greet_dList > dt {
		margin-bottom: 5px;
	}
	.greet_dList > dt > small {}
	.greet_dList > dt > b {}
	.greet_dList > dd {
		font-size: 18px;
	}
	.greet_col-no2 {}
	.greet_image {
		margin: 0 auto;
		max-width: 300px;
	}
	.greet_image > img {}
	.greet_title-left {
		margin-bottom: 10px;
	}
	.greet_title-left > b {}
	.greet_title-left > b::after {}
	.greet_tblWrap {
		display: block;
	}
	.greet_table {
		width: 100%;
	}
	.greet_table > tbody {}
	.greet_table > tbody > tr {}
	.greet_table > tbody > tr:first-child {}
	.greet_table > tbody > tr:last-child {}
	.greet_table > tbody > tr > th {
		width: 55px;
	}
	.greet_table > tbody > tr > td {}
}
