@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.menuBox .naviLink02 li:nth-of-type(1) {
	opacity: 0.3;
}
#gFooter .list06 a {
	opacity: 0.3 !important;
}
#main .txtList {
	margin: -9px 0 147px 0;
	display: flex;
	justify-content: space-between;
}
#main .txtList li {
	width: 49.8%;
	font-size: 1.3rem;
	color: #363636;
	letter-spacing: 0.05em;
	line-height: 2.54;
	font-weight: 400;
}
#main .txtList .jp {
	line-height: 2.7;
	letter-spacing: 0.08em;
}
#main .flowList a {
	overflow: hidden;
}
#main .flowList {
	display: flex;
	/* flex-wrap: wrap; */
}
#main .flowList a,
#main .flowList span {
	display: block;
}
#main .flowList .pho01 {
	position: relative;
	padding-bottom: 65.5%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 1s ease;
	overflow: hidden;
}
#main .flowList li {
	width: 585px;
}
#main .flowList .pho01 img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main {
	padding-bottom: 0;
}
@media all and (-ms-high-contrast:none){
	
}
@media all and (min-width: 1150px) {
	#main .flowList a:hover {
		opacity: 1;
	}
	#main .flowList a:hover .pho01 {
		transform: scale(1.05,1.05);
	}
}
@media all and (min-width: 768px) and (max-width: 1000px) {
	#main .txtList .en,
	#main .txtList .jp {
		font-size: 11px;
		letter-spacing: 0.05em;
	}
	#main .txtList .en {
		font-size: 11px;
		letter-spacing: 0.02em;
	}
}
@media all and (min-width: 768px) {
	#main .sec01 {
        margin-bottom: -1px;
	}
}
@media all and (max-width: 767px) {
	#main .txtList {
		margin: 29px 0 74px 0;
		display: block;
	}
	#main .txtList li {
		width: 100%;
		line-height: 1.94;
	}
	#main .flowList li {
		width: 69%;
	}
	#main .txtList .jp {
		line-height: 1.94;
	}
	#main .flowList a:hover img {
		opacity: 0;
	}
}
