@charset "utf-8";
.eye01_img{
   background-image: url(../img/case/img01.jpg);
}
.eyecatch_inc .eyecatch_inc01 .eye_img{
	background-color: #104EA3;
}

/*contents02*/
.contents02{
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.contents02_01 .title {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.2em;
	text-align: center;
	padding-bottom: 60px;
}

/*カテゴリ選択部分*/
.contents02_01_01{
	background-color: #FAFAFA;
	padding: 30px;
	width: 1080px;
	margin: 0 auto;
}
.contents02 .contents02_01_01 ul{
	width: 153px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
.contents02 .contents02_01_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.contents02 .contents02_01_01 ul li a{
	width: 110px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #7FB3DC;
	background-color: #fff;
	border: 1px solid #7FB3DC;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents02 .contents02_01_01 ul li a.all{
	color: #fff;
	background: linear-gradient(to left, #F15A24, #F7931E);
	border: 1px solid #F15A24;
}
.contents02 .contents02_01_01 ul li a.active{
	color: #007CC6;
	background-color: #CDE4FA;
	border: 1px solid #CDE4FA;
}
.contents02 .contents02_01_01 ul li a:hover{
	color: #007CC6;
	background-color: #CDE4FA;
	border: 1px solid #CDE4FA;
}


/*一覧部分ここから*/
.contents02_01 .example01{
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.contents02_01 .example01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 70px 48px;
	margin-top: 50px;
}
.contents02_01 .example01 ul li{
	width: 328px;
	height: auto;
	display: block;
}
.contents02_01 .example01 ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.contents02_01 .example01 ul li a .example01_01{
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-color: #F5F5F5;
	padding: 28px;
	margin-bottom: 20px;
}
.contents02_01 .example01 ul li a .example01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents02_01 .example01 ul li a .example01_01 .img{
	width: 100%;
	height: 204px;
	background-image: url(../img/common/ogp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents02_01 .example01 ul li a .cat{
	width: 100px;
	height: 25px;
	text-align: center;
	color: #007CC6;
	font-size: 16px ;
	line-height: 25px;
	letter-spacing: 0.04em;
	background-color: #CDE4FA;
}
.contents02_01 .example01 ul li a .example01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #A4A4A4;
}
.contents02_01 .example01 ul li a .example01_02 h3{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	margin-right: 20px;
	text-align: left;
}
.contents02_01 .example01 ul li a .example01_02 .date{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #666666;
	flex-shrink: 0;
}
.contents02_01 .example01 ul li a .text02{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
}
.contents02_01 .example01 ul li a .deatil{
	width: 130px;
	height: 30px;
	background: linear-gradient(to left, #2980C6, #7EC5E8);
	border-radius: 20px;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	margin-left: auto;
	transition: all .7s;
}
.contents02_01 .example01 ul li a .deatil img{
	width: 16px;
	height: auto;
	display: block;
	margin-left: 7px;
}








@media only screen and (max-width: 767px) {

	.contents02{
		max-width: 500px;
		width: 100%;
		padding: 30px 0 60px;
		margin: 0 auto;
	}

	.contents02_01 .title  {
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0.02em;
		padding-bottom: 30px;

	}
	.contents02 .contents02_01_01  {
		width: 90%;
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.contents02 .contents02_01_01  ul {
		flex-wrap: wrap;
		width: 90%;
		gap: 12px;
		margin: 0 auto;
	}
	.contents02 .contents02_01_01 ul li {
		width: 90px;
	}
	.contents02 .contents02_01_01  ul li a{
		font-size: 15px;
		line-height: 19.2px;
		flex-wrap: wrap;
		width: 90px;
	}
	.contents02_01 .inner {

		padding-top: 17px;
		display: block;
		max-width: 500px;
		width: 100%;

	}
	.contents02 .contents02_02_02 .inner01 {
		width: 300px;
		height: auto;
		padding: 0 0 50px 0;
		margin: 0 auto;
	}

/*写真サイズ*/
.contents02 .contents02_02_02 .inner01 .img_box {
	width: 100%;
	height: 200px;
	padding: 0;
}

.contents02 .contents02_02_02 .inner01 .img_box img {
	/*width: 280px;
	height: 180px;
	border-radius: 10px;
	object-fit: cover;*/

	width: 280px;
	height: 180px;
	border-radius: 10px;
	object-fit: cover;
}
.contents02 .contents02_02_02 .inner01 .text_box {
	width: 300px;
	margin: 0 auto;
}
.contents02 .contents02_02_02 .inner01 .text_box .text_box02 .top .cat {
	width: 92px;
	height: 26px;
}

.contents02 .contents02_02_02 .inner01 .text_box .text_box02 h4 {

	font-size: 18px;
	line-height: 19.2px;
	letter-spacing: 0.05em;
}
.contents02 .contents02_02_02 .inner01 .text_box .text_box02 .top .date {
	font-size: 14px;
}



/*一覧部分ここから*/
.contents02_01 .example01{
	width: 90%;
	max-width: 500px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.contents02_01 .example01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 70px 48px;
	margin-top: 50px;
}
.contents02_01 .example01 ul li{
	width: 328px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02_01 .example01 ul li{
		width: 100%;
	}
}
.contents02_01 .example01 ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.contents02_01 .example01 ul li a .example01_01{
	width: 100%;
	height: auto;
	border-radius: 20px;
	background-color: #F5F5F5;
	padding: 28px;
	margin-bottom: 20px;
}
.contents02_01 .example01 ul li a .example01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents02_01 .example01 ul li a .example01_01 .img{
	width: 100%;
	height: 204px;
	background-image: url(../img/common/ogp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contents02_01 .example01 ul li a .cat{
	width: 100px;
	height: 25px;
	text-align: center;
	color: #007CC6;
	font-size: 16px ;
	line-height: 25px;
	letter-spacing: 0.04em;
	background-color: #CDE4FA;
}
.contents02_01 .example01 ul li a .example01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 15px auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #A4A4A4;
}
.contents02_01 .example01 ul li a .example01_02 h3{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	margin-right: 20px;
	text-align: left;
}
.contents02_01 .example01 ul li a .example01_02 .date{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.02em;
	color: #666666;
	flex-shrink: 0;
}
.contents02_01 .example01 ul li a .text02{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
}
.contents02_01 .example01 ul li a .deatil{
	width: 130px;
	height: 30px;
	background: linear-gradient(to right, #7EC5E8, #2980C6);
	border-radius: 20px;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	margin-left: auto;
	transition: all .7s;
}
.contents02_01 .example01 ul li a:hover .deatil{
	background: linear-gradient(to left, #F7931E, #F7931E);
}
.contents02_01 .example01 ul li a .deatil img{
	width: 16px;
	height: auto;
	display: block;
	margin-left: 7px;
}



}








