@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/**
 * NOTE: Font weight and style
 * Noto ： 300 ⇒ Light, 400 ⇒ Regular, 500 ⇒ Medium, 600 ⇒ SemiBold, 700 ⇒ Bold, 800 ⇒ ExtraBold, 900 ⇒ Black
 */

#property {
	font-family: "Inter","Noto Sans JP", sans-serif;
	font-weight: 500;

	--bg-gray: #4c4a46;
	--bg-pink: #fdf3f2;
	--color-wom: #ef857d;
}
.line-title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.29;
	text-align: center;
	white-space: pre-wrap;
	letter-spacing: 0;
	word-break: keep-all;
	padding-bottom: 20px;
	position: relative;
}
.line-title::after {
	content: "";
	background-color: var(--color-wom);
	display: block;
	width: 98px;
	height: 4px;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#property section hgroup p {
	font-size: 2rem;
	line-height: 1.36;
	text-align: center;
	margin-top: 28px;
}
#property strong {
	font-weight: inherit;
}

@media screen and (min-width: 768px) {
	#property .bg-wide {
		position: relative;
	}
	#property .bg-wide::before {
		background-color: var(--bg-pink);
	}
	#property > section:not(#examples) {
		max-width: 1200px;
		margin: 0 auto;
		padding: 80px 40px;
	}
	.bg-wide::before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
	}
	.is-sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#property .bg-wide {
		background-color: var(--bg-pink);
	}
	#property > section,
	#property .sec-box {
		padding-right: 20px;
		padding-left: 20px;
	}
	#property > section {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.is-pc {
		display: none;
	}
	.line-title {
		font-size: 1.8rem;
	}
	.line-title::after {
		width: 44px;
	}
	#property section hgroup p {
		font-size: 1.4rem;
		margin-top: 16px;
	}
}



/* -- CTA button -- */
.CTA-text {
	font-weight: 700;
	color: var(--color-wom);
	text-align: center;
	letter-spacing: 0;
	display: table;
	position: relative;
}
.CTA-text::before,
.CTA-text::after {
	content: "";
	background-color: var(--color-wom);
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
}
.CTA-text::before {
	left: 0;
	transform: rotate(-25deg);
}
.CTA-text::after {
	right: 0;
	transform: rotate(25deg);
}
.CTA-button a {
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.03em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.CTA-button a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, 0);
	transition: all 0.4s ease;
}
#contact .CTA-button a::after {
	border-right: none;
}

@media screen and (min-width: 768px) {
	.CTA-text {
		font-size: 2.1rem;
		margin: 0 auto 12px;
		padding: 0 28px;
	}
	.CTA-text::before,
	.CTA-text::after {
		top: 4px;
	}
	.CTA-button a {
		font-size: 2.8rem;
		background: url(../img/property/CTA_pc.webp) no-repeat center center / 100% 100%;
		width: 687px;
		height: 101px;
		padding-bottom: 8px;
	}
	.CTA-button a::after {
		margin-top: -10px;
		border-top: 16px solid #fff;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		right: 48px;
	}
	.CTA-button a:hover::after {
		transform: translate(0, 8px);
	}
	#contact .CTA-button a::after {
		margin-top: -16px;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 16px solid #fff;
	}
	#contact .CTA-button a:hover::after {
		transform: translate(8px, 0);
	}
}

@media screen and (max-width: 767px) {
	.CTA-text {
		font-size: 1.5rem;
		margin: 0 auto 6px;
		padding: 0 12px;
	}
	.CTA-text::before,
	.CTA-text::after {
		top: 0;
	}
	.CTA-button a {
		font-size: 2.1rem;
		background: url(../img/property/CTA_sp.webp) no-repeat center center / 100% 100%;
		width: 100%;
		max-width: 350px;
		height: 71px;
		padding-bottom: 4px;
	}
	.CTA-button a::after {
		margin-top: -6px;
		border-top: 10px solid #fff;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		right: 30px;
	}
	#contact .CTA-button a::after {
		margin-top: -10px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 10px solid #fff;
	}
}



/* -- Anchor navi -- */
#propertyNav {
	background-color: rgba(76, 74, 70, 0.9);
	position: sticky;
	top: 70px;
	z-index: 8;
	transition: all 0.4s ease;
}
#propertyNav ul li a {
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0;
}

@media screen and (min-width: 880px) {
	#propertyNav button,
	#propertyNav .CTA-block {
		display: none;
	}
	#propertyNav ul {
		display: flex;
		justify-content: center;
	}
	#propertyNav ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 44px;
		padding: 0 40px;
		position: relative;
	}
	#propertyNav ul li:not(:first-child) a::before {
		content: "";
		background-color: #fff;
		display: block;
		width: 2px;
		height: 18px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 879px) {
	#propertyNav {
		width: 400px;
		position: fixed;
		right: -400px;
		z-index: 99;
	}
	#propertyNav.is-active {
		right: 0;
	}
	#propertyNav button {
		font-size: 0;
		background-color: var(--color-wom);
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
		position: fixed;
		right: 20px;
		bottom: 20px;
		z-index: 2;
	}
	#propertyNav button::before,
	#propertyNav button::after,
	#propertyNav button span::after {
		content: "";
		background-color: #fff;
		display: block;
		width: 26px;
		height: 2px;
		margin: auto;
		position: absolute;
		transition: all 0.4s ease;
		inset: 0;
	}
	#propertyNav button::before {
		transform: translateY(-8px);
	}
	#propertyNav button::after {
		transform: translateY(8px);
	}
	#propertyNav .nav-inner {
		overflow-y: auto;
		height: 640px;
		max-height: calc(100vh - 70px);
		padding-bottom: 80px;
		transition: all 0.4s ease;
	}
	#propertyNav.is-active button::before {
		transform: translateY(0) rotate(45deg);
	}
	#propertyNav.is-active button::after {
		transform: translateY(0) rotate(135deg);
	}
	#propertyNav.is-active button span::after {
		width: 0;
	}
	#propertyNav ul li a {
		text-align: center;
		display: block;
		padding: 32px 0;
		border-bottom: solid 1px #fff;
	}
	#propertyNav .CTA-button a {
		background: url(../img/property/CTA_nv.webp) no-repeat center center / 100% 100%;
		max-width: calc(100% - 40px);
	}
	#propertyNav .CTA-text {
		font-size: 1.3rem;
		color: #fff;
		margin: 40px auto 12px;
	}
	#propertyNav .CTA-text::before,
	#propertyNav .CTA-text::after {
		background-color: #fff;
	}
}

@media screen and (max-width: 600px) {
	#propertyNav {
		width: 100vw;
		top: 42px;
		right: -100vw;
	}
	#propertyNav.is-active {
		height: calc(100vh - 42px);
	}
}



/* -- Page header -- */
#propertyTop {
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#propertyTop::before {
	content: "";
	background: url(../img/property/mv-bg_badge.webp) no-repeat center center / cover;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 2;
}
#propertyTop > * {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1;
}
#propertyTop h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#propertyTop h1 span {
	font-size: 1.6rem;
	color: var(--color-wom);
	display: block;
}
#propertyTop h1 em {
	font-weight: 700;
	font-style: normal;
	display: block;
}
#propertyTop .main-text {
	font-weight: 600;
	color: #fff;
	white-space: pre-wrap;
	letter-spacing: 0.02em;
	word-break: keep-all;
}
#propertyTop .main-text.bg-wide::before {
	background-color: #ef857d;
}
#propertyTop .sub-text {
	text-align: center;
	letter-spacing: 0.03em;
}
#propertyTop .sub-text strong {
	color: var(--color-wom);
}

@media screen and (min-width: 768px) {
	#propertyTop::before {
		width: 237px;
		height: 238px;
		right: calc(50% - 680px);
		transform: translateY(-152px);
		@media screen and (max-width: 1340px) {
			right: -12px;
		}
	}
	#propertyTop h1 {
		height: 133px;
		padding: 0 40px;
	}
	#propertyTop h1.bg-wide::before {
		background: #fbf9f6 url(../img/property/mv-bg_pc.webp) no-repeat center center / auto 100%;
	}
	#propertyTop h1 em {
		font-size: 2.7rem;
		margin-top: 8px;
	}
	#propertyTop .main-text {
		font-size: 3.4rem;
		line-height: 1.56;
		padding: 34px 40px;
		@media screen and (max-width: 1340px) {
			padding: 34px 260px 34px 40px;
		}
	}
	#propertyTop .sub-text {
		font-size: 2rem;
		padding: 22px 0;
	}
}

@media screen and (max-width: 767px) {
	#propertyTop::before {
		width: 110px;
		height: 112px;
		right: 4px;
		transform: translateY(-100px);
	}
	#propertyTop h1 {
		background: #fbf9f6 url(../img/property/mv-bg_sp.webp) no-repeat center center / cover;
		height: 80px;
		padding: 0 20px;
	}
	#propertyTop h1 span {
		font-size: 1.2rem;
	}
	#propertyTop h1 em {
		font-size: 1.6rem;
		margin-top: 4px;
	}
	#propertyTop .main-text {
		font-size: 1.6rem;
		line-height: 1.38;
		background-color: #ef857d!important;
		padding: 12px 80px 12px 20px;
	}
	#propertyTop .sub-text {
		font-size: 1.3rem;
		line-height: 1.53;
		padding: 10px 20px;
	}
}

@media screen and (min-width: 380px) and (max-width: 767px) {
	#propertyTop .main-text span {
		white-space: nowrap;
		display: block;
	}
	#propertyTop .main-text span wbr {
		display: none;
	}
}



/* -- merit -- */
.merit-list li {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.merit-list li::before {
	font-weight: 600;
	line-height: 1;
	color: var(--bg-pink);
	overflow: hidden;
	position: absolute;
}
.merit-list li:nth-of-type(1)::before {
	content: "01";
}
.merit-list li:nth-of-type(2)::before {
	content: "02";
}
.merit-list li:nth-of-type(3)::before {
	content: "03";
}
.merit-list li h3 {
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.54;
	color: var(--color-wom);
	white-space: pre-wrap;
	letter-spacing: 0.04em;
	word-break: keep-all;
	position: relative;
	z-index: 1;
}
.merit-list li p {
	font-size: 1.6rem;
	line-height: 1.88;
	margin-top: 12px;
	position: relative;
	z-index: 1;
}
.merit-list li p strong {
	color: var(--color-wom);
}

@media screen and (min-width: 768px) {
	.merit-list {
		margin-top: 52px;
		margin-bottom: 40px;
	}
	.merit-list li {
		min-height: 270px;
		margin-top: 44px;
		padding: 44px 62px 32px;
		border-radius: 25px;
	}
	.merit-list li::before {
		font-size: 14rem;
		top: -24px;
	}
	.merit-list li:nth-of-type(1)::before,
	.merit-list li:nth-of-type(3)::before {
		left: -12px;
	}
	.merit-list li:nth-of-type(2)::before {
		right: -12px;
	}
	.merit-list li:nth-of-type(1),
	.merit-list li:nth-of-type(3) {
		padding-right: calc(100% - 480px);
	}
	.merit-list li:nth-of-type(2) {
		padding-left: calc(100% - 480px);
	}
	.merit-list li::after {
		content: "";
		display: block;
		width: calc(100% - 540px);
		height: 100%;
		position: absolute;
		top: 0;
	}
	.merit-list li:nth-of-type(1)::after {
		background: url(../img/property/merit-img_01.webp) no-repeat center center / cover;
		right: 0;
	}
	.merit-list li:nth-of-type(2)::after {
		background: url(../img/property/merit-img_02.webp) no-repeat center center / cover;
		left: 0;
	}
	.merit-list li:nth-of-type(3)::after {
		background: url(../img/property/merit-img_03.webp) no-repeat center center / cover;
		right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.merit-list li {
		padding: 44px 40px 32px;
	}
	.merit-list li::after {
		width: 340px;
	}
	.merit-list li:nth-of-type(1),
	.merit-list li:nth-of-type(3) {
		padding-right: 380px;
	}
	.merit-list li:nth-of-type(2) {
		padding-left: 380px;
	}
}

@media screen and (max-width: 767px) {
	.merit-list {
		margin-top: 28px;
		margin-bottom: 20px;
	}
	.merit-list li {
		margin-top: 28px;
		padding: 32px 20px 20px;
		border-radius: 20px;
		box-shadow: 0 4px 4px #f7e5e3;
	}
	.merit-list li::before {
		font-size: 9.9rem;
		top: -16px;
		left: -8px;
	}
	.merit-list li h3 {
		font-size: 1.8rem;
		text-align: center;
	}
	.merit-list li p {
		font-size: 1.4rem;
		line-height: 1.64;
		margin-top: 24px;
		padding: 0 12px;
		position: relative;
	}
	.merit-list li p::before {
		content: "";
		display: block;
		width: calc(100% + 24px);
		margin: 0 -12px 12px;
		aspect-ratio: 295 / 135;
	}
	.merit-list li:nth-of-type(1) p::before {
		background: url(../img/property/merit-img_01.webp) no-repeat center center / cover;
	}
	.merit-list li:nth-of-type(2) p::before {
		background: url(../img/property/merit-img_02.webp) no-repeat center center / cover;
	}
	.merit-list li:nth-of-type(3) p::before {
		background: url(../img/property/merit-img_03.webp) no-repeat center center / cover;
	}
}



/* -- examples -- */
#examples.bg-wide,
#examples.bg-wide::before {
	background-color: #4c4a46!important;
}
#examples .slider-text {
	color: #fff;
	text-align: left;
}
#examples .slider-text h2 {
	font-weight: 600;
	margin-bottom: 12px;
}
#examples .slider-text h2 span {
	font-weight: 400;
	display: block;
}
#examples .slider-control {
	max-width: 180px;
}
#property #aboutSlideWrap {
	color: #fff;
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
}
#property #aboutSlideWrap .pic-box-img img {
	width: 100%;
	max-width: initial;
	height: 100%;
	object-fit: cover;
}
#property #aboutSlideWrap .pic-box {
	background: none;
	display: block;
}
#property #aboutSlideWrap .progressbar,
#property #aboutSlideWrap .slider-control {
	width: 100%;
	margin: 0;
}
#property #aboutSlideWrap .swiper-pagination {
	padding: 0 16px;
}
#property #aboutSlideWrap span[class^="swiper-button-"] {
	border-color: #fff;
}
#property #aboutSlideWrap .swiper-pagination {
	color: #fff;
}
#property #aboutSlideWrap span[class^="swiper-button-"]::after {
	background-image: url(../img/property/slider_arrow.webp);
}

@media screen and (min-width: 768px) {
	#examples .slider-text {
		padding: 64px 0 40px;
	}
	#examples .slider-text h2 {
		font-size: 2.4rem;
	}
	#examples .slider-text h2 span {
		font-size: 2rem;
		margin-top: 8px;
	}
	#examples .slider-text p {
		font-size: 1.6rem;
		font-weight: 300;
		line-height: 1.88;
	}
	#property #aboutSlideWrap .swiper-wrapper,
	#property #aboutSlideWrap .pic-box-img {
		width: 51.25%;
	}
	#property #aboutSlideWrap .slide-number {
		width: 48.75%;
		max-width: 580px;
		padding: 0 40px 40px 90px;
		position: relative;
		z-index: 2;
	}
	#property #aboutSlideWrap .pic-box-img img {
		min-height: 504px;
	}
	#property #aboutSlideWrap .progressbar,
	#property #aboutSlideWrap .slider-control {
		position: relative;
		inset: auto;
	}
	#property #aboutSlideWrap .slider-control {
		margin-top: 20px;
		left: -15px;
	}
	@container (max-width: 1200px) {
		#property #aboutSlideWrap .slide-number {
			padding: 0 40px 40px 40px;
		}
	}
	@container (max-width: 1000px) {
		#examples .slider-text h2 {
			font-size: 1.7rem;
		}
		#examples .slider-text h2 span {
			font-size: 1.5rem;
		}
		#examples .slider-text p {
			font-size: 1.4rem;
		}
	}
}

@media screen and (max-width: 767px) {
	#property #aboutSlideWrap {
		flex-direction: column;
		margin: 0 -20px!important;
		padding-bottom: 96px;
		position: relative;
	}
	#property #aboutSlideWrap .swiper-wrapper {
		order: 1;
	}
	#property #aboutSlideWrap .slide-number {
		order: 0;
		padding: 0 20px 24px;
		position: static;
	}
	#examples .slider-text h2 {
		font-size: 1.7rem;
	}
	#examples .slider-text h2 span {
		font-size: 1.5rem;
		margin-top: 4px;
	}
	#examples .slider-text p {
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 1.643;
	}
	#property #aboutSlideWrap .progressbar,
	#property #aboutSlideWrap .slider-control {
		position: absolute;
	}
	#property #aboutSlideWrap .progressbar {
		width: 250px!important;
		bottom: 75px;
		left: 20px;
	}
	#property #aboutSlideWrap .slider-control {
		bottom: 32px;
		left: 5px;
	}
}



/* -- existing -- */
.existing-property,
.existing-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.existing-property h3 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.existing-property p {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 10px 0;
}
.existing-property .swiper-slide {
	display: block;
	overflow: hidden;
	width: 100%;
}
.existing-property .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.existing-property .existing-pagination {
	text-align: center;
	margin-top: 12px;
}

@media screen and (min-width: 768px) {
	.existing-property-list {
		display: flex;
		column-gap: 42px;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: 52px;
	}
	.existing-property-list > div {
		width: calc(50% - 21px);
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.existing-property-list {
		max-width: 580px;
		margin: 32px auto 0;
	}
	.existing-property {
		margin-top: 40px;
	}
	.existing-property h3 {
		font-size: 1.6rem;
	}
	.existing-property p {
		font-size: 1.2rem;
	}
}



/* -- conditions -- */
.conditions-list li h3 {
	color: #fff;
	background-color: var(--color-wom);
	display: flex;
	align-items: center;
	justify-content: center;
}
.conditions-list li p,
.conditions-list li ul {
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
	flex: 1;
	padding: 16px 40px;
}
.conditions-list li ul li {
	margin-left: 20px;
	list-style-type: disc;
}

@media screen and (min-width: 768px) {
	.conditions-list {
		margin: 48px 0 12px;
	}
	.conditions-list > li {
		display: flex;
		column-gap: 12px;
		width: 100%;
		margin-top: 16px;
	}
	.conditions-list li h3 {
		font-size: 2rem;
		width: 220px;
		padding: 18px 0;
	}
	.conditions-note {
		font-size: 1.6rem;
		text-align: right;
	}
	.conditions-note {
		margin-bottom: 48px;
	}
}

@media screen and (max-width: 767px) {
	.conditions-list {
		margin: 28px 0 12px;
	}
	.conditions-list > li {
		margin-top: 16px;
	}
	.conditions-list li h3 {
		font-size: 1.6rem;
		padding: 7px 0;
	}
	.conditions-list li p,
	.conditions-list li ul {
		font-size: 1.4rem;
		padding: 12px 14px;
	}
	.conditions-list > li:nth-of-type(-n+2) p {
		text-align: center;
	}
	.conditions-note {
		font-size: 1rem;
		text-align: center;
	}
	.conditions-note {
		margin-bottom: 32px;
	}
}



/* -- Q & A -- */
.qa-list dt {
	line-height: 1.6;
	background-color: #f8f8f8;
	cursor: pointer;
	position: relative;
}
.qa-list dt::before {
	content: "Q.";
	position: absolute;
}
.qa-list dt::after {
	content: "";
	border-right: solid 2px #c5c5c5;
	border-bottom: solid 2px #c5c5c5;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	transition: all 0.4s ease;
}
.qa-list dd div::before {
	content: "A.";
	padding-right: 0.5em;
}
.qa-list dd {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 0.4s ease;
}
.qa-list dt.is-open + dd {
	grid-template-rows: 1fr;
}
.qa-list dd > div {
	overflow: hidden;
	transition: all 0.4s ease;
}
.qa-list dt.is-open::after {
	margin-top: 0;
	transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
	.qa-list {
		margin-top: 36px;
	}
	.qa-list dt {
		font-size: 2rem;
		margin-top: 20px;
		padding: 14px 120px 14px 76px;
	}
	.qa-list dd + dt {
		margin-top: 40px;
	}
	.qa-list dt::before {
		top: 14px;
		left: 44px;
	}
	.qa-list dt::after {
		width: 14px;
		height: 14px;
		margin-top: -10px;
		right: 44px;
	}
	.qa-list dd div {
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 2.25;
		padding: 0 58px 0 44px;
	}
	.qa-list dt.is-open + dd div {
		padding-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.qa-list {
		margin-top: 20px;
	}
	.qa-list dt {
		font-size: 1.6rem;
		padding: 8px 40px 8px 44px;
	}
	.qa-list dd + dt {
		margin-top: 20px;
	}
	.qa-list dt::before {
		top: 8px;
		left: 24px;
	}
	.qa-list dt::after {
		content: "";
		width: 10px;
		height: 10px;
		margin-top: -6px;
		right: 22px;
	}
	.qa-list dd div {
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 2;
		padding: 0 20px 0 24px;
	}
	.qa-list dt.is-open + dd div {
		padding-top: 16px;
	}
}



/* -- contact -- */
#contact .CTA-block dl dd a {
	font-weight: 600;
	color: #31a9ab;
	text-decoration: underline;
}
#contact .CTA-block p.note {
	font-size: 1.6rem;
	margin: 20px 0 32px;
}

@media screen and (min-width: 768px) {
	#contact .CTA-block {
		text-align: center;
		margin-top: 36px;
		padding: 72px 0 52px;
	}
	#contact .CTA-block dl {
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#contact .CTA-block dl dt {
		font-size: 2.7rem;
		padding-right: 12px;
	}
	#contact .CTA-block dl dd {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 767px) {
	#contact .CTA-block {
		text-align: center;
		margin: 28px -20px 0;
		padding: 36px 20px 26px;
	}
	#contact .CTA-block dl {
		text-align: center;
	}
	#contact .CTA-block dl dt {
		font-size: 1.8rem;
		padding-right: 12px;
	}
	#contact .CTA-block dl dd {
		font-size: 2.2rem;
	}
	#contact .CTA-block p.note {
		font-size: 1.2rem;
		line-height: 1.58;
	}
}