@charset "utf-8";
/* CSS Document */

#benefits {
	margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#benefits {
		margin-bottom: 40px;
	}
}

/* ==============================================

	#benefits .linkArea

================================================= */
#benefits .linkArea {
	margin-bottom: 140px;
}
#benefits .link_2 {
	max-width: 700px;
	gap: 60px;
}
#benefits .linkImg span {
	font-size: 1.2rem;
}
#benefits .linkImg div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	position: relative;
}
#benefits .linkImg li {
	counter-increment: heading;
}
/* ゼロを頭につける */
#benefits .linkImg li div::before {
	content: '0' counter(heading);
	position: absolute;
	left: -0.3em;
	font-size: 8rem;
	font-family: "Times New Roman", "serif";
	color: rgba(215,198,197,0.3);
}
/* 10以上はゼロを取る */
#benefits .linkImg li:nth-child(n+10) div::before {
	content: counter(heading);
}
@media screen and (max-width: 768px) {
	#benefits .link_2 {
		gap: 5%;
	}
	#benefits .linkImg p {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	#benefits .linkArea {
		margin-bottom: 70px;
	}
	#benefits .linkImg p {
		font-size: 1.1rem;
	}
	#benefits .linkImg li div::before {
		font-size: 6rem;
	}
}


/* ==============================================

	benefitsArea

================================================= */
.benefitsArea section {
	counter-increment: heading;
	padding: 0 5% 100px;
	position: relative;
}
.benefitsArea section:not(:last-child) {
	margin-bottom: 170px;
}
.benefitsArea section::before {
	content: "";
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
	background: #faf8f8;
}
.benefits_inner {
	max-width: 1180px;
	margin: 0 auto;
}
.benefits_inner > * {
	position: relative;
	z-index: 1;
}

.benefits_img {
	position: relative;
	margin-bottom: 75px;
}
.bft_en {
	font-size: 10rem;
	color: rgba(215,198,197,0.3);
	line-height: 0.8;
	font-family: "Times New Roman", "serif";
	position: absolute;
	top: -0.5em;
	letter-spacing: 0.05em;
}
.benefitsArea section:nth-child(odd) .bft_en {
	right: -0.5em;
	text-align: right;
}
.benefitsArea section:nth-child(even) .bft_en {
	left: -0.5em;
}
@media screen and (max-width: 1366px) {
	.benefitsArea section {
		padding: 0 6% 100px;
	}
}
@media screen and (max-width: 1024px) {
	.benefitsArea section {
		padding: 0 0 100px;
	}
	.benefits_box {
		padding: 0 6%;
		overflow: hidden;
	}
	.bft_en {
		font-size: 9rem;
	}
	.benefitsArea section:nth-child(odd) .bft_en {
		right: 2%;
	}
	.benefitsArea section:nth-child(even) .bft_en {
		left: 2%;
	}
}
@media screen and (max-width: 768px) {
	.bft_en {
		font-size: 8rem;
	}
}
@media screen and (max-width: 640px) {
	.bft_en {
		font-size: 7rem;
	}
	.benefits_img {
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 480px) {
	.benefitsArea section {
		padding: 0 0 60px;
	}
	.benefitsArea section:not(:last-child) {
		margin-bottom: 60px;
	}
	.bft_en {
		font-size: 5rem;
	}
	.benefits_img {
		margin-bottom: 30px;
	}
}


/*---------------------------------------------
	benefits_ttlArea
---------------------------------------------*/
.benefits_ttlArea {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
	position: relative;
}
.benefitsArea section:nth-child(odd) .benefits_ttlArea::after {
	content: "";
	background: url("../images/benefits/bft_01_icon_01.png") center no-repeat;
	position: absolute;
	top: 45px;
	right: 5%;
	width: 210px;
	height: 265px;
}
.benefitsArea section:nth-child(even) .benefits_ttlArea::after {
	content: "";
	background: url("../images/benefits/bft_02_icon_01.png") center no-repeat;
	position: absolute;
	top: 45px;
	right: 5%;
	width: 185px;
	height: 251px;
}
.benefitsArea section .benefits_ttl {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
	height: 120px;
	margin-bottom: 35px;
}
/* ゼロを頭につける */
.benefitsArea section .benefits_ttl::before {
	content: '0' counter(heading);
	position: absolute;
	left: -0.4em;
	font-size: 18rem;
	font-family: "Times New Roman", "serif";
	color: rgba(215,198,197,0.3);
}
/* 10以上はゼロを取る */
.benefitsArea section:nth-child(n+10) .benefits_ttl::before {
	content: counter(heading);
}
.benefits_ttl p {
	color: #a47f78;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-family: "Times New Roman", "serif";
}
.benefits_ttl h2 {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 150%;
}

.benefits_ttl_txt {
	font-size: 2.0rem;
	line-height: 150%;
}
.benefits_ttl_txt_s {
	font-size: 1.6rem!important;
	line-height: 212%;
}
@media screen and (max-width: 768px) {
	.benefits_ttl p {
		font-size: 1.6rem;
	}
	.benefits_ttl h2 {
		font-size: 2.0rem;
	}
	.benefitsArea section .benefits_ttl::before {
		font-size: 14rem;
	}
	.benefits_ttl_txt {
		font-size: 1.9rem;
	}
	.benefits_ttlArea::after {
		right: 0!important;
		zoom: 0.9;
	}
	.benefits_dtl::after {
		zoom: 0.9;
	}
}
@media screen and (max-width: 640px) {
	.benefitsArea section .benefits_ttl::before {
		font-size: 12rem;
	}
}
@media screen and (max-width: 480px) {
	.benefits_ttl p {
		font-size: 1.4rem;
	}
	.benefits_ttl h2 {
		font-size: 1.6rem;
	}
	.benefitsArea section .benefits_ttl {
		margin-bottom: 0;
	}
	.benefitsArea section .benefits_ttl::before {
		font-size: 10rem;
		left: -0.2em;
	}
	.benefits_ttl_txt {
		font-size: 1.5rem;
	}
	.benefits_ttl_txt_s {
		font-size: 1.3rem!important;
	}
	.benefits_ttlArea {
		margin-bottom: 50px;
	}
	.benefits_ttlArea::after {
		right: -10%!important;
		zoom: 0.5;
	}
	.benefits_dtl::after {
		zoom: 0.5;
	}
}


/*---------------------------------------------
	benefits_imgTxt
---------------------------------------------*/
.benefits_imgTxt {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px 6%;
	margin-bottom: 100px;
}
.benefits_imgTxt figure {
	max-width: 680px;
	width: 57.6%;
}
.benefits_imgTxt p {
	flex: 1;
	font-size: 1.4rem;
	line-height: 214%;
}
.benefits_imgTxt p a {
	color: #a47f78;
	text-decoration: underline;
	
}
.benefits_imgTxt p a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1366px) {
	.benefits_imgTxt figure {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.benefits_imgTxt {
		flex-flow: column;
	}
	.benefits_imgTxt figure {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.benefits_imgTxt {
		margin-bottom: 40px;
		gap: 30px;
	}
	.benefits_imgTxt p {
		font-size: 1.3rem;
		line-height: 190%;
	}
}


/*---------------------------------------------
	benefits_dtl
---------------------------------------------*/
.benefits_dtl {
	position: relative;
}
.benefitsArea section:nth-child(odd) .benefits_dtl::after {
	content: "";
	background: url("../images/benefits/bft_01_icon_02.png") center no-repeat;
	position: absolute;
	top: 10px;
	left: -10%;
	width: 242px;
	height: 351px;
}
.benefitsArea section:nth-child(even) .benefits_dtl::after {
	content: "";
	background: url("../images/benefits/bft_02_icon_02.png") center no-repeat;
	position: absolute;
	top: -30px;
	left: -3%;
	width: 142px;
	height: 254px;
}
.benefits_dtlArea {
	max-width: 900px;
	margin: 0 auto;
}
.benefits_dtlArea dl {
	border-top: 1px solid #bfa7a4;
	display: flex;
	padding: 20px 0;
}
.benefits_dtlArea dl:last-child{
	border-bottom: 1px solid #bfa7a4;
}
.benefits_dtlArea dl dt {
	width: 120px;
	text-align: center;
	color: #a47f78;
	font-weight: 500;
	line-height: 171%;
}
.benefits_dtlArea dl dd {
	flex: 1;
	line-height: 171%;
	padding-left: 30px;
}
.benefits_dtlArea dl dd a {
	color: #a47f78;
	text-decoration: underline;
}
.benefits_dtlArea dl dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 480px) {
	.benefits_dtlArea dl {
		flex-flow: column;
		padding: 20px 10px
	}
	.benefits_dtlArea dl dt {
		width: auto;
		text-align: left;
		margin-bottom: 10px;
	}
	.benefits_dtlArea dl dd {
		padding: 0;
		line-height: 150%;
	}
}


/*---------------------------------------------
	bft_atten
---------------------------------------------*/
.bft_atten {
	margin-top: 18px;
}
.bft_atten li {
	display: flex;
	align-items: baseline;
	font-size: 1.3rem;
	line-height: 130%;
}
.bft_atten li::before {
	content: "※";
}
.bft_atten li:not(:last-child) {
	margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
	.bft_atten li {
		font-size: 1.2rem;
	}
}





















