@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: #1a1a1a;
	background-color: #ffffff !important;
}

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

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: bold;
}

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;
}

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;
}

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

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: 700;
	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: 400;
	line-height: 2;
}

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;
}

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

div.section div.youtube {
	position: relative;
	overflow: hidden;
	padding: 56.25% 0 0 0;
}

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





/* ▼body */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	body {
		position: relative;
	}
	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;
		background-color: #a0d3ea;
		background-image: url(../img/body_bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		background-size: cover;
	}
	div#scroll::before {
		content: "";
		position: fixed;
		top: 4rem;
		left: 18%;
		width: 40px;
		height: 500px;
		background-image: url(../img/body_scroll.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto;
	}
	div#scroll::after {
		content: "";
		position: fixed;
		top: 0.25rem;
		right: 10%;
		right: calc(50% - 560px);
		width: 200px;
		height: 640px;
		background-image: url(../img/body_bg.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto;
		mix-blend-mode: hard-light;
	}
}

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





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

div#keyvisual p {
	display: none;
}





/* ▼cta */
/* ----------------------------------------------------- */
div.cta {
	padding: 0;
	background-color: #ceedf2;
	background-image: url(../img/cra_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div.cta div.container {
	position: relative;
	margin-bottom: -11rem;
	padding: 0 0 3rem 0;
}

div.cta h2 {
	position: relative;
	z-index: 2;
	top: 0;
	background: url(../img/cta_headline.png);
	background-size: 100% auto;
}

div.cta div.wrap {
	position: relative;
	z-index: 1;
	top: -11rem;
	padding: 10rem 2rem 1.5rem 2rem;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div.cta div.wrap p {
	text-align: center;
}

div.cta div.wrap p a {
	display: block;
	margin: 0 -0.375rem;
	filter: drop-shadow(1rem 1rem 0.5rem rgba(0, 0, 0, 0.1));
	transform: translateZ(0);
}





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

div#problem h2 {
	background-image: url(../img/problem.png);
	background-repeat: none;
	background-position: center top;
	background-size: 100% auto;
}

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





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

div#solution div.wrap {
	position: relative;
	width: 96%;
	padding: 5rem 0 1.5rem 0;
}

div#solution div.wrap::before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 50%;
	width: 6rem;
	height: 4rem;
	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%23399ec6%22%20width%3D%22120%22%20height%3D%2280%22%20viewBox%3D%220%200%20120%2080%22%3E%3Cpolygon%20points%3D%2260%2080%200%200%20120%200%2060%2080%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#solution p {
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

div#solution p strong {
	font-size: 2.2rem;
	color: #00a1d3;
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding-top: 4rem;
	padding-bottom: 1.5rem;
	background-color: #ceedf2;
	background-image: url(../img/voice_bg.svg),
					  url(../img/voice_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#voice div.voice {
	position: relative;
	margin: 4.5rem 0;
	background-color: #ffffff;
	background-image: url(../img/voice_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div#voice div#voice_03.voice {
	margin-bottom: 1.5rem;
}

div#voice div.voice div.headline {
	position: relative;
	min-height: 22rem;
	padding: 0.1rem 0.1rem 0.1rem 0;
}

div#voice div.voice div.headline div.headcopy {
	position: relative;
	z-index: 2;
	width: 53.893%;
	margin: 0 0 0 auto;
	padding: 3rem 0 0 0;
}

div#voice div.voice div.headline div.headcopy h3 {
	background: #c2d6f2;
	background: rgba(194, 214, 242, 0.8);
	border-radius: 3.75rem 0 0 3.75rem;
}

div#voice div.voice div.headline div.headcopy p {
	font-size: 1.2rem;
	text-align: center;
}

div#voice div.voice div.headline figure {
	position: absolute;
	z-index: 1;
	top: -2rem;
	left: 0;
	width: 18rem;
	height: 22.5rem;
	margin: 0;
}

div#voice div.voice div.subhead {
	position: relative;
	padding: 0 0 5.5rem 0;
}

div#voice div.voice div.subhead::after {
	content: "";
	position: absolute;
	bottom: 2rem;
	left: 50%;
	width: 7.5rem;
	height: 0.1rem;
	background: #333333;
	transform: translate(-50%, 0);
}

div#voice div.voice div.subhead h4 {
	font-size: 1.6rem;
	color: #333333;
	text-align: center;
}

div#voice div.voice div.subhead h4 strong {
	color: #003cb5;
	background:linear-gradient(transparent 60%, #e0ff27 60%);
}

div#voice div.voice div.bodycopy {
	position: relative;
	width: 88.060%;
	/*
	height: 25rem;
	overflow: hidden;
	*/
	margin: 0 auto;
}

div#voice div.voice div.bodycopy::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 9rem;
	background: linear-gradient(0deg, #ffffff, transparent);
}

div#voice div.voice div.bodycopy h5 {
	padding: 0.3rem 1rem;
	font-size: 1.4rem;
	color: #ffffff;
	background: #00265e;
}

div#voice div.voice div.bodycopy p {
	font-size: 1.4rem;
}

div#voice div.voice div.bodycopy p strong {
	color: #00a1d3;
}

div#voice div.voice div.readmore {
	padding: 0 2rem 2rem 2rem;
}

div#voice div.voice div.readmore p {
	margin: 0;
}

div#voice div.voice div.readmore p span {
	display: block;
	cursor: pointer;
	position: relative;
	width: 67.165%;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	background: #dddddd;
	border-radius: 0.25rem;
}

div#voice div.voice div.readmore p span::after {
	content: "▼";
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translate(0, -50%);
}

div#voice div.voice.open div.readmore p span::after {
	content: "▲";
}

div#voice div.voice.open div.bodycopy::after {
	display: none;
}





/* ▼method */
/* ----------------------------------------------------- */
div#method {
	padding-bottom: 1rem;
	background-color: #e1eef9;
	background-image: url(../img/method_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#method h2 {
	padding: 1rem;
	font-size: 2.2rem;
	color: #00265e;
	text-align: center;
	border: double 6px #00265e;
	background: rgba(255, 255, 255, 0.5);
}

div#method h3 {
	margin: 3rem 0;
	text-align: center;
}

div#method h3 span {
	display: inline-block;
	padding: 0.3rem 1rem;
	font-size: 1.6rem;
	color: #333333;
	background: #b0d4ea;
}

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

div#method p strong {
	color: #003cb5;
}

div#method figure {
	margin: 0;
}





/* ▼features */
/* ----------------------------------------------------- */
div#features {
	background-color: #85cadd;
	background-image: url(../img/features_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#features div.flex {
	margin: 0.75rem 0 0 0;
	justify-content: space-between;
}

div#features div.flex figure {
	position: relative;
	width: 47.762%;
	overflow: hidden;
	margin: 0.75rem 0;
	border-radius: 0.5rem;
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div#features div.flex figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.7rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: #00265e;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
}

div#features div.flex figure figcaption strong {
	color: #003cb5;
}





/* ▼option */
/* ----------------------------------------------------- */
div#option {
	overflow: hidden;
	padding-top: 4rem;
	background-color: #e1eef9;
	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%2385cadd%22%20width%3D%22750%22%20height%3D%2280%22%20viewBox%3D%220%200%20750%2080%22%3E%3Cpolygon%20points%3D%22375%2080%200%200%20750%200%20375%2080%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/option_top.jpg),
					  url(../img/option_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top, center top, center bottom;
	background-size: 100% auto;
}

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

div#option div.bodycopy {
	position: relative;
	padding: 2rem;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div#option div#option_stretch.bodycopy figure {
	position: relative;
	left: -4rem;
	width: 33.5rem;
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div#option div#option_stretch.bodycopy ol {
	position: relative;
	right: 0;
	width: 33.5rem;
	padding: 2rem;
	background: #ffffff;
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div#option div#option_stretch.bodycopy ol li {
	list-style-type: none;
	padding: 0 0 0 3.75rem;
	font-size: 1.4rem;
	color: #00265e;
}

div#option div#option_stretch.bodycopy ol li:nth-child(2) {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: solid 0.1rem #00265e;
	border-bottom: solid 0.1rem #00265e;
}

div#option div#option_stretch.bodycopy ol li::before {
	content: "";
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0 1rem 0 -3.25rem;
	vertical-align: text-top;;
	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%2245%22%20height%3D%2245%22%20viewBox%3D%220%200%2045%2045%22%3E%3Ccircle%20fill%3D%22%23ffffff%22%20cx%3D%2222.5%22%20cy%3D%2222.5%22%20r%3D%2221.2%22%2F%3E%3Cpath%20fill%3D%22%2300265e%22%20d%3D%22M22.5%2C45C10.1%2C45%2C0%2C34.9%2C0%2C22.5S10.1%2C0%2C22.5%2C0s22.5%2C10.1%2C22.5%2C22.5-10.1%2C22.5-22.5%2C22.5ZM22.5%2C2.7C11.6%2C2.7%2C2.7%2C11.6%2C2.7%2C22.5s8.9%2C19.8%2C19.8%2C19.8%2C19.8-8.9%2C19.8-19.8S33.4%2C2.7%2C22.5%2C2.7Z%22%2F%3E%3Cpolygon%20fill%3D%22%2300a1d3%22%20points%3D%2220.2%2032.7%208.6%2022%2011.4%2018.7%2020.2%2028%2035%2015.1%2036.4%2016%2020.2%2032.7%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#option div.bodycopy h4 {
	font-size: 1.4rem;
	text-align: center;
}

div#option div.bodycopy h4 span {
	display: inline-block;
	padding: 0.2rem 1rem;
	color: #ffffff;
	background: #00265e;
}

div#option div.bodycopy p {
	font-size: 1.4rem;
}

div#option div.bodycopy ul li {
	margin-left: 1.5rem;
	font-size: 1.4rem;
}

div#option div.bodycopy ul + p {
	margin: 0;
}

div#option div.wrap > h3 {
	margin: 1rem 0;
}

div#option div#option_hydrogenwater.bodycopy figure {
	position: relative;
	top: -2rem;
	left: -2rem;
	right: -2rem;
	width: 33.5rem;
	margin: 0;
}

div#option div#option_hydrogenwater.bodycopy p {
	margin: 0;
}





/* ▼reasons */
/* ----------------------------------------------------- */
div#reasons {
	position: relative;
	z-index: 0;
	padding: 4rem 0 6rem 0;
	background-color: #87afd8;
	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%2387afd8%22%20width%3D%22750%22%20height%3D%2280%22%20viewBox%3D%220%200%20750%2080%22%3E%3Cpolygon%20points%3D%22375%2079%200%200%200%2080%20750%2080%20750%200%20375%2079%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/reasons_bg.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, center top;
	background-size: 100% auto;
}

div#reasons::before {
	content: "";
	position: absolute;
	top: -1.75rem;
	right: 0;
	width: 44%;
	height: 0;
	padding: 66.667% 0 0 0;
	background-image: url(../img/reasons_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#reasons div.container {
	position: relative;
	z-index: 2;
	overflow: visible;
}

div#reasons div.reasons {
	margin: 1.5rem 0 0 0;
	padding: 2rem;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0.5rem 0 rgba(50, 50, 50, 0.3);
}

div#reasons div.reasons > div {
	position: relative;
	margin: 0 0 3rem 0;
	padding: 0 0 1.5rem 0;
	border-bottom: 0.1rem solid #00a1d3;
}

div#reasons div.reasons > div#reasons_05 {
	margin: 0;
	padding: 0 0 1px 0;
	border-bottom: 0 none;
}

div#reasons div.reasons > div > h3 {
	text-align: center;
}

div#reasons div.reasons > div > h3 + figure {
	position: relative;
	left: -4rem;
	right: -4rem;
	margin: 0;
}

div#reasons div.reasons > div#reasons_02 > h4 {
	font-size: 1.8rem;
	color: #00a1d3;
}

div#reasons div.reasons > div#reasons_04 > h4 {
	margin-top: 1.5rem;
	font-size: 1.7rem;
	color: #333333;
}

div#reasons div.reasons > div#reasons_04 > h4 strong {
	color: #003cb5;
}

div#reasons div.reasons > div > p,
div#reasons div.reasons > div > dl dt,
div#reasons div.reasons > div > dl dd {
	font-size: 1.4rem;
	color: #333333;
}

div#reasons div.reasons > div > dl dt {
	font-weight: 700;
}

div#reasons div.reasons > div > dl dt::after {
	content: "：";
}

div#reasons div.reasons > div > dl dd + dt {
	margin-top: 3rem;
}

div#reasons div.reasons > div > ul li {
	margin-left: 1.5rem;
	font-size: 1.4rem;
	color: #333333;
}

div#reasons div.reasons > div#reasons_05 > p + figure {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}



@media screen and (min-width: 767px) {
	div#reasons div.reasons > div > h3 + figure {
		width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div#reasons div.reasons > div > h3 + figure {
		width: 100vw;
	}
}





/* ▼conclusion */
/* ----------------------------------------------------- */
div#conclusion {
	padding-top: 2rem;
	background-color: #87afd8;
	background-image: url(../img/conclusion_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#conclusion ul {
	margin-top: 2rem;
	padding: 2rem;
	background: #ffffff;
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}

div#conclusion ul li {
	list-style-type: none;
	margin: 0 0 1.3rem 0;
	padding: 0 0 1.5rem 1em;
	font-size: 1.6rem;
	color: #333333;
	border-bottom: 0.1rem solid #666666;
}

div#conclusion ul li::before {
	content: "・";
	margin: 0 0 0 -1em;
}

div#conclusion ul li:last-child {
	margin: 0;
	padding: 0 0 0 1em;
	border-bottom: 0 none;
}

div#conclusion ul li strong {
	color: #003cb5;
}

div#conclusion p {
	margin: 0;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0 0.5rem rgba(15, 76, 150, 0.5);
}





/* ▼trainer */
/* ----------------------------------------------------- */
div#trainer {
	padding-top: 0;
	padding-bottom: 1rem;
	background-color: #ffffff;
}

div#trainer h2 {
	background-image: url(../img/trainer_headline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#trainer div#tsuboi.trainer {
	background-image: url(../img/trainer_tsuboi.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#trainer div#tokuyama.trainer {
	background-image: url(../img/trainer_tokuyama.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#trainer div.trainer h3 {
	width: 89.334%;
	height: 21.5rem;
	margin: 0 auto;
	padding: 0 0 0 56%;
	font-weight: 300;
	color: #333333;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

div#trainer div.trainer h3 span {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1;
	color: #00a1d3;
}

div#trainer div.trainer h3 strong {
	width: 100%;
	font-size: 2.7rem;
	line-height: 1.5;
}

div#trainer div.trainer h3 i {
	width: 100%;
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.2;
}

div#trainer div.trainer div.bodycopy {
	margin: 2.5rem 0 2rem 0;
	padding: 2rem;
	background: #f4f4f4;
	background: rgba(244, 244, 244, 0.9);
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}

div#trainer div.trainer div.bodycopy h4 {
	font-size: 1.6rem;
	text-align: center;
}

div#trainer div.trainer div.bodycopy h4 span {
	color: #00265e;
	background:linear-gradient(transparent 60%, #e0ff27 60%);
}

div#trainer div.trainer div.bodycopy dl dt {
	float: left;
	margin-right: 1em;
	padding: 0.1em 1em;
	font-size: 1.4rem;
	color: #ffffff;
	background: #00265e;
}

div#trainer div.trainer div.bodycopy dl dd {
	margin-bottom: 1.2rem;
	padding: 0.2em 1em;
	font-size: 1.4rem;
	color: #333333;
}

div#trainer div.trainer div.bodycopy dl dd::after {
	content: "";
	clear: both;
	display: block;
}

div#trainer div.trainer div.bodycopy h5 {
	padding: 0.1em 1em;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ffffff;
	background: #00265e;
}

div#trainer div.trainer div.bodycopy p {
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 1.4rem;
	color: #333333;
}

div#trainer div.trainer div.bodycopy hr {
	margin: 2.5rem 0;
	height: 0;
	border: 0 none;
	border-top: 0.1rem solid #cccccc;
}





/* ▼information */
/* ----------------------------------------------------- */
div#information {
	background: #f4f4f4;
}

div#information h2 {
	font-size: 2rem;
	color: #00265e;
	text-align: center;
}

div#information h3 {
	margin: 3rem 0 1.5rem 0;
}

div#information h3#train,
div#information h3#mycar,
div#information h3#movie {
	padding: 0.2rem 1rem 0.2rem 3.75rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ffffff;
	background-color: #00265e;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 3.75rem auto;
}

div#information h3#train {
	background-image: url(../img/information_train.svg);
}

div#information h3#mycar {
	background-image: url(../img/information_mycar.svg);
}

div#information h3#movie {
	padding: 0.1rem 1rem;
}

div#information h3#route {
	padding: 0.2rem 1rem;
	font-size: 2rem;
	color: #00265e;
	text-align: center;
	border: 0.1rem solid #00265e;
}

div#information p {
	margin: 1.5rem 0;
	font-size: 1.4rem;
	color: #333333;
}

div#information h2 + p {
	text-align: center;
}

div#information ul li {
	list-style-type: none;
	font-size: 1.4rem;
	color: #333333;
}

div#information div.slide {
	position: relative;
	z-index: 0;
	width: 89.553%;
	margin: 1.5rem auto;
}

div#information div.slide div.slick-arrow {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	transform: translate(0, -50%);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#information div.slide div.slick-arrow.prev {
	left: -2rem;
}

div#information div.slide div.slick-arrow.next {
	right: -2rem;
}

div#information div.slide figure {
	margin: 0 auto;
	text-align: center;
}

div#information div.slide figure figcaption {
	font-size: 1.4rem;
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	padding-top: 6rem;
	padding-bottom: 14rem;
	background-color: #ebf4ff;
	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 div.bodycopy {
	margin: 4rem 0 0 0;
	padding: 0.5rem 2rem;
	background: #ffffff;
}

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





/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	padding: 3rem 0;
	background: #00a1d3;
}

div#form h1,
div#form h2 {
	width: 89.334%;
	margin: 0 auto;
	padding: 0.3em;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
	background: #00265e;
}

div#form h1 strong,
div#form h2 strong {
	font-size: 2rem;
}

div#form form,
div#form div#thanks {
	width: 89.334%;
	margin: 0 auto;
	padding: 2rem;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form form dl {
	margin: 0;
}

div#form form > dl > dt {
	font-size: 1.6rem;
}

div#form form > dl > dt span {
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em;
	font-size: 1.2rem;
	color: #ffffff;
	background: #808080;
}

div#form form > dl > dt span.required {
	background: #b60000;
}

div#form form > dl > dt span + span {
	display: none;
}

div#form form > dl > dd + dt {
	margin: 1.5em 0 0 0;
}

div#form form > dl > dd {
	margin: 0.8em 0 0 0;
	font-size: 1.2rem;
}

div#form form > dl > dd.note {
	font-size: 1rem;
}

div#form form > dl > dd input#optin_postcode {
	width: 50%;
}

div#form form > dl > dd dl,
div#form form > dl > dd ul {
	padding: 0 0 0 0.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#form form > dl > dd ul {
	margin: 0;
}

div#form form > dl > dd dl + dl {
	margin-top: 1em;
}

div#form form > dl > dd dl dt {
	margin: 0;
}

div#form form > dl > dd dl dd,
div#form form > dl > dd ul li {
	margin: 0;
}

div#form form > dl > dd ul li {
	list-style-type: none;
}

div#form form input[type="radio"],
div#form form input[type="checkbox"] {
	/* display: none; */
	opacity: 0;
	margin: 0;
}
 {
	font-size: 2em;
}

div#form form input[type="radio"] + label,
div#form form input[type="checkbox"] + label {
	position:relative;
	display: inline-block;
	margin: 0 1em 0 -1em;
	padding: 0.1rem 0.3rem 0.1rem 2rem;
	font-size: 1.4rem;
}

div#form form input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #333333;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
	transform: translate(0,-50%);
}

div#form form input[type="checkbox"]:checked + label::after {
	content: "\f00c";
	font-family: 'FontAwesomeSolid';
	display: block;
	position: absolute;
	top: 50%;
	left: 0.1rem;
	margin: 0.1em 0 0 0;
	font-size: 1.2em;
	transform: translate(0,-50%);
}

div#form form > p button,
div#form div#thanks > p.btn button {
	color: #333333;
	font-size: 1.8rem;
	font-weight: 700;
	background: #c1c1c1;
	border-radius: 2.5em;
}

div#form form > p button#form_confirm.grayscale {
	opacity: 0.7;
	pointer-events: none;
}

div#form form > p button#form_confirm,
div#form form > p button#form_submit,
div#form div#thanks > p.btn button#form_submit {
	background: #e0ff27;
}

div#form form > p button#form_confirm::after,
div#form form > p button#form_submit::after,
div#form div#thanks > p.btn button#form_submit::after {
	content: "\f105";
	font-family: "FontAwesome";
	margin: 0 0 0 1em;
}

div#form form > p button#form_return::before,
div#form div#thanks > p.btn button#form_return::before {
	content: "\f104";
	font-family: "FontAwesome";
	margin: 0 1em 0 0;
}

div#form form > p button#form_return + button#form_submit,
div#form div#thanks > p.btn button#form_return + button#form_submit {
	margin-top: 1.5em;
}

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 2rem 0 0.5em 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}

div#form form div#privacy p:last-child {
	margin-top: 2rem;
}


div#form div#thanks > p:first-child {
	margin-top: 0;
}

div#form div#thanks > p:last-child {
	margin-bottom: 0;
}



.formError.inline {
	margin-top: 0.3em !important;
}



@media screen and (min-width: 767px) {
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 0.5em 1em;
	}
}

@media screen and (max-width: 766px) {
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 1em 1.5em;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
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: 4rem 0 0 0;
	background: #ffffff;
}

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

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

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

footer h3 {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
}

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

footer address {
	margin: 4em 0 0 0;
	padding: 0.5em 0;
	font-size: 1.2rem;
	color: #333333;
	font-style: normal;
	border-top: 0.1rem solid #333333;
}



@media screen and (min-width: 767px) {
	footer {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 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: 10%;
		right: 5%;
		width: 11.5rem;
	}
	div#banner p {
		width: 11.5rem;
		margin: 0 0 0 auto;
	}
	div#banner p a {
		width: 11.5rem;
		height: 11.5rem;
		margin: 0 0 0 auto;
		filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1));
		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 {
		position: relative;
		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;
}