@charset "UTF-8";

.project_wrap {
	font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.project_wrap .eng_font {
	font-family:  "FB Benton Sans Medium";
}
.project_wrap .top_lead {
	line-height: 2.1;
	margin: 60px 0 90px; 
	font-size: 18px;
	color: #333;
}

.project_wrap .bk_gray {
	width: 100%;
	background: #f3f3f3;
}
.project_wrap .project_box {
	padding: 100px 0;
}
/* .project_wrap .project_box + .project_box {
	padding: 80px 0 0;
} */
/* .project_wrap .project_box#advisor {
	padding: 100px 0 0;
} */
.project_wrap .stit_addTxt {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background: #000;
	padding: 8px 8px;
}
.project_wrap .ssub_title {
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 40px;
}
.project_wrap .sub_title_lead {
	line-height: 2.1;
	font-size: 18px;
	color: #333;
}
.project_wrap .sub_title_lead b {
		display: block;
		font-size: 22px;
		margin-bottom: 25px;
		color: #000;
}

.project_wrap .con_wrap {
	display: flex;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.project_wrap .con_wrap .con_imgBox {
	width: 38.6%;
}
.project_wrap .con_wrap .con_imgBox img {
	width: 100%;
}
.project_wrap .con_wrap .con_txtBox {
	width: calc(100% - 38.6% - 2.5%);
	margin-left: 2.5%;
}
.project_wrap .con_wrap .con_txtBox h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7778;
	margin-bottom: 15px;
}
/* 2506 */
.project_wrap .con_wrap .con_txtBox p {
	font-size: 18px;
	line-height: 1.7778;
	color: #333;
}
.project_wrap .con_wrap .con_txtBox small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7143;
}

.project_wrap .con_btnBox .con_btn {
	width: 36%;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
}
.project_wrap .bk_gray .con_btnBox .con_btn {
	background: #fff;
}
.project_wrap .con_btnBox .con_btn:hover {
	border: 1px solid #fff;
}
.project_wrap .con_btnBox .con_btn a {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.project_wrap .con_btnBox .con_btn .eff-01 {
	width: 100%;
	height: 100%;
	background: #fff100;
	border: 1px solid #fff100;
	color: #000;
	position: absolute;
	left: -101%;
	top: 0px;
	transition: all .5s ease;
	z-index: 1;
}
.project_wrap .con_btnBox .con_btn:hover .eff-01 {
	left: 0;
}
.project_wrap .con_btnBox .con_btn a p {
	margin: 20px 0;
	font-size: 18px;
	line-height: 1;
	text-align: left;
	position: relative;
	z-index: 2;
}
.project_wrap .con_btnBox .con_btn a span {
	display: block;
	width: 7.5%;
	height: 1px;
	background: #000;
	position: absolute;
	right: 10%;
	top: 50%;
	z-index: 3;
}
.project_wrap .con_btnBox .con_btn a span::before {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	margin-top: -4px;
	margin-left: -8px;
	background: #000;
	position: relative;
	left: 100%;
	top: 0;
	z-index: 4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(
45deg);
	transform: rotate(
45deg);
}
.project_wrap .con_btnBox .con_btn a span::after {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	margin-top: 6px;
	margin-left: -8px;
	background: #000;
	position: relative;
	left: 100%;
	top: 0;
	z-index: 4;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(
-45deg);
	transform: rotate(
-45deg);
}
.bt_tab_menuWrap.project_bt_tab li a {
	font-weight: normal;
}
@media only screen and (max-width: 1050px) {
	.project_wrap .sub_container {
		padding: 0 4.5333vw;
	}
}


@media only screen and (max-width: 768px) {
	.project_wrap .sub_title h1.main_title {
		text-align: center;
	}
	.project_wrap .sub_title h1.main_title span {
		display: block;
		margin-top: 15px;
		padding-left: 0;
	} 
	.project_wrap .top_lead {
		line-height: 1.6;
		margin: 8vw 0 13.3333vw; 
		font-size: 4.2666vw;
	}
	.project_wrap .tabs {
		display: flex;
		/* justify-content: center; */
		justify-content: flex-start;
	}
	.project_wrap .tabs > li > a,
	.project_wrap .tabs > li > span {
		font-size: 3.7333vw;
	}
	/* .project_wrap .tabs > li > a::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
	} */
	.project_wrap .tabs > li > a::before,
	.project_wrap .tabs > li > span::before {
    display: none;
	}
	.project_wrap .tabs > li:last-child > a::before {
		display: none;
	}

	.project_wrap .project_box {
		padding: 21.3333vw 0;
	}
	/* .project_wrap .project_box#advisor {
		padding: 21.3333w 0 0;
	} */
	.project_wrap .sp_box {
		text-align: center;
	}
	.project_wrap .stit_addTxt {
		font-size: 3.7333vw;
		padding: 1.3333vw;
	}
	.project_wrap .ssub_title {
		font-size: 6.1333vw;
		margin-top: 3.3333vw;
		margin-bottom: 10.6667vw;
	}
	.project_wrap .sub_title_lead {
		line-height: 1.75;
		font-size: 4.2666vw;
	}
	.project_wrap .sub_title_lead b {
		font-size: 4.8vw;
		text-align: center;
		margin-bottom: 10.6667vw;
	}
	.project_wrap .con_wrap {
		flex-direction: column;
		margin-top: 10.6667vw;
		margin-bottom: 10.6667vw;
	}
	.project_wrap .con_wrap .con_imgBox {
		width: 100%;
		margin-bottom: 4vw;
	}
	.project_wrap .con_wrap .con_txtBox {
		width: 100%;
		margin-left: 0;
	}
	.project_wrap .con_wrap .con_imgBox h3 {
		font-size: 4.8vw;
		font-weight: bold;
		text-align: center;
		margin-bottom: 4vw;
	}
	.project_wrap .con_wrap .advisor_p {
		font-size: 4.8vw;
		line-height: 1.7778;
		text-align: center;
		margin-bottom: 4vw;
	}
	.project_wrap .con_wrap .con_txtBox p {
		font-size: 4.2666vw;
		line-height: 1.75;
		/* margin-top: 2.6667vw; */
	}
	.project_wrap .con_wrap .con_txtBox small {
		font-size: 4.2667vw;
		line-height: 1.75;
		margin-top: 0;
	}
	.project_wrap .con_btnBox .con_btn {
		width: 82.6667vw;
	}
	.project_wrap .con_btnBox .con_btn a p {
		margin: 4vw 0;
		font-size: 4.2666vw;
	}
	.project_wrap .con_btnBox .con_btn a span {
		width: 3.7333vw;
		right: 5.3333vw;
	}
	.project_wrap .con_btnBox .con_btn a span::before {
		width: 7px;
		margin-top: -3px;
		margin-left: -7px;
	}
	.project_wrap .con_btnBox .con_btn a span::after {
		width: 7px;
		margin-left: -7px;
		margin-top: 5px;
	}

	.project_wrap .facebook_share_wrap .fb-share-button {
		width: 37.3333vw;
	}
	.bt_tab_menuWrap.project_bt_tab {
		/* display: none; */
		padding: 8vw 0 4vw;
	}
	.bt_tab_menuWrap.project_bt_tab li a {
		font-size: 2.6667vw;
		font-weight: normal;
	}

}






/* 資料ライブラリ */
.download .con_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
	width: 92%;
	margin: 0 auto;
}

.download .con_wrap ul li {
	width: 45%;
}

.download .con_wrap ul li .dl_cat {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.download .con_wrap ul li .dl_cat span {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 5px;
}

.download .con_wrap ul li .dl_cat.cat_branding span {
	background-color: #722E0C;
}

.download .con_wrap ul li .dl_cat.cat_creative span {
	background-color: #D60057;
}

.download .con_wrap ul li .dl_cat.cat_promotion span {
	background-color: #206241;
}

.download .con_wrap ul li .dl_cat.cat_marketing span {
	background-color: #266BB0;
}

.download .con_wrap ul li .dl_img {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}


.download .con_wrap ul li .dl_txt {
	font-size: 18px;
	line-height: 2;
}

.download .con_btnBox p {
	text-align: center;
	font-size: 18px;
	line-height: 1;
	margin-top: 80px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.download .con_wrap {
		display: none;
	}
	.download .con_btnBox p {
		font-size: 4.2667vw;
		line-height: 1.75;
		margin-top: 10.6667vw;
		margin-bottom: 4vw;
	}
}




@media screen and (max-width: 768px) {
	.project_wrap .tabs {
		justify-content: space-between;
	}
    .project_wrap .swiper-pc .tabs li:nth-child(2),
    .project_wrap .swiper-pc .tabs li:nth-child(4) {
      width: 60%;
    }
    .project_wrap .swiper-pc .tabs li:nth-child(1),
    .project_wrap .swiper-pc .tabs li:nth-child(3),
    .project_wrap .swiper-pc .tabs li:nth-child(5) {
      width: 40%;
    }
  }