/*-----------------------------------
KV
-----------------------------------*/
.kv {
	width: 100%;
	background: #f4f4f0;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	text-align: center;
	padding: 115px 0 95px 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 {
	max-width: 960px;
	width: 90%;
	margin: 0 auto 35px auto;
	font-family: "FP-KoburinaGoStdN-W3";
	padding-top: 60px;
	text-align: left;
}
.kv div {
	max-width: 960px;
	width: 90%;
	margin: 0 auto 35px auto;
	text-align: left;
}
@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: 14px!important;
	letter-spacing: 0.08em;
}
}
@media screen and (max-width: 640px) {
h2 {
	font-size: 5.0vw;
	line-height: 2.2;
}
}

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

h3 {
	font-size: 34px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 70px;
}
h3:before,h3:after {
  border-top: 2px solid;
  content: "";
  width: 1.5em;
}
h3:before {margin-right: 0.6em;}
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: 30px;
}
h3:before,h3:after {
  border-top: none;
  content: "";
  width: 0;
}
h3:before {margin-right: 0;}
h3:after {margin-left: 0;}
}

.sec1 p {
	margin-bottom: 30px;
}
.sec1 .pic_area{
	max-width: 750px;
	width: 90%;
	margin: 80px auto 55px auto;
}

.sec2 {
	text-align: center;
}
.sec2 h4 {
	font-size: 25px;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
.sec2 h4 {
	font-size: 3.9vw;
	margin-bottom: 30px;
}
}

.achieve {
	max-width: 720px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.achieve div {
	width: 47.5%;
}
.achieve h5 {
	font-family: "FP-KoburinaGoStdN-W6";
	font-size: 16px;
	line-height: 1;
	padding: 6px 0;
	color: #FFF;
	background: #000;
	margin-bottom: 5px;
	
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.achieve div div {
	width: 100%!important;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 28px;
	padding: 18px 0 14px 0;
	
	font-size: 55px;
	line-height: 1;
	letter-spacing: 0.06em;
	font-family: "FuturaLTPro-Medium";
}
.achieve div div .mtxt {
	font-size: 19px;
	font-family: "ToppanBunkyuMidashiGothicStdN-ExtraBold";
	letter-spacing: 0.02em;
	margin-left: 6px;
}
.achieve div div .kannma {
	font-family: "FP-KoburinaGoStdN-W6";
}
.achieve div div .per {
	font-size: 40px;
	font-family: "FuturaLTPro-Medium";
	margin: 0
}
@media screen and (max-width: 768px) {
.achieve div {
	width: 48%;
}
.achieve h5 {
	font-size: 12px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.achieve div div {
	font-size: 38px;
	line-height: 1;
	letter-spacing: 0.04em;
}
}
@media screen and (max-width: 640px) {
.achieve div div {
	font-size: 5.2vw;
}
.achieve div div .mtxt {
	font-size: 2.8vw;
}
}

.achieve2 {
	max-width: 720px;
	width: 90%;
	font-size: 11px;
	text-align: left;
	margin: 0 auto;
}

