@charset "utf-8";

/* ------------------------------------------------------------------------------------- PARTS */


#contentsArea {
	margin: 0 auto;
	padding: 0;
	width: 87.85%;
	max-width: 1200px;
}
.messageHeading{
	border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #777777;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	font-size: 20px;
	padding-left: 13px;
	margin-right: 20px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.messageContent1 > div.block1 {
	margin: 0 0 30px;
	width: 100%;
}
.messageContent1 > div.block1 img {
	height: auto;
	width: 100%;
}
.messageContent1 > div.block2 {
	margin: auto;
	max-width: 770px;
	width: 100%;
}
.messageContent1 > div.block2 p {
	margin: 0;
	text-indent: 1em;
}
.messageContent1 > div.block2 p + p {
	margin-top: 1em;
}
.messageContent1 > div.block3 {
	margin: 1em auto 0 auto;
	max-width: 770px;
	width: 100%;
}
.messageContent1 > div.block3 p {
	font-size: 18px;
	text-align: right;
}
.messageContent1 .img_message2 {
    display: block;
    height: auto;
    margin: 30px auto 70px;
    max-width: 432px;
    width: 100%;
}
@media print, screen and (min-width:751px) {
	#vison{
		background: url("../img/business/vison_bg.webp") center center no-repeat;
		background-size: cover;
		padding: 80px 20px 80px;
		height: 1050px;
		overflow: hidden;
	}
	#vison .catch{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 26px;
		text-align: center;
	}
	#vison .fig{
		margin: 40px auto 0;
		height: 684px;
		width: 730px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#vison .fig dl{
		background-color: rgba(255,255,255,.60);
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		height: 380px;
		width: 380px;
	}
	#vison .fig dl > dt,
	#vison .fig dl > dd{
		width: 71.8%;
	}
	#vison .fig dl > dt{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 30px;
		text-align: center;
	}
	#vison .fig dl > dd{
		font-feature-settings: "palt";
		font-size: 13px;
		margin-top: 10px;
	}
	#vison .fig dl > dd sup{
		font-size: 10px;
	}
	#vison .fig dl:nth-child(1){
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	#vison .fig dl:nth-child(2){
		left: 0;
		bottom: 0;
	}
	#vison .fig dl:nth-child(3){
		right: 0;
		bottom: 0;
	}

	
}
@media screen and (min-width: 751px) and (max-width: 860px) {
	#vison .catch{
		font-size: 20px;
	}
}
@media screen and (max-width: 750px) {
	#vison{
		background: url("../img/business/vison_bg.webp") center center no-repeat;
		background-size: cover;
		padding: 60px 20px 40px;
		overflow: hidden;
	}
	#vison .catch{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
	}
	#vison .catch span{
		display: inline-block;
		white-space: nowrap;
	}
	#vison .fig{
		margin: 40px auto 0;
	}
	#vison .fig dl{
		background-color: rgba(255,255,255,.60);
		margin-top: 10px;
		padding: 20px 30px;
	}
	#vison .fig dl > dt,
	#vison .fig dl > dd{
	}
	#vison .fig dl > dt{
		font-family: 'Noto Serif JP', serif;
		font-weight: 500;
		font-size: 20px;
		text-align: center;
	}
	#vison .fig dl > dd{
		font-size: 13px;
		margin-top: 10px;
	}
	#vison .fig dl > dd sup{
		font-size: 10px;
	}
	
	
	.messageContent1 > div.block1 {
		background: url("/company/img/message/img_message1_sp.webp") no-repeat center center;
		background-size: cover;
		position: relative;
	}
	.messageContent1 > div.block1:before {
		content: "";
		display: block;
		padding-bottom: 70.6666%;
		width: 100%;
	}
	.messageContent1 > div.block1 img {
		display: none;
	}
	.messageContent1 > div.block2 {
		padding: 0 20px;
	}
	.messageContent1 > div.block3 {
		padding: 0 20px;
	}
	.messageContent1 > div.block3 p {
		font-size: 16px;
	}
    .messageContent1 .img_message2 {
        margin: 30px auto 70px;
        width: 87.878787878787879%;
    }
}