<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.lp-header {
	border-bottom: none;
}
.lp-heade-inner {
	max-width: 120rem;
}
.lp-heade-logo01 {
	width: 20.4rem;
}
.inner {
	max-width: 96rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.lp-heade-inner {
		max-width: 70rem;
		padding: calc(30vw / 750 * 100) 0;
	}
	.inner {
		max-width: 100%;
		padding: 0 3rem;
	}
}
/* mv */
.mvArea {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	background: #f5f5f5;
}
.mvArea .mv {
	width: 41%;
}
.mvArea .mainTtl {
	width: 59%;
	padding: 8rem 0 7rem;
}
.mvArea .mainTtl .sub {
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}
.mvArea .mainTtl .ttl {
	margin-top: 2rem;
	font-size: 5.6rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 7.4rem;
	letter-spacing: 0.05em;
	color: #eb5405;
	text-align: center;
}
.mvArea .mainTtl .icn {
	margin: 2rem auto 0;
	width: 12rem;
}
.mvArea .mainTtl .labelWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 0 2rem;
	margin-top: 2rem;
}
.mvArea .mainTtl .labelWrap .label {
	width: 24rem;
	color: #eb5405;
	border: 2px solid #eb5405;
	border-radius: 0.5rem;
	font-size: 1.9rem;
	text-align: center;
	font-weight: bold;
	padding: 0.5rem 0;
}
@media (min-width: 1281px) {
	.lp-heade-inner {
		max-width: 100%;
		padding: 22px 4%;
	}
	.mvArea .mainTtl {
		padding: 6% 0 5%;
	}
	.mvArea .mainTtl .sub {
		font-size: 200%;
		letter-spacing: 0.05em;
	}
	.mvArea .mainTtl .ttl {
		margin-top: 1%;
		font-size: 400%;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
	.mvArea .mainTtl .icn {
		margin: 3% auto 0;
		width: 16.07%;
	}
}
@media (max-width: 768px) {
	.mvArea {
		flex-direction: column-reverse;
	}
	.mvArea .mv {
		width: 100%;
	}
	.mvArea .mainTtl {
		width: 100%;
	}
	.mvArea .mainTtl .sub {
		font-size: 3.7rem;
		letter-spacing: 0.05em;
	}
	.mvArea .mainTtl .ttl {
		margin-top: 3.5rem;
		font-size: 7.4rem;
		line-height: 9rem;
		letter-spacing: 0.05em;
	}
	.mvArea .mainTtl .icn {
		margin: 5.5rem auto 0;
		width: 21rem;
	}
	.mvArea .mainTtl .labelWrap {
		gap: 0 2rem;
		margin-top: 2rem;
	}
	.mvArea .mainTtl .labelWrap .label {
		width: 34rem;
		border: 2px solid #eb5405;
		border-radius: 1rem;
		font-size: 2.6rem;
		text-align: center;
		font-weight: bold;
		padding: 1rem 0;
	}
}
/* contents */
.contents {
	background: #f5f5f5;
	padding: 6rem 0 10rem;
}
.lead {
	max-width: 96rem;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 600;
	line-height: 4rem;
	text-align: center;
}
@media (max-width: 768px) {
	.contents {
		padding: 6.5rem 0 10rem;
	}
	.lead {
		max-width: 100%;
		padding: 0 3rem;
		font-size: 3rem;
		line-height: 6.05rem;
		text-align: left;
	}
}
/* download */
.download {
	margin-top: 7.5rem;
	background: #fff;
	border-radius: 2rem;
	padding: 4.5rem 5rem 5rem;
}
.download .downloadTtl {
	font-size: 2.4rem;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #eb5505;
}
.download .downloadTtl span {
	font-size: 1.8rem;
	color: #fff;
	background: #eb5505;
	border-radius: 1.6rem;
	padding: 0.5rem 1.5rem;
	margin-right: 0.5rem;
}
.download .downloadContents {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: 0 8.5rem;
}
.download .downloadContents .downloadBox {
	width: 26rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.download .downloadContents .downloadBox.google {
	width: 29.5rem;
}
.download .downloadContents .downloadBox .downloadBtn {
	width: 15.1rem;
	margin-bottom: 0.5rem;
}
.download .downloadContents .downloadBox .downloadBtn.google {
	width: 18.6rem;
}
.download .downloadContents .downloadBox .qr {
	width: 8.2rem;
}
.download .downloadTxt {
	margin-top: 3rem;
	font-size: 1.4rem;
	line-height: 2.45rem;
	text-align: center;
}
.download .guideBtn {
	margin: 3rem auto 0;
	width: 34rem;
}
.download .guideBtn a {
	display: block;
	border: 0.2rem solid #bbbbbb;
	border-radius: 0.5rem;
	padding: 0.7rem 2rem;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.download .guideBtn a::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	background: url(/company/lp/app/sfoapp/img/icn02.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.7rem);
	right: 2rem;
}
@media (max-width: 768px) {
	.download {
		margin-top: 8.5rem;
		padding: 6rem 3rem;
	}
	.point + .download {
		margin-top: 14.5rem;
	}
	.download .downloadTtl {
		font-size: 3.2rem;
		font-weight: 600;
		text-align: center;
		color: #eb5505;
	}
	.download .downloadTtl span {
		font-size: 3.6rem;
		border-radius: 3.2rem;
		padding: 1rem 3rem;
		margin-right: 1rem;
	}
	.download .downloadContents {
		margin-top: 5rem;
		flex-direction: column;
		gap: 4rem 0;
	}
	.download .downloadContents .downloadBox {
		width: 52rem;
		margin: 0 auto;
	}
	.download .downloadContents .downloadBox.google {
		width: 52rem;
	}
	.download .downloadContents .downloadBox .downloadBtn {
		width: 30rem;
		margin-bottom: 1rem;
	}
	.download .downloadContents .downloadBox .downloadBtn.google {
		width: 30rem;
	}
	.download .downloadContents .downloadBox .qr {
		width: 13.8rem;
	}
	.download .downloadTxt {
		margin-top: 7rem;
		font-size: 2.4rem;
		line-height: 4.2rem;
	}
	.download .guideBtn {
		margin: 5rem auto 0;
		width: 57rem;
	}
	.download .guideBtn a {
		border: 0.4rem solid #bbbbbb;
		border-radius: 1rem;
		padding: 1.5rem 6rem;
	}
	.download .guideBtn a::after {
		width: 2.8rem;
		height: 2.8rem;
		top: calc(50% - 1.4rem);
		right: 2.5rem;
	}
}
/* point */
.point {
	margin: 21rem auto 0;
	max-width: 96rem;
}
.point .pointTtl {
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.point .pointTtl::before {
	content: "";
	width: 0.2rem;
	height: 10rem;
	background: #eb5405;
	position: absolute;
	top: -12rem;
	left: calc(50% - 0.1rem);
}
.point .pointBox {
	margin-top: 6.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.point .pointBox + .pointBox {
	margin-top: 1rem;
}
.point .pointBox.reverse {
	flex-direction: row-reverse;
}
.point .pointBox .pointTxtBox {
	width: 46rem;
	background: #fff;
	padding: 5rem 5.5rem 5.5rem 5rem;
	border-radius: 2rem 0 0 2rem;
}
.point .pointBox.reverse .pointTxtBox {
	border-radius: 0 2rem 2rem 0;
}
.point .pointBox .pointTxtBox .num {
	font-size: 2.8rem;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	color: #eb5405;
}
.point .pointBox .pointTxtBox .num span {
	font-size: 3.5rem;
}
.point .pointBox .pointTxtBox .ttl {
	margin-top: 1rem;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
.point .pointBox .pointTxtBox .txt {
	margin-top: 2rem;
	line-height: 2.7rem;
}
.point .pointBox .pointPic {
	width: 50rem;
}
@media (max-width: 768px) {
	.point {
		margin: 21.5rem auto 0;
		max-width: 100%;
	}
	.point .pointTtl {
		font-size: 4.6rem;
	}
	.point .pointTtl::before {
		width: 0.4rem;
		height: 12rem;
		top: -15rem;
		left: calc(50% - 0.2rem);
	}
	.point .pointBox {
		margin-top: 7rem;
		flex-direction: column;
	}
	.point .pointBox + .pointBox {
		margin-top: 15rem;
	}
	.point .pointBox.reverse {
		flex-direction: column;
	}
	.point .pointBox .pointTxtBox {
		width: 100%;
		padding: 6rem 5rem;
		border-radius: 2.4rem;
	}
	.point .pointBox.reverse .pointTxtBox {
		border-radius: 2.4rem;
	}
	.point .pointBox .pointTxtBox .num {
		font-size: 4.2rem;
	}
	.point .pointBox .pointTxtBox .num span {
		font-size: 5.5rem;
	}
	.point .pointBox .pointTxtBox .ttl {
		margin-top: 1rem;
		font-size: 4.2rem;
	}
	.point .pointBox .pointTxtBox .txt {
		margin-top: 3rem;
		font-size: 3rem;
		line-height: 4.9rem;
	}
	.point .pointBox .pointPic {
		/* width: 51.5rem; */
		width: 100%;
		margin: 4.5rem auto 0;
	}
}
/* contents03 */
.contents03 .download {
	margin-top: 5.5rem;
}
.contents03 .opening {
	margin: 10rem auto 0;
	width: 96rem;
	background: #f5f5f5;
	padding: 9rem 6rem;
}
.contents03 .opening .openingTtl {
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}
.contents03 .opening .openingTtl span {
	display: inline-block;
	padding: 0 8rem 1.3rem;
	border-bottom: 0.1rem solid #adadad;
}
.contents03 .opening .openingTtlSub {
	text-align: center;
	font-size: 2rem;
	margin-top: 3.5rem;
}
.contents03 .opening .openingContents {
	display: flex;
	justify-content: space-between;
}
.contents03 .opening .openingContents.openingContentsPrimary {
	justify-content: center;
}
.contents03 .opening .openingContents .openingBox {
	width: 39.2rem;
}
.contents03 .opening .openingContents .openingBox .txt {
	font-size: 2rem;
	line-height: 3.2rem;
	text-align: center;
}
.contents03 .opening .openingContents .openingBox .txt span {
	display: inline-block;
	position: relative;
}
.contents03 .opening .openingContents .openingBox .txt span::before {
	content: "";
	width: 0.1rem;
	height: 2.5rem;
	background: #dadada;
	transform: rotate(-30deg);
	position: absolute;
	bottom: 0;
	left: -2rem;
}
.contents03 .opening .openingContents .openingBox .txt span::after {
	content: "";
	width: 0.1rem;
	height: 2.5rem;
	background: #dadada;
	transform: rotate(30deg);
	position: absolute;
	bottom: 0;
	right: -1.5rem;
}
.contents03 .opening .openingContents .openingBox .openingBtn a {
	display: block;
	margin-top: 1rem;
	padding: 1.5rem 1.2rem;
	font-size: 2.1rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.contents03 .opening .openingContents .openingBox .openingBtn a span {
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.contents03 .opening .openingContents .openingBox .openingBtn.btn01 a {
	background: #e32000;
	border: 0.5rem solid #ff261c;
	border-radius: 1rem;
}
.contents03 .opening .openingContents .openingBox .openingBtn.btn02 a {
	background: #fc5900;
	border: 0.5rem solid #ff8100;
	border-radius: 1rem;
}
@media (max-width: 768px) {
	.contents03 .download {
		margin-top: 4rem;
	}
	.contents03 .opening {
		margin: 10rem auto 0;
		width: 100%;
		padding: 8rem 3rem 9rem;
	}
	.contents03 .opening .openingTtl {
		font-size: 3.4rem;
	}
	.contents03 .opening .openingTtl span {
		padding: 0 0.5rem 1.5rem;
		border-bottom: 0.3rem solid #adadad;
	}
	.contents03 .opening .openingTtlSub {
		text-align: center;
		font-size: 2.5rem;
		margin-top: 7rem;
	}
	.contents03 .opening .openingContents {
		flex-direction: column;
		gap: 3.5rem 0;
	}
	.contents03 .opening .openingContents .openingBox {
		width: 100%;
	}
	.contents03 .opening .openingContents .openingBox .txt {
		font-size: 2.5rem;
		line-height: 4.4rem;
		position: relative;
	}
	.contents03 .opening .openingContents .openingBox .txt::before {
		content: "";
		width: 0.2rem;
		height: 3.2rem;
		background: #555555;
		transform: rotate(-30deg);
		position: absolute;
		bottom: 0.5rem;
		left: 4rem;
	}
	.contents03 .opening .openingContents .openingBox .txt::after {
		content: "";
		width: 0.2rem;
		height: 3.2rem;
		background: #555555;
		transform: rotate(30deg);
		position: absolute;
		bottom: 0.5rem;
		right: 4rem;
	}
	.contents03 .opening .openingContents .openingBox .txt span::before {
		content: none;
	}
	.contents03 .opening .openingContents .openingBox .txt span::after {
		content: none;
	}
	.contents03 .opening .openingContents .openingBox .openingBtn a {
		margin-top: 1rem;
		padding: 3.5rem 1rem 1rem;
		font-size: 3.8rem;
		font-weight: 600;
	}
	.contents03 .opening .openingContents .openingBox .openingBtn a span {
		font-size: 2.4rem;
		font-weight: normal;
		line-height: 4.2rem;
	}
	.contents03 .opening .openingContents .openingBox .openingBtn.btn01 a {
		background: #e32000;
		border: 1rem solid #ff261c;
		border-radius: 7.3rem;
	}
	.contents03 .opening .openingContents .openingBox .openingBtn.btn02 a {
		background: #fa5900;
		border: 1rem solid #ff8100;
		border-radius: 7.3rem;
	}
}
/* attention */
.attention {
	padding: 10rem 0 8rem;
}
.attention-wrap {
	max-width: 960px;
	margin: auto;
}
.attention-ttl {
	font-weight: 600;
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 5rem;
}
.attention-list {
	line-height: calc(25 / 14);
	list-style: none;
	margin: auto;
	padding: 0;
}
.attention-list li {
	margin-bottom: 1.5rem;
}
.attention-link {
	margin: 4rem auto 0;
	line-height: calc(25 / 16);
}
.attention-link a {
	color: #1d2088;
}
.attention-tel {
	margin: 5.5rem auto 0;
}
.attention-company {
	margin: 5.5rem auto 0;
}
.attention-company-ttl {
	width: 450px;
	font-weight: 600;
	border-bottom: 2px solid #101841;
}
.attention-company-text {
	margin: 1rem auto 0;
	line-height: calc(19 / 13);
}
@media (max-width: 768px) {
	.attention-ttl,
	.attention-list,
	.attention-link,
	.attention-company {
		padding: 0 3rem;
	}
	.attention-wrap {
		width: 100%;
	}
	.attention-company-ttl {
		width: 100%;
	}
	.attention-ttl {
		font-size: 5.2rem;
	}
	.attention-list li {
		margin-bottom: 3rem;
	}
}
/* footer */
/* @media (max-width: 768px) {
	.p-lpcmn-footer .p-lpcmn-footer-logo02 {
		width: 31.4rem;
		height: auto;
	}
	.p-lpcmn-footer-copyright {
		margin: 2rem 0 0;
		padding: 2rem 0;
		font-size: 2rem;
		border-top: solid 0.3rem #DF0000;
	}
} */
.app-footer {
	margin-top: 5rem;
	padding: 4rem 0 2.5rem;
	background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
	.app-footer {
		margin-top: 0;
		padding-top: 8rem;
	}
}
.app-inner {
	max-width: 104rem;
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
	overflow: hidden;
}
.app-footer-column {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.app-footer-column {
		display: block;
	}
}
.app-footer-menu li {
	margin-bottom: 0.5rem;
}
.app-footer-menu li a {
	color: #0033cc;
	font-size: 1.5rem;
	transition: opacity 0.3s;
}
.app-footer-menu li a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.app-footer-info {
		margin-top: 5rem;
	}
	.app-footer-menu li a {
		font-size: 3rem;
	}
}
.app-footer-info-company {
	margin: 0 0 0.2rem;
	color: #D81618;
	font-size: 1.8rem;
	font-weight: bold;
}
.app-footer-info-detail {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.85714;
}
.app-footer-contact {
	margin: 5rem 0 0.5rem;
}
.app-footer-contact .contact {
	margin-right: 1rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #D81618;
}
.app-footer-contact .freecall {
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #D81618;
}
.app-footer-contact .freecall img {
	width: 2.5rem;
	margin: 0 0.8rem;
}
.app-footer-contact .freecall .number {
	font-size: 1.9rem;
	color: #D81618;
}
.app-footer-note {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.app-footer-text {
	margin: 1rem auto;
	font-size: 1rem;
	font-weight: bold;
}
.app-footer_copyright {
	font-size: 1.3rem;
	color: #333;
	text-align: center;
	margin-top: 6rem;
	border-top: solid 1px #D81618;
	padding-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.app-footer-info-company {
		font-size: 3.2rem;
	}
	.app-footer-info-detail {
		font-size: 2.7rem;
	}
	.app-footer-contact .contact {
		font-size: 2.8rem;
	}
	.app-footer-contact .freecall {
		font-size: 2.4rem;
	}
	.app-footer-contact .freecall .number {
		font-size: 3.8rem;
		color: #D81618;
	}
	.app-footer-contact .freecall img {
		width: 5rem;
	}
	.app-footer-note {
		font-size: 2.4rem;
	}
	.app-footer-text {
		font-size: 2rem;
	}
	.app-inner {
		font-size: 2.1rem;
		font-weight: bold;
	}
	.app-footer_copyright {
		margin-top: 10rem;
	}
}</pre></body></html>