@charset "utf-8";

/* -----------------------------
	debut-area
-------------------------------- */

.debut-area {
	/*background: url("../img/features-top-bg.jpg") no-repeat center / cover;*/
	background: url("../img/features-top-bg2.jpg") no-repeat center / cover;
	padding: 100px 0;
	text-align: center;
	position: relative;
}
/*.debut-area::before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to right, var(--mint-green), var(--beige) 25%, var(--purple) 75%, var(--lightgreen));
}*/

.debut-area .copy {
	display: inline-block;
	background: var(--mint-green);
	border-radius: 30px;
	color: var(--white);
	font-size: 1.8rem;
	margin: 0 0 30px;
	padding: 10px 20px;
}

.debut-area h3 {
	font-size: 3.4rem;
	font-weight: bold;
	color: var(--blue);
	line-height: 1.6;
}

/*.debut-area h3 span {
	display: inline-block;
	padding: 20px 30px;
	margin: 0 0 10px;
	background: var(--white);
	border-radius: 10px;
}*/

.debut-area .txt {
	/*color: var(--white);*/
	line-height: 2.25;
	padding: 30px 0 0;
	font-size: 1.7rem;
}

@media screen and (max-width: 768px){

	.debut-area {
		background: url("../img/features-top-bg-sp2.jpg") no-repeat center / cover;
		padding: 50px 20px;
	}

	.debut-area .copy {
		font-size: 1.6rem;
		margin: 0 0 30px;
		padding: 10px;
		border-radius: 4px;
		font-weight: bold;
	}

	/*.debut-area h3 {
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.debut-area h3 span {
		padding: 10px;
		margin: 0 0 5px;
		border-radius: 4px;
	}*/

	.debut-area h3 {
		font-size: 2.4rem;
	}

	.debut-area .txt {
		line-height: 2;
		padding: 20px 0 0;
		text-align: left;
	}

	
}

/* -----------------------------
	support-area
-------------------------------- */

.support-area {
	padding: 100px 0 60px;
}

.support-area .box-com {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 80px 0 90px;
}

.support-area .box-com.box-01 ,
.support-area .box-com.box-03 {
	flex-direction: row-reverse;
}

.support-area .box-com::before {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
}

.support-area .box-com.box-01::before {
	background-image: url("../img/features-text-01.png");
	width: 795px;
}

.support-area .box-com.box-02::before {
	background-image: url("../img/features-text-02.png");
	width: 799px;
	right: 0;
	left: auto;
}

.support-area .box-com.box-03::before {
	background-image: url("../img/features-text-03.png");
	width: 801px;
}

.support-area .box-com.box-04::before {
	background-image: url("../img/features-text-04.png");
	width: 808px;
	right: 0;
	left: auto;
}

.support-area .box-com .image {
	width: 450px;
}

.support-area .box-com .image img {
	border-radius: 10px;
}

.support-area .box-com .txt {
	width: 700px;
}

.support-area .box-com h3 {
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: 500;
	padding: 100px 0 0;
}

.support-area .box-com.box-01 h3 {
	color: var(--mint-green);
}

.support-area .box-com.box-02 h3 {
	color: #FF892A;
}

.support-area .box-com.box-03 h3 {
	color: #CE85BF;
}

.support-area .box-com.box-04 h3 {
	color: #ADD936;
}

.support-area .box-com p {
	padding: 20px 0 0;
	line-height: 2;
}

.support-area .box-com.box-01 p em {
	background: linear-gradient(transparent 50%, #DAF5F7 50%);
}

.support-area .box-com.box-02 p em {
	background: linear-gradient(transparent 50%, #FFF4EB 50%);
}

.support-area .box-com.box-03 p em {
	background: linear-gradient(transparent 50%, #F5E7F2 50%);
}

.support-area .box-com.box-04 p em {
	background: linear-gradient(transparent 50%, #F4FAE5 50%);
}

.support-area .box-com dl {
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.support-area .box-com dl dt {
	font-weight: 600;
	color: #FF892A;
	padding: 0 0 10px;
	width: 100%;
	display: block;
}

.support-area .box-com dl dd {
	background: #FFF4EB;
	padding: 10px 20px;
	line-height: 1.5;
	display: inline-block;
}

.support-area .box-com dl dd.etc {
	background: none;
	padding: 20px 0 0;
	line-height: 1.5;
	display: inline-block;
}

@media screen and (max-width: 768px){

	.support-area {
		padding: 50px 20px 20px;
	}

	.support-area .box-com {
		display: block;
		padding: 30px 0;
	}

	.support-area .box-com::before {
		background-size: 300px auto;
		height: 56px;
		width: 100%!important;
	}

	.support-area .box-com .image {
		width: 100%;
	}

	.support-area .box-com .image img {
		width: 100%;
	}

	.support-area .box-com .txt {
		width: 100%;
	}

	.support-area .box-com h3 {
		font-size: 2.6rem;
		padding: 30px 0 0;
	}

	.support-area .box-com p {
		padding: 10px 0 0;
	}

	.support-area .box-com dl {
		padding: 20px 0 0;
		gap:5px;
	}

	.support-area .box-com dl dt {
		padding: 0 0 5px;
	}

	.support-area .box-com dl dd {
		padding:5px 10px;
		width: 100%;
		display: block;
	}

	.support-area .box-com dl dd.etc {
		padding: 10px 0 0;
	}
	
}

/* -----------------------------
	forever-area
-------------------------------- */

.forever-area {
	background: #FAFAFA;
	position: relative;
	padding: 100px 0;
	text-align: center;
}

.forever-area::before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, var(--mint-green), var(--beige) 25%, var(--purple) 75%, var(--lightgreen));
}

.forever-area::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg-illust01.png) repeat center / auto;
    opacity: 0.4;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.forever-area .inner {
	position: relative;
	z-index: 1;
}

.forever-area h3 {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.5;
	margin: 0 0 50px;
}

.forever-area h3 em {
	background: linear-gradient(transparent 50%, #FFE45B 50%);
	display: inline-block;
	font-size: 4rem;
	padding: 0 10px;
}

.forever-area .copy {
	font-size: 3.0rem;
	line-height: 1.3;
	color: var(--blue);
	padding: 0 0 20px;
}

.forever-area .txt {
	padding: 0 0 20px;
}

.forever-area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:40px 30px;
	padding: 10px 0 0;
}

.forever-area ul li {
	background-color: var(--white);
	background-position: center top 35px;
	background-repeat: no-repeat;
	background-size: auto 115px;
	width: 380px;
	padding: 170px 0 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	line-height: 1.5;
}

.forever-area ul li.box-01 {
	background-image: url("../img/icon-features-01.svg");
}

.forever-area ul li.box-02 {
	background-image: url("../img/icon-features-02.svg");
}

.forever-area ul li.box-03 {
	background-image: url("../img/icon-features-03.svg");
}

.forever-area ul li.box-04 {
	background-image: url("../img/icon-features-04.svg");
}

.forever-area ul li.box-05 {
	background-image: url("../img/icon-features-05.svg");
}

.forever-area .etc {
	padding: 30px 205px 20px 0;
	text-align: right;
}

@media screen and (max-width: 768px){

	.forever-area {
		padding: 50px 20px 40px;
		text-align: center;
	}

	.forever-area h3 {
		font-size: 1.8rem;
		margin: 0 0 20px;
	}

	.forever-area h3 em {
		background: linear-gradient(transparent 50%, #FFE45B 50%);
		display: inline-block;
		font-size: 2.4rem;
		padding: 0 5px;
	}

	.forever-area .copy {
		font-size: 2rem;
		padding: 0 0 20px;
	}

	.forever-area .txt {
		padding: 0 0 10px;
		text-align: left;
	}

	.forever-area ul {
		display: block;
	}

	.forever-area ul li {
		background-position: center top 20px;
		background-size: auto 60px;
		width: 100%;
		padding: 100px 20px 20px;
		margin: 10px 0 0;
	}

	.forever-area .etc {
		padding: 20px 0 10px;
		text-align: right;
	}

	
}

/* -----------------------------
	if-area
-------------------------------- */

.if-area {
	padding: 150px 0;
}

.if-area .inner {
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	padding: 0 450px 0 0;
}

.if-area .inner .image {
	width: 50%;
	height: 700px;
	position: absolute;
	right: -200px;
	top: 0;
}

.if-area .inner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.if-area .inner .copy {
	display: inline-block;
	color: var(--white);
	font-weight: 600;
	background: linear-gradient(to right, #ADD936, #4CB0E4);
	padding: 5px 20px;
	border-radius: 30px;
}

.if-area .inner h3 {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 30px 0 20px;
}

.if-area .inner .txt {
	padding: 20px 0 0;
}

@media screen and (max-width: 768px){

	.if-area {
		padding: 50px 20px;
	}

	.if-area .inner {
		min-height: auto;
		display: block;
		padding: 0 0 0 0;
	}

	.if-area .inner .image {
		width: 100%;
		height: auto;
		position: static;
	}

	.if-area .inner .copy {
		margin: 20px 0 0;
	}

	.if-area .inner h3 {
		font-size: 2.0rem;
		padding: 20px 0 0;
	}

	.if-area .inner .txt {
		padding: 10px 0 0;
	}

}