@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* FV */
/* ----------------------------------- */

#fv {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#fvImg {
	width: 50%;
	max-width: 1200px;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}

#fvImg img {
	width: 100%;
	min-width: 900px;
}

#fvListWrap {
	width: 50%;
}

#fvList {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px 2.5%;
}

#fvList li {
	width: 45%;
	padding-top: 45%;
	border-radius: 100vw;
	background-image: linear-gradient(0deg, rgba(185, 110, 201, 1), rgba(255, 184, 132, 1));
	position: relative;
}

.fvListIn {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 100vw;
	background: #FFF;
	position: absolute;
	top: 2px;
	left: 2px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.serviceTit {
	font-size: clamp(1.4rem,1.6vw,2rem);
	color: #ae4081;
	font-weight: bold;
}

.serviceTit::after {
	content: "";
	margin: 10px 0;
	width: 90%;
	height: 1px;
	background: #eeeeee;
	display: block;
}

.serviceDesc {
	font-size: clamp(1rem,1vw,1.4rem);
	font-weight: bold;
	color: #46240c;
}

#dayHomeCareIcon .fvListIn::before {
	content: "";
	width: 8vw;
	height: 84px;
	margin-bottom: 20px;
	background: url(../../img/common/day_home_care.svg) center 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#residentialCareIcon .fvListIn::before {
	content: "";
	width: 6.5vw;
	height: 79px;
	margin-bottom: 20px;
	background: url(../../img/common/residential_care.svg) center 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#disabilitySupportIcon .fvListIn::before {
	content: "";
	width: 7vw;
	height: 94px;
	margin-bottom: 20px;
	background: url(../../img/common/disability_support.svg	) center 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#customerSupportIcon .fvListIn::before {
	content: "";
	width: 7.5vw;
	height: 99px;
	margin-bottom: 20px;
	background: url(../../img/common/customer_support.svg) center 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* top1 */
/* ----------------------------------- */
#top1 {
	margin-bottom: 10vw;
	position: relative;
}

#aboutusLink {
	width: 80%;
	padding: 80px 0 80px 10vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background: #f6efe2;
	border-radius: 0 100vw 100vw 0;
}

#aboutusLinkImg {
	padding-bottom: 30px;
}

#aboutusLinkImg img {
	width: 100%;
}

#aboutusLinkIn {
	width: 20vw;
	max-width: 450px;
	min-width: 300px;
}

#top1Img {
	width: 60%;
	max-width: 1200px;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 10;
	overflow: hidden;
}

#top1Img img {
	width: 100%;
	height: auto;
	min-width: 900px;
}

#top1Btn {
	text-align: center;
	padding-top: 20px;
}

/* top2 */
/* ----------------------------------- */
#top2 {
	padding-bottom: 100px;
}

#newsWrap {
	padding: 50px 40px;
	border: 2px solid #ae4081;
	background: #FFF;
	position: relative;
	border-radius: 20px;
}

#news {
	height: 400px;
	padding-right: 60px;
	position: relative;
}

.newsList {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.newsList .date {
	padding-right: 10px;
}

.newsList a {
	display: flex;
	flex-wrap: wrap;
	transition: all 0.3s ease-in-out 0s;
}

.newsList a:hover {
	color: #ae4081;
}

.newsList .cat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.newsList .cat li {
	padding: 0 10px;
	background: #eee;
	font-size: 1.2rem;
	border-radius: 5px;
}

.newsList .tit {
	width: 100%;
}

#newsLink {
	position: absolute;
	bottom: -2px;
	right: -2px;
}

#newsLink a {
	padding: 10px 100px;
	background: #ae4081;
	color: #FFF;
	border-radius: 20px 0 20px 0;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

#newsLink a::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(../../img/common/icon_arrow2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* scroll */
.ps__thumb-y {
	width: 10px;
	background-color: #ae4081;
	border-radius: 0px;
	transition:none;
	right: 0;
}	
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background-color: #eeeeee;
}

.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #ae4081;
	width: 10px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #ae4081;
	width: 10px;
}

.ps__rail-x, .ps__rail-y {
	opacity: 1!important;
	width: 10px;
}

/* top3 */
/* ----------------------------------- */
#top3 {
	padding-bottom: 100px;
}

#titIg {
	padding-bottom: 40px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #46240c;
	text-align: center;
}

#titIg::before {
	margin: 0 auto 15px;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../../img/common/icon_ig.svg) 0 0 no-repeat;
	background-size: contain;
	display: block;
}

#imgIg {
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 2%;
}

#imgIg li {
	width: 23.5%;
}

#imgIg img {
	width: 100%;
}

#top3Btn {
	padding-bottom: 60px;
	text-align: center;
}

#top3Link ul {
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#top3Link li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#top3Link ul li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 30px;
	margin: 0 30px;
	background: #bfbfbf;
	display: inline-block;
	vertical-align: middle;
}

#top3Link a {
	font-size: 1.6rem;
	color: #ae4081;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#top3Link a::after {
	content: "";
	width: 17px;
	height: 17px;
	background: url(../../img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#top3Bnr ul {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

#top3Bnr li {
	width: 23.5%;
}

#top3Bnr li img {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	#fvList li {
		transition: all 0.3s ease-in-out 0s;
	}
	#fvList li:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* FV */
	/* ----------------------------------- */
	#fvListWrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#fvImg {
		width: 98%;
		padding-bottom: 40px;
	}

	#fvList {
		max-width: 80%;
	}

	#fvList li {
		width: 45%;
		padding-top: 45%;
	}

	.serviceTit {
		font-size: clamp(1.6rem,2vw,2rem);
	}

	.serviceDesc {
		font-size: clamp(1rem,1.6vw,1.6rem);
	}

	#dayHomeCareIcon .fvListIn::before {
		width: 10vw;
		height: 9vw;
		margin-bottom: 10px;
	}

	#residentialCareIcon .fvListIn::before {
		width: 9vw;
		height: 9vw;
		margin-bottom: 10px;
	}

	#disabilitySupportIcon .fvListIn::before {
		width: 9vw;
		height: 9vw;
		margin-bottom: 10px;
	}

	#customerSupportIcon .fvListIn::before {
		width: 9vw;
		height: 9vw;
		margin-bottom: 10px;
	}

	/* top1 */
	/* ----------------------------------- */
	#top1 {
		margin-bottom: 80px;
	}
	
	#top1Img {
		width: 100%;
		position: static;
		text-align: right;
		margin-top: -50px;
		padding-left: 10%;
	}

	#top1Img img {
		min-width: auto;
		width: 120%;
	}

	#aboutusLink {
		width: 90%;
		padding: 70px 0 90px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	/* top2 */
	/* ----------------------------------- */
	#top2 {
		padding: 0 2% 80px 2%;
	}

	/* top3 */
	/* ----------------------------------- */
	#top3 {
		padding: 0 2% 80px 2%;
	}

	#titIg {
		padding-bottom: 40px;
		font-size: 2.2rem;
		font-weight: bold;
		color: #46240c;
		text-align: center;
	}



}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* FV */
	/* ----------------------------------- */
	#fv {
		margin-bottom: 60px;
	}
	
	#fvImg img {
		width: 100%;
		min-width: 400px;
	}

	#fvList {
		max-width: 100%;
	}

	.serviceTit {
		font-size: clamp(1.3rem,2.4vw,1.8rem);
	}

	.serviceDesc {
		font-size: clamp(0.9rem,1.4vw,1.4rem);
	}

	/* top1 */
	/* ----------------------------------- */
	#top1 {
		margin-bottom: 60px;
	}

	#aboutusLink {
		width: 96%;
	}

	#top1Img {
		width: 100%;
		position: static;
		text-align: right;
		margin-top: -50px;
		padding-left: 4%;
	}

	#top1Img img {
		width: 140%;
	}


	/* top2 */
	/* ----------------------------------- */
	#top2 {
		padding: 0 4% 60px 4%;
	}

	#newsWrap {
		padding: 30px 2% 50px 4%;
	}

	#news {
		padding-right: 20px;
	}
	/* top3 */
	/* ----------------------------------- */
	#top3 {
		padding: 0 4% 60px 4%;
	}
	
	#titIg {
		padding-bottom: 20px;
		font-size: 2rem;
	}

	#titIg::before {
		margin: 0 auto 5px;
		width: 40px;
		height: 40px;
	}

	#imgIg {
		padding-bottom: 20px;
		gap: 5px 2%;
	}

	#imgIg li {
		width: 49%;
	}

	#top3Btn {
		padding-bottom: 40px;
		text-align: center;
	}

	#top3Link ul {
		padding-bottom: 40px;
		flex-direction: column;
	}

	#top3Link li {
		padding-bottom: 10px;
	}

	#top3Bnr ul {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 2%;
	}

	#top3Bnr li {
		width: 49%;
	}

	#top3Link ul li:not(:last-child)::after {
		display: none;
	}

	
}