@charset "UTF-8";




/*  l-life
--------------------------------------------------*/
.l-life {
	position: relative;
	padding-top: 19.0rem;
	background : linear-gradient(90deg, rgba(240, 238, 230, 0) 0%, rgba(240, 238, 230, 1) 50%, rgba(240, 238, 230, 0) 100%);
}
.l-life::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 17.4rem;
	background: linear-gradient(0deg, rgba(195, 185, 155, 0) 0%, rgb(204 197 176) 100%);
	pointer-events: none;
}
.life-head {
	position: relative;
	z-index: 1;
}
.life-head__heading {
	font-size: 3.4rem;
	line-height: 2.058823529411765;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 4.5rem;
}
.life-head__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
	text-align: center;
}
.life-photo {
	margin-top: -23.5rem;
}
.life-photo .p-caption {
	bottom: 12%;
}
@media screen and (max-width: 1000px){
	.life-photo {
		margin-top: -13.5rem;
	}
}
@media screen and (max-width: 768px){
	.l-life {
		padding-top: 5.5rem;
	}
	.l-life::before {
		height: 8.0rem;
	}
	.life-head__heading {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 1.8rem;
	}
	.life-head__desc {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
		text-align: justify;
	}
	.life-photo {
		margin-top: 0;
	}
	.life-photo .js-scroll--body {
		width: 800px;
	}
	.life-photo .p-caption {
		bottom: 9%;
	    left: 0;
	    right: auto;
	}
}




/*  l-support
--------------------------------------------------*/
.l-support {
	position: relative;
	padding-block: 19.5rem 15.0rem;
}
.support-inner {
	max-width: 1680px;
}
.support-nav {
	position: sticky;
	left: 0;
	top: 100px;
	width: 16px;
}
.support-nav__list {
	width: 100%;
	gap: 40px 0;
}
.support-nav__list__item {
	width: 100%;
}
.support-nav__list__item a {
	display: block;
	width: 100%;
	height: 16px;
	border-radius: 50%;
	background-color: #e9e7e5;
}
.support-nav__list__item.active a {
	background-color: #b4a882;
}
.support-wrap {
	width: calc(100% - 140px);
}
.support-left {
	width: calc(500 / 1540 * 100%);
}
.support-left__head {
	margin-bottom: 5.5rem;
}
.support-left__head__heading {
	position: relative;
	font-size: 2.2rem;
	line-height: 2.272727272727273;
	letter-spacing: .1em;
	/*height: 10.0rem;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 9.0rem;
	margin-bottom: 3.5rem;
}
.support-left__head__heading::before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%) rotate(34deg);
    width: 1px;
    height: 100%;
    background: #b4a882;
    transform-origin: bottom left;
}
.support-left__head__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
}
.support-slide__item__head {
	margin-bottom: 2.7rem;
}
.support-slide__item__head__ttl {
	position: relative;
	font-size: 2.0rem;
	line-height: 1.625;
	letter-spacing: .1em;
	padding-left: 1.2em;
	margin-bottom: 1.0rem;
}
.support1 .support-slide__item__head__ttl {
	color: #7d9155;
}
.support2 .support-slide__item__head__ttl {
	color: #92804c;
}
.support3 .support-slide__item__head__ttl {
	color: #b17197;
}
.support-slide__item__head__ttl::before {
	content: '';
	position: absolute;
	left: 0;
	top: .6em;
	width: .5em;
	height: .5em;
	border-radius: 50%;
}
.support1 .support-slide__item__head__ttl::before {
	background: #7d9155;
}
.support2 .support-slide__item__head__ttl::before {
	background: #b4a882;
}
.support3 .support-slide__item__head__ttl::before {
	background: #b17197;
}
.support-slide__item__head__ttl span {
	font-size: .8em;
	letter-spacing: .05em;
}
.support-slide__item__head__desc {
	font-size: 1.4rem;
	line-height: 2.857142857142857;
	letter-spacing: .1em;
	text-align: justify;
}
.support-right {
	position: sticky;
	right: 0;
	top: 100px;
	width: calc(920 / 1540 * 100%);
}
@media screen and (min-width: 769px){
	.support-slide .swiper {
	    overflow: visible;
	}
	.support-slide .swiper-wrapper {
	    height: auto;
	    display: block;
	}
	.support-slide .swiper-slide {
	    height: auto;
	}
	.support-slide .swiper-pagination {
		display: none;
	}
	.support-slide__item {
		padding-bottom: 4.7rem;
	}
	.support-slide__item:last-of-type {
		padding-bottom: 0;
	}
	.support-slide__item + .support-slide__item {
		padding-top: 4.7rem;
	}
}
@media screen and (max-width: 1100px) and (min-width: 769px){
	.support-inner {
	    max-width: 700px;
	}
	.support-nav {
		display: none;
	}
	.support-wrap {
	    width: 100%;
	}
	.support-left {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
	}
	.support-left__head__heading {
	    font-size: 3.0rem;
	}
	.support-left__head__desc {
	    font-size: 2.1rem;
	}
	.support-slide__item__head__ttl {
	    font-size: 2.7rem;
	}
	.support-slide__item__head__desc {
		font-size: 1.9rem;
	}
	.support-right {
		position: relative;
		top: 0;
		width: 100%;
		margin-bottom: 5.0rem;
	}
}
@media screen and (max-width: 768px){
	.l-support {
		padding-block: 8.0rem 6.0rem;
	}
	.support-inner {
		width: 100%;
	}
	.support-nav {
		display: none;
	}
	.support-wrap {
		width: 100%;
	}
	.support-left {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
	}
	.support-left__head {
		margin-bottom: 3.0rem;
	}
	.support-left__head__heading {
		font-size: 1.6rem;
		line-height: 2.285714285714286;/*32*/
		/*letter-spacing: 0;*/
		/*height: 6.6rem;*/
		padding-left: 5.2rem;
		margin-bottom: 1.0rem;
	}
	.support-left__head__desc {
		font-size: 1.4rem;
		line-height: 2.285714285714286;/*32*/
	}
	.support-slide .swiper-wrapper {
	    align-items: stretch;
	}
	.support-slide .swiper-slide {
	    height: auto;
	    display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
	}
	:root .support-slide .swiper-pagination{
		position: relative;
		inset: auto;
		width: 100%;
		border-radius: 0;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 3.0rem 0 0 0;
		gap: 2.0rem;
	}
	:root .support-slide .swiper-pagination-bullet {
		width: .8rem;
		height: .8rem;
		margin: 0;
		top: auto;
		position: relative;
		display: block;
		border-radius: 50%;
		background: #e9e7e5;
		opacity: 1;
	}
	:root .support-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #b4a882;
	}
	.support-slide__item__head {
		margin-bottom: 2.0rem;
		flex: 1 auto;
	}
	.support-slide__item__head__ttl {
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.support-slide__item__head__ttl span {
		display: block;
	}
	.support-slide__item__head__desc {
		font-size: 1.2rem;
		line-height: 2;
	}
	.support-right {
		position: relative;
		top: 0;
		width: 100%;
		margin-bottom: 5.0rem;
	}
}


