@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp_s.css");

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


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanJPs", "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: "YakuHanJPs", "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;
	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: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

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;
	-ms-interpolation-mode: bicubic;
}

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

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

svg:not(:root) {
	overflow: hidden;
}

b,
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);
}

sub,
sup {
	font-size: 0.5em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


[hidden],
template,
.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;
}

.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,
	.hidden {
		display: none !important;
	}

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

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	.hidden {
		display: none !important;
	}
}





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

a:visited {
	color: #63c100;
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
	color: #63c100;
	text-decoration: none;
}

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

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



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

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





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

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,
div.section div.movie {
	position: relative;
	overflow: hidden;
}

div.section div.googlemap {
	padding: 80.598% 0 0 0;
}

div.section div.movie {
	padding: 56.25% 0 0 0;
	border-radius: 1rem;
}

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

div.section .serif {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}





/* ▼body */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	body {
		position: relative;
		background-color: #fff3f6;
		background-image: url(./img/body_bg_fixed.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
	}
	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 0 1px 0;
	background-color: #f8e0dc;
}

div#keyvisual h1 {
	margin: 0;
	line-height: 0;
	background-image: url(./img/keyvisual.png),
					  url(./img/keyvisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#keyvisual p {
	display: none;
}

div#keyvisual div#slide {
	position: relative;
	width: 100%;
	height: 11.5rem;
	overflow: hidden;
	margin: 2rem 0 1rem 0;
}

div#keyvisual div#slide div.slide_wrap {
	position: absolute;
	top: 0;
	overflow: hidden;
	height: 11.5rem;
	margin: 0;
	padding: 0;
	background: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

div#keyvisual div#slide div.slide_wrap ul li {
	list-style-type: none;
	float: left;
	width: 12.5rem;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

div#keyvisual div#slide div.slide_wrap ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-width: calc( 100% - 1rem );
	margin: 0 auto;
	padding: 0;
	border: 0 none #ffffff;
}





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

div.cta div.wrap {
	width: 85%;
}

div.cta p {
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
}

div.cta p + p {
	margin-top: 1.5em;
}

div.cta p img {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div.cta p img[src$="cta_btn.svg"] {
	background-image: url(./img/cta_btn.png);
}

div.cta p img[src$="cta_alt.svg"] {
	background-image: url(./img/cta_alt.png);
}




/* ▼beforeafter */
/* ----------------------------------------------------- */
div#beforeafter {
	padding: 3rem 0 1.5rem 0;
	background: #f9f2f2;
}

div#beforeafter div.wrap {
	width: 96%;
}

div#beforeafter h2 {
	margin: 0 1.25rem;
	font-size: 1.9rem;
	font-weight: 500;
	text-align: center;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#beforeafter h2 span {
	font-weight: 700;
	color: #b2364c;
}

div#beforeafter h2 span strong {
	font-size: 2.1rem;
}

div#beforeafter figure {
	margin: 3rem 0 0 0;
}

div#beforeafter figure img {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#beforeafter figure img[src$="beforeafter_01.svg"] {
	background-image: url(./img/beforeafter_01.png),
					  url(./img/beforeafter_case.jpg);
}

div#beforeafter figure img[src$="beforeafter_02.svg"] {
	background-image: url(./img/beforeafter_02.png),
					  url(./img/beforeafter_case.jpg);
}

div#beforeafter figure img[src$="beforeafter_03.svg"] {
	background-image: url(./img/beforeafter_03.png),
					  url(./img/beforeafter_case.jpg);
}

div#beforeafter figure img[src$="beforeafter_04.svg"] {
	background-image: url(./img/beforeafter_04.png),
					  url(./img/beforeafter_case.jpg);
}

div#beforeafter figure img[src$="beforeafter_05.svg"] {
	background-image: url(./img/beforeafter_05.png),
					  url(./img/beforeafter_case.jpg);
}

div#beforeafter figure img[src$="beforeafter_06.svg"] {
	background-image: url(./img/beforeafter_06.png),
					  url(./img/beforeafter_case.jpg);
}





/* ▼media */
/* ----------------------------------------------------- */
div#media {
	padding: 3rem 0;
	background: #f8e0dc;
}

div#media div.wrap {
	width: 92%;
}

div#media h2 {
	margin: 0 4.25rem;
	font-size: 2rem;
	text-align: center;
	color: #b2364c;
	border: 0.1rem solid #b2364c;
	border-radius: 0.5rem;
}

div#media figure {
	margin: 3rem 0 0 0;
	text-align: center;
}

div#media figure img[src$=".jpg"] {
	border-radius: 0.5rem;
}

div#media h2 + figure img[src$=".jpg"] {
	width: 81.160%;
}

div#media figure + figure img[src$=".jpg"] {
	width: 60.870%;
}





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

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





/* ▼solution */
/* ----------------------------------------------------- */
div#solution {
	padding: 28rem 0 0 0;
	background-color: #f3d6d1;
	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%23d2d2db%22%20width%3D%22750%22%20height%3D%22120%22%20viewBox%3D%220%200%20750%20120%22%3E%3Cpolygon%20points%3D%22750%2010%20375%20120%200%2010%200%200%20750%200%20750%2010%22%2F%3E%3C%2Fsvg%3E'),
					  url(./img/solution.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#solution div.container {
	position: relative;
}

div#solution h2 {
	width: 100%;
	height: 15rem;
	font-size: 2.2rem;
	text-align: center;
	color: #ea2877;
	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%22750%22%20height%3D%22300%22%20viewBox%3D%220%200%20750%20300%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22gradation%22%20cx%3D%22336.1%22%20cy%3D%22354.3%22%20fx%3D%22336.1%22%20fy%3D%22354.3%22%20r%3D%22338.7%22%20gradientTransform%3D%22translate(13.8%205.4)%20scale(1.1%20.4)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.4%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cellipse%20fill%3D%22url(%23gradation)%22%20opacity%3D%220.8%22%20cx%3D%22375%22%20cy%3D%22150%22%20rx%3D%22375%22%20ry%3D%22145.8%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#solution p {
	margin: -3rem 0 0 0;
	font-size: 1.4rem;
	text-align: center;
}

div#solution figure {
	position: relative;
	z-index: 1;
	width: 72%;
	margin: 0.5rem auto 0 0;
}

div#solution figure video {
	overflow: hidden;
	border-radius: 0 5rem 5rem 0;
}

div#solution figure::after {
	content: "";
	position: absolute;
	top: 5rem;
	right: -3rem;
	width: 2.25rem;
	height: 34.25rem;
	background-image: url(./img/solution_works.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

div#solution div#message {
	position: relative;
	z-index: 0;
	width: 89.334%;
	margin: -5rem 0 0 auto;
	padding: 5rem 0 1px 3rem;
	background: #ffffff;
}

div#solution div#message p {
	margin: 1.5rem 0;
	text-align: left;
}





/* ▼reasons */
/* ----------------------------------------------------- */
div#reasons div.reasons {
	position: relative;
	padding-top: 3rem;
	background-color: #f3d6d1;
	background-image: url(./img/reasons.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#reasons div.reasons h2 {
	margin: 0 0 3rem 0;
	font-size: 1.8rem;
	text-align: center;
	color: #b2364c;
}

div#reasons div.reasons h2 strong {
	font-size: 2.8rem;
}

div#reasons div.reasons h2 em {
	font-size: 2.5rem;
}

div#reasons div.reasons h3 {
	position: relative;
	padding-top: 3rem;
	font-size: 2.5rem;
	line-height: 1.5;
	text-align: center;
}

div#reasons div.reasons h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 7.5rem;
	height: 2.25rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#reasons div#reason_01.reasons h3::before {
	background-image: url(./img/reason_01.svg);
}

div#reasons div#reason_02.reasons h3::before {
	background-image: url(./img/reason_02.svg);
}

div#reasons div#reason_03.reasons h3::before {
	background-image: url(./img/reason_03.svg);
}

div#reasons div.reasons figure {
	position: relative;
	z-index: 1;
	width: 92.667%;
	margin: 3rem 0 0 0;
}

div#reasons div#reason_01.reasons figure,
div#reasons div#reason_03.reasons figure {
	margin-left: 0;
	margin-right: auto;
}

div#reasons div#reason_02.reasons figure {
	margin-left: auto;
	margin-right: 0;
}

div#reasons div.reasons div.bodytext {
	position: relative;
	z-index: 2;
	width: 94.667%;
	margin: -2rem 0 0 0;
	padding: 0.5rem 2rem;
	background: rgba(255, 255, 255, 0.9);
}

div#reasons div#reason_01.reasons div.bodytext,
div#reasons div#reason_03.reasons div.bodytext {
	margin-left: auto;
	margin-right: 0;
	border-radius: 5rem 0 0 0;
}

div#reasons div#reason_02.reasons div.bodytext {
	margin-left: 0;
	margin-right: auto;
	border-radius: 0 5rem 0 0;
}

div#reasons div.reasons div.bodytext p {
	font-size: 1.4rem;
}

div#reasons div.reasons div.bodytext p img {
	width: 63.493%;
	border-radius: 0.5rem;
}

div#reasons div.reasons div.bodytext ul li {
	list-style-type: none;
	padding: 0 0 0 2.75rem;
	font-size: 1.4rem;
	font-weight: 700;
}

div#reasons div.reasons div.bodytext ul li::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem 0.75rem 0 -2.75rem;
	vertical-align: top;
	background-image: url(./img/reason_02_listmark.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#reasons div.reasons div.bodytext ul li strong {
	color: #b2364c;
}





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

div#voice div.voice {
	margin: 3rem 0;
	padding: 2rem;
	border: 0.1rem solid #b2364c;
	border-radius: 0.5rem;
}

div#voice div.voice div.headline {
	margin-right: -2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#voice div.voice div.headline h3 {
	position: relative;
	order: 2;
	width: 50.794%;
	padding: 0 1rem;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ffffff;
	background: #b2364c;
	border-radius: 1rem 0 0 1rem;
}

div#voice div.voice div.headline h3::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: 0;
	width: 100%;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#voice div#voice_01.voice div.headline h3::before {
	background-image: url(./img/voice_01.svg);
}

div#voice div#voice_02.voice div.headline h3::before {
	background-image: url(./img/voice_02.svg);
}

div#voice div#voice_03.voice div.headline h3::before {
	background-image: url(./img/voice_03.svg);
}

div#voice div#voice_04.voice div.headline h3::before {
	background-image: url(./img/voice_04.svg);
}

div#voice div.voice div.headline figure {
	order: 1;
	width: 44.445%;
	margin: 0;
}

div#voice div.voice div.bodytext p {
	margin: 1.5rem 0 0 0;
	font-size: 1.35rem;
}

div#voice div.voice div.bodytext p strong {
	background: #f4c1d0;
}





/* ▼works */
/* ----------------------------------------------------- */
div#works {
	padding: 0;
}

div#works figure {
	margin: 0;
}





/* ▼flow */
/* ----------------------------------------------------- */
div#flow {
	padding: 4rem 0 3rem 0;
	background: #f3d6d1;
}

div#flow div#notification {
	margin: 3rem 0;
	padding: 1.5rem;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#flow div#notification h3 {
	margin: 1.5rem 0;
	font-size: 1.6rem;
	text-align: center;
}

div#flow div#notification h3 span {
	display: inline-block;
	padding: 0 1em;
	color: #ffffff;
	background: #b2364c;
}

div#flow div#notification p {
	margin: 1.5rem 0 0 0;
	font-size: 1.35rem;
	text-align: center;
}

div#flow div#notification p img[src$="cta_btn.svg"] {
	background-image: url(./img/cta_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#flow div#notification h3 + p {
	text-align: left;
}

div#flow div#step {
	margin: 3rem 0 0 0;
	padding: 1rem 0;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#flow div#step hr {
	height: 3.75rem;
	margin: 0;
	padding: 0;
	border: 0 none;
	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%23f3d6d1%22%20width%3D%22670%22%20height%3D%2275%22%20viewBox%3D%220%200%20670%2075%22%3E%3Cpolygon%20points%3D%22670%20.5%20334.9%2060.5%200%20.5%200%2014.7%20333.7%2074.5%20336.1%2074.5%20670%2014.7%20670%20.5%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#flow div#step div.step {
	margin: 0 2rem;
	padding: 1.5rem 0 1rem 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#flow div#step div#step_01.step {
	background-image: url(./img/flow_step_01.svg);
}

div#flow div#step div#step_02.step {
	background-image: url(./img/flow_step_02.svg);
}

div#flow div#step div#step_03.step {
	background-image: url(./img/flow_step_03.svg);
}

div#flow div#step div#step_04.step {
	background-image: url(./img/flow_step_04.svg);
}

div#flow div#step div#step_05.step {
	background-image: url(./img/flow_step_05.svg);
}

div#flow div#step div#step_06.step {
	background-image: url(./img/flow_step_06.svg);
}

div#flow div#step div.step h3 {
	font-size: 2rem;
	text-align: center;
	color: #b2364c;
}

div#flow div#step div.step p {
	font-size: 1.4rem;
}

div#flow div#step div.step p img {
	float: left;
	width: 33.899%;
	margin: 0 1em 0.5em 0;
	border-radius: 0.5rem;
}

div#flow div#step div.step figure {
	overflow: hidden;
	margin: 1.5rem 0 0 0;
	border-radius: 0.5rem;
}

div#flow div#step div#step_02.step figure {
	margin-bottom: 1.5rem;
}





/* ▼warranty */
/* ----------------------------------------------------- */
div#warranty {
	background: #ffffff;
}

div#warranty div.container {
	padding: 5rem 0 3rem 0;
}

div#warranty div.wrap {
	position: relative;
	padding: 3rem 2rem 1.5rem 2rem;
	background: #f7e8e7;
	border-radius: 0.5rem;
}

div#warranty div.wrap::before {
	content: "";
	position: absolute;
	top: -2.5rem;
	left: 50%;
	width: 9rem;
	height: 5.5rem;
	background-image: url(./img/warranty.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#warranty h3 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #b2364c;
	border-radius: 0.5rem;
}

div#warranty h3::after {
	content: "";
	position: absolute;
	bottom: -1.2rem;
	left: 50%;
	width: 1.5rem;
	height: 1.25rem;
	background-color: #b2364c;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

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

div#warranty p.x-large {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

div#warranty p.large {
	font-size: 1.55rem;
	font-weight: 700;
	text-align: center;
}

div#warranty p.small {
	font-size: 1.2rem;
}

div#warranty p strong {
	color: #b2364c;
}

div#warranty figure {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}

div#warranty hr {
	height: 0;
	margin: 3rem 0;
	border: 0 none;
	border-top: 0.1rem solid #ffffff;
}





/* ▼access */
/* ----------------------------------------------------- */
div#access {
	padding: 3rem 0 1.5rem 0;
	background: #f9f2f2;
}

div#access h2 {
	font-size: 2rem;
	text-align: center;
}

div#access h2 span {
	display: inline-block;
	width: 77.612%;
	color: #b2364c;
	border: 0.1rem solid #b2364c;
	border-radius: 0.5rem;
}

div#access h3 {
	margin: 3rem 0 0 0;
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	background: #b2364c;
	border-radius: 0.5rem;
}

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

div#access ul li {
	margin: 0 0 0 1.5rem;
	font-size: 1.4rem;
}

div#access figure img {
	border-radius: 0.5rem;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 3rem 0 0.5rem 0;
	background-color: #ffffff;
	background-image: url(./img/footer.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

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

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

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

footer h2 img {
	width: 44.777%;
	margin-bottom: 1.5rem;
}

footer dl dt {
	margin: 3em 0 0 0;
	font-size: 1.4rem;
	font-weight: 700;
}

footer dl dd {
	font-size: 1.4rem;
}

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



@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 {
	position: relative;
	display: block;
}

div#banner p a img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 10%;
		right: 3rem;
		width: 12.5rem;
	}
	div#banner p {
		width: 12.5rem;
		margin: 0 0 0 auto;
	}
	div#banner p + p {
		margin-top: 1rem;
	}
	div#banner p a {
		width: 12.5rem;
		height: 13rem;
		margin: 0 0 0 auto;
	}
	div#banner p a img[src$="banner_pc.svg"] {
		background-image: url(./img/banner_pc.png);
	}
	div#banner p a img[src$="banner_alt_pc.svg"] {
		background-image: url(./img/banner_alt_pc.png);
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#banner p {
		width: 50%;
	}
	div#banner p a {
		margin-left: -1px;
		margin-right: -1px;
	}
	div#banner p a img[src$="banner_pc.svg"] {
		background-image: url(./img/banner_sp.png);
	}
	div#banner p a img[src$="banner_alt_pc.svg"] {
		background-image: url(./img/banner_alt_sp.png);
	}
}