@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.ttlArea .inner {
	background-image: url("../img/vision/ttl_img.webp");
}
.ttlArea .inner h1 {
	color: #000;
}
/* 共通 */
.visionArea .inner .desc {
	padding: 60px 20px;
}
.visionArea .inner .desc .h2Area {
	padding-bottom: 36px;
	text-align: center;
}
.visionArea .inner .desc .h2Area h2 {
	font-size: 26px;
  line-height: 1;
	display: inline-block;
  position: relative;
  padding: 5px;
  border-bottom: solid 1px #000;
  width: 360px;
}
.visionArea .inner .desc .h2Area h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
	left: 0;
	right: 0;
	border-bottom: solid 2px #000;
}
.visionArea .inner .desc .ttl {
	font-size: 28px;
	line-height: 1;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #003366;
}
.visionArea .inner .desc .txtArea p,
.visionArea .inner .desc ul li {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	padding-top: 26px;
}
/* desc01 */
.visionArea .inner .desc01 {
	text-align: center;
}
.visionArea .inner .desc01 .txtArea .name span {
	font-size: 18px;
}
.visionArea .inner .desc01 .imgArea {
	padding-top: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
.visionArea .inner .desc01 .imgArea .img {
	width: calc(33.33% - ((20px * 2) / 3));
	height: 186px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.visionArea .inner .desc01 .imgArea .img01 {
	background-image: url("../img/vision/d01_img01.webp");
}
.visionArea .inner .desc01 .imgArea .img02 {
	background-image: url("../img/vision/d01_img02.webp");
}
.visionArea .inner .desc01 .imgArea .img03 {
	background-image: url("../img/vision/d01_img03.webp");
}
.visionArea .inner .desc02 .imgArea .img04 {
	background-image: url("../img/vision/d01_img04.webp");
}
.visionArea .inner .desc02 .imgArea .img05 {
	background-image: url("../img/vision/d01_img05.webp?v=241004");
}
.visionArea .inner .desc02 .imgArea .img06 {
	background-image: url("../img/vision/d01_img06.webp");
}
/* desc02 */
.visionArea .inner .desc02 {
	text-align: center;
}
.visionArea .inner .desc02 .imgArea {
	padding-top: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
.visionArea .inner .desc02 .imgArea .img {
	width: calc(33.33% - ((20px * 2) / 3));
	height: 186px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*.visionArea .inner .desc02 .imgArea .img {
	height: 186px;
	background-image: url("../img/vision/d01_img04.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}*/
/* desc03 */
.visionArea .inner .desc03 {
	text-align: center;
}
.visionArea .inner .desc03 .txtArea p {
	padding-top: 10px;
}
.visionArea .inner .desc03 .txtArea ul {
	padding-top: 14px;
	max-width: 640px;
	margin: 0 auto;
	text-align: left;
}
.visionArea .inner .desc03 .txtArea ul li {
	padding-left: 26px;
	position: relative;
}
.visionArea .inner .desc03 .txtArea ul li:before {
	content: "一、";
	position: absolute;
	top: 26px;
	left: 0;
}
.visionArea .inner .desc03 .imgArea {
	padding-top: 36px;
	max-width: 600px;
	margin: 0 auto;
}
.visionArea .inner .desc03 .imgArea ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.visionArea .inner .desc03 .imgArea ul li {
	width: calc(50%);
}
.visionArea .inner .desc03 .imgArea ul li .img {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.visionArea .inner .desc03 .imgArea ul li .img a {
	display: inline-block;
}
.visionArea .inner .desc03 .imgArea ul li .img a:hover {
	opacity: .7;
}
.visionArea .inner .desc03 .imgArea ul li p {
	padding-top: 16px;
}
@media screen and (max-width: 1000px) {
/* ttlArea */
	.ttlArea .inner {
		background-image: url("../img/vision/ttl_img_sp.webp");
	}
	.ttlArea .inner h1 {
		color: #fff;
		text-shadow: 1px 1px 4px #444;
	}
/* 共通 */
	.visionArea .inner .desc {
		padding: 50px 6vw;
	}
	.visionArea .inner .desc .ttl {
		font-size: 18px;
	}
	.visionArea .inner .desc .txtArea {
		text-align: left;
		max-width: 600px;
		margin: 0 auto;
	}
	.visionArea .inner .desc .txtArea p,
	.visionArea .inner .desc ul li {
		padding-top: 10px;
	}
	.visionArea .inner .desc .txtArea .name {
		text-align: right;
	}
/* desc01 */
	.visionArea .inner .desc01 .ttl {
		padding-top: 0;
		padding-bottom: 14px;
	}
	.visionArea .inner .desc01 .txtArea .name span {
		font-size: 15px;
	}
	.visionArea .inner .desc01 .imgArea {
		padding-top: 30px;
	}

	.visionArea .inner .desc01 .imgArea .img {
		width: calc(33.33% - ((10px * 2) / 3));
		height: 160px;
	}
/* desc02 */
	.visionArea .inner .desc02 .imgArea {
		padding-top: 30px;
	}
	.visionArea .inner .desc02 .imgArea .img {
		width: calc(33.33% - ((10px * 2) / 3));
		height: 160px;
	}
/* desc03 */
	.visionArea .inner .desc .h2Area {
    padding-bottom: 26px;
	}
	.visionArea .inner .desc03 .txtArea ul {
    width: 100%;
	}
	.visionArea .inner .desc03 .txtArea ul li:before {
		top: 9px;
	}
	.visionArea .inner .desc03 .imgArea {
		padding-top: 30px;
	}
	.visionArea .inner .desc03 .imgArea ul li p {
		padding-top: 10px;
	}
}	
@media screen and (max-width: 767px) {
/* 共通 */
	.visionArea .inner .desc {
		padding: 40px 6vw;
	}
	.visionArea .inner .desc .h2Area {
		padding-bottom: 30px;
	}
	.visionArea .inner .desc .h2Area h2 {
		font-size: 20px;
		width: 300px;
	}
/* desc01 */
	.visionArea .inner .desc01 .imgArea .img {
    width: calc(33.33% - ((6px * 2) / 3));
    height: 130px;
	}
/* desc02 */
	.visionArea .inner .desc02 .imgArea .img {
    width: calc(33.33% - ((6px * 2) / 3));
    height: 130px;
	}	
/* desc03 */
	.visionArea .inner .desc03 .h2Area {
    padding-bottom: 20px;
	}
}	
@media screen and (max-width: 600px) {
/* 共通 */
	.visionArea .inner .desc {
		padding: 40px 6vw 10px;
	}
	.visionArea .inner .desc .h2Area h2 {
		font-size: 4vw;
	}
	.visionArea .inner .desc .txtArea p,
	.visionArea .inner .desc ul li {
		padding-top: 8px;
		line-height: 1.4;
	}
/* desc01 */
	.visionArea .inner .desc01 .ttl {
		line-height: 1.2;
		font-size: 16px;
	}
	.visionArea .inner .desc01 .imgArea .img {
		width: calc(33.33%);
		height: 80px;
	}
/* desc02 */
	.visionArea .inner .desc02 .imgArea .img {
		width: calc(33.33%);
		height: 80px;
	}	
/* desc03 */
	.visionArea .inner {
		padding-bottom: 30px;
	}
}	
@media screen and (max-width: 400px) {
/* 共通 */
	.visionArea .inner .desc .h2Area h2 {
		font-size: 6vw;
		width: 100%;
	}
/* desc03 */
	.visionArea .inner .desc03 .imgArea ul li {
		width: calc(46%);
	}
}	