@charset "UTF-8";
.vision {
	margin-bottom: 156px;
}
.vision_cols {
	display: flex;
	justify-content: space-between;
	min-height: 530px;
	align-items: center;
	margin-bottom: 80px;
}
.vision_cols:last-child {
	margin-bottom: 0;
}
.vision_col {}
.vision_col-no1 {
	position: relative;
	z-index: 0;
	width: calc(100% - 530px);
}
.vision_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	top: 50%;
	width: 768px;
	height: 530px;
	transform: translateY(-50%);
}
.vision_image-01 {
	background-image: url(/assets/img/vision/pt-vision01@2x.jpg?date=210122);
	left: -150px;
}
.vision_image-02 {
	background-image: url(/assets/img/vision/pt-vision02@2x.jpg?date=210122);
	right: -150px;
}
.vision_col-no2 {
	width: 530px;
	min-width: 530px;
	position: relative;
	z-index: 2;
	padding-top: 42px;
}
.vision_title {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.76;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
.vision_title-right {
	text-align: right;
}
.vision_text {}
.msg {}
.msg_title {}
.msg_title > small {}
.msg_title > b {}
.msg_image {}
.msg_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.msg_name {
	font-size: 38px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 110px;
	transform: translateY(-50%);
}
.msg_name > small {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}
.msg_text {}
.vision_cols-rev {
	flex-direction: row-reverse;
}
.vision_col-no1-rev {}
.vision_col-no2-rev {
	padding-top: 70px;
}
.msg_imageWrap {
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width: 999px) {
	.vision {
		margin-bottom: 120px;
	}
	.vision_cols {
		min-height: 414px;
		margin-bottom: 60px;
	}
	.vision_cols:last-child {}
	.vision_col {}
	.vision_col-no1 {
		width: calc(100% - 460px);
	}
	.vision_image {
		width: 600px;
		height: 414px;
	}
	.vision_image-01 {
		left: 0;
		margin-left: -130px;
	}
	.vision_image-02 {}
	.vision_col-no2 {
		width: 460px;
		min-width: 460px;
		padding-top: 30px;
	}
	.vision_title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.vision_title-right {}
	.vision_text {}
	.msg {}
	.msg_title {}
	.msg_title > small {}
	.msg_title > b {}
	.msg_image {}
	.msg_image > img {}
	.msg_name {
		font-size: 32px;
		right: 70px;
	}
	.msg_name > small {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.msg_text {}
	.vision_cols-rev {}
	.vision_col-no1-rev {}
	.vision_col-no2-rev {}
	.msg_imageWrap {}
}
@media screen and (max-width: 767px) {
	.vision {
		margin-bottom: 80px;
	}
	.vision_cols {
		display: block;
		margin-bottom: 36px;
	}
	.vision_cols:last-child {}
	.vision_col {
		width: auto;
	}
	.vision_col-no1 {
		height: 242px;
		margin-bottom: 29px;
	}
	.vision_image {
		height: 242px;
		width: 350px;
	}
	.vision_image-01 {
		margin-left: -20px;
	}
	.vision_image-02 {
		right: 0;
		margin-right: -20px;
	}
	.vision_col-no2 {
		min-width: 0;
		padding-top: 0;
	}
	.vision_title {
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 16px;
	}
	.vision_title-right {
		text-align: left;
	}
	.vision_text {}
	.msg {}
	.msg_title {}
	.msg_title > small {}
	.msg_title > b {}
	.msg_image {
		margin-bottom: 50px;
		padding-bottom: 64%;
		background-image: url(/assets/img/vision/pt-message01_sp@2x.jpg);
		background-size: cover;
		background-position: center center;
		background-color: #f3f4fa;
	}
	.msg_image > img {
		display: none;
	}
	.msg_name {
		position: static;
		transform: none;
	}
	.msg_name > small {}
	.msg_text {}
	.vision_cols-rev {}
	.vision_col-no1-rev {}
	.vision_col-no2-rev {}
	.msg_imageWrap {
		margin-bottom: 35px;
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media screen and (max-width: 374px) {
	.vision_image-01 {
		margin-left: -50px;
	}
	.vision_image-02 {
		margin-right: -50px;
	}
}
