@charset "utf-8";
/* LP用CSSファイル */

@font-face {
    src: url('../../webfonts/ZenMaruGothic-Bold.woff') format("woff"),
         url('../../webfonts/ZenMaruGothic-Bold.woff2') format("woff2");
    font-family: "ZenMaruGothic Bold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.marugo {
    font-family: "ZenMaruGothic Bold", "sans-serif";
}

.page-template-page-temp-lp h2,
.page-template-page-temp-lp h3,
.page-template-page-temp-lp h4,
.page-template-page-temp-lp h5 {
	letter-spacing: 5%;
	font-family: "ZenMaruGothic Bold", "sans-serif";
}

/* #lp-head
--------------------------------------------*/
.lp-head {
	background: #FFECBD;
	padding: 30px 0 0;
}
.lp-head-fv {
	background: url('../image/lp/lp_head__sp.png') no-repeat center top/100%;
}
.lp-head-main {
	font-size: 5.4vw;
	padding: 0 1em 9.7em;
}
.lp-head-ttl {
	font-size: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	padding: 1.5em 0 0;
}
.lp-head-ttl span {
	width: 1em;
	line-height: 115%;
	word-break: break-all;
	text-align: center;
	background: #fff;
	padding: .5em .4em;
	box-sizing: content-box;
}
.lp-head-ttl span:last-of-type {
	margin: 1.3em .4em 0 0;
}
.lp-head-cta {
	position: fixed;
	z-index: 99;
	bottom: 2em;
	right: 1em;
}
.lp-head-btn {
	font-size: 16px;
	background: #ED7422;
	width: 14em;
	height: 4em;
	border-radius: 3em;
	border: .15em solid #fff;
	box-shadow: 0 .3em 0 rgba(0,0,0,.15);
}
.lp-head-btn,
.lp-head-btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp-head-btn span::after {
	content: '';
	background: url('../image/icon/arrow_brown.png') center/cover;
	width: 1.1em;
	height: 1.1em;
	margin: 0 0 0 .5em;
}
.lp-head-btn:hover {
	background: #82A651;
}
@media screen and (min-width: 768px) {
	.lp-head {
		padding: 40px 0 0;
	}
	.lp-head-fv {
		background: url('../image/lp/lp_head__min.png') no-repeat center top/100%;
	}
	.lp-head-main {
		font-size: 3.2vw;
		max-width: 22em;
		margin: 0 auto;
		padding: 0 0 5.5em;
	}
	.lp-head-ttl {
		padding: 1.2em 0 0;
	}
	.lp-head-ttl span {
		line-height: 112%;
	}
	.lp-head-cta {
		right: 2em;
		bottom: 5em;
	}
	.lp-head-btn {
		font-size: 20px;
	}
}
@media screen and (min-width: 1430px) {
	.lp-head-fv {
		background: url('../image/lp/lp_head.png') no-repeat center top;
	}
	.lp-head-main {
		font-size: 45px;
	}
	.lp-head-cta {
		left: 50%;
		transform: translateX(140%);
		right: auto;
	}
}


/* #lp-ct1
--------------------------------------------*/
.curve {
	width: 100%;
	height: 10vw;
	overflow: hidden;
}
.curve svg {
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (min-width: 768px) {
	.curve-cnt {
		margin: -5vw 0 0;
	}
}
.lp-ct1 {
	margin: 0 0 100px;
}
.lp-ct1 path {
	fill: #ffecbd;
}
.lp-ct1-bg {
	background: url('../image/lp/lp_ct1__sp.png') no-repeat top/100%;
	margin: 15vw 0 0;
}
.lp-ct1-fv {
	font-size: 5.1vw;
	margin: 0 0 1.5em;
}
.lp-ct1-ttl {
	font-size: 1.6em;
	line-height: 1.8;
	padding: .5em 0 1.8em;
}
.lp-ct1-fv .big {
	font-size: 1.2em;
}
.lp-ct1-fv .last {
	margin: 2.5em 0 0;
}
@media screen and (min-width: 768px) {
	.lp-ct1 {
		margin: 0 0 -2em;
		z-index: 10;
	}
	.lp-ct1-bg {
		background: url('../image/lp/lp_ct1__min.png') no-repeat top/100%;
		margin: 0;
	}
	.lp-ct1-fv {
		font-size: 1.7vw;
		margin: 0 0 6em;
	}
	.lp-ct1-ttl {
		font-size: 1.5em;
		line-height: 2;
		padding: 3em 0 2em;
	}
	.lp-ct1-fv p {
		margin: 0 0 .3em;
	}
}
@media screen and (min-width: 1440px) {
	.lp-ct1-bg {
		background: url('../image/lp/lp_ct1.png') no-repeat top center;
	}
	.lp-ct1-fv {
		font-size: 24px;
	}
}
@media screen and (min-width: 1900px) {
	.lp-ct1-fv {
		font-size: 1.3vw;
	}
	.lp-ct1-bg {
		background: url('../image/lp/lp_ct1.png') no-repeat top/100%;
	}
}
.lp-ct1-wry .ttl {
	font-size: 6.1vw;
	margin: 4em 0 2em;
	line-height: 1.9;
}
.lp-ct1-wry .block {
	background: url('../image/lp/lp_ct1_wry__sp.png') no-repeat top/100%;
	margin: 0;
	font-size: 3.8vw;
	text-align: left;
}
.lp-ct1-wry .inner {
	padding: 8.5em 0 7em;
}
.lp-ct1-wry .bln {
	display: block;
	width: 21.5em;
	height: 4.5em;
	padding: .7em;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 auto 1.4em;
}
.lp-ct1-wry .bln::after {
	content: '';
	background-image: url('../image/lp/lp_bal.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.lp-ct1-wry {
		padding: 0 7.5vw;
	}
	.lp-ct1-wry .small {
		font-size: 90%;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct1-wry .ttl {
		font-size: 32px;
		margin: 0;
	}
	.lp-ct1-wry .block {
		background: url('../image/lp/lp_ct1_wry.png') no-repeat top/100%;
		max-width: 1150px;
		margin: 0 auto 50px;
		font-size: 1.8vw;
	}
	.lp-ct1-wry .inner {
		max-width: 39em;
		margin: auto;
		padding: 8em 0 6em;
	}
	.lp-ct1-wry .bln {
		display: inline-block;
		margin: 0;
	}
	.lp-ct1-wry .bln.min {
		width: 18.5em;
	}
	.lp-ct1-wry .bln.min::after {
		background-image: url('../image/lp/lp_bal_min.png');
	}
	.lp-ct1-wry .bln.big {
		width: 23.3em;
	}
	.lp-ct1-wry .bln.big::after {
		background-image: url('../image/lp/lp_bal_big.png');
	}
	.lp-ct1-wry .b1 {
		margin: 0 0 .5em 3em;
	}
	.lp-ct1-wry .b2 {
		float: right;
	}
	.lp-ct1-wry .b2::after,
	.lp-ct1-wry .b4::after {
		transform: scaleX(-1);
	}
	.lp-ct1-wry .b3 {
		margin: 1em 0 0;
	}
	.lp-ct1-wry .b4 {
		margin: 0 0 .5em 17em;
	}
	.lp-ct1-wry .b5 {
		margin: 0 0 .5em 4em;
	}
	.lp-ct1-wry .b6 {
		margin: 0 0 .5em 11em;
	}
}
@media screen and (min-width: 1150px) {
	.lp-ct1-wry .block {
		font-size: 20px;
	}
}
.lp-ct1-btm {
	font-size: 6.1vw;
	letter-spacing: 5%;
}
.lp-ct1-btm .tx1 {
	margin: 4em 0 2em;
}
.lp-ct1-btm .linebox {
	font-size: 1.4em;
	margin: .4em 0 .8em;
}
.lp-ct1-btm .line {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.lp-ct1-btm .line::after {
	content: '';
	background: #F8C499;
	width: 100%;
	height: .7em;
	position: absolute;
	left: 0;
	bottom: .1em;
	z-index: -1;
	border-radius: 2em;
}
.lp-ct1-btm .line1 {
	padding: 0 .4em;
}
@media screen and (min-width: 768px) {
	.lp-ct1-btm {
		font-size: 24px;
	}
	.lp-ct1-btm .tx1 {
		font-size: 1.1em;
		letter-spacing: 10%;
		margin: 0 0 1.5em;
	}
	.lp-ct1-btm .linebox {
		font-size: 1.5em;
		margin: .3em 0;
	}
	.lp-ct1-btm .line1 {
		padding: 0 0 0 .4em;
	}
	.lp-ct1-btm .line1::after {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.lp-ct1-btm .line2::after {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}


/* #lp-ct2
--------------------------------------------*/
.lp-ct2 {
	background: #F8F5ED;
}
.lp-ct2 path {
	fill: #fff9e8;
} 
.lp-ct2-fv {
	margin: 150px 0;
}
.lp-ct2-fv .ttl {
	font-size: 8.2vw;
	line-height: 2;
	margin: 0 0 1em;
}
.lp-ct2-fv .big {
	font-size: 1.65em;
	line-height: 1;
	font-weight: bold;
}
.lp-ct2-fv .img {
	margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
	.lp-ct2 {
		margin: 0 0 -3em;
		z-index: 9;
	}
	.lp-ct2-fv {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0 0 50px;
		padding: 8vw 0 0;
	}
	.lp-ct2-fv .main {
		width: 500px;
	}
	.lp-ct2-fv .ttl {
		font-size: 36px;
	}
	.lp-ct2-fv .img {
		width: 43%;
		margin: 0 0 0 1em;
	}
}
@media screen and (min-width: 950px) {
	.lp-ct2-fv {
		padding: 0;
	}
}
.lp-ct2-kv .img {
	width: 90%;
}
.lp-ct2-kv .box {
	font-size: 4.6vw;
	background: #486926;
	width: 10.6em;
	height: 8em;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: -2em 0 0 auto;
	position: relative;
}
.lp-ct2-ss2 .lp-ct2-kv .img {
	margin: 0 0 0 auto;
}
.lp-ct2-ss2 .lp-ct2-kv .box {
	margin: -2em 0 0;
}
.lp-ct2-kv .ttl {
	font-size: 1.4em;
}
@media screen and (min-width: 768px) {
	.lp-ct2-main {
		max-width: 880px;
		margin: auto;
	}
	.lp-ct2-kv .img {
		width: 630px;
	}
	.lp-ct2-kv .box {
		font-size: 20px;
		width: 300px;
		height: 225px;
		margin: -8em 0 0 auto;
	}
	.lp-ct2-ss2 .lp-ct2-kv .box {
		margin: -8em 0 0;
	}
	.lp-ct2-kv .ttl {
		font-size: 1.6em;
	}
}
.lp-ct2-ss1 {
	margin: 0 0 80px;
}
.lp-ct2-ss1 .read {
	margin: 25px 0 100px;
}
.lp-ct2-ss1 .illust {
	width: 150px;
	margin: 20px auto 0;
}
.lp-ct2-ss1 .ct-ttl {
	font-size: 24px;
	margin: 20px 0 15px;
}
.lp-ct2-ss2 {
	margin: 0 0 80px;
}
.lp-ct2-main .ct-list {
	margin-top: 25px;
}
.lp-ct2-ss3 {
	margin: 0 0 130px;
}
@media screen and (max-width: 767px) {
	.lp-ct2-main .ct-list {
		font-size: 16px;
	}
	.lp-ct2-main ul.list-dot li::before {
		top: 7px;
		left: -3px;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct2-ss1 {
		margin: 0 0 170px;
	}
	.lp-ct2-ss1 .read {
		display: flex;
		flex-direction: row-reverse;
		margin: 45px 0 100px;
	}
	.lp-ct2-ss1 .illust {
		width: 210px;
		flex-shrink: 0;
		margin: 5px 50px 0 10px;
	}
	.lp-ct2-ss1 .ct.row-2 {
		column-gap: 9%;
	}
	.lp-ct2-ss1 .ct-txt {
		margin: 0 0 -20px 0;
	}
	.lp-ct2-main .ct-list {
		width: fit-content;
		margin-top: -30px;
	}
	.lp-ct2-ss2 .ct-list {
		margin-left: auto;
	}
	.lp-ct2-ss3 {
		margin: 0 0 90px;
	}
}
.lp-ct2-btm {
	font-size: 6.1vw;
	letter-spacing: 5%;
}
.lp-ct2-btm p {
	margin: 0 0 1.8em;
}
.lp-ct2-btm .big {
	font-size: 1.6em;
	line-height: 1.8;
}
.lp-ct2-btm .illust {
	width: 50%;
	margin: 1.7em auto 160px;
}
@media screen and (max-width: 767px) {
	.lp-ct2-btm .txt4 {
		font-size: .8em;
	}
	.lp-ct2-btm .big {
		display: block;
		margin: .7em 0 0;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct2-btm {
		font-size: 24px;
	}
	.lp-ct2-btm p {
		margin: 0 0 1.5em;
	}
	.lp-ct2-btm .txt2 {
		margin: 0;
	}
	.lp-ct2-btm .big {
		font-size: 1.5em;
	}
	.lp-ct2-btm .illust {
		width: 285px;
		margin: 50px auto 40px;
	}
}
.lp-ct2-if .inner {
	padding: 3em 0 2.2em;
	font-size: 4.6vw;
}
.lp-ct2-if .ttl {
	font-size: 1.4em;
	margin: 0 0 1.8em;
}
.lp-ct2-if .em {
	font-size: 1.25em;
	color: #AFE1F7;
}
.lp-ct2-if ul.list-dot li::before {
	width: .8em;
	height: .8em;
	background: #fff;
	top: .8em;
}
@media screen and (max-width: 767px) {
	.lp-ct2-if .inner {
		background: #6B6B6B;
		border-radius: 30px;
	}
	.lp-ct2-if .list {
		width: fit-content;
		margin: auto;
	}
	.lp-ct2-if ul.list-dot li.first::before {
		top: .5em;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct2-if {
		max-width: 930px;
		margin: auto;
		background: url('../image/lp/lp_ct2_if.png') no-repeat top/100%;
	}
	.lp-ct2-if .inner {
		width: fit-content;
		margin: auto;
		font-size: 2vw;
		padding: 5em 0 7em;
	}
	.lp-ct2-if .ttl {
		font-size: 1.7em;
		margin: 0 0 1.5em;
	}
	.lp-ct2-if .em {
		font-size: 1.4em;
	}
	.lp-ct2-if ul.list-dot li::before {
		top: .9em;
	}
}
@media screen and (min-width: 1000px) {
	.lp-ct2-if .inner {
		font-size: 20px;
	}
}
.lp-ct2-arrow {
	margin: 3.5em auto;
	font-size: 4.5vw;
	position: relative;
	width: 0;
	height: 0;
}
.lp-ct2-arrow,
.lp-ct2-arrow::before,
.lp-ct2-arrow::after {
	border-left: .7em solid transparent;
	border-right: .7em solid transparent;
	border-top: .9em solid #4D2808;
}
.lp-ct2-arrow::before,
.lp-ct2-arrow::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.lp-ct2-arrow::before {
	top: -2.5em;
}
.lp-ct2-arrow::after {
	top: .7em;
}
@media screen and (min-width: 768px) {
	.lp-ct2-arrow {
		font-size: 20px;
		margin: 3em auto 4em;
	}
}
.lp-ct2-aft {
	font-size: 4.9vw;
	padding: 0 0 90px;
	letter-spacing: 5%;
}
.lp-ct2-aft .ttl {
	font-size: 1.3em;
	line-height: 1.8;
	margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
	.lp-ct2-aft .bg {
		background: url('../image/lp/lp_ct2_aft__sp.png') no-repeat top/100%;
		padding: 2em 0 6.5em;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct2-aft {
		font-size: 2.4vw;
		padding: 4.5em 0 6em;
		max-width: 975px;
		margin: auto;
		background: url('../image/lp/lp_ct2_aft.png') no-repeat top/100%;
	}
	.lp-ct2-aft .ttl {
		font-size: 1.5em;
		line-height: 2;
	}
}
@media screen and (min-width: 1000px) {
	.lp-ct2-aft {
		font-size: 24px;
	}
}


/* #lp-ct3
--------------------------------------------*/
.lp-ct3 {
	background: #EEF3E7;
}
.lp-ct3 path {
	fill: #F8F5ED;
}
.lp-ct3-fv {
	padding: 90px 0 80px;
}
.lp-ct3-fv .logo {
	width: 167px;
	margin: 0 auto 40px;
}
.lp-ct3-fv .ttl {
	margin: 0 auto 3em;
	position: relative;
	width: fit-content;
	line-height: 2;
	font-size: 6.5vw;
}
.lp-ct3-fv .ttl::before,
.lp-ct3-fv .ttl::after {
	content: '';
	background: url('../image/lp/emp_brown.png') no-repeat center/contain;
	width: 1.5em;
	height: 2.7em;
	position: absolute;
	bottom: -1.2em;
}
.lp-ct3-fv .ttl::before {
	left: .8em;
}
.lp-ct3-fv .ttl::after {
	transform: scale(-1,1);
	right: .8em;
}
.lp-ct3-fv .small {
	font-size: 88%;
}
@media screen and (min-width: 768px) {
	.lp-ct3-fv {
		padding: 60px 0 80px;
	}
	.lp-ct3-fv .ttl {
		margin: 0 auto 60px;
		font-size: 36px;
	}
	.lp-ct3-fv .ttl::before,
	.lp-ct3-fv .ttl::after {
		width: 2em;
		height: 3em;
		bottom: .5em;
	}
	.lp-ct3-fv .ttl::before {
		left: -2em;
	}
	.lp-ct3-fv .ttl::after {
		right: -2em;
	}
}
.lp-ct3-read {
	margin: 0 0 90px;
}
.lp-ct3-read .ttl {
	font-size: 6.1vw;
	line-height: 1.9;
	margin: 2em 0 1.3em;
}
@media screen and (min-width: 768px) {
	.lp-ct3-read {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 5%;
		margin: 0 0 130px;
	}
	.lp-ct3-read .ttl {
		font-size: 32px;
		margin: 1.3em 0;
	}
}
.lp-ct3-imp {
	font-size: 3vw;
	position: relative;	
	margin: 0 0 12em;
	padding: 0;
}
.lp-ct3-imp .balloon {
	font-size: 1.5em;
	margin: 0 0 1em 1em;
}
.lp-ct3-imp .img {
	margin: 0 .5em 0 1em;
}
.lp-ct3-imp::before,
.lp-ct3-imp::after,
.lp-ct3-imp .img::before {
	content: '';
	position: absolute;
}
.lp-ct3-imp::before {
	background: url('../image/lp/lp_ct3_illust2.png') no-repeat center/contain;
	width: 4.5em;
	height: 5.5em;
	left: 0;
	bottom: 15em;
}
.lp-ct3-imp::after {
	background: url('../image/lp/lp_ct3_illust3.png') no-repeat center/contain;
	width: 7.2em;
	height: 9em;
	bottom: -10em;
	right: 0;
}
.lp-ct3-imp .img::before {
	background: url('../image/lp/lp_ct3_illust1.png') no-repeat center/contain;
	width: 6.5em;
	height: 2.4em;
	top: 10em;
	right: 0;
}
@media screen and (min-width: 768px) {
	.lp-ct3-imp {
		font-size: 2.2vw;
		max-width: 41em;
		margin: 0 auto 90px;
	}
	.lp-ct3-imp .balloon {
		font-size: 100%;
		position: absolute;
		left: 0;		
		top: 0;
		margin: 0;
	}
	.lp-ct3-imp .img {
		width: 22em;
		margin: auto;
		padding: 20px 0 0;
	}
	.lp-ct3-imp::before {
		left: 3.5em;
		bottom: .5em;
	}
	.lp-ct3-imp::after {
		bottom: .5em;
		right: 1em;

	}
	.lp-ct3-imp .img::before {
		top: 4em;
		right: 7em;
	}
}
@media screen and (min-width: 880px) {
	.lp-ct3-imp {
		font-size: 20px;
	}
}
.lp-ct3-kind {
	padding: 90px 0 150px;
}
.lp-ct3-kind .bg {
	position: relative;
	background: #fff;
}
.lp-ct3-kind .bg::before,
.lp-ct3-kind .bg::after {
	content: '';
	position: absolute;
}
.lp-ct3-kind .bg::before {
	background: url('../image/lp/lp_ct3_illust4.png') no-repeat center/contain;
	width: 10.5em;
	height: 7.7em;
	top: -3em;
	right: 1em;
}
.lp-ct3-kind .bg::after {
	background: url('../image/lp/lp_ct3_illust5.png') no-repeat center/contain;
	width: 6.5em;
	height: 5.5em;
	bottom: -1em;
	left: 1em;
}
.lp-ct3-kind .ttl {
	font-size: 6.1vw;
	line-height: 1.8;
	margin: 0 0 .5em;
}
@media screen and (max-width: 767px) {
	.lp-ct3-kind .bg {
		border-radius: 30px;
		padding: 100px 20px 130px;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct3-kind {
		font-size: 2vw;
		max-width: 49em;
		margin: 0 auto 110px;
		padding: 0;
	}
	.lp-ct3-kind .bg {
		background: url('../image/lp/lp_ct3_bg.png') no-repeat top/100%;
	}
	.lp-ct3-kind .inner {
		max-width: 32.2em;
		margin: auto;
		padding: 6.5em 0 7em;
	}
	.lp-ct3-kind .ttl {
		font-size: 1.8em;
	}
	.lp-ct3-kind .bg::before {
		width: 13em;
		height: 9.5em;
		top: 0;
		right: 4em;
	}
	.lp-ct3-kind .bg::after {
		width: 7em;
		height: 6em;
		bottom: -.4em;
		left: 3em;
	}
	.lp-ct3-kind p {
		font-size: 1em;
	}
}
@media screen and (min-width: 930px) {
	.lp-ct3-kind {
		font-size: 18px;
	}
}
.lp-ct3-main {
	padding: 0 0 80px;
}
.lp-ct3-main::before {
	content: '';
	background: url('../image/lp/lp_ct3_img__sp.png') no-repeat center;
	display: block;
	height: 180px;
	margin: 0 0 90px;
}
.lp-ct3-main .head {
	font-size: 4.6vw;
	letter-spacing: 5%;
	margin: 0 0 100px;
}
.lp-ct3-main .txt1 {
	font-size: 1.35em;
	margin: 0 0 .7em;
}
.lp-ct3-main .mainttl {
	font-size: 5.7vw;
	margin: 0 0 1.8em;
	line-height: 2;
}
.lp-ct3-sup1 .ct {
	margin: 0 0 120px;
}
.lp-ct3-sup1 .img {
	position: relative;
	margin: 0 0 46vw;
}
.lp-ct3-sup1 .img::before {
	content: '';
	background: url('../image/lp/lp_ct3_illust6.png') no-repeat center/contain;
	width: 50vw;
	height: 44vw;
	position: absolute;
	bottom: -30vw;
	left: 2vw;
}
.lp-ct3-sup1 .main .top {
	margin: 0 0 70px;
}
.lp-ct3-sup1 .main .top .ttl {
	font-size: 6.7vw;
	margin: 0 0 .8em;
}
.lp-ct3-sup1 .sub .ttl {
	font-size: 5.6vw;
}
.lp-ct3-sup2 .ct {
	margin: 70px 0 0;
}
.lp-ct3-sup2 .box {
	padding: 0 0 80px;
}
.lp-ct3-sup2 .ttl {
	text-align: center;
	font-size: 24px;
	margin: 1em 0;
}
@media screen and (min-width: 768px) {
	.lp-ct3-main {
		padding: 0 0 160px;
	}
	.lp-ct3-main::before {
		background: url('../image/lp/lp_ct3_img.png') no-repeat center/cover;
		height: 19.8vw;
		margin: 0 0 160px;
	}
	.lp-ct3-main .head {
		font-size: 24px;
		margin: 0 0 120px;
	}
	.lp-ct3-main .txt1 {
		font-size: 1.5em;
	}
	.lp-ct3-main .mainttl {
		font-size: 32px;
		margin: 0 0 70px;
	}
	.lp-ct3-sup1 .ct {
		max-width: 940px;
		margin: 0 auto 200px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	.lp-ct3-sup1 .img {
		width: 45%;
		margin: 0;
	}
	.lp-ct3-sup1 .img::before {
		width: 250px;
		height: 220px;
		bottom: -150px;
		left: 10px;
	}
	.lp-ct3-sup1 .main {
		width: 49%;
	}
	.lp-ct3-sup1 .main .top {
		margin: 0 0 90px;
	}
	.lp-ct3-sup1 .main .top .ttl {
		font-size: 32px;
		line-height: 1.9;
	}
	.lp-ct3-sup1 .sub .ttl {
		font-size: 24px;
		margin: 40px 0 20px;
	}
	.lp-ct3-sup2 .ct {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0 5%;
		margin: -15px 0 0;
	}
}
@media screen and (min-width: 1900px) {
	.lp-ct3-main::before {
		background: url('../image/lp/lp_ct3_img.png') no-repeat center;
		height: 380px;
	}
}


/* #lp-ct4
--------------------------------------------*/
.lp-ct4 {
	background: #6DA226;
	padding: 110px 0 40px;
}
.lp-ct4-head {
	font-size: 5.1vw;
	letter-spacing: 5%;
	margin: 0 0 1.5em;
}
.lp-ct4-head .txt1 {
	font-size: 1.2em;
	margin: 0 0 1em;
}
.lp-ct4-ttl {
	position: relative;
}
.lp-ct4-ttl::before {
	content: '';
	background: url('../image/lp/lp_ct4_illust.png') no-repeat top/100%;
	width: 95%;
	height: 14vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
}
.lp-ct4-ttl .ttl {
	font-size: 8.2vw;
	line-height: 1.5;
	background: url('../image/lp/lp_ct4_ttl.png') no-repeat top/100%;
	width: 95%;
	margin: 0 1% 0 4%;
	padding: 1.2em 0 3em;
}
.lp-ct4-free {
	font-size: 4.1vw;
	padding: 20px 0 60px;
	letter-spacing: 5%;
}
.lp-ct4-free .now {
	font-size: 75%;
	margin: 0 1em 0 0;
	padding: 0 0 0 .5em;
	background: #ED7422;
	width: 4.95em;
	height: 4.95em;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-15deg);
}
.lp-ct4-free .main {
	color: #FCF872;
	line-height: 1.3;
	font-size: 1.9em;
	margin: -.5em 0 0;
}
.lp-ct4-free .main .small {
	font-size: .8em;
}
.lp-ct4-free .main .big {
	font-size: 2em;
}
@media screen and (max-width: 767px) {
	.lp-ct4-free .head {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct4 {
		padding: 130px 0;
	}
	.lp-ct4-head {
		font-size: 24px;
		margin: 0 0 40px;
	}
	.lp-ct4-head .txt1 {
		font-size: 1.35em;
		margin: 0 0 .5em;
	}
	.lp-ct4-ttl::before {
		content: '';
		background: url('../image/lp/lp_ct4_illust.png') no-repeat top;
		width: 100%;
		height: 7.5em;
		bottom: -3.2em;
	}
	.lp-ct4-ttl .ttl {
		font-size: 48px;
		width: 13.5em;
		margin: 0 auto 1.2em;
		padding: 1.7em 0 2.9em;
	}
	.lp-ct4-free {
		padding: 130px 0 40px;
		font-size: 24px;
		width: fit-content;
		margin: auto;
	}
	.lp-ct4-free .head {
		position: relative;
	}
	.lp-ct4-free .now {
		font-size: 1.35em;
		position: absolute;
		top: -2.5em;
		left: -2.5em;
		margin: 0;
		padding: 0;
	}
	.lp-ct4-free .main {
		font-size: 1.67em;
		line-height: 1;
		margin: 0;
	}
	.lp-ct4-free .main .small {
		font-size: .6em;
	}
}

.lp-ct4-main {
	
}
.lp-ct4-box {
	background: #fff;
	padding: 30px 18px;
	margin: 0 0 40px;
}
.lp-ct4-box .first {
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}
.lp-ct4-box .num {
	color: #82A651;
	font-size: 60px;
	line-height: 1;
	width: 65px;
}
.lp-ct4-box .cat {
	background: #4D2808;
	width: fit-content;
	padding: 6px 15px 9px;
	border-radius: 3em;
	line-height: 1.4;
}
.lp-ct4-box .ttl {
	color: #ED7422;
	font-size: 24px;
}
.lp-ct4-box .ct {
	margin: 15px 0 0;
	font-size: 90%;
}
.lp-ct4-box p {
	margin: 0;
	line-height: 1.8;
}
.lp-ct4-box .txt1 {
	font-size: 1.1em;
}
.lp-ct4-box .s70 {
	font-size: 70%;
}
.lp-ct4-box .list {
	margin: .5em 0;
}
@media screen and (min-width: 768px) {
	.lp-ct4-main {
		max-width: 880px;
		margin: auto;
	}
	.lp-ct4-box {
		padding: 35px 25px;
		margin: 0 0 25px;
	}
	.lp-ct4-box .head {
		display: flex;
	}
	.lp-ct4-box .first {
		align-items: flex-start;
		margin: 0 20px 0 0;
	}
	.lp-ct4-box .ttl {
		font-size: 32px;
		line-height: 1;
	}
	.lp-ct4-box .ct {
		margin: 0 0 0 65px;
		font-size: 100%;
	}
	.lp-ct4-box .list {
		display: grid;
		grid-auto-flow: column;
		margin: .3em 0 -.2em;
	}
	#box3.lp-ct4-box .list {
		grid-template-rows: repeat(2, 1fr);
		grid-auto-columns: max-content;
		gap: 0 40px;
	}
	#box5.lp-ct4-box .list {
		grid-template-rows: repeat(3, 1fr);
		gap: 0 40px;
	}
}


/* #lp-ct5
--------------------------------------------*/
.lp-ct5 {
	background: #fff;
	padding: 110px 0;
}
.lp-ct5-ttl {
	font-size: 24px;
	margin: 0 0 2.2em;
}
@media screen and (min-width: 768px) {
	.lp-ct5 {
		padding: 210px 0 160px;
	}
	.lp-ct5-ttl {
		font-size: 36px;
		margin: 0 0 -1.5em;
	}
	.lp-ct5-txt {
		max-width: 560px;
		margin: -2em auto 0;
	}
}


/* #lp-ct6
--------------------------------------------*/
.lp-ct6 {
	background: #FAEBA0;
	padding: 120px 0;
}
.lp-ct6-head {
	font-size: 5.5vw;
	margin: 0 0 80px;
	letter-spacing: 5%;
}
.lp-ct6-main {
	position: relative;
	font-size: 6.7vw;
	margin: 0 0 70px;
}
.lp-ct6-main .ttl {
	background: url('../image/lp/lp_ct6_bg__sp.png') no-repeat top/100%;
	font-size: 100%;
	line-height: 1.9;
	padding: 2.5em 0 12.5em;
}
.lp-ct6-main .sub {
	font-size: 75%;
}
.lp-ct6-main .staff {
	width: 6.6em;
	position: absolute;	
	z-index: 2;
}
.lp-ct6-main .staff.s1 {
	left: 1.2em;
	bottom: 4.1em;
}
.lp-ct6-main .staff.s2 {
	right: 1.2em;
	bottom: 0;
}
.lp-ct6-main .staff .name {
	font-size: .6em;
	background: #6DA226;
	width: fit-content;
	padding: .2em 1.1em .3em;
	border-radius: 3em;
	margin: -1em 0 0;
	position: relative;
}
.lp-ct6-main .staff.s2 .name {
	margin: -1em 0 0 auto;
}
@media screen and (min-width: 768px) {
	.lp-ct6 {
		padding: 100px 0 80px;
	}
	.lp-ct6-head {
		font-size: 24px;
		margin: 0 0 45px;
	}
	.lp-ct6-main {
		font-size: 3.2vw;		
		max-width: 1020px;
		margin: 0 auto 50px;
		padding: 0 20px;
	}
	.lp-ct6-main .ttl {
		max-width: 21em;
		margin: auto;
		background: url('../image/lp/lp_ct6_bg.png') no-repeat top/100%;
		padding: 3em 0 4.8em;
	}
	.lp-ct6-main .sub {
		margin: -.7em 0 0;
	}
	.lp-ct6-main .staff.s1 {
		left: .7em;
		bottom: 0;
	}
	.lp-ct6-main .staff.s2 {
		right: .7em;
	}
	.lp-ct6-main .staff .name {
		padding: 0 1.4em .1em;		
	}
}
@media screen and (min-width: 1000px) {
	.lp-ct6-main {
		font-size: 32px;
	}
}
.lp-ct6-access {
	margin: 0 0 120px;
}
.lp-ct6-access p {
	font-size: 16px;
	line-height: 1.9;
}
@media screen and (max-width: 767px) {
	.lp-ct6-map {
		height: 61vw;
		margin: 40px 0 0;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct6-access {
		display: grid;
		grid-template-columns: 1fr 49%;
		max-width: 910px;
		margin: 0 auto 100px;
		gap: 40px;
	}
}
.lp-ct6-inq {
	margin: 0 0 80px;
}
.lp-ct6-inq .ttl {
	font-size: 5.6vw;
	margin: 0 0 1.5em;
}
.lp-ct6-tel {
	margin: 50px 0 0;
}
.lp-telnum {
	font-size: 5.6vw;
	letter-spacing: 8%;
	line-height: 1.3;
}
.lp-telnum a {
	font-size: 1.45em;
	text-decoration: underline;
}
.lp-ct6-tel .txt {
	font-size: 4vw;
	padding: .5em 0 0;
}
.lp-ct6-btn .main-btn {
	border: none;
	background: #4D2808;
	min-height: 60px;
	min-width: 260px;
	margin: 0 auto 20px;
}
.lp-ct6-btn .main-btn a::after {
	background: url('../image/icon/arrow_brown2.png') center/cover;
}
.lp-ct6-btn .main-btn:hover {
	background: #82A651;
}
.lp-ct6-btn .main-btn:hover a::after {
	background: url('../image/icon/arrow_green2.png') center/cover;
}
@media screen and (max-width: 767px) {
	.lp-ct6-tel .lp-telnum::before {
		content: '';
		background: url('../image/lp/lp_tel.png') no-repeat center/contain;
		width: 1.2em;
		height: 2em;
		margin: 0 .3em 0 0;
		display: block;
		float: left;
	}
}
@media screen and (min-width: 768px) {
	.lp-ct6-inq {
		margin: 0 0 100px;
	}
	.lp-ct6-inq .ttl {
		font-size: 24px;
		margin: 0 0 1em;
	}
	.lp-ct6-ct {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
		flex-wrap: wrap;
	}
	.lp-ct6-tel {
		width: 100%;
		order: 1;
		display: flex;
		align-items: center;
		justify-content: center;	
	}
	.lp-ct6-tel::before {
		content: '';
		background: url('../image/lp/lp_tel.png') no-repeat center/contain;
		width: 55px;
		height: 72px;
		margin: 0 15px 0 0;
	}
	.lp-telnum {
		font-size: 32px;
	}
	.lp-telnum a {
		font-size: 1.25em;
	}
	.lp-ct6-tel .txt {
		font-size: 18px;
		padding: 3px 0 0;
	}
	.lp-ct6-btn.mail {
		order: 2;
	}
	.lp-ct6-btn.sns {
		order: 3;
	}
	.lp-ct6-btn .main-btn {
		margin: 0;
	}
}
@media screen and (min-width: 1150px) {
	.lp-ct6-tel {
		width: auto;
		margin: 0 2.5% 0 0;
	}
}


/* #lp-foot
--------------------------------------------*/
.lp-foot {
	background: #EEF3E7;
	padding: 70px 0 90px;
}
.lp-foot-logo {
	width: 190px;
	margin: 0 auto 35px;
}
.lp-foot-info .top {
	margin: 0 0 25px;
}
.lp-foot-info .txt {
	font-size: 16px;
	line-height: 1.9;
}
.lp-foot-info .name {
	font-size: 4.3vw;
	margin: 0 0 .5em;
}
.lp-foot-info .time {
	font-size: 16px;
	padding: 15px 0 0;
}
@media screen and (min-width: 400px) {
	.lp-foot-info .name {
		font-size: 17px;
	}
}
@media screen and (min-width: 768px) {
	.lp-foot {
		padding: 110px 0 100px;
	}
	.lp-foot-ct {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7%;
	}
	.lp-foot-logo {
		width: 260px;
		margin: 0;
	}
	.lp-foot-info .top {
		display: flex;
		flex-direction: column-reverse;
		margin: 0;
	}
	.lp-foot-info .name {		
		font-size: 18px;
		margin: 15px 0 -5px;
	}
	.lp-foot-info .time {
		padding: 5px 0 0;
		font-size: 18px
	}
}
.lp-copy {
	background: #fff;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
}











