@charset "utf-8";
/* ==================================================
		
		DX戦略 PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/img/vi-bg01-about.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.greeting
-------------------------------------------------- */
.main .greeting {
}
/* --------------------------------------------------
		.position
-------------------------------------------------- */
.main .greeting .position {
	min-height: 413px;
	background: #f3f0ed;
	display: flex;
	justify-content: center;
}
.main .greeting .position .position-inner {
	width: 904px;
	position: relative;
	display: flex;
	align-items: center;
}
.main .greeting .position .position-inner .position-box {
	color: #63462a;
	width: 558px;
	padding-left: 30px;
}
.main .greeting .position .position-inner .position-box > h3 {
	font-size: 35px;
	letter-spacing: -1px;
}
.main .greeting .position .position-inner .position-box > p {
	font-size: 14px;
	margin-top: 15px;
}
.main .greeting .position .position-inner .position-box > dl {
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}
.main .greeting .position .position-inner > .img {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* --------------------------------------------------
		.greeting-inner
-------------------------------------------------- */
.main .greeting .greeting-inner {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.main .greeting .greeting-inner .greeting-box > section {
 width: 904px;
 padding: 18px 20px 30px;
 border: 5px solid #edf5f9;
 background: #f8fcff;
 margin-top: 20px;
 box-sizing: border-box;
}
.main .greeting .greeting-inner .greeting-box > section:first-child {
	margin-top: 0;
}
.main .greeting .greeting-inner .greeting-box > section > h4 {
 font-size: 35px;
 color: #0775a8;
 text-align: center;
}
.main .greeting .greeting-inner .greeting-box > section > p {
	font-size: 14px;
	color: #555555;
	margin-top: 15px;
}
}

/* ==================================================
		
		DX戦略 SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
.vi .vi-inner {
	background: url(/img/vi-bg01-about.jpg) no-repeat center / cover;
}
/* --------------------------------------------------
		.greeting
-------------------------------------------------- */
.main .greeting {
}
/* --------------------------------------------------
		.position
-------------------------------------------------- */
.main .greeting .position {
	padding: 20px 12px;
	background: #f3f0ed;
}
.main .greeting .position .position-inner {
	display: flex;
	flex-direction: column-reverse;
}
.main .greeting .position .position-inner .position-box {
	color: #63462a;
	margin-top: 5px;
	overflow: hidden;
}
.main .greeting .position .position-inner .position-box > h3 {
	font-size: 18px;
}
.main .greeting .position .position-inner .position-box > p {
	font-size: 12px;
	margin-top: 5px;
}
.main .greeting .position .position-inner .position-box > dl {
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}
.main .greeting .position .position-inner .position-box > .img {
	float: right;
	width: 47%;
	margin-left: 15px;
}

/* --------------------------------------------------
		.greeting-inner
-------------------------------------------------- */
.main .greeting .greeting-inner {
	padding: 20px 12px 0;
}
.main .greeting .greeting-inner .greeting-box > section {
 padding: 15px;
 border: 5px solid #edf5f9;
 background: #f8fcff;
 margin-top: 10px;
 box-sizing: border-box;
}
.main .greeting .greeting-inner .greeting-box > section:first-child {
	margin-top: 0;
}
.main .greeting .greeting-inner .greeting-box > section > h4 {
	font-size: 18px;
	color: #0775a8;
	text-align: center;
}
.main .greeting .greeting-inner .greeting-box > section > p {
	font-size: 12px;
	text-align: left;
	color: #555555;
	margin-top: 10px;
}
}
