@charset "utf-8";
/* CSS Document */

#benefits_info {
	text-align: center;
	padding: 30px 5% 130px;
	position: relative;
}
#benefits_info h2 {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	font-weight: 400;
}
#benefits_info p {
	font-size: 1.5rem;
	line-height: 240%;
	position: relative;
}
.benefitsArea {
	position: relative;
	padding-bottom: 100px;
	overflow: hidden;
}
.benefitsArea > * {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1536px) {
	.benefitsArea::before, .benefitsArea::after {
		zoom: 0.8;
	}
}
@media screen and (max-width: 1366px) {
	.benefitsArea::before, .benefitsArea::after {
		zoom: 0.7;
	}
}
@media screen and (max-width: 1024px) {
	.benefitsArea::before, .benefitsArea::after {
		top: 50px;
		zoom: 0.6;
	}
}
@media screen and (max-width: 480px) {
	.benefitsArea {
		overflow: hidden;
	}
	.benefitsArea::before {
		zoom: 0.4;
		top: 50px;
		
		left: -4%;
	}
	.benefitsArea::after {
		zoom: 0.4;
		top: 50px;
		right: -5%;
	}
}




.benefitsArea > section {
	padding: 55px 11.5% 120px;
	position: relative;
}
.benefitsArea > section::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #9b9b9b;
	position: absolute;
	left: 17.5%;
	top: 0;
	
}
.benefitsArea > section:first-child::after {
	top: 55px;
}
.benefitsArea > section:not(:first-child) {
	padding-top: 80px;
}
.benefitsArea > section:last-child::after {
	height: calc(100% - 65px);
}
.benefitsArea > section:nth-child(odd) {
	background: #F4F6F2;
}
.benefitsArea > section * {
	position: relative;
	z-index: 3;
}
.benefits_day {
	display: flex;
	align-items: center;
	gap: 16px;
}
.benefitsArea > section:nth-child(odd) .benefits_day {
	background: #F4F6F2;
}
.benefitsArea > section:nth-child(even) .benefits_day {
	background: #fff;
}

.benefits_day p {
	font-size: 6rem;
	font-family: "Cormorant Garamond", serif;
	color: rgba(155,141,86, 0.3);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 60%;
	padding: 10px 0;
}
.benefits_day h2 {
	font-size: 1.8rem;
	color: #2d4f0f;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.benefits_dtl {
	padding: 45px 0 0 11.5%;
}
.benefits_dtl section {
	display: flex;
	align-items: flex-start;
	gap: 60px 7%;
}
.benefits_dtl section:not(:last-child) {
	margin-bottom: 50px;
}

.benefits_dtl h3 {
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
/*	word-break: keep-all; */
	line-height: 170%;
}
.benefits_dtl p {
	line-height: 242%;
/*	word-break: keep-all; */
}
.benefits_dtl figure {
	max-width: 500px;
	width: 50%;
}
.benefits_dtl figure img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: none; object-position: right;';
}
.benefits_dtl section div {
	width: 50%;
}
@media screen and (max-width: 1536px) {
	.benefits_day p {
		line-height: 100%;
	}
	.benefits_dtl h3 {
		margin-bottom: 10%;
	}
}
@media screen and (max-width: 1366px) {
	.benefits_dtl section {
		gap: 60px 8%;
	}
}
@media screen and (max-width: 1280px) {
	.benefits_dtl figure img {
		height: 300px;
	}
}
@media screen and (max-width: 1024px) {
	.benefits_day p {
	}
	.benefitsArea > section:not(:first-child) {
		padding-top: 55px;
	}
}
@media screen and (max-width: 896px) {
	.benefits_dtl section {
		flex-flow: column;
		align-items: flex-start;
		gap: 40px;
	}
	.benefits_dtl section:not(:last-child) {
		margin-bottom: 70px;
	}
	.benefits_dtl section > * {
		width: 100%!important;
	}
	.benefits_dtl figure img {
		height: auto;
	}
	.benefits_dtl h3 {
		margin-bottom: 30px;
	}
	#benefits_info h2 {
		line-height: 180%;
		margin-bottom: 60px;
	}
	.benefits_day {
		flex-flow: column;
		align-items: flex-start;
		padding-bottom: 20px;
		gap: 25px;
	}
}
@media screen and (max-width: 640px) {
	#benefits_info {
		overflow: hidden;
	}
	.benefitsArea {
		padding-bottom: 60px;
	}
	.benefits_day p {
		font-size: 6rem;
	}
	#benefits_info p::after {
		zoom: 0.8;
	}
	.benefits_dtl h3 {
		font-size: 1.8rem;
	}
	.benefits_dtl p {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.benefitsArea {
		padding-bottom: 30px;
	}
	.benefitsArea > section {
		padding: 30px 6% 40px;
	}
	.benefitsArea > section::after {
		left: 10.5%;
	}
	.benefitsArea > section:not(:first-child) {
		padding-top: 30px;
	}
	#benefits_info {
		padding: 10px 5% 50px;
	}
	#benefits_info h2 {
		font-size: 1.7rem;
		margin-bottom: 40px;
	}
	#benefits_info p {
		font-size: 1.3rem;
	}
	#benefits_info p::after {
		zoom: 0.5;
		top: inherit;
		bottom: -20%;
		right: -3%;
		margin-left: 0;
	}
	.benefits_day {
		gap: 20px;
	}
	.benefits_day p {
		font-size: 4.0rem;
		color: rgba(155,141,86, 0.3);
	}
	.benefits_day h2 {
		font-size: 1.4rem;
	}
	.benefits_dtl {
		padding: 20px 0 0 12%;
	}
	.benefits_dtl section {
		gap: 25px;
	}
	.benefits_dtl section:not(:last-child) {
		margin-bottom: 50px;
	}
	.benefits_dtl h3 {
		font-size: 1.7rem;
		margin-bottom: 15px;
	}
	.benefits_dtl p {
		line-height: 200%;
		word-break: inherit;
	}
	.benefitsArea > section:last-child {
		padding-bottom: 50px;
	}
	.benefitsArea > section:last-child::after {
		height: calc(100% - 25px);
	}
}

.benefitsArea_message {
	background: #f5f5f5;
	padding: 45px 20px;
	max-width: 880px;
	margin: 0px auto 150px;
}
.benefitsArea_message_dtl {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	padding: 0 10px;
}
.benefitsArea_message_dtl p {
	line-height: 170%;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	.benefitsArea_message_dtl p {
		text-align: left;
	}
	.benefitsArea_message {
		margin: 0px auto 100px;
	}
}

@media screen and (max-width: 480px) {
	.benefitsArea_message {
		margin-top: 40px;
		padding: 30px 15px;
	}
	.benefitsArea_message_dtl {
		padding: 0;
	}
	.benefitsArea_message_dtl p {
		font-size: 1.3rem;
		line-height: 150%;
	}
}


.benefits_appservice {
	background: #f5f5f5;
    padding: 80px 5%;
	max-width: 1000px;
    margin: 0 auto 120px;
}
.benefits_appservice_en {
	font-size: 7rem;
    color: rgba(155, 141, 86, 0.3);
    position: relative;
    z-index: 1;
    font-family: 'Cormorant Garamond', serif;
    line-height: 20% !important;
    letter-spacing: 0.05em;
    text-align: center;
}
.benefits_appservice h3 {
	font-size: 2.2rem;
	line-height: 158%;
	font-weight: 400;
	margin-bottom: 50px;
	letter-spacing: 0.3rem;
	text-align: center;
}
.benefits_appservice h3 span {
	font-size: 1.8rem;
}
.benefits_appservice_txt {
	font-size: 1.4rem;
	line-height: 240%;
	margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.benefits_appservice h3 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.benefits_appservice h3 span {
		font-size: 1.5rem;
	}
	.benefits_appservice_txt {
		font-size: 1.2rem;
	}
	.benefits_appservice_en {
		font-size: 6rem;
	}
}
@media screen and (max-width: 480px) {
	.benefits_appservice_en {
		font-size: 5rem;
	}
}