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

Title:individual.css

Created:2019-12-25
Last Modified :

//////////////////////////////////////////////////*/
/* ------------------------
  
  ------------------------ */

.content_box .individual_h2:after {
	content: none;
}
.content_box .individual_h2_work {
	background: url(/images/front/individual/individual_h2_work.png) no-repeat;
}
.content_box .individual_h2_home {
	background: url(/images/front/individual/individual_h2_home.png) no-repeat;
}
.content_box .individual_h2_visit {
	background: url(/images/front/individual/individual_h2_visit.png) no-repeat;
}
.content_box .individual_h2_rec {
	background: url(/images/front/individual/individual_h2_rec.png) no-repeat;
}
.content_box .individual_h2_content {
	background: url(/images/front/individual/individual_h2_content.png) no-repeat;
}

.content_box .individual_h2 ,
.content_box .content_section:first-child h2 {
	background-size: 55px 40px;
	padding-top: 130px;
	background-position: center 85px;
}
.content_section:nth-child(2n) {
	background-color: #fbfaf5;
}
.content_box .nrr_center {
	margin-bottom: 0;
}
.service_list {
	list-style: none;
	padding-bottom: 1px;
}
.service_list > li {
	position: relative;
	min-height: 240px;
	margin-bottom: 120px;
}
.service_list_img {
	display: block;
	float: left;
	position: relative;
	width: 420px;
	height: 240px;
	background: url(/images/front/individual/individual_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_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 .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: 140px;
}
.service_list_link_w {
	margin-bottom: 120px;
}
.detail_area_box_wrap {
	display: block;
	position: absolute;
	width: 100%;
	top: 45%;
}
.detail_area_box {
	margin: 0 auto;
}

.agent_agent_bnr_ul {
	list-style: none;
	width: 720px;
	margin: 0 auto 20px;
	font-size: 0;
}
.agent_agent_bnr_ul li {
	display: inline-block;
	margin: 0 40px 40px 0;
}
.agent_agent_bnr_ul li:nth-child(2n) {
	margin-right: 0;
}
.agent_agent_bnr {
	width: 340px;
	height: 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

//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	
	.content_box .individual_h2 ,
	.content_box .content_section:first-child h2 {
		padding-top: 110px;
		background-position: center 65px;
	}
	.service_list > li {
		margin-bottom: 80px;
		min-height: 170px;
	}
	.service_list > li:last-child {
	}
	.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_txt {
		margin: 15px 0;
	}
	.service_list_txt {
		font-size: 14px;
	}
	.service_list_catch span {
		padding: 0 3px;
		font-size: 22px;
	}
	.service_list_ttl {
		font-size: 24px;
	}
	.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;
		height: 100px;
	}
	.service_list_link_w {
		margin-bottom: 80px;
	}
	.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

//////////////////////////////////////////////////*/
	/* ------------------------
	  
	  ------------------------ */
	.content_box .individual_h2 ,
	.content_box .content_section:first-child h2 {
		padding-top: 110px;
		background-position: center 65px;
	}
	.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 .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%;
		height: auto;
	}
	.service_list_logo {
		width: 100%;
	}
	.agent_agent_bnr_ul {
		width: auto;
		margin: 0 20px 40px;
	}
	.agent_agent_bnr_ul li ,
	.agent_agent_bnr_ul li:nth-child(2n) {
		margin: 20px 0 0;
	}
	.agent_agent_bnr {
		width: 100%;
	}
	
/*//////////////////////////////////////////////////

  max-width: 767px end SP

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

  max-width: 575px start SP

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

  max-width: 575px end SP

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