.c-lead {
	position: relative;
	padding-bottom: 200px;
}
.c-lead::after {
	content: "";
	position: absolute;		
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 186px 3000px;
	border-color: transparent transparent #f6f4f1 transparent;
}
.swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  width: auto;
}
.swiper-wrapper img {
	width: 100%;
}
.about__slider {
	padding: 72px 0 185px;
	background-color: #f6f4f1;
	position: relative;
}
.about__slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 186px 3000px 0 0;
	border-color: #f6f4f1 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
		/*.about__slider::before {
				top: -145px;
		}*/
}
.about__slider::after {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 186px 3000px;
	border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 767px) {
.about__slider::after {
		border-color: transparent transparent #f6f4f1 transparent;
}
}
.future {
	margin-top: 60px;
	padding-bottom: 90px;
}
.c-title-txt {
	margin: 45px 0 0px;  
}
.future .c-normal-txt + .c-col-wrap {
	margin-top: 0;
}
/*.section-lead + .c-normal-txt {
	text-align: center;
	margin-top: -7px;
}*/
.about-issue {
	background: #f6f4f1;
}
.about-issue .c-heading{
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.about-issue .about-issue__area {
	height: 613px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 112px 0 96px;
	color: #fff;
	text-decoration: none;
}
.about-issue .about-issue__bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/vision/img/img_issue_bg.png) center center / cover no-repeat;
	width: 100%;
	height: 100%;
}
.about-issue .about-issue__inner {
	text-align: left;
	position: relative;
}
.about-issue__link {
	text-decoration: none;
}
.about-issue__cov {
	display: flex;
}
.about-issue-txt__cov {
	width: 48%;
	margin-top: 18px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);;
}
.about-issue-txt__cov .c-normal-txt {
	font-size: 1.375em;
	line-height: 1.5454545455;
	font-weight: 400;
/*	  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);*/
}
.about-issue__cov .c-content-img {
	position: absolute;
	top: 80%;
	right: 0;
	width: 50%;
}
.c-heading--A .c-heading-small {
	font-size: 0.7148em;
	font-weight: 500;
	display: block;
	padding-bottom: 18px;
}
.solution-facts {
	background: #f6f4f1;
	padding: 55px 0 157px;
}
.solution-facts_wrap {
	background: #ffffff;
	border: 1px solid #bfbfbf;
	margin-top: 92px;
	box-sizing: border-box;
}
.solution-facts_list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.solution-facts_list li {
	text-align: center;
	width: 25%;
	position: relative;
}
.solution-facts_list li + li {
	border-left: 1px solid #bfbfbf;
}
.solution-facts_cov {
	padding: 30px 10px 27px;
}
.num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #cc0000;	
}
.solution-facts_cov .num {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.75em;
	
}
.solution-txt {
	font-size: 1.125em;
	margin: 0;
	padding-top: 23px;
	line-height: 1.335em;
}
.solution-facts_details .c-col-wrap .c-col-item .c-col-2 {
	padding: 0 60px;
}
.solution-facts_details .c-heading--E .c-heading--E-sub {
	display: flex;
	align-items: center;
}
.solution-facts_details .num{
	font-size: 0.889em;
	margin-right: 10px;
}
.solution-facts_details .num em {
	font-style: normal;
}
.solution-wrap {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}
.solution-wrap .solution-block {
	text-align: center;
	width: 50%;
}
.solution-wrap .solution-block img{
	padding: 20px 0 14px;
}
.solution-wrap .solution-block + .solution-block {
	border-left: 1px solid #bfbfbf;
}
.solution-wrap .solution-block p {
	margin: 0;
}
.solution-name {
	font-size: 1.25em;
}
.solution-name span {
	display: block;
	font-size: 0.8em;
}
.data__supplement {
	font-size: 1em;
}
.data__num {
	color: #cc0000;
	font-size: 3.125em;
	margin: 0;
}
.solution-facts_wrap .c-col-2 .c-arr-link {
	margin-top: 40px;
}
.solution-facts .solution-facts_wrap .c-col-item:nth-child(4) .c-col-2 .c-arr-link {
	margin-top: 7px;  
}
.solution-facts_details .c-col-wrap .c-col-item:nth-child(4) .c-col-2 .col.c-content-img .solution-wrap .solution-block {
		width: 100%;
}
@media print, screen and (min-width: 768px) {
	.swiper-wrapper .swiper-slide {
		width: 29.397% !important;
	}
	.future .c-heading--E + .c-normal-txt {
		margin-top: 50px;
	}
	.future .c-col-item {
		padding: 50px 0 60px;
	}
	.future .c-col-item .c-col-2 .col.c-content-img {
		padding-top: 10px;
	}
	.future .c-col-item:nth-child(1) .c-col-2 .col.c-content-img {
		padding-top: 13px;
	}
	.future .c-col-item:nth-child(1) {
		padding-bottom: 80px;
	}
	.about-issue__cov .c-content-img {
		transform: translateY(-50%);
	}
	.about-issue .c-heading {
		text-align: left;
	}
	.about-issue .c-heading::after {
		left: 0;
		transform: translateX(0);
	}
	.about-issue__link:hover .c-arr-link {
    color: #fff;
  }
 	.about-issue__link:hover .c-arr-link span {
    border-bottom: 2px solid #fff;
  }
	.solution-facts .c-col-item {
		padding: 45px 0 73px;
	}
	.solution-facts .c-col-item:nth-child(2){
		padding-bottom: 68px;  
	}
	.solution-facts .c-col-item:nth-child(3){
		padding-bottom: 58px;  
	}
	.solution-facts .c-col-item:nth-child(4){
		padding-bottom: 63px;  
	}
	.solution-facts .c-heading--E + .c-normal-txt {
		margin-top: 40px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(1) .num em {
		position: relative;
		top: 2px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(2) .num em {
		position: relative;
		top: 1px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(3) .num em {
		position: relative;
		top: 1px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(4) .num em {
		position: relative;
		top: 2px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(4) .c-col-2 .col:nth-child(1) .solution-wrap {
		display: block;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(4) .c-col-2 .col:nth-child(1) .solution-wrap .solution-block {
		width: 100%;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(1) .c-col-2 .col.c-content-img img {
		position: relative;
		top: 16px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(2) .c-col-2 .col.c-content-img img {
		position: relative;
    top: 75px;
    left: 5px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(4) .c-col-2 .col.c-content-img .solution-wrap {
		margin-top: 65px;
	}
	.solution-facts_details .c-col-wrap .c-col-item:nth-child(4) .c-col-2 .col.c-content-img img {
		padding: 13px 0 16px;
	}
	.solution-wrap {
    position: relative;
    left: 5px;
	}
	.solution-wrap .solution-block img + .data__supplement {
    margin-bottom: -6px;
	}
	.solution-wrap .solution-block img + .data__num {
    line-height: 1em;
    padding-bottom: 0;
	}
	.solution-wrap .solution-block .data__num + .data__supplement {
    margin-top: -7px;
	}
	.c-content-link {
		padding: 0;
	}
	.c-content-link-bg .c-content-link-cov {
		height: 620px;
	}
	.c-related-links {
		margin-top: 130px;
	}
}
@media screen and (max-width: 767px) {
	.c-lead {
		padding-bottom: 80px;
	}
	.about__slider {
		padding: 22px 0 20px;
	}
	.about__slider::before {
		border-width: 155px 3000px 0 0;
	}
	.future {
		padding-bottom: 7px;
	}
	.about-issue .about-issue__area {
		padding: 65px 0 96px;
	}
	.about-issue .about-issue__bg {
    background: url(/vision/img/img_issue_bg_sp.png) center center / cover no-repeat;
	}
	.about-issue__cov {
		display: block;
	}
	.about-issue-txt__cov {
		width: 100%;
		margin-top: 30px;
	}
	.about-issue-txt__cov .c-normal-txt {
		font-size: 1em;
	}
	.about-issue-txt__cov .c-arr-link {
		margin-top: 0;
	}
	.about-issue__cov .c-content-img {
		position: relative;
		width: 100%;
		margin-top: 26px;
	}
	.about-issue__cov .c-content-img img {
		max-width: 400px;
		width: 100%;
		position: relative;
		top: 25px;
	}
	.solution-wrap {
    margin: 0 -20px 0;
	}
	.solution-facts {
		padding: 16px 0 60px;
	}
	.c-heading--A .c-heading-small {
		padding-bottom: 0;
	}
	.solution-facts_wrap {
		margin-top: 30px;
	}
	.solution-facts_list li {
		width: 50%;
	}
	.solution-facts_cov .num {
		width: 25px;
		height: 25px;
		font-size: 1em;
	}
	.solution-facts_cov {
		padding: 30px 10px 35px;
		border-top: 1px solid #bfbfbf;
	}
	.solution-facts_list li:nth-child(3) {
		border-left: none;
	}
	.solution-facts_list li:nth-child(-n+2) .solution-facts_cov {
		padding: 20px 10px 15px;
		border-top: none;
	}
	.solution-facts_cov .c-content-img img{
		max-width: 64px;
	}
	.solution-txt {
		font-size: 0.75em;
		padding-top: 7px;
	}
	.solution-facts_details .c-col-item {
		padding: 13px 0 20px;
	}
	.solution-facts_details .num {
		width: 26px;
		height: 26px;
	}
	.solution-facts_details .c-col-wrap .c-col-item .c-col-2 {
		padding: 0 20px;
	}
	.solution-facts_details .c-col-wrap .c-col-item .c-col-2 .c-heading--E + .c-normal-txt {
		margin-top: 14px;
	}
	.solution-facts_wrap .c-col-2 .c-arr-link {
		margin-top: 10px;
	}
	.solution-name {
		font-size: 4.28vw;
	}
	.solution-name span {
		font-size: 2.8vw;
	}
	.solution-wrap .solution-block img {
		padding: 7px 0 4px;
		max-width: 64px;
	}
	.solution-wrap .solution-block .data__supplement {
		font-size: 0.65em;
	}
	.solution-wrap .solution-block .data__num {
		font-size: 1.5em;
		display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    left: 17px;
    margin: 2px 0;
	}
	.solution-wrap .solution-block:nth-child(2) .data__num {
		left: 24px;
	}
	.solution-facts_details .c-col-item:nth-child(4) .solution-block .data__num {
		left: 0;
	}
	.solution-wrap .solution-block .data__num .number {
		line-height: 0.85em;
	}
	.solution-wrap .solution-block .data__num .data__num-txt {
		font-size: 0.38em;
    color: #000;
    padding-left: 2px;
	}
	.c-related-links {
		margin: 0;
	}
}
