@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■
　全保育園LP共通CSS
　■■■■■■■■■■■■■■■■■■■■■■■■*/

/* 20241212 新卒バナーを追加 */
.menu_list {
	margin-bottom: 18px;
}

.menu_list_bnr {
    display: block;
    max-width: 305px;
    margin: 0px auto 70px;
    width: 70vw;
}

@media screen and (min-width: 801px) {
	.header_top_inr {
        padding: 10px 7% 10px 0;
		gap: 2%;
	}

	.header_top_logo {
		flex-shrink: 0;
	}

	.header_top_btn {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 7px 20px;
	}

	.header .external_btn {
		font-weight: 600;
	}

	.header .external_btn--newGraduate {
		display: flex;
		background-color: #FFFFFF;
		width: 200px;
	}

	.nursery_list .nursery_list_block ul {
		height: 800px;
	}
}

