
.fv{
	padding-top: 120px;
	padding-bottom: 130px;
	background-image: url("../img/fv_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

@media(max-width:820px) {
	.fv{
		padding-top: 80px;
	}
}

@media(max-width:599px) {
	.fv{
		padding-top: 140px;
		background-position: center top;
		background-size: 100%;
		padding-bottom: 50px;
	}
}

.fv .law{
	position: relative;
}

.fv_copy{
	color: var(--font-subcolor);
	font-size: 5rem;
	font-family: 'NotoSansB';
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	position: absolute;
	top: 55%;
    transform: translateY(-50%);
	z-index: 20;
}

@media(max-width:976px) {
	.fv_copy{
		font-size: 4rem;
	}
}

@media(max-width:820px) {
	.fv_copy{
		font-size: 2.5rem;
		line-height: 1.7;
		top: 65%;
	}
}

@media(max-width:599px) {
	.fv_copy{
		top: -60px;
		left: 15px;
		transform: inherit;
	}
}


.fv_copy span.fv_copy_eng{
	color: #f7541c;
	font-size: 2.2rem;
	font-family: 'JosefinSansR';
	font-weight: normal;
	letter-spacing: 0.05em;
}

@media(max-width:820px) {
	.fv_copy span.fv_copy_eng{
		font-size: 1rem;
	}
}

@media(max-width:820px) {
	.fv_mainimg{
		width: min(500px, 100%);
	}
}

@media(max-width:599px) {
	.fv_mainimg{
		margin-bottom: 40px;
	}
}

.fv_mainimg svg{
	opacity: 0;
	transform: scale(1.05);
	margin: 0 auto;
	transition: opacity .5s, transform 1.2s ease-in-out;
}

@media(max-width:820px) {
	.fv_mainimg svg {
		width: 100%;
		height: auto;
	}
}

.fv_mainimg.active svg{
	transform: scale(1);
	opacity: 1;
}

.fv_mainimg svg image{
	width: 100%;
	height: 100%;
}


.fv_ctctbox{
	background-color: rgba(255,255,255,.9);
	padding: 60px 20px;
	width: min(286px, 100%);
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}

@media(max-width:599px) {
	.fv_ctctbox{
		position: inherit;
		transform: inherit;
		margin: 0 auto;
	}
}

.mssg_ctctbox{
	font-size: 1.8rem;
	font-family: 'NotoSansB';
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: center;
}

.fv_ctctbox .spt_list{
	margin-bottom: 25px;
}

.about{
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom:70px;
}

@media(max-width:599px) {
	.about{
		margin-bottom: 40px;
	}
}

.about::after{
	content: 'ABOUT US';
	display: block;
	font-family: 'JosefinSansL';
	font-weight: normal;
	font-size: 21rem;
	color: #fd5c19;
	opacity: .05;
	text-align: center;
	line-height: 0.2;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

@media(max-width:1220px) {
	.about::after{
		font-size: 14rem;
	}
}

@media(max-width:820px) {
	.about::after{
		font-size: 10rem;
	}
}

@media(max-width:599px) {
	.about::after{
		font-size: 5.5rem;
		position: absolute;
		right: 0;
		left: 0;
	}
}

.about h2{
	font-family: 'NotoSansM';
	font-weight: normal;
	display: inline-block;
	font-size: 3.8rem;
	color: #60372f;
	letter-spacing: 0.15em;
	line-height: 1.6;
}

@media(max-width:820px) {
	.about h2{
		font-size: 2.7rem;
	}
}

.about h2 span{
	color: #f7541c;
}

.about_mssg{
	background-color: rgba(255,255,255,.4);
	border-radius: 0 20px 20px 20px;
	width: 63%;
	padding: 55px 45px 15px;
	float: right;
	transform: translateY(30px);
	z-index: 5;
    position: relative;
}

@media(max-width:599px) {
	.about_mssg{
		width: 100%;
		padding: 20px;
	}
}

.about_mssg p{
	font-family: 'NotoSansB';
	font-weight: normal;
	margin-bottom: 2em;
	letter-spacing: 0.025em;
}

.about_mssg p.font_l{
	font-size: 1.3em;
}



.news{
	background: linear-gradient(180deg, #f4f4ea 0%, #f4f4ea 50%, #fff 50%, #fff 100%);
}

.news h2{
	font-family: 'NotoSansM';
	font-weight: normal;
	font-size: 3rem;
	line-height: 1.5;
	color: #60372f;
	margin-bottom: 20px;
}

@media(max-width:820px) {
	.news h2{
		font-size: 2rem;
	}
}

.news h2 span{
	font-family: 'JosefinSansR';
	font-weight: normal;
	color: #f7541c;
	font-size: 0.4em;
	letter-spacing: 0.15em;
	display: block;
}

.spt_hbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

@media(max-width:599px) {
	.spt_hbox{
		display: inherit;
		margin-bottom: 30px;
	}
}

.spt_hbox h2{
	font-family: 'NotoSansM';
	font-weight: normal;
	font-size: 3rem;
	line-height: 1.5;
	color: #60372f;
	margin-bottom: 20px;
	width: 20%;
}

@media(max-width:599px) {
	.spt_hbox h2{
		width: 100%;
	}
}

.spt_hbox h2 span{
	font-family: 'JosefinSansR';
	font-weight: normal;
	color: #f7541c;
	font-size: 0.4em;
	letter-spacing: 0.15em;
	display: block;
}

.spt_hbox h2 + div{
	width: 80%;
}

@media(max-width:599px) {
	.spt_hbox h2 + div{
		width: 100%;
	}
}


.spt_listbox{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3.5%;
}

.spt_listbox > div{
	width: 31%;
	position: relative;
	margin-bottom: 50px;
}

@media(max-width:599px) {
	.spt_listbox > div{
		width: 100%;
		margin-bottom: 20px;
	}
}

.spt_listbox > div::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 65px;
	height: 65px;
	background-image: url("../img/next.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 25%;
	right: 0;
	transition: .3s;
}

@media(max-width:820px) {
	.spt_listbox > div::after{
		width: 40px;
		height: 40px;
		top: 15%;
	}
}

@media(min-width:821px) {
	.spt_listbox > div:hover::after{
		transform: translateX(10px);
		transition: .3s;
	}
}

.spt_img{
	position: relative;
	overflow: hidden;
	width: min(336px, 90%);
}
.spt_img::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.spt_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

@media(min-width:821px) {
	.spt_listbox > div:hover .spt_img img{
		transform: scale(1.05);
		transition: .3s;
	}
}


.spt_listbox h3{
	font-family: 'NotoSansM';
	font-weight: normal;
	color: #8e733d;
	font-size: 2.7rem;
	line-height: 1.3;
	margin-bottom: 0.6em;
	position: relative;
	padding-left: 35px;
}

@media(max-width:820px) {
	.spt_listbox h3{
		font-size: 2rem;
		padding-left: 25px;
	}
}

.spt_listbox h3::before{
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #f4f4ea;
	transform: translateY(15%);
    margin-right: 0.3em;
	position: absolute;
	left: 0;
}

@media(max-width:820px) {
	.spt_listbox h3::before{
		width: 20px;
		height: 20px;
	}
}

.spt_img + div{
	background-color: #fff;
	border-radius: 10px;
	font-size: 1.4rem;
	width: min(336px, 90%);
	float: right;
    position: relative;
    margin-top: -45px;
    z-index: 10;
	padding: 20px;
}

.spt_img + div p{
	font-size: 1.4rem;
	color: var(--font-color);
}

@media(max-width:820px) {
	.spt_img + div p{
		font-size: 1.3rem;
	}
}


.support{
	background-color: #fff;
	padding-top: 100px;
	background-image: url("../img/supprt_bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 140px;
}

@media(max-width:820px) {
	.support{
		padding-bottom: 90px;
	}
}

@media(max-width:599px) {
	.support{
		padding-top: 50px;
		padding-bottom: 30px;
	}
}


/* 2025/7/2　トップページ居住支援法人の注意書き用、終了後は削除OK */
.shinseichu{
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom:50px;
}

@media(max-width:599px) {
	.shinseichu{
		margin-bottom: 40px;
	}
}

.shinseichu h2{
	font-family: 'NotoSansM';
	font-weight: normal;
	font-size: 3.8rem;
	color: #60372f;
	letter-spacing: 0.15em;
	line-height: 1.6;
	text-align: center;
}

@media(max-width:820px) {
	.shinseichu h2{
		font-size: 2.7rem;
	}
}




