.p-top-calendar {
	margin-bottom: 130px;
}

@media screen and (max-width: 750px) {
	.p-top-calendar {
		margin-bottom: 80px;
	}
}

.p-top-calendar__title {
	text-align: center;
	line-height: 1;
	margin-bottom: 60px;
}

.p-top-calendar__title span:first-child {
	color: rgba(214, 193, 178, 0.17);
	font-size: 15.8rem;
	font-family: var(--font-family-train);
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.p-top-calendar__title span:last-child {
	font-size: 6.4rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	display: block;
	margin-top: -50px;
}

.p-top-calendar__title em {
	display: inline-block;
}

.p-top-calendar__list {
	display: flex;
	gap: 30px;
}

.p-top-calendar__item {
	flex: 1;
	height: 515px;
}

@media screen and (max-width: 750px) {
	.p-top-calendar__title {
		margin-bottom: 40px;
	}

	.p-top-calendar__title span:first-child {
		font-size: 6.6rem;
	}

	.p-top-calendar__title span:last-child {
		font-size: 3.8rem;
		margin-top: -30px;
	}

	.p-top-calendar__item {
		height: 100vw;
	}

	.p-top-calendar__item + .p-top-calendar__item {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.p-top-calendar__title span:first-child {
		font-size: 16vw;
	}
}

.p-top-calendar__item iframe {
	height: 100%;
}

.p-top-calendar__more {
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}

.p-top-clinic {
	background: url("../../images/common/logo_mark_01.png") no-repeat right -1.79vw bottom 100px, url("../../images/top/clinic/bg_01.png");
	background-size: 30.59vw, cover;
	padding: 100px 0 0;
}

@media screen and (max-width: 750px) {
	.p-top-clinic {
		background: url("../../images/top/clinic/bg_01.png");
		background-size: cover;
	}
}

.p-top-clinic__inner {
	position: relative;
	z-index: 2;
	margin-bottom: -100px;
}

.p-top-information {
	margin-bottom: 100px;
}

.p-top-date {
	padding: 0 0 70px;
}

@media screen and (max-width: 750px) {
	.p-top-date {
		padding: 0 0 74px;
	}
}

.p-top-date__list {
	display: flex;
	gap: 50px;
	justify-content: center;
}

.p-top-date__item {
	--bg-color: #fce34d;
	position: relative;
	width: 50%;
}

@media screen and (max-width: 1000px) {
	.p-top-date__list {
		flex-direction: column;
	}

	.p-top-date__item {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.p-top-date__list {
		gap: 18.58vw;
	}
}

.p-top-date__item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--bg-color);
	mix-blend-mode: multiply;
}

.p-top-date__item--open {
	--bg-color: linear-gradient(to right, rgba(243, 168, 125, 0.13) 0%, rgba(255, 216, 0, 0.13) 100%);
}

.p-top-date__item--view {
	--bg-color: linear-gradient(to right, rgba(87, 221, 221, 0.13) 0%, rgba(87, 221, 221, 0.13) 22%, rgba(159, 236, 244, 0.13) 100%);
}

.p-top-date__inner {
	position: relative;
	z-index: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}

@media screen and (max-width: 750px) {
	.p-top-date__inner {
		padding-top: 9.33vw;
	}
}

.p-top-date__title {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.p-top-date__title__row {
	position: absolute;
	inset: var(--gap-y);
	aspect-ratio: 1/1;
	transform: rotate(calc((var(--length) - 1) / 2 * -1 * var(--deg)));
}

.p-top-date__title__row > * {
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--font-size);
	height: 50%;
	font-size: var(--font-size);
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
	transform: translateX(-50%) rotate(calc(var(--i) * var(--deg)));
	transform-origin: center bottom;
}

.p-top-date__title__row--en {
	--deg: 7deg;
	--gap-y: -62px;
	--font-size: 2.6rem;
	font-family: var(--font-family-train);
	color: var(--accent-color);
}

@media screen and (max-width: 575px) {
	.p-top-date__title__row--en {
		--deg: 5.7deg;
		--gap-y: -14vw;
		--font-size: 6vw;
	}
}

.p-top-date__title__row--ja {
	--deg: 12deg;
	--gap-y: -23px;
	--font-size: 4rem;
	--featured-text-scale: 1.1;
	font-family: var(--font-family-kiwi);
}

.p-top-date__title__row--ja > b {
	margin-top: calc(1 - var(--featured-text-scale) * 1em);
	font-size: calc(var(--font-size) * var(--featured-text-scale));
	font-weight: normal;
	color: var(--accent-color);
}

@media screen and (max-width: 575px) {
	.p-top-date__title__row--ja {
		--gap-y: -4vw;
		--font-size: 8vw;
	}
}

.p-top-date__image {
	width: 231px;
	margin: -59px 0 0 8px;
}

@media screen and (max-width: 1000px) {
	.p-top-date__image {
		width: 161px;
		margin: -41px 0 0 5px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-date__image {
		width: 42.93vw;
		margin: -13vw 0 0 1.33vw;
	}
}

.p-top-date__days {
	font-family: FOT-筑紫B丸ゴシック Std B;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.01em;
}

.p-top-date__line {
	max-width: 392px;
}

.p-top-date__days span {
	font-size: 3.4rem;
}

.p-top-date__days small {
	font-size: 2.4rem;
}

.p-top-date__days img {
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {
	.p-top-date__days img {
		display: block;
		margin-top: 10px;
	}
}

@media screen and (max-width: 750px) {

	.p-top-date__days {
		letter-spacing: 0;
	}

	.p-top-date__line {
		max-width: calc(100% - 60px);
		margin: 0 auto;
	}

	.p-top-date__days span {
		font-size: 6.93vw;
	}

	.p-top-date__days small {
		font-size: 5.33vw;
	}
}

.p-top-date__text {
	font-size: 1.6rem;
	padding: 10px 30px 20px;
}

@media screen and (max-width: 750px) {
	.p-top-date__text {
		padding: 20px 30px 30px;
	}
}

.p-top-date__time-list {
	display: table;
	margin-top: 0.25em;
	font-family: var(--font-family-kiwi);
	font-size: 2.7rem;
	line-height: 1.3;
}

.p-top-date__time-list__row {
	display: table-row;
}

.p-top-date__time-list__date,
.p-top-date__time-list__time {
	display: table-cell;
	padding-top: 0.15em;
}

.p-top-date__time-list__date {
	padding-right: 1em;
	text-align: right;
}

.p-top-facilities {
	--bg-color: #f7f6f0;
	position: relative;
	min-height: 43.78vw;
	background: url(../../images/top/facilities/bg_01_pc.png) no-repeat left -0.66vw center;
	background-size: 119.91vw;
}

@media screen and (max-width: 750px) {
	.p-top-facilities {
		width: 100vw;
		min-height: 0;
		height: auto;
		background: none;
	}

	.p-top-facilities::before {
		content: "";
		background: url(../../images/top/facilities/bg_01_sp.png) no-repeat left top;
		background-size: 100% 100%;
		position: absolute;
		z-index: 1;
		left: 0;
		top: -12.5vw;
		width: 100vw;
		height: 163.2vw;
	}
}

.p-top-facilities__cloud {
	position: absolute;
	left: 0;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.p-top-facilities__cloud:first-child {
	bottom: calc(100% - 1px);
}

.p-top-facilities__cloud:last-child {
	top: calc(100% - 1px);
	transform: rotate(180deg);
}

.p-top-facilities__cloud > svg {
	position: relative;
	left: 0;
	width: 100vw;
	aspect-ratio: 7.84/1;
	fill: var(--bg-color);
	transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
	.p-top-facilities__cloud {
		display: none;
	}
}

.p-top-facilities__inner {
	position: relative;
	z-index: 1;
}

.p-top-facilities .l-container {
	display: flex;
	flex-direction: column;
	gap: 23.43vw;
}

@media screen and (max-width: 750px) {
	.p-top-facilities .l-container {
		gap: 64vw;
		padding-top: 18.66vw;
	}
}

.p-top-facilities__body {
	text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.p-top-facilities__title {
	font-size: 6.4rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	text-align: center;
	writing-mode: vertical-rl;
	order: 2;
}

@media screen and (max-width: 750px) {
	.p-top-facilities__title {
		font-size: 10.13vw;
	}
}

.p-top-facilities__text {
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	margin-top: 80px;
}

.p-top-facilities__slider {
	position: absolute;
	left: 0;
	top: 8.3vw;
	display: flex;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.p-top-facilities__slider {
		top: 33.91vw;
	}
}

.p-top-facilities__list {
	display: flex;
	list-style: none;
	padding: 0;
	animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.p-top-facilities__item {
	width: 100vw;
}

.p-top-facilities__item img {
	width: 100%;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 750px) {
	.p-top-facilities__list {
		animation: infinity-scroll-left 20s infinite linear 0.5s both;
	}

	.p-top-facilities__item {
		width: 371vw;
	}
}

.p-top-facilities__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-end;
}

@media screen and (max-width: 750px) {
	.p-top-facilities__text {
		font-size: 4.8vw;
		margin-top: 8vw;
	}

	.p-top-facilities__footer {
		justify-content: center;
		gap: 15px;
	}
}

.p-top-features {
	background: url(../../images/top/features/bg_01.png);
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 130px 0 430px;
}

@media screen and (max-width: 1920px) {
	.p-top-features {
		padding: 60px 0 300px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features {
		padding: 60px 0 150px;
	}
}

.p-top-features__inner {
	width: 62.5vw;
	margin: 0 auto;
}

@media screen and (max-width: 1920px) {
	.p-top-features__inner {
		width: 100%;
	}
}

.p-top-features__title {
	position: relative;
	display: flex;
	flex-flow: column;
	line-height: 1;
	text-align: center;
	z-index: 1;
	margin-bottom: -30px;
}

@media screen and (max-width: 1600px) {
	.p-top-features__title {
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__title {
		margin-bottom: 60px;
	}
}

.p-top-features__title span:first-child {
	font-size: 15.8rem;
	font-family: var(--font-family-train);
	color: rgba(214, 193, 178, 0.17);
}

.p-top-features__title span:last-child {
	font-size: 6.4rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	margin-top: -60px;
}

.p-top-features__title em {
	display: inline-block;
}

@media screen and (max-width: 1000px) {
	.p-top-features__title span:first-child {
		font-size: 15.8vw;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__title span:first-child {
		font-size: 17.59vw;
	}

	.p-top-features__title span:last-child {
		font-size: 10.13vw;
		margin-top: -8vw;
	}
}

@media screen and (max-width: 1600px) {
	.p-top-features__list {
		display: flex;
		flex-direction: column;
		gap: 100px;
		padding-right: 76px;
	}
}

@media screen and (max-width: 1000px) {
	.p-top-features__list {
		padding-right: 0;
	}
}

.p-top-features__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	margin: 0 auto;
}

.p-top-features__item:nth-child(even) {
	flex-flow: row-reverse;
	margin-top: -12.16vw;
}

.p-top-features__item:nth-child(3) {
	margin-top: -5.48vw;
}

@media screen and (max-width: 1920px) {
	.p-top-features__item {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1600px) {
	.p-top-features__item:nth-child(even) {
		margin-top: 0;
	}

	.p-top-features__item:nth-child(3) {
		margin-top: 0;
	}
}

@media screen and (max-width: 1280px) {
	.p-top-features__item {
		gap: 0;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__item {
		display: block;
	}
}

.p-top-features__itemNum {
	z-index: 2;
	width: 220px;
}

@media screen and (max-width: 1600px) {
	.p-top-features__itemNum {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__item::before {
		content: "";
		width: 22vw;
		position: absolute;
		background-size: 100% 100% !important;
	}

	.p-top-features__item:nth-child(1)::before {
		height: 19vw;
		background: url(../../images/top/features/num_01.png);
		right: calc(9vw + 20px);
		top: 3.62vw;
	}
	
	.p-top-features__item:nth-child(2)::before {
		height: 17vw;
		background: url(../../images/top/features/num_02.png);
		left: 20px;
		top: -9.83vw;
	}
	
	.p-top-features__item:nth-child(3)::before {
		height: 17vw;
		background: url(../../images/top/features/num_03.png);
		right: calc(9vw + 20px);
		top: 5.8vw;
	}
	
	.p-top-features__item:nth-child(4)::before {
		height: 17vw;
		background: url(../../images/top/features/num_04.png);
		left: 20px;
		top: 4.86vw;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__itemNum {
		width: 21.73vw;
		position: absolute;
		display: none;
	}

	.p-top-features__item:nth-child(odd) .p-top-features__itemNum {
		right: calc(9vw + 20px);
	}

	.p-top-features__item:nth-child(even) .p-top-features__itemNum {
		left: 20px;
	}

	.p-top-features__item:nth-child(1) .p-top-features__itemNum {
		top: 3.62vw;
	}

	.p-top-features__item:nth-child(2) .p-top-features__itemNum {
		top: -9.83vw;
	}

	.p-top-features__item:nth-child(3) .p-top-features__itemNum {
		top: 5.8vw;
	}

	.p-top-features__item:nth-child(4) .p-top-features__itemNum {
		top: 4.86vw;
	}
}

.p-top-features__itemHeader {
	display: flex;
	align-items: flex-start;
	margin-left: -220px;
	position: relative;
}

@media screen and (max-width: 1600px) {
	.p-top-features__itemHeader {
		flex-direction: column;
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__itemHeader {
		position: static;
	}
}

.p-top-features__itemTitle {
	font-size: 4rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	line-height: 1.6;
	letter-spacing: 0;
}

@media screen and (max-width: 750px) {
	.p-top-features__itemTitle {
		font-size: 6.4vw;
	}
	
	.p-top-features__item:nth-child(2) .p-top-features__itemTitle {
		margin-top: -15vw;
	}
}

.p-top-features__itemText {
	line-height: 2;
	letter-spacing: 0.05em;
	position: relative;
}

.p-top-features__itemInner {
	width: 27.6vw;
	position: relative;
	z-index: 2;
}

.p-top-features__item:nth-child(even) .p-top-features__itemInner {
	margin-top: auto;
	margin-bottom: 5.65vw;
}

.p-top-features__item:nth-child(2) .p-top-features__itemInner {
	margin-top: 12.41vw;
}

@media screen and (max-width: 1920px) {
	.p-top-features__itemInner {
		width: 530px;
	}

	.p-top-features__item:nth-child(2) .p-top-features__itemInner {
		margin-top: auto;
	}
}

@media screen and (max-width: 1600px) {
	.p-top-features__item:nth-child(even) .p-top-features__itemInner {
		margin: 0;
	}

	.p-top-features__item:nth-child(2) .p-top-features__itemInner {
		margin: 0;
	}
}

@media screen and (max-width: 1280px) {
	.p-top-features__itemInner {
		width: 50%;
	}

	.p-top-features__item:nth-child(odd) .p-top-features__itemInner {
		padding: 0 20px;
	}

	.p-top-features__item:nth-child(even) .p-top-features__itemInner {
		padding: 0 20px 0 0;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__itemInner {
		width: 100vw;
		position: static;
	}

	.p-top-features__item:nth-child(even) .p-top-features__itemInner {
		padding: 0 20px;
	}
}

.p-top-features__itemThumb {
	position: relative;
	z-index: 2;
}

.p-top-features__item:nth-child(odd) .p-top-features__itemThumb {
	margin-left: -34.85vw;
}

.p-top-features__item:nth-child(even) .p-top-features__itemThumb {
	margin-right: -16.63vw;
}

.p-top-features__item:nth-child(1) .p-top-features__itemThumb {
	width: 67.7vw;
}

.p-top-features__item:nth-child(2) .p-top-features__itemThumb {
	width: 44.84vw;
}

.p-top-features__item:nth-child(3) .p-top-features__itemThumb {
	width: 67.7vw;
}

.p-top-features__item:nth-child(4) .p-top-features__itemThumb {
	width: 44.21vw;
}

@media screen and (max-width: 1920px) {
	.p-top-features__item:nth-child(odd) .p-top-features__itemThumb {
		margin-left: -16.56vw;
	}

	.p-top-features__item:nth-child(even) .p-top-features__itemThumb {
		margin-right: 2.11vw;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__itemThumb {
		margin-bottom: 20px;
	}

	.p-top-features__item:nth-child(odd) .p-top-features__itemThumb {
		margin-left: -6.29vw;
	}

	.p-top-features__item:nth-child(1) .p-top-features__itemThumb {
		width: 115.59vw;
	}

	.p-top-features__item:nth-child(2) .p-top-features__itemThumb {
		width: 96.4vw;
	}

	.p-top-features__item:nth-child(3) .p-top-features__itemThumb {
		width: 115.59vw;
	}

	.p-top-features__item:nth-child(4) .p-top-features__itemThumb {
		width: 115.67vw;
		margin-left: -1.74vw;
	}
}

.p-top-features__itemThumb::before {
	content: "";
	position: absolute;
	right: -43.54vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index -1;
}

.p-top-features__item:nth-child(odd) .p-top-features__itemThumb::before {
	width: 49.27vw;
	height: 39.37vw;
	top: 7.98vw;
}

.p-top-features__item:nth-child(even) .p-top-features__itemThumb::before {
	width: 44.21vw;
	height: 38.75vw;
	right: 39.39vw;
	top: 12.4vw;
}

.p-top-features__item:nth-child(1) .p-top-features__itemThumb::before {
	background-image: url(../../images/top/features/bg_item_01_pc.png);
}

.p-top-features__item:nth-child(2) .p-top-features__itemThumb::before {
	background-image: url(../../images/top/features/bg_item_02_pc.png);
}

.p-top-features__item:nth-child(3) .p-top-features__itemThumb::before {
	background-image: url(../../images/top/features/bg_item_03_pc.png);
}

.p-top-features__item:nth-child(4) .p-top-features__itemThumb::before {
	background-image: url(../../images/top/features/bg_item_04_pc.png);
}

@media screen and (max-width: 750px) {
	.p-top-features__itemThumb {
		z-index: -1;
	}

	.p-top-features__itemThumb::before {
		right: -24.56vw;
	}

	.p-top-features__item:nth-child(odd) .p-top-features__itemThumb::before {
		width: 146.47vw;
		height: 151.49vw;
		top: 65.71vw;
	}

	.p-top-features__item:nth-child(even) .p-top-features__itemThumb::before {
		width: 146.56vw;
		height: 151.55vw;
		right: -24.6vw;
		top: 49.18vw;
	}

	.p-top-features__item:nth-child(1) .p-top-features__itemThumb::before {
		background-image: url(../../images/top/features/bg_item_01_sp.png);
	}

	.p-top-features__item:nth-child(2) .p-top-features__itemThumb::before {
		background-image: url(../../images/top/features/bg_item_02_sp.png);
	}

	.p-top-features__item:nth-child(3) .p-top-features__itemThumb::before {
		background-image: url(../../images/top/features/bg_item_03_sp.png);
	}

	.p-top-features__item:nth-child(4) .p-top-features__itemThumb::before {
		background-image: url(../../images/top/features/bg_item_04_sp.png);
	}
}

.p-top-features__itemImage {
	position: relative;
	z-index: 1;
}

.p-top-features__subImage {
	width: 100%;
	position: relative;
	z-index: 1;
}

.p-top-features__itemMore {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
	margin-top: 2em;
}

.p-top-features__itemMore > .c-button02 {
	--border-color: var(--title-color);
	--active-color: var(--title-color);
	z-index: 3;
}

.p-top-features__item:nth-child(4) .p-top-features__itemMore .c-button02--theme:first-child {
	font-size: 1.7rem;
	letter-spacing: -0.2em;
}

@media screen and (max-width: 1280px) {
	.p-top-features__itemMore {
		justify-content: center;
	}
}

@media screen and (max-width: 750px) {
	.p-top-features__itemMore {
		gap: 15px;
	}

	.p-top-features__item:nth-child(4) .p-top-features__itemMore .c-button02--theme:first-child {
		font-size: 1.5rem;
	}

	.p-top-features__item:nth-child(4) .p-top-features__itemMore .c-button02--theme:last-child {
		font-size: 1.6rem;
	}
}

.p-top-greeting {
	position: relative;
	background: url(../../images/top/greeting/bg_01.jpg) no-repeat right top;
	background-size: 100%;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.p-top-greeting {
		background-size: 200%;
		margin-bottom: 0;
	}
}

.p-top-greeting::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	z-index: -1;
	aspect-ratio: 1921 / 997;
	width: 100%;
	background: linear-gradient(to bottom, rgba(247, 246, 240, 0) 73%, rgba(247, 246, 240, 1) 100%);
}

@media screen and (min-width: 1921px) {
	.p-top-greeting::before {
		background-size: cover;
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width: 750px) {
	.p-top-greeting::before {
		aspect-ratio: 1 / 1;
	}
}

@media screen and (max-width: 1280px) {
	.p-top-greeting .l-container {
		padding-top: 35vw;
	}
}

@media screen and (max-width: 750px) {
	.p-top-greeting .l-container {
		padding: 72vw 0 0;
	}
}

.p-top-greeting__title {
	line-height: 1;
	position: relative;
	top: -55px;
}

@media screen and (max-width: 750px) {
	.p-top-greeting__title {
		top: -7vw;
	}
}

.p-top-greeting__title > span:first-child {
	font-size: 15.8rem;
	font-family: var(--font-family-train);
	opacity: 0.17;
	position: absolute;
	left: 0;
	top: -80px;
}

.p-top-greeting__title > span:last-child {
	font-family: FOT-筑紫B丸ゴシック Std B;
	font-size: 6.4rem;
	display: block;
	position: relative;
	bottom: -5px;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.p-top-greeting__title em {
	display: inline-block;
}

.p-top-greeting__title > span:first-child em:nth-child(1) {
	color: #c0d76e;
}

.p-top-greeting__title > span:first-child em:nth-child(2) {
	color: #abd386;
}

.p-top-greeting__title > span:first-child em:nth-child(3) {
	color: #9dd095;
}

.p-top-greeting__title > span:first-child em:nth-child(4) {
	color: #8fcda5;
}

.p-top-greeting__title > span:first-child em:nth-child(5) {
	color: #83cbb2;
}

.p-top-greeting__title > span:first-child em:nth-child(6) {
	color: #79c9bd;
}

.p-top-greeting__title > span:first-child em:nth-child(7) {
	color: #6fc6c9;
}

.p-top-greeting__title > span:first-child em:nth-child(8) {
	color: #59c2e1;
}

@media screen and (max-width: 1280px) {
	.p-top-greeting__title > span:last-child {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.p-top-greeting__title > span:first-child {
		font-size: 15.8vw;
		text-align: center;
		width: 100%;
	}

	.p-top-greeting__title > span:last-child {
		padding-left: 20px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-greeting__title > span:first-child {
		font-size: 15.59vw;
		top: -6vw;
	}

	.p-top-greeting__title > span:last-child {
		font-size: 10.13vw;
		bottom: 0;
	}
}

.p-top-greeting__subTitle {
	font-size: 3.4rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	line-height: 1;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	.p-top-greeting__subTitle {
		font-size: 6vw;
		text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
		position: relative;
		top: -6vw;
		margin-bottom: -10px;
		white-space: nowrap;
	}
}

.p-top-greeting__subTitle span {
	display: inline-block;
	background-size: 100% !important;
	padding: 0 0 30px;
}

.p-top-greeting__subTitle span:first-child {
	background: url(../../images/common/line_03.png) no-repeat left bottom;
}

.p-top-greeting__subTitle span:last-child {
	background: url(../../images/common/line_04.png) no-repeat left bottom;
}

.p-top-greeting__top {
	position: relative;
	display: flex;
	gap: 30px 65px;
	align-items: flex-end;
}

@media screen and (max-width: 1280px) {
	.p-top-greeting__top {
		flex-flow: column;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-greeting__top {
		margin-bottom: 30px;
	}
}

.p-top-greeting__grid {
	position: relative;
	max-width: 772px;
	left: -150px;
}

@media screen and (max-width: 1600px) {
	.p-top-greeting__grid {
		max-width: 48.25vw;
		left: auto;
	}
	
	.p-top-greeting .l-container {
		margin-left: 0;
	}
}

@media screen and (max-width: 1280px) {
	.p-top-greeting__grid {
		grid-template-areas: "image""message""sign""career""more";
		grid-template-columns: 1fr;
		max-width: 772px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-greeting__grid {
		max-width: none;
	}
}

.p-top-greeting__column {
	background: #fff;
	padding: 40px;
}

@media screen and (max-width: 750px) {

	.p-top-greeting__column {
		padding: 0 20px 50px;
	}
}

.p-top-greeting__more {
	display: flex;
	flex-wrap: wrap;
	grid-area: more;
	gap: 1.5em 2em;
	justify-content: flex-start;
	margin-top: 30px;
}

@media screen and (max-width: 750px) {
	.p-top-greeting__more {
		justify-content: center;
	}
}

.p-top-info {
	--border-width: 3px;
	position: relative;
	z-index: 0;
	padding: 115px 0 0;
}

@media screen and (max-width: 1280px) {
	.p-top-info {
		padding: 30px 0;
	}
}

.p-top-info__title {
	line-height: 1;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

.p-top-info__title span {
	position: absolute;
}

.p-top-info__title span:first-child {
	color: rgba(214, 193, 178, 0.17);
	font-family: var(--font-family-train);
	font-size: 15.8rem;
	left: 50px;
	top: 0;
}

.p-top-info__title > span:last-child {
	font-size: 3.9rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	left: 130px;
	top: 40px;
}

.p-top-info__title em {
	display: inline-block;
}

@media screen and (max-width: 1280px) {
	.p-top-info__title {
		writing-mode: horizontal-tb;
		margin-bottom: 80px;
	}

	.p-top-info__title span {
		position: static;
		display: block;
	}

	.p-top-info__title > span:last-child {
		margin: -100px 0 0 30px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-info__title {
		margin: 0 0 10vw -7vw;
	}

	.p-top-info__title span:first-child {
		font-size: 28.79vw;
	}

	.p-top-info__title > span:last-child {
		font-size: 10.13vw;
		margin: -20vw 0 0 7vw;
	}
}

.p-top-info__tabs {
	container-type: inline-size;
	position: relative;
	z-index: 2;
	display: flex;
	gap: 20px;
	align-items: flex-end;
	overflow: hidden;
	text-align: center;
	max-width: 960px;
	margin-left: auto;
}

@media screen and (max-width: 1280px) {
	.p-top-info__tabs {
		max-width: none;
	}
}

@media screen and (max-width: 750px) {
	.p-top-info__tabs {
		gap: 10px;
	}
}

.p-top-info__tab {
	position: relative;
	z-index: calc((var(--order)) * -1);
	width: 151px;
	max-width: 50%;
}

@media screen and (max-width: 750px) {
	.p-top-info__tab {
		max-width: 97px;
	}
}

.p-top-info__tab > span {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 55px;
	color: #fff;
	font-size: 2.2rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	letter-spacing: 0;
	line-height: 55px;
	background: #a1c8ce;
	border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 750px) {
	.p-top-info__tab > span {
		height: 35px;
		font-size: 1.4rem;
		line-height: 35px;
	}
}

.p-top-info__tab > svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: transparent;
}

.p-top-info__tab[aria-selected=true] {
	z-index: 0;
	color: var(--active-text-color);
}

.p-top-info__tab[aria-selected=true]::before,
.p-top-info__tab[aria-selected=true]::after {
	position: absolute;
	bottom: 0;
	width: 100cqw;
	height: var(--border-width);
	content: "";
	background-color: var(--border-color);
}

.p-top-info__tab[aria-selected=true]::before {
	right: calc(100% - var(--border-width));
}

.p-top-info__tab[aria-selected=true]::after {
	left: calc(100% - var(--border-width));
}

@media screen and (max-width: 750px) {
	.p-top-info__tab[aria-selected=true] {
		flex: auto;
	}
}

.p-top-info__tab[aria-selected=true] > span {
	color: #fff;
	background: #4b8ea1;
}

.p-top-info__panels {
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	max-width: 960px;
	margin-left: auto;
}

.p-top-info__panels:is(:not(.p-top-info__tabs + *)) {
	border-top: 3px solid var(--border-color);
}

@media screen and (max-width: 1280px) {
	.p-top-info__panels {
		max-width: none;
	}
}

.p-top-info__panel {
	position: relative;
	display: flex;
	gap: 30px 55px;
	padding: 45px 40px;
	background: #fff;
}

:where(:not(.p-top-info__tabs + .p-top-info__panels)) > .p-top-info__panel {
	border-top: 3px solid var(--border-color);
}

@media screen and (max-width: 1000px) {
	.p-top-info__panel {
		flex-flow: column;
		padding: 25px 4vw 30px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-info__panel {
		padding: 20px;
	}
}

.p-top-info__panel[aria-hidden=true] {
	display: none;
}

.p-top-info__inner {
	--scroll-bar-width: 15px;
	flex: 1;
	height: 332px;
	padding-right: calc(var(--scroll-bar-width) + 1em);
	overflow: auto;
}

.p-top-info__inner .simplebar-track {
	width: var(--scroll-bar-width);
	background-color: #efefef;
}

.p-top-info__inner .simplebar-scrollbar::before {
	inset: 0;
	background: #79a8b2;
	border-radius: 0;
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.p-top-info__inner {
		flex: auto;
		height: 200px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-info__inner {
		--scroll-bar-width: 6px;
	}
}

.p-top-info__date {
	font-size: 2.2rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
}

@media screen and (max-width: 750px) {
	.p-top-info__date {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.p-top-info__date {
		font-size: 1.6rem;
	}
}

.p-top-info__detail strong {
	font-size: 2.2rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	display: block;
}

@media screen and (max-width: 750px) {
	.p-top-info__detail strong {
		font-size: 1.6rem;
	}
}

.p-top-info__detail:not(:last-child) {
	margin-bottom: 1em;
}

.p-top-info .mCSB_scrollTools .mCSB_draggerContainer {
	width: 8px;
	background: #d2d2d2;
	border-radius: 0;
}

.p-top-info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	background: #254a66;
	border-radius: 0;
}

.p-top-info .mCSB_scrollTools .mCSB_draggerRail {
	display: none;
}

.p-top-message {
	padding: 140px 0 120px;
}

@media screen and (max-width: 750px) {
	.p-top-message {
		padding: 100px 0 30px;
	}
}

.p-top-message__inner {
	position: relative;
}

.p-top-message__heading {
	--space: 0.22em;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: var(--cloud-width);
	max-width: 100%;
	font-size: 8rem;
	line-height: 1;
	text-align: center;
	transform: translateY(-35%);
}

@media screen and (max-width: 1280px) {
	.p-top-message__heading {
		width: 100%;
		transform: translateY(-15%);
	}
}

@media screen and (max-width: 750px) {
	.p-top-message__heading {
		font-size: 5rem;
	}
}

@media screen and (max-width: 575px) {
	.p-top-message__heading {
		font-size: 10vw;
	}
}

.p-top-message__heading__en {
	display: block;
	font-family: var(--font-family-train);
	color: #fbd700;
	letter-spacing: var(--space);
}

.p-top-message__heading__ja {
	display: block;
	margin-top: 1em;
	font-family: var(--font-family-kiwi);
	font-size: 0.45em;
	color: #fff;
	letter-spacing: var(--space);
}

@media screen and (max-width: 750px) {
	.p-top-message__heading__ja {
		font-size: 26px;
	}
}

.p-top-message__body {
	z-index: 1;
}

@media screen and (max-width: 1280px) {
	.p-top-message__body {
		flex-flow: column;
		padding-top: 60px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-message__body {
		padding-top: 30px;
	}
}

.p-top-message__subTitle {
	font-size: 3.8rem;
	font-family: var(--font-family-kiwi);
	line-height: 1.4;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	position: absolute;
	top: 36.45vw;
	left: 50%;
	z-index: 1;
}

@media screen and (min-width: 1921px) {
	.p-top-message__subTitle {
		top: 700px;
	}
}

@media screen and (max-width: 1280px) {
	.p-top-message__subTitle {
		text-align: center;
		margin-top: -40px;
		position: static;
	}
}

@media screen and (max-width: 750px) {
	.p-top-message__subTitle {
		font-size: 6.93vw;
		line-height: 1.6;
		margin-top: -10.66vw;
	}
}

.p-top-message__subTitle span {
	display: inline-block;
	background-size: 100% !important;
	padding: 0 20px 30px;
}

.p-top-message__subTitle span:first-child {
	background: url(../../images/common/line_03.png) no-repeat left bottom;
}

.p-top-message__subTitle span:last-child {
	background: url(../../images/common/line_04.png) no-repeat left bottom;
}

@media screen and (max-width: 750px) {
	.p-top-message__subTitle span {
		padding: 0 5.33vw 2.66vw;
	}

	.p-top-message__subTitle span:first-child {
		background: url(../../images/common/line_06.png) no-repeat left bottom -4vw;
	}

	.p-top-message__subTitle span:nth-child(3) {
		background: url(../../images/common/line_07.png) no-repeat left bottom -4vw;
	}

	.p-top-message__subTitle span:last-child {
		background: url(../../images/common/line_08.png) no-repeat left bottom -4vw;
	}
}

.p-top-message__list {
	width: 101.09vw;
	height: 45.2vw;
	background: url(../../images/top/message/bg_01_pc.png) no-repeat left top;
	background-size: 93.48vw;
	position: relative;
	left: -3.12vw;
	margin-top: -11.97vw;
}

.p-top-message__item {
	position: absolute;
}

.p-top-message__item:nth-child(1) {
	width: 24.27vw;
	left: 14.37vw;
	top: 16.87vw;
}

.p-top-message__item:nth-child(2) {
	width: 39.21vw;
	left: 40.88vw;
	bottom: 0;
}

.p-top-message__item:nth-child(3) {
	width: 28.9vw;
	right: 0;
	top: 0;
}

.p-top-message__subImage {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.p-top-message__list {
		width: 114.07vw;
		height: 152.59vw;
		background: url(../../images/top/message/bg_01_sp.png) no-repeat left top;
		background-size: 100%;
		left: -10.09vw;
		margin-top: -13.33vw;
	}
	
	.p-top-message__item:nth-child(1) {
		width: 62.64vw;
		left: 4.27vw;
		top: 16.04vw;
	}

	.p-top-message__item:nth-child(2) {
		width: 84.49vw;
		left: 0;
		bottom: 0;
	}

	.p-top-message__item:nth-child(3) {
		width: 51.26vw;
		right: -3.98vw;
		top: 52.45vw;
	}
}

.p-top-message__text {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	line-height: 2;
	max-width: 870px;
	margin: 30px auto 0;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1280px) {
	.p-top-message__text {
		margin: 0 auto;
	}
}

@media screen and (max-width: 750px) {
	.p-top-message__text {
		font-size: 1.6rem;
	}
}

.p-top-mv {
	height: 63.06vw;
	margin-bottom: 0;
	background: url("../../images/top/mv/bg_sky_01_pc.png") no-repeat left -4.42vw bottom;
	background-size: 113.43vw;
}

@media screen and (max-width: 750px) {
	.p-top-mv {
		background: url("../../images/top/mv/bg_sky_01_sp.png") no-repeat left -25.66vw bottom;
		background-size: 143.6vw;
		height: 193.42vw;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.p-top-mv {
		margin-bottom: 30px;
	}
}

.p-top-mv__inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.p-top-mv__title {
	position: absolute;
	bottom: calc(50% + 2.5vw);
	left: 50%;
	z-index: 2;
	width: 39.06vw;
	transform: translateX(-50%) translateY(50%);
}

@media screen and (max-width: 750px) {
	.p-top-mv__title {
		top: 62.12vw;
		bottom: auto;
		left: 10px;
		width: calc(100vw - 20px);
		transform: none;
	}
}

.p-top-mv__title img {
	width: 100%;
}

.p-top-mv__item {
	position: absolute;
}

.p-top-mv__item:nth-child(1) {
	width: 37.26vw;
	left: -4.42vw;
	top: 18.85vw;
	z-index: 1;
}

.p-top-mv__item:nth-child(2) {
	width: 28.25vw;
	left: 7.09vw;
	top: 2.39vw;
}

.p-top-mv__item:nth-child(3) {
	width: 18.82vw;
	left: 42.37vw;
	top: 5.71vw;
}

.p-top-mv__item:nth-child(4) {
	width: 25.75vw;
	left: 34.84vw;
	top: 35.78vw;
}

.p-top-mv__item:nth-child(5) {
	width: 44.71vw;
	right: -9.03vw;
	top: 0.96vw;
	z-index: 1;
}

.p-top-mv__item:nth-child(6) {
	width: 25.78vw;
	right: 11.33vw;
	top: 32.6vw;
}

.p-top-mv__item img {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.p-top-mv__item:nth-child(1) {
		width: 97.99vw;
		left: -25.66vw;
		top: auto;
		bottom: 9.84vw;
	}

	.p-top-mv__item:nth-child(2) {
		display: none;
	}

	.p-top-mv__item:nth-child(3) {
		width: 52.26vw;
		left: -14.1vw;
		top: 15.57vw;
		z-index: 2;
	}

	.p-top-mv__item:nth-child(4) {
		width: 60.65vw;
		left: auto;
		right: -9.84vw;
		top: auto;
		bottom: 0;
	}

	.p-top-mv__item:nth-child(5) {
		width: 93.29vw;
		right: -17.93vw;
		top: 5.64vw;
	}

	.p-top-mv__item:nth-child(6) {
		width: 50.36vw;
		right: -3.8vw;
		top: auto;
		bottom: 48.85vw;
	}
}

.p-top-outline {
	position: relative;
	z-index: 0;
	padding: var(--header-height) 0;
	margin-top: var(--header-height);
}

.p-top-outline__heading {
	line-height: 1;
	writing-mode: vertical-rl;
}

.p-top-outline__heading span {
	position: absolute;
}

.p-top-outline__heading > span:first-child {
	color: rgba(214, 193, 178, 0.17);
	font-size: 15.8rem;
	font-family: var(--font-family-train);
	letter-spacing: 0.01em;
	white-space: nowrap;
	left: 25px;
	top: 0;
}

.p-top-outline__heading > span:first-child > span {
	display: none;
}

.p-top-outline__heading > span:last-child {
	font-family: FOT-筑紫B丸ゴシック Std B;
	font-size: 3.9rem;
	left: 105px;
	top: 45px;
}

.p-top-outline__body {
	margin-left: 220px;
}

@media screen and (max-width: 750px) {
	.p-top-outline__heading {
		writing-mode: horizontal-tb;
		text-align: center;
		margin-bottom: 30px;
	}

	.p-top-outline__heading span {
		position: static;
	}

	.p-top-outline__heading > span:first-child {
		font-size: 5.8rem;
	}

	.p-top-outline__heading > span:first-child > span {
		display: inline-block;
	}

	.p-top-outline__heading > span:last-child {
		font-size: 3.8rem;
		display: block;
		margin-top: -30px;
	}

	.p-top-outline__body {
		margin: 0;
	}
}

@media screen and (max-width: 480px) {
	.p-top-outline__heading > span:first-child {
		font-size: 13.5vw;
	}
}

.p-top-outline__nap {
	padding: 0;
}

.p-top-outline__point {
	margin-top: 60px;
}

.p-top-outline__point .l-grid {
	--column-gap: 20px;
	--row-gap: 20px;
}

@media screen and (max-width: 1280px) {
	.p-top-outline__point .l-grid {
		--column-count: 2;
	}
}

@media screen and (max-width: 750px) {
	.p-top-outline__point .l-grid {
		--column-count: 1;
	}
}

.p-top-outline__point .c-card01 {
	background-color: #fff;
	border-radius: 10px;
}

.p-top-outline__point .c-heading08 {
	color: #fff;
	background: #5e8490;
	font-family: FOT-筑紫B丸ゴシック Std B;
	font-size: 1.8rem;
	letter-spacing: 0.075em;
	max-width: 207px;
	margin: 0 auto;
	border-radius: 18px;
}

.p-top-outline__point p {
	font-size: 1.5rem;
}

.p-top-profile {
	padding: 55px;
	background: rgba(167, 214, 118, 0.3);
	border-radius: 55px;
}

@media screen and (max-width: 1280px) {
	.p-top-profile {
		padding: 30px;
		margin: 0;
	}
}

@media screen and (max-width: 750px) {
	.p-top-profile {
		padding: 4vw;
		border-radius: 30px;
	}
}

.p-top-profile__title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #75c248;
}

.p-top-profile__item {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 1em;
}

.p-top-profile__itemTitle {
	flex-shrink: 0;
	font-weight: bold;
}

.p-top-services {
	position: relative;
	padding: 200px 0 220px;
	background: linear-gradient(45deg, rgb(192, 215, 110) 0%, rgb(89, 194, 225) 100%);
	--bg-color: #f7f6f0;

}

@media screen and (max-width: 1280px) {
	.p-top-services {
		padding: 100px 0;
	}
}

@media screen and (max-width: 750px) {
	.p-top-services {
		--bg-color: #ffff;
		padding: 15vw 0 30vw;
	}
}

.p-top-services__cloud {
	position: absolute;
	left: 0;
	display: flex;
	width: 100%;
	overflow: hidden;
	top: -1px;
}

.p-top-services__cloud > svg {
	position: relative;
	left: 0;
	width: 100vw;
	aspect-ratio: 7.84/1;
	fill: var(--bg-color);
}

@media screen and (max-width: 1280px) {
	.p-top-services__cloud svg {
		min-width: 1280px;
	}
}

@media screen and (max-width: 750px) {
	.p-top-services__cloud svg {
		min-width: 100%;
	}
}

.p-top-services .l-container {
	z-index: 1;
}

.p-top-services__title {
	line-height: 1;
	text-align: right;
	margin-bottom: 60px;
}

.p-top-services__title__en {
	color: rgba(255, 255, 255, 0.56);
	font-size: 15.8rem;
	font-family: var(--font-family-train);
	text-align: center;
	letter-spacing: 0.01em;
	position: absolute;
	left: calc(50% - 51.5vw);
	top: 245px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.p-top-services__title__ja {
	color: #fff;
	font-size: 6.4rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
	display: inline-block;
	background: url(../../images/common/line_05.png) no-repeat left bottom;
	background-size: 100%;
	padding: 0 10px 30px;
}

.p-top-services__title em {
	display: inline-block;
}

.p-top-services__list {
	--column-gap: 33px;
	--row-gap: 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-top-services__list__feature {
	flex-wrap: nowrap;
	margin-bottom: 100px;
}

.p-top-services__item {
	position: relative;
	max-width: 272px;
	text-align: left;
}

.p-top-services__list__feature .p-top-services__item {
	max-width: none;
	width: 33.33%;
}

.p-top-services__itemLink {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #fff;
	border-radius: 55px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	transition: 0.3s ease;
	height: 110px;
}

.p-top-services__list__feature .p-top-services__itemLink {
	border-radius: 94px 94px 28px 28px;
	height: 466px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	align-items: flex-end;
	justify-content: flex-start;
}

.p-top-services__list__feature .p-top-services__itemLink::before,
.p-top-services__list__feature .p-top-services__itemLink::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.p-top-services__list__feature .p-top-services__itemLink::before {
	width: 100%;
	height: 137px;
	background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 34%, rgba(242, 242, 242, 1) 100%);
	border-radius: 0 0 28px 28px;
	left: 0;
	bottom: 0;
}

.p-top-services__list__feature .p-top-services__itemLink::after {
	width: 27px;
	height: 27px;
	background: #3b79ab;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	right: 28px;
	bottom: 28px;
}

.p-top-services__list__feature .p-top-services__item__po .p-top-services__itemLink {
	background-image: url(../../images/top/services/img_01.jpg);
}

.p-top-services__list__feature .p-top-services__item__cleaning .p-top-services__itemLink {
	background-image: url(../../images/top/services/img_02.jpg);
}

.p-top-services__list__feature .p-top-services__item__ad .p-top-services__itemLink {
	background-image: url(../../images/top/services/img_03.jpg);
	background-size: 150%;
	background-position: left 60% top;
}

@media screen and (max-width: 750px) {
	.p-top-services__list__feature .p-top-services__item__po .p-top-services__itemLink {
		background-position: top 35% center;
	}

	.p-top-services__list__feature .p-top-services__item__cleaning .p-top-services__itemLink {
		background-position: top 25% center;
	}

	.p-top-services__list__feature .p-top-services__item__ad .p-top-services__itemLink {
		background-size: 100%;
		background-position: right bottom;
	}
}

.p-top-services__itemLink:hover {
	transform: scale(1.1);
}

.p-top-services__itemImage {
	width: 58px;
}

.p-top-services__itemTitle {
	font-size: 2.7rem;
	font-family: FOT-筑紫B丸ゴシック Std B;
}

.p-top-services__list__feature .p-top-services__itemTitle {
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
	padding: 20px;
}

.p-top-services__itemTitle__ja {
	font-size: 3.6rem;
	line-height: 1.2;
	position: relative;
	bottom: -5px;
}

.p-top-services__list__feature .p-top-services__item__cleaning .p-top-services__itemTitle__ja {
	letter-spacing: -0.145em;
}

.p-top-services__itemTitle__en {
	font-size: 2.2rem;
	background: linear-gradient(90deg, #c0d76e 0%, #59c2e1 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	display: block;
}

@media screen and (max-width: 1280px) {
	.p-top-services__title__en {
		left: -20px;
	}

	.p-top-services__list__feature {
		flex-wrap: wrap;
	}

	.p-top-services__list__feature .p-top-services__item {
		width: calc(50% - 16.5px);
	}
}

@media screen and (max-width: 1000px) {
	.p-top-services__item {
		max-width: none;
		width: calc(50% - 16.5px);
	}
}

@media screen and (max-width: 750px) {
	.p-top-services__title__ja {
		font-size: 10.13vw;
		padding: 0 2.66vw 5.33vw;
	}

	.p-top-services__title__en {
		font-size: 59.38vw;
		left: -8vw;
		top: 22vw;
	}

	.p-top-services__list {
		--column-gap: 10px;
		--row-gap: 10px;
	}

	.p-top-services__list__feature {
		--row-gap: 30px;
		margin-bottom: 50px;
	}

	.p-top-services__item {
		width: calc(50% - 10px);
	}

	.p-top-services__itemLink {
		border-radius: 8.5vw;
		height: 17vw;
	}

	.p-top-services__list__feature .p-top-services__itemLink {
		border-radius: 53px 53px 13px 13px;
		height: 100%;
	}

	.p-top-services__list__feature .p-top-services__itemLink::before {
		border-radius: 0 0 13px 13px;
		height: 10vw;
	}

	.p-top-services__list__feature .p-top-services__itemLink::after {
		width: 5.41vw;
		height: 5.41vw;
		right: 15px;
		bottom: 15px;
	}

	.p-top-services__list__feature .p-top-services__item {
		width: 100%;
		aspect-ratio: 327 / 210;
	}

	.p-top-services__itemImage {
		width: 8.94vw;
	}

	.p-top-services__itemTitle {
		font-size: 4.25vw;
	}

	.p-top-services__list__feature .p-top-services__itemTitle {
		padding: 15px;
	}

	.p-top-services__itemTitle__ja {
		font-size: 7.22vw;
	}

	.p-top-services__itemTitle__en {
		font-size: 4.44vw;
	}
}
