@charset "utf-8";

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#container {
	padding-top: 100vh;
}

#gHeader {
	opacity: 1;
	transition: opacity 2s ease .4s, background .5s;
}

#gHeader.showSub {
	background: #fff;
}

.headLogo {
	/* visibility: hidden; */
	transition: opacity .6s ease;
	/* opacity: 0; */
	/* max-width: 70px;
	position: relative !important;
	top: -340%; */
}

.sc .headLogo {
	visibility: inherit;
	opacity: 1;
}

.sc #gHeader {
	opacity: 1;
	background: #fff;
	transition-delay: 0s;
}

.sc .headLogo {
	display: block;
}

#gFooter {
	position: relative;
}

.pdxTop {
	display: block;
}

.banner {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
}

.hideImg {
	height: 0;
	overflow: hidden;
}

.banInfo {
	position: absolute;
	left: 13.076%;
	top: 50%;
	transform: translateY(-50%);
}

.banTitle {
	position: relative;
	opacity: 0;
	transition: opacity 1s ease;
}

.banTitle h2,
.banTitle .banTitleImg {
	width: 239px;
}

.banTitle h2 {
	margin-bottom: 15px;
}

.banTitle h2 img,
.banTitle .banTitleImg img {
	width: 100%;
}

.banTip {
	margin-top: 28px;
	opacity: 1;
	transition: opacity 1.5s ease 0.2s;
}

.banInfo .line {
	margin-left: -8px;
	font-weight: 300;
	line-height: 2.05;
	overflow: hidden;
}

.banInfo .line em {
	font-style: normal;
	padding-left: 1px;
}

.banInfo .line1 {
	font-size: 36px;
	font-weight: bold;
}

.loaded .banInfo .line span {
	transition-duration: 1s;
}

.banInfo .line1 {
	margin-bottom: -3px;
	font-weight: 700;

}

.banInfo .line2 {
	margin-top: -3px;
	font-size: 16px;
	font-weight: 400;
}

.banner>ul {
	opacity: 1;
	transition: opacity 2s ease .6s;
}

.banner>ul li {
	padding: 4px 8px;
	color: #333333;
	opacity: 0;
	font-size: 10px;
	position: absolute;
	right: 29px;
	bottom: 30px;
	letter-spacing: .5px;
	transition: opacity .6s ease;
	background: rgba(255, 255, 255, .8);
}

.banner>ul li.banCurr {
	opacity: 1;
}

a.banScroll {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .5px;
	position: absolute;
	bottom: 29px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 1s ease 1s !important;
}

.banScroll:after {
	width: 1px;
	height: 50px;
	position: absolute;
	bottom: -54px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #bfbfbf;
}

.loaded #gHeader,
.loaded .banTitle,
.loaded .banTip,
.loaded .banner>ul,
.loaded .banScroll {
	opacity: 1;
}

.sc #gHeader {
	opacity: .9;
}

#main {
	padding-top: 0 !important;
	position: relative;
	z-index: 1;
	background: #fff;
}

.hp {
	margin: 0 auto 150px;
	padding-top: 154px;
	max-width: 1240px;
}

.hp h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	width: 90%;
	margin: 0 auto;
}

.hp p {
	margin: 32px auto 31px;
	font-size: 14px;
	line-height: 2;
	text-align: center !important;
	width: 90%;
}

.pubTitle {
	margin-bottom: 67px;
	text-align: center;
}

.pubTitle .pubH {
	font-size: 20px;
	position: relative;
	font-weight: 800;
}

.pubTitle .pubH:after {
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #000;
}

.pubTitle p {
	margin-top: 58px;
	font-size: 14px;
}

.bus {
	display: flex;
	margin: 0 auto 155px;
	max-width: 1022px;
}

.bus:after {
	display: none;
}

.busLeft {
	padding-right: 30px;
	width: 395px;
	float: left;
}

.bus .pubTitle {
	margin-bottom: 36px;
	text-align: left;
}

.bus .pubTitle .pubH:after {
	left: 4px;
	bottom: -32px;
	transform: none;
}

.bus .pubTitle p {
	margin-top: 76px;
	line-height: 2;
}

.busRight {
	width: 582px;
	float: right;
}

.busRight img {
	width: 100%;
}

.brand {
	margin-bottom: 167px;
	padding: 50px 18px 0;
}

.brandInfo {
	margin: 0 auto;
	max-width: 1400px;
}

.brandInfo ul {
	margin-bottom: 63px;
}

.brandInfo li {
	padding: 2px;
	width: 50%;
	height: 243px !important;
	float: left;
	box-sizing: border-box;
}

.brandInfo li a {
	padding-bottom: 57.5%;
	color: #fff;
	display: block;
	position: relative;
	transition: opacity .6s ease;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.brandInfo li.loaded:nth-child(1) a {
	background-image: url(../image/img_brand_01.jpg);
}

.brandInfo li.loaded:nth-child(2) a {
	background-image: url(../image/img_brand_02.jpg);
}

.brandInfo li.loaded:nth-child(3) a {
	background-image: url(../image/img_brand_03.jpg);
}

.brandInfo li.loaded:nth-child(4) a {
	background-image: url(../image/img_brand_04.jpg);
}

.brandCover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* opacity: .5; */
	/* transition: opacity .6s ease; */
	/* background: #000000; */
}

.brandInfo li a:hover .brandCover {
	opacity: .2;
}

.brandTitle {
	font-size: 27px;
	position: absolute;
	top: 22px;
	left: 34px;
	font-weight: 1;
}

.brandTitle span {
	font-weight: bold;
}

.brandTitle:after {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 11px;
	left: -34px;
	background: #007eb1;
	content: "";
}

.brandTitle.item-inner:after {
	background: #e7be00;
}

.brandTitle.item-customer:after {
	background: #a5be51;
}

.brandTitle.item-recruit:after {
	background: #fa9a92;
}

.brandImg {
	/* position: absolute;
	left: 35px;
	top: 95px; */
	width: 50px;
	height: 50px;
}

.brandImg img {
	max-width: 100%;
	height: 100%;

}

.brandWord {
	/* position: absolute;
	left: 100px;
	top: 35px; */
	width: 75%;
	margin-left: 3%;
}


.brandWord p {
	margin-right: 35px;
	font-size: 14px;
	/* letter-spacing: .8px; */
}

.brandWord p.brandP1 {
	margin-left: 0;
	font-size: 18px;
	position: relative;
	/* letter-spacing: 0.2px; */
}

/* .brandWord p.brandP1:after {
	width: 123px;
	height: 1px;
	position: absolute;
	left: 2px;
	bottom: -24px;
	background: #fff;
	content: "";
} */

.brandWord span {
	margin: 20px 0;
	display: block;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 1px;
}

.centerMore {
	text-align: center;
}

.centerMore a.more::after {
	left: 50%;
	transform: translateX(-50%);
}

.creative {
	margin-bottom: 210px;
}


.creatBox {
	margin-bottom: 52px;
	overflow: hidden;
}

.creatBox li {
	width: 257px !important;
	margin-right: 12px;
	font-size: 12px;
	float: left;
}

.creatBox li .creatImg {
	position: relative;
	overflow: hidden;
	height: 159px;
}

.creatBox li .creatImg figure {
	-webkit-background-size: cover !important;
	background-size: cover !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.6s ease 0s;
	-moz-transition: all 1.6s ease 0s;
	-webkit-transition: all 1.6s ease 0s;
	margin: 0;

}

.creatBox a {
	display: block;
}

.creatBox a:hover .creatWord p {
	opacity: .6;
	color: #082092;
}

.creatBox li img {
	width: 100%;
	display: block;
}

.creatWord {
	padding-top: 11px;
}

.creatBox li p {
	color: #333333;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}

.creatBox li p:after {
	width: 28px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -11px;
	content: "";
	background: #1b1b1b;
}

.creatBox li span {
	margin-top: 21px;
	display: block;
	color: #606060;
	font-weight: normal;
}

.topics {
	margin: 0 auto 156px;
	width: 1000px;
}

.topics .pubTitle .pubH {
	float: left;
	-webkit-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	letter-spacing: 2px;
}

.topics .pubTitle .pubH:after {
	width: 3px;
	height: 100px;
	top: 0;
	right: -32px;
	content: "";
}

.topInfo {
	padding: 2px 0 14px;
	margin-left: 145px;
}

.topInfo ul {
	width: 415px;
	display: inline-block;
}

.topInfo ul.topMr {
	margin-right: 20px;
}

.topInfo li {
	margin-bottom: 39px;
}

.topInfo dl {
	overflow: hidden;
}

.topInfo dt {
	width: 100px;
	height: 100px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	position: relative;
}

.topInfo dt img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	display: block;
}

.topInfo dd {
	margin-left: 122px;
}

.topInfo dd p {
	font-size: 11px;
	color: #828383;
	letter-spacing: 1px;
}

.topInfo dd p span {
	min-width: 70px;
	margin-right: 7px;
	padding: 1px 5px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.topInfo dd p span.news {
	background: #7ca3d8;
}

.topInfo dd p span.culture {
	background: #c9b96c;
}

.topInfo dd p span.release {
	background: #78bf8f;
}

.topInfo dd p span.report {
	background: #c098cb;
}

.topInfo dd p span.award {
	background: #f16671;
}

.topInfo dd p span.project {

	background: #7fc9ed;
}

.topInfo dd p span.media {
	background: #f8c167;
}

.topInfo dd p span.pdpr {
	background: #98cebc;
}


.topInfo dd>span {
	margin-top: 18px;
	font-size: 13px;
	display: block;
	line-height: 1.7;
	transition: all .6s ease;
	letter-spacing: .5px;
}

.topInfo a:hover dd>span {
	opacity: .6;
}

.topSlick {
	margin-bottom: 134px;
}

.topSlick ul {}

.topSlick li {
	float: left;
}

.topSlick li img {
	width: 100%;
	display: block;
}

.other {
	margin: 0 auto 64px;
	width: 980px;
}

.other li {
	margin: 0 40px 80px 0;
	width: 300px;
	float: left;
	box-sizing: border-box;
}

.other li:nth-child(3n) {
	margin-right: 0;
}

.other ul a {
	display: block;
}

.other ul a:hover {
	opacity: .6;
}

.other .otherImg {
	margin-bottom: 7px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.other .otherImg img {
	width: 100%;
	display: block;
}

.other .otherImg span {
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: -18px;
	left: -7px;
}

.other .otherWord p {
	margin-bottom: 7px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.other .otherWord .otherdate {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: normal;
	color: #999;
}

.other .otherWord span {
	font-size: 14px;
	line-height: 1.65;
	color: #606060;

}

.link {
	padding-bottom: 175px;
	margin: 0 auto;
	width: 980px;
}

.link li {
	margin-right: 40px;
	width: 300px;
	float: left;
}

.link li:nth-child(3n) {
	margin-right: 0;
}

.link li img {
	width: 100%;
	display: block;
	transition: opacity .6s ease;
}

.link li a:hover img {
	opacity: .6;
}

.headList li>a,
.banInfo .line,
.whiteText {
	transition: color .6s ease;
}

.whiteText .headList>li>a,
.whiteText .banInfo .line {
	color: #fff;
}

.headList li>a {
	color: #fff;
}

.headList .navi02 li a {
	color: #fff;
}

#gHeader.showSub .headList>li>a {
	color: #000;
}

.whiteText #gHeader.showSub .headList>li>a {
	color: #000;
}

.whiteText #gHeader.showSub .headList>li>a:hover {
	color: #778292;
}

.whiteText .iconWhite {
	display: block !important;
}

.whiteText .iconBlack {
	display: none !important;
}

.banTitle h2,
.banTitle .banTitleImg {
	position: relative;
}

.banTitle img {
	transition: opacity .6s ease;
}

.banTitle .iconWh {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.whiteText .banTitle .iconBl {
	opacity: 0;
}

.whiteText .banTitle .iconWh {
	opacity: 1;
}

.headList>li:hover>a {
	color: #0f6ed6;
}

.sc #gHeader.showSub {
	background: #fff;
}



.whiteText #gHeader.showSub .headblank .iconWhite {
	display: none !important;
}

.whiteText #gHeader.showSub .headblank .iconBlack {
	display: block !important;
}

.whiteText .headList>li>a:hover {
	color: #778292;
}

.whiteText .language div a:hover {
	color: #999999;
}

.whiteText #gHeader.showSub .language div a {
	color: #000;
}

.whiteText #gHeader.showSub .language div::after {
	background: #000;
}

.topics_listBox ul {
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.topics_listBox ul li {
	width: 415px;
}

@media screen and (min-width:768px) and (max-width:1201px) {
	.hp h3 {
		font-size: 20px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	nav#footer ul {
		text-align: center;
	}


	.topics_listBox ul li {
		width: 100%;
	}


	.creatBox li .creatImg {
		height: 25vh;
	}

	#gHeader {
		padding: 15px 20px;
		position: fixed;
	}

	.sc #gHeader {
		opacity: 1;
	}

	.sc #container #gHeader #gNavi .headList>li>a {
		color: #000 !important;
		z-index: 99999;
	}

	#gNavi {
		padding: 0;
	}

	.whiteText .language div a:hover {
		color: #000;
	}

	.whiteText .headList>li>a:hover {
		color: #000;
	}


	.headList>li {
		padding-bottom: 0;
	}

	.headList li.hasMenu:hover>a::after {
		width: 0;
	}

	.headList li.naviCurr a::after {
		width: 0;
	}

	.banSlider .item01 .pic {
		background-image: url(../img/index/img_title_sp_01.jpg);
	}

	.banSlider .item02 .pic {
		background-image: url(../img/index/img_title_sp_02.jpg);
	}

	.banSlider .item03 .pic {
		background-image: url(../img/index/img_title_sp_03.jpg);
	}

	.banSlider .item04 .pic {
		background-image: url(../img/index/img_title_sp_04.jpg);
	}

	.banSlider .item05 .pic {
		background-image: url(../img/index/img_title_sp_05.jpg);
	}

	.banTitle::after {
		width: 75px;
		bottom: -36px;
	}

	.banTitle h2,
	.banTitle .banTitleImg {
		width: 169px;
	}

	.banTitle h2 {
		margin-bottom: 9px;
	}

	.banTitle li {
		margin-right: 13px;
	}


	.banInfo .line {
		margin-left: -1px;
		line-height: 1.07;
	}

	.banInfo .line1 {
		margin-bottom: 0px;
		font-size: 58px;
		letter-spacing: -0.5px;
		font-size: 28px;
	}

	.banInfo .line2 {
		margin-top: 3px;
		font-size: 52px;
		line-height: .95;
		font-size: 24px;
	}

	.banTip {
		margin-top: 30px;
	}

	.banner>ul li {
		padding: 4px 6px;
		right: 0;
		line-height: 1.4;
	}

	.hp {
		padding-top: 105px;
		margin-bottom: 90px;
		width: auto;
	}

	.hp h3 {
		width: auto;
		font-size: 16px;
		font-weight: 800;
		float: none;
		text-align: left;
		letter-spacing: 0.5px;
	}

	.hp p {
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.85;
		width: 100%;
	}

	.pubTitle {
		margin-bottom: 40px;
	}

	/* .pubTitle .pubH {
		font-size: 26px;
	} */

	.pubTitle .pubH::after {
		width: 90px;
		bottom: -19px;
	}

	.pubTitle p {
		margin-top: 50px;
		font-size: 13px;
	}

	.bus {
		margin-bottom: 85px;
		width: auto;
	}

	.busLeft {
		margin: 0 0 38px;
		width: auto;
		float: none;
	}

	.bus .pubTitle {
		margin-bottom: 31px;
	}

	.bus .pubTitle p {
		margin-top: 63px;
		line-height: 1.85;
		letter-spacing: -.5px;
	}

	.busRight {
		padding: 0 13px;
		width: auto;
		float: none;
	}

	.bus .pubTitle .pubH::after {
		left: 0;
		bottom: -27px;
	}

	.brand {
		margin-bottom: 86px;
	}

	.brandInfo ul {
		margin-bottom: 36px;
	}

	.brandInfo li {
		padding: 0 0 2px;
		width: 100%;
		float: none;
	}

	.brandInfo li a {
		padding-bottom: 79.3%;
	}

	.brandInfo li .brandImg {
		display: none !important;
	}

	.brandInfo li a:hover .brandCover {
		opacity: .5 !important;
	}

	.brandTitle {
		padding-left: 32px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.brandTitle {
		padding-top: 20px;
	}

	.banner #swiper_2 .swiper-slide .titile_contetn .titles_de h2 {
		font-size: 30px !important;
	}

	.banner #swiper_2 .swiper-slide .titile_contetn .titles_de p {
		font-size: 14px !important;
	}

	.brandTitle::after {
		top: 30px;
		left: 0;
	}

	.loaded .brandWord {
		/* top: 4%;
		left: 10px; */
		width: 85%;
		margin-left: 0;
	}

	.loaded .brandWord p {
		margin-right: 0;
	}

	.brandWord p.brandP1::after {
		left: 2px;
		bottom: -19px;
	}

	.brandWord p {
		margin: 0%;
	}

	/* .brandWord p.brandP1 {
		font-size: 18px;
	} */

	.brandWord span {
		margin: 0 !important;
		font-size: 12px;
		line-height: 1.6;
	}

	.creative {
		margin-bottom: 88px;
	}

	.creatBox {
		margin-bottom: 35px;
	}

	.creatBox li {
		width: 100% !important;
		margin: 0;
		padding: 0 6px;
		font-size: 13px;
		box-sizing: border-box;
	}

	.creatWord {
		padding-top: 8px;
	}

	.topics {
		margin-bottom: 101px;
		width: auto;
	}

	.topics .pubTitle .pubH {
		writing-mode: horizontal-tb;
		writing-mode: tb-lr;
		-webkit-writing-mode: horizontal-tb;
		-webkit-writing-mode: tb-lr;
		float: none;
	}

	.topics .pubTitle .pubH::after {
		width: 90px;
		height: 2px;
		bottom: -19px;
		right: 0;
		top: auto;
	}

	.topInfo {
		padding: 24px 0 3px;
		margin-left: 0;
		width: auto;
	}

	.topInfo ul {
		width: auto;
	}

	.topInfo li {
		margin-bottom: 37px;
	}

	.topInfo ul.topMr {
		margin-right: 0;
	}

	.topInfo dd>span {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.5;
	}

	.topInfo a:hover dd>span {
		opacity: 1;
	}

	.topSlick {
		margin-bottom: 86px;
	}

	.other {
		margin-bottom: 32px;
		width: auto;
	}

	.other li {
		width: 100%;
		margin: 0 0 46px;
	}

	.other .otherImg {
		margin-bottom: 13px;
	}

	.other .otherWord p {
		margin-bottom: 6px;
		font-size: 18px;
		letter-spacing: .5px;
	}

	.other .otherWord span {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: .5px;
	}

	.link {
		padding-bottom: 65px;
		width: auto;
	}

	.link ul {
		padding-top: 26px;
	}

	.link li {
		margin: 0 0 30px;
		width: 100%;
	}

	.iconWhite {
		display: none !important;
	}

	.iconBlack {
		display: block !important;
	}

	.whiteText .headList li>a {
		color: #000;
	}

	.whiteText .menuTrigger span {
		background: #000;
	}

	.menuTrigger span {
		transition: background .6s ease;
	}

	.openMenu .menuTrigger span {
		background: #0f6ed6;
	}

	.sc.whiteText .menuTrigger span,
	.openMenu.whiteText .menuTrigger span {
		background: #0f6ed6;
	}

	.iphone5 .banInfo {
		left: 10px;
	}

	.iphone5 .hp h3 {
		/*letter-spacing: -4px;*/
	}

	.iphone5 .bus .pubTitle p {
		letter-spacing: -2px;
	}

	.iphone5 .other .otherWord span {
		letter-spacing: -2px;
	}

	.iphone5 .brandWord span {
		letter-spacing: -.5px;
	}
}

@media all and (-ms-high-contrast:none) {
	.banner>ul li {
		padding: 6px 8px 2px;
	}

	.topics .pubTitle .pubH::after {
		right: -82px;
	}
}





@media all and (min-width: 0) and (max-width: 767px) {


	.creatBox li .creatImg {
		height: 25vh;
	}

}


@media all and (min-width: 0) and (max-width: 320px) {


	.creatBox li .creatImg {
		height: 22.5vh;
	}

}

.office {
	margin-bottom: 210px;
	padding: 0 18px;
}

.office li {
	width: 50%;
	float: left;
	padding: 2px;
	box-sizing: border-box;
}

.office li a {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	box-sizing: border-box;
	position: relative;
}

.office li a .brandCover {
	z-index: 2
}

.office li a span {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	z-index: 3;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	font-weight: 800;
}

.office li a:hover .brandCover {
	opacity: .2;
}



@media all and (min-width: 0) and (max-width: 767px) {

	.office li {
		width: 100%;
		float: none;
		padding: 2px;
		box-sizing: border-box;
	}

	.office li a {
		height: 200px;
	}

	.office li a span {
		/* font-size: 24px; */
		top: 90px;
	}

	.office {
		margin-bottom: 88px;
	}
}

@media all and (min-width: 0) and (max-width: 1024px) {

	.bus,
	.other,
	.link {
		width: auto;
	}

	.clearfix li {
		width: 100%
	}

	.other {
		margin-bottom: 210px;
	}
}

body .headLogo img.img_hover {
	display: none;
}

body .headLogo img.img_nohover {
	display: block;
}

body.sc .headLogo img.img_hover,
#gHeader.showSub .headLogo img.img_hover {
	display: block;
}

body.sc .headLogo img.img_nohover,
#gHeader.showSub .headLogo img.img_nohover {
	display: none;
}

body .headblank .qq img.img_hover {
	display: none;
}

body .headblank .qq img.img_nohover {
	display: block;
}

body.sc .headblank .qq img.img_hover,
#gHeader.showSub .headblank .qq img.img_hover {
	display: block;
}

body.sc .headblank .qq img.img_nohover,
#gHeader.showSub .headblank .qq img.img_nohover {
	display: none;
}

body .headblank .wx img.img_hover {
	display: none;
}

body .headblank .wx img.img_nohover {
	display: block;
}

body.sc .headblank .wx img.img_hover,
#gHeader.showSub .headblank .wx img.img_hover {
	display: block;
}

body.sc .headblank .wx img.img_nohover,
#gHeader.showSub .headblank .wx img.img_nohover {
	display: none;
}

.menuTrigger span {
	background: #000;
}

body.sc .menuTrigger span {
	background: #000;
}

.banner {
	height: 100vh;
}

.banner #swiper_2 {
	height: 100%;
}

.banner #swiper_2 .swiper-slide {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner #swiper_2 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.5) translateX(0);
	visibility: visible !important;
	/* transition: all linear 2.5s; */
	/* animation:fadeInUp 5s infinite; */
}


.banner #swiper_2 .swiper-slide .titile_contetn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.banner #swiper_2 .swiper-slide .titile_contetn .titles_de {
	margin-left: 13.076%;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: column;
	flex-wrap: wrap;
}

.banner #swiper_2 .swiper-slide .titile_contetn .titles_de h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.5;
	color: #fff;
}

.banner #swiper_2 .swiper-slide .titile_contetn .titles_de p {
	font-size: 22px;
	font-weight: 400;
	line-height: 2.05;
	color: #fff;
}

.banner #swiper_2 .swiper-slide .titile_contetn .titles_des {
	margin-right: 20px;
	position: relative;
	width: 20%;
	height: 100vh;
}

.banner #swiper_2 .swiper-slide .titile_contetn .titles_des .titile_des_content {
	background: rgba(255, 255, 255, .8);
	letter-spacing: .5px;
	bottom: 30px;
	position: absolute;
	padding: 4px 8px;
	color: #333;
	font-size: 10px;
	line-height: 2.2;
	right: 20px;
	width: 260px;
	text-align: center;
}

div#creatBox .swiper-slide {
	/* width:calc( (100% - 7 * 10px ) / 7); */
	width: 258px;
	margin: 0px 5px;
}

div#creatBox .swiper-container {
	width: 100%;
}

#swiper_4 .swiper-slide img {
	width: 100%;
}

#swiper_4 .swiper-slide .creatWord {
	width: 100%;
}

#swiper_4 .swiper-slide .creatWord p.title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#swiper_4 .swiper-slide .creatWord p.title::after {
	width: 28px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -11px;
	content: "";
	background: #1b1b1b;
}

#swiper_4 .swiper-slide .creatWord span {
	margin-top: 21px;
	display: block;
	color: #606060;
	font-weight: 400;
	font-size: 12px;
}

.headList .navi02 li a:hover {
	color: #0f6ed6;
}


@media screen and (max-width:877px) {
	.bus {
		display: block;
	}

	.busLeft,
	.busRight {
		width: 90%;
		float: none;
		margin: 0 auto;
		padding: 0px;
		margin-bottom: 20px;
	}

	.banner #swiper_2 .swiper-slide .titile_contetn {
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.banner #swiper_2 .swiper-slide .titile_contetn .titles_de h2 {
		font-size: 18px !important;
	}
}