/*-----------------------------------
KV
-----------------------------------*/
.kv {
	width: 100%;
	background: #f4f4f0;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	text-align: center;
	padding: 115px 0;
	margin-top: 100px;
	margin-bottom: 115px;
}
.kv img {
	max-width: 1200px;
}
h2 {
	font-size: 38px;
	border-bottom: 4px solid #000;
	padding-bottom: 8px;
	letter-spacing: 0.1em;
	display: inline;
}
.kv p {
	padding-top: 90px;
	font-size: 32px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
h2 br {
	display: none;
}
}
@media screen and (max-width: 820px) {
.kv {
	padding: 90px 0;
}
h2 {
	font-size: 30px;
	line-height: 2.5;
}
.kv p {
	padding-top: 40px;
	font-size: 24px;
	letter-spacing: 0.08em;
}
}
@media screen and (max-width: 640px) {
h2 {
	font-size: 5.5vw;
	line-height: 2.2;
}
.kv p {
	padding-top: 40px;
	font-size: 3.6vw;
	letter-spacing: 0.06em;
}
}


/*-----------------------------------
コンテンツ
-----------------------------------*/
section {
	max-width:960px;
	width: 90%;
	margin: 0 auto 120px auto;
}

h3 {
	font-size: 34px;
	line-height: 1.8;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 70px;
}
.sec1 h3:before,.sec1 h3:after {
  border-top: 2px solid;
  content: "";
  width: 1.5em;
}
.sec1 h3:before {margin-right: 0.6em;}
.sec1 h3:after {margin-left: 0.6em;}

@media screen and (min-width: 769px) {
.sec1 h3 br {
	display: none;
}
}
@media screen and (max-width: 768px) {
h3 {
	font-size: 4.5vw;
	line-height: 1.8;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 70px;
}
.sec1 h3:before,.sec1 h3:after {
  border-top: none;
  content: "";
  width: 0;
}
.sec1 h3:before {margin-right: 0;}
.sec1 h3:after {margin-left: 0;}
}

.sec1 p {
	margin-bottom: 30px;
}
.sec1 .pic_area {
	max-width: 920px;
	width: 95%;
	margin: 0 auto 55px auto;
	position: relative;
}




