@charset "UTF-8";
/* CSS Document */
.subArea h2 {
  padding: 1.2rem 1rem;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  border: 4px solid #000;
  border-radius: 0.3em;
  position: relative;
}
.subArea h2:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 8px);
  height: 20px;
  background-color: #fff;
}
.subArea h2 span {
  position: relative;
  z-index: 1;
}

/* voiceArea */
.voiceArea {
	background-color: #efefef;
}
.voiceArea .inner {
	padding: 100px 40px;
}

.voiceArea .inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
  margin-bottom: 0;
}
.voiceArea .inner ul li {
	width: calc(50% - 30px);
	margin-bottom: 60px;
	background-color: #fff;
	padding: 30px 60px 40px;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.voiceArea .inner ul li .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voiceArea .inner ul li .top .left {
	width: calc(60% - 10px);
}
.voiceArea .inner ul li .top .right {
	width: calc(40% - 10px);
}
.voiceArea .inner ul li .top .left h3 {
	padding-left: 80px;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	position: relative;
}
.voiceArea .inner ul li .top .left h3 span {
	font-weight: 700;
	font-size: 20px;
	display: block;
}
.voiceArea .inner ul li .top .left h3:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 110px;
	font-weight: 700;
	color: #ddd;
	line-height: .6;
}
.voiceArea .inner ul .desc01 .top .left h3:before {
	content: "1";
}
.voiceArea .inner ul .desc02 .top .left h3:before {
	content: "2";
}
.voiceArea .inner ul .desc03 .top .left h3:before {
	content: "3";
}
.voiceArea .inner ul .desc04 .top .left h3:before {
	content: "4";
}
.voiceArea .inner ul li .bottom {
	padding-top: 16px;
}
.voiceArea .inner ul li .bottom dl dt {
	font-weight: 900;
	font-size: 30px;
	color: #e60012;
}
.voiceArea .inner ul li .bottom dl dd {
	padding-top: 16px;
	margin-bottom: 0;
	font-weight: 700;
}
.voiceArea .inner ul li .bottom .btn01 {
	width: 100%;
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 10px;
}
.voiceArea .inner ul li .bottom .btn01 a {
	width: 100%;
	padding: 12px 0;
	display: block;
	text-align: center;
	transition: all .2s linear;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
}
.voiceArea .inner ul li .bottom .btn01 a:hover {
	color: #000;
	background-color: #fff;
}

@media screen and (max-width: 1500px) {
/* voiceArea */
  .voiceArea .inner ul li {
    padding: 30px 20px 40px;
  }
}

@media screen and (max-width: 1300px) {
/* voiceArea */
  .voiceArea .inner ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 20px 16px 30px;
  }
  .voiceArea .inner ul li .top .left h3 {
    padding-left: 50px;
    font-size: 28px;
  }
  .voiceArea .inner ul li .top .left h3:before {
    font-size: 80px;
  }
  .voiceArea .inner ul li .bottom dl dt {
    font-size: 22px;
  }
}


@media screen and (max-width: 1000px) {
/* subArea */
	.subArea {
		padding-top: 120px;
	}
	.subArea .h2Area {
    padding: 0 6vw;
  }
  .subArea h2 {
    font-size: 30px;
    max-width: 400px;
    margin: 0 auto;
    border: 3px solid #000;
  }

/* voiceArea */
	.voiceArea .inner {
		padding: 60px 6vw 50px;
	}
	.voiceArea .inner ul {
		padding-top: 0;
	}
	.voiceArea .inner ul li {
		width: calc(50% - 6px);
		padding: 20px 16px;
	}
	.voiceArea .inner ul li .top .left {
		width: calc(66% - 6px);
	}
	.voiceArea .inner ul li .top .right {
		width: calc(34% - 6px);
	}
	.voiceArea .inner ul li .top .left h3 {
		font-size: min(6vw,20px);
	}
	.voiceArea .inner ul li .top .left h3 span {
		font-size: 16px;
	}
	.voiceArea .inner ul li .bottom {
		padding-top: 10px;
	}
	.voiceArea .inner ul li .bottom dl dt {
		font-size: min(6vw,20px);
	}
	.voiceArea .inner ul li .bottom dl dd {
		padding-top: 10px;
	}
	.voiceArea .inner .btn02 a {
		padding: 14px 0;
		font-size: min(5vw,26px);
	}

}

@media screen and (max-width: 767px) {
/* voiceArea */
	.voiceArea  {
		margin-top: 40px;
	}
	.voiceArea .inner {
		padding: 50px 6vw 40px;
	}
	.voiceArea .inner ul {
		flex-direction: column;
	}
	.voiceArea .inner ul li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 26px;
		padding: 30px;
	}
}

@media screen and (max-width: 400px) {
/* voiceArea */
  .voiceArea .inner ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
}

