/* header .top_header {
  display: none;
}

header {
  position: sticky;
  z-index: 100;
  top: 0;
}

header .top_header02 {
  display: flex !important;
  position: static;
  opacity: 1 !important;
} */

.top_block .img_block {
	width: 100%;
	min-height: 660px;
	position: relative;
	aspect-ratio: 1600/660;
	background-image: url(../img/housework_main.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.top_block .img_block .wave {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.top_block .img_block .main_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.top_block .img_block .top_content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 11% 0 75px;
}

.top_block .top_content h1 {
	max-width: 545px;
	width: 100%;
}

.top_block .top_content h1 img {
	width: 100%;
}

.top_block .top_content .about_block {
	margin-top: 30px;
	max-width: 555px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 40px 35px;
}

.top_block .top_content .about_block h2 {
	font-size: 22px;
	line-height: 32px;
	padding: 0 5px;
	letter-spacing: 1px;
}

.top_block .top_content .about_block p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

.event_wrap {
	padding: 90px 0 105px;
	background-color: white;
}

.event_wrap h2,
.library_wrap h2,
.column_wrap h2 {
	max-width: 466px;
	width: 90%;
	margin: 0 auto;
}

.event_wrap h2 img,
.library_wrap h2 img,
.column_wrap h2 img {
	width: 100%;
}

.event_wrap .event_slider {
	width: 100%;
	margin-top: 60px;
}

.event_wrap .event_slider a {
	width: 380px;
	margin: 20px 20px 0;
	display: block;
	position: relative;
}

.event_wrap .event_slider a .status {
	width: 140px;
	height: 40px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px black;
	position: absolute;
	top: -20px;
	right: 15px;
}

.event_wrap .event_slider a .status.s01 {
	background-color: white;
}
.event_wrap .event_slider a .status.s02 {
	background-color: #fcee21;
}

.event_wrap .event_slider a .status p {
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.event_wrap .event_slider a .img_box {
	width: 100%;
	aspect-ratio: 380/250;
	border: solid 1px black;
	border-bottom: none;
}

.event_wrap .event_slider a .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event_wrap .event_slider a .event_content {
	padding: 15px;
	background-color: white;
	border: solid 1.5px black;
	border-top: none;
}

.event_wrap .event_slider a .event_content .date {
	font-size: 18px;
	line-height: 1;
}

.event_wrap .event_slider a .event_content h3 {
	font-size: 22px;
	line-height: 34px;
	margin-top: 10px;
	letter-spacing: 1px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.event_wrap .event_slider a .event_content .genre {
	width: 140px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	margin-top: 10px;
}

.event_wrap .event_slider a .event_content .genre.g01 {
	background-color: #17aee6;
}
.event_wrap .event_slider a .event_content .genre.g02 {
	background-color: #0071bc;
}
.event_wrap .event_slider a .event_content .genre.g03 {
	background-color: #f47400;
}

.event_wrap .event_slider a .event_content .genre p {
	font-size: 14px;
	color: white;
	letter-spacing: 1px;
	text-indent: 1px;
}

.event_wrap .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	position: absolute;
	top: auto;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: auto;
}

.event_wrap .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0;
}

.event_wrap .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.event_wrap .slick-dots li button:before {
	line-height: 0;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	opacity: 1;
	background-color: #b3b3b3;
}

.event_wrap .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #f15a24;
}

.event_wrap .view_more {
	max-width: 1200px;
	width: 90%;
	margin: 85px auto 0;
	display: flex;
	justify-content: flex-end;
}

.event_wrap .view_more a {
	width: 194px;
}

.event_wrap .view_more a img {
	width: 100%;
}

.event_wrap .event_apply {
	max-width: 590px;
	width: 90%;
	height: 110px;
	border-radius: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 35px auto 0;
	border: solid 2px black;
}

.event_wrap .event_apply p {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
}

.library_wrap {
	padding: 90px 0 110px;
	background-image: url(../img/dot_orange.png);
	background-size: 35px;
	background-repeat: repeat;
	background-position: top center;
}

.library_wrap .library_list {
	max-width: 780px;
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}

.library_wrap .library_list .library_item {
	width: 364px;
}

.library_wrap .library_list .library_item .img_box {
	width: 100%;
	aspect-ratio: 364/488;
	background-color: white;
	border: solid 1.5px black;
	padding: 20px;
}

.library_wrap .library_list .library_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.library_wrap .library_list .library_item a {
	width: 100%;
	height: 90px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: white;
	border: solid 2px black;
	margin-top: 30px;
}

.library_wrap .library_list .library_item a.btn01 {
	justify-content: center;
	padding: 0 15px 0 50px;
}
.library_wrap .library_list .library_item a.btn02 {
	justify-content: flex-start;
	padding: 0 15px 0 90px;
}

.library_wrap .library_list .library_item a img {
	width: 43px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 33px;
	margin: auto;
}

.library_wrap .library_list .library_item a p {
	font-size: 19px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.column_wrap {
	padding: 95px 0 35px;
	background-color: white;
}

.column_wrap .column_list {
	max-width: 1200px;
	width: 90%;
	display: flex;
	margin: 50px auto 0;
	gap: 34px;
}

.column_wrap .column_list .column {
	width: calc(calc(100% - 68px) / 3);
	padding: 15px 15px 20px;
	background-color: white;
	border: solid 1px black;
	position: relative;
}

.column_wrap .column_list .column .new {
	width: 140px;
	position: absolute;
	top: -20px;
	right: 10px;
}

.column_wrap .column_list .column .head_block {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}

.column_wrap .column_list .column .head_block img {
	width: 80px;
}

.column_wrap .column_list .column .head_block h3 {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #f15a24;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.column_wrap .column_list .column .img_box {
	width: 100%;
	aspect-ratio: 343/245;
	margin-top: 15px;
}

.column_wrap .column_list .column .img_box img {
	width: 100%;
	height: 100%;
}

.column_wrap .column_list .column .show_btn {
	width: 234px;
	position: absolute;
	bottom: -29px;
	left: 0;
	right: 0;
	margin: auto;
}

.column_wrap .view_more {
	max-width: 1200px;
	width: 90%;
	margin: 65px auto 0;
	display: flex;
	justify-content: flex-end;
}

.column_wrap .view_more a {
	width: 194px;
}

.column_wrap .view_more a img {
	width: 100%;
}

.bottom_btn_wrap {
	width: 100%;
	background-color: #e1ebef;
	padding-bottom: 20%;
}

.bottom_btn_wrap .wave {
	width: 100%;
	display: block;
}

.bottom_btn_wrap a {
	max-width: 670px;
	width: 90%;
	margin: 135px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.79%;
	padding: 15px 0;
	border-radius: 15px;
	border: solid 2px black;
	background-color: white;
}

.bottom_btn_wrap a .illust_block {
	width: 38.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom_btn_wrap a .illust_block img {
	width: 92.6%;
}

.bottom_btn_wrap a .text {
	width: 54.9%;
}

/* .bottom_btn_wrap .btn_wrap {
	max-width: 1200px;
	width: 90%;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	z-index: 10;
}

.bottom_btn_wrap .btn_wrap a {
	width: 48.3%;
	padding: 37px 0 32px;
	background-color: white;
	border: solid 3px black;
	border-radius: 15px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.bottom_btn_wrap .btn_wrap a .illust {
	width: 43.1%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom_btn_wrap .btn_wrap a.btn_top {
	padding: 0;
	overflow: hidden;
}
.bottom_btn_wrap .btn_wrap a.btn_top img {
	width: 100%;
}

.bottom_btn_wrap .btn_wrap a.btn01 .illust img {
	width: 93.2%;
}
.bottom_btn_wrap .btn_wrap a.btn02 .illust img {
	width: 83.2%;
}

.bottom_btn_wrap .btn_wrap a .text {
	width: 46.2%;
}

.bottom_btn_wrap .bottom_wave {
	width: 100%;
	display: block;
	margin-top: 120px;
} */

@media screen and (max-width: 1600px) {
	.top_block .img_block {
		aspect-ratio: auto;
	}
}

@media screen and (max-width: 1000px) {
	.top_block .top_content h1 {
		max-width: 436px;
	}

	.top_block .top_content .about_block {
		padding: 30px 20px;
	}

	.top_block .top_content .about_block h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.top_block .top_content .about_block p {
		font-size: 16px;
		line-height: 32px;
	}

	.event_wrap h2,
	.library_wrap h2,
	.column_wrap h2 {
		max-width: 372px;
	}

	.event_wrap .event_slider a {
		width: 350px;
		margin: 20px 10px 0;
	}

	.event_wrap .event_slider a .event_content .date {
		font-size: 16px;
	}

	.event_wrap .event_slider a .event_content h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.event_wrap .slick-dots {
		bottom: -40px;
	}

	.event_wrap .view_more a,
	.column_wrap .view_more a {
		width: 155px;
	}

	.event_wrap .event_apply {
		max-width: 500px;
		height: 80px;
		border-radius: 40px;
	}

	.event_wrap .event_apply p {
		font-size: 16px;
	}

	.library_wrap .library_list {
		gap: 50px 25px;
		justify-content: center;
	}

	.library_wrap .library_list .library_item a {
		height: 70px;
		border-radius: 35px;
	}

	.library_wrap .library_list .library_item a img {
		width: 35px;
		left: 25px;
	}

	.library_wrap .library_list .library_item a p {
		font-size: 18px;
	}

	.column_wrap .column_list {
		gap: 40px 15px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.column_wrap .column_list .column {
		width: calc(calc(100% - 30px) / 3);
		min-width: 300px;
		padding: 10px 10px 15px;
	}

	.column_wrap .column_list .column .new {
		width: 120px;
		top: -17px;
	}

	.column_wrap .column_list .column .head_block img {
		width: 70px;
	}

	.column_wrap .column_list .column .head_block h3 {
		font-size: 14px;
		letter-spacing: 18px;
		letter-spacing: 0;
	}

	.column_wrap .column_list .column .show_btn {
		width: 165px;
		bottom: -20px;
	}

	.bottom_btn_wrap .btn_wrap {
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
		max-width: 400px;
	}

	.bottom_btn_wrap .btn_wrap a {
		width: 100%;
	}

	.bottom_btn_wrap .bottom_wave {
		margin-top: 85px;
	}
}

@media screen and (max-width: 600px) {
	.top_block .img_block {
		background-image: url(../img/housework_main_sp.jpg);
	}

	.top_block .img_block {
		min-height: 440px;
	}

	.top_block .img_block .top_content {
		padding: 50px 0 60px;
	}

	.top_block .top_content h1 {
		max-width: 348px;
	}

	.top_block .top_content .about_block {
		padding: 20px 15px;
	}

	.top_block .top_content .about_block h2 {
		font-size: 18px;
		line-height: 26px;
	}

	.top_block .top_content .about_block p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.event_wrap {
		padding: 65px 0 80px;
	}

	.event_wrap h2,
	.library_wrap h2,
	.column_wrap h2 {
		width: 297px;
	}

	.event_wrap .event_slider a {
		width: 300px;
		margin: 20px 7.5px 0;
	}

	.event_wrap .event_slider a .status {
		width: 120px;
		height: 35px;
		border-radius: 6px;
		border: solid 1.5px black;
		top: -15px;
		right: 10px;
	}

	.event_wrap .event_slider a .status p {
		font-size: 13px;
	}

	.event_wrap .event_slider a .event_content .date {
		font-size: 14px;
	}

	.event_wrap .event_slider a .event_content h3 {
		font-size: 17px;
		line-height: 26px;
	}

	.event_wrap .event_slider a .event_content .genre {
		width: 120px;
		height: 35px;
		border-radius: 6px;
	}

	.event_wrap .event_slider a .event_content .genre p {
		font-size: 13px;
	}

	.event_wrap .slick-dots {
		gap: 15px;
	}

	.event_wrap .slick-dots li,
	.event_wrap .slick-dots li button:before {
		width: 12px;
		height: 12px;
	}

	.event_wrap .event_apply {
		max-width: 400px;
		height: 60px;
		border-radius: 30px;
	}

	.event_wrap .view_more a,
	.column_wrap .view_more a {
		width: 124px;
	}

	.library_wrap {
		padding: 65px 0 85px;
	}

	.library_wrap .library_list .library_item {
		width: 300px;
	}

	.library_wrap .library_list .library_item a {
		margin-top: 20px;
	}

	.library_wrap .library_list .library_item a.btn02 {
		padding: 0px 15px 0 75px;
	}

	.library_wrap .library_list .library_item a p {
		font-size: 15px;
	}

	.column_wrap {
		padding: 65px 0 35px;
	}

	.bottom_btn_wrap a {
		margin: 50px auto 0;
		padding: 10px 0;
		border-radius: 10px;
		border: solid 1.5px black;
	}
}
