@charset "utf-8";
.news_section {
		min-height: 500px;
		padding: 30px 30px 400px;
		background: #19407B url("../images/about_upper_bg_pc.png") no-repeat center bottom;
		background-size: 3000px;
		position: relative;
		margin-top: -95px;
}
.news_inner {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
}
.news_inner .section_title {
		position: relative;
		z-index: 5;
}
.news_inner .news_fw {
		position: absolute;
		top: 30px;
		left: -50px;
		width: 500px;
}
.news_fw img {
		width: 100%;
		height: auto;
}
.news_col {
		background: #fff;
		border-radius: 80px 20px 80px 20px;
		min-height: 200px;
		padding: 50px 80px;
		color: #19407B;
		margin-bottom: 50px;
		position: relative;
		z-index: 5;
}
.news_line {
		border-bottom: 1px solid #ddd;
		padding: 25px 0;
		cursor: pointer;
}
@media (hover: hover) {
		.news_line:hover a {
				color: #DA6885;
		}
}
.news_col .news_line:first-child {
		border-top: 1px solid #ddd;
}
.news_line dt {
		display: flex;
		align-items: center;
		margin: 0 0 10px;
}
.news_date {
		margin-right: 35px;
}
.news_category {
		display: flex;
}
.news_category_item {
		background: #DA6885;
		color: #fff;
		font-size: 13px;
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 80px;
		height: 24px
}
.news_category_item span {
		position: relative;
		display: inline-block;
		transform: translateY(-1px);
}
.news_line a {
		color: #102C51;
		text-decoration: none;
}
.top_news_bnr {
		margin-bottom: 150px;
}
.news_bnr_slider .swiper-slide {
		width: calc(50% - 10px);
}
.news_bnr_slider .swiper-slide img {
		width: 100%;
		height: auto;
		border-radius: 30px 0 30px 0;
}
.swiper-parentDiv {
		position: relative;
}
.swiper-parentDiv .swiper-button-prev, .swiper-parentDiv .swiper-button-next {
		position: absolute;
		top: calc(50% - 27px);
		width: 55px;
		height: 55px;
		border-radius: 50%;
		margin: 0;
		padding: 0;
		font-family: inherit;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 55px;
}
.swiper-parentDiv .swiper-button-prev::after, .swiper-parentDiv .swiper-button-next::after {
		display: none;
}
.swiper-parentDiv .swiper-button-prev {
		left: -27px;
		background-image: url("../images/bnr_arw_left.png")
}
.swiper-parentDiv .swiper-button-next {
		right: -27px;
		background-image: url("../images/bnr_arw_right.png")
}
@media(max-width: 840px) {
		.news_col {
				border-radius: 80px 20px 80px 20px;
				padding: 50px 60px;
				margin-bottom: 50px;
		}
		.news_inner .news_fw {
				top: -10px;
				left: inherit;
				right: -170px;
				width: 400px;
		}
}
@media(max-width: 767px) {
		.news_section {
				min-height: 300px;
				padding: 30px 20px 0;
				padding-bottom: calc(15vw + 40px);
				background: #19407B url(../images/about_upper_bg_sp.png) no-repeat center bottom;
				background-size: 100%;
				margin-top: -90px;
		}
		.news_col {
				border-radius: 50px 10px 50px 10px;
				padding: 40px 20px;
				margin-bottom: 30px;
		}
		.news_inner .news_fw {
				top: -17vw;
				right: -49vw;
				width: 56vw;
		}
		.news_section .swiper-parentDiv .swiper-button-prev, .news_section .swiper-parentDiv .swiper-button-next {
				top: calc(50% - 20px);
				width: 40px;
				height: 40px;
				background-size: 40px;
		}
		.news_section .swiper-parentDiv .swiper-button-prev {
				left: -17px;
		}
		.news_section .swiper-parentDiv .swiper-button-next {
				right: -17px;
		}
		.top_news_bnr {
				margin-bottom: 130px;
		}
}