@charset "utf-8";

.pc {
	display: none !important;
}


#wrap {
	padding-top: 54px;
}
main {
	min-height: 100vh;
}

#about,
#flow,
#faq,
#contact
{
	scroll-margin-top: 20px;	
}



#menu-button {
	position: fixed;
	width: 54px;
	height: 54px;
	right: 0;
	top: 0;
	z-index: 1100;
}
#menu-button button {
	display: block;
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: none;
	background: #44B156;
	cursor: pointer;
}
#menu-button button i {
	position: absolute;
	display: block;
	width: 24px;
	height: 1px;
	left: calc(50% - 12px);
	top: 50%;
	background: #fff;
	transition: all 300ms ease-out;
}
#menu-button button i:nth-child(1) {
	margin-top: -5px;
}
#menu-button button i:nth-child(3) {
	margin-top: 5px;
}

body.opened-menu #menu-button button i:nth-child(1) {
	transform: translateY(5px) rotate(45deg);
}
body.opened-menu #menu-button button i:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}
body.opened-menu #menu-button button i:nth-child(2) {
	transform: scaleX(0);
}




#wrap > header {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 54px;
	left: 0;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
#wrap > header .inner {
}

#wrap > header .logo {
	position: fixed;
	width: 205px;
	height: 34px;
	left: 10px;
	top: 10px;
	z-index: 1050;
}
#wrap > header .logo img {
	width: 100%;
	height: auto;
}

#wrap > header #menu {
	box-sizing: border-box;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100lvh;
	left: 0;
	top: 0;
	padding: 54px 0 24px;
	background: #44B156;
}
#wrap > header #menu .extra {
	padding: 0 24px;
	overflow: auto;
}
#wrap > header #menu ul {
}

#wrap > header .login {
	margin-top: 32px;
}
#wrap > header .login a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #44B156;
	background: #fff;
	border-radius: 8px;
}
#wrap > header .login a::before {
	position: relative;
	content: "";
	width: 18px;
	height: 22px;
	margin-right: 16px;
	background: url(../img/icon_login_green.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}


#wrap > header #menu ul {
	border-top: 1px solid #fff;
}
#wrap > header #menu li {
	border-bottom: 1px solid #fff;
}
#wrap > header li a {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#wrap > header li + li {
}


#wrap > header #menu {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-out;
}
body.opened-menu #wrap > header #menu {
	opacity: 1;
	visibility: visible;
}


#wrap > header .logo {
	transition: all 300ms ease-out;
}
body.opened-menu #wrap > header .logo {
	filter: brightness(0) invert(1);
}

@media screen and (max-height:640px) {
	#wrap > header li a {
		padding: 22px;
		font-size: 15px;
	}
	#wrap > header .login {
		margin-top: 25px;
	}
}
@media screen and (max-height:520px) {
	#wrap > header #menu {
	}
	#wrap > header li a {
		padding: 18px;
		font-size: 14px;
	}
	#wrap > header .login {
		margin-top: 20px;
	}
}








#floting-menu {
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 54px;
	left: 0;
	bottom: 0;
	z-index: 900;
	padding: 4px;
	border-radius: 8px 8px 0 0;
	background: #027FD9;
}
#floting-menu dl {
	display: flex;
	align-items: center;
	height: 46px;
}
#floting-menu dt {
	box-sizing: border-box;
	width: 90px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#floting-menu dd {
	width: calc(100% - 90px);
}
#floting-menu dd ul {
	display: flex;
	justify-content: space-between;
}
#floting-menu dd li {
	width: calc((100% - 8px) / 3);
}
#floting-menu dd li a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 7px;
	transition: all 300ms ease-out;
	cursor: pointer;
}
#floting-menu dd li a strong {
	margin-left: 6px;
}
#floting-menu dd li.tel a {
	color: #fff;
	background: #FF8027;
}
#floting-menu dd li.web a {
	background: #fff;
}
#floting-menu dd li.plan a {
	background: #fff;
}

#floting-menu dd li.tel a img {
	width: 21px;
	height: auto;
}
#floting-menu dd li.web a img {
	width: 19px;
	height: auto;
}
#floting-menu dd li.plan a img {
	width: 20px;
	height: auto;
}









#wrap > footer {
	position: relative;
	padding: 40px 20px 80px;
	color: #fff;
	background: #44B156;
}
#wrap > footer .inner {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
#wrap > footer a {
	color: #fff;
}
#wrap > footer a:active {
	text-decoration: underline;
}
#wrap > footer ul {
}

#wrap > footer .menu li + li {
	margin-top: 34px;
}
#wrap > footer .menu a {
	font-size: 16px;
	font-weight: 700;
}

#wrap > footer .submenu {
	margin: 40px 0 0;
}
#wrap > footer .submenu li + li {
	margin-top: 12px;
}
#wrap > footer .submenu a {
	font-size: 14px;
}

#wrap > footer .logo {
	margin: 50px 0 0;
	text-align: center;
}
#wrap > footer .logo a {
	display: block;
	width: 217px;
	margin: 0 auto;
}
#wrap > footer .logo img {
	width: 100%;
	height: auto;
}
#wrap > footer .copyright {
	margin: 24px 0 0;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}



#scroll-top {
	position: fixed;;
	width: 42px;
	height: 42px;
	right: 12px;
	bottom: 64px;
	z-index: 999;
	transform: translateY(107px);
	transition: all 300ms ease-out;
}
#scroll-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background: #fff;
}
#scroll-top a img {
	width: 12px;
	height: auto;
}
body.scrolled #scroll-top {
	transform: translateY(0px);
}










#banner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #E3FBE7;
}
#banner a {
	display: block;
}
#banner img {
	width: 100%;
	height: auto;
}


#kv {
}
#kv .extra {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 106.5vw;
	margin: 0 auto;
	padding: 15px 24px 0;
	background: #f6fcff url(../img/kv_sp.jpg?2) 50% 100% no-repeat;
	background-size: 100% auto;
}
#kv .inner img {
	width: 100%;
	height: auto;
}

#kv .sign {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 49px;
	right: 24px;
	top: 62vw;
	background: rgba(255,255,255,0.7);
}
#kv .sign img {
	width: 58px;
}

#kv h1 {
	width: 98%;
}
#kv .promo {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5.8vw;
	padding: 0 26px 0 calc(26px - 4vw);
}

#kv .note {
	padding: 8px;
	font-size: 9px;
	line-height: 1.6;
}


#top-contact {
	color: #fff;
	background: #3FB252;
}
#top-contact .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 8px 10px;
}
#top-contact .button {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	padding: 0 0 1px 20px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #FF8027 url(../img/icon_check_white.svg) left 10px top 50% no-repeat;
	background-size: 20px auto;
	border-radius: 30px;
}
#top-contact .tel {
	margin-left: 15px;
}
#top-contact dl {
}
#top-contact dt a {
	display: inline-block;
	padding: 0 0 4px 32px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	background: url(../img/icon_phone_large.svg) 0 30% no-repeat;
	background-size: 26px auto;
}
#top-contact dd {
	font-size: 10px;
	font-weight: 700;
	padding: 0 0 0 32px;
}



.column .inner {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 26px 40px;
}

.column h2 {
	margin: 0 -10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.column h2 span {
	position: relative;
	display: inline-block;
}
.column h2 span::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #000;
}
.column h2 span.keycolor,
.column h2 span em {
	color: #3FB252;
}
.column h2 span.keycolor::after {
}


.column h3 {
	text-align: center;
}
.column h3.deco {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.column h3.deco span {
	position: relative;
	display: inline-block;
}
.column h3.deco span::before,
.column h3.deco span::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	bottom: -3px;
	background: #000;
}
.column h3.deco span::before {
	left: -15px;
	transform: rotate(-30deg);
}
.column h3.deco span::after {
	right: -15px;
	transform: rotate(30deg);
}


.column.accent {
	background: #E3FBE7;
}



a.button-large {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #3FB252;
	border-radius: 8px;
	transition: all 300ms ease-out;
}
a.button-large::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 16px;
	top: calc(50% - 7px);
	background: url(../img/arrow.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
a.button-large:active {
	opacity: 0.7;
}



a.button-blue {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #027FD9;
	border-radius: 8px;
	transition: all 300ms ease-out;
}
a.button-blue:active {
	opacity: 0.7;
}







#about h2 + h3 {
	margin-top: 40px;
}
#about .lead {
	margin: 24px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
#about .figure {
	display: flex;
	justify-content: space-between;
	margin: 20px -8px 0;
	background: url(../img/tri.svg) 50.5% calc((100vw - 56px - 30px) / 4 - 10px) no-repeat;
	background-size: 20px auto;
}
#about .figure .pict {
	width: calc(50% - 20px);
	text-align: center;
}
#about .figure .pict span {
	display: block;
	aspect-ratio: 1 / 1;
}
#about .figure .pict span img {
	width: 100%;
	height: auto;
}
#about .figure .pict:nth-child(1) span img {
	border-radius: 10px;
	overflow: hidden;
}
#about .figure .pict .text {
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
#about .figure .pict:nth-child(2) .text {
	color: #FF8027;
}
#about .figure .pict .note {
	margin: 12px 0 0;
	font-size: 11px;
}

#about .figure + h3 {
	margin-top: 40px;
}

#about .zero {
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 15px 24px 15px 15px;
	border: 3px solid #3FB252;
}
#about .zero img {
	width: 100%;
	height: auto;
}
#about .zero .note {
	margin: 15px 0 0;
	font-size: 9px;
	line-height: 1.8;
}
#about .zero + .note {
	margin: 24px auto 0;
	font-size: 10px;
	line-height: 1.8;
}







#value {
}
#value .figure {
	margin: 32px auto 0;
}
#value .feature {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	padding: 12px 12px 12px 16px;
	background: #fff;
	border-radius: 8px;
}
#value .feature::after {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	left: -10px;
	top: -10px;
	background: url(../img/checkbox.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#value .feature + .feature {
	margin-top: 18px;
}

#value .feature dl {
	box-sizing: border-box;
	width: 50%;
	padding-right: 10px;
}
#value .feature dt {
	font-size: 16px;
	font-weight: 700;
	color: #FF8027;
}
#value .feature dd {
	margin: 12px 0 0;
	font-size: 12px;
}
#value .feature strong {
	position: absolute;
	display: block;
	right: 12px;
	top: 12px;
	font-size: 10px;
	font-weight: 500;
	text-align: right;
}
#value .feature span {
	display: block;
	width: 50%;
}
#value .feature span img {
	width: 100%;
	height: auto;
}




#price {
}
#price .box {
	box-sizing: border-box;
	max-width: 328px;
	margin: 40px auto 0;
	padding: 16px;
	border: 3px solid #3FB252;
}
#price .box .note {
	margin: 16px 0 0;
	font-size: 10px;
	line-height: 1.8;
}
#price .box dl {
	position: relative;
	font-weight: 700;
	padding-right: 75px;
}
#price .box dt {
	font-size: 20px;
	color: #3FB252;
}
#price .box dt span {
	position: relative;
	font-size: 30px;
}
#price .box dt span i {
	position: absolute;
	left: 0;
	top: -24px;
	font-weight: 400;
}
#price .box dd {
	font-size: 26px;
}
#price .box dd div {
	position: absolute;
	right: 0;
	top: -5px;
	line-height: 90px;
}
#price .box dd span {
	position: relative;
	font-size: 90px;
}
#price .box dd i {
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	right: 8px;
	top: 3px;
}
#price .box dd span,
#price .box dd b,
#price .box dd i {
	color: #3FB252;
}


#price h3 {
	margin: 24px 0 0;
	white-space: nowrap;
}
#price h3 em {
	font-size: 12px;
}
#price h3 strong {
	margin-left: 5px;
	font-size: 20px;
	color: #FF8027;
}
#price h3 b {
	position: relative;
	margin-right: -6px;
	font-size: 11px;
	font-weight: 900;
	color: #FF8027;
	vertical-align: super;
}
#price .button {
	margin: 20px auto 0;
}
#price .inner > .note {
	margin: 20px 0 0;
	line-height: 1.8;
	font-size: 11px;
}





#howmatch {
}
#howmatch .tab {
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}
#howmatch .tab a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 12px) / 3);
	height: 42px;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #3FB252;
	border-radius: 8px;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#howmatch .tab a:active {
	opacity: 0.7;
}

#howmatch .tab a.active {
	color: #fff;
	background: #3FB252;
}
#howmatch .figure {
	position: relative;
	margin: 24px -8px 0;
	overflow: hidden;
}
#howmatch .type {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#howmatch h3 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#howmatch dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto 0;
}
#howmatch dt {
	width: calc(100% - 186px - 10px);
	aspect-ratio: 1 / 1;
}
#howmatch dt img {
	width: 100%;
	height: auto;
}
#howmatch dd {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 186px;
	padding: 0 0 10px 24px;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	background: url(../img/balloon_right.svg) 0 100% no-repeat;
	background-size: 100% auto;
}
#howmatch dd em {
	margin-right: 5px;
	color: #FF8027;
}
#howmatch dd strong  {
	position: relative;
	top: 2px;
	margin: 0 2px;
	font-size: 32px;
	font-weight: 600;
}
#howmatch dd span  {
	display: block;
	margin: 4px 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
}
#howmatch .text {
	margin: 20px auto 0;
	font-size: 12px;
	line-height: 1.8;
}

#howmatch .type {
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease-out;
}
#howmatch .type.active {
	opacity: 1;
	visibility: visible;
	transition-delay: 300ms;
}








#troubleless {
}
#troubleless .figure {
	margin: 34px -8px 0;
}
#troubleless .figure img {
	width: 100%;
	height: auto;
}
#troubleless .text {
	margin: 16px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}
#troubleless .text strong {
	color: #FF8027;
}





#cancelable {
}
#cancelable .text {
	margin: 40px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
#cancelable .text strong {
	font-weight: 700;
	color: #FF8027;
}
#cancelable .figure {
	display: flex;
	justify-content: space-between;
	margin: 34px auto 0;
}
#cancelable .point {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	aspect-ratio: 1 / 1;
	padding-bottom: 5px;
	background: #fff;
	border-radius: 10px;
}
#cancelable .point::after {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	left: -10px;
	top: -10px;
	background: url(../img/checkbox.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#cancelable .point span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
}
#cancelable .point strong {
	position: relative;
	display: block;
	font-weight: 600;
	color: #FF8027;
}
#cancelable .point:nth-child(1) {
}
#cancelable .point:nth-child(1) strong {
	box-sizing: border-box;
	height: 70px;
	line-height: 70px;
	padding-top: 8px;
	font-size: 46px;
}
#cancelable .point:nth-child(2) strong {
	height: 70px;
	line-height: 70px;
	top: 5px;
	font-size: 70px;
}
#cancelable .point .yen {
	font-size: 14px;
	margin-left: 2px;
}
#cancelable .point b {
	position: relative;
	font-weight: 600;
}
#cancelable .point i {
	position: absolute;
	left: 0;
	top: -32px;
	font-weight: 100;
}
#cancelable .note {
	margin: 20px 0 0;
	font-size: 10px;
	line-height: 1.8;
}







#flow {
}
#flow .text {
	margin: 40px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	
	display: none;
}
#flow .text strong {
	color: #FF8027;
}
#flow .figure {
	margin: 36px auto 0;
}
#flow .step {
	box-sizing: border-box;
	position: relative;
	padding: 14px 16px;
	border: 3px solid #3FB252;
}
#flow .step + .step {
	margin-top: 40px;
}
#flow .step + .step::before {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: -42px;
	background: url(../img/tri.svg) 50% 50% no-repeat;
	background-size: 18px auto;
	transform: rotate(90deg);
}
#flow .step dl {
	display: grid;
	grid-template-columns: auto 58px;
}
#flow .step dt {
	box-sizing: border-box;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	padding-left: 28px;
	font-size: 14px;
	font-weight: 700;
	color: #FF8027;
}
#flow .step dt em {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 12px;
	padding: 0 0 2px 1px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #3FB252;
	border-radius: 12px;
}
#flow .step dt + dd {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
#flow .step dd + dd {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	padding: 14px 20px 0 0;
	font-size: 12px;
	line-height: 1.8;
}
#flow .step dt + dd img {
	width: 100%;
	height: auto;
}


#flow .contact {
	margin: 24px -8px 0;	
}
#flow .contact > dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#flow .contact > dl dt {
	box-sizing: border-box;
	width: 186px;
	padding: 0 15px 10px;
	font-size: 11px;
	font-weight: 500;
	line-height: 18px;
	background: url(../img/balloon_left.svg) 0 100% no-repeat;
	background-size: 100% auto;
}
#flow .contact > dl dt strong {
	position: relative;
	padding-left: 2px;
	font-size: 18px;
	font-weight: 700;
	color: #FF8027;
}
#flow .contact > dl dt i {
	font-size: 11px;
	font-weight: 400;
}
#flow .contact > dl dt b {
	position: absolute;
	right: 1px;
	top: -4px;
	font-size: 9px;
	font-weight: 900;
}
#flow .contact > dl dd {
	width: calc(100% - 186px - 10px);
}
#flow .contact > dl dd img {
	width: 100%;
	height: auto;
}
#flow .tel {
	margin: 24px 0 0;
	text-align: center;
}
#flow .tel dt {
	position: relative;
	display: block;
}
#flow .tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #FF8027;
	border-radius: 8px;
}
#flow .tel a::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	left: 16px;
	top: calc(50% - 12px);
	background: url(../img/icon_phone.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#flow .tel a::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 18px;
	top: calc(50% - 7px);
	background: url(../img/arrow.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#flow .tel dd {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
}

#flow .note {
	margin: 20px 0 0;
	font-size: 10px;
	line-height: 1.8;
}



#case .lead {
	margin: 30px 0 0;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#case .lead strong {
	font-weight: 700;
	color: #FF8027;
}

/*
#case h2 {
	font-size: 19px;
}
*/
#case .figure1 {
	position: relative;
	margin: 20px auto 0;
}
#case .figure2,
#case .figure3 {
	box-sizing: border-box;
	position: relative;
	margin: 16px auto 0;
	padding: 16px 20px;
	background: #fff;
	border-radius: 8px;
}

#case .number {
	position: absolute;
	width: 34px;
	height: 33px;
	left: -14px;
	top: -50px;
}
#case .number img {
	width: 100%;
	height: auto;
}

#case h3 {
	margin-top: 32px;
}

#case .text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
#case .text strong {
	font-weight: 700;
	color: #FF8027;
}


#case .figure1 {
}
#case .figure1 .pict {
	box-sizing: border-box;
	padding: 24px 2px;
	background: #fff;
	border-radius: 8px;
}
#case .figure1 .pict + .pict {
	margin-top: 24px;
}

#case .figure1 dt {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	color: #FF8027;
}
#case .figure1 dd {
	margin-top: -10px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
#case .figure1 dd strong {
	position: relative;
	top: 3px;
	margin: 0 8px;
	font-size: 45px;
	color: #3FB252;
}
#case .figure1 dd .note {
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}

#case .figure1 dd.image {
	text-align: center;
}
#case .figure1 dd.image img {
	width: 90%;
	height: auto;
}
#case .figure1 .pict:nth-child(2) dt + dd {
	margin: 20px 35px 0;
	aspect-ratio: 348 / 150;
}
#case .figure1 .pict:nth-child(3) dt + dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	vertical-align: baseline;
	margin: 15px 0 0;
}
#case .figure1 .pict:nth-child(3) dt + dd {
	margin: 0px 20px 0;
	aspect-ratio: 348 / 150;
}
#case .figure1 .pict:nth-child(3) dd em {
	font-size: 30px;
}
#case .figure1 .pict:nth-child(3) dt + dd .note {
	width: 100%;
	margin: 10px 0 0;
}
#case .figure1 .pict:nth-child(3) dt + dd b {
	display: block;
}




#case .figure2 .box {
	margin: 18px auto 0;
}
#case .figure2 .box span {
	display: block;
}
#case .figure2 .box span img {
	width: 100%;
	height: auto;
}

#case .figure3 .box {
	display: flex;
	margin: 18px auto 0;
}
#case .figure3 .box span {
	display: block;
	width: calc(100% / 3);
}
#case .figure3 .box span img {
	width: 100%;
	height: auto;
}
#case .figure3 .button {
	margin: 25px auto 0;
}





#news .entry-list {
	margin: 40px auto 0;
	border-top: 1px solid #ccc;
	
	overflow: auto;
}
#news .entry {
	border-bottom: 1px solid #ccc;
}
#news .entry a {
	box-sizing: border-box;
	display: block;
	padding: 16px 45px 16px 16px;
	background: url(../img/arrow_green.svg) right 16px top 50% no-repeat;
	background-size: 8px auto;
	cursor: pointer;
}
#news .entry .date {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #999;
}
#news .entry .summary {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.8;
	color: #000;
}
#news .entry a:active .summary {
	text-decoration: underline;
}





#company .company-detail {
	margin: 40px auto 0;
	border-top: 1px solid #ccc;
}
#company .company-detail dl {
	box-sizing: border-box;
	padding: 16px;
	border-bottom: 1px solid #ccc;
}
#company .company-detail dt {
	position: relative;
	font-size: 14px;
	font-weight: 700;
}
#company .company-detail dd {
	margin: 8px 0 0;
	font-size: 12px;
	line-height: 1.8;
}





#faq .faq-list {
	margin: 40px auto 0;
}
#faq .faq {
	box-sizing: border-box;
	padding: 20px 16px 0;
	background: #E3FBE7;
	border-radius: 8px;
}
#faq .faq + .faq {
	margin-top: 16px;
}
#faq .question {
}
#faq .question a {
	position: relative;
	display: block;
	padding: 0 20px 20px 34px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	cursor: pointer;
}
#faq .question a::before {
	position: absolute;
	content: "Q.";
	left: 5px;
	top: -8px;
	font-size: 18px;
	font-weight: 700;
}
#faq .question a::after {
	position: absolute;
	content: "";
	width: 13px;
	height: 8px;
	right: 0;
	top: calc(50% - 4px - 10px);
	background: url(../img/arrow_down.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#faq .answer .extra {
	position: relative;
	padding: 20px 0 20px 34px;
	border-top: 1px solid #ccc;
}
#faq .answer .extra::before {
	position: absolute;
	content: "A.";
	left: 4px;
	top: 14px;
	font-size: 18px;
	font-weight: 700;
}
#faq .answer .extra p {
	font-size: 12px;
	line-height: 1.7;
}

#faq .answer {
	height: 0;
	overflow: hidden;
	transition: all 400ms ease-out;
}
#faq .question a::after {
	transition: all 400ms ease-out;
}
#faq .opened .question a::after {
	transform: rotate(180deg);
}
#faq .question a:hover {
	text-decoration: underline;
}
#faq .answer p + p {
	margin-top: 15px;
}

#faq .answer a {
	text-decoration: underline;
}
#faq .answer a:active {
	text-decoration: none;
}




#contact h2 {
	position: relative;
}
#contact h2::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 92px;
	height: 40px;
	top: 3px;
	margin: 0 10px 0 0;
	vertical-align: bottom;
	background: url(../img/balloon_5min.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#contact .tel {
	margin: 40px 0 0;
	text-align: center;
}
#contact .tel dt {
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	color: #3FB252;
}

#contact .tel dt {
	position: relative;
	display: block;
}
#contact .tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #FF8027;
	border-radius: 8px;
}
#contact .tel a::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	left: 16px;
	top: calc(50% - 12px);
	background: url(../img/icon_phone.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#contact .tel a::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 18px;
	top: calc(50% - 7px);
	background: url(../img/arrow.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#contact .tel dd {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
}

#contact h3 {
	margin: 35px 0 0;
	white-space: nowrap;
}
#contact h3 em {
	margin-right: -8px;
	font-size: 12px;
}
#contact .button {
	margin: 20px auto 0;
}
#contact .button a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
}
#contact .button a + a {
	margin-top: 15px;
}

/*
#contact .button .now::before {
	position: absolute;
	content: "";
	display: block;
	width: 21px;
	height: 28px;
	left: 20px;
	top: calc(50% - 14px);
	background: url(../img/icon_marker.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#contact .button .future::before {
	position: absolute;
	content: "";
	display: block;
	width: 33px;
	height: 22px;
	left: 14px;
	top: calc(50% - 11px);
	background: url(../img/icon_track.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
*/






#plan .box {
	margin: 40px auto 0;
}

#plan .box .pict {
	width: 221px;
	margin: 0 auto;
}
#plan .box .pict img {
	width: 100%;
	height: auto;
}

#plan .box .text {
	padding: 30px 0 0;
}
#plan .box dl {
	font-weight: 700;
	line-height: 20px;
	white-space: nowrap;
}
#plan .box dt {
	font-size: 28px;
}
#plan .box dt span {
	position: relative;
	margin-right: 4px;
	font-size: 40px;
	color: #3FB252;
}
#plan .box dt span i {
	position: absolute;
	left: 0;
	top: -14px;
	font-weight: 100;
}
#plan .box dd {
	position: relative;
	top: -15px;
	font-size: 28px;
}
#plan .box dd div {
	display: inline;
}
#plan .box dd span {
	position: relative;
	top: 1px;
	margin-left: 4px;
	font-size: 112px;
}
#plan .box dd b {
	font-size: 28px;
}
#plan .box dd span,
#plan .box dd b {
	color: #3FB252;
}
#plan .box .note {
	font-size: 10px;
	text-align: right;
}
#plan .text p {
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}

#plan h3 {
	margin: 40px 0 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #3FB252;
}
#plan .select {
	margin: 10px 0 0;
	font-size: 12px;
	text-align: center;
}
#plan .tab {
	width: 100vw;
	margin: 26px -26px 0;
	overflow: auto;
}
#plan .tab .extra {
	box-sizing: border-box;
	width: calc((78px * 8) + (4px * 7) + 52px);
	display: flex;
	justify-content: space-between;
	padding: 0 26px 12px;
}
#plan .tab a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 50px;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #3FB252;
	border-radius: 8px;
	transition: all 300ms ease-out;
	cursor: pointer;
}
#plan .tab a.active {
	color: #fff;
	background: #3FB252;
}

#plan .price-list {
	position: relative;
	margin: 12px auto 0;
}
#plan .price-list .area {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility: hidden;
}
#plan .price-list .area.active {
	visibility: visible;
}

#plan h4 {
	margin: 0 0 24px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#plan .price-list .table {
	border: 1px solid #3FB252;
}
#plan .price-list .table > dl + dl {
	border-top: 1px solid #3FB252;
}
#plan .price-list .table > dl {
	display: flex;
}
#plan .price-list .table > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #3FB252;
	background: #ECF7EE;
}
#plan .price-list .table > dl > dd {
	width: calc(100% - 120px);
}
#plan .price-list .table ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#plan .price-list .table ul + ul {
	border-top: 1px solid #3FB252;
}
#plan .price-list .table li {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
}
#plan .price-list .table li + li {
	border-left: 1px solid #3FB252;
}
#plan .price-list .table li:nth-child(1) {
	display: none;
}
#plan .price-list .table li:nth-child(2) {
	width: calc(50%);
	text-align: center;
}
#plan .price-list .table li:nth-child(3) {
	width: calc(50%);
	justify-content: flex-end;
	font-weight: 700;
	color: #808080;
}

#plan .price-list .table ul.focus li {
	font-weight: 700;
	color: #FF8027;
}

#plan .notice {
	margin: 24px auto 0;
}
#plan .notice li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 2;
}
#plan .notice li::before {
	content: "・";
	text-indent: 0;
}




#other-plan .logo {
	width: 207px;
	margin: 40px auto 0;
}
#other-plan .logo img {
	width: 100%;
	height: auto;
}
#other-plan .text {
	margin: 24px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
#other-plan .text strong {
	font-weight: 700;
	color: #FF8027;
}
#other-plan .more {
	margin: 24px 0 0;
	text-align: center;
}
#other-plan .more a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	color: #3FB252;
}


#other-plan .box {
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 24px 18px 30px;
	background: #fff;
	border-radius: 8px;
}
#other-plan .box h3 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#other-plan .box h3 + dl {
	margin-top: 24px;
}
#other-plan .box dl + dl {
	margin-top: 24px;
}

#other-plan .box dl {
}
#other-plan .box dt {
	font-size: 16px;
	font-weight: 700;
	color: #44B156;
}
#other-plan .box dd {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.7;
}
#other-plan .box dd .note {
	margin-top: 8px;
	font-size: 10px;
}















/* ---------------------------------------------------------------------------------------------------- */
/* LP */


.lp-kv {
	position: relative;
}
.lp-kv .image {
	position: absolute;
	width: 100%;
	height: 60vw;
	left: 0;
	top: 145px;
}
.lp-kv .image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 375 / 225;
	object-fit: cover;
}

.lp-kv .box {
	padding-top: calc(150px + 60vw);
}

.lp-kv .head {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	top: 0;
	padding: 5px 15px;
}
.lp-kv h1 {
	font-size: 32px;
	font-weight: 800;
	font-feature-settings: "palt" 1;
	line-height: 1.55;
	letter-spacing: 1px;
}
.lp-kv h1 span {
	position: relative;
}
.lp-kv h1 b {
	position: absolute;	
	display: inline-block;
	width: 100%;
	left: 0;
	top: -25px;
	font-weight: 400;
	text-align: center;
	font-feature-settings: initial;
}
.lp-kv h1 strong {
	color: #ff8027;
}


.lp-kv .subtitle {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 27px;
	margin: 2px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: #ff8027;
}
.lp-kv .subtitle::before,
.lp-kv .subtitle::after {
	position: absolute;
	content: "";
	display: block;
	width: 50px;
	height: 100%;
	top: 0;
}
.lp-kv .subtitle::before {
	left: 0;
	background: url(../img/skew1.svg) 0 0 no-repeat;
	background-size: auto 100%;
}
.lp-kv .subtitle::after {
	right: 0;
	background: url(../img/skew2.svg) 100% 0 no-repeat;
	background-size: auto 100%;
}



.lp-kv .box dl {
	display: flex;
	justify-content: space-between;
	max-width: 360px;
	margin: 0 auto;
	padding: 10px 12px;
}
.lp-kv .box dt {
	font-size: 23px;
	font-weight: 700;
}
.lp-kv .box dt em {
	position: relative;
	color: #3fb252;
}

.lp-kv.pet .box dt {
	line-height: 1.3;
}
.lp-kv.pet .box dt em {
	font-size: 30px;
}

.lp-kv .box .sup {
	position: absolute;
	display: inline-block;
	font-size: 10px;
	width: 100%;
	left: 0;
	top: -10px;
	white-space: nowrap;
	text-align: center;
}
.lp-kv .box dt strong {
	font-size: 36px;
}

.lp-kv .box dd {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	color: #3fb252;
}
.lp-kv .box dd strong {
	display: inline-block;
	font-size: 102px;
	font-weight: 600;
	color: #3fb252;
	line-height: 80px;
}
.lp-kv .box dd span {
	position: absolute;
	right: 5px;
	top: 30px;
	font-size: 18px;
	font-weight: 500;
}


.lp-kv .note {
	margin: 2px 0 0;
	padding: 0 10px 12px;
	font-size: 8px;
	line-height: 1.5;
}
.lp-kv .note br {
	display: none;
}


@media screen and (max-width:374px) {
	.lp-kv .subtitle {
		font-size: 11px;
	}
	
	.lp-kv .box dl {
	}
	.lp-kv .box dt {
		font-size: 18px;
	}
	.lp-kv .box dt strong {
		font-size: 30px;
	}

	.lp-kv.pet .box dt em {
		font-size: 27px;
	}

	.lp-kv .box dd {
		font-size: 26px;
	}
	.lp-kv .box dd strong {
		font-size: 90px;
		line-height: 60px;
	}
	.lp-kv .box dd span {
		right: 2px;
		top: 15px;
		font-size: 20px;
	}
}











.lp-kv-wide {
	position: relative;
	height: 130vw;
	max-height: 500px;
}
.lp-kv-wide .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0;
	z-index: -1;
}
.lp-kv-wide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-kv-wide .extra {
	box-sizing: border-box;
	position: relative;
	height: 130vw;
	max-height: 500px;
	z-index: 10;
	padding: 8px 0 0 14px;
}
.lp-kv .extra .box {
}
.lp-kv-wide h1 {
	max-width: 370px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #fff;
}
.lp-kv-wide h1 span {
	position: relative;
}
.lp-kv-wide h1 b {
	position: absolute;	
	display: inline-block;
	width: 100%;
	left: 0;
	top: -28px;
	font-weight: 400;
	text-align: center;
	font-feature-settings: initial;
}


.lp-kv-wide .sub {
	text-align: center;
}

.lp-kv-wide .subtitle {
	position: relative;
	display: inline-block;
	margin: 8px 0 0 -18px;
	padding: 2px 0 2px 12px;
	font-size: 18px;
	font-weight: 700;
	color: #ff8027;
}
.lp-kv-wide .subtitle br {
	display: none;
}
.lp-kv-wide .subtitle span {
}
.lp-kv-wide .subtitle span:nth-of-type(2) {
	margin-top: 10px;
}
.lp-kv-wide .subtitle span::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: #fff;
	transform: skewX(-14deg);
}



.lp-kv-wide .box dl {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 375px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 76px;
	padding: 0 14px;
	color: #fff;
}

.lp-kv-wide .box dt {
	position: relative;
	top: 12px;
	font-size: 47px;
	font-weight: 700;
	line-height: 40px;
}
.lp-kv-wide .box dt em {
	position: relative;
}
.lp-kv-wide .box .sup {
	position: absolute;
	display: inline-block;
	font-size: 22px;
	width: 100%;
	left: 0;
	top: -25px;
	white-space: nowrap;
	text-align: center;
}
.lp-kv-wide .box dt strong {
	font-size: 28px;
}

.lp-kv-wide .box dd {
	position: relative;
	font-size: 42px;
	font-weight: 700;
	line-height: 40px;
	color: #ff8027;
}
.lp-kv-wide .box dd strong {
	display: inline-block;
	margin-right: 2px;
	font-size: 165px;
	font-weight: 600;
	color: #ff8027;
	-webkit-text-stroke: 2px #fff;
}
.lp-kv-wide .box dd span {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 31px;
	font-weight: 500;
	color: #fff;
}
.lp-kv-wide .box dd em {
	position: relative;
	top: -4px;
	text-shadow:
	2px 2px 0 #fff,
	-2px 2px 0 #fff,
	2px -2px 0 #fff,
	-2px -2px 0 #fff;
}



.lp-kv-wide .note {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 14px;
	font-size: 8px;
	line-height: 1.5;
	background: #fff;
}






@media screen and (max-width:374px) {
	.lp-kv-wide h1 {
		font-size: 32px;
	}
	.lp-kv-wide .subtitle {
		font-size: 16px;
	}
	
	.lp-kv-wide .box dl {
		width: 320px;
	}
	.lp-kv-wide .box dt {
		top: 12px;
		font-size: 40px;
		line-height: 32px;
	}
	.lp-kv-wide .box .sup {
		font-size: 18px;
		top: -22px;
	}
	.lp-kv-wide .box dt strong {
		font-size: 22px;
	}

	.lp-kv-wide .box dd {
		font-size: 32px;
		line-height: 40px;
	}
	.lp-kv-wide .box dd strong {
		margin-right: 2px;
		font-size: 130px;
	}
	.lp-kv-wide .box dd span {
		right: 8px;
		top: 8px;
		font-size: 24px;
	}
	.lp-kv-wide .box dd em {
		top: -4px;
	}
}















.lp-contact {
	color: #fff;
	background: #027fd9;
}
.lp-contact h2 {
	position: relative;
	color: #fff;
}
.lp-contact h2::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 92px;
	height: 40px;
	top: 3px;
	margin: 0 10px 0 0;
	vertical-align: bottom;
	background: url(../img/balloon_5min_white.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
.lp-contact h2 span::after {
	background: #fff;
}
.lp-contact h2 span em {
	color: #fff;
}

.lp-contact .tel {
	margin: 40px 0 0;
	text-align: center;
}
.lp-contact .tel dt {
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	color: #3FB252;
}

.lp-contact .tel dt {
	position: relative;
	display: block;
}
.lp-contact .tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #FF8027;
	border-radius: 8px;
}
.lp-contact .tel a::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	left: 16px;
	top: calc(50% - 12px);
	background: url(../img/icon_phone.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
.lp-contact .tel a::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 18px;
	top: calc(50% - 7px);
	background: url(../img/arrow.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

.lp-contact .tel dd {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 500;
}

.lp-contact h3 {
	margin: 35px 0 0;
	white-space: nowrap;
}
.lp-contact h3 em {
	margin-right: -8px;
	font-size: 12px;
}
.lp-contact .button {
	margin: 20px auto 0;
}
.lp-contact .button a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
	text-align: center;
	color: #fff;
}
.lp-contact .button a + a {
	margin-top: 15px;
}
.lp-contact h3.deco span::before,
.lp-contact h3.deco span::after {
	background: #fff;
}





.lp-contact-top .inner {
	padding-top: 12px;
	padding-bottom: 12px;
}
.lp-contact-top h2 {
	font-size: 16px;
}
.lp-contact-top h2::before {
	display: none;
}
.lp-contact-top h2 span {
	position: relative;
	display: inline-block;
}
.lp-contact-top h2 span::before,
.lp-contact-top h2 span::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	bottom: 1px;
	background: #fff;
}
.lp-contact-top h2 span::before {
	left: -15px;
	transform: rotate(-30deg);
}
.lp-contact-top h2 span::after {
	left: auto;
	right: -15px;
	transform: rotate(30deg);
}


.lp-contact-top .tel {
	margin-top: 16px;
}
.lp-contact .tel a:hover {
	background-color: #f18e46;
	opacity: 1;
}

.lp-contact .web {
	margin: 15px auto 0;
}
.lp-contact .web dl {
}
.lp-contact .web dt {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.lp-contact .web dt br {
	display: none;
}
.lp-contact .web dd {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.lp-contact .web dd a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 6px);
	height: 60px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #027fd9;
	background: #fff;
	border-radius: 8px;
	transition: all 300ms ease-out;
}
.lp-contact .web dd a:active {
	opacity: 0.8;
}

.lp-contact .web dd a.now::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 13px;
	height: 18px;
	left: 9px;
	top: calc(50% - 9px);
	background: url(../img/icon_marker_blue.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
.lp-contact .web dd a.future::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 20px;
	height: 14px;
	left: 8px;
	top: calc(50% - 7px);
	background: url(../img/icon_track_blue.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
.lp-contact .web dd a::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	right: 12px;
	top: calc(50% - 7px);
	background: url(../img/arrow_black.svg) 50% 50% no-repeat;
	background-size: 7px auto;
}





.lp-contact-box {
	margin: 24px -8px 0;	
}
.lp-contact-box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp-contact-box dl dt {
	box-sizing: border-box;
	width: 186px;
	padding: 0 15px 10px;
	font-size: 11px;
	font-weight: 500;
	line-height: 18px;
	background: url(../img/balloon_left.svg) 0 100% no-repeat;
	background-size: 100% auto;
}
.lp-contact-box dl dt strong {
	position: relative;
	padding-left: 2px;
	font-size: 18px;
	font-weight: 700;
	color: #FF8027;
}
.lp-contact-box dl dt i {
	font-size: 11px;
	font-weight: 400;
}
.lp-contact-box dl dt b {
	position: absolute;
	right: 1px;
	top: -4px;
	font-size: 9px;
	font-weight: 900;
}
.lp-contact-box dl dd {
	width: calc(100% - 186px - 10px);
}
.lp-contact-box dl dd img {
	width: 100%;
	height: auto;
}
.lp-contact-box .note {
	margin: 10px 0 0;
	font-size: 10px;
	line-height: 1.8;
}



.lp-contact-small .inner {
	padding-top: 24px;
	padding-bottom: 24px;
}
.lp-contact-small .tel {
	margin-top: 24px;
}


.lp-contact-large .inner {
	padding-top: 24px;
	padding-bottom: 24px;
}
.lp-contact-large .tel {
	margin-top: 24px;
}





.lp-feature .issue {
	margin: 35px 0 0;
	padding: 0 0 60px;
	background: url(../img/tri_down.svg) 50% 100% no-repeat;
	background-size: auto 30px;
}
.lp-feature .issue ul {
}
.lp-feature .issue li {
	min-height: 26px;
	padding-left: 40px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	background: url(../img/icon_ok.svg) 0 0 no-repeat;
	background-size: 26px auto;
}
.lp-feature .issue li + li {
	margin-top: 16px;
}
.lp-feature .issue .pict {
	width: 144px;
	margin: 24px auto 0;
}
.lp-feature .issue .pict img {
	width: 100%;
	height: auto;
}
.lp-feature .plan {
	margin: 24px auto 0;
	text-align: center;
}
.lp-feature .plan div {
	display: inline-block;
	min-width: 300px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	border: 3px solid #3fb252;
}
.lp-feature .plan strong {
	color: #ff8027;
}








.lp-intro .inner {
	padding-bottom: 20px;
}
.lp-intro h3 {
	margin: 30px 0 0;
}
.lp-intro .lead {
	margin: 24px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.lp-intro .lead strong {
	font-weight: 700;
	color: #ff8027;
}
.lp-intro .pict {
	width: 308px;
	margin: 24px auto 0;
}
.lp-intro .pict img {
	width: 100%;
	height: auto;
}





.lp-value h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.lp-value .value-item {
	margin: 40px 0 0;
}
.lp-value .value-item + .value-item {
	margin-top: 30px;
}
.lp-value .value-item .box {
	box-sizing: border-box;
	position: relative;
	max-width: 360px;
	margin: 0 auto;
	padding: 15px 15px;
	border: 3px solid #3fb252;
	background: #fff;
}
.lp-value .value-item .box::before {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	left: -14px;
	top: -14px;
	background: url(../img/icon_ok.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

.lp-value .value-item .box1 dl {
	display: flex;
	justify-content: space-between;
}
.lp-value .value-item .box1 dt {
	font-size: 19px;
	font-weight: 700;
}
.lp-value .value-item .box1.pet dt {
	font-size: 26px;
	line-height: 1.3;
}

.lp-value .value-item .box1 dt em {
	position: relative;
	color: #3fb252;
}
.lp-value .value-item .box1 .sup {
	position: absolute;
	display: inline-block;
	font-size: 9px;
	width: 100%;
	left: 0;
	top: -10px;
	white-space: nowrap;
	text-align: center;
}
.lp-value .value-item .box1 strong {
	font-size: 30px;
}

.lp-value .value-item .box1 dd {
	font-size: 21px;
	font-weight: 700;
	color: #3fb252;
}
.lp-value .value-item .box1 dd strong {
	display: inline-block;
	font-size: 85px;
	font-weight: 600;
	color: #3fb252;
	line-height: 60px;
}


.lp-value .value-item .box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lp-value .value-item .box2 dl {
	width: calc(100% - 120px - 20px);
}
.lp-value .value-item .box2 dt {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #ff8027;
}
.lp-value .value-item .box2 dd {
	margin: 12px 0 0;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.7;
}
.lp-value .value-item .box2 .pict {
	box-sizing: border-box;
	width: 120px;
	padding-right: 10px;
}
.lp-value .value-item .box2 .pict img {
	width: 100%;
	height: auto;
}


.lp-value .value-item .box3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.lp-value .value-item .box3 h4 {
	width: calc(100% + 20px);
	margin: 0 -10px 15px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.lp-value .value-item .box3 .pict {
	width: 120px;
}
.lp-value .value-item .box3 .pict img {
	width: 100px;
	height: auto;
}
.lp-value .value-item .box3 .pict span {
	display: block;
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
}
.lp-value .value-item .box3 dl {
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
}
.lp-value .value-item .box3 dt strong {
	color: #ff8027;
}
.lp-value .value-item .box3 dt em {
	font-size: 42px;
	line-height: 1;
}
.lp-value .value-item .box3 dd {
	margin: 10px 0 0;
}
.lp-value .value-item .box3 dd span {
	display: block;
	/*
	margin: 12px 0 0;
	*/
	font-size: 10px;
	font-weight: 400;
	
	position: absolute;
	bottom: 15px;
}


.lp-value .note {
	margin: 24px auto 0;
	font-size: 12px;
	line-height: 1.8;
}



@media screen and (max-width:374px) {
	.lp-value .value-item .box1 dt {
		font-size: 17px;
	}
	.lp-value .value-item .box1 strong {
		font-size: 26px;
	}

	.lp-value .value-item .box1 dd {
		font-size: 18px;
		white-space: nowrap;
	}
	.lp-value .value-item .box1 dd strong {
		font-size: 72px;
		line-height: 55px;
	}
	
	
	

	.lp-value .value-item .box3 h4 {
		font-size: 18px;
	}
	.lp-value .value-item .box3 .pict {
		width: 110px;
	}
	.lp-value .value-item .box3 .pict img {
		width: 90px;
	}
	.lp-value .value-item .box3 .pict span {
		font-size: 10px;
	}
	.lp-value .value-item .box3 dl {
		width: calc(100% - 110px);
		font-size: 13px;
	}
	.lp-value .value-item .box3 dt em {
		font-size: 36px;
	}
}









.lp-about .lead {
	margin: 40px 0 0;
}
.lp-about .lead p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.lp-about .lead strong {
	font-weight: 700;
	color: #ff8027;
}
.lp-about .lead p + p {
	margin-top: 1.2em;
}

.lp-about .figure {
	width: 292px;
	margin: 34px auto 0;
}
.lp-about .figure .before {
	display: flex;
	justify-content: space-between;
}
.lp-about .figure .before > div {
	width: 130px;
}

.lp-about .figure .before dt {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.lp-about .figure .before dt img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
}
.lp-about .figure .before dd {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #ff8027;
	text-align: center;
}

.lp-about .figure .before dt::after {
	position: absolute;
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	left: -10px;
	top: -10px;
}
.lp-about .figure .before .ng dt::after {
	background: url(../img/icon_ng.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
.lp-about .figure .before .ok dt::after {
	background: url(../img/icon_ok.svg) 0 0 no-repeat;
	background-size: 100% auto;
}


.lp-about .figure .after {
	padding: 64px 0 0;
	background: url(../img/tri_down.svg) 50% 20px no-repeat;
	background-size: auto 30px;
}
.lp-about .figure .after dt {
	width: 145px;
	margin: 0 auto;
}
.lp-about .figure .after dt img {
	width: 100%;
	height: auto;
}
.lp-about .figure .after dd {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #ff8027;
	text-align: center;
}


.lp-about .award {
	margin: 40px 0 0;
}
.lp-about .award h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
}
.lp-about .award ul {
	display: flex;
	margin: 24px auto 0;
}
.lp-about .award li {
	width: calc(100% / 3);
}
.lp-about .award img {
	width: 100%;
	height: auto;
}
.lp-about .award .note {
	margin: 30px auto 0;
	font-size: 10px;
	line-height: 1.75;
}










.lp-price-box {
}
.lp-price .box {
	box-sizing: border-box;
	max-width: 328px;
	margin: 40px auto 0;
	padding: 16px;
	border: 3px solid #3fb252;
	background: #fff;
}
.lp-price .box .note {
	margin: 16px 0 0;
	font-size: 10px;
	line-height: 1.8;
}
.lp-price .box dl {
	position: relative;
	font-weight: 700;
	padding-right: 75px;
}
.lp-price .box dt {
	font-size: 20px;
	color: #3fb252;
}
.lp-price .box dt span {
	position: relative;
	font-size: 30px;
}
.lp-price .box dt span i {
	position: absolute;
	left: 0;
	top: -24px;
	font-weight: 400;
}
.lp-price .box dd {
	font-size: 26px;
}
.lp-price .box dd div {
	position: absolute;
	right: 0;
	top: -5px;
	line-height: 90px;
}
.lp-price .box dd span {
	position: relative;
	font-size: 90px;
}
.lp-price .box dd i {
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	right: 8px;
	top: 3px;
}
.lp-price .box dd span,
.lp-price .box dd b,
.lp-price .box dd i {
	color: #3fb252;
}

.lp-price h3 {
	margin: 24px 0 0;
	white-space: nowrap;
}
.lp-price h3 em {
	font-size: 12px;
}
.lp-price h3 strong {
	margin-left: 5px;
	font-size: 20px;
	color: #ff8027;
}
.lp-price h3 b {
	position: relative;
	margin-right: -6px;
	font-size: 11px;
	font-weight: 900;
	color: #ff8027;
	vertical-align: super;
}
.lp-price .button {
	margin: 20px auto 0;
}
.lp-price .inner > .note {
	margin: 20px 0 0;
	line-height: 1.8;
	font-size: 11px;
}









.lp-trouble .pict {
	max-width: 360px;
	margin: 25px auto 0;
}
.lp-trouble .pict img {
	width: 100%;
	height: auto;
}
.lp-trouble .lead {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.lp-trouble .lead strong {
	font-weight: 700;
	color: #ff8027;
}





.lp-reason ol {
	margin: 40px 0 0;
	padding: 0;
}
.lp-reason ol > li {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
}
.lp-reason ol > li + li {
	margin-top: 16px;
}

.lp-reason .number {
	position: absolute;
	width: 36px;
	height: 35px;
	left: -14px;
	top: -14px;
	z-index: 10;
}
.lp-reason .pict {
	width: 80px;
}
.lp-reason .pict img {
	width: 100%;
	height: auto;
}
.lp-reason ol dl {
	width: calc(100% - 80px - 16px);
}
.lp-reason ol dt {
	font-size: 14px;
	font-weight: 700;
	color: #ff8027;
}
.lp-reason ol dd {
	margin: 12px 0 0;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.8;
}
.lp-reason ol dd .note {
	margin: 12px 0 0;
	font-size: 8px;
	font-weight: 400;
}









.lp-earth .lead {
	margin: 40px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.lp-earth .lead strong {
	font-weight: 700;
	color: #ff8027;
}

.lp-earth ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
.lp-earth li {
	width: calc(50% - 16px);
}
.lp-earth h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #ff8027;
}
.lp-earth .pict {
	margin: 8px auto 0;
	border-radius: 8px;
	overflow: hidden;
}
.lp-earth .pict img {
	width: 100%;
	height: auto;
}
.lp-earth li p {
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}




.lp-interlude {
	position: relative;
	height: 210px;
	background: url(../img/lp-kv-eco.jpg) 50% 0% no-repeat;
	background-size: cover;
}
.lp-interlude::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(0,0,0,0.1);
}
.lp-interlude .inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10;
	padding-top: 0;
	padding-bottom: 0;
}
.lp-interlude dl {
	text-align: center;
	color: #fff;
}
.lp-interlude dt {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
}
.lp-interlude dd {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}



.lp-about .inner > .note {
	margin: 30px auto 0;
	font-size: 10px;
	line-height: 1.75;
}

.lp-about .dome {
	max-width: 260px;
	margin: 30px auto 0;
}
.lp-about .dome dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.lp-about .dome dt {
	width: 130px;
}
.lp-about .dome img {
	width: 100%;
	height: auto;
}
.lp-about .dome dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: calc(100% - 140px);
	font-size: 12px;
	font-weight: 700;
}
.lp-about .dome dd span {
	width: 18px;
}
.lp-about .dome dd p {
	width: 85px;
}
.lp-about .dome strong {
	position: relative;
	top: 4px;
	margin: 0 6px;
	font-size: 38px;
	font-weight: 700;
	line-height: 30px;
	color: #3fb252;
}


.lp-about h3.deco {
	margin-top: 40px;
}
.lp-about h3.deco span::before,
.lp-about h3.deco span::after {
	bottom: 0;
}


.lp-about .map {
	width: 280px;
	margin: 32px auto 0;
}
.lp-about .map .pict {
	width: 218px;
	margin: 0 auto;
}
.lp-about .map .pict img {
	width: 100%;
	height: auto;
}
.lp-about .map .number {
	margin: 5px 0 0;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}
.lp-about .map .number strong {
	margin: 0 4px;
	font-size: 38px;
	color: #3fb252;
}
.lp-about .map .date {
	margin: 8px 0 0;
	font-size: 10px;
	text-align: center;
}





.lp-about .vision {
	margin: 30px 0 0;
}
.lp-about .vision .lead {
	margin-top: 0;
}
.lp-about .vision .pict {
	margin: 16px auto 0;
	border-radius: 8px;
	overflow: hidden;
}
.lp-about .vision .pict img {
	width: 100%;
	height: auto;
}



.lp-value .lead {
	margin: 40px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.lp-value .lead strong {
	font-weight: 700;
	color: #ff8027;
}
.lp-value.eco .value-item .box2 dl {
	width: calc(100% - 110px - 10px);
}
.lp-value.eco .value-item .box2 .pict {
	width: 110px;
	padding-right: 0;
}













.password-form {
	max-width: 320px;
	margin: 50px auto;
}
.password-form p {
	font-size: 14px;
	line-height: 1.8;
}
.password-form p + p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.password-form label {
	font-size: 0;
}
.password-form input[type="password"] {
	box-sizing: border-box;
	width: 200px;
	height: 32px;
	margin: 0 10px;
	padding: 2px 5px;
	font-size: 16px;
	font-family: "monospace";
	border: 1px solid #999;
}
.password-form input[type="password"]:focus {
	outline: 1px solid #666;
}
.password-form input[type="submit"] {
	box-sizing: border-box;
	width: 64px;
	height: 32px;
	margin: 0;
	font-size: 14px;
	border: 1px solid #999;
	background: #eee;
	cursor: pointer;
}
.password-form input[type="submit"]:hover {
	background: #ccc;
}




































































































