@charset "utf-8";
#content {
	float: left;
	width: calc(100% - 215px);
	height: auto;
	padding-top: 75px;
	color: #4c4238;
}

#concept_text {
	font-size: 13px;
	line-height: 1.7em;
	margin-top: 33px;
}

.text1 {
	color: #4c4238;
}

.text2 {
	margin-bottom: 93px;
	color: #f2a1b0;
	font-size: 14px;
}

#concept_img {
	float: left;
	width: 434px;
}

#creative_cont_box_wrap {
	padding-bottom: 74px;
}

.creative_cont_box {
	display: grid;
	grid-template-columns: 255px 1fr;
	align-items: flex-start;
	width: 985px;
	& + .creative_cont_box {
		margin-top: 50px;
	}
}

.creative_cont_box .caption {
	position: relative;
	padding-left: 52px;
}
.creative_cont_box .caption::before {
	content:"";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
}
.creative_cont_box .caption._branding::before {
	left: 0;
	width: 41px;
	height: 42px;
	background-image: url(../../img/icn_creative_branding.svg);
}
.creative_cont_box .caption._graphic::before {
	left: 3px;
	width: 35px;
	height: 35px;
	background-image: url(../../img/icn_creative_graphic_design.svg);
}
.creative_cont_box .caption._package::before {
	left: 4px;
	width: 32px;
	height: 42px;
	background-image: url(../../img/icn_creative_package_design.svg);
}
.creative_cont_box .caption._space::before {
	left: 0;
	width: 42px;
	height: 36px;
	background-image: url(../../img/icn_creative_space_design.svg);
}
.creative_cont_box .caption._web::before {
	left: 1px;
	width: 38px;
	height: 38px;
	background-image: url(../../img/icn_creative_web_design.svg);
}
.creative_cont_box .caption._movie-steel::before {
	left: 7px;
	width: 27px;
	height: 42px;
	background-image: url(../../img/icn_creative_movie_steel.svg);
}
.creative_cont_box .caption .en {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .05em;
	color: #4e4237;
	display: block;
}
.creative_cont_box .caption .jp {
	font-weight: 700;
	font-size: 10px;
	letter-spacing: .05em;
	color: #4e4237;
	display: block;
	margin-top: 10px;
}

.creative_cont_box .txt_box {
}

.creative_cont_box .txt_box .jp {
	font-size: 14px;
	line-height: calc(28 / 14);
	letter-spacing: .05em;
	color: #4e4237;
	--_leading-trim: calc((1em - 1lh) / 2);
	margin-block: var(--_leading-trim);
}
:lang(en) {/*言語が英語の場合*/
	--_leading-trim: calc((1cap - 1lh) / 2);
}
@supports not (top: 1lh) {/*lhがサポートしていないブラウザの場合*/
	--_leading-trim: 0px;/*pxの単位は、必要なのでそのまま*/
}

.creative_cont_box .txt_box .en {
	font-size: 14px;
	line-height: calc(22 / 14);
	letter-spacing: .05em;
	color: #ed798e;
	margin-top: 14px;
}

.creative_cont_box {
}
