@charset "utf-8";

html,
body {
	height: 100%;
}
.pc {
	display:block;
}
.sp {
	display:none;
}

.center {
	text-align: center;
	padding: 0 20px;
}

section h1 img {
	width: 245px;
	height: auto;
}
section h1::after {
    display:none;
}

.toptxt {
	margin: 0 auto 100px;
	font-size: 1.8rem;
	line-height: 2.3;
}
article h2 {
	text-align: center;
    font-size: 3.6rem;
    line-height: 1.0;
    margin: 0 auto 35px;
}

.cont1 {
	width: 100%;
	height: 44.8vw;
	background: url(../img/marketing/cont1_bg.jpg) no-repeat bottom center;
	background-size: 100% auto;
}

#branding .img_full {
	width: 100%;
	height: auto;
}

#branding .txt {
	text-align: center;
	margin: 90px 0;
	padding: 0 20px;
}
#branding .txt h2 {
	font-size: 3.6rem;
}
#branding .txt h3 {
	font-size: 2.5rem;
	margin-bottom: 35px;
}
#branding .txt p {
	line-height: 2;
	/*letter-spacing: .2rem;*/
}
/*
#branding .cont {
	width: 100%;
	background:url(../img/branding/center_img.jpg) left top no-repeat;
	background-size: 100% auto;
	text-align: center;
	margin: 95px 0;
}*/
#branding .cont ul {
	margin: 95px 0;
	display: flex;
}
#branding .cont ul li {
	width: 22.666%;
}
#branding .cont ul li img {
	display: none;
}

#branding .cont ul li:nth-last-child(1){
	background: url(../img/branding/right_img.jpg) right top no-repeat;
	background-size:contain;
}
#branding .cont ul li:nth-last-child(2){
	width: 54.66%;
	text-align: center;
}
#branding .cont ul li:nth-last-child(3){
	background: url(../img/branding/left_img.jpg) left top no-repeat;
	background-size: contain;
}
#branding .cont h3:first-child {
	margin-top: 0;
}
#branding .cont h3 {
	font-size: 3.6rem;
	margin: 65px 0 25px;
}
#branding .cont h3 + h4 {
	font-size: 2.5rem;
	margin-bottom: 40px;
}
#branding .cont h3 + h4 + p {
	font-size: 1.6rem;
	padding: 0 20px;
	line-height: 2;
	/*letter-spacing: .2rem;*/
}
#branding .cont2 {
	margin-top: 100px;
	text-align: center;
}

#branding .cont2 h2 {
	font-size: 3.4rem;
	margin-bottom: 40px;
}
#branding .cont2 h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

#branding .cont2 p {
	line-height: 2;
	padding: 0 20px;
	margin-bottom: 20px;
	/*letter-spacing: .2rem;*/
}
#branding .cont2 img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 900px;
	max-height: 720px;
	margin: 0 auto;
}


.cont6 {
	width: 100%;
	height: 210px;
	max-width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 110px 0 0;
	position: relative;
}
.cont6 a {
	display: inline-block;
	padding: 0 0 0 18px;
	position: relative;
}
.cont6 a::before {
	content:"";
	width: 11px;
	height: 11px;
	margin: auto 0;
    border-left: #000 1px solid;
    border-bottom: #000 1px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
}
.cont6 img {
	width: 245px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: 11;
}
.footerLink {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 84px;
}
.footerLink li {
	width: 25%;
	float: left;
	position:relative;
}
.footerLink li a {
	display: block;
}
.footerLink li img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1740px) {
	#branding .cont ul li:nth-last-child(1){
		background: url(../img/branding/right_img.jpg) center top no-repeat;
		background-size: cover;
	}
	#branding .cont ul li:nth-last-child(3){
		background: url(../img/branding/left_img.jpg) center top no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width: 940px) {
	.cont6 {
		margin: 0 auto;
		padding: 110px 20px 0;
	}
	#branding .cont ul {
		margin: 95px 0;
		display:block;
	}
	#branding .cont ul li {
		width: 100% !important;
		background: none;
	}
	#branding .cont ul li:nth-last-child(2){
		padding: 50px 0;
	}
	#branding .cont ul li img {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.toptxt br.sp {
		display: block;
	}
	.toptxt {
		margin: 0 auto 50px;
		font-size: 1.8rem;
		line-height: 2.3;
	}
	#branding .cont ul {
		margin: 110px 0;
	}
	#branding .cont ul li:nth-last-child(2) {
	    padding: 0 0 65px;
	}
	#branding .txt {
		text-align: center;
		margin: 40px 0;
		padding: 0 20px;
	}
}
@media screen and (max-width: 640px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.cont6 {
		margin: 80px auto 0;
		padding: 0 20px;
	}
	.cont6 img {
	    width: 200px;
	    top: 40px;
	}
	.footerLink li {
	    width: 50%;
	}
}
@media screen and (max-width: 550px) {
	#branding .txt p,
	#branding .top,
	#branding .cont2 p,
	#branding .cont h3 + h4 + p {
		text-align: left;
		font-size: 1.4rem;
	}
	#branding .cont h3 {
		font-size: 2.4rem;
		margin: 45px 0 15px;
	}
	#branding p.toptxt,
	#branding .txt h3,
	#branding .cont h3 + h4 {
		font-size: 1.6rem;
	}
	#branding .cont2 {
		margin-top: 50px;
	}
	#branding .txt h2,
	#branding .cont2 h2 {
		font-size: 2.4rem;
	}
	#branding .cont2 h3 {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	#branding p.toptxt {
		text-align: left;
	}
	.toptxt br.sp {
		display: none;
	}
	.cont6 {
		margin: 40px auto 0;
		padding: 0 20px;
	}
}
