/*news archive
----------------------*/

/*news
------------------------*/

.container .contents .news_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	gap:90px;
}
.contents .news_box .news_left {
	width: 19.8%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_box .news_left .news_title {
}

.contents .news_box .news_right {
	width: 66.4%;
	margin-top: 50px;
}
.news_box .news_right .news_right_box {
	display: flex;
	flex-direction: column;
}
.news_right .news_right_box .news_item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 28px;
}
.news_right_box .news_item .news_item_l {
	
}
.news_item .news_item_l img {
  width: 160px;
  height: 91px;
  border-radius: 8px;
}
.news_right_box .news_item .news_item_r {
	display: flex;
	flex-direction: row;
	gap:12px;
}
.news_item .news_item_r p {
	display: flex;
	flex-direction: row;
	gap:13px;
}
.news_item_r p .category {
	display: flex;
	padding: 8px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background: var(--Text-, #6E6E6E);
	color: #fff;
}
.news_item_r p .date {
}
.news_item .news_item_r .title {
}
.news_item .news_item_r{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news_item .news_item_r .news_item_r_01 {
}
.news_item .news_item_r .news_item_r_02 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.news_right .news_right_box{
	/*border-top: 1px solid #DCDCDC;*/
}
.news_right .news_right_box .news_item{
	border-bottom: 1px solid #DCDCDC;
	padding: 28px;
}

	#sec08 .container .sp .case_slider_btn_3 {
		display: none;
	}

.news_sp{
	display: none;
}
span.date.inter_14.color_gry1 {
    color: #000;
}




/*common
---------------------*/
#sec01,#sec02{
	background: #F9F9F9;
	flex-direction: column;
}
section .container{
	padding: 50px 150px 150px;
}


.img-box{
	display: flex;
	justify-content: center;
	width: 1385px;
}
.image{
 	display: flex;
	align-items: flex-start;
	gap: 20px;
	
}
.img-box img{
	
	border-radius: 8px;
}

#sec01 .contents .inner,
#sec02 .contents .inner,
#sec03 .contents .inner,
#sec04 .contents .inner{
	/*width: 48%;*/
}

section .contents {
	color: #414141;
}

section .container h2{
	color: #3095A3;
	font-family: "Shippori Mincho B1";
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 160%; /* 32px */
	letter-spacing: 1px;
	margin: 45px 0;
}


section:nth-child(1) .contents .inner p,
section:nth-child(2) .contents .inner p,
section:nth-child(3) .contents .inner p,
section:nth-child(4) .contents .inner p{
}
#reserve .contents .inner .text02{
	margin-bottom: 0;
}

section .contents .inner strong{
}

.container .contents .inner a::before{
	content: none;
}
.container .contents .inner a{
	border-radius: 4px;
	border: 1px solid #6E6E6E;
	/*background: #F9F9F9;*/
	color: #6E6E6E;
}

/*sec01
---------------------*/
#sec01,
#sec02{
	/*padding-top: 160px;*/
}
#sec01 .container,
#sec02 .container{
	padding: 138px 150px;
	background: #fff;
}

#sec01 {
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}
#sec01 .contents {
    display: flex;
    flex-direction: column;
}
#sec01 .contents .inner{
	display: flex;
	/*width: 530px;*/
	flex-direction: column;
	align-items: flex-start;
	/*gap: 20px;*/
}
#sec01 .contents .inner dl{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	align-self: stretch;
	padding-bottom: 100px;
}
#sec01 .contents .inner dl dt{
}

#sec01 .contents .inner:nth-child(1){
	
}

#sec01 .contents .inner:nth-child(2){
}

#sec01 .contents .inner iframe{
	filter: grayscale(1);
}

#sec01 .contents .inner dl:last-child{
	border-bottom: none;
}


/*sec02
---------------------*/
#sec02 .contents {
	padding-bottom: 160px;
}
#sec02 .contents .inner{
	display: flex;
	/*width: 530px;*/
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
#sec02 .contents .inner dl{
	display: flex;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
}
#sec02 .contents .inner dl dt{
	width: 90px;
}

#sec02 .contents .inner iframe{
	filter: grayscale(1);
}

	#sec01 .contents .inner.sp,
	#sec02 .contents .inner.sp{
		display: none;
	}
.news_item_r .news_item_r_01 .news_title {
	
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 25.2px */
		letter-spacing: 0.9px;
}
.news_item .news_item_r .news_item_r_01 a{
	color: #414141;
}


/*pager
---------------------*/
.navigation.pagination {
  border-top: 1px solid #414141;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.pagination{
	display: flex;
	width: 85%;
	height: 64px;
	padding: 1px 0px;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	margin-top: 55px;
}
.screen-reader-text{
	display: none;
}
.page-numbers {
  display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	align-self: stretch;
}

.page-numbers li{
	display: flex;
	width: 40px;
	padding: 10px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}
.page-numbers li:hover{
	border-bottom: 2px solid #3095A3;
}





@media screen and (max-width: 768px){
	
	#sec01, #sec02{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	
	#sec01 .container, #sec02 .container{
		padding:7.7%;
	}
	
	
	.img-box {
		width: 100%;
		margin-left: 7.7%;
		animation: scroll 20s linear infinite;
		overflow: hidden;
	}
	
	.img-box img{
		width: 230px;
	}
	
	.img-box ul {
		animation: scroll 20s linear infinite;
	}
	
	#sec01 .contents,
	#sec02 .contents{
		display: flex;
		flex-direction: column;
	}
	
	#sec01 .contents .inner dl,
	#sec02 .contents .inner dl{
		flex-direction: column;
		gap: 14px;
		border-bottom: 1px solid #C8C8C8;
		padding: 30px 0;
	}
	#sec01 .contents .inner dt,
	#sec02 .contents .inner dt{
		font-weight: 600;
	}
	
	
	/*map*/
	#sec01 .contents .inner iframe,
	#sec02 .contents .inner iframe{
		width: 330px;
	}
	
	#sec01 .contents .inner.pc,
	#sec02 .contents .inner.pc{
		display: none;
	}
	#sec01 .contents .inner.sp,
	#sec02 .contents .inner.sp{
		display: block;
	}
	
	#sec01, #sec02{
		padding: 0;
	}
	#sec02{
		padding-top: 85px;
	}
	
	/*btn*/
	.container .contents .inner02{
		flex-direction: row;
		justify-content: flex-start;
	}
	.container .contents .inner02 a{
		border-radius: 4px;
		border: 1px solid #6E6E6E;
		background: #F9F9F9;
		color: #6E6E6E;
	}
	
	
	/*news archive
	--------------------------*/
	.news_right {
    	width: 100%;
	}
	

	.news_left {
    	width: 100%;
	}
	
	.news_item .news_item_r .news_item_r_02{
		display: none;
	}
	
	.news_right_box .news_item .news_item_l img{
		width: 90px;
		height: 90px;
		border-radius: 4px;
		border: 1px solid var(--Border-, #E5E5E5);
	}
	
	
	
	.news_sp{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-top: 38px;
		margin-right: 30px;
	}
	
	news_left .news_title {
    	padding-left: 20px;
	}
	
	
	
	/* 20240929
	--------------------------*/
	.news_item .news_item_r p{
		font-size:12px;
		align-items: center;
	}
	
	.news_right .news_right_box .news_item{
		padding: 20px 0;
	}
	.news_item_r .news_item_r_01 .news_title{
		font-size:14px;
	}
	
	.news_item .news_item_r .news_item_r_01{
		gap:10px;
	}
	
	span.date.inter_14.color_gry1{
		font-size:12px;
	}
	.news_right_box .news_item .news_item_l img{
		height: auto;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}
