@charset "utf-8";

/*=======*/
/* index */
/*=======*/

/* 共通
-----------------------------------*/

.index {
	padding-bottom: 0;
}

.index .bg-white {
	position: relative;
	padding: 120px 0;
	background-color: #FFF;
	z-index: 5;
}

.index a.invalid {
	pointer-events: none;
}

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

.index .bg-white {
	padding: 64px 0;
}
}

/* ヘッダー
-----------------------------------*/

header .menu {
	display: none;
}

header .menu.open {
	display: block !important;
}


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

header .h-logo h1 {
	width: 48px;
}

header .h-logo .pc {
	display: block !important;
}

header .h-logo .sp {
	display: none !important;
}

.g-nv .contents {
	padding-left: 56px;
}

}


/* メインビジュアル
-----------------------------------*/
.index .index-wrap {
	position: relative;
	z-index: 0;
}

.index .mainvis {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.index .mainvis::before {
	content: '';
	display: none;
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .5s;
}

.index .mainvis.scroll::before {
	background-color: rgba(0,0,0,.3);
}

.index .mainvis .slick-slide {
	height: 100vh;
}

.index .mainvis img {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


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

.index .mainvis img {
	width: 100%;
	max-width: initial;
}

}


/* SEC
-----------------------------------*/
.index .sec {
	position: relative;
	width: 100%;
	padding-top: 70%;
}

.index .sec02 {
	padding-top: 50%;
}

.index .sec p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.index .sec p img {
	display: block;
}

.index .sec p br + img {
	margin-top: 6%;
}

.index .sec01 p {
	width: 26.5625%;
}

.index .sec02 p {
	width: 24%;
}

.index .sec03 p {
	width: 31.849%;
}

.index .sec04 p {
	width: 20.677%;
}

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

.index .sec {
	padding-top: 180%;
}

.index .sec02 {
	padding-top: 180%;
}

/*.index .sec01 p {
	width: 53.125%;
}*/

.index .sec02 p {
	width: 70%;
}

.index .sec03 p {
	width: 95%;
}

.index .sec04 p {
	width: 75%;
}


}


/* カテゴリー
-----------------------------------*/

.index .category .list-col3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0 !important;
}

.index .category .list-col3 li {
	width: 30.08%;
	margin: 0 1.613% 40px;
	padding: 8px;
	border: 1px solid #FF8585;
}

.index .category .list-col3 a {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.index .category .list-col3 a:hover {
	color: #999;
	text-decoration: none;
}

.index .category .list-col3 figure {
	margin-bottom: 16px;
}

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

.index .category .list-col3 li {
	width: 48%;
	margin: 0 1% 24px;
	font-size: 12px;
}

.index .category .list-col3 figure {
	margin-bottom: 8px;
}

}


/* プロジェクト
-----------------------------------*/

.index .project .list-col4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.index .project .list-col4 li {
	width: 24%;
	margin: 0 .5% 40px;
	padding: 8px;
	border: 1px solid #FF8585;
}

.index .project .list-col4 a {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.index .project .list-col4 a:hover {
	color: #999;
	text-decoration: none;
}

.index .project .list-col4 .title {
	margin: 16px 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}

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

.index .project .list-col4 li {
	font-size: 12px;
}

.index .project .list-col4 .title {
	margin: 8px 0;
	font-size: 14px;
}

}

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

.index .project .list-col4 li {
	width: 48%;
	margin: 0 1% 24px;
}

}


/* その他
-----------------------------------*/

.index .other {
	margin-top: 80px;
}

.index .other .list-col4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 700px;
	margin: 0 auto;
}

.index .other .list-col4 li {
	width: 24%;
	margin: 40px .5% 0;
}

.index .other .list-col4 a {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 1.3;
}

.index .other .list-col4 a:hover {
	color: #999;
	text-decoration: none;
}

.index .other .list-col4 figure {
	margin-bottom: 16px;
}

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

.index .other .list-col4 li {
	font-size: 12px;
}

.index .other .list-col5 figure {
	margin-bottom: 8px;
}

}

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

.index .other {
	margin-top: 40px;
}

.index .other .list-col4 li {
	width: 32%;
	margin: 24px .5% 0;
	font-size: 10px;
}

.index .other .list-col4 figure {
	margin-bottom: 8px;
}

}