#service {
	width: 100%;
	position: relative;
	
	background: url("../images/common/back01.png") center;
	background-size: 300px auto;
	padding: 40px 0 60px;
}
#service > .back {
	display: block;
	width: 1000px;
	height: 50px;
	background: url("../images/common/back01.png") center;
	background-size: 300px auto;
	clip-path: polygon(83% 0, 100% 100%, 0 100%, 38% 91%);
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -50px;
}
#service .banner {
	max-width: 490px;
	width: 100%;
	margin: 0 auto 100px;
}
#service .banner a {
	display: block;
	height: 150px;
	color: #fff;
	background: url("../images/service/banner-img.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
#service .banner a > span.txt {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0%, -50%);
	line-height: 170%;
}
#service .banner a span > span {
	display: inline-block;
	font-size: 1.3em;
	margin-right: 4px;
}
#service .banner a > span.material-symbols-outlined {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0%, -50%);
}
#service .banner a:hover {
	opacity: .8;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	#service {
        padding: 20px 0 0px;
    }
	#service .banner {
        margin: 0 auto;
		position: relative;
		z-index: 5;
    }
	#service .banner a {
		height: 100px;
	}
}
/* --------------------------------------------------- */
.service-nav {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}
.service-nav li {
	width: 49%;
}
.service-nav li a {
	display: block;
	text-align: center;
	background-color: #E7D245;
	font-weight: 600;
	padding: 20px 0;
	position: relative;
	border: #E7D245 2px solid;
}
.service-nav li a .material-symbols-outlined {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0%, -50%);
}
.service-nav li a.naw,
.service-nav li a:hover {
	color: #333;
	border: #333 2px solid;
	background-color: transparent;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	.service-nav {
        width: 95%;
        margin: 0 auto 30px;
		display: block;
    }
    .service-nav li {
        width: 100%;
		margin-bottom: 5px;
    }
    .service-nav li a {
        padding: 10px 0;
        border: #E7D245 2px solid;
    }
    .service-nav li a .material-symbols-outlined {
        left: 10px;
    }
}
/* --------------------------------------------------- */
#service .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	background: url("../images/common/back03.png") center;
	background-size: 300px auto;
	padding: 40px;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	#service .inner {
		width: 97%;
		padding: 10px 20px 0px;
	}
}
/* --------------------------------------------------- */
#area1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
#area1 .block {
	width: 32%;
}
#area1 .block .ttl {
	background-color: #E0E0E0;
	text-align: center;
	font-weight: 600;
}
#area1 .block ul {
}
#area1 .block li {
	border-bottom: rgba(0,0,0,.2) 1px dashed;
	line-height: 150%;
	padding: 8px 10px;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	#area1 {
        display: block;
        margin-bottom: 50px;
    }
    #area1 .block {
        width: 100%;
    }
}
/* --------------------------------------------------- */
#area2 {
	margin-bottom: 80px;
}
#area2 .ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #A59425;
}
#area2 .ttl br {
	display: none;
}
#area2 .ttl::before,
#area2 .ttl::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #A59425;
}
#area2 .ttl::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#area2 .ttl::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
#area2 p {
	text-align: center;
	margin-bottom: 15px;
}
#area2 ul {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
#area2 li {
	text-align: center;
	background-color: #E7D245;
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: 600;
	padding: 7px;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	#area2 .ttl {
		line-height: 150%;
        font-size: 1.1em;
		margin-bottom: 15px;
    }
    #area2 .ttl br {
        display: block;
    }
	#area2 .ttl::before,
    #area2 .ttl::after {
        height: 40px;
    }
	#area2 p {
		text-align: left;
		line-height: 180%;
	}
	#area2 p br {
		display: none;
	}
	#area2 li {
        line-height: 150%;
        margin-bottom: 5px;
        font-size: .9em;
        padding: 7px 5px 8px 12px;
		text-align: left;
    }
}
/* --------------------------------------------------- */
#area3 {
}
#area3 .block {
	background-color: #F8F8F8;
	border-top: #777 2px solid;
	border-right: rgba(0,0,0,.2) 1px solid;
	border-bottom: rgba(0,0,0,.2) 1px solid;
	margin-bottom: 70px;
	padding: 30px 30px 40px;
	position: relative;
}
#area3 .ttl1 {
	background-color: #777;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 150%;
	position: absolute;
	top: -45px;
	left: 50%;
	height: 45px;
	line-height: 45px;
	width: 80%;
	max-width: 500px;
	transform: translate(-50%, 0%);
	border-radius: 4px 4px 0 0;
}
#area3 .ttl2 {
	border-bottom: #333 1px solid;
	margin-bottom: 10px;
	font-size: 14px;
}
#area3 .block-in {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
#area3 .block-in dl {
	width: 46%;
	font-weight: 600;
	line-height: 170%;
}
#area3 .block-in dt {
	font-size: 1em;
}
#area3 .block-in dd {
	font-size: 1.3em;
	color: #FF4F00;
}
#area3 .block-in dd span {
	display: inline-block;
	font-size: 1.5em;
}
#area3 .block-in ul {
	width: 50%;
	list-style: outside disc;
	font-size: 14px;
}
#area3 .block-in li {
	line-height: 130%;
	margin-bottom: 5px;
}
#area3 .block ol {
	list-style: outside decimal;
	column-count: 2;
	font-size: 14px;
	margin: 0 0 10px 20px;
}
#area3 .block ol li {
	line-height: 130%;
	margin-bottom: 10px;
}
#area3 .block p {
	background-color: #E7D245;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#area3 .block p br {
	display: none;
}
@media only screen and (max-width: 980px) {
	#area3 .block-in {
        display: block;
        margin-bottom: 15px;
    }
    #area3 .block-in dl {
        width: 100%;
		margin-bottom: 20px;
    }
	#area3 .block-in dt,
	#area3 .block-in dd {
		text-align: center;
	}
    #area3 .block-in ul {
        width: 90%;
		margin-left: 20px;
    }
    #area3 .block ol {
        column-count: 1;
        margin: 0 0 10px 20px;
    }
}
@media only screen and (max-width: 680px) {
	#area3 {
		width: 106%;
		margin: 0 -3%;
	}
	#area3 .block {
        margin-bottom: 60px;
        padding: 20px 20px 50px;
    }
	#area3 .ttl2 {
        font-size: 12px;
		letter-spacing: 2px;
    }
	#area3 .block-in ul {
        width: 97%;
		margin-left: 10px;
    }
	#area3 .block-in li {
        line-height: 150%;
        margin-bottom: 8px;
    }
	#area3 .block p {
		font-size: .9em;
		line-height: 130%;
		padding: 7px 5px 6px;
	}
	#area3 .block p br {
		display: block;
	}
}
/* --------------------------------------------------- */
#area4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#area4 .left {
	width: 65%;
}
#area4 .left .ttl {
	display: inline-block;
	font-weight: 600;
	font-size: .9em;
	background-color: #FFF4A5;
	line-height: 160%;
	padding: 4px 15px;
}
#area4 .left p {
	margin-bottom: 20px;
}
#area4 .left p.fukidashi {
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    border: 2px dashed #333;
    background-color: #fff;
    color: #333;
    font-weight: 600;
	line-height: 170%;
}
#area4 .left p.fukidashi::before {
    position: absolute;
    top: 100%;
    left: 50px;
    transform: skew(-25deg);
    height: 25px;
    width: 15px;
    border-right: 2px dashed #333;
    background-color: #fff;
    content: "";
}
#area4 .right {
	width: 30%;
}
@media only screen and (max-width: 980px) {
	#area4 {
        display: block;
    }
    #area4 .left {
        width: 100%;
    }
    #area4 .right {
        max-width: 300px;
		width: 70%;
		margin: 0 auto;
    }
}
@media only screen and (max-width: 680px) {
	#area4 {
        margin-bottom: 30px;
    }
	#area4 .right {
		width: 80%;
    }
}
/* --------------------------------------------------- */
#area5 {
	margin-bottom: 80px;
}
#area5 .ttl {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 180%;
}
#area5 .ttl br {
	display: none;
}
#area5 p {
	text-align: center;
	margin-bottom: 20px;
}
#area5 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#area5 li {
	width: 49.5%;
	margin: .5% 0;
	background-color: #FFF4A5;
	text-align: center;
	padding: 20px;
	font-size: 1.1em;
	font-weight: 500;
}
@media only screen and (max-width: 980px) {
	#area5 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 680px) {
	#area5 {
        margin-bottom: 50px;
    }
	#area5 .ttl {
		text-align: left;
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	#area5 p {
		text-align: left;
		line-height: 170%;
	}
	#area5 ul {
        display: block;
        margin-bottom: 20px;
    }
    #area5 li {
        width: 100%;
        margin: 2px 0;
        padding: 10px;
        font-size: 1em;
        font-weight: 600;
    }
}
/* --------------------------------------------------- */
#area6 {
	background-color: #F8F8F8;
	padding: 40px;
	margin-bottom: 80px;
}
#area6 .ttl1 {
	background-color: #E7D245;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	line-height: 150%;
	margin-bottom: 15px;
}
#area6 .ttl2 {
	background-color: #B7D5B1;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	line-height: 150%;
	margin-bottom: 15px;
}
#area6 .in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#area6 dl {
	width: 49%;
	margin-bottom: 2%;
	background-color: #fff;
	position: relative;
	z-index: 2;
}


#area6 dl::before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	z-index: 1;
}
#area6 dl:nth-child(odd)::before {
	right: -35px;
	top: 50%;
	margin-top: -1px;
}
#area6 dl:nth-child(even)::before {
	transform: rotate(-45deg);
	left: -30px;
	bottom: -11px;
}
#area6 dl::before::after {
	content: "";
}
#area6 dl:last-child::before {
	display: none;
}
#area6 dl::after {
	content: "";
	width: 11px;
	height: 11px;
	border-bottom: #ccc 2px solid;
	border-left: #ccc 2px solid;
	position: absolute;
	z-index: 3;
}
#area6 dl:nth-child(even)::after {
	left: 0;
	top: 50%;
	margin-left: -12px;
	margin-top: -5px;
	transform: rotate(-135deg);
}
#area6 dl:nth-child(odd)::after {
	right: 0;
	top: 0;
	margin-right: -10px;
	margin-top: -10px;
}
#area6 dl:first-child::after {
	display: none;
}



#area6 dt {
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: #aaa 1px dashed;
	line-height: 160%;
	padding-bottom: 5px;
	padding: 10px 10px 10px 50px;
}
#area6 dt span {
	font-size: .8em;
	display: inline-block;
	font-weight: 400;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	top: 10px;
	left: 10px;
	border-radius: 50%;
}
#area6 dt.ttl3 {
	color: #A59425;
}
#area6 dt.ttl4 {
	color: #7F987A;
}
#area6 dt.ttl3 span {
	background-color: #A59425;
}
#area6 dt.ttl4 span {
	background-color: #7F987A;
}
#area6 dt span::before {
	content: "step";
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 12px;
	margin-top: -15px;
	line-height: 100%;
	transform: translate(-50%, 0%);
}
#area6 dt.ttl3 span::before {
	color: #A59425;
}
#area6 dt.ttl4 span::before {
	color: #7F987A;
}
#area6 dd {
	font-size: .9em;
	line-height: 170%;
	padding: 15px;
}
@media only screen and (max-width: 980px) {
	#area6 {
        padding: 20px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 680px) {
	#area6 {
        padding: 10px;
        margin-bottom: 40px;
    }
	#area6 .in {
        display: block;
        margin-bottom: 20px;
    }
    #area6 dl {
        width: 100%;
        margin-bottom: 10px;
    }
	#area6 dl::before,
	#area6 dl::after {
		display: none;
	}
	#area6 dt {
        font-size: 1em;
    }
	#area6 dt span {
        top: 7px;
        left: 10px;
    }
}
/* --------------------------------------------------- */
#area7 {
	margin-bottom: 80px;
}
#area7 p.txt {
	font-size: .9em;
	margin-bottom: 20px;
	line-height: 170%;
}
#area7 .ttl1 {
	background-color: #F2F2F2;
	font-weight: 500;
	padding: 10px 15px;
	line-height: 150%;
	margin-bottom: 15px;
}
#area7 .ttl2 {
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: #333 1px solid;
	margin-bottom: 10px;
}
#area7 .ph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}
#area7 .ph li {
	width: 47%;
}
#area7 .ph::before {
    content: "arrow_forward";
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #E7D245;
}
#area7 dl {
	width: 100%;
	display: table;
}
#area7 dt,
#area7 dd {
	display: table-cell;
	vertical-align: top;
	border: #fff 2px solid;
	font-size: 14px;
	line-height: 160%;
	padding: 10px 15px;
}
#area7 dt {
	background-color: #FFF4A5;
	width: 260px;
}
#area7 dd {
	background-color: #F5F5F5;
}
@media only screen and (max-width: 980px) {
	#area7 dt {
		width: 200px;
	}
}
@media only screen and (max-width: 680px) {
	#area7 {
        margin-bottom: 50px;
    }
	#area7 p.txt {
		margin-bottom: 15px;
	}
	#area7 .ph {
		margin-bottom: 20px;
	}
	#area7 .ph::before {
		font-size: 30px;
	}
	#area7 dt,
	#area7 dd {
		font-size: 13px;
		padding: 6px 10px;
	}
	#area7 dt {
		width: 80px;
	}
}
/* --------------------------------------------------- */
#area8 {
	margin-bottom: 60px;
}
#area8 p {
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 180%;
}
#area8 .ph {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#area8 .ph li {
	width: 49%;
}
#area8 .ph li img {
}
#area8 .ph li span {
    position: relative;
    display: block;
	max-width: 250px;
	width: 90%;
	text-align: center;
    margin-top: -20px;
    padding: 16px;
    border: 2px solid #333;
    border-radius: 8px;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
	margin-left: 50%;
	transform: translate(-50%, 0%);
}
#area8 .ph li span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #333;
    translate: -50% -100%;
}
#area8 .ph li span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 5px 6.7px 5px;
    border-color: transparent transparent #fff;
    translate: -50% -100%;
}
#area8 .ph li:last-child span {
	border: 2px solid #FFF4A5;
    background-color: #FFF4A5;
}
#area8 .ph li:last-child span::before {
	border-color: transparent transparent #FFF4A5;
}
#area8 .ph li:last-child span::after {
	border-color: transparent transparent #FFF4A5;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
	#area8 {
        margin-bottom: 30px;
    }
	#area8 p {
        text-align: left;
        font-size: 1em;
    }
	#area8 .ph {
        display: block;
    }
    #area8 .ph li {
        width: 100%;
		margin-bottom: 20px;
    }
}
/* --------------------------------------------------- */
#area9 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto 60px;
}
#area9 .box {
	width: 47%;
	margin-bottom: 40px;
	line-height: 170%;
}
#area9 .box .ph {
	margin-bottom: 15px;
}
#area9 .box .ttl {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
#area9 .box .ttl::before {
	content: "";
	width: 30px;
	height: 27px;
	background: url("../images/coating-reform/img02.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
#area9 .box p {
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 580px) {
	#area9 {
		display: block;
	}
	#area9 .box {
		width: 100%;
	}
}
/* --------------------------------------------------- */
