@charset "utf-8";

/*セールス＆マーケティングTOP----------------------------*/
.-marketing .market-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.-marketing .market-list dl {
	width: 24%;
}
.-marketing .market-list dt {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 6px;
	background: #f3f9f1;
	min-height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin-bottom: 20px;
}
.-marketing .market-list li {
	text-indent: -0.55em;
	padding-left: 0.55em;
	margin: 0 1em;
	line-height: 1.875;
}
.-marketing .structure h2{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.-marketing .structure figure{
	text-align: center;
}
.-marketing .result h2 {
	display: inline-block;
	background: #4c9c2e;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 5px 20px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.-marketing .result h3 {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 15px;
}
.-marketing .pj-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 15px 50px;
}
.-marketing .pj-list h3 {
	width: 100%;
}
.-marketing .pj-list dl {
	width: 32%;
	background: #f3f9f1;
	padding: 30px 11% 20px 40px;
	color: #4c9c2e;
	font-size: 2.4rem;
	position: relative;
}
.-marketing .pj-list :where(dl)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 0;
	margin: auto;
}
.-marketing .pj-item01::before {
	background: url(/service/marketing/img/ico_result01.svg) center center / contain no-repeat;
	right: 15px;
	width: 36%;
	padding-top: 30%;
}
.-marketing .pj-item02::before,
.-marketing .pj-item03::before {
	right: 25px;
	background: url(/service/marketing/img/ico_result02.svg) center center / contain no-repeat;
	width: 28%;
	padding-top: 28%;
}
.-marketing .pj-item03::before {
	background-image: url(/service/marketing/img/ico_result03.svg);
}
.-marketing .pj-list dd span {
	font-size: 6rem;
	font-family: 'Poppins', sans-serif;
	padding-right: 5px;
	letter-spacing: -0.03em;
}

.-marketing .pj-object ul {
	background: #f3f9f1;
	margin: 0 15px;
	display: flex;
	flex-wrap: wrap;
	padding: 35px 55px;
}
.-marketing .pj-object li {
	font-size: 1.8rem;
	line-height: 2.2;
	margin-right: 2em;
}




/*コントラクトMR----------------------------*/
.-contract .contract-box {
	max-width: 830px;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.-contract .contract-box figure {
	width: 225px;
	text-align: center;
	margin-right: 70px;
	flex-shrink: 0;
}
.-contract .contract-box figure img {
	margin: 0 auto;
}
.-contract .contract-box dl {
	flex: 1;
}
.-contract .contract-box dt {
	font-size: 2.4rem;
	color: #4c9c2e;
	margin-bottom: 10px;
}
.-contract .contract-item01 dd {
	display: flex;
	flex-wrap: wrap;
	line-height: 2.1;
}
.-contract .contract-item01 dd ul + ul {
	margin-left: 30px;
}
.-contract .contract-item01 figure img {
	max-width: 193px;
}
.-contract .contract-item02 figure img {
	max-width: 195px;
}
.-contract .contract-item03 figure img {
	max-width: 165px;
}
.-contract .contract-item04 figure img {
	max-width: 225px;
}

/*ニーズ対応----------------------------*/
.-needs .need-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.-needs .need-item + .need-item {
	margin-top: 40px;
}

.-needs .need-item .comment {
	background: #eff8ec;
	border-radius: 8px;
	min-height: 5em;
	padding: 15px;
	width: 390px;
	margin-right: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.666;
	position: relative;
	align-self: flex-start;
}
.-needs .need-item .comment::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #eff8ec;
	left: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.-needs .need-info {
	flex: 1;
	position: relative;
}
.-needs .need-info dl {
	position: relative;
	padding-left: 70px;

}
.-needs .need-info dl::before {
	content: "";
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 0;
}
.-needs .need-info .ico01::before {
	background: url(/service/marketing/img/ico_needs01.svg) center center/ 40px auto no-repeat;
}
.-needs .need-info .ico02::before {
	background: url(/service/marketing/img/ico_needs02.svg) center center/ 40px auto no-repeat;
}
.-needs .need-info .ico03::before {
	background: url(/service/marketing/img/ico_needs03.svg) center center/ 52px auto no-repeat;
}
.-needs .need-info .ico04::before {
	background: url(/service/marketing/img/ico_needs04.svg) center center/ 50px auto no-repeat;
}
.-needs .need-info .ico05::before {
	background: url(/service/marketing/img/ico_needs05.svg) center center/ 55px auto no-repeat;
}
.-needs .need-info dl + dl {
	margin-top: 20px;
}
.-needs .need-info dt {
	font-weight: bold;
	font-size: 2.2rem;
	color: #4c9c2e;
	margin-bottom: 3px;
	width: 100%;
}
/* コントラクトナース */
.-nurse h2{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.-nurse h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.-nurse p{
	margin-bottom: 20px;
}
.-nurse figure{
	text-align: center;
	margin: 0 auto 30px;
}
/* 医療機器 */
.-medical-equipment .sect{
	max-width: 900px;
	margin: 0 auto 0;
}
.-medical-equipment p{
	margin-bottom: 20px;
}
.-medical-equipment figure{
	text-align: center;
	margin: 0 auto 30px;
}

/*ビジネスユニット----------------------------*/
.-unit .flbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.-unit .flbox dl {
	width: 32%;
	background: #f3faf1;
	border-radius: 6px;
	padding: 40px 30px 40px;
}
.-unit .flbox dt {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.-unit .flbox dd {
	line-height: 1.875;
}
.-unit .flbox dd figure {
	margin-bottom: 20px;
}
.-unit .organize {
	margin: 40px 15px 60px;
}
.-unit .organize figure {
	max-width: 850px;
	margin: 0 auto 60px;
}
.-unit .check-list {
	max-width: 900px;
	margin: 0 auto 50px;
}
.-unit .check-list dt {
	font-size: 2.4rem;
	color: #4c9c2e;
	margin-bottom: 10px;
}


/*シェアード---------------------------*/
.-shared .service-tbl table {
	max-width: 1150px;
	width: 100%;
	margin: 60px auto 45px;
}
.-shared .service-tbl tr {
	border-bottom: 1px solid #d7d7d7;
}
.-shared .service-tbl th {
	font-size: 2.4rem;
	color: #4c9c2e;
	padding: 20px;
}
.-shared .service-tbl th:first-child {
	text-align: center;
	width: 250px;
}
.-shared .service-tbl td {
	padding: 30px 20px;
}
.-shared .service-tbl dt {
	color: #4c9c2e;
	font-size: 2.4rem;
}
.-shared .service-tbl li {
	margin: 15px 0 0 5px;
}
.-shared .point-list h2 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 2.8rem;
	background: url(/service/img/ico_arrow.png) center bottom / 514px auto no-repeat;
}
.-shared .point-list ul {
	max-width: 965px;
	margin: 8px auto 0;
}

@media (hover: hover) {
	.-service .div-list a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:1220px) {

	/*セールス＆マーケティングTOP----------------------------*/
	.-marketing .pj-list dl {
		padding: 30px 20px 10px;

	}
	.-marketing .pj-list :where(dl)::before {
		margin: 0;
		right: 10px;
		bottom: 15px;
		top: auto;
		width: 30%;
	}

}

@media screen and (max-width:959px) {


	/*セールス＆マーケティングTOP----------------------------*/

	.-marketing .market-list dl {
		width: 48%;
		margin-bottom: 15px;
	}
	.-marketing .market-list dt {
		font-size: 1.5rem;
		min-height: 4em;
		padding: 5px 10px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.-marketing .market-list li {
		margin: 0 0 5px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	.-marketing .result h2 {
		font-size: 2rem;
		padding: 3px 10px;
		margin-bottom: 10px;
	}
	.-marketing .result h3 {
		font-size: 1.7rem;
	}
	.-marketing .pj-list {
		margin: 0 0 30px;
	}
	.-marketing .pj-list dl {
		padding: 15px 10px 15vw 10px;
		font-size: 3.73vw;
		text-align: center;
	}
	.-marketing .pj-list :where(dl)::before {
		left: 0;
		margin: auto;
		width: 21vw;
		height: 10vw;
		padding: 0;
		bottom: 3.55vw;
	}
	.-marketing .pj-item01::before {
		height: 13vw;
		bottom: 2.6vw;
	}
	.-marketing .pj-list dt {
		font-weight: bold;
	}
	.-marketing .pj-list dd span {
		font-size: 8vw;
		padding-right: 3px;
	}
	.-marketing .pj-object ul {
		margin: 0;
		padding: 15px;
	}
	.-marketing .pj-object li {
		font-size: 1.4rem;
		margin-right: 1em;
		line-height: 1.8;
	}

	/*コントラクトMR----------------------------*/
	.-contract .contract-box {
		margin: 30px 0 0;
		display: block;
	}
	.-contract .contract-box figure {
		margin: 0 auto 15px;
		width: 100%;
	}
	.-contract .contract-box dt {
		font-size: 2rem;
	}

	.-contract .contract-item01 dd ul {
		width: 33%;
	}
	.-contract .contract-item01 dd ul + ul {
		margin: 0;
	}

	/*ニーズ対応----------------------------*/
	.-needs .need-item {
		margin-top: 40px;
	}
	.-needs .need-item .comment {
		width: 100%;
		margin: 0 0 20px 0;
		min-height: 0;
		font-size: 1.6rem;
		text-align: left;
		padding: 15px 20px;
		line-height: 1.6;
		justify-content: flex-start;
	}
	.-needs .need-item .comment::before {
		border-width: 15px 10px 0 10px;
		border-color: #eff8ec transparent transparent transparent;
		left: 0;
		right: 0;
		top: 100%;
		bottom: auto;
	}
	.-needs .need-info dt {
		font-size: 1.8rem;
	}

	/*ビジネスユニット----------------------------*/
	.-unit .flbox dl {
		width: 100%;
		padding: 20px 15px;
	}
	.-unit .flbox dl + dl {
		margin-top: 15px;
	}
	.-unit .flbox dt {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.-unit .flbox dd {
		line-height: 1.6;
	}
	.-unit .flbox dd figure {
		margin-bottom: 10px;
	}
	.-unit .organize {
		margin: 30px 0;
	}
	.-unit .organize figure {
		margin-bottom: 30px;
	}
	.-unit .check-list {
		margin-bottom: 30px;
	}
	.-unit .check-list dt {
		font-size: 1.8rem;
	}
	.-unit .check-list li {
		font-size: 1.4rem;
	}

	/*シェアード---------------------------*/
	.-shared .service-tbl table {
		margin: 0 auto 30px;
	}
	.-shared .service-tbl tr {
		border: none;
	}
	.-shared .service-tbl tr + tr {
		border-bottom: 1px solid #d7d7d7;
	}
	.-shared .service-tbl th {
		display: none;
	}
	.-shared .service-tbl td {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	.-shared .service-tbl td img {
		width: 80%;
		margin: 15px auto 0;
		display: block;
	}
	.-shared .service-tbl dt {
		font-size: 1.8rem;
	}
	.-shared .service-tbl ul {
		margin-bottom: 15px;
	}
	.-shared .service-tbl li {
		margin: 5px 0 0 0;
	}
	.-shared .point-list h2 {
		font-size: 2.2rem;
		padding-bottom: 15px;
		background-size: 95% auto;
	}
}