@charset "utf-8";
/*////////////////////////////////////
Voice
////////////////////////////////////*/

@media screen and (min-width: 768px){
#voice_title h2 {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#voice_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#voice_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#voice_title h2 {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
#voice_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#voice_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}
/*////////////////////////////////////
voice
////////////////////////////////////*/
#voice {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0 150px 0;
}
#voice_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.voice_place a {
	text-decoration: none;
}
#voice_main_word {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 80px;
	padding: 30px;
	border: 10px solid rgba(196,165,30,1.00);
	line-height: 2;
	border-bottom-right-radius: 30px;
}
#voice_main_word::before {
	content: "Point";
	position: absolute;
	width: 10%;
	aspect-ratio:1/1;
	border-radius: 50%;
	background: rgba(196,165,30,1.00);
	top: -30px;
	right: -5%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (min-width: 1400px){
.voice_place {
	position: relative;
	width: 23%;
	margin: 1%;
	border: 1px solid #EEE;
	overflow: hidden;
	transition: all 0.3s;
}
#voice_main_word span {
	display: inline-block;
	width: 70%;
	margin-left: 24%;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
}
#voice_main_word::after {
	content: "";
	position: absolute;
	width: 20%;
	aspect-ratio:5/6;
	background: url("../voice/img/voice.png");
	background-size: cover;
	bottom: 0;
	left: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
.voice_place {
	position: relative;
	width: 31%;
	margin: 1%;
	border: 1px solid #EEE;
	overflow: hidden;
	transition: all 0.3s;
}
#voice_main_word span {
	display: inline-block;
	width: 70%;
	margin-left: 24%;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
}
#voice_main_word::after {
	content: "";
	position: absolute;
	width: 20%;
	aspect-ratio:5/6;
	background: url("../voice/img/voice.png");
	background-size: cover;
	bottom: 0;
	left: 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
.voice_place {
	position: relative;
	width: 48%;
	margin: 1%;
	border: 1px solid #EEE;
	overflow: hidden;
	transition: all 0.3s;
}
#voice_main_word span {
	display: inline-block;
	width: 60%;
	margin-left: 40%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}
#voice_main_word::after {
	content: "";
	position: absolute;
	width: 40%;
	aspect-ratio:5/6;
	background: url("../voice/img/voice.png");
	background-size: cover;
	bottom: 0;
	left: 20px;
}
}
a .voice_photo {
	position: relative;
	width: 90%;
	margin: 5%;
	aspect-ratio:1/1;
	margin-bottom: 20px;
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
a .voice_photo img {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
	transition: all 0.3s;
}
a:hover .voice_photo img {
	transform: scale(1.1);
}
@media screen and (min-width: 768px){
a .voice_person {
	position: relative;
	width: 90%;
	margin: 0 auto 10px;
}
a .voice_person span {
	display: inline-block;
	background: rgba(75,118,22,1.00);
	padding: 3px 5px;
	font-size: 1.4rem;
	color: #FFF;
	border-radius: 3px;
	transition: all 0.3s;
}
a:hover .voice_person span {
	background: rgba(75,118,22,0.8);
}
a .voice_title {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
	transition: all 0.3s;
}
a:hover .voice_title {
	color:rgba(59,112,23,1.00);
}
a .voice_word {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	color: #555;
	font-size: 1.4rem;
	font-weight: 300;
	transition: all 0.3s;
}
a:hover .voice_word {
	color:rgba(59,112,23,1.00);
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
a .voice_person {
	position: relative;
	width: 90%;
	margin: 0 auto 10px;
}
a .voice_person span {
	display: inline-block;
	background: rgba(75,118,22,1.00);
	padding: 3px 5px;
	font-size: 1.2rem;
	color: #FFF;
	border-radius: 3px;
}
a:hover .voice_person span {
	background: rgba(75,118,22,0.8);
}
a .voice_title {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	color: #333;
	font-size: 1.6rem;
	font-weight: 400;
}
a .voice_word {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	color: #555;
	font-size: 1.2rem;
	font-weight: 300;
	transition: all 0.3s;
}
a:hover .voice_word {
	color:rgba(59,112,23,1.00);
}
}

/*////////////////////////////////////
Voice detail
////////////////////////////////////*/

@media screen and (min-width: 768px){
#voice_detail {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0;
}
#voice_detaila_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.voice_detail_person {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;	
}
.voice_detail_person span {
	display: inline-block;
	background: rgba(75,118,22,1.00);
	padding: 10px 50px;
	color: #FFF;
	font-size: 1.6rem;
}
.voice_detail_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.voice_detail_title h3 {
	font-size: 3rem;
	font-weight: 400;
}
.voice_detail_place {
	position: relative;
	width: 100%;
}
.img_right {
	position: relative;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 30px;
	float: right;
}
.voice_detail_place .owner {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
}
.voice_detail_place .client {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#voice_detail {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 50px 0;
}
#voice_detaila_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.voice_detail_person {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;	
}
.voice_detail_person span {
	display: inline-block;
	background: rgba(75,118,22,1.00);
	padding: 10px 50px;
	color: #FFF;
	font-size: 1.4rem;
}
.voice_detail_title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.voice_detail_title h3 {
	font-size: 2rem;
	font-weight: 400;
}
.voice_detail_place {
	position: relative;
	width: 100%;
}
.img_right {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.voice_detail_place .owner {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2;
}
.voice_detail_place .client {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
}
}