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





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






























































