@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#container {
	padding-top: 100vh;
}

#gHeader {
	opacity: 0;
	transition: opacity 2s ease .4s, background .5s;
	background: none;
}

#gHeader.showSub {
	background: #fff;
}

.headLogo {
	visibility: hidden;
	transition: opacity .6s ease;
	opacity: 0;
}

.sc .headLogo {
	visibility: inherit;
	opacity: 1;
}

.sc #gHeader {
	opacity: .9;
	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 {
	font-family: 'Roboto', sans-serif;
	position: absolute;
	left: 13.076%;
	top: 22.086%;
}

.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: 40px;
  opacity: 0;
  transition: opacity 1.5s ease 0.2s;
}

.banInfo .line {
	font-weight: 300;
	line-height: 1.05;
	overflow: hidden;
}

.banInfo .line em {
  font-style: normal;
  padding-left: 1px;
}

.banInfo .line1 {
  font-size: 60px;
  font-weight: bold;
}

.loaded .banInfo .line span {
  transition-duration: 1s;
}

.banInfo .line1 {
	margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 3px;
	margin-left: -4px;
	font-family: 'Roboto' , "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.banInfo .line2 {
	margin-top: -3px;
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 800;
	margin-left: -4px;
}

.banner > ul {
  opacity: 0;
  transition: opacity 2s ease .6s;
}

.banner > ul li {
	padding: 4px 8px;
	color: #333333;
	opacity: 0;
	display: none;
	font-size: 15px;
	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;
	display: inherit;
}

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;
	position: relative;
	z-index: 1;
	background: #fff;
}

.hp {
	margin: 0 auto 150px;
	padding-top: 154px;
	width: 732px;
}

.hp h3 {
	font-size: 36px;
	text-align: center;
	letter-spacing: 3px;
}

.hp p {
	margin: 32px 0 60px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: .3px;
	text-align: center;
}

.hp ul{ display: flex; margin-bottom: 80px; justify-content: center;}
.hp li { margin: 0 30px; }
.hp li dl{ text-align: center; margin: 0 auto;}
.hp li dt{ margin:0 auto 10px; font-weight: bold; height: 2.5rem; display: flex; align-items: center; justify-content: center;}
.hp li dd { width: 200px;}
.hp li dd img{ width: 100%;}

.pubTitle {
	margin-bottom: 100px;
	text-align: center;
}

.pubTitle .pubH {
/*	font-size: 45px;*/
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	letter-spacing: 1px;
}

.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: 13px;
	letter-spacing: .5px;
}

.bus {
	margin: 0 auto 155px;
	width: 1022px;
}

.busLeft {
	margin: 20px 0 0 30px;
}

.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: 800px;
	margin: 0 auto;
}

.busRight img {
	width: 100%;
}

.brand {
	margin-bottom: 167px;
	padding: 0 18px;
}

.brandInfo {
	margin: 0 auto;
	max-width: 1400px;
}

.brandInfo ul {
	margin-bottom: 63px;
}

.brandInfo li {
	padding: 2px;
	width: 50%;
	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;
}

.brandInfo li.loaded:nth-child(1) a {
	background-image: url(../images/img_brand_01.jpg);
}

.brandInfo li.loaded:nth-child(2) a {
	background-image: url(../images/img_brand_02.jpg);
}

.brandInfo li.loaded:nth-child(3) a {
	background-image: url(../images/img_brand_03.jpg);
}

.brandInfo li.loaded:nth-child(4) a {
	background-image: url(../images/img_brand_04.jpg);
}

.brandCover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	transition: opacity .6s ease;
	background: #000;
}

.brandInfo li a:hover .brandCover {
	opacity: .2;
}

.brandTitle {
/*	font-size: 27px;*/
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 24px;
	left: 34px;
	font-weight: 1;
}

.brandTitle span {
	font-weight: bold;
}

.brandTitle:after {
	width: 20px;
	height: 20px;
	position: absolute;
/*  top: 11px;*/
	top: 8px;
	left: -34px;
	background: #007eb1;
	content: "";
}

.brandTitle.item-inner:after {
	background: #e7be00;
}

.brandTitle.item-customer:after {
	background: #a5be51;
}

.brandTitle.item-recruit:after {
	background: #fa9a92;
}

.brandWord {
	position: absolute;
	bottom: 28px;
	left: 35px;
}

.brandWord p {
	margin-left: 3px;
	font-size: 11px;
	letter-spacing: .8px;
}

.brandWord p.brandP1 {
	margin-left: 0;
	font-size: 10px;
	position: relative;
	letter-spacing: .2px;
}

.brandWord p.brandP1:after {
	width: 39px;
	height: 1px;
	position: absolute;
	left: 4px;
	bottom: -24px;
	background: #fff;
	content: "";
}

.brandWord span {
	margin: 42px 0 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 1px;
}

.centerMore {
	text-align: center;
}

.centerMore a.more::after {
	left: 50%;
	transform: translateX(-50%);
}

.creative {
	margin-bottom: 110px;
}


.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:240px;
    vertical-align: middle;
    display: table-cell;
}
.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 {
	opacity: .6;
}

.creatBox li img {
	width: 100%;
	display: block;
}

.creatWord {
	padding-top: 11px;
}

.creatBox li p {
	color: #333333;
	position: relative;
}

.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: #002978;
	font-weight: bold;
}

.topics {
	margin: 0 auto 156px;
	width: 1000px;
}

.topics .pubTitle {
    margin-bottom: 90px;
}

/*
.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;
	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 h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 120px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}

.other h1 + p {
	margin-top: 58px;
    font-size: 13px;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 60px;
}
.other h1::after {
	width: 100px;
    height: 2px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #000;
}

.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 .souken_link: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;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: -18px;
	right: 7px;
}

.other .branding-media li img {
	width: 100%;
}

.other .otherImg .kind {
	position: absolute;
	top: -18px;
	left: 0;
	background: #003c81;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 6px 15px;
}
.other .otherImg .kind-family {
	position: absolute;
	top: -18px;
	left: 0;
	background: #b29724;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 6px 15px;
}

.other .otherWord p {
	margin-bottom: 7px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.other .otherWord span {
	font-size: 13px;
	line-height: 2;
	color: #595757;
	letter-spacing: .1em;
}
.other .branding-media {
	display: flex;
	justify-content: center;
}
.other .branding-media li {
	flex: 0 0 48%;
	overflow: hidden;
	margin-left: 40px;
}
.other .branding-media li .otherImg {
	border: none;
}
.other .branding-media li .waku {
	width: 100%;
	object-fit: cover;
}
.other .branding-media li .souken-img {
	margin-top: 30px;
}
.other .branding-media li .souken {
	width: 90%;
}
.other .branding-media li .souken-caption {
	margin-top: 40px;
}

.seminar {
	margin: 0 auto 155px;
	width: 980px;
}
.seminar h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 120px;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.seminar h1::after {
	width: 100px;
    height: 2px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: #000;
}

.seminar .otherWord {
	margin-bottom: 80px;
	text-align: center;
	
}

.seminar .otherWord span {
	font-size: 13px;
	line-height: 2;
	color: #595757;
	letter-spacing: .1em;
}

.link {
	padding-bottom: 175px;
	margin: 0 auto;
	width: 980px;
}

.link li {
	margin-right: 20px;
	width: 230px;
	float: left;
}

.link li:nth-child(4n) {
	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;
}

.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;
}

.sc.whiteText .headList > li > a {
	color: #000;
}

.sc.whiteText #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 all and (min-width: 0) and (max-width: 767px) {

.topics_listBox ul li{
	width:100%;
}


.creatBox li .creatImg{
	height: 25vh;
}
	#gHeader {
		padding: 15px 20px;
		position: fixed;
	}

	.sc #gHeader {
		opacity: 1;
	}

	#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(../images/img_title_sp_01.jpg);
  }

  .banSlider .item02 .pic {
    background-image: url(../images/img_title_sp_02.jpg);
  }

  .banSlider .item03 .pic {
    background-image: url(../images/img_title_sp_03.jpg);
  }

  .banSlider .item04 .pic {
    background-image: url(../images/img_title_sp_04.jpg);
  }

  .banSlider .item05 .pic {
    background-image: url(../images/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 {
		top: 12.89%;
		left: 20px;
	}

	.banInfo .line {
		margin-left: -1px;
		line-height: 1.07;
	}

	.banInfo .line1 {
		margin-bottom: 0px;
		font-size: 30px;
		letter-spacing: -0.5px;
	}

	.banInfo .line2 {
		margin-top: 3px;
		font-size: 40px;
		line-height: .95;
	}

	.banTip {
		margin-top: 30px;
	}

	.banner > ul li {
		padding: 4px 6px;
		right: 0;
		line-height: 1.4;
		font-size: 10px;
	}

	.hp {
		padding-top: 105px;
		margin-bottom: 90px;
		width: auto;
	}

	.hp h3 {
		width: auto;
		font-size: 32px;
		float: none;
		letter-spacing: 0;
	}

	.hp p {
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.85;
		margin-bottom: 40px;
	}

	.hp ul{ display: block; margin-bottom: 60px;}
	.hp li { margin-bottom: 40px;}
	.hp li dd { width: 100%;}

	.pubTitle {
    	margin-bottom: 40px;
	}

	.topics .pubTitle {
    	margin-bottom: 40px;
	}

	.pubTitle .pubH {
/*		font-size: 38px;*/
		font-size: 28px;
	}

	.brandTitle{
		font-size: 20px;
	}

	.pubTitle .pubH::after {
		width: 90px;
		bottom: -19px;
	}

	.pubTitle p {
		margin-top: 50px;
		font-size: 14px;
	}

	.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 img {
		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;
	}

	.brandTitle::after {
		top: 26px;
		left: 0;
	}

	.brandWord {
		top: auto;
		left: 32px;
		bottom: 26px;
	}

	.brandWord p.brandP1::after {
		left: 2px;
		bottom: -19px;
	}

	.brandWord span {
		margin: 34px 0 11px;
		font-size: 18px;
		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: 23px;
		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: #fff;
	}

	.menuTrigger span {
		transition: background .6s ease;
	}

	.sc.whiteText .menuTrigger span,
	.openMenu.whiteText .menuTrigger span {
		background: #000;
	}

	.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: 50vh;
	vertical-align: middle;
    display: table-cell;
}

}


@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:36px; font-family: 'Roboto', sans-serif; display:block; margin:0 auto; z-index:3; position:absolute; top:130px; left:0; width:100%;}

.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:80px;}

	.office {
	margin-bottom: 88px;
	}

	.other h1 {
		font-size: 25px;
	}
	.other .branding-media {
		justify-content: center;
		flex-wrap: wrap;
	}
	.other .branding-media li {
		flex: 0 0 90%;
	}
	.other .branding-media li {
		margin-left: 0;
	}


}

@media (max-width: 767px) {
.other h1{
		margin-bottom: 60px;
	}
	
.seminar {
  margin: 0 auto 88px;
  width: auto;
}

.seminar h1 {
  font-size: 25px;
  margin-bottom: 60px;
}

.seminar .otherWord span {
  font-size: 14px;
}

.seminar .otherWord {
  padding: 0 18px;
	margin-bottom: 40px;
}

	
  .bus {
    text-align: center;
  }
  .busLeft {
    margin: 0 auto 38px;
    text-align: center;
  }
  .bus .pubTitle .pubH::after {
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
  }

.bus .pubTitle {
  text-align: center;
}

	
}
