@charset "UTF-8";

.sec_kv .ttl{
	margin-left: -.04em;
}

.sec_kv .box{
	padding: 5vw 5vw 5vw 5.6vw;
	position: relative;
	margin: -1.5vw 0 0 11vw;


}


.sec_kv .ttl{
	font-size: 12.4vw;
	line-height: 0.95;
}


@media screen and (min-width: 1600px)  {
	.sec_kv .img{
		height: 680px;
	}
}


@media screen and (max-width: 1024px)  {
	.sec_kv .img{
		height: 420px;
	}
}

@media screen and (min-width: 769px)  {
	.sec_kv .img{
		width: 82.5%;
	}
}

@media screen and (max-width: 767px){
.sec_kv {
    padding: calc(60px + 10.5%) 0 7.55%;
}

.sec_kv .box{
	position: absolute;
}

.sec_kv .ttl{
	font-size: 15.6vw;
}
}

.wrap{
  /* max-width: 1024px; */
  width: 88%;
}

@media screen and (max-width: 1280px)  {
  .wrap{
    width: 94%;
    max-width: 1024px;
  }
}
@media screen and (max-width: 767px){
.wrap {
    width: 85%;
}

.sec_kv .box{
	margin: 0;
}
}




/* sec_dx
--------------------------------*/
.sec_dx .txt{
	margin-top: 25px;
}
.graph_block {
	max-width: 1013px;
	margin: 0 auto;
	padding-top: 80px;
}
.graph_block .midashi {
	margin-bottom: 70px;
}
.graph_block .midashi p {
	margin-bottom: 64px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
}
.graph_block h3 {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 700;
}
.graph_block .body {
	position: relative;
}
.graph_block .bg {}
.graph_block .bg img {}
.graph_block .txt {
	position: absolute;
	right: 0;
	top: 70px;
}
@media screen and (max-width: 1024px) {
	.graph_block .txt {
		top: 0;
	}
}
.graph_block .txt li {
	display: flex;
	margin-bottom: 20px;
	font-size: 1.6rem;
	line-height: 1.6;
	counter-increment: number;
}
@media screen and (max-width: 1024px) {
	.graph_block .txt li {
		font-size: 1.4rem;
	}
}
.graph_block .txt li:before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-top: 5px;
	margin-right: 10px;
	content: counter(number);
	border-radius: 50%;
	color: #000;
	font-weight: 700;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.graph_block .midashi p {
		margin-bottom: 32px;
		font-size: 2.4vw;
	}
	.graph_block h3 {
		font-size: 4vw;
	}
	.graph_block .txt {
		position: static;
		margin-bottom: 32px;
	}
	.graph_block .txt li {
		font-size: 3.1vw;
	}
	.graph_block .txt li:before {
		flex: 0 0 4vw;
		width: 4vw;
		height: 4vw;
	}
}