@charset "UTF-8";



/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
	padding-block: 20.0rem 14.0rem;
}
.intro-catch {
	width: min(100%,366px);
	margin: 0 auto 6.5rem;
}
.intro-desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
	text-align: center;
}
@media screen and (max-width: 768px){
	.l-intro {
		padding-block: 6.0rem 5.0rem;
	}
	.intro-catch {
		width: calc(180 / 340 * 100%);
		margin: 0 auto 4.0rem;
	}
	.intro-desc {
		font-size: 1.4rem;
        line-height: 2.285714285714286;
        letter-spacing: .05em;
	}
}



/*  l-achievement
--------------------------------------------------*/
.sec-ttl {
	position: relative;
	padding-left: 9.0rem;
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	color: #92804c;
}
.sec-ttl span {
	font-size: calc(32 / 20 * 1.0em);
	padding-right: 3.5rem;
}
.sec-ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%) rotate(34deg);
    width: 1px;
    height: 200%;
    background: #b4a882;
    transform-origin: bottom left;
}
.l-achievement {
	padding-block: 17.0rem 15.0rem;
	background: #efedeb;
}
.achievement-inner {
	max-width: 1400px;
}
.achievement-heading {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
	margin-top: 4.5rem;
}
.achievement-list {
	width: 100%;
	gap: 3.5rem 10.0rem;
	margin-top: 8.5rem;
}
.achievement-list__item {
	width: calc((100% - 20.0rem) / 3);
}
.achievement-list__item__desc {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .15em;
	text-align: center;
	margin-top: 2.2rem;
}
.achievement-list__item__desc small {
	display: block;
	font-size: 10px;
	letter-spacing: .05em;
	color: #666666;
	margin-top: .3em;
}
@media screen and (max-width: 768px){
	.sec-ttl {
		padding-left: 6.0rem;
		font-size: 1.3rem;
	}
	.sec-ttl span {
		display: block;
		padding-right: 0;
        margin-bottom: .3em;
	}
	.sec-ttl::before {
	    height: 150%;
	}
	.l-achievement {
		padding-block: 6.0rem 6.0rem;
	}
	.achievement-heading {
		font-size: 1.4rem;
        line-height: 2.285714285714286;
        letter-spacing: .05em;
		margin-top: 2.5rem;
	}
	.achievement-list {
		width: 90%;
		margin-inline: auto;
		margin-top: 3.5rem;
	}
	.achievement-list__item {
		width: 100%;
	}
	.achievement-list__item__desc {
		font-size: 1.4rem;
		letter-spacing: .1em;
		margin-top: 1.5rem;
	}
	.achievement-list__item__desc small {
		font-size: 1.0rem;
	}
}


/*  l-value
--------------------------------------------------*/
.l-value {
	padding-block: 15.0rem 14.5rem;
}
.value-inner {
	max-width: 1400px;
}
.value-detail {
	width: calc(400 / 1400 * 100%);
}
.value-detail__heading {
	position: relative;
	font-size: 2.2rem;
	line-height: 2.272727;
    letter-spacing: .05em;
	color: #92804c;
	margin-top: -.5em;
	margin-bottom: 3.0rem;
}
.value-detail__catch {
	width: 100%;
	margin-bottom: 2.5rem;
}
.value-detail__desc {
	font-size: 1.4rem;
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
	margin-bottom: 2.5rem;
}
.value-detail__note {
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: .05em;
	color: #666666;
}
.value-ranking {
	width: calc(910 / 1400 * 100%);
}
.value-ranking__heading {
	font-size: 2.2rem;
	line-height: 2.272727;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	padding: 1.5rem 1.0rem 1.6rem;
	margin-bottom: 4.0rem;
	background: #93877c;
}
.value-ranking__table {
	width: 100%;
}
.value-ranking__table__cap {
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: .05em;
	color: #666666;
	margin-top: 1.5rem;
}
@media screen and (max-width: 768px){
	.l-value {
		padding-block: 6.0rem 6.0rem;
	}
	.value-detail {
		width: 100%;
	}
	.value-detail__heading {
		/*font-size: 2.2rem;
    	line-height: 2.272727272727273;*/
		font-size: 1.6rem;
        line-height: 2.285714285714286;
		margin-top: 0;
		margin-bottom: 2.5rem;
	}
	.value-detail__catch {
		margin-bottom: 2.5rem;
	}
	.value-detail__desc {
		/*font-size: 1.4rem;
    	line-height: 2.857142857142857;*/
		font-size: 1.2rem;
        line-height: 2;
		letter-spacing: .05em;
		margin-bottom: 2.0rem;
	}
	.value-detail__note {
		font-size: 1.0rem;
	}
	.value-ranking {
		width: 100%;
		margin-top: 4.0rem;
	}
	.value-ranking__heading {
		font-size: 1.6rem;
        line-height: 1.55;
        letter-spacing: .05em;
		padding: .8rem 1.0rem .9rem;
		margin-bottom: 2.0rem;
	}
	.value-ranking__table .js-scroll--body {
		width: 700px;
	}
	.value-ranking__table__cap {
		font-size: 1.0rem;
		margin-top: 1.0rem;
	}
}



/*  l-quality
--------------------------------------------------*/
.l-quality {
	padding-block: 17.0rem 15.0rem;
	background: #efedeb;
}
.quality-inner {
	max-width: 1400px;
}
.quality-geofit {
	border-radius: 2.0rem;
	background: #fff;
	margin-top: 6.5rem;
	margin-bottom: 10.0rem;
}
.quality-geofit__box {
	width: min(90%,1100px);
	margin-inline: auto;
	padding-block: 10.0rem;
}
.quality-geofit__detail {
	width: calc(490 / 1100 * 100%);
}
.quality-geofit__detail__ttl {
	width: calc(320 / 490 * 100%);
	margin: 0 auto 7.5rem;
}
.quality-geofit__detail__explain {
	width: 100%;
}
.quality-geofit__detail__explain__heading {
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	margin-bottom: 1.1rem;
}
.quality-geofit__detail__explain__desc {
	font-size: 1.4rem;
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
}
.quality-geofit__figure {
	width: calc(500 / 1100 * 100%);
}
.quality-geocheck {
	border-radius: 2.0rem;
	background: #fff;
}
.quality-geocheck__box {
	width: min(90%,1100px);
	margin-inline: auto;
	padding-block: 10.0rem;
}
.quality-geocheck__detail {
	width: min(100%, 972px);
	margin: 0 auto 8.0rem;
}
.quality-geocheck__detail__ttl {
	width: calc(400 / 972 * 100%);
}
.quality-geocheck__detail__explain {
	width: calc(490 / 972 * 100%);
}
.quality-geocheck__detail__explain__heading {
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	margin-bottom: 1.1rem;
}
.quality-geocheck__detail__explain__desc {
	font-size: 1.4rem;
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
}
.quality-geocheck__figure {
	width: min(100%, 800px);
	margin-inline: auto;
}
.common-btn {
	width: 100%;
	margin-top: 6.0rem;
}
.common-btn__item {
	position: relative;
	width: min(100%,380px);
	height: 6.6rem;
	border-radius: 3.0rem;
	margin-inline: auto;
	background-color: #b4a882;
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .15em;
	color: #fff;
	text-align: center;
	padding-bottom: .2em;
}
.common-btn__item::after {
	content: '';
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0rem;
	height: 1.0rem;
	border-radius: 50%;
	background-color: #fff;
	z-index: 1;
}
@media screen and (max-width: 768px){
	.l-quality {
		padding-block: 6.0rem 6.0rem;
	}
	.quality-geofit {
		border-radius: 1.5rem;
		margin-top: 3.5rem;
		margin-bottom: 3.0rem;
	}
	.quality-geofit__box {
		width: calc(260 / 320 * 100%);
		padding-block: 5.0rem;
	}
	.quality-geofit__detail {
		width: 100%;
        margin-bottom: 3.0rem;
	}
	.quality-geofit__detail__ttl {
		width: calc(180 / 260 * 100%);
		margin-inline: auto;
		margin-bottom: 2.5rem;
	}
	.quality-geofit__detail__explain {
		width: 100%;
	}
	.quality-geofit__detail__explain__heading {
		font-size: 1.6rem;
        line-height: 2.285714285714286;
	}
	.quality-geofit__detail__explain__desc {
		font-size: 1.2rem;
        line-height: 2;
		letter-spacing: .05em;
	}
	.quality-geofit__figure {
		width: 100%;
	}
	.quality-geocheck {
		border-radius: 2.0rem;
		background: #fff;
	}
	.quality-geocheck__box {
		width: calc(260 / 320 * 100%);
		padding-block: 5.0rem;
	}
	.quality-geocheck__detail {
		width: min(100%, 972px);
		margin-bottom: 3.0rem;
	}
	.quality-geocheck__detail__ttl {
		width: calc(200 / 260 * 100%);
		margin-inline: auto;
		margin-bottom: 2.5rem;
	}
	.quality-geocheck__detail__explain {
		width: 100%;
	}
	.quality-geocheck__detail__explain__heading {
		font-size: 1.6rem;
        line-height: 2.285714285714286;
	}
	.quality-geocheck__detail__explain__desc {
		font-size: 1.2rem;
        line-height: 2;
		letter-spacing: .05em;
	}
	.quality-geocheck__figure {
		width: 100%;
	}
	.quality-geocheck__figure .js-scroll--body {
		width: 700px;
	}
	.common-btn {
		margin-top: 4.0rem;
	}
	.common-btn__item {
		width: 26.0rem;
		height: 5.0rem;
		font-size: 1.6rem;
		letter-spacing: .1em;
		padding-bottom: .2em;
	}
	.common-btn__item::after {
		width: .8rem;
		height: .8rem;
	}
}



/*  sec-button
--------------------------------------------------*/
.js-toggle-button {
	position: relative;
	display: block;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	background: #f4f2ec;
	height: 20.0rem;
	font-size: 2.6rem;
	line-height: 1.45;
	letter-spacing: .1em;
	text-align: left;
	padding-block: 2.4rem 2.5rem;
	padding-left: 6.0rem;
}
.js-toggle-button:focus-visible {
	outline: auto;
}
.js-toggle-button span {
	position: relative;
	display: block;
	padding-block: 2.1rem 2.8rem;
	padding-left: 4.5rem;
	border-left: solid 2px #b4a882;
}
.js-toggle-button i {
	position: absolute;
	right: 6.0rem;
	top: 50%;
	transform: translateY(-50%);
	width: 8.0rem;
	height: 8.0rem;
	background: #b4a882;
}
.js-toggle-button i:before ,
.js-toggle-button i:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(0deg);
	width: 3.4rem;
	height: 2px;
	background: #fff;
	transform-origin: center center;
	transition: transform .3s linear;
}
.js-toggle-button i:after {
	transform: rotate(90deg);
}
.js-toggle-button.active i:after {
	transform: rotate(0deg);
}
.js-toggle-contents {
	position: relative;
	transition: height .3s linear,padding .3s linear;
	will-change: height;
	height: 0;
	overflow: hidden;
	box-sizing: content-box;
}
.js-toggle-contents::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 15.4rem;
	background : linear-gradient(0deg, rgba(240, 238, 230, 0) 0%, rgba(240, 238, 230, 1) 100%);
}
@media screen and (max-width: 768px){
	.js-toggle-button {
		height: 9.0rem;
		font-size: 1.6rem;
		padding-block: 1.1rem;
		padding-left: 3.0rem;
	}
	.js-toggle-button span {
		padding-block: .3rem .5rem;
		padding-left: 2.5rem;
	}
	.js-toggle-button i {
		right: 2.0rem;
		width: 4.0rem;
		height: 4.0rem;
	}
	.js-toggle-button i:before ,
	.js-toggle-button i:after {
		width: 1.4rem;
	}
	.js-toggle-contents::before {
		height: 6.0rem;
	}
}




/*  l-support
--------------------------------------------------*/
.l-support {
	padding-block: 17.0rem 20.0rem;
}
.support-container {
	margin-top: 11.0rem;
}
.support-contents + .support-contents {
	margin-top: 5.0rem;
}
.owners-container {
	gap: 10.0rem 10.0rem;
}
.owners-item {
	width: 100%;
}
.owners-item--half {
	width: calc((100% - 10.0rem) / 2);
}
.owners-item__heading {
	font-size: 2.0rem;
	line-height: 1.777778;
	letter-spacing: .1em;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	border-bottom: solid 1px #999999;
}
.owners-item__box {
	gap: 6.0rem 6.0rem;
}
.owners-item__box__logo {
	width: 12.4rem;
}
.owners-item__box__desc {
	flex: 1;
	font-size: max(12px,1.4rem);
	line-height: 2.285714;
	letter-spacing: .1em;
}
.owners-item__box__desc span {
	display: block;
	font-size: 10px;
	color: #666666;
	margin-top: .5em;
}
.owners-item__list {
	margin-top: 5.2rem;
	gap: 3.0rem 2.6rem;
}
.owners-item__list__card {
	width: calc((100% - 7.8rem) / 4);
}
.owners-item__list__card__desc {
	font-size: max(10px,1.2rem);
	line-height: 1.45;
	color: #666666;
	letter-spacing: .05em;
	text-align: center;
	margin-top: 1.0em;
}
.owners-item__concierge {
	position: relative;
}
.owners-item__concierge__photo {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(242 / 540 * 100%);
	margin-left: calc(-30 / 540 * 100%);
}
.owners-item__concierge__detail {
	width: calc(330 / 540 * 100%);
}
.owners-item__concierge__detail__heading {
	font-size: 1.8rem;
	line-height: 2.222222;
	letter-spacing: .07em;
	color: #92804c;
}
.owners-item__concierge__detail__btn {
	margin-top: 2.5rem;
}
.owners-tips {
	background: #faf9f8;
	border: solid 1px #cac4bf;
	padding-block: 9.0rem;
	margin-top: 9.0rem;
}
.owners-tips__heading {
	font-size: 2.0rem;
	line-height: 1.75;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: 4.5rem;
}
.owners-tips__detail {
	width: min(90%,1000px);
	margin-inline: auto;
}
.owners-tips__detail__desc {
	width: calc(540 / 1000 * 100%);
	font-size: max(12px,1.4rem);
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
}
.owners-tips__detail__photo {
	width: calc(400 / 1000 * 100%);
}
@media screen and (min-width: 769px){
	.owners-item__concierge__detail__btn .common-btn__item {
		height: 5.0rem;
		font-size: 1.4rem;
	}
	.owners-item__concierge__detail__btn .common-btn__item::after {
		width: .7rem;
		height: .7rem;
	}
}
@media screen and (max-width: 768px){
	.l-support {
		padding-block: 6.0rem 7.0rem;
	}
	.support-container {
		margin-top: 4.0rem;
	}
	.support-contents + .support-contents {
    	margin-top: 3.0rem;
	}
	.owners-container {
		gap: 4.0rem 0;
	}
	.owners-item--half {
		width: 100%;
	}
	.owners-item__heading {
		font-size: 1.8rem;
		padding-bottom: 1.0rem;
		margin-bottom: 1.5rem;
	}
	.owners-item__box {
		gap: 2.0rem 2.0rem;
	}
	.owners-item__box__logo {
		width: 12.0rem;
		margin: 1.5rem auto 1.0rem;
	}
	.owners-item__box__desc {
		flex: 100%;
		width: 100%;
		font-size: 1.2rem;
		line-height: 2;
	}
	.owners-item__box__desc span {
		font-size: 1.0rem;
	}
	.owners-item__list {
		margin-top: 3.5rem;
		gap: 1.5rem 1.0rem;
	}
	.owners-item__list__card {
		width: calc((100% - 1.0rem) / 2);
	}
	.owners-item__list__card__desc {
		font-size: 1.0rem;
		margin-top: .5em;
	}
	.owners-item__concierge {
		justify-content: space-between;
	}
	.owners-item__concierge__photo {
		position: relative;
		width: calc(160 / 320 * 100%);
		margin-left: 0;
	}
	.owners-item__concierge__detail {
		width: 100%;
		display: contents;
	}
	.owners-item__concierge__detail__heading {
		width: calc(150 / 320 * 100%);
		font-size: 1.4rem;
		line-height: 1.928571;
	}
	.owners-item__concierge__detail__btn .common-btn__item {
		width: 100%;
	}
	.owners-item__concierge__detail__btn {
		margin-top: 2.0rem;
	}
	.owners-tips {
		padding-block: 4.0rem;
		margin-top: 5.0rem;
	}
	.owners-tips__heading {
		font-size: 1.5rem;
		margin-bottom: 2.0rem;
	}
	.owners-tips__detail {
		width: calc(280 / 320 * 100%);
	}
	.owners-tips__detail__desc {
		width: 100%;
		font-size: 1.2rem;
		line-height: 2;
		margin-bottom: 2.5rem;
	}
	.owners-tips__detail__photo {
		width: 100%;
	}
}



/*  service
--------------------------------------------------*/
.service {
	position: relative;
}
.service-intro {
	font-size: max(12px,1.4rem);
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
	margin-bottom: 11.0rem;
}
.service-intro span {
	display: block;
	font-size: 10px;
	color: #666666;
	margin-top: .5em;
}
.service-item {
	position: relative;
	width: 100%;
}
.service-item__heading {
	font-size: 2.0rem;
	line-height: 1.777778;
	letter-spacing: .1em;
	padding-bottom: 2.5rem;
	margin-bottom: 6.0rem;
	border-bottom: solid 1px #999999;
}
.service-item__figure {
	width: min(100%,900px);
	margin-inline: auto;
}
.service-tips {
	position: relative;
	background: #faf9f8;
	border: solid 1px #cac4bf;
	padding-block: 9.5rem;
	margin-block: 10.0rem;
}
.service-tips__detail {
	width: min(90%,1000px);
	margin-inline: auto;
}
.service-tips__detail__box + .service-tips__detail__box {
	margin-top: 7.0rem;
}
.service-tips__detail__photo {
	width: calc(232 / 1000 * 100%);
}
.service-tips__detail__detail {
	width: calc(708 / 1000 * 100%);
}
.service-tips__detail__detail__heading {
	position: relative;
	padding-left: 3.0rem;
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	color: #92804c;
	margin-bottom: 2.2rem;
}
.service-tips__detail__detail__heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #b4a882;
}
.service-tips__detail__detail__desc {
	font-size: max(12px,1.4rem);
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
}
.service-item__list {
	gap: 2.5rem 6.0rem;
}
.service-item__list__card {
	width: calc((100% - 12.0rem) / 3);
}
.service-item__list__card__photo {
	width: 100%;
}
.service-item__list__card__desc {
	font-size: max(12px,1.4rem);
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.0em;
}
.service-bnr {
	gap: 2.0rem 6.0rem;
	margin-top: 9.5rem;
}
.service-bnr__item {
	display: block;
	width: calc((100% - 6.0rem) / 2);
}
@media screen and (max-width: 768px){
	.service-intro {
		font-size: 1.2rem;
		line-height: 2;
		margin-bottom: 4.0rem;
	}
	.service-intro span {
		font-size: 1.0rem;
	}
	.service-item__heading {
		font-size: 1.8rem;
		padding-bottom: 1.0rem;
		margin-bottom: 3.5rem;
	}
	.service-item__figure .js-scroll--body {
		width: 700px;
	}
	.service-tips {
		padding-block: 4.0rem;
		margin-block: 5.0rem;
	}
	.service-tips__detail {
		width: calc(280 / 320 * 100%);
	}
	.service-tips__detail__box + .service-tips__detail__box {
		margin-top: 3.5rem;
	}
	.service-tips__detail__photo {
		width: 100%;
		margin: 0 auto 2.0rem;
	}
	.service-tips__detail__detail {
		width: 100%;
	}
	.service-tips__detail__detail__heading {
		padding-left: 2.0rem;
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.service-tips__detail__detail__desc {
		font-size: 1.2rem;
		line-height: 2;
	}
	.service-item__list {
		gap: 2.5rem 6.0rem;
	}
	.service-item__list__card {
		width: 100%;
	}
	.service-item__list__card__desc {
		font-size: 1.2rem;
		line-height: 2;
	}
	.service-bnr {
		margin-top: 5.5rem;
	}
	.service-bnr__item {
		width: 100%;
	}
}


/*  l-conclusion
--------------------------------------------------*/
.l-conclusion {
	position: relative;
}
.conclusion-photo {
	width: 100%;
}
.conclusion-property {
	padding-block: 15.0rem 10.0rem;
	background: #efedeb;
}
.conclusion-property__logo {
	width: min(100%,480px);
	margin: 0 auto 5.0rem;
}
.conclusion-property__heading {
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 3.0rem;
}
.conclusion-property__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
	text-align: center;
}
.conclusion-group {
	padding-top: 12.0rem;
}
.conclusion-group__logo {
	width: min(100%,477px);
	margin: 0 auto 5.0rem;
}
.conclusion-group__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 11.0rem;
}
.conclusion-group__list {
	width: 100%;
	display: grid;
  	grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr 1fr;
}
.conclusion-group__list__item {
	position: relative;
	display: grid;
	grid-template-rows: subgrid;
    grid-row: span 2;
	padding: calc(50 / 640 * 100%) calc(120 / 640 * 100%) calc(55 / 640 * 100%);
}
.conclusion-group__list__item + .conclusion-group__list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #999999;
	opacity: .5;
}
.conclusion-group__list__item__logo {
	width: min(90%,324px);
	margin: 0 auto 3.0rem;
	align-self: center;
}
.conclusion-group__list__item__desc {
	font-size: max(12px,1.4rem);
	line-height: 2.285714;
	letter-spacing: .1em;
	text-align: justify;
}
@media screen and (max-width: 768px){
	.conclusion-property {
		padding-block: 4.0rem 6.0rem;
	}
	.conclusion-property__logo {
		width: 80%;
		margin: 0 auto 3.0rem;
	}
	.conclusion-property__heading {
		font-size: 1.8rem;
		margin-bottom: 2.5rem;
	}
	.conclusion-property__desc {
		font-size: 1.4rem;
        line-height: 2.285714285714286;
		letter-spacing: .05em;
	}
	.conclusion-group {
		padding-block: 6.0rem 5.0rem;
	}
	.conclusion-group__logo {
		width: 80%;
		margin: 0 auto 3.0rem;
	}
	.conclusion-group__desc {
		font-size: 1.4rem;
        line-height: 2.285714285714286;
		letter-spacing: .05em;
		margin-bottom: 5.0rem;
	}
	.conclusion-group__list {
		display: block;
	  	width: calc(320 / 380 * 100%);
	  	margin-inline: auto;
	}
	.conclusion-group__list__item {
		display: block;
		padding: 0;
	}
	.conclusion-group__list__item + .conclusion-group__list__item {
		padding-top: 5.0rem;
		margin-top: 5.0rem;
	}
	.conclusion-group__list__item + .conclusion-group__list__item::before {
		width: 100%;
		height: 1px;
	}
	.conclusion-group__list__item__logo {
		margin: 0 auto 3.0rem;
	}
	.conclusion-group__list__item__desc {
		font-size: 1.2rem;
		line-height: 2;
	}
}


/*  l
--------------------------------------------------*/
@media screen and (max-width: 768px){
}


/*  l
--------------------------------------------------*/
@media screen and (max-width: 768px){
}



/*  l
--------------------------------------------------*/
@media screen and (max-width: 768px){
}

