@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc01 .eye_img{
	background-image: url(../img/case/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.short{
		background-image: url(../img/case/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 85px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
		padding: 44px 0 0;
	}
}
/*.tax用ここから*/
.tax .contents01 .contents01_01{
	padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01{
		padding: 20px 0 0;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0 0 65px;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_01{
		margin: 0 0 40px;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01 ul{
	width: 1180px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_01 ul{
		width: 100%;
		align-items: stretch;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01 ul li{
	width: 200px;
	height: auto;
	margin: 0 20px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_01 ul li{
		width: calc((100% - 20px * 1) / 2 );
		margin: 14px 20px 0 0;
	}
	.tax .contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(-n+2){
		margin-top: 0;
	}
	.tax .contents01 .contents01_01 .contents01_01_01 ul li:nth-of-type(2n){
		margin-right: 0;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01 ul li a{
	width: 100%;
	height: auto;
	padding: 0 0 10px;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #020A43;
	border-bottom: 2px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_01 ul li a{
		height: 100%;
		padding: 0 0 8px;
		font-size: 13px;
		line-height: 18px;
		justify-content: space-between;
	}
}
.tax .contents01 .contents01_01 .contents01_01_01 ul li .active{
	border-bottom: 2px solid #020A43;
}
.tax .contents01 .contents01_01 .contents01_01_01 ul li a::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-bottom: 1px solid #020A43;
	border-right: 1px solid #020A43;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
	transition: all .5s;
}
/*.tax用ここまで*/
/*.archive用ここから*/
.archive .contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 0 50px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_02{
		margin: 0 0 40px;
	}
}
.archive .contents01 .contents01_01 .contents01_01_02 .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_02 .text01{
		font-size: 22px;
		line-height: 34px;
	}
}
/*.archive用ここまで*/
.contents01 .contents01_01 .contents01_01_03{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01{
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01{
		margin: 0 0 27px;
	}
}
.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01 .text01{
	width: 100%;
	height: auto;
	padding: 0 0 20px;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	border-bottom: 1px solid #020A43;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 .contents01_01_03_01 .text01{
		padding: 0 0 15px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_03 ul{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_03 ul{
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_03 ul li{
	width: calc((100% - 50px * 2) / 3 );
	height: auto;
	margin: 45px 50px 0 0;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_03 ul li{
		width: calc((100% - 26px * 1) / 2 );
		margin: 28px 26px 0 0;
	}
	.tax .contents01 .contents01_01 .contents01_01_03 ul li{
		width: 100%;
		margin: 40px 0 0;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_03 ul li:nth-of-type(-n+3){
		margin-top: 0;
	}
	.contents01 .contents01_01 .contents01_01_03 ul li:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_03 ul li:nth-of-type(-n+2){
		margin-top: 0;
	}
	.archive .contents01 .contents01_01 .contents01_01_03 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.tax .contents01 .contents01_01 .contents01_01_03 ul li:nth-of-type(1){
		margin-top: 0;
	}
}
.contents01 .contents01_01 .contents01_01_03 ul li a{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01 .contents01_01 .contents01_01_03 ul li a img{
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_03 ul li a img{
		margin: 0 0 12px;
	}
	.tax .contents01 .contents01_01 .contents01_01_03 ul li a img{
		margin: 0 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_03 ul li a .img{
	width: 100%;
	height: auto;
	aspect-ratio: 360/270;
	margin: 0 0 20px;
	border: 1px solid #020A43;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tax .contents01 .contents01_01 .contents01_01_03 ul li a .img{
	border: 0;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_03 ul li a .img{
		margin: 0 0 12px;
	}
	.tax .contents01 .contents01_01 .contents01_01_03 ul li a .img{
		margin: 0 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_03 ul li a .img::after{
	content: '';
	width: auto;
	height: auto;
	background-color: #ffffff;
	opacity: .6;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01 .contents01_01_03 ul li a .img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url('../img/common/logo01.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 .contents01_01_03 ul li a .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.archive .contents01 .contents01_01 .contents01_01_03 ul li a .text02{
		line-height: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_03 ul li a .text02::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
/*.tax用ここから*/
.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text03{
	width: auto;
	height: auto;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	display: block;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text03{
		margin: 7px 0 0;
	}
}
.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text04{
	width: auto;
	height: auto;
	margin: 10px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text04{
		margin: 15px 0 0;
	}
}
.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text04 .text04_1{
	width: auto;
	height: auto;
	margin: 0 6px 0 0;
	font-size: 13px;
	line-height: 23px;
	display: block;
}
.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text04 .text04_2{
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	border: 1px solid transparent;
	border-radius: 50%;
	display: block;
}
.tax .contents01 .contents01_01 .contents01_01_03 ul li a .text04 .text04_2:last-of-type{
	margin-right: 0;
}
.tax .contents01 .contents01_01 .contents01_01_03 .link01{
	width: auto;
	height: auto;
	padding: 7px 13px;
	margin: 40px 0 0;
	font-size: 13px;
	line-height: 23px;
	color: #262626;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tax .contents01 .contents01_01 .contents01_01_03 .link01::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #252626;
	border-right: 1px solid #252626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
/*.tax用ここまで*/
/*.contents01ここまで*/