@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #333333;
	color: #4c3205;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.section {
	padding: 3em 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: bold;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: normal;
	line-height: 1.75;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	overflow: hidden;
	padding: 80.598% 0 0 0;
	border-radius: 1rem;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
	transform: translateZ(0);
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}





/* ▼body */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	body {
		position: relative;
		background-color: #edd8b9;
		background-image: url(../img/body_bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		background-size: cover;
	}
	div#globalwrap {
		position: relative;
		z-index: 1;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}
	div#scroll {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	div#scroll::before {
		content: "";
		position: fixed;
		top: 1rem;
		left: 15%;
		width: 60px;
		height: 560px;
		background-image: url(../img/body_scroll.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto;
	}
}

@media screen and (max-width: 766px) {
	div#scroll {
		display: none;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	padding: 0;
	background-image: url(../img/keyvisual.png),
					  url(../img/keyvisual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

div#keyvisual p,
div#keyvisual ul {
	display: none;
}





/* ▼cta */
/* ----------------------------------------------------- */
div.cta,
div#form {
	padding: 3rem 0;
	background-color: #1d82ce;
	background-image: url(../img/bg_fabric.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

div#keyvisual + div.cta {
	padding-top: 0;
}

div.cta div.container,
div#form div.container {
	overflow:visible;
}

div.cta div.container > figure,
div#form div.container > figure {
	position: relative;
}

div#keyvisual + div.cta div.container > figure {
	top: -0.5rem;
	margin: 0 0 -1.25rem 0;
	background-image: url(../img/cta_first_headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#form div.container > figure {
	top: -12rem;
	margin: 0 0 -12rem 0;
}

div.cta div.wrap,
div#form div.wrap {
	padding: 0.1rem 0;
	background: #ffffff;
}

div.cta h2,
div#form h2 {
	font-size: 2.1rem;
	line-height: 1.3;
	text-align: center;
	background: #b8e6f2;
}

div.cta h2 strong,
div#form h2 strong {
	font-size: 2.2rem;
	line-height: 1.3;
}

div#keyvisual + div.cta h2 {
	padding: 0.5em 0 0.3em 0;
}

div#form h2 {
	padding: 1rem 0 0.5em 0;
}

div.cta p,
div#form p {
	font-size: 1.2rem;
	text-align: center;
}

div.cta p em {
	font-size: 1.4rem;
	font-style: normal;
}

div.cta p strong {
	color: #ff6f4d;
}

div.cta p img,
div#form p img {
	width: 88.060%;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0 0.5rem 0.5rem rgba(0,0,0,0.3));
	transform: translateZ(0);
}

div#form p button {
	
}

div.cta iframe,
div#form iframe {
	width: 100%;
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	background-color: #ffffff;
	background-image: url(../img/problem_bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#problem h2 {
	padding: 2.5rem 0 0 0;
	font-size: 1.8rem;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	background-image: url(../img/problem_headline.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#problem ul {
	position: relative;
	margin: 2rem 0 4rem 0;
	padding: 1rem 2rem;
	background-color: #f2eee9;
	background-image: url(../img/bg_fabric.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

div#problem ul::after {
	content: "";
	position: absolute;
	bottom: -2.5rem;
	left: 50%;
	width: 5.5rem;
	height: 3.5rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%2270%22%20viewBox%3D%220%200%20110%2070%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradation%22%20x1%3D%2255%22%20y1%3D%2270%22%20x2%3D%2255%22%20y2%3D%220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%234c3205%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234c3205%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpolygon%20fill%3D%22url(%23gradation)%22%20points%3D%2255%2070%200%200%20110%200%2055%2070%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#problem ul li {
	list-style-type: none;
	position: relative;
	padding: 1.2rem 0 1rem 2.5rem;
	font-size: 1.4rem;
	line-height: 2;
	border-bottom: 0.2rem solid #ffffff;
}

div#problem ul li:last-child {
	border-bottom: 0 none;
}

div#problem ul li::before {
	content: "";
	position: absolute;
	top: 1.7rem;
	left: 0;
	width: 2rem;
	height: 2rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%234c3205%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M16.5%2C33.1c-.7%2C0-1.4-.3-1.9-.8L.8%2C18.5c-1.1-1.1-1.1-2.8%2C0-3.9%2C1.1-1.1%2C2.8-1.1%2C3.9%2C0l11.8%2C11.8L35.3%2C7.7c1.1-1.1%2C2.8-1.1%2C3.9%2C0%2C1.1%2C1.1%2C1.1%2C2.8%2C0%2C3.9l-20.7%2C20.7c-.5.5-1.2.8-1.9.8Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#problem ul li:nth-child(odd) b {
	background: #b8e6f2;
}

div#problem ul li:nth-child(even) b {
	background: #f9de64;
}

div#problem h3 {
	font-size: 1.6rem;
	text-align: center;
}

div#problem p {
	font-size: 1.4rem;
}

div#problem p strong {
	color: #ff6f4d;
}




/* ▼independence */
/* ----------------------------------------------------- */
div#independence {
	padding: 3rem 0;
	background-color: #b8e6f2;
	background-image: url(../img/bg_fabric.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

div#independence div.flex {
	justify-content: space-between;
}

div#independence div.flex div.independence {
	position: relative;
	z-index: 0;
	width: 47.762%;
	margin: 2rem 0 0 0;
	padding: 0;
}

div#independence div.flex div.independence::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

div#independence div.flex div.independence::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background: #1c96d1;
}

div#independence div.flex div#spiritual.independence::after {
	background: #ff6f4d;
}

div#independence div.flex div.independence h3 {
	position: relative;
	z-index: 2;
	padding: 1.5rem 0 0 0;
	font-size: 2.2rem;
	text-align: center;
}

div#independence div.flex div.independence h3::before {
	content: "";
	position: absolute;
	top: -1rem;
	left: -0.5rem;
	width: 3rem;
	height: 3rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#independence div.flex div#financial.independence h3::before {
	background-image: url(../img/independence_financial.png);
}

div#independence div.flex div#physical.independence h3::before {
	background-image: url(../img/independence_physical.png);
}

div#independence div.flex div#spiritual.independence h3::before {
	background-image: url(../img/independence_spiritual.png);
}

div#independence div.flex div#social.independence h3::before {
	background-image: url(../img/independence_social.png);
}

div#independence div.flex div.independence p {
	position: relative;
	z-index: 2;
	margin: 1rem;
	font-size: 1.2rem;
}

div#independence div.flex div#spiritual.independence h3,
div#independence div.flex div#spiritual.independence p {
	color: #ff6f4d;
}

div#independence div.flex + p {
	margin: 3rem 0 0 0;
	padding: 2rem;
	font-size: 1.4rem;
	background: #ffffff;
}

div#independence div.flex + p strong {
	color: #ff6f4d;
}





/* ▼nervous */
/* ----------------------------------------------------- */
div#nervous {
	padding: 1px 0 4rem 0;
	background-color: #f9de64;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23f4f4f4%22%20width%3D%22750%22%20height%3D%2270%22%20viewBox%3D%220%200%20750%2070%22%3E%3Cpolygon%20points%3D%22375%2069%200%200%200%2070%20750%2070%20750%200%20375%2069%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/bg_fabric.png);
	background-repeat: no-repeat, repeat-y;
	background-position: center bottom -1px, center top;
	background-size: 100% auto;
}

div#nervous p {
	font-size: 1.6rem;
	text-align: center;
}

div#nervous p + p {
	font-size: 1.8rem;
	font-weight: 700;
}





/* ▼cause */
/* ----------------------------------------------------- */
div#cause {
	padding-bottom: 1.5rem;
	background-color: #f4f4f4;
}

div#cause h2 + p {
	margin-top: 3rem;
}

div#cause p {
	font-size: 1.6rem;
	text-align: center;
}

div#cause p strong {
	font-size: 2rem;
	color: #ff6f4d;
}

div#cause figure {
	position: relative;
}

div#cause figure::before {
	content: "";
	position: absolute;
	top: -6.25rem;
	left: 1.25rem;
	width: 6.5rem;
	height: 10.25rem;
	background-image: url(../img/cause_assumptions.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}





/* ▼case */
/* ----------------------------------------------------- */
div#case {
	padding: 0;
	background-color: #ced5e0;
	background-image: url(../img/bg_fabric.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

div#case figure {
	margin: 0;
	background: url(../img/case.png) no-repeat center center;
	background-size: 100% auto;
}

div#case ul {
	display: none;
}





/* ▼curse */
/* ----------------------------------------------------- */
div#curse {
	background-color: #f9de64;
	background-image: url(../img/curse_bottom.png),
					  url(../img/bg_fabric.png);
	background-repeat: no-repeat, repeat-y;
	background-position: center bottom, center top;
	background-size: 100% auto;
}

div#curse p {
	font-size: 1.6rem;
	text-align: center;
}

div#curse p span {
	display: inline-block;
	transform: rotate(90deg);
}

div#curse p + p {
	margin: 1rem 0 0 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
}





/* ▼flat */
/* ----------------------------------------------------- */
div#flat {
	padding: 1rem 0;
	background: #ffffff;
}

div#flat p {
	font-size: 1.4rem;
	text-align: center;
}

div#flat p b {
	text-decoration: underline;
}

div#flat p span {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2;
	color: #ff6f4d;
}

div#flat p strong {
	padding-bottom: 0.2rem;
	color: #ff0074;
	background: url(../img/flat_underline.png) no-repeat center bottom;
	background-size: 100% auto;
}

div#flat p em {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.5;
	color: #ff6f4d;
}

div#flat blockquote {
	margin: 1.5rem 0;
	padding: 0.3rem 0;
	border: 0.1rem solid #4c3205;
}

div#flat blockquote p {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
}





/* ▼story */
/* ----------------------------------------------------- */
div#story {
	padding-top: 0;
	padding-bottom: 1.5rem;
	background-color: #f4f4f4;
	background-image: url(../img/story_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#story div.container > p {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

div#story div.container > p strong {
	color: #ff6f4d;
}

div#story div.wrap {
	position: relative;
	padding-top: 1.5rem;
}

div#story div.wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22.239%;
	height: 0.1rem;
	background: #4c3205;
	transform: translate(-50%, 0);
}

div#story div.wrap p {
	font-size: 1.4rem;
}

div#story div.wrap p img {
	float: left;
	width: 44.777%;
	margin: 0 1.5rem 0 0;
	border-radius: 50%;
}

div#story div.wrap p strong {
	color: #ff6f4d;
}





/* ▼overview */
/* ----------------------------------------------------- */
div#overview {
	padding: 0 0 1.5rem 0;
	background: #ffffff;
}

div#overview div.container {
	overflow: visible;
}

div#overview h2 {
	position: relative;
	background-color: #b8e6f2;
	background-image: url(../img/overview_headline.png),
					  url(../img/overview_mask.svg),
					  url(../img/bg_fabric.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100% auto;
}

div#overview h2::after {
	content: "";
	position: absolute;
	top: -1rem;
	right: 0.5rem;
	width: 4.75rem;
	height: 4.5rem;
	background-image: url(../img/overview_decoration.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#overview p {
	font-size: 1.4rem;
}

div#overview p strong {
	color: #ff6f4d;
}

div#overview table {
	width: 100%;
}

div#overview table th,
div#overview table td {
	padding: 0;
	font-size: 1.6rem;
	font-weight: 700;
	vertical-align: top;
	background: #ffffff;
}

div#overview table td span {
	font-size: 1.2rem;
}

div#overview table td p {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1;
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding-top: 16.25rem;
	background-color: #ffffff;
	background-image: url(../img/voice_bg.svg),
					  url(../img/voice_bg.png),
					  url(../img/bg_fabric.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: center top, center top, center top;
	background-size: 100% auto;
}

div#voice h2 {
	font-size: 1.6rem;
	text-align: center;
}

div#voice h2 span,
div#voice h2 em,
div#voice h2 strong {
	display: inline-block;
	margin: 0.5rem 0 0 0;
	padding: 0 0.3em;
	font-weight: 700;
	background: #ffffff;
}

div#voice h2 em,
div#voice h2 strong {
	font-size: 2.5rem;
}

div#voice h2 strong {
	color: #1c96d1;
}

div#voice div.voice {
	margin: 2rem 0;
}

div#voice div.voice h3 {
	position: relative;
}

div#voice div.voice h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6.25rem;
	background: url(../img/voice_subhead.png) no-repeat center center;
	background-size: 100% auto;
}

div#voice div#voice_01.voice h3 img {
	background: url(../img/voice_subhead_01.png) no-repeat center center;
	background-size: 100% auto;
}

div#voice div#voice_02.voice h3 img {
	background: url(../img/voice_subhead_02.png) no-repeat center center;
	background-size: 100% auto;
}

div#voice div#voice_03.voice h3 img {
	background: url(../img/voice_subhead_03.png) no-repeat center center;
	background-size: 100% auto;
}

div#voice div.voice h3 + p {
	width: 89.334%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	font-weight: 700;
}

div#voice div.voice h3 + p strong {
	background: #f9de64;
}

div#voice div.voice div.before,
div#voice div.voice div.after {
	position: relative;
	width: 89.334%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

div#voice div.voice div.before::after {
	content: "";
	position: absolute;
	bottom: -4.25rem;
	left: 50%;
	width: 5.5rem;
	height: 3.5rem;
	background: url(../img/voice_before.svg) no-repeat center center;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#voice div.voice div.after {
	margin-top: 5rem;
}

div#voice div.voice div.before h4,
div#voice div.voice div.after h4 {
	padding: 0.35rem 0 0.5rem 0;
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
}

div#voice div.voice div.before h4 {
	background: #1779a0;
}

div#voice div.voice div.after h4 {
	background: #f47b5a url(../img/voice_after.png) no-repeat left 0.3rem center;
	background-size: 4rem auto;
}

div#voice div.voice div.before div.bodytext,
div#voice div.voice div.after div.bodytext {
	padding: 0.5rem 2rem;
}

div#voice div.voice div.before div.bodytext p,
div#voice div.voice div.after div.bodytext p {
	margin: 1.5rem 0;
	font-size: 1.4rem;
}

div#voice div.voice div.before div.bodytext p strong {
	color: #1c96d1;
	text-decoration: underline;
}

div#voice div.voice div.after div.bodytext p strong {
	color: #ff6f4d;
	text-decoration: underline;
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	padding: 0 0 17rem 0;
	background-color: #ffffff;
	background-image: url(../img/message_top.jpg),
					  url(../img/message_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
}

div#message p {
	font-size: 1.4rem;
}

div#message p strong {
	color: #ff6f4d;
}





/* ▼form */
/* ----------------------------------------------------- */
form[action=""],
form[action="#"] {
	pointer-events: none;
}

form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 1.0;
	transition: all 0.5s;
}

form button:hover,
form button:active,
div#thanks button:hover,
div#thanks button:active {
	opacity: 0.6;
}


form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
}

form p,
div#thanks p.btn {
	text-align: center;
}

form dl dd p {
	text-align: left;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 0;
	background: #ffffff;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer figure {
	margin: 2.5em 0 0 0;
}

footer h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.6rem;
}

footer p {
	margin: 1.5em 0 0 0;
	font-size: 1.4rem;
}

footer address {
	margin: 2em 0 0 0;
	padding: 1em 0;
	font-size: 1.2rem;
	font-style: normal;
}



@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 5.5rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a,
div#banner p button {
	position: relative;
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 5%;
		right: 5%;
		width: 11rem;
	}
	div#banner p {
		width: 11rem;
		margin: 0 0 0 auto;
	}
	div#banner p a {
		width: 11rem;
		height: 11rem;
		margin: 0 0 0 auto;
		box-sizing: border-box;
		filter:drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2));
		transform: translateZ(0);
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner p a {
		margin-left: -1px;
		margin-right: -1px;
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
body#contact section#contents h3,
body#confirm section#contents h3,
body#complete section#contents h3,
body#error section#contents h3 {
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
}

body#contact section#contents div.container > p,
body#confirm section#contents div.container > p,
body#complete section#contents div.container > p,
body#error section#contents div.container > p {
	text-align: center;
}

body#contact section#contents div.container > figure,
body#confirm section#contents div.container > figure,
body#complete section#contents div.container > figure,
body#error section#contents div.container > figure {
	text-align: center;
}

body#contact section#contents div#tel {
	margin: 4em 0 0 0;
	border: 1px solid #1a1a1a;
}

body#contact section#contents div#tel a {
	display: block;
	padding: 1em;
	color: #1a1a1a;
	text-decoration: none;
}

body#contact section#contents div#tel a h3 {
	margin: 1em 0 0 0;
}

body#contact section#contents div#tel a h3 +p {
	margin: 0.5em 0;
}

body#contact section#contents div#tel a p +p {
	margin-top: 0;
}

body#contact section#contents div#tel a p {
	text-align: center;
}

body#contact section#contents div#tel a p em {
	font-weight: 700;
}