.s-logi .p-head-image {
	background-image: url(../img/logi/bg_head.jpg)
}

.s-logi-section .p-title {
	margin-bottom: .5em
}

.s-logi-section .c-text {
	margin-bottom: 3em
}

@media screen and (max-width:999px) {
	.s-logi-section .p-title {
		margin-top: -.5em;
		margin-bottom: 0
	}

	.c-text {
		margin-bottom: 2em
	}

}

@media screen and (max-width:767px) {
	.s-logi-section .c-grid__col {
		text-align: center
	}

	.s-logi-section .c-grid__col+.c-grid__col {
		margin-top: 15px
	}

	.s-logi-atf .c-grid__col {
		text-align: center
	}

	.s-logi-atf .c-grid__col+.c-grid__col {
		margin-top: 30px
	}

}

.s-logi-head {
	margin-bottom: 40px;
	border-top: solid 7px #329673
}

.s-logi-head:after {
	content: "";
	display: block;
	clear: both
}

.s-logi-head>div {
	float: left;
	width: 20%
}

.s-logi-head>div+div {
	float: right;
	width: 80%
}

.s-logi-head__title-area {
	display: table;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	background-color: #329673
}

.s-logi-head__title {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.s-logi-head__text {
	padding-top: 26px;
	padding-left: 40px
}

.s-logi-head--storage .s-logi-head__text {
	padding-bottom: 1em
}

@media screen and (max-width:767px) {
	.s-logi-head {
		margin-bottom: 14px
	}

	.s-logi-head>div {
		width: 60px
	}

	.s-logi-head>div+div {
		width: calc(100% - 60px)
	}

	.s-logi-head__title-area {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4
	}

	.s-logi-head__text {
		padding-top: 1em;
		padding-left: 1.5em;
		text-align: justify
	}

}

.s-logi-list__item {
	float: left;
	height: 40px;
	border: solid 1px #329673;
	color: #329673;
	line-height: 40px;
	text-align: center
}

.s-logi-list__item+.s-logi-list__item {
	margin-left: 10px
}

.s-logi-list--has5items .s-logi-list__item {
	width: calc(20% - 8px)
}

.s-logi-list--has6items .s-logi-list__item {
	width: calc(16.6666% - 8.33333px)
}

.s-logi-list--has7items .s-logi-list__item {
	width: calc(14.2857% - 8.57143px)
}

.s-logi-list__ex {
	margin-top: .2em;
	margin-bottom: 18px;
	color: #329673;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right
}

@media screen and (max-width:767px) {
	.s-logi-list__item {
		height: 30px;
		margin-bottom: 7px;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 30px
	}

	.s-logi-list__item+.s-logi-list__item {
		margin-left: 7px
	}

	.s-logi-list--has5items .s-logi-list__item--head, .s-logi-list--has6items .s-logi-list__item--head, .s-logi-list--has7items .s-logi-list__item--head {
		margin-left: 0
	}

	.s-logi-list--has5items .s-logi-list__item--s, .s-logi-list--has6items .s-logi-list__item--s, .s-logi-list--has7items .s-logi-list__item--s {
		width: calc(25% - 5.25px)
	}

	.s-logi-list--has5items .s-logi-list__item--m, .s-logi-list--has6items .s-logi-list__item--m, .s-logi-list--has7items .s-logi-list__item--m {
		width: calc(33.3333% - 4.66667px)
	}

	.s-logi-list--has5items .s-logi-list__item--l, .s-logi-list--has6items .s-logi-list__item--l, .s-logi-list--has7items .s-logi-list__item--l {
		width: calc(50% - 3.5px)
	}

	.s-logi-list__ex {
		margin-top: 0;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		text-align: right
	}

}

/*s-logi-images追記20200909*/
.s-logi-images {
	margin-bottom: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -8px;
}

.s-logi-images figure {
	/*float: left;
	width: calc(25% - 14px);
	text-align: center*/
	width: -webkit-calc(20% - 8px);
	width: calc(20% - 8px);
	padding-top: 10px;
}

/*.s-logi-images figure+figure {
	margin-left: 10px
}*/

@media screen and (max-width:767px) {
	.s-logi-images {
		margin-top: 0px;
		margin-bottom: 30px;
		margin-left: -7px;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.s-logi-images figure {
		width: 50%;
		padding-top: 0px;
		margin-bottom: 7px;
		padding-left: 7px
	}
	.s-logi-images figure img {
		width: 100%;
	}
	.s-logi-images figure+figure {
		margin-left: 0
	}
}

.s-sorting__flow-wrap {
	position: relative;
}
.s-icon_rfid {
	position: absolute;
	top: -43px;
	right: 0;
	width: 70px;
}
@media screen and (max-width:767px) {
	.s-icon_rfid {
		position: absolute;
		top: -22px;
		right: 0;
		width: 100px;
	}
}
@media screen and (max-width:399px) {
	.s-icon_rfid {
		top: -35px;
		width: 100px;
	}
}
.s-storage:after {
	content: "";
	display: block;
	clear: both
}
.s-storage__product {
}
.s-storage__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s-storage .p-title-square {
	margin-bottom: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}

.s-storage .p-title-square::before {
	color: #329673
}

.s-storage__list-item {
	width: calc(33.3333% - 14px);
	padding: 5px;
	background-color: #e0efea;
}
.s-storage__list-item dt {
	padding: 5px 0 10px;
	color: #329673;
	text-align: center;
}
.s-storage__list-item dd {
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #fff;
	padding: 1em;
	text-align: justify;
}
.s-storage__list-item+.s-storage__list-item {
	margin-left: 14px;
}
@media screen and (max-width:767px) {
	.s-storage__list-item {
		width: 100%;
	}
	.s-storage__list-item+.s-storage__list-item {
		margin-left: 0px;
		margin-top: 20px;
	}
}
/*.s-storage>div {
	float: left;
	width: 40%
}

.s-storage>div+div {
	float: right;
	width: 60%
}

.s-storage-left {
	text-align: center
}

.s-storage-right {
	padding-left: 30px
}

.s-storage-right .p-title-square {
	margin-bottom: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}

.s-storage-right .p-title-square::before {
	color: #329673
}

.s-storage-right__list-item {
	height: 50px;
	padding: 5px;
	background-color: #e0efea
}

.s-storage-right__list-item dd, .s-storage-right__list-item dt {
	float: left;
	line-height: 40px
}

.s-storage-right__list-item dt {
	width: 27.67857%;
	color: #329673;
	text-align: center
}

.s-storage-right__list-item dd {
	width: 72.32143%;
	padding-left: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #fff
}

.s-storage-right__list-item+.s-storage-right__list-item {
	margin-top: 20px
}

@media screen and (max-width:999px) {
	.s-storage>div {
		width: 30%
	}

	.s-storage>div+div {
		width: 70%
	}

	.s-storage-left {
		padding-top: 36px
	}

	.s-storage-right {
		padding-left: 15px
	}

	.s-storage-right h5 {
		text-align: center
	}

	.s-storage-right__list-item {
		height: auto;
		padding-top: 0;
		background-color: #e0efea
	}

	.s-storage-right__list-item dd, .s-storage-right__list-item dt {
		float: none;
		line-height: 1.75
	}

	.s-storage-right__list-item dt {
		width: 100%;
		padding: .5em;
		padding-left: .1em;
		color: #329673;
		text-align: center;
		text-align: center;
		letter-spacing: .1em
	}

	.s-storage-right__list-item dd {
		width: 100%;
		padding: 1em
	}

}

@media screen and (max-width:767px) {
	.s-storage>div {
		float: none;
		width: 100%
	}

	.s-storage>div+div {
		width: 100%
	}

	.s-storage-left {
		padding-top: 0
	}

	.s-storage-right {
		margin-top: 30px;
		padding-left: 0
	}

	.s-storage-right h5 {
		text-align: center
	}

}*/

.s-process .p-title-square {
	margin-bottom: .5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}

.s-process .p-title-square::before {
	color: #329673
}

.s-process__text {
	margin-bottom: 1em;
	letter-spacing: .1em
}

.s-process__product:after {
	content: "";
	display: block;
	clear: both
}

.s-process__product>div {
	float: left;
	width: calc(50% - 23px)
}

.s-process__product>div+div {
	float: right;
	width: calc(50% - 23px)
}

.s-process__list {
	width: 100%;
	border-top: solid 2px #329673;
	border-bottom: solid 2px #329673;
	table-layout: fixed
}

.s-process__list th {
	width: 32.49476%;
	padding: 15px 10px;
	border-bottom: solid 1px #329673;
	color: #329673;
	vertical-align: top;
	background-color: #e0efea
}

.s-process__list td {
	width: 67.50524%;
	padding: 15px 10px;
	border-bottom: solid 1px #329673
}

.s-process__list tr:last-child td, .s-process__list tr:last-child th {
	border-bottom: none
}

@media screen and (max-width:767px) {
	.s-process__product>div {
		float: none;
		width: 100%
	}

	.s-process__product>div+div {
		float: none;
		width: 100%
	}

	.s-process__list {
		width: 100%;
		table-layout: fixed
	}

	.s-process__list th {
		padding: 10px
	}

	.s-process__list td {
		padding: 10px 0 10px 10px
	}

	.s-process__product-left .s-process__list {
		border-bottom: none
	}

	.s-process__product-right .s-process__list {
		border-top: solid 1px #329673
	}

}

@media screen and (max-width:399px) {
	.s-process__list td, .s-process__list th {
		font-size: 13px;
		font-size: 1.3rem
	}

}

.s-sorting .p-title-square {
	margin-bottom: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em
}
.s-sorting .p-title-square .sm-only {
	display: none;
}
.s-sorting .p-title-square .md-only {
	display: none;
}
.s-sorting .p-title-square::before {
	color: #329673
}
@media screen and (max-width:767px) {
	.s-sorting .p-title-square .md-only {
		display: block;
	}
}
@media screen and (max-width:399px) {
	.s-sorting .p-title-square_sub {
		font-size: 95%;
	}
	.s-sorting .p-title-square .sm-only {
		display: block;
	}
}
.s-sorting__flow {
	text-align: center
}

.s-sorting__flow img {
	width: 100%
}

@media screen and (max-width:767px) {
	.s-sorting__flow img {
		max-width: 648px
	}

}

.s-logi-map {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.s-logi-map__card {
	width: 300px
}

.s-logi-map__card:nth-child(n+4) {
	margin-top: 60px
}

.s-logi-map__office {
	padding-left: 10px;
	border-left: solid 5px #329673
}

.s-logi-map__office-name {
	font-weight: 700;
	line-height: 1
}

.s-logi-map__office-addr {
	margin-top: 6px;
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .065em
}

.s-logi-map__image {
	margin: 10px 0
}

.s-logi-map__btn {
	width: 300px;
	height: 55px;
	margin: auto;
	margin-top: 56px;
	line-height: 55px
}

.s-logi-map .c-embed {
	height: 200px
}

.s-logi-map .p-icon {
	color: #f7931e
}

@media screen and (max-width:999px) {
	.s-logi-map {
		margin-left: -30px
	}

	.s-logi-map__card {
		width: 33.3333%;
		margin-left: 0;
		padding-left: 30px
	}

}

@media screen and (max-width:767px) {
	.s-logi-map__card {
		width: 50%;
		margin-bottom: 15px
	}

	.s-logi-map__card:nth-child(n+4) {
		margin-top: 0
	}

}

@media screen and (max-width:399px) {
	.s-logi-map {
		margin-left: -15px
	}

	.s-logi-map__card {
		width: 100%
	}

	.s-logi-map__office-name {
		font-size: 13px;
		font-size: 1.3rem
	}

}

.page-deli .l-article {
	background-image: url(../img/deli/bg_atf.jpg);
	background-repeat: no-repeat;
	background-position: calc(50% - 492px) top
}

@media (min--moz-device-pixel-ratio:1.3), (-webkit-min-device-pixel-ratio:1.3), (min-device-pixel-ratio:1.3), (min-resolution:1.3dppx) {
	.page-deli .l-article {
		background-image: url(../img/deli/bg_atf@2x.jpg);
		background-size: 613px
	}

}

@media screen and (max-width:999px) {
	.page-deli .l-article {
		background-image: none
	}

}

.s-deli .p-head-image {
	background-image: url(../img/deli/bg_head.jpg)
}

.s-deli-section .p-title {
	margin-bottom: .5em
}

.s-deli-section .c-text {
	margin-bottom: 3em
}

.s-lineup {
	margin-top: 60px
}

.s-lineup__row:after {
	content: "";
	display: block;
	clear: both
}

.s-lineup__row>div {
	float: left;
	width: calc(50% - 40px)
}

.s-lineup__row>div+div {
	float: right;
	width: calc(50% - 40px)
}

.s-lineup__row+.s-lineup__row {
	margin-top: 45px
}

.s-lineup__head-title {
	padding-left: 12px;
	border-left: solid 13px #1980be;
	line-height: 1
}

.s-lineup__head-title h4 {
	margin-bottom: 15px;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: .1em
}

.s-lineup__head-title span {
	display: block
}

.s-lineup__head-title span+span {
	margin-top: 20px
}

.s-lineup__head-title p {
	color: #1980be;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em
}

.s-lineup__head-text {
	margin-top: 22px;
	line-height: 2
}

.s-lineup__track .p-title-square {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .1em
}

.s-lineup__track .p-title-square::before {
	color: #1980be
}

.s-lineup__track-text {
	letter-spacing: .1em
}

@media screen and (max-width:767px) {
	.s-lineup__row:after {
		content: "";
		display: block;
		clear: both
	}

	.s-lineup__row>div {
		float: left;
		width: calc(50% - 10px)
	}

	.s-lineup__row>div+div {
		float: right;
		width: calc(50% - 10px)
	}

	.s-lineup__head-title {
		padding-left: 10px;
		border-left: solid 8px #1980be
	}

	.s-lineup__head-title h4 {
		margin-bottom: .5em;
		font-size: 16px;
		font-size: 1.6rem
	}

	.s-lineup__head-title span+span {
		margin-top: .5em
	}

	.s-lineup__head-title p {
		font-size: 15px;
		font-size: 1.5rem
	}

	.s-lineup__head-text {
		margin-top: 1em;
		font-size: 13px;
		font-size: 1.3rem
	}

	.s-lineup__track .p-title-square {
		font-size: 16px;
		font-size: 1.6rem
	}

	.s-lineup__track-text {
		font-size: 13px;
		font-size: 1.3rem
	}

}

@media screen and (max-width:399px) {
	.s-lineup {
		margin-top: 60px
	}

	.s-lineup__head {
		margin-bottom: 30px
	}

	.s-lineup__row>div {
		float: none;
		width: 100%
	}

	.s-lineup__row>div+div {
		float: none;
		width: 100%
	}

	.s-lineup__row+.s-lineup__row {
		margin-top: 0
	}

	.s-lineup__track {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: dashed 1px #bababa
	}

}

.s-lineup-total {
	margin-top: 75px
}

.s-lineup-total:after {
	content: "";
	display: block;
	clear: both
}

.s-lineup-total>div {
	float: left;
	width: 77%
}

.s-lineup-total>div+div {
	float: right;
	width: 23%
}

.s-lineup-total__table {
	width: 100%;
	table-layout: fixed
}

.s-lineup-total__table td, .s-lineup-total__table th {
	padding: 12px 0;
	padding-left: .1em;
	text-align: center;
	vertical-align: middle;
	letter-spacing: .1em
}

.s-lineup-total__table td+td {
	border-left: solid 1px #1980be
}

.s-lineup-total__table th {
	width: 22.07792%;
	border-right: solid 2px #1980be
}

.s-lineup-total__table td {
	width: 19.48052%
}

.s-lineup-total__table thead {
	border-top: solid 2px #1980be;
	border-bottom: solid 2px #1980be
}

.s-lineup-total__table thead th {
	color: #fff;
	background-color: #1980be
}

.s-lineup-total__table thead td {
	color: #1980be;
	background-color: #dcecf5
}

.s-lineup-total__table tbody {
	border-bottom: solid 2px #1980be
}

.s-lineup-total__table tbody th {
	color: #1980be
}

.s-lineup-total__table tbody tr+tr>td, .s-lineup-total__table tbody tr+tr>th {
	border-top: solid 1px #1980be
}

.s-lineup-total__all {
	position: relative;
	height: 204px;
	padding-left: 64px;
	text-align: center
}

.s-lineup-total__all-head {
	height: 52px;
	padding-left: .1em;
	color: #fff;
	line-height: 52px;
	letter-spacing: .1em;
	background-color: #1980be
}

.s-lineup-total__all-body {
	height: 152px;
	border-right: solid 5px #1980be;
	border-bottom: solid 5px #1980be;
	border-left: solid 5px #1980be;
	color: #1980be;
	font-size: 70px;
	font-size: 7rem;
	font-weight: 700;
	line-height: 152px
}

.s-lineup-total__all-body img {
	width: 100%;
	vertical-align: top
}

.s-lineup-total__all::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 28px;
	margin-top: -5px;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 10px #1980be
}

@media screen and (max-width:767px) {
	.s-lineup-total {
		margin-top: 45px
	}

	.s-lineup-total>div {
		float: none;
		width: 100%
	}

	.s-lineup-total>div+div {
		float: none;
		width: 100px
	}

	.s-lineup-total__table {
		border-right: solid 2px #1980be;
		border-left: solid 2px #1980be
	}

	.s-lineup-total__table td, .s-lineup-total__table th {
		padding: .5em 0;
		padding-left: normal;
		padding-left: .1em;
		vertical-align: middle;
		letter-spacing: normal;
		letter-spacing: .1em
	}

	.s-lineup-total__table th {
		width: 32.46753%
	}

	.s-lineup-total__table td {
		width: 16.88312%
	}

	.s-lineup-total__table thead {
		border-top: solid 2px #1980be;
		border-bottom: solid 2px #1980be
	}

	.s-lineup-total__table thead th {
		color: #fff;
		background-color: #1980be
	}

	.s-lineup-total__table thead td {
		color: #1980be;
		background-color: #dcecf5
	}

	.s-lineup-total__table tbody {
		border-bottom: solid 2px #1980be
	}

	.s-lineup-total__table tbody th {
		color: #1980be
	}

	.s-lineup-total__table tbody tr+tr>td, .s-lineup-total__table tbody tr+tr>th {
		border-top: solid 1px #1980be
	}
	.s-lineup-total__table td span {
		letter-spacing: -0.15em;
	}
	.s-lineup-total__all {
		height: 135px;
		margin: auto;
		padding-left: 0
	}

	.s-lineup-total__all::before {
		top: -25px;
		left: 50%;
		margin-left: -5px;
		border-top: solid 10px #1980be;
		border-right: solid 8px transparent;
		border-bottom: none;
		border-left: solid 8px transparent
	}

	.s-lineup-total__all-head {
		height: 35px;
		margin-top: 50px;
		line-height: 35px
	}

	.s-lineup-total__all-body {
		height: 90px
	}

}

/*s-deli-images追記20200909*/

.s-deli-images {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.s-deli-images figure {
	width: 490px;
}
.s-deli-images figure+figure {
	margin-left: 20px
}
.s-deli-images__caption {
	color: rgb(60,60,60);
	margin-top: 10px;
	font-size: 1.3rem;
	text-align: justify;
}

@media screen and (max-width:767px) {
	.s-deli-images {
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: -20px
	}

	.s-deli-images figure {
		width: 50%;
		margin-bottom: 20px;
		padding-left: 20px
	}
	.s-deli-images figure img {
		width: 100%;
	}

	.s-deli-images figure+figure {
		margin-left: 0
	}
	.s-deli-images figure:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width:415px) {
	.s-deli-images figure {
		width: 100%;
	}
}

.s-deli-map {
	margin-left: -50px
}

.s-deli-map__card {
	float: left;
	position: relative;
	width: 300px;
	margin-left: 50px
}

.s-deli-map__card--hidden .s-deli-map__image {
	position: absolute;
	bottom: 0
}

.s-deli-map__card:nth-child(n+4) {
	margin-top: 60px
}

.s-deli-map__office {
	padding-left: 10px;
	border-left: solid 5px #1980be
}

.s-deli-map__office-name {
	font-weight: 700;
	line-height: 1
}

.s-deli-map__office-addr {
	margin-top: 6px;
	color: #666;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .065em
}

.s-deli-map__image {
	position: relative;
	margin: 10px 0
}

.s-deli-map__tag {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	background-color: #1980be
}

.s-deli-map__btn {
	width: 300px;
	height: 55px;
	margin: auto;
	margin-top: 56px;
	line-height: 55px
}

.s-deli-map .c-embed {
	height: 200px
}

.s-deli-map .p-icon {
	color: #f7931e
}

@media screen and (max-width:999px) {
	.s-deli-map {
		margin-left: -30px
	}

	.s-deli-map__card {
		width: 33.3333%;
		margin-left: 0;
		padding-left: 30px
	}

}

@media screen and (max-width:767px) {
	.s-deli-map__card {
		width: 50%;
		margin-bottom: 15px
	}

	.s-deli-map__card:first-child {
		width: 100%
	}

}

@media screen and (max-width:399px) {
	.s-deli-map {
		margin-left: -15px
	}

	.s-deli-map__card {
		padding-left: 15px
	}

	.s-deli-map__office-name {
		font-size: 13px;
		font-size: 1.3rem
	}

}

.s-care .p-head-image {
	background-image: url(../img/care/bg_head.jpg)
}

.s-care-biz__container {
	height: 244px;
	color: #fff;
	background-color: #e66e19
}

.s-care-biz__container--clean {
	padding: 27px;
	background-image: url(../img/care/bg_track.jpg);
	background-repeat: no-repeat;
	background-position: right center
}

.s-care-biz__container--split:after {
	content: "";
	display: block;
	clear: both
}

.s-care-biz__container--split>div {
	float: left;
	width: 45.2%
}

.s-care-biz__container--split>div+div {
	float: right;
	width: 54.8%
}

.s-care-biz__container+.s-care-biz__container {
	margin-top: 20px
}

.s-care-biz__title {
	margin-bottom: .5em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em
}

.s-care-biz__left {
	padding: 27px 24px 27px 27px
}

.s-care-biz__right {
	padding-top: 30px
}

.s-care-biz__right img+img {
	margin-left: 10px
}

.s-care-biz__ex {
	margin-top: 30px
}

.s-care-biz__ex .p-title-square {
	font-size: 17px;
	font-size: 1.7rem
}

.s-care-biz__ex-item {
	float: left;
	font-size: 13px;
	font-size: 1.3rem
}

.s-care-biz__ex-item:nth-child(4n-3) {
	width: 10.7em
}

.s-care-biz__ex-item:nth-child(4n-2) {
	width: 6.7em
}

.s-care-biz__ex-item:nth-child(4n-1) {
	width: 4.7em
}

.s-care-biz__ex-item:nth-child(4n) {
	width: 5.7em
}

.s-care-biz__ex-item:last-child {
	width: auto
}

@media screen and (max-width:999px) {
	.s-care-biz__container {
		height: auto
	}

	.s-care-biz__container--clean {
		padding: 27px;
		padding-bottom: 140px;
		background-image: url(../img/care/bg_track.jpg);
		background-repeat: no-repeat;
		background-position: right 90%;
		background-size: 300px
	}

	.s-care-biz__container--split>div {
		float: none;
		width: 100%
	}

	.s-care-biz__container--split>div+div {
		float: none;
		width: 100%
	}

	.s-care-biz__title {
		font-size: 18px;
		font-size: 1.8rem
	}

	.s-care-biz__right {
		padding: 0 27px 27px 27px
	}

	.s-care-biz__right img {
		float: left;
		width: calc(50% - 5px)
	}

	.s-care-biz__right img+img {
		margin-left: 10px
	}

	.s-care-biz__ex {
		margin-top: 20px
	}

	.s-care-biz__ex-item {
		padding-right: 1em
	}

	.s-care-biz__ex-item:nth-child(4n-3) {
		width: auto
	}

	.s-care-biz__ex-item:nth-child(4n-2) {
		width: auto
	}

	.s-care-biz__ex-item:nth-child(4n-1) {
		width: auto
	}

	.s-care-biz__ex-item:nth-child(4n) {
		width: auto
	}

}

@media screen and (max-width:767px) {
	.s-care-biz__container--clean {
		padding: 20px;
		padding-bottom: 175px;
		background-position: right 95%
	}

	.s-care-biz__left {
		padding: 20px
	}

	.s-care-biz__right {
		padding: 0 20px 20px 20px
	}

}

.s-care-mente {
	position: relative;
	padding: 65px 0
}

.s-care-mente__leftside {
	padding-right: 240px
}

.s-care-mente__rightlogo {
	position: absolute;
	top: 65px;
	right: 0
}

@media screen and (max-width:999px) {
	.s-care-mente__leftside {
		padding-right: 0
	}

	.s-care-mente__rightlogo {
		position: relative;
		top: auto;
		right: auto;
		text-align: center
	}

}

.s-care-section {
	position: relative
}

.s-care-section__title {
	height: 40px;
	margin-bottom: 35px;
	padding-left: .125em;
	color: #fff;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	letter-spacing: .125em;
	background-color: #e66e19
}

.s-care-section .p-title {
	margin-bottom: .5em
}

.s-care-section__space {
	margin-top: 100px
}

.s-care-section__space-big {
	margin-top: 140px
}

.s-care-section__text {
	margin-bottom: 3em
}

.s-care-section__office {
	margin-top: 40px;
	margin-bottom: 15px
}

.s-care-section__office:after {
	content: "";
	display: block;
	clear: both
}

.s-care-section__office:after {
	content: "";
	display: block;
	clear: both
}

.s-care-section__office>div {
	float: left;
	width: 54.2%
}

.s-care-section__office>div+div {
	float: right;
	width: 45.8%
}

.s-care-section__office-left {
	padding-right: 43px
}

.s-care-section__office-right h5 {
	padding-bottom: 14.21397%;
	padding-left: 15px
}

.s-care-section__office-left h5 {
	padding-bottom: 2.76753%;
}

.s-care-section__mente-upper>.c-grid__col {
	height: 180px
}

.s-care-section__mente-upper-right {
	background-image: url(../img/care/bg_section.jpg);
	background-repeat: no-repeat;
	background-position: right
}

.s-care-section__mente-lower .p-title-square {
	margin-bottom: .7em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700
}

.s-care-section .p-title-square::before {
	color: #e66e19
}

@media screen and (max-width:999px) {
	.s-care-section__title {
		height: 30px;
		margin-bottom: 20px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px
	}

	.s-care-section__space {
		margin-top: 65px
	}

	.s-care-section__space-big {
		margin-top: 100px
	}

	.s-care-section__office-left {
		padding-right: 25px
	}

	.s-care-section__office-right h5 {
		padding-left: 10px
	}

	.s-care-section__mente-upper {
		margin-bottom: 30px
	}

	.s-care-section__mente-upper-right {
		margin-top: -20px
	}

	.s-care-section__mente-upper .c-grid__col--7-12md {
		height: auto
	}

}

@media screen and (max-width:767px) {
	.s-care-section__mente-lower .p-title-square {
		text-align: center
	}

	.s-care-section__mente-lower .c-grid__col+.c-grid__col {
		margin-top: 30px
	}

}

.s-care-facility {
	padding-left: 34px
}

.s-care-facility__title {
	margin-top: .5em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700
}

.s-care-facility__text {
	font-size: 12px;
	font-size: 1.2rem
}

.s-care-facility__row {
	display: block;
	margin-left: -11px;
	padding-left: 0;
	font-size: 0;
	list-style-type: none
}

.s-care-facility__row+.s-care-facility__row {
	margin-top: 20px
}

.s-care-facility__item {
	display: inline-block;
	width: 100%;
	padding-left: 11px;
	vertical-align: top
}

.s-care-facility__item--1-3 {
	width: 33.33333%
}

.s-care-facility__item--2-3 {
	width: 66.66667%
}

@media screen and (max-width:999px) {
	.s-care-facility {
		max-width: 500px;
		margin: auto;
		padding-left: 10px
	}

}

.s-care-map {
	margin-left: -50px
}

.s-care-map__btn {
	width: 300px;
	height: 55px;
	margin: auto;
	margin-top: 56px;
	line-height: 55px
}

/*# sourceMappingURL=business.css.map */
