@charset "utf-8";

/*--------------------------------------
    タイトル
--------------------------------------*/

#title {
	width: 90% ;
	max-width: 1400px;
	height: 250px;
	margin: 90px auto 0;
	position: relative;
}

#title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(45px, 5.5vw, 65px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	position: absolute;
	left: 0;
	bottom: 40px;
}

#title img.sub {
	width: 187px;
	height: 27px;
	position: absolute;
	left: 1%;
	bottom: 0;
}

@media screen and (max-width: 1024px) {
	#title {
	margin: 0 auto;
	}
	#title h2 {
	bottom: 32px;
	}
	#title img.sub {
	width: auto;
	height: 18px;
	}
}

/*--------------------------------------
    タイトル画像
--------------------------------------*/

#top_img {
	width: 100% ;
	height: 700px;
	margin: 70px 0 100px;
}

#top_img img{
	width: 100% ;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 1024px) {
	#top_img {
	height: 350px;
	margin: 50px 0 100px;
	}
}

/*--------------------------------------
    説明文
--------------------------------------*/

#cap {
	width: 90% ;
	max-width: 1400px;
	margin: 0 auto;
}

#cap h3  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 4vw, 45px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
}

#cap p  {
	line-height: 2;
	letter-spacing: 0.08em;
	margin: 40px 0 60px;
}

#cap img {
	width: 100% ;
	height: 550px;
	object-fit: cover;
	margin: 0 0 100px;
}

@media screen and (max-width: 1024px) {
	#cap p  {
	margin: 30px 0 60px;
	}
	#cap img {
	height: auto;
	margin: 0 0 80px;
	}
	#cap p .sp_br {
	display: none;
	}
}

/*--------------------------------------
   コミュニケーション・クリエーション
--------------------------------------*/

#communication,
#creation {
	width: 100% ;
	height: 450px;
}
 
#communication {
	margin: 0 0 60px;
	background: url("img/concept_communication.jpg") no-repeat center center / cover;
}

#creation {
	margin: 70px 0 100px;
	background: url("img/concept_creation.jpg") no-repeat center center / cover;
}

#communication .box,
#creation .box {
	width: 90% ;
	max-width: 1400px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

#communication .box .text {
	position: absolute;
	right: 7%;
	top: 50%;
    transform: translate(7%, -50%);
    -webkit-transform: translate(7%, -50%);
    -ms-transform: translate(7%, -50%);
	color: #fff;
}

#creation .box .text {
	position: absolute;
	left: 7%;
	top: 50%;
    transform: translate(-7%, -50%);
    -webkit-transform: translate(-7%, -50%);
    -ms-transform: translate(-7%, -50%);
	color: #fff;
}

#communication .box .text h4,
#creation .box .text h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px, 7vw, 45px);
	font-weight: normal;
	line-height: 1.3;
	filter: drop-shadow(0 0 3px #000);
    -webkit-filter: drop-shadow(0 0 3px #000);
}

#communication .box .text p,
#creation .box .text p  {
	line-height: 2;
	letter-spacing: 0.08em;
	margin: 10px 0 0;
	padding: 0;
	filter: drop-shadow(0 0 3px #000);
    -webkit-filter: drop-shadow(0 0 3px #000);
}

@media screen and (max-width: 580px) {
	#communication,
	#creation {
	opacity: 0.8;
	position: relative;
	}
	#communication {
	background: url("img/concept_communication.jpg") no-repeat 22% center / cover;
	}
	#creation {
	background: url("img/concept_creation.jpg") no-repeat 90% center / cover;
	}
	#communication::before,
	#creation::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	#communication .box .text {
	right: unset;
	light: 1%;
	top: 50%;
    transform: translate(-7%, -50%);
    -webkit-transform: translate(1%, -50%);
    -ms-transform: translate(-7%, -50%);
	color: #fff;
	}
	#creation .box .text {
	width: 100%;
	}
}

/*--------------------------------------
   代表
--------------------------------------*/

#ceo {
	width: 100% ;
	margin: 0 0 100px;
}

#ceo .pic,
#ceo .text {
	display: inline-block;
	vertical-align: top; 
	width: 50% ;
	height: 550px ;
}

#ceo .pic img {
	height: 550px;
	width: 100% ;
	object-fit: cover;
}

#ceo .text .box {
	width: 400px;
	margin: 50px auto 0;
}

#ceo .text h4  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px, 5vw, 25px);
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin: 0 0 5px;
}

#ceo .text h3  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(34px, 5vw, 45px);
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

#ceo .text p  {
	padding: 30px 0 0;
	line-height: 2;
	letter-spacing: 0.08em;
}

@media screen and (max-width : 1024px ){
	#ceo .text .box {
	width: 80%;
	padding: 0 10% 0;
	}
	#ceo .text p .sp_br {
	display: none;
	}
}

@media screen and (max-width: 580px) {
	#ceo .pic,
	#ceo .text {
	display: block;
	width: 90% ;
	margin: 0 auto;
	}
	#ceo .text {
	height: auto;
	}
	#ceo .text .box {
	width: 100%;
	margin: 50px auto 0;
	padding: 0;
	}
}

#ceo .award  {
	width: 90% ;
	max-width: 850px;
	margin: 80px auto 0;
}

@media screen and (max-width: 580px) {
	#ceo .award  {
	margin: 60px auto 0;
	}

}

#ceo .award h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(14px, 5.5vw, 34px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.08em;
	margin: 0 0 40px;
}

@media screen and (max-width: 580px) {
	#ceo .award  {
	margin: 60px auto 0;
	}
	#ceo .award h4 {
	margin: 0 0 30px;
	}
}

#ceo .award  p.title,
#ceo .award  p.name {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.08em;
	margin: 0 0 15px;
}

#ceo .award  p.title {
	width: 530px ;
}

#ceo .award  p.name {
	width: 290px ;
}

@media screen and (max-width: 1024px) {
	#ceo .award  {
	max-width: 550px;
	}
	#ceo .award  p.title,
	#ceo .award  p.name {
	display: block;
	width: 100% ;
	}
	#ceo .award  p.title {
	margin: 0;
	}
	#ceo .award  p.name {
	width: 290px ;
	}
}

@media screen and (max-width : 580px ){
	#ceo .award  {
	max-width: 90%;
	}
}

/*--------------------------------------
   スタジオ
--------------------------------------*/

#studio {
	width: 90% ;
	max-width: 1400px;
	margin: 0 auto 100px;
}

#studio h3  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px, 5vw, 45px);
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin: 0 0 40px;
}

#studio img {
	width: 100% ;
	height: 550px;
	object-fit: cover;
}

#studio img:first-of-type {
	margin: 0 0 40px;
	object-position: 50% 38%;
}

@media screen and (max-width: 1024px) {
	#studio img {
	height: auto;
	}
	#studio img:first-of-type {
	margin: 0 0 20px;
	}
}

/*--------------------------------------
   会社概要
--------------------------------------*/

#company {
	width: 90% ;
	max-width: 1400px;
	margin: 0 auto;
}

#company h3  {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(16px, 5vw, 45px);
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin: 0 0 40px;
}

#company .headline  {
	display: inline-block;
	vertical-align: top;
	width: 23% ;
	padding: 0 8% 0 0;
	letter-spacing: 0.08em;
	text-align: right;	
}

#company .item  {
	display: inline-block;
	vertical-align: top;
	width: 68% ;
	letter-spacing: 0.08em;
}

#company .item ul {
	margin: 10px 0;
	padding: 0;
}

#company .item li {
	margin : 0 0 0 1.5em;
	padding: 0;
}

#company #map {
	margin : 40px 0 0 0;
	width: 100%;
	height: 550px;
}