@charset "utf-8";
/* CSS Document */
a  {
cursor: pointer !important;
}

/* SECTION
=========================================== */
.sec {
	text-align: center;
}

.sec__tit {
	color: #23B0B4;
	font-size: 23px;
	text-align: center;
	padding: 85px 0 70px;
}

.sec__lead {
	font-size: 15px;
	line-height: 28px;
}
.news-flex {
	display: flex;
	flex-wrap: wrap;
}
/* .after-box::after {
	width: 230px;
	min-height: 350px;
	display: block;
	content:"";
} */


/* MAIN
=========================================== */
.cat {
	width: 900px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 55px;
}
.cat__tit {
	font-size: 20px;
	line-height: 28px;
	color: #EBC420;
	/* margin-right: 30px; */
}
@media screen and (min-width: 1000px) {
	.cat__tit {
		width: 30%;
	}
}
.cat__menu {
	width: 100%;
	gap :10px;
}
.cat__item {
	line-height: 28px;
	background: #EBC420;
	font-size: 13px;
	border-radius: 14px;
	width: calc(100% / 5);
	text-align: center;
	color: #FFF;
}
.cat__item a {
	display: block;
	height: 100%;
	width: 100%;
}

.sec .inner {
	width: 900px;
}
.sec .flex {
	justify-content: space-between;
}

.sec__item {
	width: 230px;
	min-height: 350px;
	text-align: left;
}

.sec__item .item__img img {
	max-width: 230px;
	height: 145px;
}

.item__date {
	line-height: 40px;
	color: #23B0B4;
	font-size: 13px;
}

.item__date span {
	margin: 21px;
}

.item__tit {
	line-height: 24px;
	font-size: 13px
}

.page {
	display: flex;
	gap: 20px;
	width: 160px;
	margin: 0 auto;
	padding-bottom: 240px;
}

.page__item {
	border: 1px solid #707070;
	width: 23px;
	line-height: 23px;
}
.page__item:hover {
	color: #FFF;
	background: #707070;
	/* transition: background, 0.3s; */
}


.now {
	border: none;
	border-bottom: 1px solid #707070;
}
.now:hover {
	background: #DAF6F7;
	color: #707070;
}


/* FOOTER
=========================================== */
.bg-aqua {
	padding-bottom: 74px;
}

.contact {
	margin: 0 auto 27px;
}


/* ===========================================
    SP
   =========================================== */

@media screen and (max-width: 1000px) {


/* SECTION
=========================================== */

.sec__tit {
	padding: 40px 0 30px;
}
/* .fixed .button-purple a {
	border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 15px;
	font-size: 14px;
	text-align: center;
	height: 50px;
	width: 170px;
	padding: 10px 0 0;
}
.wrap {
	height: 100vh;
	width: 100%;
	position: absolute;
} */
.cat {
	position: fixed;
	bottom: 0;
	right: 10px;
}
.cat__menu {
	margin-top: 20px;
	display: none;
}
/* MAIN
=========================================== */
.cat {
	width: 170px;
	background-color: #FFF;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0;
	z-index: 1000;
}
.cat__tit {
	line-height: 28px;
	margin: 0;
	text-align: center;
}
.cat__item {
	margin: 0 auto 10px;
	width: 120px;
}
.sec .inner {
	width: 90%;
}
.sec .flex-sp-only {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	margin: 0 auto;
}
/* .sec .flex {
	visibility: hidden;
} */

.sec__item {
	width: 230px;
	min-height: 300px;
	padding-bottom: 24px;
	text-align: left;
	visibility: visible;
}

.sec__item-sp-noimg {
	width: 230px;
	padding-bottom: 24px;
	text-align: left;
	visibility: visible;
}


.page {
	display: flex;
	gap: 20px;
	width: 160px;
	margin: 0 auto;
	padding: 60px 0 0;
}

/* .fixed .button-purple {
	position: fixed;
	bottom: 0;
	left: 10px;
} */

}

/* FOOTER
=========================================== */
.bg-aqua {
	padding-bottom: 74px;
}

.contact {
	margin: 0 auto 27px;
}
@media screen and (max-width: 526px) {
	.news-flex {
		display: block;
	}
}