@charset "utf-8";

/*container*/
.container1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.container1280 {
    width: 66.64%;
	max-width: 1280px;
	margin: 0 auto;
}

.container1200 {
	width: 92.2%;
	max-width: 1200px;
	margin: 0 auto;
}

.container1080 {
	max-width: 1080px;
	margin: 0 auto;
}


@media screen and (max-width: 1480px) {
	.container1400 {
		width: 92.2%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1280px) {
	.container1200 {
		width: 92.2%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1120px) {
	.container1040 {
		width: 92.2%;
		margin: 0 auto;
	}
}

/*box*/
.flexbox {
	display: flex;
}

.flexbox-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gridbox {
	display: grid;
}

/* NEWS */

.news_sub_keyvisual{
	margin-bottom: 0;
}

.news_details_sub_keyvisual{
	margin-bottom: 30px;
}

.newsList {
	margin: 0px auto 120px;
}

.newsList ul {
	list-style: none;
}

.newsList br {
	display: none;
}

.newsList .news_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 2%;
	/* margin-bottom:100px; */
}

.newsList li {
	align-items: center;
}

.newsList li.news_year {
	position: relative;
	text-align: center;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1;
	padding-top: 20px;
	margin-bottom: 50px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.newsList li.news_year:first-child{
	padding-top: 50px;
}

.newsList li.news_year::before,
.newsList li.news_year::after {
	content: '';
	position: absolute;
	top: 75%;
	height: 1px;
	width: 44%;
	background: #CFCFCF;
}

.newsList li.news_year::before {
	left: 0;
}

.newsList li.news_year::after {
	right: 0;
}

.newsList li.news_item {
	width: 30.5%;
	max-width: 370px;
	margin-bottom: 80px;
}

.newsList li.news_item img {
    height: 15vw;
    object-fit: cover;
    margin-bottom: 20px;
    max-height: 240px;
}

.newsList li.news_item .flexbox {
	margin-bottom: 20px;
	align-items: center;
}

.newsList li.news_item .flexbox a{
	color: #00275E;
	line-height: 28.84px;
	font-size: 18px;
	font-weight: 400;
}

.newsList li span {
	display: inline-block;
	margin-right: 35px;
	color: #00275E;
}

.newsList li span:first-child {
	margin-right: 0;
}

.newsList li span:last-child {
	margin-right: 0;
}

.newsList li span.deta{
	font-size: 18px;
	font-weight: 400;
	line-height: 28.84px;
}

.newsList li span.txt {
	flex: 1;
}

.newsList .label {
	height: 33px;
	padding: 2px 20px;
	display: flex;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.84px;
}

.news_detail_style .newsList{
	margin-top: 50px;
}
.news_detail_style .newsList .flexbox .flexbox{
	justify-content:flex-start; 
}
.news_detail_style .newsList .flexbox .img{
	width: 370px;
	height: 240px;
}
.news_detail_style .newsList .label{
	margin-left: 20px;
}
.news_detail_style .newsList .flexbox .img img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.news_detail_style .newsList .flexbox .news_info{
	width: 64%;
	margin-left: 5%;
}

.news_detail_style .newsList .flexbox .news_date,.news_detail_style .newsList .flexbox .news_title,.news_detail_style .newsList .flexbox .label{
	font-size: 18px;
	font-weight: 400;
}
.news_detail_style .newsList .flexbox .news_date,.news_detail_style .newsList .flexbox .news_title{
 	color: #00275E;
}

.news_detail_style .newsList .flexbox .news_title {
	margin-top: 30px;
}

.newsOverview{
	margin-bottom: 82px;
}

.news_detail h2{
	font-size: 35px;
	font-weight: 500;
	line-height: 56.07px;
	color: #00275E;
	position: relative;
	padding-left: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
	margin-bottom: 50px;
}

.news_detail h2:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background-color: #00275E;
	height: 1px;
}

.news_detail h2::before{
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	content: '';
	background-color: #00275E;
	width: 5px;
}

.news_detail h3{
	font-size: 26px;
	font-weight: 500;
	color: #00275E;
	line-height: 41.65px;
	margin-bottom: 30px;
	background-color: #F5F5F5;
	padding: 5px 10px;
}

.news_detail p{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 28.84px;
}

.news_detail img{
	margin-bottom: 60px;
	padding-top: 20px;
}

.news_detail_style .btn{
	margin-bottom: 249px;
	text-align: center;
}

.news_detail_style .btn a{
	display: inline-block;
	background: linear-gradient(180deg, #4B74A4 32.67%, #00275E 100%);
	box-shadow: 3px 4px 6px 0px #73737333;
    border-radius: 50px;
	padding: 13px 52px;
	color: #fff;
}

.news_detail_style .btn a:hover{
	background: linear-gradient(180deg, #659FE2 26.17%, #00275E 100%);
}

.news_detail_style .btn a .arrow{
	position: relative;
	display: inline-block;
	color: #000;
	width: 1em;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1em;
  }
  
  .news_detail_style .btn a .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.5em;   /* arrow size */
	height: 0.5em;  /* arrow size */
	border-top: 1px solid #fff;  /* thickness, color */
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }

@media (max-width:1095px){
	.newsList li.news_item {
		width: 31.5%;
	}		
	.newsList .label{
		font-size: 80%;
	}
}

@media (max-width:900px){	
	.newsList .label{
		font-size: 60%;
	}
}

.newsList .label01 {
	background: #4B74A4;
}

.newsList .label02 {
	background: #00275E;
}

.newsList .label03 {
	background: var(--news-color04);
}

.newsList .label04 {
	background: var(--news-color04);
}

.newsList .label05 {
	background: var(--news-color03);
}

.newsList .label06 {
	background: var(--news-color01);
}

@media screen and (max-width: 1279px) {
	.container1200 {
        max-width: 688px;
    }
	.newsList li.news_year{
		margin-bottom: 30px;
		font-size: 25px;
	}
	.newsList li.news_year:first-child{
		padding-top: 30px;
	}
	.newsList {
		margin: 0 auto 100px;
	}

	.newsList li.news_item img{
		height: 25.7vw;
	}

	.newsList .label {
		padding: 2px 18px;
		font-size: 16px;
	}

	.newsList li.news_item {
		width: 48%;
		max-width: 325px;
		margin-bottom: 50px;
	}

	.newsList li span {
		margin-right: 15px;
	}

	.newsList li span:first-child {
		margin-right: 10px;
	}

	.newsList li.news_item .flexbox a,.newsList .label,.newsList li span.deta{
		font-size: 16px;
	}

	.container1280{
		width: 89.5%;
		max-width: 688px;

	}
	.flexbox.newsOverview{
		display: block;
	}
	.news_detail_style .newsList{
		margin-top: 30px;
	}
	.news_detail_style .newsList .flexbox .img{
		width: 100%;
		height: 46vw;
		max-height: 300px;
	}
	.news_detail_style .newsList .flexbox .news_info {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.newsOverview{
		margin-bottom: 30px;
	}

	.news_detail h2{
		font-size: 20px;
		padding: 10px 15px;
		margin-bottom: 35px;
		line-height: 30px;
	}

	.news_detail h3{
		font-size: 18px;
		margin-bottom: 25px;
		line-height: 30px;
	}
	
	.news_detail p{
		font-size: 16px;
		line-height: 30px;
	}
	
	.news_detail img{
		margin-bottom: 55px;
	}
	
	.news_detail_style .btn{
		margin-bottom: 200px;
	}
	.news_detail_style .newsList .flexbox .news_title{
		margin-top: 15px;
	}
	.news_detail_style .btn a{
		font-size: 16px;
		padding: 13px 52px;
	}

	.news_detail_style .newsList .flexbox .news_date, .news_detail_style .newsList .flexbox .news_title, .news_detail_style .newsList .flexbox .label{
		font-size: 16px;
	}
	.news_detail_style .newsList .label{
		margin-left: 15px;
	}
	.breadcrumbs a,.breadcrumbs{
		font-size: 12px;
	}
}

@media screen and (max-width: 538px) {
    .newsList li.news_item .flexbox a, .newsList .label, .newsList li span.deta {
        font-size: 14px;
    }
}

@media (max-width: 485px) {
    .newsList li.news_item .flexbox a, .newsList .label, .newsList li span.deta {
        font-size: 13px;
    }
}

@media screen and (max-width: 471px) {
	.newsList {
		margin: 0 auto 80px;
		max-width: none;
	}
	.newsList .news_list{
		gap: 0;
	}

	.newsList .news_list li{
		width: 100%;
		max-width: none;
	}
	.newsList li.news_item img {
        height: 54vw;
        max-height: 218px;
		margin-bottom: 15px;
    }

	.newsList li.news_item .flexbox{
		margin-bottom: 15px;
	}
	.newsList li.news_year {
		font-size: 25px;
	}

	.newsList li {
		flex-wrap: wrap;
	}

	.newsList li span:first-child {
		margin-right: 20px;
	}

	.newsList li span.txt {
		flex: auto;
		margin-top: 10px;
	}

	.newsList .label02 {
		line-height: 1.2;
	}

	.newsList li.news_year::before, .newsList li.news_year::after{
		width: 38%;
	}
	.newsList li.news_item .flexbox a, .newsList .label, .newsList li span.deta {
        font-size: 16px;
    }
	.news_detail img{
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
  		width: 100vw;
	}
}