@charset "utf-8";




/*  l-plan
--------------------------------------------------*/
.l-plan {
	position: relative;
	padding-block: 13.0rem 20.0rem;
	/*background: #f2f2f2;*/
	background: url('../../img/common/bg_diagonal.jpg') no-repeat center center/cover;
}
.l-plan::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24.5rem;
    height: 100%;
    background: url('../../img/common/img_decoration_line.webp') no-repeat left top / cover;
    z-index: 1;
}
.plan-inner {
	z-index: 2;
}
.plan-ttl {
	font-size: 6.5rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 7.0rem;
}
.plan-article {
	width: 100%;
}
.plan-article + .plan-article {
	margin-top: 17.0rem;
}
.plan-article__heading {
	width: 100%;
	height: 7.0rem;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	text-align: center;
	padding-bottom: .1em;
	margin-bottom: 6.0rem;
}
.plan-article__heading--3ldk {
	background: linear-gradient(180deg, rgba(150, 146, 148, 1) 0%, rgba(70, 61, 75, 1) 100%);
}
.plan-article__heading--2ldk {
	background: linear-gradient(180deg, rgb(172, 172, 172) 0%, rgb(91, 91, 91) 100%);
}
.plan-article__list {
	max-width: 1420px;
	width: 100%;
	margin-inline: auto;
	gap: 10.0rem;
}
.plan-article__list__item {
	width: calc((100% - 10.0rem) / 2);
}
.plan-article__list__item a {
	display: block;
	position: relative;
	filter: drop-shadow(1.0rem 1.0rem .5rem rgba(204, 204, 204 , 1.0));
}
/*.plan-tabs {
	width: 100%;
}
.plan-tablist {
	width: 100%;
	gap: 2.0rem;
	margin-bottom: 7.0rem;
}
.plan-tab {
	width: 100%;
	height: 7.0rem;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	text-align: center;
	background: linear-gradient(180deg, rgba(204, 204, 204, 1) 0%, rgba(128, 128, 128, 1) 100%);
}
.plan-tab.active {
	background: linear-gradient(180deg, rgba(150, 146, 148, 1) 0%, rgba(70, 61, 75, 1) 100%);
}
.plan-tab div {
	width: 100%;
	height: 100%;
	padding-bottom: .1em;
}
.plan-list {
	max-width: 1420px;
	width: 100%;
	margin-inline: auto;
	gap: 10.0rem;
}
.plan-list__item {
	width: calc((100% - 10.0rem) / 2);
}
.plan-list__item a {
	display: block;
	position: relative;
	filter: drop-shadow(1.0rem 1.0rem .5rem rgba(204, 204, 204 , 1.0));
}
.plan-tips {
	width: min(100%,1346px);
	margin-inline: auto;
	margin-top: 23.0rem;
}
.plan-tips__item {
	width: calc(640 / 1346 * 100%);
}*/
@media (any-hover: hover){
	.plan-article__list__item a {
		transform: scale(1);
		transition: transform .3s linear,filter .3s linear;
	}
	.plan-article__list__item a:hover {
		transform: scale(0.99);
		filter: drop-shadow(0 0 .5rem rgba(204, 204, 204 , 0));
	}
	/*.plan-list__item a {
		transform: scale(1);
		transition: transform .3s linear,filter .3s linear;
	}
	.plan-list__item a:hover {
		transform: scale(0.99);
		filter: drop-shadow(0 0 .5rem rgba(204, 204, 204 , 0));
	}*/
}
@media screen and (max-width: 768px){
	.l-plan {
		padding-block: 6.0rem 8.0rem;
	}
	.l-plan::after {
	    width: 78px;
        opacity: .5;
	}
	.plan-ttl {
		font-size: 4.0rem;
		/*margin-bottom: 7.0rem;*/
		margin-bottom: 5.0rem;
	}
	.plan-article + .plan-article {
		margin-top: 7.0rem;
	}
	.plan-article__heading {
		height: 4.0rem;
        font-size: 2.0rem;
        padding-bottom: 0.2em;
        margin-bottom: 3.0rem;
	}
	.plan-article__list {
		gap: 3.0rem;
	}
	.plan-article__list__item {
		width: 100%;
	}
	.plan-article__list__item a {
		filter: drop-shadow(1.0rem 1.0rem .5rem rgba(204, 204, 204 , 1.0));
	}
	/*.plan-tablist {
		gap: 1.0rem;
		margin-bottom: 4.0rem;
	}
	.plan-tab {
		height: 5.0rem;
		font-size: 2.2rem;
	}
	.plan-list {
		gap: 4.0rem;
	}
	.plan-list__item {
		width: 100%;
	}
	.plan-list__item a {
		filter: drop-shadow(1.0rem 1.0rem .5rem rgba(204, 204, 204 , 1.0));
	}
	.plan-tips {
		margin-top: 8.0rem;
		gap: 2.0rem;
	}
	.plan-tips__item {
		width: 100%;
	}*/
}




/*  l-airy
--------------------------------------------------*/
.airy-access {
	background: #f2f2f2;
}
.airy-access::after {
	display: none;
}
.airy-inner {
	max-width: 1710px;
	width: 95%;
	margin-inline: auto 0;
}
.airy-head {
	width: calc(455 / 1710 * 100%);
}
.airy-photo {
	width: calc(1180 / 1710 * 100%);
}
@media screen and (max-width: 768px){
	.airy-inner {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
		display: block;
	}
	.airy-head {
		width: 100%;
	}
	.airy-photo {
		width: calc(350 / 320 * 100%);
		margin-top: 3.0rem;
	}
}




/*  l-view
--------------------------------------------------*/
.l-view {
	padding-block: 15.0rem;
}
.view-detail {
	width: calc(520 / 1500 * 100%);
}
.view-figure {
	width: calc(900 / 1500 * 100%);
}
.view-figure__item + .view-figure__item {
	margin-top: 4.5rem;
}
@media screen and (max-width: 768px){
	.l-view {
		padding-block: 7.0rem 8.0rem;
	}
	.view-detail {
		width: 100%;
        margin-bottom: 3.5rem;
	}
	.view-figure {
		width: 100%;
	}
	.view-figure__item1 img {
		max-width: calc(380 / 320 * 100%);
		width: calc(380 / 320 * 100%);
		margin-left: calc(-30 / 320 * 100%);
	}
	.view-figure__item + .view-figure__item {
		margin-top: 4.0rem;
	}
}




/*  l-quality
--------------------------------------------------*/
.l-quality {
	position: relative;
	padding-block: 13.0rem 18.0rem;
	background: #f2f2f2;
}
.quality-inner {
	z-index: 1;
}
.quality-ttl {
	font-size: 6.5rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 9.0rem;
}
.quality-contents {
	position: relative;
	width: 100%;
	padding-top: 6.5rem;
}
.quality-contents::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--background-gradation-line);
}
.quality-contents::after {
	content: '';
	position: absolute;
	left: 0;
	top: -.7rem;
	width: 4.6rem;
	height: .7rem;
	background: var(--background-gradation);
	z-index: 1;
}
.quality-contents + .quality-contents {
	margin-top: 9.0rem;
}
.quality-detail {
	width: calc(540 / 1500 * 100%);
}
.quality-detail__heading {
	font-size: 3.0rem;
	line-height: 1.66666667;
	letter-spacing: 0;
}
.quality-detail__desc {
	font-size: 1.8rem;
	line-height: 2.22222222;
	letter-spacing: 0;
	margin-top: 3.0rem;
}
.quality-detail__desc span {
	display: block;
	font-size: 0.77777778em;
	line-height: 1.75;
	margin-top: .7em;
}
.quality-figure {
	width: calc(900 / 1500 * 100%);
}
.quality-article {
	width: 100%;
}
.quality-article__item {
	width: calc(468 / 1500 * 100%);
}
.quality-article__item__figure {
	margin-bottom: 1.5rem;
}
.quality-article__item__heading {
	font-size: 2.1rem;
	line-height: 1.75;
	letter-spacing: 0;
}
.quality-article__item__heading span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0;
	margin-top: 1.0rem;
}
.quality-list {
	width: 100%;
	gap: 4.4rem 4.0rem;
	margin-top: 3.0rem;
}
.quality-list__item {
	width: calc((100% - 13.2rem) / 4);
}
.quality-list__item__photo {
	margin-bottom: 1.5rem;
}
.quality-list__item__explain__heading {
	font-size: 2.1rem;
	line-height: 1.75;
	letter-spacing: 0;
	padding-bottom: 1.0rem;
	margin-bottom: 1.0rem;
	border-bottom: solid 1px #231815;
}
.quality-list__item__explain__desc {
	font-size: 1.8rem;
	line-height: 1.88888889;
	letter-spacing: 0;
}
.quality-list__item__explain__desc span {
	display: block;
	font-size: 0.77777778em;
	line-height: 1.75;
	margin-top: .5em;
}
@media screen and (max-width: 768px){
	.l-quality {
		padding-block: 6.0rem 8.0rem;
	}
	.quality-ttl {
		font-size: 4.0rem;
		margin-bottom: 7.0rem;
	}
	.quality-contents {
		padding-top: 3.0rem;
	}
	.quality-contents + .quality-contents {
		margin-top: 7.0rem;
	}
	.quality-detail {
		width: 100%;
        margin-bottom: 4.0rem;
	}
	.quality-detail__heading {
		font-size: 2.0rem;
		line-height: 1.9;
	}
	.quality-detail__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	    margin-top: 2.5rem;
	}
	.quality-detail__desc span {
		font-size: 1.0rem;
		margin-top: .7em;
	}
	.quality-figure {
		width: 100%;
	}
	.quality-article__item {
		width: 100%;
	}
	.quality-article__item + .quality-article__item {
		margin-top: 4.0rem;
	}
	.quality-article__item__figure {
		margin-bottom: 1.2rem;
	}
	.quality-article__item__heading {
		font-size: 2.0rem;
	}
	.quality-article__item__heading span {
		font-size: 1.0rem;
		margin-top: 1.0rem;
	}
	.quality-list {
		gap: 4.0rem 0;
		margin-top: 0;
	}
	.quality-list__item {
		width: 100%;
	}
	.quality-list__item__photo {
		margin-bottom: 1.2rem;
	}
	.quality-list__item__explain__heading {
		font-size: 2.0rem;
		padding-bottom: 1.0rem;
		margin-bottom: 1.0rem;
	}
	.quality-list__item__explain__desc {
		font-size: 1.6rem;
		line-height: 2.125;
	}
	.quality-list__item__explain__desc span {
		font-size: 1.0rem;
		margin-top: .7em;
	}
}




/*  l-tips
--------------------------------------------------*/
.l-tips {
	position: relative;
	padding-top: 17.0rem;
}
.tips-inner {
	max-width: 950px;
	z-index: 1;
}
.tips-item {
	width: calc(476 / 950 * 100%);
}
.tips-item + .tips-item {
	width: calc(400 / 950 * 100%);
}
@media screen and (max-width: 768px){
	.l-tips {
		padding-top: 7.0rem;
	}
	.tips-inner {
		max-width: 560px;
		gap: 2.0rem;
	}
	.tips-item {
		width: 100% !important;
	}
}