@charset "utf-8";
/*////////////////////////////////////
SERVICE
////////////////////////////////////*/
/*ヘッダー*/
@media screen and (min-width: 768px) {
#under_header_area {
	position: relative;
	background: #2DA427;
	width: 100%;
	z-index: 1;
	padding-top: 80px;
	line-height: 0;
}
#under_header_img {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	line-height: 0;
}
.contents1 {
	position: relative;
	width:100%;
	padding: 100px 0;
	border-bottom: 1px solid rgba(25,118,13,1.00);
}
.contents5 {
	position: relative;
	width:100%;
	background: #2DA427;
	padding: 100px 0;
	border-bottom: 1px solid rgba(25,118,13,1.00);
}

}
@media screen and (min-width: 0px) and (max-width: 767px) {
#under_header_area {
	position: relative;
	background: #2DA427;
	width: 100%;
	z-index: 1;
	padding-top: 80px;
	line-height: 0;
}
#under_header_img {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 0;
	line-height: 0;
}
.contents1 {
	position: relative;
	width:100%;
	padding: 100px 0;
	border-bottom: 1px solid rgba(25,118,13,1.00);
}
.contents5 {
	position: relative;
	width:100%;
	background: #2DA427;
	padding: 100px 0;
	border-bottom: 1px solid rgba(25,118,13,1.00);
}
}

/*contents*/
@media screen and (min-width: 768px) {
.service_area1 {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.service_word1 {
	position: relative;
	width: 100%;
	font-size: 23px;
	color: rgba(157,39,41,1.00);
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.service_word2 {
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.service_area2 {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.service_item,
.service_item2,
.service_item3 {
	position: relative;
	width: 26%;
	margin: 3.5%;
	padding: 50px 20px 30px 20px;
	border:3px solid #FFF;
	border-radius: 30px;
}
.service_item2 {
	background:rgba(255,113,0,1.00);
}
.service_item3 {
	background:rgba(16,157,234,1.00);
}
.service_section_title1,
.service_section_title2{
	position: relative;
	font-size: 20px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 50px;
}
.service_section_title1 {
	color: #FFF;
	background:rgba(255,113,0,1.00);
}
.service_section_title2 {
	color: #333;
	background:rgba(255,225,0,1.00);
}
.service_item_title {
	position: relative;
	width: 100%;
	min-height: 64px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}
.service_photo {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.service_photo img {
	width: 100%;
	display: block;
}
.service_item_word {
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
}
.service_num {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgba(220,122,22,1.00);
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}
.service_num2 {
	position: absolute;
	width: 60px;
	height: 60px;
	background:rgba(255,225,0,1.00);
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.service_area1 {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.service_word1 {
	position: relative;
	width: 100%;
	font-size: 23px;
	color: rgba(157,39,41,1.00);
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
.service_word2 {
	position: relative;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
.service_area2 {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.service_item,
.service_item2,
.service_item3 {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	padding: 50px 20px 30px 20px;
	border:3px solid #FFF;
	border-radius: 30px;
}
.service_item2 {
	background:rgba(255,113,0,1.00);
}
.service_item3 {
	background:rgba(16,157,234,1.00);
}
.service_section_title1,
.service_section_title2{
	position: relative;
	font-size: 20px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 50px;
}
.service_section_title1 {
	color: #FFF;
	background:rgba(255,113,0,1.00);
}
.service_section_title2 {
	color: #333;
	background:rgba(255,225,0,1.00);
}
.service_item_title {
	position: relative;
	width: 100%;
	min-height: 64px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}
.service_photo {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.service_photo img {
	width: 100%;
	display: block;
}
.service_item_word {
	position: relative;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	line-height: 1.6;
}
.service_num {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgba(220,122,22,1.00);
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}
.service_num2 {
	position: absolute;
	width: 60px;
	height: 60px;
	background:rgba(255,225,0,1.00);
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 30px;
}
}



@media screen and (min-width: 768px) {
.service_area3 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_section_title3 {
	position: relative;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 50px;
}
.service_section_title3 {
	color: #FFF;
	background:rgba(255,113,0,1.00);
}
.section_titles {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .1em;
	color: rgba(63,168,38,1.00);
}

.section_titles2 {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .1em;
	color: #FFF;
}

.service_merit1,
.service_merit2 {
	position: relative;
	width: 45%;
}
.service_merit1 {
	margin-right: 5%;
	margin-bottom: 50px;
}
.service_merit2 {
	margin-left: 5%;
	margin-bottom: 50px;
}
.service_merit_title {
	position: relative;
	width: 100%;
	background: rgba(34,187,36,1.00);
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	line-height: 2;
	text-align: center;
	padding: 5px 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.service_merit_subtitle {
	position: relative;
	width: 100%;
	min-height: 100px;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_merit_word {
	position: relative;
	width: 90%;
	min-height: 140px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 2;
}
.service_merit_photo {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.service_area3 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.service_section_title3 {
	position: relative;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	font-weight: 900;
	font-family: "Noto Sans JP", sans-serif;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 50px;
}
.service_section_title3 {
	color: #FFF;
	background:rgba(255,113,0,1.00);
}
.section_titles {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .1em;
	color: rgba(63,168,38,1.00);
}

.section_titles2 {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .1em;
	color: #FFF;
}

.service_merit1,
.service_merit2 {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.service_merit_title {
	position: relative;
	width: 100%;
	background: rgba(34,187,36,1.00);
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	line-height: 2;
	text-align: center;
	padding: 5px 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.service_merit_subtitle {
	position: relative;
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.service_merit_word {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 2;
}
.service_merit_photo {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}


@media screen and (min-width: 768px) {
.service_subtitle_place {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.service_subtitle_word {
	position: relative;
	width: 70%;
	float: left;
	font-size: 18px;
	line-height: 1.6;
}
.service_subtitle_mark {
	position: relative;
	width: 14%;
	float: right;
}
.service_merit_border {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border:5px solid rgba(255,115,0,1.00);
	padding: 20px;
	border-radius: 30px;
}
.yajirushi {
	position: relative;
	width: 100px;
	height: 68px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url("../merit/img/yajirushi.png");
	background-size: cover;
}
.machi {
	position: relative;
	width: 80%;
	aspect-ratio:16/4.8;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url("../merit/img/merit_03.png");
	background-size: cover;
}
.service_merit_border_photo1,
.service_merit_border_photo2 {
	position: relative;
	float: left;
}
.service_merit_border_photo1 {
	width: 35%;
}
.service_merit_border_photo2 {
	width: 30%;
}
.service_merit_border_word {
	position: relative;
	float: left;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.service_merit_border_word span {
	font-size: 24px;
	font-weight: 900;
}
.service_merit_border_word ul {
	list-style: circle;
	margin: 0 0 0 20px;
	padding: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.service_subtitle_place {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.service_subtitle_word {
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 1.6;
}
.service_subtitle_mark {
	position: relative;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.service_merit_border {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border:5px solid rgba(255,115,0,1.00);
	padding: 20px;
	border-radius: 30px;
}
.yajirushi {
	position: relative;
	width: 100px;
	height: 68px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url("../merit/img/yajirushi.png");
	background-size: cover;
}
.machi {
	position: relative;
	width: 80%;
	aspect-ratio:16/4.8;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url("../merit/img/merit_03.png");
	background-size: cover;
}
.service_merit_border_photo1,
.service_merit_border_photo2 {
	position: relative;
	float: left;
}
.service_merit_border_photo1 {
	width: 30%;
}
.service_merit_border_photo2 {
	width: 30%;
}
.service_merit_border_word {
	position: relative;
	float: left;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.service_merit_border_word span {
	font-size: 24px;
	font-weight: 900;
}
.service_merit_border_word ul {
	list-style: circle;
	margin: 0 0 0 20px;
	padding: 0;
}
}




@media screen and (min-width: 768px) {
.jigyou_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left:auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.jigyou_item {
	position: relative;
	width: 46%;
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.jigyou_item:nth-child(1),
.jigyou_item:nth-child(3) {
	margin-right: 4%;
}
.jigyou_item:nth-child(2),
.jigyou_item:nth-child(4) {
	margin-left: 4%;
}
.jigyou_title {
	position: relative;
	width: 100%;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 40px;
	color: #FFF;
	font-weight: 900;
}
.jigyou_word {
	position: relative;
	width: 50%;
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	font-weight: 400;
}
.jigyou_photo {
	position: relative;
	width: 46%;
	margin-left: 4%;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.jigyou_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left:auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.jigyou_item {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.jigyou_item:nth-child(1),
.jigyou_item:nth-child(3) {
	margin-right: 0%;
}
.jigyou_item:nth-child(2),
.jigyou_item:nth-child(4) {
	margin-left: 0%;
}
.jigyou_title {
	position: relative;
	width: 100%;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 40px;
	color: #FFF;
	font-weight: 900;
}
.jigyou_word {
	position: relative;
	width: 50%;
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	font-weight: 400;
}
.jigyou_photo {
	position: relative;
	width: 48%;
	margin-left: 2%;
}
}