@charset "utf-8";

@import url("global.css");

.pc,
.pcimage {
	display: none;
}

body {
	font-size: 4.266vw !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.container {
	width: 90%;
}

section * + p {
	margin-top: 1em;
}

section p + p {
	margin-top: 2em;
}





/* ▼ヘッダー */
/* ----------------------------------------------------- */
header h1 img {
	max-width: 100% !important;
}
header img {
	max-width: 100% !important;
}

header p {
	font-size: 4vw;
}





/* ▼evidence */
/* ----------------------------------------------------- */
section#evidence div.container {
	padding: 0;
}

section#evidence h2 {
	font-size: 5vw;
}

section#evidence article figure {
	margin-bottom: 1em;
}

section#evidence article figure:before {
	content: "";
	display: block;
	width: 25%;
	margin: 0 0 0.7em 0;
	padding: 0.5em 1em;
	font-size: 0.733em;
	font-weight: normal;
	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 figure:before {
	content: "事例①";
}

section#evidence article#evidence_02 figure:before {
	content: "事例②";
}

section#evidence article#evidence_03 figure:before {
	content: "事例③";
}

section#evidence article h3 {
	font-size: 4.8vw;
}





/* ▼why */
/* ----------------------------------------------------- */
section#why h2 {
	font-size: 4.266vw;
}

section#why h2 strong {
	margin-top: 1em;
	font-size: 5.6vw;
}

section#why h2 + p {
	margin-top: 2em;
}





/* ▼gift */
/* ----------------------------------------------------- */
section#gift div.container {
	padding: 0;
}

section#gift h2 {
	font-size: 5.6vw;
}

section#gift p img {
	max-width: 100% !important;
	margin-top: 1em;
}

section#gift article h3 {
	font-size: 4.8vw;
}





/* ▼business */
/* ----------------------------------------------------- */
section#business div.container {
	width: 98%;
	padding: 0;
}

section#business h2 {
	margin-bottom: 2em;
	font-size: 5vw;
}

section#business p {
	margin-right: 8%;
	margin-left: 8%;
}





/* ▼service */
/* ----------------------------------------------------- */
section#service div.container {
	width: 98%;
	padding: 0;
}

section#service h2 {
	font-size: 5.333vw;
}

section#service h2 strong {
	font-size: 8vw;
}

section#service h3 {
	font-size: 4.8vw;
}

section#service div.container > p {
	margin-right: 8%;
	margin-left: 8%;
}

section#service article {
	margin-right: 4%;
	margin-left: 4%;
	padding: 5%;
	border: 1px solid #cccccc;
}

section#service article figure {
	position: relative;
	width: 48.027%;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
}

section#service article figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 100% !important;
	height: auto;
	object-fit: cover;
	/* transform */
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

section#service article h4,
section#service article h5 {
	margin-right: 51.974%;
}

section#service article h4 {
	margin-bottom: 0.5em;
	font-size: 4.8vw;
}

section#service article h5 {
	font-size: 3.733vw;
	line-height: 1.5;
}

section#service article h5 strong {
	font-size: 5.333vw;
}

section#service article p {
	font-size: 3.733vw;
}

section#service article ul li {
	padding: 0 0 0 2em;
	color: #181b39;
}

section#service article ul li:before {
	margin-right: 1em;
	margin-left: -1.3em;
}

section#service article hr + p img {
	width: 100%;
	margin-bottom: 1em;
}





/* ▼benefit */
/* ----------------------------------------------------- */
section#benefit div.container {
	padding: 0;
}


section#benefit h2 {
	font-size: 7.2vw;
}

section#benefit h3 {
	font-size: 4.8vw;
}

section#benefit article h4 {
	font-size: 5.333vw;
}

section#benefit article h4:before {
	content: "";
	display: block;
	width: 5em;
	margin: 0 0 1em 0;
	padding: 0.5em 1em;
	font-size: 3.733vw;
	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";
}





/* ▼worth */
/* ----------------------------------------------------- */
section#worth div.container {
	padding: 0;
}

section#worth h2 {
	font-size: 6.666vw;
}

section#worth h3 {
	font-size: 5.333vw;
}




/* ▼endorsement */
/* ----------------------------------------------------- */
section#endorsement div.container {
	padding: 0;
}

section#endorsement h2 {
	font-size: 5vw;
}

section#endorsement h2 strong {
	margin-bottom: 1em;
	font-size: 6.133vw;
}

section#endorsement article h3 {
	padding: 0 0 1em 0;
	font-size: 4.533vw;
	border-bottom: 1px solid #8a8a8a;
}

section#endorsement article h3:before {
	display: block;
	width: 5em;
	margin: 0 0 1em 0;
	padding: 0.5em 1em;
	font-size: 3.733vw;
}





/* ▼overview */
/* ----------------------------------------------------- */
section#overview div.container {
	width: 98%;
	padding: 0;
}

section#overview h2 {
	font-size: 5.333vw;
}

section#overview h2 strong {
	font-size: 8vw;
}

section#overview h3 {
	font-size: 4.8vw;
}

section#overview table {
	width: 90%;
	margin: 2em 5% 0 5%;
}

section#overview table caption {
	margin: 0 0 0.3em 0;
	font-size: 5.556vw;
	font-family: 'Noto Sans Japanese Black';
	line-height: 1.75;
	text-align: left;
	color: #181b39;
}

section#overview p {
	font-size: 4.8vw;
}





/* ▼form */
/* ----------------------------------------------------- */
section#form {
	padding-top: 1em;
}

section#form article {
	padding: 5%;
}

section#form article h1,
section#form article h2 {
	font-size: 4.8vw;
}

section#form article > ul {
	display: table;
}

section#form article > ul li {
	display: table-cell;
	padding: 0 0.2em;
}

section#form article > ul li img {
	max-width: 100% !important;
}

section#form article form table th,
section#form article form table td {
	display: block;
	width: 100% !important;
	padding-left: 0;
}

section#form article form table th {
	font-size: 4.266vw;
}

section#form article form table td {
	padding-bottom: 1em;
}

section#form article form p button img {
	max-width: 100% !important;
}



form button {
	margin: 0;
}