﻿@charset "utf-8";

@import url("global.css");


.sp,
.spimage {
	display: none;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
section * + p {
	margin-top: 2em;
}





/* ▼evidence */
/* ----------------------------------------------------- */
section#evidence div.container {
	padding: 0 3.234%;
}

section#evidence article figure {
	float: right;
	width: 40.854%;
	margin: 0 0 1em 0;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#evidence article h3 {
	margin: 0 42.683% 0 0;
}

section#evidence article h3:before {
	content: "";
	display: block;
	width: 19.149%;
	margin: 0 0 0.7em 0;
	padding: 0.5em 1em;
	font-size: 0.6923em;
	font-weight: normal;
	font-family: 'Noto Sans Japanese Medium';
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #1a1a1a;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#evidence article#evidence_01 h3:before {
	content: "事例①";
}

section#evidence article#evidence_02 h3:before {
	content: "事例②";
}

section#evidence article#evidence_03 h3:before {
	content: "事例③";
}

section#evidence article p {
	clear: both;
	margin: 1em 0 0 0;
}





/* ▼gift */
/* ----------------------------------------------------- */
section#gift article p img {
	float: right;
	width: 34.147%;
	margin: 0 0 1em 1em;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}





/* ▼service */
/* ----------------------------------------------------- */
section#service article {
	padding: 7.5% 10.168%;
	border: 1px solid #cccccc;
	/* box-shadow:0px 2px 4px -1px rgba(0,0,0,0.45); */
}

section#service article figure {
	position: relative;
	width: 48.027%;
	height: 0;
	padding-top: 27.875%;
	overflow: hidden;
}

section#service article figure img {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	width: auto !important;
	height: 130%;
	object-fit: cover;
	/* transform */
	-webkit-transform: translate(0,-50%);
	   -moz-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	     -o-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}

section#service article h4,
section#service article h5 {
	margin-right: 51.974%;
}

section#service article hr + p img {
	float: left;
	width: 45%;
	margin: 0 1.5em 0 0;
}





/* ▼benefit */
/* ----------------------------------------------------- */
section#benefit article h4 {
	padding: 0 0 0 11.12%;
}

section#benefit article h4:before {
	content: "";
	display: inline-block;
	width: 10%;
	margin: 0 2.5% 0 -12.5%;
	padding: 0.5em 1em;
	font-size: 0.47em;
	font-family: "Noto Sans Japanese Medium";
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background: #1a1a1a;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section#benefit article#benefit_01 h4:before {
	content: "理由1";
}

section#benefit article#benefit_02 h4:before {
	content: "理由2";
}





/* ▼benefit */
/* ----------------------------------------------------- */
section#endorsement div.wrap {
	margin: 2em 0;
	padding: 7.5% 10.168%;
	border: 1px solid #cccccc;
	background: #ffffff;
}