@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#service{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background: #e8f5fb;
	padding: 0 0 4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service_parts{
	width: 100%;
	height: 240px;
	margin: 0 0 2rem 0;
	background: white;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.service_photo{
	width: 240px;
	height: 240px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.service_photo img{
	width: 100%;
	height: auto;
}
.service_text{
	width: calc(100% - 240px - 6rem);
	height: auto;
	padding: 2rem 3rem;
	text-align: left;
}
.service_title{
	width: 100%;
	height: auto;
	display: flex;
	margin: 0 0 1rem 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center;
}
.service_title p{
	font-size: 1.5rem;
	font-weight: bold;
}
.service_title_num{
	width: 40px;
	height: 40px;
	margin: 0 .5rem 0 0;
	background: #00a0e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_title_num p{
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
}
.service_copy{
	width: auto;
	height: auto;
}
.service_copy p{
	font-size: 1.25rem;
}
.service_add{
	width: 100%;
	max-width: 1080px;
	height: auto;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service_add_title{
	width: 810px;
	height: auto;
	margin: 0 0 3rem 0;
}
.service_add_title img{
	width: 100%;
	height: auto;
}
.service_add_photo_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.service_add_photo{
	width: 32.5%;
	height: auto;
}
.service_add_photo img{
	width: 100%;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#service{
	width: 100vw;
	height: auto;
	background: #e8f5fb;
	padding: 0 0 4rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_wrap{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service_parts{
	width: 100%;
	height: 240px;
	margin: 0 0 2rem 0;
	background: white;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.service_photo{
	width: 240px;
	height: 240px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.service_photo img{
	width: 100%;
	height: auto;
}
.service_text{
	width: calc(100% - 240px - 6rem);
	height: auto;
	padding: 2rem 3rem;
	text-align: left;
}
.service_title{
	width: 100%;
	height: auto;
	display: flex;
	margin: 0 0 1rem 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center;
}
.service_title p{
	font-size: 1.5rem;
	font-weight: bold;
}
.service_title_num{
	width: 40px;
	height: 40px;
	margin: 0 .5rem 0 0;
	background: #00a0e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_title_num p{
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
}
.service_copy{
	width: auto;
	height: auto;
}
.service_copy p{
	font-size: 1.25rem;
}
.service_add{
	width: calc(100% - 4rem);
	height: auto;
	padding: 2rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service_add_title{
	width: 80vw;
	height: auto;
	margin: 0 0 3rem 0;
}
.service_add_title img{
	width: 100%;
	height: auto;
}
.service_add_photo_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.service_add_photo{
	width: 32.5%;
	height: auto;
}
.service_add_photo img{
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 750px){
#service{
	width: 100vw;
	height: auto;
	background: #e8f5fb;
	padding: 0 0 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_wrap{
	width: calc(100% - 8vw);
	height: auto;
	padding: 0 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service_parts{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 2rem 0;
	background: white;
	border-radius: 2vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
.service_photo{
	width: 25vw;
	height: 40vw;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.service_photo img{
	width: 100%;
	height: auto;
}
.service_text{
	width: calc(100% - 25vw - 4vw);
	height: auto;
	padding: 2vw 2vw;
	text-align: left;
}
.service_title{
	width: 100%;
	height: auto;
	display: flex;
	margin: 0 0 .25rem 0;
	flex-direction: row;
	justify-content: flex-start;
	align-items:center;
}
.service_title p{
	font-size: 4vw;
	font-weight: bold;
}
.service_title_num{
	width: 5vw;
	height: 5vw;
	margin: 0 .25rem 0 0;
	background: #00a0e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_title_num p{
	color: white;
	font-size: 3.75vw;
	font-weight: bold;
	line-height: 5vw;
}
.service_copy{
	width: auto;
	height: auto;
}
.service_copy p{
	font-size: .8rem;
}
.service_add{
	width: calc(100% - 4rem);
	height: auto;
	padding: 0rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service_add_title{
	width: 90vw;
	height: auto;
	margin: 0 0 1rem 0;
}
.service_add_title img{
	width: 100%;
	height: auto;
}
.service_add_photo_block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.service_add_photo{
	width: 32.5%;
	height: auto;
}
.service_add_photo img{
	width: 100%;
	height: auto;
}
}