@charset "UTF-8";
body,html {
	color:#000;
	letter-spacing: 2px;
}

img {
	max-width: 100%;
}
.mv_bottom {
	background:#2B8E70;
	padding:1rem 0 1.5rem;
	color:#fff;
	font-size: 35px;
}
.mv_bottom yellow {
	color:#FEF000;
	margin-left: 0.5rem;
	font-size: 46px;
}
.mv_bottom yellow big {
	font-size: 69px;
}
.mv_bottom h4 {
	font-size: 18px;
}
section.mv {
	width:100%;
	background:url("../../img/lp/mv.png");
	background-position: bottom;
	background-size: cover;
	position: relative;
	padding: 0 5rem 3rem 5rem;
}
input[type=checkbox], input[type=radio] {
	position: relative; 
	visibility:inherit; 
}
.checks {
	margin-bottom: 2rem;
	font-size: 18px;
}
.mwform-checkbox-field {
	width: 100%;
	display: block;
	font-size: 18px;
	margin-top: 1rem;
}
.contact__item__grp.rule p:first-of-type {
	font-size: 18px;
	margin-bottom: 0.5rem;
	font-weight: bold;
	text-align: center;
}
.contact__item__grp.rule {
	height: 15rem;
	padding: 2rem;
	background-color: #fff;
	overflow: auto;
	border: 1px solid #dedddc;
	border-radius: 0.5rem;
	line-height: 2;
	font-size: 16px;
}
.mv_text {
	position: relative;
	padding: 0;
	bottom: -120px;
}
.mv_text .cross {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cross .name {
	font-weight: bold;
	font-size: 36px;
	color:#2B8E70;
	padding:0.2rem 0.7rem;
	background: #fff;
	border-radius: 5px;
}
.cross span img {
	width: 20px;
	height: auto;
	display: block;
}
.cross span {
	margin:0 0.7rem;
}
.mv h1 {
	font-size: 90px;
	font-weight: bold;
	color:#fff;
	line-height: 1.4;
	letter-spacing: 3px;
	margin-top: 0.8rem;
	margin-bottom: 3rem;
}
.mv h1 span {
	color:#FEF000;
}
.mv p {
	color:#fff;
}
.mv p span {
	color:#FEF000;
}
.mv a {
	display: inline-block;
	width:560px;
	position: absolute;
	margin: 0;
	bottom: 30%;
}
.mv_logo {
	width: 800px;
	position: absolute;
	bottom: 5rem;
	right: 0;
	max-width: 35%;
	margin-right: 4rem;
	max-width: 40%;
}
.green {
	background:#E3F8F2;
}
section {
	padding:5rem;
}
.inner {
	max-width: 1280px;
	margin:0 auto;
}
.section01 h2 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 3rem;
}
.section01 h2 span {
	font-size: 42px;
	position: relative;
}
.section01 h2 span::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	width:100%;
	height: 2px;
	background:#2B8E70;
}
green {
	color:#2B8E70 !important;
}
.section02 {
	background:url("../../img/lp/plan.png");
	background-size: cover;
	background-position: center top;
}
.section02 h3 {
	text-align: center;
	color:#fff;
	line-height: 2;
	font-size: 40px;
	font-weight: normal;
}
.section02 h3 small {
	width:100%;
	display: block;
}
.section02 h3 span {
	color:#FEF000;
	font-size: 56px;
	background:url("../../img/lp/dot.png") no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	padding-bottom: 12px;
	margin: 15px 0 25px;
	display: inline-block;
	line-height: 1.2;
}
.section03 .cross {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
.section03 .cross .name {
	font-weight: bold;
	font-size: 36px;
	color:#fff;
	background:#2B8E70;
	padding:0.2rem 0.8rem;
	border-radius: 5px;
}
.section03 .cross span img {
	width: 20px;
	height: auto;
	display: block;
}
.section03 .cross span {
	margin:0 0.7rem;
}
.section03 h3 {
	text-align: center;
	font-weight: normal;
	font-size: 42px;
	margin-bottom: 0;
}
.section03 h3 span {
	color:#F79102;
}
.section03 h4 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 3rem;
	color:#2B8E70;
}
.blocs {
	width:100%;
}
.blocs .bloc {
	width:100%;
	margin-bottom: 2rem;
	border:2px solid #2B8E70;
	border-radius: 15px;
	background:#fff;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bloc .number {
	position: absolute;
	color:#fff;
	background:#2B8E70;
	padding: 0 1rem;
	border-radius: 0 0 10px 0;
	top: 0;
	font-size: 20px;
}
.bloc .number span {
	font-size: 40px;
	margin-left: 0.2rem;
}
.bloc.right_style .number {
	position: absolute;
	color:#fff;
	background:#2B8E70;
	padding: 0 1rem;
	border-radius: 0 0 0 10px;
	top: 0;
	right: 0;
}
.bloc .img {
	width: 45%;
}
.bloc .text {
	width:55%;
	padding: 3rem;
}
.bloc .text h3 {
	font-size: 54px;
	text-align: left;
	color:#2B8E70;
}
.bloc .text h3 small {
	font-size: 28px;
	display: block;
	color:#000;
}
.bloc .text h3 small span {
	color:#fff;
	background:#2B8E70;
	padding:0.5rem 0.7rem;
	margin-right: 0.2rem;
}
.bloc .text p {
	font-size: 20px;
	margin-bottom: 2rem;
}
.bloc .text p span {
	background:url("../../img/lp/line.png");
	background-size: 100% 15px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 5px;
}
.bloc .text ul {
	width:100%;
}
.bloc .text li {
	font-size: 22px;
	font-weight: bold;
	padding-left: 30px;
	background:url("../../img/lp/check.png");
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 0 6.5px;
}
.section04 {
	background:url("../../img/lp/unyou.png");
	background-size: cover;
	background-position: center;
	color:#fff;
}
.section04 h3 {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
}
.section04 h3 .dot {
	background: url("../../img/lp/dot.png") no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	padding-bottom: 12px;
	margin: 15px 0 15px;
	line-height: 1.2;
	display: inline-block;
}
.section04 h3 span {
	font-size: 72px;
	display: block;
}
.section04 h3 span yellow {
	color:#FEF000;
}
.section04 h3 small {
	display: block;
}
.center {
	text-align: center;
	width:100%;
}
.section04 a {
	display: inline-block;
	margin:0 auto;
	margin-top: 2rem;
}
.section04 a img {
	width:550px;
}
.section05 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.section05 li {
	width:31%;
	border:2px solid #2B8E70;
	border-radius: 10px;
	padding: 2.4rem 1rem 1rem;
	position: relative;
	text-align: center;
	background:#fff;
}
.section05 .check {
	position: absolute;
	top:-30px;
	left: calc(50% - 30px);
}
.section05 .check img {
	width:60px;
	height: auto;
}
.section05 .img {
	margin-bottom: 1rem;
}
.section05 li h3 {
	color:#2B8E70;
	line-height: 2.8;
}
.section05 li h3.line2 {
	line-height: 1.5;
}
.section05 h4 {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	margin-top: 3rem;
}
.section05 small {
	width: 100%;
	display: block;
	font-size: 38px;
	font-weight: normal;
}
.section05 small span {
	background: url("../../img/lp/line.png");
	background-size: 100% 15px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 5px;
	font-size: 42px;
}
.section06 h2 {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
}
.section06 h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #2B8E70;
}
.section06 h4 {
	text-align: center;
	width:94%;
	margin-left: 3%;
	color:#fff;
	paddng:0.5rem 0rem;
	font-size: 28px;
	font-weight: normal;
	background:#F79102;
	border-radius: 10px;
	padding:0.5rem;
	position: relative;
	margin-bottom: 2.5rem;
}
.section06 h4::after {
	content: '';
	background:url("../../img/lp/arrow_bottom.png");
	background-size: auto 24px;
	text-align: center;
	height: 24px;
	width: 100%;
	position: absolute;
	bottom: -24px;
	background-repeat: no-repeat;
	left: 0;
	background-position: bottom center;
}
.products {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.product {
	width:32%;
	border: 2px solid #2B8E70;
	background:#fff;
	border-radius: 10px;
	overflow: hidden;
}
.product .head {
	background:#2B8E70;
}
.product .head h3 {
	font-size: 34px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	margin:0;
	padding-top: 1rem;
	margin-bottom: 0;
}
.product .head h4 {
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	padding-bottom: 1rem;
	background:none !important;
	padding-top: 0;
}
.product .head h4::after {
	content: none !important;
}
.product .price {
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color:#F79102;
	margin-top:1rem;
}
.product .price middle {
	font-size: 40px;
}
.product .price small {
	font-size: 22px;
}
.product h5 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-top: 2rem;
}
.product h5 span {
	background: url("../../img/lp/line.png");
	background-size: 100% 15px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 5px;
}
.product ul {
	padding: 1rem;
	font-size: 16px;
}
.product ul li span {
	color:#2B8E70;
	margin-right: 0.2rem;
}
.contact_wrap {
	background:#fff;
	padding:5rem;
}
.contact_wrap h2 {
	text-align: center;
	font-size: 42px;
	font-weight: normal;
}
.contact_wrap h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #2B8E70;
}
.contact_wrap dl {
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}
.contact_wrap dt {
	width:30%;
	font-size: 22px;
	font-weight: normal;
}
.contact_wrap dt span.nini {
	background:#707070;
	color:#fff;
	border-radius: 15px;
	padding:0.2rem 0.5rem;
	margin-right: 0.5rem;
}
.contact_wrap dt span.hissu{
	background:#2B8E70;
	color:#fff;
	border-radius: 15px;
	padding:0.2rem 0.5rem;
	margin-right: 0.5rem;
}
.contact_wrap dd {
	width:65%;
	font-size: 18px;
	font-weight: normal;
}
.contact_wrap dd input,
.contact_wrap dd textarea {
	border:1px solid #ddd;
	background:#F0F9F7;
	color:#000;
}
.contact_wrap .center img {
	width: 320px;
}
.footer {
	color:#fff;
	font-size: 18px;
	background:#343434;
	padding:2rem 0;
}
.footer .inner {
	display: flex;
	justify-content: space-between;
}
.footer a {
	color:#fff;
	text-decoration: underline;
}
.fix_btn {
	position: fixed;
	width:70px;
	right: 0;
	top: 40%;
	z-index: 1000;
}
.section03 .center img {
	width:550px;
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	section.mv {
		width: 100%;
		background:none !important;
		padding: 0 !important;
	}
	.section01 h2 {
		text-align: center;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 3rem;
	}
	.section01 h2 span {
		font-size: 28px;
		position: relative;
		  text-decoration-line: underline;
		  text-decoration-color: #2B8E70;
		  text-decoration-thickness: 2px;
		  text-underline-offset: 7px;
	}
	section {
		padding: 3rem 1rem;
	}
	.section02 {
		background: url("../../img/lp/sp/plan.png");
		background-size: cover;
		background-position: center top;
	}
	.section02 h3 {
		text-align: center;
		color: #fff;
		line-height: 2;
		font-size: 22px;
		font-weight: normal;
	}
	.section02 h3 span {
		color: #FEF000;
		font-size: 28px;
		background: url("../../img/lp/dot.png") no-repeat;
		background-position: bottom;
		background-size: 100% auto;
		padding-bottom: 0;
		margin: 0;
		display: inline-block;
		line-height: 1.8;
		text-decoration-line: dotted;
		text-decoration-color: #fff;
		text-decoration-thickness: 2px;
		text-underline-offset: 7px;
	}
	.section01 h2 span::after {
		content: none !important;
	}
	.cross.sp img {
		width:300px;
	}
	.section03 h3 {
		text-align: center;
		font-weight: normal;
		font-size: 28px;
		margin-bottom: 0;
	}
	.section03 h4 {
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 3rem;
		color: #2B8E70;
	}
	.blocs .bloc {
		display: block;
	}
	.bloc .img {
		width:100%;
	}
	.bloc .text {
		width:100%;
	}
	.bloc .number {
		font-size: 13px;
	}
	.bloc .number span {
		font-size: 22px;
	}
	.bloc .text h3 {
		font-size: 30px;
		text-align: left;
		color: #2B8E70;
	}
	.bloc .text h3 small {
		font-size: 22px;
	}
	.bloc .text p {
		font-size: 17px;
		margin-bottom: 2rem;
	}
	.bloc .text li {
		font-size: 19px;
	}
	.bloc .text {
		padding: 1.5rem;
	}
	.section04 h3 .dot {
		font-size: 20px;
	}
	.section04 h3 span {
		font-size: 30px;
	}
	.section04 h3 small {
		font-size: 20px;
		margin-top: 1.2rem;
	}
	.section05 ul {
		display: block;
	}
	.section05 li {
		width: 100%;
		border: 2px solid #2B8E70;
		border-radius: 10px;
		padding: 2.4rem 1rem 1rem;
		position: relative;
		text-align: center;
		background: #fff;
		margin: 2rem 0 3rem;
	}
	.section05 h4 {
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		margin-top: 3rem;
	}
	.section05 small {
		font-size: 15px;
	}
	.section05 small span {
		font-size: 18px;
	}
	.section06 h2 {
		font-size: 18px;
	}
	.section06 h3 {
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 2rem;
		color: #2B8E70;
	}
	.products {
		display: block;
	}
	.product {
		width: 100%;
		border: 2px solid #2B8E70;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 2rem;
	}
	.contact {
		padding: 3rem 1rem;
	}
	.contact_wrap {
		border-radius: 10px;
	}
	.contact_wrap h2 {
		font-size: 28px;
	}
	.contact_wrap h3 {
		font-size: 15px;
	}
	.contact_wrap {
		background: #fff;
		padding: 3rem 2rem;
	}
	.contact_wrap dl {
		display: block;
	}
	.contact_wrap dt {
		width:100%;
		margin-bottom:0.5rem;
	}
	.contact_wrap dd {
		width:100%;
	}
	.contact_wrap dt span.nini {
		font-size: 15px;
	}
	.contact_wrap dt span.hissu {
		font-size: 17px;
	}
	.contact_wrap dd {
		font-size: 15px;
		font-weight: normal;
	}
	.footer a {
		color:#fff;
		text-decoration: underline;
	}
	.footer {
		font-size: 13px;
		padding: 2rem 1rem;
	}
	.mv_bottom {
		background: #2B8E70;
		padding: 1rem 1rem 1.5rem;
		color: #fff;
		font-size: 18px;
	}
	.mv_bottom yellow {
		font-size: 24px;
	}
	.mv_bottom yellow big {
		font-size: 28px;
	}
	.mv_bottom h4 {
		font-size: 15px;
	}
}


























































































































































