@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
@charset "utf-8";
/* @font-face でローカルフォントを優先 */
@font-face {
	font-family: 'Local Noto Sans JP';
	src: 
		local('Noto Sans JP'), /* Windows用 */
		local('Noto Sans CJK JP Regular') /* Android用 */;
}
html { scroll-behavior: smooth; }
body #Relay{
	background-color: #fff;
	line-height: 1.5;
	font-weight: 400;
	font-size: clamp(12px, calc(9.57px + 0.446vw), 19.2px);
	color:#111;
	font-family:"Local Noto Sans JP", "Noto Sans JP",'Hiragino Sans',"Hiragino Kaku Gothic W4 JIS2004", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic",YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position: relative;
	margin-top: var(--gb-h);
}
a{
	text-decoration: none;
	position: relative;
}
a.relay{
	text-decoration:underline;
	color: #4b737c;
}
.l-inner{
	padding: 0;
}
.telfon{
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}
#Relay header#common_header{
	position: sticky;
	top: 0;
	left:0;
	z-index: +3;
	padding: 1.25em 0;
	transition: all 0.3s linear;
}
body#TOP:has(#gb_header) #Relay header#common_header{
	top: var(--gb-h);
}
#Relay header#common_header.is-scroll{
	background-color: rgba(255,255,255,1.0);
	box-shadow: 0px 1px .325em 0 rgba(0,0,0,0.13);
}
main.l-main{
	line-height: 1.75;
	word-break: break-all;
	background-color: transparent;
	color:#111;
}
main.l-main .sec{
	padding: clamp(64px, calc(22.65px + 6.761vw), 120px) 0 clamp(64px, calc(8.56px + 10.516vw), 160px);
}
main.l-main .sec2{
	padding:clamp(64px, calc(31.1px + 4.507vw), 96px) 0	clamp(64px, calc(22.65px + 6.761vw), 120px);
}
main.l-main .sec h2:first-child{
	margin-top: 0;
}
main.l-main .bgw{
	background-color: #fff;
}
main.l-main [class^="c-title--"] {
	text-align: left;
	font-weight: 500;
	margin-top: 0;
}
main.l-main .l-inner{max-width: 1500px;}
#code_area{
	height: 0;
	position: absolute;
	bottom:0;
	left:0;
	line-height: 0;
}
#Relay header#common_header .l-inner nav ul li a,#common_footer .l-inner nav ul li a{
	font-weight: 500;
	margin-bottom: .25em;
}
#Relay header#common_header .l-inner #to_form a{
	border-radius: 2em;
	background-color:#4b737c;
	color:#fff;
	padding:.5em 1.5em .575em;
	line-height: 1;
	transition: background-color 0.3s linear;
}
#Relay header#common_header .l-inner #to_form a:hover{
	background-color:rgba(75,115,124,0.7);
}
#Relay header#common_header .l-inner ul li:not(#to_form) a::after,#common_footer .l-inner ul li a::after{
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #4b737c;
	bottom: -.25em;
	transform: scale(0, 1);
	opacity: 0;
	transform-origin: left top;
	transition: transform 0.3s; 
}
#Relay header#common_header .l-inner ul li:not(#to_form) a:hover::after,#common_footer .l-inner ul li a:hover::after{
	transform: scale(1, 1);
	opacity: 1;
}
#Relay header#common_header .l-inner ul li a.activ,#Relay footer#common_footer .l-inner ul li a.activ{color:#4b737c;}
#Relay header#common_header .l-inner ul li:not(#to_form) a.activ::after,#Relay footer#common_footer .l-inner ul li a.activ::after{transform:none;opacity: 1}
.c-title--1 {font-size: clamp(28px, calc(20.96px + 1.85vw), 48px);margin-bottom: min(4.444vw, 64px);font-variant-east-asian: proportional-width;font-feature-settings: "palt";letter-spacing: .05em;}
main.l-main [class^="c-title--"].bdr{position: relative;}
main.l-main [class^="c-title--"].bdr:after{
	content: "";
	display: block;
	margin-top: .425em;
	width:1em;
	height: .1em;
	background-color: #A98667;
}
.c-title--2 {font-size: clamp(24px, calc(13px + 1.8vw), 40px);font-weight: 500;line-height: 1.6;font-variant-east-asian: proportional-width;font-feature-settings: "palt";letter-spacing: .05em;}
.c-title--3{font-size: clamp(24px, 2.222vw, 33.6px);}
.c-title--4{font-size: clamp(20px, 1.667vw, 24px);}
.c-title--5{font-size: clamp(18.7px, 1.389vw, 26.4px);}
.c-flex-box{display: flex;}
ul.checks,ul.disc{margin-left: 1.2em;}
ul.checks li{
	list-style:url("/fudosan/misawarelay/assets/img/ico_check.svg") outside;
}
ul.checks li::marker{
    font-size: 130%;
}
ul.disc li{
	list-style: disc outside;
}
main.l-main .l-inner p:not(:first-child){
	margin-top: 1.25em;
	line-height: 2;
}
#CONTACT,#common_footer{
	background-color:#f7f7f7;
}
#Concierge .p-flex.col3 article{
	background-color: #fff;
	padding: clamp(32px, 4vw, 64px) clamp(20px, 3.2vw, 49px);
	border-radius: .75em;
	line-height: 1.6;
}
#CONTACT .p-flex.col3 article{
	background-color: #fff;
	padding: clamp(32px, 4vw, 64px) clamp(18px, 2.5vw, 36px);
	border-radius: .75em;
	line-height: 1.6;
	text-align: center;
}
#CONTACT .p-flex.col3 article .c-title--4{text-align: center;margin-top: 1.33em;margin-bottom: 1.33em;}
#CONTACT .p-flex.col3 article p{font-size: .875em;line-height: 1.6;margin-top: 0;}
#CONTACT .p-flex.col3 article figure{height:3.428571em;}
#CONTACT .p-flex.col3 article .telfon.c-flex-box{
	font-size: 2.5em;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}
#CONTACT .p-flex.col3 article .telfon.c-flex-box i{
	display: grid;
	place-contents:center;
	padding-top: .125em;
}
#CONTACT .p-flex.col3 article .telfon.c-flex-box i img{
	height:.6em;
	min-width: 1em;
	width:auto;
}
#CONTACT .btn{
	margin: 1.875em 0 1.25em;
}
#CONTACT .telfon{
	margin: .5em 0 .25em;
}
#CONTACT .btn a{
	display:inline-flex;
	align-items: center;
	color:#fff;font-weight: 500;
	letter-spacing: .1em;
	background-color: #32A238;
	padding: 1.25em 1.25em;
	border-radius: .25em;
	line-height: 1;
}
#CONTACT .btn.btn-a a{background-color:#4B737C;}
#CONTACT .btn.btn-b a{background-color:#A98667;}
#CONTACT .btn a:after{
	content: "";
	display: inline-block;
	margin-left: .75em;
	border-left:1px solid rgba(0,0,0,0.5);
	background: url("/fudosan/misawarelay/assets/img/icon_arrow_forward_w.svg")no-repeat center right;
	width:2em;
	height: 1em;
	background-size: auto 80%;
	transition: all .3s linear;
}
#CONTACT .btn a:hover:after{
	background-position: center center;
}
#CONTACT .btn.btn-a a:after{border-left-color: #81E5663;}
#CONTACT .btn.btn-b a:after{border-left-color: #885B33;}
#common_footer .l-inner{
	border-top: 1px solid #888;
	padding-top: clamp(48px, calc(32px + 4.44vw), 96px);
	padding-bottom:4em;
}
#common_footer .l-inner nav ul{
	font-size: .875em;
	display: flex;
	flex-direction: column;
	max-height: 7lh;
	flex-wrap: wrap;
	column-gap:2.5em;
	grid-row-gap: 1.75em;
}
#relay_logo a img,.relay_logo a img,#MV h2 figure img,h2 figure img[src$=".svg"]{
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: transform;
	image-rendering: -webkit-optimize-contrast;
	shape-rendering: crispEdges;
	text-rendering: geometricPrecision;
}
#common_footer .l-inner #relay_logo p{font-size: .75em;}
@media screen and (min-width:481px){
	.spv{display: none;}
	.pc-right{text-align: right;}
	.l-inner{
		width: calc(100% - 12em);
		min-width: 980px;
	}
	#Relay header#common_header .l-inner,#common_footer .l-inner{
		display: flex;
		justify-content: space-between;
	}
	#Relay header#common_header .l-inner{
		width: 95.555555dvw;
		align-items: center;
	}
	#Relay header#common_header .l-inner nav botton{display: none;}
	#Relay header#common_header .l-inner nav ul{
		display: flex;
		justify-content: space-between;
		column-gap:1.875em;
		align-items: center;
		font-size: .875em;
		transform: translateY(-1em);
	}
	#Relay header#common_header .logo,#common_footer .logo{
		width: 15.2dvw;
		min-width: 220px;
	}
	#CONTACT .p-flex.col3 article{
		width:calc(100% / 3);
		margin-bottom:clamp(3em, calc(2.34em + 0.254vw), 6em);
	}
	#CONTACT .p-flex.col3 article p.caution{font-size: .75em;transform: translateY(11em);margin-top: -5.5em;white-space: nowrap;}
	#common_footer .l-inner{
		flex-direction: row-reverse;
	}
	#common_footer .l-inner #relay_logo{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.p-flex,.p-flex-md{
		display: flex;
		justify-content: space-between;
		column-gap: 1.25em;
	}
	.p-flex-md{
		align-items: center;
	}
	main.l-main .p-flex.col4 article{
		max-width: 25%;
	}
	main.l-main .p-flex.col3 article{
		max-width:calc(100% / 3);
	}
}
@media screen and (max-width: 912px) {
	.l-inner{
		width: calc(100% - 8em);
		min-width: 90dvw;
	}
	#Relay header#common_header .l-inner nav{
		position: fixed;
		top:0;
		right:0;
		height:var(--rlh-h);
	}
	body#TOP:has(#gb_header) #Relay header#common_header .l-inner nav{
			top:var(--gb-h);
	}
	#Relay header#common_header.active .l-inner nav{
		left:0;
		height:auto;
	}
	#Relay header#common_header .l-inner nav button{
		display: grid;
		place-content: center;
		width:15dvw;
		height:15dvw;
		max-width: 64px;
		max-height: 64px;
		background-color: #4B737C;
		border-radius: 50%;
		margin-top: .5em;
		position: absolute;right: .5em;
		top:0;
		z-index: +10;
	}
	#Relay header#common_header .l-inner nav button span{
		display:block;
		position: relative;
		width:5.625dvw;
		max-width: 24px;
		height:12px;
	}
	#Relay header#common_header .l-inner nav button span:before,#Relay header#common_header .l-inner nav button span:after{
		content: "";
		display: block;
		position: absolute;
		width:100%;
		height: 2px;
		background-color: #fff;
		transition: all .3s linear;
	}
	#Relay header#common_header .l-inner nav button span:before{
		width:100%;
		top:0;
	}
	#Relay header#common_header .l-inner nav button span:after{
		width:66.666667%;
		bottom:0;
	}
	#Relay header#common_header .l-inner nav button.active span:before{
		top:5px;
		transform:rotate(45deg);
	}
	#Relay header#common_header .l-inner nav button.active span:after{
		bottom:5px;
		width:100%;
		transform:rotate(-45deg);
	}
	#Relay header#common_header nav ul{
		opacity:0;
		pointer-events:none;
		transition:.3s;
		z-index:+3;
		font-size: 1.333333em;
		transform: translateX(100%);
	}
	#Relay header#common_header .l-inner nav button.active + ul{
		transform: translateX(0);
		margin:var(--rlh-h) 10dvw;
		opacity:1;
		pointer-events:auto;
		background-color: #fff;
		transform: translateX(0);
	}
	#Relay header#common_header .l-inner nav ul li a{
		display: block;
		padding: 1.5em 0;
	}
	#Relay header#common_header .l-inner nav ul li:not(:last-child) a{
		border-bottom:1px solid #ddd;
	}
	#Relay header#common_header .l-inner #to_form a,#Relay header#common_header .l-inner #to_form a:hover{
		background: none;
		color:#111;
		margin-top: 1.5em;
		padding: 0 0 1.5em;
	}
	/* オーバーレイ */
	#Relay header#common_header:after{
		content:"";
		position:fixed;
		inset:0;
		background:rgba(255,255,255,1.0);
		opacity:0;
		pointer-events:none;
		transition:.3s;
		z-index: -1;
	}
	#Relay header#common_header.active::after{
		opacity:1;
		pointer-events:auto;
	}
	#CONTACT .p-flex.col3 article .telfon.c-flex-box{font-size: 1.5em;}
}
@media screen and (max-width: 480px) {
	.pcv{display: none;}
	#common_footer .l-inner #relay_logo,#common_footer .l-inner #relay_logo p{
		text-align: center;
		margin-top: 4em;
	}
	#common_header .logo{
		width: 48.8dvw;
		min-width: 180px;
	}
	#CONTACT .p-flex.col3 article .telfon.c-flex-box{font-size: 2.5em;}
	#CONTACT .p-flex.col3 article:not(:first-child){margin-top: 1em;}
	#CONTACT .p-flex.col3 article p.caution{margin-top: 1em;}
	#common_footer .logo{
		width: 100%;
		min-width: 250px;
	}
	#common_footer .l-inner{
		min-width: 77.866dvw;
	}
}
    