@charset "utf-8";
/*============================
MV
============================*/
#mv .image .image-content {
	background-image: url("../img/works/mv.jpg");
}

/*============================
ニュース一覧
============================*/
#works_list {
	padding: 2.50rem 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 1.50rem;
}
@media screen and (max-width: 640px) {
	#works_list {
		padding: 1.00rem 0;
		margin-bottom: 1.00rem;
	}	
}


/* タイトル */
#works_list .title_wrap {
	padding-bottom: 0.70rem;
}

#works_list .title_wrap .en {
	font-size: 0.50rem;
	font-weight: bold;
	color: #E93C1E;
}

#works_list .title_wrap .en span {
	position: relative;
}

#works_list .title_wrap .en span::before {
	content: '';
	width: 0.50rem;
	height: 0.01rem;
	background: #E93C1E;
	position: absolute;
	right: -0.80rem;
	top: 60%;
}

#works_list .title_wrap .en span::after {
	content: '';
	width: 0.05rem;
	height: 0.05rem;
	background: #E93C1E;
	position: absolute;
	right: -0.87rem;
	top: 57%;
	border-radius: 50%;
}

#works_list .title_wrap .jp {
	font-size: 0.20rem;
	font-weight: bold;
	padding-top: 0.20rem;
}

#works_list .list {
	padding-left: 0.60rem;
	margin-bottom: 0.35rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	#works_list .list {
		padding-left: 0;
	}	
}


#works_list .list .item {
	width: 48%;
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
	#works_list .list .item {
		margin-bottom: 0.45rem;
		width: 100%;
	}	
}

/* 画像 */
#works_list .list .item a .ph_wrap{
	width: 100%;
	height: 3.30rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	#works_list .list .item a .ph_wrap{
		height: 2.30rem;
	}
}

#works_list .list .item a .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

#works_list .list .item a:hover .ph_wrap img {
	opacity: 0.7;
	transform: scale(1.05);
}


/* 日付 */
#works_list .list .item a .date {
	font-size: 0.16rem;
	color: #000;
	margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
	#works_list .list .item a .date {
		font-size: 0.14rem;
	}	
}

#works_list .list .item a:hover .date {
	color: #E93C1E;
}

/* カテゴリー */
/* #works_list .list .item a .category {
	color: #fff;
	width: 1.00rem;
	text-align: center;
	border-radius: 0.10rem;
	padding: 0.05rem 0;
	box-sizing: border-box;
	margin-left: 0.20rem;
	font-size: 0.12rem;
}
@media screen and (max-width: 640px) {
	#works_list .list .item a .category {
		font-size: 0.10rem;
		width: 0.70rem;
	}	
}



#works_list .list .item a .category.expo {
	background: #E93C1E;
}

#works_list .list .item a .category.event {
	background: #E52558;
}

#works_list .list .item a .category.education {
	background: #E8601E;
}

#works_list .list .item a .category.press {
	background: #E8831E;
}

#works_list .list .item a .category.blog {
	background: #E0B02E;
} */

/* 本文 */
#works_list .list .item a .text {
	font-size: 0.18rem;
	font-weight: bold;
	color: #000;
	box-sizing: border-box;
	position: relative;
	line-height: 1.65;
	margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
	#works_list .list .item a .text {
		width: 100%;
		font-size: 0.15rem;
		padding-left: 0;
	}	
}


#works_list .list .item a:hover .text {
	color: #E93C1E;
}

#works_list .list .item a .text::after {
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	background: url(../img/common/news_arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: -0.40rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
}

#works_list .list .item a .text:hover:after {
	opacity: 1;
}

/* ボタン */
#works_list .btn_common a {
	margin: 0.75rem auto 0;
}




/*============================
ニュース一覧
============================*/
#works_detail {
	padding-top: 1.20rem;
	margin-bottom: 1.00rem;
}

#works_detail .cont_wrap {
	max-width: 8.00rem;
	width: 100%;
	margin: auto;
}

/* 日付、カテゴリー */
#works_detail .cont_wrap .title_wrap .cate_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 0.50rem;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category {
	color: #fff;
	width: 1.00rem;
	text-align: center;
	border-radius: 0.10rem;
	padding: 0.05rem 0;
	box-sizing: border-box;
	margin-left: 0.20rem;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.expo {
	background: #E93C1E;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.event {
	background: #E52558;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.education {
	background: #E8601E;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.press {
	background: #E8831E;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.blog {
	background: #E0B02E;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.event {
	background-color: #004C6E;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.shop {
	background-color: #777300;
}

#works_detail .cont_wrap .title_wrap .cate_wrap .category.contents {
	background-color: #770069;
}


#works_detail .cont_wrap .title_wrap .date {
	font-size: 0.14rem;
	letter-spacing: 0.07em;
}

/* タイトル */
#works_detail .cont_wrap .title_wrap .works_detail_title {
	font-size: 0.26rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.65;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap .title_wrap .works_detail_title {
		font-size: 0.18rem;
		margin-bottom: 0.15rem;
	}
}


/* 写真 */
#works_detail .cont_wrap img {
	width: 100%;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap img {
		margin-bottom: 0.15rem;
	}
}

/* テキスト */
#works_detail .cont_wrap p {
	font-size: 0.18rem;
	line-height: 1.65;
	letter-spacing: 0.07em;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap p {
		font-size: 0.16rem;
		}
}

#works_detail .cont_wrap a {
	color: #3B49EB;
	text-decoration: underline;
}

#works_detail .cont_wrap a:hover {
	opacity: 0.7;
}

#works_detail .cont_wrap li {
	font-size: 0.16rem;
	line-height: 1.4;
	letter-spacing: 0.07em;
	margin-bottom: 0.10rem;
	list-style: disc inside;
	padding-left: 0.16rem;
	text-indent: -0.16rem;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap li {
		font-size: 0.14rem;
	}
}

/* #works_detail .cont_wrap h1 {
	font-size: 0.26rem;
	font-weight: 700;
	border-left: 5px solid #E93C1E;
	padding: 0.10rem;
	box-sizing: border-box;
	margin-bottom: 0.10rem;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap h1 {
		font-size: 0.20rem;
		padding: 0.05rem 0.10rem;

	}
} */

#works_detail .cont_wrap h2 {
	font-size: 0.20rem;
	font-weight: 700;
	border-left: 5px solid #E93C1E;
	padding: 0.10rem;
	box-sizing: border-box;
	margin-bottom: 0.10rem;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap h2 {
		font-size: 0.18rem;
		padding: 0.05rem 0.10rem;

	}
}

#works_detail .cont_wrap h3 {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap h3 {
		font-size: 0.18rem;
	}
}

#works_detail .cont_wrap h4 {
	font-size: 0.18rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
	line-height: 1.3;

}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap h4 {
		font-size: 0.16rem;
	}
}

#works_detail .cont_wrap h5 {
	font-size: 0.18rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap h5 {
		font-size: 0.16rem;
	}
}

/* 一覧に戻る */
#works_detail .cont_wrap .list_btn {
	text-align: center;
	margin-top: 1.20rem;
}

#works_detail .cont_wrap .list_btn a {
	width: 3.30rem;
	font-size: 0.14rem;
	background: #E93C1E;
	color: #fff;
	border: 1px solid #E93C1E;
	padding: 0.25rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap .list_btn a {
		width: 2.50rem;
	}
}


#works_detail .cont_wrap .list_btn a:hover {
	background: #fff;
	color: #E93C1E;
}

#works_detail .cont_wrap .list_btn a::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#works_detail .cont_wrap .list_btn a::after{
		content: '';
		width: 0.10rem;
	}
}


#works_detail .cont_wrap .list_btn a:hover::after {
	width: 0.22rem;
	background: #E93C1E;
}