@charset "UTF-8";

/*header #nav .gnav li:first-child a {
	color: #0077FC;
}

header #nav .gnav li:first-child a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	width: 100%;
	height: 5px;
	background: #0077FC;
}

@media screen and (max-width: 970px) {
	header #nav .gnav li:first-child a::before {
		content: none;
	}
}*/

/*header #nav .gnav li a:hover{
	text-decoration: none;
}*/

/*-----------------------------------

	mv_block

-----------------------------------*/
#mv_block {
/*	padding-top: 47px;*/
	background: url("../img/servise/backoffice_mv_bg.png")no-repeat center/cover;
	background: url("../img/servise/webp/backoffice_mv_bg.webp")no-repeat center/cover;
	height: 460px;
}
#mv_block .contents_inner{
	padding-top: 55px;
    align-items: flex-start;
    width: 95%;
}
#mv_block .left_box {
	max-width: 444px;
	margin-left: 100px;
	margin-top: 55px;
}

#mv_block .left_box .left_ttl {
	text-align: left;
	margin-bottom: 40px;
	display: block;
	font-size: 35px;
	font-weight: 700;
	position: relative;
	padding: 13px 35px;
	color: #333333;
	background-color: #FFFFFF;
}

#mv_block .left_box .left_ttl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	border-top: 3px solid #F19323;
	border-left: 3px solid #F19323;
}

#mv_block .left_box .left_ttl::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 29px;
	border-bottom: 3px solid #0077FC;
	border-right: 3px solid #0077FC;
}

#mv_block .left_box .left_txt {
	font-size: 20px;
	font-weight: 700;
	margin: 50px 0;
}

#mv_block .right_box {
	max-width:  667px;
	width: calc(100% - 600px);
}

@media screen and (max-width: 970px) {
	#mv_block{
		height: 360px;
	}

	#mv_block .left_box {
		max-width: 306px;
		width: 100%;
	}

	#mv_block .left_box .left_ttl{
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	#mv_block .left_box .left_txt {
		margin-top: 20px;
		font-size: 14px;
		/*white-space: nowrap;*/
	}

	#mv_block .right_box {
		width: calc(100% - 450px);
	}
	#mv_block .left_box .left_ttl::before,
	#mv_block .left_box .left_ttl::after{
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width: 840px) {
	#mv_block {
		padding-top: 32px;
	}
	#mv_block .contents_inner {
		width: 90%;
		padding-top: 0;
		flex-direction: column;
		gap: 40px;
	}
	#mv_block .left_box {
		max-width: 325px;
		width: 100%;
		margin: 0 auto;
	}
	#mv_block .left_box .left_txt{
		margin: 0 auto;
		text-align: center;
	}
	#mv_block .right_box {
		margin: 0 auto;
		max-width: 335px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
}




/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block{
	padding-top: 107px;
}

#intro_block .intro_box {
	align-items: flex-start;
	max-width: 1088px;
	width: 100%;
	margin: 0 auto 110px;
	gap: 50px;
}

#intro_block .intro_ttl {
	padding: 2px 0 5px;
	text-align: center;
	font-size: 29px;
	font-weight: 700;
	color: #333333;
	position: relative;
	max-width: 722px;
	width: 100%;
	margin: 0 auto 40px;
	line-height: 1.5;
}

#intro_block .intro_ttl .orange_txt {
	color: #F19323;
}

#intro_block .intro_list {
	gap: 17px;
	justify-content: center;
}


#intro_block .intro_list li {
	background: rgba(255, 222, 92, 0.2);
	border-radius: 15px;
	width: calc((100% - 34px) / 3);
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
	min-height: 150px;
    align-content: center;
}

@media screen and (max-width: 1300px) {
	#intro_block .intro_list li {
		width: calc((100% - 17px) / 2);

	}
}

@media screen and (max-width: 840px) {
	#intro_block .intro_box {
		gap: 20px;
		flex-direction: column;
	}

	#intro_block .intro_list li {
		font-size: 16px;
		white-space: nowrap;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	#intro_block{
		padding-top: 113px;
	}
	#intro_block .intro_ttl {
		font-size: 18px;
		line-height: 1.5;
		padding: 12px 0;
		margin: 0 auto 16px;
	}

	#intro_block .intro_list li {
		width: 100%;
		margin: auto;
		height: auto;
		border-radius: 5px;
		font-size: 13px;
		min-height: 80px;
	}

	#intro_block .intro_list {
		gap: 5px;
	}

}



/*-----------------------------------

	strong_block

-----------------------------------*/
#strong_block {
	position: relative;
	margin: 100px auto 0;
}



#strong_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: -140px;
	background: url("../img/servise/backoffice_left_img.png")no-repeat center/contain;
	background: url("../img/servise/webp/backoffice_left_img.webp")no-repeat center/contain;
	z-index: -1;
	width: 513px;
	height: 376px;
}

#strong_block::after {
	content: "";
	position: absolute;
	bottom: 200px;
	right: -150px;
	background: url("../img/servise/backoffice_right_img.png")no-repeat center/contain;
	background: url("../img/servise/webp/backoffice_right_img.webp")no-repeat center/contain;
	z-index: -1;
	width: 513px;
	height: 376px;
}

#strong_block .strong_wrap {
	position: relative;
	max-width: 1084px;
	width: 100%;
	margin: 35px auto 47px;
	padding: 30px 0 0;
	gap: 60px;
	justify-content: center;
}
#strong_block .strong_wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 29px;
	border-top: 3px solid #0077FC;
	border-left: 3px solid #0077FC;
}

#strong_block .strong_wrap::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 29px;
	border-bottom: 3px solid #0077FC;
	border-right: 3px solid #0077FC;
}

#strong_block .strong_wrap .left_box {
	width: 30%;
}

#strong_block .strong_wrap .right_box {
	width: 46%;
}

#strong_block .strong_wrap .right_box .strong_ttl {
	font-size: 25px;
	font-weight: 700;
	margin: 50px 0 30px;
	text-align: left;
	white-space: wrap;
}

#strong_block .strong_wrap .right_box .strong_txt {
	margin: 30px auto;
}

#strong_block .strong_list {
	margin-top: 87px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	align-content: center;
	gap: 15px;
}

#strong_block .strong_list li {
	box-sizing: border-box;
	color: #333333;
	text-align: left;
	background-color: #F7F9F9;
	padding: 40px 48px 14px 58px;
	width: 40%;
	min-height: 207px;
}

#strong_block .strong_list .list_ttl {
	font-size: 20px;
	font-weight: 700;
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
	white-space: pre-wrap;
}

#strong_block .strong_list .list_ttl::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	margin: auto;
	background: url("../img/index/icon_af.svg")no-repeat center/contain;
	width: 38px;
	height: 28px;
}

@media screen and (max-width: 1100px) {
	#strong_block .strong_list li {
		padding: 30px;
		width: calc((90% - 15px) / 2);
		/*height: 200px;
		max-height: 270px;*/
	}
}

#strong_block .list_ttl {
	white-space: nowrap;
	margin-right: 10px;
}

@media screen and (max-width: 890px) {
	#strong_block .strong_wrap .right_box .strong_ttl {
		font-size: 23px;
	}

	#strong_block::before {
		content: "";
		position: absolute;
		top: 0;
		left: -250px;
		background: url("../img/servise/backoffice_left_img.png")no-repeat center/contain;
		background: url("../img/servise/webp/backoffice_left_img.webp")no-repeat center/contain;
		z-index: -1;
		width: 513px;
		height: 376px;
	}

	#strong_block::after {
		content: "";
		position: absolute;
		bottom: 550px;
		right: -250px;
		background: url("../img/servise/backoffice_right_img.png")no-repeat center/contain;
		background: url("../img/servise/webp/backoffice_right_img.webp")no-repeat center/contain;
		z-index: -1;
		width: 513px;
		height: 376px;
	}

	#strong_block .strong_list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
	}

	#strong_block .strong_list .list_ttl {
		font-size: 20px;
	}

	#strong_block .strong_list li {
		width: 100%;
		height: auto;
		min-height: 140px;
		padding: 25px;
	}
}

@media screen and (max-width: 640px) {
	#strong_block {
		margin: 40px auto 0;
	}

	#strong_block .h4_ttl {
		width: 80%;
		margin: 0 auto;
	}


	#strong_block .strong_wrap {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 20px;
	}

	#strong_block .strong_wrap .left_box {
		width: 100%;
		max-width: 200px;
		height: auto;
		margin: auto;
	}

	#strong_block .strong_wrap .right_box {
		max-width: 700px;
		width: 100%;
		margin-right: 0;
	}

	#strong_block .strong_wrap .right_box .strong_ttl {
		font-size: 15px;
		font-weight: 700;
		margin: 0;
		text-align: center;
		white-space: wrap;
	}

	#strong_block .strong_wrap .right_box .strong_txt {
		text-align: center;
		margin: 15px auto;
		max-width: 325px;
		width: 100%;
		
	}

	/*#strong_block .strong_wrap::before {
		top: -30px;
	}

	#strong_block .strong_wrap::after {
		bottom: -20px;
	}*/

	#strong_block .strong_list {
		gap: 3px;
		margin-top: 20px;
	}

	#strong_block .strong_list .list_ttl {
		font-size: 15px;
	}

	#strong_block::before {
		content: "";
		position: absolute;
		top: 50px;
		left: -120px;
		background: url("../img/servise/backoffice_left_img_sp.png")no-repeat center/contain;
		background: url("../img/servise/webp/backoffice_left_img_sp.webp")no-repeat center/contain;
		z-index: -1;
		width: 256px;
		height: 188px;
	}

	#strong_block::after {
		content: "";
		position: absolute;
		bottom: 550px;
		right: -250px;
		background: url("../img/servise/backoffice_right_img_sp.png")no-repeat center/contain;
		background: url("../img/servise/webp/backoffice_right_img_sp.webp")no-repeat center/contain;
		z-index: -1;
		width: 513px;
		height: 376px;
	}
}

/*-----------------------------------

	results_block

-----------------------------------*/
#results_block {
	margin: 80px auto 0;
}

#results_block .results_box {
	display: flex;
	justify-content: center;
	margin: 43px auto 0;
	width: 100%;
	height: auto;
	gap: 30px;
	align-items: stretch;
}

#results_block .results_item {
	width: calc((70% - 120px) /4);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}


#results_block .results_icon {
	/*margin-top: 50px;*/
	margin-bottom: 10px;
}

#results_block .results_txt{
	flex: 1;
	text-align: center;
}
#results_block .results_txt p{
	font-size: 15px;
	font-weight: 700;
}

@media screen and (max-width: 880px) {
	#results_block .results_box {
		margin: 0 auto;
		margin-top: 20px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-align-content: space-around;
		gap:  20px;
	}

	#results_block .results_item {
		width: calc((70% - 50px) / 2);
		text-align: center;
		/*margin-bottom: -60px;*/
	}


}

@media screen and (max-width: 680px) {
	#results_block {
		margin: 35px auto 0;
	}

	#results_block .h4_ttl {
		margin: 0 auto;
	}

	#results_block .results_box {
		width: 100%;
	}

	#results_block .results_item {
		width: calc((100% - 30px) / 2);
	}

	#results_block .results_item img {
		width: 70px;
		margin-bottom: -10px;
	}
	
	#results_block .results_txt p{
		font-size: 12px;
		font-weight: 500;
	}
}

/*-----------------------------------

	service_list_block

-----------------------------------*/
#service_list_block{
	padding: 100px 0 0;
}
#service_list_block .contents_inner{
	max-width: 1088px;
}
#service_list_block .service_list{
	width: 100%;
	margin: 83px auto 0;
	gap: 50px 47px;
	justify-content: flex-start;
	align-items: stretch;
}
#service_list_block .service_list li{
	width: calc((100% - 47px) / 2);
	gap: 47px;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
#service_list_block .service_list li .img_box{
	width: 55px;
}

#service_list_block .service_list li .txt_box{
	font-weight: 700;
	width: 80%;
}
#service_list_block .service_list li .txt_box .list_ttl{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
#service_list_block .service_list .supplement_txt .service_list_lw li{
	width: 100%;
	font-size: 14px;
	opacity: 0.6;
	text-indent: -1em; 
	padding-left: 1em;
}

@media screen and (max-width: 950px){
#service_list_block .pc {
	display: none;
}
	}

@media screen and (max-width: 840px){
	#service_list_block .service_list{
		gap: 20px;
		margin: 30px auto 0;
		max-width: 555px;
		width: 100%;
	}
	#service_list_block .service_list li{
		flex-direction: column;
		gap: 10px;
	}
	#service_list_block .service_list li .img_box{
		height: 40px;
		width: auto;
	}
	#service_list_block .service_list li .img_box img{
		object-fit: contain;
		height: 100%;
	}
	#service_list_block .service_list li .txt_box{
		text-align: center;
		font-weight: 500;
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	#service_list_block{
		padding: 40px 0 0;
	}
	#service_list_block .service_list{
		gap: 30px 21px;
	}
	#service_list_block .service_list li{
		width: calc((100% - 21px) / 2);
	}
	#service_list_block .service_list li.supplement_txt{
		width: 100%;
	}
	#service_list_block .service_list li .txt_box .list_ttl{
		font-size: 15px;
	}
	#service_list_block .service_list .supplement_txt .service_list_lw li{
		font-size: 10px;
	}
	#service_list_block .service_list .supplement_txt .service_list_lw li:not(:first-child){
		margin-top: 15px;
	}
}

/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
	margin-top: 80px;
	padding: 80px 0;
	background-color: #C7F3FF;
}

#flow_block .flow_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	align-content: center;
	gap: 70px 32px; 
	width: 100%;
	margin-top: 71px;
}

#flow_block .flow_box li {
	background: #FFFFFF;
	width: 330px;
	padding: 43px 0 27px;
	/*height: 160px;*/
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	gap: 10px;
}
#flow_block .flow_box li .flow_img{
	width: 100%;
}
#flow_block .flow_box li .flow_txt{
	width: 100%;
	text-align: center;
}
#flow_block .flow_box li img {
	width: 45px;
	margin: 0 auto;
}

#flow_block .flow_list {
	position: relative;
}

body {
	counter-reset: number 0;
}

#flow_block .flow_list::before {
	content: counter(number) "";
	counter-increment: number 1;
	position: absolute;
	left: 135px;
	top: -30px;
	width: 60px;
	height: 60px;
	background-color: #0077FC;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 30px;
	padding-top: 19px;
	font-family: Montserrat;
}

#flow_block .flow_list:not(:last-child)::after {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 337px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@media screen and (max-width: 800px) {
	#flow_block {
		padding: 50px 0;
	}

	#flow_block .flow_box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		gap: 28px;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	#flow_block .flow_box li {
		height: auto;
		width: 80%;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		font-size: 16px;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		height: auto;
        padding: 19px 0 19px 41px;
		gap: 22px;
	}


	#flow_block .flow_box li .flow_img {
		width: 30%;
		max-width: 40PX;
		margin: 0;
	}

	#flow_block .flow_box li .flow_txt {
		width: 60%;
		text-align: left;
	}

	/*#flow_block .flow_list {
		margin-top: 0;
	}*/

	#flow_block .flow_list::before {
		left: -30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#flow_block .flow_list:not(:last-child)::after {
		top: 110%;
		left: 0;
		right: 0;
		bottom: auto;
		transform: rotate(135deg);
	}
}

@media screen and (max-width: 640px) {
	#flow_block {
		margin-top: 40px;
		padding-top: 30px;
	}

	#flow_block .flow_box {
		/*margin-top: -35px;*/
	}

	#flow_block .flow_box li {
		font-size: 12px;
		height: auto;
		width: 97%;
		margin-left: 15px;
	}

	#flow_block .flow_box li .flow_img {
		width: 30%;
		max-width: 30px;
	}

	#flow_block .flow_box li .flow_txt {
		width: 60%;
		position: relative;
	}


	#flow_block .flow_list::before {
		left: -15px;
		width: 30px;
		height: 30px;
		padding-top: 5px;
		font-size: 17px;
	}

	/*#flow_block .flow_list:not(:last-child)::after {
		content: "";
		width: 9px;
		height: 9px;
		margin-right: 10px;
		display: inline-block;
		border-top: 2px solid #333333;
		border-right: 2px solid #333333;
		position: absolute;
		top: 110%;
		left: 50%;
		transform: rotate(135deg);
	}*/
}

/*-----------------------------------

	price_block

-----------------------------------*/
#price_block {
	margin-top: 62px;
	position: relative;
}

#price_block::before {
	content: "";
	position: absolute;
	top: -221px;
	left: -258px;
	background: url("../img/servise/backoffice_left_img.png")no-repeat center/contain;
	background: url("../img/servise/webp/backoffice_left_img.webp")no-repeat center/contain;
	z-index: -1;
	width: 513px;
	height: 376px;
}

#price_block::after {
	content: "";
	position: absolute;
	bottom: 275px;
	right: -189px;
	background: url("../img/servise/backoffice_right_img.png")no-repeat center/contain;
	background: url("../img/servise/webp/backoffice_right_img.webp")no-repeat center/contain;
	z-index: -1;
	width: 513px;
	height: 376px;
}

#price_block p {
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
	font-weight: 700;
}

#price_block .price_box {
	background: #0077FC;
	padding: 50px 0 70px;
	z-index: 2;
	width: 90%;
	margin: 60px auto 0;
	color: #fff;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

#price_block .price_box .h4_ttl{
	font-size: 25px;
}

#price_block .price_box .materials_btn {
	padding-top: 50px;
	text-align: center;
}

@media screen and (max-width: 840px) {
	#price_block .h4_ttl {
		padding: 0 30px;
	}
}

@media screen and (max-width: 640px) {
	#price_block {
		margin-top: 30px;
	}

	#price_block::before {
		content: "";
		position: absolute;
		top: -80px;
		left: -120px;
		background: url("../img/servise/backoffice_left_img_sp.png")no-repeat center/contain;
		background: url("../img/servise/webp/backoffice_left_img_sp.webp")no-repeat center/contain;
		z-index: -1;
		width: 256px;
		height: 188px;
	}

	#price_block::after {
		content: "";
		position: absolute;
		bottom: 150px;
		right: -80px;
		background: url("../img/servise/backoffice_right_img_sp.png")no-repeat center/contain;
		background: url("../img/servise/webp/backoffice_right_img_sp.webp")no-repeat center/contain;
		z-index: -1;
		width: 256px;
		height: 188px;
	}

	#price_block p {
		margin-bottom: -10px;
		margin-top: 30px;
		font-size: 13px;
	}

	#price_block .price_box {
		width: 100%;
		margin-top: 40px;
		padding: 30px 0 40px;
	}
	#price_block .price_box .h4_ttl{
		font-size: 15px;
	}
	#price_block .price_box .materials_btn{
		padding-top: 24px;
	}
}

/*-----------------------------------

	voice_block

-----------------------------------*/
#voice_block {
	margin-top: 100px;
}

#voice_block .voice_wrap {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
	gap: 20px;
	margin-top: 40px;
}

#voice_block .voice_list {
	background-color: #C7F3FF;
	width: 45%;
	min-width: 450px;
	height: 286px;
	padding: 50px 70px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
#voice_block .voice_list .voice_name{
	font-size: 14px;
	position: absolute;
	bottom: 50px;
	left: 150px;
}
#voice_block .voice_list .voice_name p{
	opacity: 0.7;
	font-weight: 500;
}

#voice_block .voice_name::before{
	content: "";
	position: absolute;
	bottom: -25px;
	left: -100px;
	margin: auto;
	width: 75px;
	height: 75px;
}
#voice_block .voice_name_01::before {
	background: url("../img/servise/voice_icon_01.png")no-repeat center/contain;
	background: url("../img/servise/webp/voice_icon_01.webp")no-repeat center/contain;
}
#voice_block .voice_name_02::before {
	background: url("../img/servise/voice_icon_02.png")no-repeat center/contain;
	background: url("../img/servise/webp/voice_icon_02.webp")no-repeat center/contain;
}
#voice_block .voice_name_03::before {
	background: url("../img/servise/voice_icon_03.png")no-repeat center/contain;
	background: url("../img/servise/webp/voice_icon_03.webp")no-repeat center/contain;
}
#voice_block .voice_name_04::before {
	background: url("../img/servise/voice_icon_04.png")no-repeat center/contain;
	background: url("../img/servise/webp/voice_icon_04.webp")no-repeat center/contain;
}

@media screen and (max-width: 1100px) {
	#voice_block .voice_list {
		background-color: #C7F3FF;
		width: 40%;
		min-width: 300px;
		height: 230px;
		padding: 30px 50px;
		font-size: 16px;
		font-weight: 700;
		position: relative;
	}

	#voice_block .voice_list .voice_name{
		bottom: 30px;
		left: 115px;
	}

	#voice_block .voice_name::before{
		bottom: -15px;
		left: -70px;
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 690px) {
	#voice_block {
		margin-top: 30px;
	}

	#voice_block .voice_wrap {
		gap: 10px;
		margin-top: 30px;
	}

	#voice_block .voice_list {
		background-color: #C7F3FF;
		width: 325px;
		height: 186px;
		padding: 30px 30px;
		font-size: 12px;
		font-weight: 700;
		position: relative;
	}

	#voice_block .voice_list .voice_name{
		font-size: 12px;
		bottom: 30px;
		left: 100px;
	}	
	#voice_block .voice_name::before{
		bottom: -10px;
		left: -70px;
		width: 53px;
		height: 53px;
	}
}