@charset "utf-8";
/* CSS Document */
.main {
	padding-bottom: 70px;
}
.bg-gray {
	position: relative;
}
/* .bg-gray::after {
	content: '';
	display: block;.service-list li a
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
} */
.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
	display: block;
	width: 168px;
	height: 86px;
	background: #f8f8f8 url(/parts/img/spoon_icon.png) no-repeat;
	position: absolute;
	right: -110px;
	top: -13px;
}

/* ---------------------------------------
	index
--------------------------------------- */
.bg-gray {
	margin-bottom: 100px;
	position: relative;
}
.top .bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
.service-list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;    
}
.service-list::after {
	content: '';
	display: block;
	width: calc((100% - 30px * 2) / 3);
}
.service-list li {
	width: calc((100% - 30px * 2) / 3);
	margin-bottom: 30px;
	background: #fff;
}
.service-list li a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 45px 40px 40px;
	background: #fff;
	text-align: center;
}
.service-list li a:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.service-list li img {
	width: 132px;
	margin: 0 auto;
	vertical-align: bottom;
}
.service-list.other-service li img {
	width: 190px;
}
.service-list li figcaption {
	margin-top: 35px;
	text-align: left;
}
.service-list li h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
    margin-bottom:5px;
}
.service-list li h4 span {
	display: inline-block;
  padding: 3px 26px 3px 0;
  background: url(/parts/img/arrow_black.png) right center /6px 10px no-repeat;
	text-align: left;
}
.service-list li a:hover h4 span {
    color: #ca3738;
    background-image: url(/parts/img/arrow_red.png);
}
.outline-table {}
.outline-table th,
.outline-table td {
	padding: 15px 0;
	border-bottom: 1px dotted #d8d8d8;
}
.outline-table tr:last-of-type th,
.outline-table tr:last-of-type td {
	border-bottom: none;
}
.outline-table.right th,
.outline-table.right td {
	padding: 14px 0;
}
.outline-table th {
	width: 160px;
	color: #349440;
	font-size: 16px;
	text-align: left;
}

.outline-table p{
	text-align: right;
	margin-top:2rem;
}

.title-line span{
	display:block;
	line-height: 1;
}
.title-line span b{
	display:inline-block;
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: .5em;
	padding: 5px 7px 5px 10px;
	background: #f1bd40;
	color: #282828;
}

.commitment-list{
	display: flex;
	justify-content: space-between;
}
.commitment-list div{
}

.main h2.title-ico, .main h3.title-ico{
	margin:45px 0 15px
}
.ic-tel:before {
	content: '';
	display: inline-block;
	background: url(/parts/img/ico_tel_black.png) no-repeat;
	background-size: 100%;
	margin-right: 8px;
	width: 12px;
	height: 16px;
}
.box-root{
	display: flex;
	vertical-align: middle;
	margin: 20px 0 0;
}
.box-root h3{
	padding:10px 12px 10px 15px;
	background: #282828;
	color: #fff;
	letter-spacing: .2em;
	margin-right:20px;
}
.box-root ul{
	list-style: disc;
	padding-left: 20px;
	line-height: 1.4;
}
.box-root ul li + li {
	margin-top: 8px;
}
.txt-sign{
	margin-top: 30px;
	text-align: right;
}

.main p{
}
.main p+p{
	margin-top:2em;
}


/* ---------------------------------------
	詳細
--------------------------------------- */
#company .main {
	padding-bottom: 70px;
}
/* #company.commitment .main {
	padding-bottom: 35px;
} */
.box-mission figure {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.box-mission figure img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}


@media screen and (max-width: 1080px) {
	.title-wrap::after {
		right: -4%;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	.service-list > li {
		width: calc((100% - 20px * 2) / 3);
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */

}

@media screen and (max-width: 767px) {
	.title-wrap::after {
		display: none;
	}
	.main {
		padding-bottom: 60px;
	}
	.bg-gray {
		margin-bottom: 80px;
		position: relative;
	}
	#company .main {
		padding-bottom: 60px;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	.service-list > li {
		margin-bottom: 10px;
		width: calc((100% - 10px * 1) / 2);
	}
	.service-list li a {
		padding: 30px 20px 20px;
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */
	.box-root {
		display: block;
	}
	.box-root h3 {
		display: inline-block;
	}
	.box-root ul {
		margin-top: 10px;
	}
	.outline-table th,
	.outline-table td {
		display: block;
	}
	.outline-table th {
		width: auto;
		border-bottom: none;
		padding-bottom: 0;
	}
	.outline-table td {
		padding-top: 5px;
	}
	.box-mission figure {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	/* ---------------------------------------
		index
	--------------------------------------- */
	.service-list li img {
		width: 80%;
	}
	.service-list li figcaption {
		margin-top: 15px;
		font-size: 12px;
	}
	.service-list li h4 {
		font-size: 14px;
	}
	.service-list li h4 span {
		padding: 5px 16px 5px 0;
	}
	.service-list.other-service li img {
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	/* ---------------------------------------
		詳細
	--------------------------------------- */
}

