@charset "UTF-8";
@media screen and (max-width: 767px) {
	.l-bg.-spadj {
		background: linear-gradient(24deg, rgba(166, 216, 237, 0.8) 3.39%, rgba(255, 255, 255, 0.8) 37.06%, rgba(247, 237, 228, 0.8) 78.52%);
	}
}

.p-mv {
	padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-mv {
		padding-top: 0;
	}
}
.p-mv .l-content-inner {
	width: 136rem;
}
@media screen and (max-width: 767px) {
	.p-mv .l-content-inner {
		padding: 0;
	}
}
.p-mv .c-section-title {
	padding-left: 1rem;
}
@media screen and (max-width: 767px) {
	.p-mv .c-section-title {
		padding: 0 5.3333333333vw;
	}
}
.p-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -5rem;
	padding-left: 10rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-mv__content {
		display: block;
		margin: 5.6rem 0 0;
		padding: 0;
	}
}
.p-mv__image {
	width: 63.7rem;
}
@media screen and (max-width: 767px) {
	.p-mv__image {
		width: 100%;
		margin-top: 3.2rem;
	}
}
.p-mv .cnt {
	width: calc(100% - 63.7rem);
}
@media screen and (max-width: 767px) {
	.p-mv .cnt {
		width: 100%;
	}
}
.p-mv__text1 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.7142857143;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-mv__text1 {
		font-size: 3.6rem;
		line-height: 1.72;
		padding: 0 5.3333333333vw;
	}
}
.p-mv__text2 {
	margin-top: 2.8rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: 0.04em;
	width: 50rem;
}
@media screen and (max-width: 767px) {
	.p-mv__text2 {
		margin-top: 3.2rem;
		text-align: justify;
		font-size: 2.6rem;
		line-height: 1.85;
		width: 100%;
		padding: 0 5.3333333333vw;
	}
}
.p-mv__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.6rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-mv__btns {
		margin-top: 5.6rem;
		display: block;
	}
	.p-mv__btns .c-btn.-icon {
		width: 55.4rem;
		height: 12rem;
		margin: 2.4rem auto auto;
	}
	.p-mv__btns .c-btn.-icon:first-of-type {
		margin-top: 0;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn::before {
		content: none;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn .icon {
		width: 13.3333333333vw;
		height: 13.3333333333vw;
		border-radius: 3.2vw;
		background-image: url(../images/common/bg_btn-icon.png);
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn .icon.-reserve img {
		width: 6.6666666667vw;
	}
	.p-mv__btns .c-btn.-icon .c-btn__inn .icon.-mail img {
		width: 6.9333333333vw;
	}
}

.p-slider {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0)), color-stop(50%, rgba(29, 29, 29, 0)), color-stop(75%, rgb(29, 29, 29)), color-stop(99%, rgb(29, 29, 29)));
	background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 50%, rgb(29, 29, 29) 75%, rgb(29, 29, 29) 99%);
	padding-top: 8rem;
	padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
	.p-slider {
		padding-top: 13rem;
		padding-bottom: 0;
	}
}
@-webkit-keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes scroll-left {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
.p-slider__wrapper {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-slider__wrapper {
		gap: 2.4rem;
	}
}
.p-slider__slides {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: scroll-left 60s infinite linear 0.5s both;
	        animation: scroll-left 60s infinite linear 0.5s both;
	gap: 2.4rem;
}
.p-slider__slides ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4rem;
}
.p-slider__slides ul li {
	width: 26.4rem;
}
@media screen and (max-width: 767px) {
	.p-slider__slides ul li {
		width: 44rem;
	}
}

.p-features {
	background-color: #1d1d1d;
	padding-top: 5rem;
	color: #ffffff;
	padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
	.p-features {
		padding-top: 12rem;
		padding-bottom: 4rem;
	}
}
.p-features__content {
	padding: 0 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-features__content {
		padding: 0;
		margin-top: 10rem;
	}
}
.p-features__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-features__box {
		display: block;
		margin-top: 14rem;
	}
}
.p-features__box .img {
	margin-top: -4rem;
}
@media screen and (max-width: 767px) {
	.p-features__box .img {
		margin: 4rem -5.3333333333vw 0;
		padding-right: 10vw;
	}
}
.p-features__box .title-en {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.84;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
	.p-features__box .title-en {
		font-size: 2.6rem;
		line-height: 0.92;
	}
}
.p-features__box .title-jp {
	margin-top: 0.8rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-features__box .title-jp {
		margin-top: 2.4rem;
		font-size: 4.7rem;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}
}
.p-features__box .text {
	margin-top: 2.1rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-features__box .text {
		margin-top: 4rem;
		text-align: justify;
		font-size: 2.6rem;
	}
}
.p-features__box .cnt {
	padding-left: 8.5rem;
}
@media screen and (max-width: 767px) {
	.p-features__box .cnt {
		padding: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-features__box:nth-of-type(1) {
		gap: 0;
	}
	.p-features__box:nth-of-type(1) .cnt {
		width: 59.5rem;
	}
	.p-features__box:nth-of-type(1) .img {
		width: 63.5rem;
	}
	.p-features__box:nth-of-type(2) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.p-features__box:nth-of-type(2) .cnt {
		padding-right: 8.5rem;
		padding-left: 0;
		width: 62.2rem;
	}
	.p-features__box:nth-of-type(2) .img {
		width: 59.7rem;
	}
	.p-features__box:nth-of-type(3) .cnt {
		width: 60.7rem;
	}
	.p-features__box:nth-of-type(3) .img {
		width: 51.1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-features__box:first-of-type {
		margin-top: 0;
	}
	.p-features__box:nth-of-type(2) .img {
		padding-left: 10vw;
		padding-right: 0;
	}
	.p-features__box:nth-of-type(3) .title-jp {
		font-size: 4.5rem;
	}
}

.p-voice {
	background-image: url(../images/residents/bg_features.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 15rem;
}
@media screen and (max-width: 767px) {
	.p-voice {
		padding-top: 20rem;
		background-image: url(../images/residents/bg_features_sp.png);
	}
}
.p-voice__text {
	margin-top: 2rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
	width: 83.9rem;
}
@media screen and (max-width: 767px) {
	.p-voice__text {
		font-size: 2.6rem;
		letter-spacing: 0.03em;
		margin-top: 5.6rem;
		width: 100%;
	}
}
.p-voice__slider {
	margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
	.p-voice__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 2.4rem 0;
		margin-top: 5.6rem;
	}
}
.p-voice__slider-wrap {
	position: relative;
}
.p-voice__slider-wrap .arrows .slick-arrow {
	width: 4.6rem;
	height: 4.6rem;
	position: static;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: none;
	        transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	backdrop-filter: blur(2.8rem);
}
.p-voice__slider-wrap .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-voice__slider-wrap .arrows .slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
.p-voice__slider-wrap .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-voice__slider-wrap .arrows .slick-arrow.slick-next {
	right: 0;
	-webkit-transform: translateY(-50%) translateX(50%);
	        transform: translateY(-50%) translateX(50%);
}
.p-voice__slider-wrap .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-voice__slider-wrap .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.p-voice__slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.2rem;
}
.p-voice__slider .slick-list {
	overflow: visible;
}
.p-voice__slider .item {
	background-color: #ffffff;
	border-radius: 2rem;
	width: 26.4rem;
	padding: 2.5rem 2.8rem 3rem;
}
@media screen and (max-width: 767px) {
	.p-voice__slider .item {
		width: 32.7rem;
		padding: 3.78rem 4.2rem 4.1rem;
	}
}
.p-voice__slider .item .img {
	width: 11.2rem;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-voice__slider .item .img {
		width: 13.7rem;
	}
}
.p-voice__slider .item .img img {
	display: block;
}
.p-voice__slider .item .status {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.1;
}
@media screen and (max-width: 767px) {
	.p-voice__slider .item .status {
		margin-top: 1.57rem;
		font-size: 2.2rem;
		line-height: 1.14;
	}
}
.p-voice__slider .item .name {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.39;
}
@media screen and (max-width: 767px) {
	.p-voice__slider .item .name {
		margin-top: 1.6rem;
		font-size: 3.2rem;
		line-height: 0.78;
		letter-spacing: 0.05em;
	}
}
.p-voice__slider .item .txt {
	margin-top: 1.6rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	min-height: 8.4rem;
}
@media screen and (max-width: 767px) {
	.p-voice__slider .item .txt {
		margin-top: 1.84rem;
		font-size: 2.6rem;
		line-height: 1.53;
		-webkit-line-clamp: 4;
		min-height: 16rem;
	}
}
.p-voice__slider .item .c-btn.-small.-arrow {
	width: 20.8rem;
	height: 4.8rem;
	margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-voice__slider .item .c-btn.-small.-arrow {
		margin-top: 1.7rem;
		width: 24.209rem;
		height: 6.543rem;
	}
	.p-voice__slider .item .c-btn.-small.-arrow .c-btn__inn {
		border-radius: 2rem;
		padding-left: 3.7rem;
	}
	.p-voice__slider .item .c-btn.-small.-arrow .c-btn__inn .text {
		font-size: 2.4rem;
	}
	.p-voice__slider .item .c-btn.-small.-arrow .c-btn__inn .arrow {
		width: 1.8rem;
		height: 1.8rem;
		right: 3.5rem;
	}
}
@media print, screen and (min-width: 768px) {
	.p-voice__slider .item .c-btn.-small.-arrow .c-btn__inn {
		padding-left: 2.3rem;
	}
	.p-voice__slider .item .c-btn.-small.-arrow .c-btn__inn .text {
		text-align: left;
	}
}
@media print, screen and (min-width: 768px) {
	.p-voice__slider .item .c-btn.-small.-arrow button:hover {
		background-color: #1F1F1F;
	}
}

.voice-detail {
	position: relative;
	background-color: #ffffff;
	width: 112.8rem;
	max-width: 90%;
	max-height: 90vh;
	border-radius: 2rem;
	margin: auto;
	overflow-y: scroll;
	padding: 5.9rem 9.6rem 8rem;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
	display: block;
}
.voice-detail::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}
@media screen and (max-width: 767px) {
	.voice-detail {
		width: 67rem;
		max-width: 95%;
		padding: 10rem 0 6.7rem;
		max-height: 80vh;
	}
}
.voice-detail .title {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.67;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.voice-detail .title {
		text-align: justify;
		font-size: 4rem;
		line-height: 1.5;
		padding: 0 7.8666666667vw;
	}
}
.voice-detail .name {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.85;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.voice-detail .name {
		font-size: 2.8rem;
		line-height: 1.42;
		letter-spacing: 0.05em;
		padding: 0 7.8666666667vw;
	}
}
.voice-detail .img {
	margin-top: 4rem;
	margin-bottom: 0.8rem;
	border-radius: 2rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.voice-detail .img {
		margin: 4.4rem 0 0;
		border-radius: 0;
		height: 32rem;
	}
}
.voice-detail .img img {
	display: block;
}
@media screen and (max-width: 767px) {
	.voice-detail .img img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.voice-detail .img.movie .m-youtube {
	padding-top: 57.264957265%;
}
@media screen and (max-width: 767px) {
	.voice-detail .img.movie .m-youtube {
		padding-top: 47.8980967991%;
	}
}
@media screen and (max-width: 767px) {
	.voice-detail__content {
		padding: 0 4.4vw;
	}
}
.voice-detail__content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(31, 31, 31, 0.5);
	padding-bottom: 4rem;
	padding-top: 4rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box {
		display: block;
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left: 1.9rem;
		padding-right: 3.7rem;
	}
	.voice-detail__content .box:last-of-type {
		padding: 10rem 2.4rem 0;
	}
	.voice-detail__content .box:last-of-type .right {
		margin-top: 4rem;
		padding: 0;
	}
	.voice-detail__content .box:last-of-type .text {
		text-align: justify;
		font-size: 2.6rem;
		font-weight: 500;
		line-height: 5.6rem; /* 215.385% */
	}
}
.voice-detail__content .box:last-of-type {
	padding-bottom: 0;
	border: none;
}
.voice-detail__content .box .left {
	width: 35.7rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .left {
		width: 100%;
	}
}
.voice-detail__content .box .left.-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.voice-detail__content .box .left.-num .num {
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.78;
	width: 4rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .left.-num .num {
		font-size: 3.2rem;
		line-height: 1;
		width: 6.7rem;
		padding-top: 0.9rem;
	}
}
.voice-detail__content .box .left.-num .title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.78;
	width: calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .left.-num .title {
		width: calc(100% - 6.7rem);
		padding: 0;
		text-align: justify;
		font-size: 3.2rem;
		line-height: 1.75;
	}
}
.voice-detail__content .box .right {
	width: calc(100% - 35.7rem);
	padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .right {
		padding-left: 6.7rem;
		width: 100%;
		margin-top: 2rem;
	}
}
.voice-detail__content .box .status {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.1;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .status {
		font-size: 2.4rem;
		line-height: 2.5rem; /* 104.167% */
	}
}
.voice-detail__content .box .name {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.39;
	margin-bottom: 2.5rem;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .name {
		margin-top: 2.4rem;
		margin-bottom: 3.2rem;
		font-size: 3.2rem;
		line-height: 2.5rem; /* 78.125% */
		padding: 0;
	}
}
.voice-detail__content .box .text {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .text {
		text-align: justify;
		font-size: 2.6rem;
	}
}
.voice-detail__content .box .img-s {
	border-radius: 1.6rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .img-s {
		width: 55.4rem;
		height: 32rem;
	}
}
.voice-detail__content .box .img-s img {
	display: block;
}
@media screen and (max-width: 767px) {
	.voice-detail__content .box .img-s img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.voice-detail__btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__btm {
		display: block;
		margin-top: 0;
		padding-bottom: 8rem;
	}
}
.voice-detail__close {
	width: 24rem;
	height: 5.6rem;
	background-color: #1F1F1F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 1.6rem;
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.voice-detail__close {
		margin: 5.6rem auto auto;
		width: 37rem;
		height: 10rem;
		border-radius: 2.6rem;
		font-size: 2.8rem;
	}
}
@media print, screen and (min-width: 768px) {
	.voice-detail__close:hover {
		opacity: 0.7;
	}
}
.voice-detail__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.3rem;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.85;
	letter-spacing: 0.2em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.voice-detail__nav {
		margin-top: 7.2rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 12rem;
		font-size: 2.6rem;
		line-height: 2.4rem; /* 92.308% */
	}
}
.voice-detail__nav .btn {
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	position: relative;
}
@media print, screen and (min-width: 768px) {
	.voice-detail__nav .btn:hover {
		opacity: 0.7;
	}
}
.voice-detail__nav .btn::before {
	content: "";
	width: 0.7rem;
	height: 1.1rem;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.voice-detail__nav .btn::before {
		width: 2rem;
		height: 1.5rem;
	}
}
.voice-detail__nav .btn.-prev {
	padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__nav .btn.-prev {
		padding-left: 3.5rem;
	}
}
.voice-detail__nav .btn.-prev::before {
	background-image: url(../images/common/arrow_datepicker-prev.svg);
	left: 0;
}
.voice-detail__nav .btn.-next {
	padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__nav .btn.-next {
		padding-right: 3.5rem;
	}
}
.voice-detail__nav .btn.-next::before {
	background-image: url(../images/common/arrow_datepicker-next.svg);
	right: 0;
}
.voice-detail .mfp-close {
	width: 4rem;
	height: 4rem;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	background-image: url(../images/development/detail/close.svg);
	background-size: 100%;
	font-size: 0;
	top: 2rem;
	right: 2.4rem;
}
@media screen and (max-width: 767px) {
	.voice-detail .mfp-close {
		width: 4.8rem;
		height: 4.8rem;
		right: 2.8rem;
		top: 3.5rem;
	}
}

.p-bnr {
	padding-top: 12rem;
	padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
	.p-bnr {
		padding-bottom: 25rem;
	}
}
.p-bnr__content {
	margin-top: 1.3rem;
	border-radius: 1.65rem;
	overflow: hidden;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-bnr__content {
		display: block;
		border-radius: 3rem;
		margin-top: 7.2rem;
	}
}
.p-bnr__content .img {
	width: 71.9rem;
}
@media screen and (max-width: 767px) {
	.p-bnr__content .img {
		width: 100%;
	}
}
.p-bnr__content .cnt {
	width: calc(100% - 71.9rem);
	height: 32.3rem;
	padding: 5.3rem 4.2rem 4.6rem;
	background-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
	.p-bnr__content .cnt {
		width: 100%;
		height: auto;
		padding: 5.3rem 5.3rem 7rem;
	}
}
.p-bnr__content .cnt > .text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-bnr__content .cnt > .text {
		font-size: 2.8rem;
	}
}
.p-bnr .c-btn {
	margin: 4rem auto auto;
}
.p-bnr .c-btn__inn {
	background-image: url(../images/common/bg_btn-before-w.png);
	color: #1F1F1F;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
	.p-bnr .c-btn__inn:hover {
		color: #ffffff;
	}
}
@media screen and (max-width: 767px) {
	.p-bnr .c-btn__inn .icon img {
		width: 5.2rem;
	}
}

.fixed-bnr {
	position: fixed;
	right: 4rem;
	bottom: 4rem;
	width: 36rem;
	height: 13.2rem;
	border-radius: 1.6rem;
	padding: 0.3rem 0.4rem;
	background-color: #1F1F1F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.fixed-bnr {
		display: none !important;
	}
}
.fixed-bnr .img {
	width: 17.6rem;
}
.fixed-bnr .cnt {
	width: calc(100% - 17.6rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fixed-bnr .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.1rem; /* 150% */
}
.fixed-bnr .btn {
	width: 15.6rem;
	height: 3.4rem;
	margin: 1.2rem auto auto;
}
.fixed-bnr .btn__inn {
	border-radius: 1rem;
	background: #515151;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2rem; /* 169.231% */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0;
	padding: 0 1.3rem 0 0.7rem;
}
.fixed-bnr .btn .text {
	width: 12rem;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
}
.fixed-bnr .btn .arrow {
	width: 0.7rem;
	height: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fixed-bnr .btn .arrow svg {
	display: block;
}
.fixed-bnr .close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(50%) translateY(-50%);
	        transform: translateX(50%) translateY(-50%);
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.fixed-bnr .close:hover {
	opacity: 0.7;
}

.js-fixed {
	position: fixed;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 767px) {
	.js-fixed {
		display: none !important;
	}
}
.js-fixed.is-show {
	opacity: 1;
	visibility: visible;
}
/*# sourceMappingURL=residents.css.map */