.top_block .top_content {
	width: 100%;
	position: relative;
	aspect-ratio: 1600/200;
	background-image: url(../img/dot_blue.png);
	background-size: 35px;
	background-repeat: repeat;
	background-position: top center;
	padding: 7% 0 2.8%;
}

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

.top_block .top_content .head_text {
	width: 90%;
	max-width: 466px;
	margin: 0 auto;
}

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

.top_block .top_content {
	width: 100%;
	position: relative;
	aspect-ratio: 1600/200;
	background-image: url(../img/dot_blue.png);
	background-size: 35px;
	background-repeat: repeat;
	background-position: top center;
	padding: 7% 0 2.8%;
}

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

.top_block .top_content .head_text {
	width: 90%;
	max-width: 466px;
	margin: 0 auto;
}

.top_block .top_content .head_text img {
	width: 100%;
}
.orange {
	border-color: #f15a24;
	color: #f15a24;
}
.green {
	border-color: #009245;
	color: #009245;
}
.blue {
	border-color: #0071bc;
	color: #0071bc;
}
.gray {
	border-color: #736357;
	color: #736357;
}
img {
	display: block;
	width: auto;
	max-width: 100%;
}
.bottom_btn_wrap {
	background: unset;
}
.single_content {
	box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 15px 20%;
}
.head {
	display: flex;
	align-items: flex-start;
	column-gap: 36px;
	padding: 34px 50px;
	border-top: 3px solid;
	border-bottom: 3px solid;
}
.head > .date {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	width: 135px;
	height: 135px;
	min-width: 135px;
	border: 1.5px solid;
	background-image: url(../img/dot_blue.png);
	background-size: 35px;
	background-repeat: repeat;
	background-position: top center;
	letter-spacing: 3px;
}
.head > .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
}
.head .sp_date {
	display: none;
}
.head > .right .tag {
	font-weight: bold;
	padding: 5px 15px;
	border: 1px solid;
}
.head > .right .tle {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 2px;
}
.main_content {
	margin-bottom: 60px;
	padding: 50px 4% 0;
	border-bottom: 3px solid;
}
.main_content .txt {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
.main_content h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 2px;
	margin: 40px 0 20px;
}
.main_content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 2px;
	margin: 40px 0 20px;
}
.main_content p {
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	margin: 20px 0 40px;
}
.main_content img {
	display: block;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin: 30px 0;
}
.main_content a {
	color: #2e3192;
	text-decoration: underline;
}
.main_content > img {
	margin: 40px 0;
}
.list_btn {
	display: block;
	text-align: center;
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid;
	border-radius: 30px;
}
.head > .right .tag_wrap {
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.head > .right .tag {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
}
.s_evt .head > .right .tag {
	border-radius: 9px;
}
.head > .right .tag.life_design {
	color: white;
	background: #17aee6;
	border: 3px solid #17aee6;
}
.head > .right .tag.housework {
	color: white;
	background: #f47400;
	border: 3px solid #f47400;
}
.head > .right .tag.events_report {
	border: 3px solid;
	color: black;
	background-color: white;
}
.head > .right .tag.events_recruitment {
	border: 3px solid;
	color: black;
	background-color: #fcee21;
}

@media screen and (max-width: 1600px) {
	.top_block .top_content {
		aspect-ratio: auto;
		height: auto;
	}
}
@media screen and (max-width: 1000px) {
	.top_block .top_content {
		padding: 100px 0 45px;
	}

	.top_block .top_content .head_text {
		max-width: 372px;
	}
	.head {
		column-gap: 28px;
		padding: 24px 32px;
	}
	.head > .right .tle {
		font-size: 20px;
		font-weight: bold;
		line-height: 32px;
		letter-spacing: 2px;
	}
	.main_content .txt {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 800px) {
	.head {
		column-gap: 20px;
		padding: 16px 24px;
	}
	.head > .date {
		flex-shrink: 0;
		font-size: 20px;
		line-height: 30px;
		width: 120px;
		height: 120px;
		min-width: 120px;
	}
	.main_content {
		margin-bottom: 40px;
		padding: 40px 15px 0;
	}
	.main_content .txt {
		font-size: 14px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.main_content p {
		font-size: 14px;
		line-height: 32px;
		margin: 15px 0 30px;
	}
	.main_content > img {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 600px) {
	.top_block .top_content {
		padding: 70px 0 40px;
	}

	.top_block .top_content .head_text {
		max-width: 297px;
	}
	.head {
		column-gap: 20px;
		padding: 15px;
		flex-wrap: wrap;
	}
	.head > .date {
		font-size: 18px;
		line-height: 28px;
		display: none;
	}

	.head .sp_date {
		font-size: 16px;
		line-height: 1;
		display: block;
		font-weight: 500;
	}

	.head > .date br {
		display: none;
	}
	.head > .right {
		row-gap: 10px;
	}
	.head > .right .tag_wrap {
		column-gap: 10px;
	}
	.head > .right .tag.life_design {
		border: 1px solid #17aee6;
	}
	.head > .right .tag.housework {
		border: 2px solid #f47400;
	}
	.head > .right .tag.events_report {
		border: 2px solid;
	}
	.head > .right .tag.events_recruitment {
		border: 2px solid;
	}
	.head > .right .tag {
		font-size: 13px;
		padding: 5px 10px;
	}
	.head > .right .tle {
		font-size: 18px;
		font-weight: bold;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.head > .right .tle br {
		display: none;
	}
	.main_content {
		margin-bottom: 30px;
		padding: 30px 10px 0;
	}
	.main_content .txt {
		line-height: 24px;
	}
	.main_content h2 {
		font-size: 22px;
		line-height: 32px;
		letter-spacing: 1px;
		margin: 30px 0 15px;
	}
	.main_content h3 {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 1px;
		margin: 30px 0 15px;
	}
	.main_content p {
		line-height: 24px;
	}
	.main_content > img {
		margin-bottom: 40px;
	}
	.list_btn {
		width: 180px;
		font-size: 16px;
		padding: 10px 0;
	}
}
