@charset "UTF-8";
@media print, screen and (min-width: 768px) {
	html, body {
		overflow: visible;
	}
}
.l-bg02 {
	background: linear-gradient(211deg, rgba(166, 216, 237, 0.8) 9.32%, rgba(255, 255, 255, 0.8) 34.05%, rgba(247, 237, 228, 0.8) 69.85%);
}

.l-bg-w {
	background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
	.l-bg-w {
		background: linear-gradient(-140deg, rgba(166, 216, 237, 0.8) 9.32%, rgba(255, 255, 255, 0.8) 34.05%, rgba(247, 237, 228, 0.8) 69.85%);
	}
}

.p-forowners-heading {
	padding-top: 3.5rem;
	padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-forowners-heading {
		padding-top: 0;
		padding-bottom: 5.6rem;
	}
}
.p-forowners-heading .l-content-inner {
	width: 136rem;
	padding: 0 1.2rem 0 1rem;
}
@media screen and (max-width: 767px) {
	.p-forowners-heading .l-content-inner {
		padding: 0 4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-forowners-heading .c-section-title .title-jp {
		font-size: 5.6rem;
	}
}
@media screen and (max-width: 767px) {
	.p-forowners-heading .c-section-title .title-en {
		margin-top: 4.5rem;
	}
}

.p-mv .l-content-inner {
	position: relative;
}
.p-mv__image {
	width: 79.1rem;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: -9rem;
}
@media screen and (max-width: 767px) {
	.p-mv__image {
		position: static;
		width: 100%;
	}
}
.p-mv .cnt {
	width: 54rem;
	margin-left: 15rem;
}
@media screen and (max-width: 767px) {
	.p-mv .cnt {
		width: 100%;
		margin: 0 auto 0;
	}
}
.p-mv__title {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.112rem;
}
@media screen and (max-width: 767px) {
	.p-mv__title {
		font-size: 3.4rem;
		letter-spacing: 0;
	}
}
.p-mv__title2 {
	margin-top: -1rem;
	margin-right: -1em;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 2.8;
	letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
	.p-mv__title2 {
		margin-right: 0;
		margin-top: 0.8rem;
		font-size: 3.4rem;
		line-height: 1.7;
		letter-spacing: 0.112rem;
	}
}
.p-mv__text {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: 0.052rem;
}
@media screen and (max-width: 767px) {
	.p-mv__text {
		margin-top: 2.5rem;
		text-align: justify;
		font-size: 2.6rem;
		line-height: 2.3;
		letter-spacing: 0.104rem;
	}
	.p-mv__text + .p-mv__text {
		margin-top: 0;
	}
}
.p-mv__btns {
	margin-top: 3.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__btns {
		margin-top: 10rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 2.4rem;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-mv__btns .c-btn {
	width: 26rem;
}
@media screen and (max-width: 767px) {
	.p-mv__btns .c-btn {
		width: 55.4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-mv__btns .c-btn__inn .icon img {
		width: 5.4rem;
	}
	.p-mv__btns .c-btn__inn .icon.-develop img {
		width: 5.5rem;
	}
}

.p-movie {
	padding-top: 13rem;
	padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
	.p-movie {
		padding-top: 10rem;
	}
}
.p-movie__movie {
	width: 93.6rem;
	border-radius: 2rem;
	overflow: hidden;
	margin: auto auto auto;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-movie__movie {
		width: 100%;
		border-radius: 3rem;
	}
}
.p-movie__content {
	width: 93.4rem;
	margin: auto;
	max-width: 100%;
	position: relative;
	border-radius: 3rem;
	overflow: hidden;
}
.p-movie__thumb {
	position: relative;
	top: 0;
	z-index: 1;
	cursor: pointer;
}
.p-movie__thumb.is-clicked {
	opacity: 0;
	visibility: hidden;
}
.p-movie .m-movie {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 3rem;
	overflow: hidden;
}
.p-movie .m-movie video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.p-value {
	background-color: #1F1F1F;
	color: #ffffff;
}
.p-value__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-value__content {
		display: block;
	}
}
.p-value__image {
	width: 61rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-value__image {
		width: 100vw;
		height: 40rem;
		margin: 0 -4rem;
		display: none !important;
	}
}
.p-value__image-list .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.p-value__image-list .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-value__cnt {
	width: calc(100% - 61rem);
	padding: 6rem 12rem 8.4rem;
}
@media screen and (max-width: 767px) {
	.p-value__cnt {
		width: 100%;
		padding: 4.8rem 0 8.3rem;
	}
}
.p-value__accordion {
	width: 55rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-value__accordion {
		width: 100%;
		margin-top: 4.8rem;
	}
}
.p-value__accordion .acbox {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 0.6rem;
	padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-value__accordion .acbox {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
.p-value__accordion .acbox.is-open .acbtn .toggle::before {
	-webkit-transform: scale(1, -1);
	        transform: scale(1, -1);
}
.p-value__accordion .acbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
	.p-value__accordion .acbtn:hover {
		opacity: 0.7;
	}
}
.p-value__accordion .acbtn .num {
	width: 9.6rem;
	padding-left: 2.3rem;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 3.2rem; /* 228.571% */
	letter-spacing: 0.112rem;
	padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
	.p-value__accordion .acbtn .num {
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 0.256rem;
		width: 8.7rem;
		padding-left: 0;
		text-align: center;
	}
}
.p-value__accordion .acbtn .title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.22;
	width: calc(100% - 9.6rem - 1.1rem);
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-value__accordion .acbtn .title {
		font-size: 3.2rem;
		line-height: 1.25;
		width: calc(100% - 9.6rem - 5.4rem);
	}
}
.p-value__accordion .acbtn .toggle {
	width: 1.1rem;
	height: 0.7rem;
	position: absolute;
	right: 4.4rem;
	top: 1.9rem;
}
@media screen and (max-width: 767px) {
	.p-value__accordion .acbtn .toggle {
		width: 2.2rem;
		height: 1.5rem;
		right: 4.6rem;
		top: 1.2rem;
	}
}
.p-value__accordion .acbtn .toggle::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url(../images/common/arrow_spmenu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
.p-value__accordion .accnt {
	padding: 1.5rem 9.6rem 2.7rem;
}
@media screen and (max-width: 767px) {
	.p-value__accordion .accnt {
		padding: 2.5rem 13.4rem 1rem 8.7rem;
		padding-right: 0;
		padding-left: 0;
		padding-top: 3.2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-value__accordion .accnt .img {
		margin-bottom: 2.4rem;
	}
}
.p-value__accordion .accnt .text {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: -0.013rem;
}
@media screen and (max-width: 767px) {
	.p-value__accordion .accnt .text {
		font-size: 2.6rem;
		letter-spacing: 0;
	}
}

.p-merit {
	padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-merit {
		padding-top: 8rem;
	}
	.p-merit .c-section-title .title-jp {
		font-size: 4.6rem;
	}
}
.p-merit__image {
	width: 97.9rem;
	max-width: 100%;
	margin: auto auto auto;
}
@media screen and (max-width: 767px) {
	.p-merit__image {
		margin: 4rem -4rem 0;
		width: calc(100% + 8rem);
		max-width: none;
	}
}
@media screen and (max-width: 767px) {
	.p-merit .sp-imgwrap {
		position: relative;
	}
	.p-merit .sp-imgwrap .p-merit__thumb {
		position: static !important;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .slick-track,
	.p-merit .sp-imgwrap .p-merit__thumb .slick-list {
		-webkit-transform: none !important;
		        transform: none !important;
		width: auto !important;
		position: static !important;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb {
		position: absolute;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb svg {
		width: 10rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb .title {
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.37;
		letter-spacing: -0.072rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(1) .title, .p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(5) .title {
		text-align: right;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(1) {
		left: -1.4rem;
		bottom: 9.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(1) .title {
		margin-top: 1rem;
		padding-right: 3rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(2) {
		top: 7rem;
		right: 5rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(2) .title {
		padding-left: 2.4rem;
		margin-bottom: 0.5rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(3) {
		top: 24.5rem;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(4) {
		bottom: 8rem;
		right: 4rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(4) .title {
		margin-top: 1rem;
		padding-left: 2.5rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(5) {
		top: 12rem;
		left: -2rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb:nth-of-type(5) .title {
		margin-bottom: 1rem;
		padding-right: 3rem;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb {
		color: #A0A0A0;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb .title {
		opacity: 0.4;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb.is-active {
		color: #1F1F1F;
	}
	.p-merit .sp-imgwrap .p-merit__thumb .thumb.is-active .title {
		opacity: 1;
	}
}
.p-merit__sp-slider {
	margin: 6.4rem -4rem 0;
}
.p-merit__sp-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.2rem;
}
.p-merit__sp-slider .slide {
	background-color: #ffffff;
	width: 44rem;
	border-radius: 3.6rem;
	padding: 7.6rem 0 5.2rem;
	text-align: center;
}
.p-merit__sp-slider .slide svg {
	width: 14rem;
	display: block;
	margin: auto auto auto;
	color: #A0A0A0;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
.p-merit__sp-slider .slide .title {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 4.3rem; /* 134.375% */
	letter-spacing: 0.096rem;
	margin-top: 3.2rem;
}
.p-merit__sp-slider .slide .text {
	margin-top: 2.4rem;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 5.6rem; /* 215.385% */
}
.p-merit__sp-slider .slide.slick-current svg {
	color: #1F1F1F;
}
.p-merit__subttl {
	margin-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 4.4rem; /* 244.444% */
	gap: 3rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-merit__subttl {
		margin-top: 9.6rem;
		display: block;
		font-size: 3.6rem;
		font-weight: 600;
		line-height: 4.4rem; /* 122.222% */
	}
}
.p-merit__subttl::after {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	border-top: 1px solid #222;
}
@media screen and (max-width: 767px) {
	.p-merit__subttl::after {
		content: none;
	}
}
.p-merit__list {
	margin-top: 2.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.7rem;
}
@media screen and (max-width: 767px) {
	.p-merit__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 3.2rem;
		margin-top: 4.8rem;
	}
}
.p-merit__list .item {
	background-color: #ffffff;
	border-radius: 2rem;
	width: 100%;
	padding: 3.1rem 2.4rem 3.7rem;
}
@media screen and (max-width: 767px) {
	.p-merit__list .item {
		border-radius: 3rem;
		padding: 5.7rem 3.5rem 5.1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-merit__list .item .head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 1.7rem;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
.p-merit__list .item .icon {
	width: 8rem;
	margin: auto;
	color: #A0A0A0;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}
@media screen and (max-width: 767px) {
	.p-merit__list .item .icon {
		width: 10rem;
		margin: 0;
		color: #1F1F1F;
	}
}
.p-merit__list .item .icon svg {
	display: block;
	width: 100%;
}
.p-merit__list .item .title {
	margin-top: 2.4rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.5rem; /* 138.889% */
}
@media screen and (max-width: 767px) {
	.p-merit__list .item .title {
		font-size: 3.2rem;
		line-height: 4.5rem; /* 140.625% */
		margin-top: 0;
		text-align: left;
		margin-right: -2em;
	}
}
.p-merit__list .item .text {
	margin-top: 1.8rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.7rem; /* 207.692% */
}
@media screen and (max-width: 767px) {
	.p-merit__list .item .text {
		margin-top: 2.4rem;
		font-size: 2.6rem;
		font-weight: 400;
		line-height: 5.6rem; /* 215.385% */
	}
}
@media print, screen and (min-width: 768px) {
	.p-merit__list .item {
		cursor: pointer;
	}
	.p-merit__list .item:hover .icon {
		color: #1F1F1F;
	}
}

.p-voice {
	padding-top: 12rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.p-voice {
		padding-top: 10rem;
		padding-bottom: 15rem;
	}
}
.p-voice__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6rem;
	margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-voice__content {
		gap: 4rem;
		margin-top: 6rem;
	}
}
.p-voice__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	border-radius: 2rem;
}
@media print, screen and (min-width: 768px) {
	.p-voice__box {
		max-height: 43.2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-voice__box {
		display: block;
		border-radius: 3rem;
	}
}
.p-voice__box .img {
	width: 56.4rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-voice__box .img {
		width: 100%;
	}
}
.p-voice__box .cnt {
	width: calc(100% - 56.4rem);
	padding: 4.6rem 7rem 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-voice__box .cnt {
		width: 100%;
		padding: 6.2rem 4.5rem 7.3rem;
	}
}
.p-voice__box .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2rem;
}
@media screen and (max-width: 767px) {
	.p-voice__box .title-wrap {
		gap: 1.7rem;
	}
}
.p-voice__box .title-wrap .icon {
	width: 11rem;
}
@media screen and (max-width: 767px) {
	.p-voice__box .title-wrap .icon {
		width: 14.2rem;
	}
}
.p-voice__box .title-wrap .title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.7rem; /* 135% */
}
@media screen and (max-width: 767px) {
	.p-voice__box .title-wrap .title {
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 4.2rem; /* 131.25% */
	}
}
.p-voice__box .title-wrap .name {
	margin-top: 0.3rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5rem; /* 178.571% */
}
@media screen and (max-width: 767px) {
	.p-voice__box .title-wrap .name {
		margin-top: 1.7rem;
		font-size: 2.6rem;
		line-height: 2.5rem; /* 96.154% */
	}
}
.p-voice__box .cnt-text {
	margin-top: 2.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 3.2rem; /* 200% */
	min-height: 9rem;
}
@media screen and (max-width: 767px) {
	.p-voice__box .cnt-text {
		margin-top: 5.2rem;
		font-size: 2.6rem;
		line-height: 5.6rem; /* 215.385% */
		min-height: 6.45em;
	}
}
.p-voice__box .c-btn {
	margin-top: 6.9rem;
}
@media screen and (max-width: 767px) {
	.p-voice__box .c-btn {
		margin: 5rem auto auto;
		width: 42rem;
		height: 9rem;
	}
}
.p-voice__box .c-btn .c-btn__inn:hover {
	background-color: #1f1f1f;
}
.p-voice__box .c-btn .c-btn__inn::before {
	content: none;
}
@media screen and (max-width: 767px) {
	.p-voice__box .c-btn .c-btn__inn {
		padding-left: 4.5rem;
	}
}
@media screen and (max-width: 767px) {
	.p-voice__box .c-btn .c-btn__inn .text {
		font-size: 2.8rem;
	}
}
.p-voice__box:nth-of-type(2n+1) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.voice-detail {
	position: relative;
	background-color: #ffffff;
	width: 113rem;
	max-width: 90%;
	max-height: 90vh;
	border-radius: 2rem;
	margin: auto;
	overflow-y: scroll;
	padding: 0;
	-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: 0 0 7.5rem;
		max-height: 80vh;
	}
}
.voice-detail .slider {
	position: relative;
}
.voice-detail .slider__main {
	width: 100%;
	height: 56rem;
	overflow: hidden;
}
.voice-detail .slider__main .slide {
	width: 100%;
	height: 56rem;
}
.voice-detail .slider__main .slide img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.voice-detail .slider__thumb {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	.voice-detail .slider__thumb {
		margin-top: 3.2rem;
		padding: 0 4rem;
	}
}
@media print, screen and (min-width: 768px) {
	.voice-detail .slider__thumb .slick-list {
		-webkit-transform: none !important;
		        transform: none !important;
	}
}
@media print, screen and (min-width: 768px) {
	.voice-detail .slider__thumb .slick-track {
		-webkit-transform: none !important;
		        transform: none !important;
		width: 100% !important;
	}
}
.voice-detail .slider__thumb .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.8rem;
}
@media screen and (max-width: 767px) {
	.voice-detail .slider__thumb .slick-track {
		gap: 1.6rem;
	}
}
.voice-detail .slider__thumb .slide {
	cursor: pointer;
	width: 9.6rem;
	height: 6.4rem;
	border-radius: 1rem;
	overflow: hidden;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.voice-detail .slider__thumb .slide {
		width: 17.6rem;
		height: 11rem;
	}
}
.voice-detail .slider__thumb .slide img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media print, screen and (min-width: 768px) {
	.voice-detail .slider__thumb .slide:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.voice-detail .slider .arrows {
		display: none;
	}
}
.voice-detail .slider .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: 25.6rem;
}
.voice-detail .slider .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.voice-detail .slider .arrows .slick-arrow.slick-prev {
	left: 4.4rem;
}
.voice-detail .slider .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.voice-detail .slider .arrows .slick-arrow.slick-next {
	right: 4.4rem;
}
.voice-detail .slider .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.voice-detail .slider .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.voice-detail .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.6rem;
}
@media screen and (max-width: 767px) {
	.voice-detail .title-wrap {
		gap: 3.7rem;
	}
}
.voice-detail .title-wrap .icon {
	width: 8rem;
}
@media screen and (max-width: 767px) {
	.voice-detail .title-wrap .icon {
		width: 14.2rem;
	}
}
.voice-detail .title-wrap .title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.6rem; /* 144.444% */
}
@media screen and (max-width: 767px) {
	.voice-detail .title-wrap .title {
		font-size: 3.2rem;
		line-height: 3.9rem; /* 121.875% */
		letter-spacing: 0.16rem;
	}
}
.voice-detail .title-wrap .name {
	margin-top: 0.8rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.5rem; /* 178.571% */
}
@media screen and (max-width: 767px) {
	.voice-detail .title-wrap .name {
		margin-top: 2rem;
		font-size: 2.6rem;
		line-height: 2.5rem; /* 96.154% */
		letter-spacing: 0.13rem;
	}
}
.voice-detail .heading-text {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 3.6rem; /* 163.636% */
}
@media screen and (max-width: 767px) {
	.voice-detail .heading-text {
		text-align: justify;
		font-size: 3.2rem;
		line-height: 5.2rem; /* 162.5% */
		letter-spacing: -0.064rem;
	}
}
.voice-detail .box.heading.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.voice-detail .box.heading.pc {
		display: none;
	}
	.voice-detail .box.heading.sp {
		display: block;
	}
	.voice-detail .box.heading {
		padding: 11rem 5.2rem 4.8rem;
	}
	.voice-detail .box.heading .right {
		margin-top: 4.6rem;
	}
}
.voice-detail__content {
	margin-top: 2.5rem;
	padding: 0 9.7rem 0;
}
@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 .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 .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__btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 6.4rem;
	padding: 0 9.7rem 13.9rem;
}
@media screen and (max-width: 767px) {
	.voice-detail__btm {
		display: block;
		margin-top: 0;
		padding-bottom: 2rem;
	}
}
.voice-detail button.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 background-color;
	transition: 0.3s background-color;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.voice-detail button.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 button.voice-detail__close:hover {
		background-color: rgba(31, 31, 31, 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;
	}
}

/* fade アニメーション用 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-noscroll {
	position: fixed;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

.p-flow {
	padding-top: 12rem;
	padding-bottom: 20rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow {
		padding-top: 10rem;
		padding-bottom: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-flow .c-section-title .title-en {
		font-size: 1.4rem;
		padding-left: 1.7rem;
		margin-left: 1.6rem;
	}
}
.p-flow__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-flow__heading {
		display: block;
	}
}
.p-flow__heading .legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-flow__heading .legend {
		margin-top: 5.6rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 1.6rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media print, screen and (min-width: 768px) {
	.p-flow__heading .legend .dot {
		width: 2rem;
		height: 2rem;
	}
}
.p-flow__heading .legend-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.1rem;
}
@media screen and (max-width: 767px) {
	.p-flow__heading .legend-box {
		gap: 1.6rem;
	}
}
.p-flow__heading .legend-text {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 2rem; /* 181.818% */
}
@media screen and (max-width: 767px) {
	.p-flow__heading .legend-text {
		font-size: 2rem;
		line-height: 3.7rem; /* 185% */
		letter-spacing: 0.06rem;
	}
}
.p-flow .dot {
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-flow .dot {
		width: 3rem;
		height: 3rem;
	}
}
.p-flow .dot.-blue {
	background-color: #50B6E1;
}
.p-flow .dot.-yellow {
	background-color: #F9BD6D;
}
.p-flow .dot.-gray {
	background-color: #575757;
}
.p-flow__content {
	margin-top: 6.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	position: relative;
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.p-flow__content .l-content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-flow__content {
		display: block;
		margin-top: 5.6rem;
		padding: 0;
	}
}
@media print, screen and (min-width: 768px) {
	.p-flow .sticky {
		position: sticky;
		left: 0;
		top: 0;
		width: calc((100vw - 144rem) / 2 + 35.8rem);
	}
}
@media print, screen and (min-width: 768px) {
	.p-flow__image {
		width: 100%;
	}
	.p-flow__image img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-flow__image {
		width: calc(100% + 4rem);
		margin-left: -4rem;
		max-width: none;
	}
}
.p-flow__tbl {
	width: 108.2rem;
	width: calc(100% - ((100vw - 144rem) / 2 + 35.8rem));
	padding-right: 15rem;
	padding-left: 6rem;
	margin-top: 4.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-flow__tbl {
		width: calc(100% + 8rem);
		padding: 0;
		margin: 3.5rem -4rem 0;
		display: block;
	}
}
.p-flow__bar {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 56rem - 8rem - 2.3rem - 3.7rem - 3rem - 6rem);
	padding-left: 0;
	padding-top: 3rem;
}
.p-flow__bar img {
	width: 13.4rem;
}
@media screen and (max-width: 767px) {
	.p-flow__bar {
		display: none;
	}
}
.p-flow__bar .bar {
	border-left: 1px solid rgba(31, 31, 31, 0.5);
	position: relative;
	top: 14.5rem;
	height: calc(100% - 18.5rem);
}
.p-flow__bar .bar:nth-of-type(1) {
	top: 4rem;
	height: calc(100% - 8rem);
}
.p-flow__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-flow__col {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 4.6rem 4rem 4.5rem;
	}
	.p-flow__col:nth-of-type(2n + 1) {
		background-color: #F5F5F5;
	}
}
.p-flow__col .num {
	min-width: 3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3.2rem; /* 160% */
	letter-spacing: 0.16rem;
}
@media screen and (max-width: 767px) {
	.p-flow__col .num {
		width: 5.3rem;
		font-size: 3.2rem;
		line-height: 3.2rem; /* 100% */
		letter-spacing: 0.256rem;
		padding-top: 2.7rem;
	}
}
.p-flow__col .icon {
	min-width: 8rem;
	margin: 0 2.3rem 0 3.7rem;
	color: #A0A0A0;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-flow__col .icon {
		width: 10rem;
		margin: 0 0 0 0;
	}
}
.p-flow__col .icon svg {
	display: block;
	width: 8rem;
	height: 8rem;
}
@media screen and (max-width: 767px) {
	.p-flow__col .icon svg {
		width: 10rem;
		height: 10rem;
	}
}
.p-flow__col .cnt {
	width: 56rem;
}
@media screen and (max-width: 767px) {
	.p-flow__col .cnt {
		width: calc(100% - 5.3rem - 10rem);
		padding-left: 1.5rem;
	}
}
.p-flow__col .text1 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.5rem; /* 138.889% */
}
@media screen and (max-width: 767px) {
	.p-flow__col .text1 {
		font-size: 3.2rem;
		line-height: 1.3;
	}
}
.p-flow__col .text2 {
	margin-top: 0.55rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.3rem; /* 176.923% */
}
@media screen and (max-width: 767px) {
	.p-flow__col .text2 {
		margin-top: 1.6rem;
		font-size: 2.6rem;
		line-height: 5.6rem; /* 215.385% */
		letter-spacing: 0.13rem;
	}
}
.p-flow__col .dots {
	position: relative;
	width: 13.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.8rem;
	display: none;
}
@media screen and (max-width: 767px) {
	.p-flow__col .dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 2.4rem;
		width: 100%;
		padding-left: 16.8rem;
		gap: 2.4rem;
	}
}
.p-flow__col.is-active .icon {
	color: #1F1F1F;
}

.p-request {
	padding-top: 11rem;
	padding-bottom: 14.7rem;
	background-image: url(../images/forowners/bg_request.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
@media screen and (max-width: 767px) {
	.p-request {
		padding-top: 10rem;
		padding-bottom: 20rem;
	}
}
@media print, screen and (min-width: 768px) {
	.p-request .c-section-title .title-en {
		font-size: 1.4rem;
		padding-left: 1.7rem;
		margin-left: 1.6rem;
	}
}
.p-request__content {
	margin-top: 2rem;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 1.65rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-request__content {
		display: block;
		border-radius: 3rem;
	}
}
.p-request__content .img {
	width: 71.9rem;
	max-width: 100%;
	background-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
	.p-request__content .img {
		width: 100%;
	}
}
.p-request__content .cnt {
	width: calc(100% - 71.8rem);
	padding: 5.3rem 4.5rem 5.7rem;
	background-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
	.p-request__content .cnt {
		width: 100%;
		padding: 3.2rem 5.3rem 7.4rem;
	}
}
.p-request__content .cnt-text {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.8rem; /* 215.385% */
}
@media screen and (max-width: 767px) {
	.p-request__content .cnt-text {
		font-size: 2.8rem;
		line-height: 5.6rem; /* 200% */
	}
}
.p-request__content .c-btn.-icon {
	margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
	.p-request__content .c-btn.-icon {
		margin-top: 5.3rem;
	}
}
.p-request__content .c-btn.-icon .c-btn__inn {
	background-image: url(../images/common/bg_btn-before-w.png);
	color: #1F1F1F;
}
@media print, screen and (min-width: 768px) {
	.p-request__content .c-btn.-icon .c-btn__inn:hover {
		color: #ffffff;
	}
}
@media screen and (max-width: 767px) {
	.p-request__content .c-btn.-icon .c-btn__inn .icon img {
		width: 5.2rem;
	}
}

.p-ourstory {
	background-color: #1F1F1F;
	padding-top: 12rem;
	padding-bottom: 20rem;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-ourstory {
		padding-top: 10rem;
	}
}
@media print, screen and (min-width: 768px) {
	.p-ourstory .c-section-title .title-en {
		font-size: 1.4rem;
		padding-left: 1.7rem;
		margin-left: 1.6rem;
	}
}
.p-ourstory__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15rem 0 9.7rem;
}
@media screen and (max-width: 767px) {
	.p-ourstory__content {
		display: block;
		padding: 0;
	}
}
.p-ourstory__content .img {
	width: 56.1rem;
}
@media screen and (max-width: 767px) {
	.p-ourstory__content .img {
		width: 100%;
		margin-top: 5.6rem;
	}
}
@media screen and (max-width: 767px) {
	.p-ourstory__content .img02 {
		margin-top: 5.6rem;
	}
}
.p-ourstory__content .cnt {
	width: calc(100% - 56.1rem);
	padding-left: 5.4rem;
}
@media screen and (max-width: 767px) {
	.p-ourstory__content .cnt {
		width: 100%;
		padding: 0;
	}
}
.p-ourstory__text {
	margin-top: 3.2rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.8rem; /* 215.385% */
	letter-spacing: 0.052rem;
}
@media screen and (max-width: 767px) {
	.p-ourstory__text {
		margin-top: 5.6rem;
		font-size: 2.8rem;
		line-height: 5.6rem; /* 200% */
	}
}

.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 {
		width: 67rem;
		height: 20rem;
		bottom: 4rem;
		display: none;
	}
}
.fixed-bnr .img {
	width: 17.5rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .img {
		width: 32rem;
	}
}
.fixed-bnr .cnt {
	width: calc(100% - 17.5rem);
	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;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .cnt {
		width: calc(100% - 32rem);
		padding: 2.8rem 6rem 5rem;
		display: block;
	}
}
.fixed-bnr .cnt > div > .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.1rem; /* 150% */
}
@media screen and (max-width: 767px) {
	.fixed-bnr .cnt > div > .text {
		font-size: 2.8rem;
		font-weight: 600;
		line-height: 4rem; /* 175% */
	}
}
.fixed-bnr .c-btn {
	width: 15.6rem;
	height: 3.4rem;
	margin: 1.2rem auto auto;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn {
		width: 55.4rem;
		height: 12rem;
		margin-top: 2.4rem;
	}
}
.fixed-bnr .c-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;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn__inn {
		background-color: #1F1F1F;
		border-radius: 3rem;
		font-size: 3.2rem;
	}
}
.fixed-bnr .c-btn__inn::before {
	content: none !important;
}
@media print, screen and (min-width: 768px) {
	.fixed-bnr .c-btn__inn {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.fixed-bnr .c-btn__inn:hover {
		opacity: 0.7 !important;
	}
}
@media print, screen and (min-width: 768px) {
	.fixed-bnr .c-btn .icon {
		display: none !important;
	}
}
.fixed-bnr .c-btn .text {
	width: 12rem;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
}
.fixed-bnr .c-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 .c-btn .arrow svg {
	display: block;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn .arrow {
		display: none;
	}
}
.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;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .close {
		display: none;
	}
}
.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;
}
.js-fixed.is-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
/*# sourceMappingURL=forowners.css.map */