@charset "UTF-8";
/*//////////////////////////////////////////////////

Title:business.css

Created:2019-12-25
Last Modified :

//////////////////////////////////////////////////*/
/* ------------------------
  
  ------------------------ */
.business_cate {
	text-align: center;
}
.business_cate li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
.business_cate li a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	padding: 20px 30px;
	height: 60px;
}
.business_cate li.business_cate_kaigo a ,
.service_list_tag li.service_list_tag_kaigo {
	background-color: #22ac38;
	
}
.business_cate li.business_cate_iryo a ,
.service_list_tag li.service_list_tag_iryo {
	background-color: #00a0e9;
}
.business_cate li.business_cate_saiyo a ,
.service_list_tag li.service_list_tag_saiyo {
	background-color: #f08d00;
}
.business_cate li.business_cate_kaigo a.business_cate_selected {
	box-shadow: rgba(255,255,255,1) 0 0 0 4px, rgba(34,172,56,1) 0 0 16px 2px;
}

.business_cate li.business_cate_iryo a.business_cate_selected {
	box-shadow: rgba(255,255,255,1) 0 0 0 4px, rgba(0,136,198,1) 0 0 16px 2px;
}

.business_cate li.business_cate_saiyo a.business_cate_selected {
	box-shadow: rgba(255,255,255,1) 0 0 0 4px, rgba(240,141,0,1) 0 0 16px 2px;
}

.business_cate li:last-child {
	margin-right: 0;
}
.business_cate_pp_wrap {
	z-index: 2;
	position: absolute;
	background-color: #fff;
	color: #000;
	text-align: left;
	box-shadow:  rgba(0,0,0,0.2) 2px 2px 6px;
	font-size: 14px;
	border-radius: 10px;
	border: solid 2px #f08d00;
	padding: 20px;
	bottom: -136px;
	left: -80px;
	width: 360px;
	display: none;
}
.business_cate_pp {
	position: relative;
}
.business_cate_pp:before ,
.business_cate_pp:after {
    content: '';
    position: absolute;
    display: block;
	left: 128px;
	width: 0;
	height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}
.business_cate_pp:before {
	top: -40px;
	border-bottom: solid 20px #f08d00;
}
.business_cate_pp:after {
	top: -36px;
	border-bottom: solid 20px #fff;
}
.business_cate_pp_inner {
	position: relative;
}
.business_cate_pp_close {
    position: absolute;
    display: block;
	background-color: #f9f9f9;
	color: #f08d00;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	box-shadow:  rgba(0,0,0,0.35) 1px 1px 3px;
	right: -40px;
	top: -40px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 30px;
	line-height: 1.4;
}
.business_cate_pp_close:hover {
	background-color: #fff;
	color: #f7af49;
}
.business_cate_pp b {
	font-size: 16px;
}
.business_cate_all {
	margin-top: 40px;
	text-align: center;
}
.business_cate_sp {
	display: none;
}
.content_box .business_h2:after {
	content: none;
}
.content_box .business_h2_jinzai {
	background: url(/images/front/business/business_h2_jinzai.png) no-repeat;
}
.content_box .business_h2_home {
	background: url(/images/front/business/business_h2_home.png) no-repeat;
}
.content_box .business_h2_visit {
	background: url(/images/front/business/business_h2_visit.png) no-repeat;
}
.content_box .business_h2_management {
	background: url(/images/front/business/business_h2_management.png) no-repeat;
}
.content_box .business_h2_rec {
	background: url(/images/front/business/business_h2_rec.png) no-repeat;
}
.content_box .business_h2 {
	background-size: 55px 40px;
	padding-top: 130px;
	background-position: center 85px;
}
.business_h3 {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 100px 0 80px;
}
.content_section:nth-child(3) ,
.content_section:nth-child(5) {
	background-color: #fbfaf5;
}
.content_section:first-child ,
.content_section:last-child {
	background-color: #fff;
}
.service_list {
	list-style: none;
	padding-bottom: 1px;
}
.service_list > li {
	position: relative;
	margin-bottom: 120px;
	min-height: 240px;
}
.service_list_img {
	display: block;
	float: left;
	position: relative;
	width: 420px;
	height: 240px;
	background: url(/images/front/business/business_pc.png) no-repeat;
	background-size: cover;
	margin-top: 3%;
}
.service_list_img img {
	position: absolute;
	border-radius: 2px;
	left: 56px;
	top: 14px;
	width: 306px;
	height: auto;
}
.service_list_right {
	margin-left: 540px;
}
.service_list_catch ,
.service_list_tag ,
.service_list_txt {
	margin: 15px 0;
}
.service_list_catch span {
	font-weight: bold;
	background:linear-gradient(transparent 58%, #f2c621 58%, #f2c621 90%, transparent 90%);
	padding: 0 5px;
	font-size: 24px;
}
.service_list_ttl {
	color: #66c;
	font-weight: bold;
	font-size: 28px;
}
.service_list_logo {
	width: 500px;
	height: auto;
}
.service_list_tag {
}
.service_list_tag li {
	list-style: none;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 18px 4px;
	border-radius: 20px;
	margin-right: 6px;
}
.service_list .main_link a {
	margin: 0;
	font-size: 20px;
	width: 360px;
	padding: 18px 0 14px;
}
.service_list_link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
}
.service_list_bnr {
	text-align: center;
}
.service_list_bnr a {
	display: inline-block;
	margin: 0 20px;
	font-size: 0;
}
.service_list_bnr a img {
	width: 430px;
	height: auto;
}
.detail_area_box_wrap {
	display: block;
	position: absolute;
	width: 100%;
	top: 45%;
}
.detail_area_box {
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	/*//////////////////////////////////////////////////

	  max-width: 1200px start PC

	//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	.service_list_right {
		margin-left: 460px;
		width: 500px;
	}
	/*//////////////////////////////////////////////////

	  max-width: 1200px end PC

	//////////////////////////////////////////////////*/
}
@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

  max-width: 991px start Tablet

//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	.business_cate li {
		margin-right: 20px;
	}
	.business_cate li a {
		border-radius: 23px;
		padding: 12px 20px;
		height: 46px;
	}
	.business_cate_pp_wrap {
		border-radius: 8px;
		padding: 12px;
		bottom: -130px;
		left: -92px;
		width: 300px;
		font-size: 13px;
	}
	.business_cate_pp:before ,
	.business_cate_pp:after {
		left: 142px;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
	}
	.business_cate_pp:before {
		top: -30px;
		border-bottom: solid 18px #f08d00;
	}
	.business_cate_pp:after {
		top: -26px;
		border-bottom: solid 18px #fff;
	}
	.business_cate_pp_close {
		right: -30px;
		top: -30px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		font-size: 24px;
	}
	.business_cate_pp b {
		font-size: 14px;
	}
	.business_cate_all {
		margin-top: 20px;
	}
	.content_box .business_h2 {
		padding-top: 110px;
		background-position: center 65px;
	}
	.business_h3 {
		font-size: 26px;
		margin: 80px 0 60px;
	}
	.service_list > li {
		margin-bottom: 80px;
		min-height: 170px;
	}
	.service_list_img {
		width: 300px;
		height: 170px;
	}
	.service_list_img img {
		left: 41px;
		top: 10px;
		width: 218px;
	}
	.service_list_right {
		margin-left: 340px;
		width: 380px;
	}
	.service_list_catch ,
	.service_list_tag {
		margin: 8px 0;
	}
	.service_list_txt {
		margin: 15px 0;
		font-size: 14px;
	}
	.service_list_catch span {
		padding: 0 3px;
		font-size: 22px;
	}
	.service_list_ttl {
		font-size: 24px;
	}
	.service_list_tag li {
		font-size: 12px;
	}
	.service_list .main_link a {
		font-size: 18px;
		width: 300px;
		padding: 14px 0 10px;
	}
	.service_list_bnr a {
		margin: 0 20px;
	}
	.service_list_bnr a img {
		width: 300px;
	}
	.service_list_logo {
		width: 360px;
	}
/*//////////////////////////////////////////////////

  max-width: 991px end Tablet

//////////////////////////////////////////////////*/
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	
}

@media screen and (max-width: 767px) {
/*//////////////////////////////////////////////////

  max-width: 767px start SP

//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	.business_cate_pc {
		display: none;
	}
	.business_cate_sp {
		display: flex;
		justify-content: center;
	}
	.business_cate_select{
		width: 80%;
		padding: 5px;
	}
	.cate_select_wrap {
		position: relative;
	}
	.cate_select_wrap:after {
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 10px;
		width: 10px;
		height: 10px;
		border-right: 2px solid #666;
		border-bottom: 2px solid #666;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cate_select {
		width: 100%;
		padding: 10px;
		border: solid 1px #999;
		background-color: #f9f9f9;
		border-radius: 3px;
		font-size: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.business_h3 {
		font-size: 22px;
		margin: 80px 0 60px;
	}
	.service_list_img {
		width: 290px;
		height: 165px;
		margin: 30px auto;
		float: none;
	}
	.service_list_img img {
		left: 40px;
		top: 10px;
		width: 210px;
	}
	.service_list_right {
		margin: 0 auto;
		width: calc(100% - 20px);
	}
	.service_list_catch span {
		font-size: 18px;
	}
	.service_list_ttl {
		font-size: 22px;
	}
	.service_list_tag li {
		font-size: 14px;
	}
	.service_list .main_link a {
		font-size: 16px;
		width: auto;
		padding: 16px 0 12px;
	}
	.service_list_bnr a {
		margin: 20px auto;
		width: calc(100% - 40px);
	}
	.service_list_bnr a img {
		width: 100%;
	}
	.service_list_logo {
		width: 100%;
	}
	
/*//////////////////////////////////////////////////

  max-width: 767px end SP

//////////////////////////////////////////////////*/
}
/*//////////////////////////////////////////////////

  max-width: 575px start SP

//////////////////////////////////////////////////*/
@media screen and (max-width: 575px){
	
	
/*//////////////////////////////////////////////////

  max-width: 575px end SP

//////////////////////////////////////////////////*/
}