/*-----------------------
        Top Page
-----------------------*/
div#loading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#loading.loaded {
	visibility: hidden;
	opacity: 0;
}
.top-mv-wrap {
	position: relative;
	top: -16px;
	margin-bottom: -16px;
}
.top-mv-img {
	position: relative;
	right: -270px;
	width: 1013px;
	height: 561px;
}
.top-mv-img img {
	width: 100%;
	height: auto;
}
h2.top-mv-title {
	color: transparent;
	position: absolute;
	left: 66px;
	bottom: 100px;
	margin: 0;
	z-index: 1;
}
h2.top-mv-title span.tegaki1 {
	display: block;
	width: 426px;
	height: 68px;
	background-image: url('../img/top/tegaki1.png');
	background-repeat: no-repeat;
	background-position: center;
}
h2.top-mv-title span.tegaki2 {
	display: block;
	width: 745px;
	height: 91px;
	background-image: url('../img/top/tegaki2.png');
	background-repeat: no-repeat;
	background-position: center;
}
.hana01, .hana02, .hana03, .hana04, .hana05 {
	position: absolute;
}
.hana01 {
	width: 158px;
	height: 117px;
	left: -256px;
	bottom: 0;
}
.hana02 {
	width: 242px;
	height: 124px;
	left: -98px;
	bottom: 306px;
}
.hana03 {
	width: 107px;
	height: 116px;
	left: 215px;
	bottom: 405px;
}
.hana04 {
	width: 216px;
	height: 165px;
	right: -389px;
	bottom: 43px;
}
.hana05 {
	width: 82px;
	height: 131px;
	right: -380px;
	bottom: -182px;
}
@media only screen and (max-width:990px) {
	.top-mv-wrap {
		top: -112px;
	}
	.top-mv-img {
		width: 75%;
		max-width: 735px;
		height: auto;
		right: 11px;
		margin-left: auto;
	}
	h2.top-mv-title {
		bottom: 80px;
	}
	section.mv {
		margin-bottom: -112px;
	}
}
@media only screen and (max-width:900px) {
	.top-mv-img {
		left: 220px;
		margin-left: 0;
	}
}
@media only screen and (max-width:880px) {}
@media only screen and (max-width:830px) {
	h2.top-mv-title {
		width: fit-content;
		max-width: 100%;
		left: 0;
		right: 0;
		bottom: 60px;
		margin: auto;
	}
	h2.top-mv-title span.tegaki1, h2.top-mv-title span.tegaki2 {
		max-width: 100%;
		background-size: cover;
	}
}
@media only screen and (max-width:790px) {
	h2.top-mv-title span.tegaki1 {
		width: 60%;
	}
}
@media only screen and (max-width:720px) {
	h2.top-mv-title {
		max-width: 90%;
	}
}
@media only screen and (max-width:620px) {
	h2.top-mv-title {
		bottom: 40px;
	}
	h2.top-mv-title span.tegaki1, h2.top-mv-title span.tegaki2 {
		background-size: contain;
		background-position: left;
	}
	.hana01, .hana02, .hana03, .hana04, .hana05 {
		display: none;
	}
}
@media only screen and (max-width:560px) {
	section.mv {
		margin-bottom: auto;
	}
	.top-mv-wrap {
		top: 0;
	}
	.top-mv-img {
		left: unset;
		right: 0;
		margin-left: auto;
	}
}
section.sec01 {
	border: 1px solid transparent;
	background-image: url('../img/top/sec01-bg.png');
	background-repeat: no-repeat;
	background-position: bottom -198px right;
	padding-bottom: 81px;
}
.ttl01 {
	width: fit-content;
	margin: 73px auto 65px;
	font-size: 36px;
	text-align: center;
	position: relative;
	line-height: 1;
}
.ttl01::after {
	content: "";
	display: block;
	width: 100%;
	height: 11px;
	background: url('../img/top/ttl01_line.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: contain;
	position: absolute;
	bottom: -30px;
}
.ttl02 {
	font-family: "YuGothB", "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #252525;
	text-align: center;
	margin: 39px auto;
	line-height: 1;
}

.sec01-chach p {
	font-size: 22px;
	text-align: center;
	line-height: 2;
}
.se01-block {
	position: relative;
	margin-top: 79px;
	z-index: 0;
}
.visiting-nursing-block, .target-use-block {
	border: 10px solid #fcdbe6;
	background-color: #FFF;
	padding: 61px 79px;
	border-radius: 80px;
	max-width: 693px;
	margin-left: auto;
}
.target-use-block {
	margin-left: 0;
	max-width: 863px;
	background-color: #fef2f6;
	position: relative;
	top: -42px;
	z-index: -1;
}
.ttl03 {
	margin: 0 auto 39px;
	padding-left: 37px;
	position: relative;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1;
}
.ttl03:before {
	content: "";
	display: block;
	width: 24px;
	height: 23px;
	background-image: url('../img/top/ttl03_mark.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.visiting-nursing-block p, .target-use-block p {
	font-size: 18px;
	line-height: 2;
}
dl {
	display: flex;
	gap: 30px;
}
dt {
	white-space: nowrap;
	font-family: "YuGothB", "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 2;
}
dd {
	font-size: 18px;
	line-height: 2;
	margin-left: 0;
}
a.link-btn {
	display: block;
	padding: 15px 62px 17px;
	background: #FFF;
	width: fit-content;
	color: #252525;
	border: 1px solid;
	border-radius: 25px;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-decoration: none;
	position: relative;
	margin-top: 30px;
	margin-left: auto;
}
a.link-btn:after {
	content: "";
	display: block;
	background-image: url(../img/top/arrow.png);
	background-size: 15px 10px;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	width: 15px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
p.top-magokoro {
	font-size: 30px;
	line-height: 2;
	letter-spacing: 0.25em;
	margin-bottom: 50px;
	padding-left: .5em;
	margin-left: -.5em;
}
p.top-magokoro::before, p.top-magokoro::after {
	content: none;
}
span.ko-ko-ro-no-ha-na {
	position: relative;
}
span.ko-ko-ro-no-ha-na::after {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.35em;
	right: 0;
	margin: auto;
	background-image: url('../img/top/ko-ko-ro-no-ha-na.png');
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	background-position: center;
	z-index: -1;
}
section.sec02 {
	background: #fcfaad;
	padding: 79px 0 80px;
}
.recruit-title {
	position: relative;
}
.recruit-title br {
	display: none;
}
h2.ttl04 {
	width: 736px;
	text-align: center;
	margin: 0 auto;
	font-size: 36px;
	position: relative;
	padding-bottom: 30px;
}
h2.ttl04:after {
	content: "";
	display: block;
	width: 736px;
	height: 11px;
	background-image: url('../img/top/ttl04_line.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0px;
}
img.illst_A {
	position: absolute;
	width: 106px;
	top: -110px;
	left: -7px;
}
img.illst_B {
	width: 115px;
	position: absolute;
	top: -30px;
	right: -6px;
}
p.recruit-body {
	width: fit-content;
	margin: 40px auto 41px;
}
@media only screen and (max-width:1010px) {
	h2.ttl04 {
		width: fit-content;
		font-size: clamp(1.5rem, 1.152rem + 1.74vw, 2.25rem);
	}
	h2.ttl04:after {
		width: 100%;
		background-size: contain;
	}
}
@media only screen and (max-width:760px) {
	p.top-magokoro {
		font-size: clamp(1.313rem, 0.903rem + 2.05vw, 1.875rem);
	}
}
@media only screen and (max-width:940px) {
	h2.ttl04 {
		max-width: 78%;
	}
	img.illst_A {
		width: unset;
		height: 140px;
		top: -80px;
		left: 0;
	}
	img.illst_B {
		width: unset;
		height: 140px;
	}
}
@media only screen and (max-width:910px) {
	section.sec02 {
		padding: 79px 0 100px;
	}
	.recruit-title br {
		display: block;
	}
	h2.ttl04 {
		line-height: 1.75;
	}
	img.illst_A {
		top: -80px;
		left: 10%;
	}
	img.illst_B {
		top: 30px;
		right: 10%;
	}
}
@media only screen and (max-width:760px) {
	p.top-magokoro {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width:680px) {
	img.illst_A {
		left: 5%;
	}
	img.illst_B {
		right: 5%;
	}
}
@media only screen and (max-width:600px) {
	img.illst_A, img.illst_B {
		height: 100%;
	}
	img.illst_A {
		left: 0%;
	}
	img.illst_B {
		right: 0%;
	}
}
@media only screen and (max-width:580px) {
	.visiting-nursing-block, .target-use-block {
		padding: 60px 50px;
	}
}
@media only screen and (max-width:550px) {
	.ttl01 {
		font-size: clamp(1.375rem, -1.452rem + 10.77vw, 2.25rem);
	}
}
@media only screen and (max-width:520px) {
	.ttl02, .sec01-chach p {
		font-size: clamp(1rem, 0.4rem + 3vw, 1.375rem);
	}
	img.illst_A {
		left: -5%;
	}
	img.illst_B {
		right: -5%;
	}
	.ttl03 {
		font-size: clamp(1.313rem, -0.886rem + 8.18vw, 1.875rem);
	}
}
@media only screen and (max-width:460px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.visiting-nursing-block, .target-use-block {
		padding: 50px 30px;
		border-radius: 60px;
	}
	section.sec02 {
		padding: 60px 0 80px;
	}
	.recruit-title {
		padding-top: 120px;
	}
	img.illst_A, img.illst_B {
		height: 100px;
		top: 0;
	}
	img.illst_A {
		right: 50%;
		left: unset;
	}
	img.illst_B {
		left: 50%;
	}
	h2.ttl04 {
		width: 100%;
		max-width: unset;
	}
}
@media only screen and (max-width:440px) {
	img.illst_A, img.illst_B {
		height: 80px;
	}
}
@media only screen and (max-width:430px) {
	.ttl03 {
		font-size: clamp(1.313rem, 0.222rem + 5.45vw, 1.688rem);
	}
}
@media only screen and (max-width:420px) {
	dl {
		flex-wrap: wrap;
		gap: 0;
	}
}
@media only screen and (max-width:370px) {
	a.link-btn {
		padding: 15px 50px 17px 30px;
	}
}
@media only screen and (max-width:330px) {
	a.link-btn {
		padding: 15px 30px 17px 20px;
	}
	a.link-btn:after {
		right: 10px;
	}
}
@media only screen and (max-width:320px) {
	.sec01-chach p br.max860, .sec01-chach p br:nth-child(2) {
		display: none;
	}

}