@charset "utf-8";
/* 
Update : 2024/08/06 
*/

/*
-----------------------------------------------------

	manic.css
	=Additional Stylesheet for "mchs" theme

-----------------------------------------------------
*/

/*
-----------------------------------------------------
	
	[INDEX]
	COMMON LAYOUT
	PLUG-IN
	GLOBAL HEADER (ADDITIONAL)
	GLOBAL FOOTER (ADDITIONAL)
	PAGE
	PAGE - SERVICE
	PAGE - SERVICE - CORPORATE BRANDING
	ARCHIVE
	ARCHIVE - PORTFOLIO
	SINGLE
	SINGLE - PORTFOLIO

-----------------------------------------------------
*/

/* 開発中のみ */
/*#progress { display: none !important; }*/

/* reCAPTCHA */
.grecaptcha-logo {
	display: none;
}
.grecaptcha-badge { 
	visibility: hidden; 
} 
#particles {
	pointer-events: none;
}

/*
-----------------------------------------------------

	COMMON LAYOUT

-----------------------------------------------------
*/

/* RESPONSIVE
----------------------------------------------------- */
@media screen and (min-width: 769px) {
	.pc { display: inherit !important;}
	.sp { display: none !important;}
	
	.sp_only { display: none !important;}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.pc { display: none !important;}
	.sp { display: inherit !important;}

	.pc_only { display: none !important;}

	/* iframe {
		max-height: 50vw;
	} */
}

/* HIDDEN
----------------------------------------------------- */
.hidden { display: none !important; }

/* IMAGE
----------------------------------------------------- */
img {}
a img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover img {
	opacity: 0.6;
}

/* WRAPPER
----------------------------------------------------- */
.inner {}
.inner_min { max-width: 880px; }
.inner_960 { max-width: 960px; }
.inner_1000 { max-width: 1000px; }

@media screen and (min-width: 769px) {
	.inner_vw { max-width: 1280px; width: 80vw }
}

/* ARTICLE
----------------------------------------------------- */
.single_content a {
	display: inline;
	text-decoration: underline;
}
.single_content a:hover {
	text-decoration: none;
}

/* HEADING
----------------------------------------------------- */
.heading_main {
	margin-bottom: 0.5em;
	font-family: "brother-1816",sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.8;
	color: #000;
}
.heading_main em {
	display: inline-block;
	margin-left: 2em;
	font-style: normal;
	color: #ccc6a8;
}
.heading_sub {
	margin-bottom: 1.25em;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.8;
	color: #000;
	text-transform: uppercase;
}
.heading_sub em {
	display: block;
	font-style: normal;
	font-family: "brother-1816",sans-serif;
	font-size: 14px;
	color: #ccc6a8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	/* HEADING */
	.heading_main {
		font-size: 18px;
	}
	.heading_main em {
		font-size: 14px;
		display: block;
		margin-left: 0;
	}
}

/* HEADING (SUBPAGE ONLY)
----------------------------------------------------- */
.heading_english {
	margin-bottom: 1.5em;
	display: block;
	font-style: normal;
	font-family: "brother-1816",sans-serif;
	color: #ccc6a8;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
}
.heading_box {
	display: inline-block;
	margin-bottom: 1.5em;
	padding: 0.5em 0.5em;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.heading_centering {
	margin-bottom: 2.0em;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.8;
	color: #ccc6a8;
	text-transform: uppercase;
	text-align: center;
}
.heading_centering em {
	display: block;
	font-style: normal;
	font-family: "brother-1816",sans-serif;
	font-size: 40px;
	color: #000;
}
.heading_mincho {
	margin-bottom: 1.0em;
	font-family: "Noto Serif JP",serif;
	font-size: 32px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.heading_box {
		font-size: 16px;
	}
	.heading_english {
		font-size: 20px;
	}
	.heading_lead {
		font-size: 26px;
	}
	.heading_mincho {
		font-size: 20px;
	}
	.heading_centering {
		font-size: 14px;
	}
	.heading_centering em {
		font-size: 20px;
	}
}

/* 汎用見出し - 英語+日本語（黒文字） */
.heading_black {
	margin: 0 0 1em;
}
.heading_black>* {
	display: block;
}
.heading_black .english {
	margin: 0 0 0.25em;
	color: #000;
	font-family: "brother-1816",sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}
.heading_black .japanese {
	font-family: "Noto Serif JP",serif;
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.heading_black {}
	.heading_black .english {
		font-size: 24px;
	}
	.heading_black .japanese {
		font-size: 12px;
	}
}

/* BUTTON
----------------------------------------------------- */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;/*rem算出をしやすくするために*/
}

a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

/* TEXT
----------------------------------------------------- */
.area_text p {
    line-height: 2.4;
    padding-bottom: 24px;
}

.fc_red { color: #f00; }
.fc_gray { color: #666; }
.fc_gold { color: #ccc6a8; }
.fc_deepred { color: #c51a1a; }
.fc_white { color: #fff; }

.ta_c { text-align: center !important; }
.ta_l { text-align: left !important; }
.ta_r { text-align: right !important; }

.text_note { font-size: 9px; }
.text_caption {
	font-size: 9px; 
	color: rgba(0,0,0,0.35);
}

.text_lead {
	font-family: "Noto Serif JP",serif;
	font-size: 1.9em;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.text_numbering {
	color: #ccc6a8;
	font-size: 20px;
	font-family: "brother-1816",sans-serif;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.text_numbering span { font-size: 2em;}
.text_mincho {
	font-family: "Noto Serif JP",serif;
}
.text_sans {
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif !important;
}

/* DECORATION 
----------------------------------------------------- */
.shadow {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
}

/* BACKGROUND
----------------------------------------------------- */
.bg_mchs {
	background: url(images/top-about-us-pic01.png) no-repeat center;
	background-size: cover;
}
.bg_gold { background-color: #ccc6a8; }
.bg_gray { background-color: #f0f0ef; }
.bg_black { background-color: #000; }
.bg_white { background-color: #fff; }

.bg_ccc { background-color: #ccc; }
.bg_dark { background-color: #171713; }



/* TABLE
----------------------------------------------------- */
table.table_block tr {
	margin-bottom: 3em;
	display: block;
}
table.table_block tr th {
	margin-bottom: 1.5em;
	font-size: 1.25em;
}
table.table_block tr th,
table.table_block tr td {
	font-size: 1.25em;
	width: 100%;
	display: block;
	text-align: left;
}

/* HORIZONTAL RULE
----------------------------------------------------- */
hr.sep {
	border: none;
	height: 80px;
}
hr.hr-anchor {
	margin: 0;
	border: 0;
	height: 0;
}

/* LIST
----------------------------------------------------- */
ul.list_circle li {
	margin: 0 0 1.5em;
	position: relative;
	padding-left: 1.8em;
	font-size: 14px;
}
ul.list_circle li::before {
	content: "● ";
	position: absolute;
	left: 0;
	top: 0.0em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.25em 0 0;
	color: rgba(0,0,0,0.25);
	font-size: 0.9rem;
}

/* カテゴリ一覧 */
ul.c_list_categories {}
ul.c_list_categories li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3em 1em 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	opacity: 0.5;
}
ul.c_list_categories li:hover {
	opacity: 0.25;
}
ul.c_list_categories li a {}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	ul.c_list_categories li {
		font-size: 11px;
	}
}

/* カテゴリー・タグなど一覧（区切り線付き） */
ul.c_list_sep {}
ul.c_list_sep li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em 1em 0;
	padding: 0 1em 0 0;
	border-right: solid 1px #dcdcdc;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	opacity: 0.5;
}
ul.c_list_sep li:hover {
	opacity: 0.25;
}
ul.c_list_sep li:last-child {
	padding-right: 0;
	border-right: 0;
}
ul.c_list_sep li a {}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	ul.c_list_sep li {
		font-size: 10px;
	}
}

/* FLEX BOX
----------------------------------------------------- */
.flex_box {}
.flex_box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.flex_box > .flex_item {}

.flex_box.flex_row {
	margin: 0 -3% -3% 0;
}
.flex_box.flex_row > .flex_item {
	margin: 0 3% 3% 0;
}
.flex_box.reverse { flex-direction: row-reverse; }

.flex_box.col_2 > .flex_item { width: 47%;}
.flex_box.col_3 > .flex_item { width: 30.33%;}
.flex_box.col_4 > .flex_item { width: 22%;}
.flex_box.col_5 > .flex_item { width: 17%;}
.flex_box.col_6 > .flex_item { width: 13.66%;}
.flex_box.col_8 > .flex_item { width: 9.5%;}

.flex_box.justify_content_flex_start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-right: -3%;
	margin-bottom: -20px;
}
.flex_box.justify_content_flex_start > .flex_item {
	margin-right: 3%;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.flex_box.col_3 > .flex_item.x2 { width: 63.66%;}
	.flex_box.col_4 > .flex_item.x2 { width: 47%;}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.flex_box.responsive {
		flex-direction: column;
	}
	.flex_box.responsive > .flex_item { width: 100%; max-width: 100%; margin-bottom: 6.25vw;}
	.flex_box.responsive > .flex_item:last-child { margin-bottom: 0;}

	.flex_row.responsive {
		flex-direction: column;
		margin: 0;
	}

	.flex_box.flex_responsive_column {
		flex-direction: column;
		margin-right: 0;
	}

	.flex_box.flex_responsive_column > .flex_item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}
	.flex_box.flex_responsive_column > .flex_item:last-child { margin-bottom: 0; }
	.flex_box.flex_responsive_column:not( :last-child ) { margin-bottom: 32px; }
}
.flex_box.flex_responsive_column_pc {
		flex-direction: column;
		margin-right: 0;
	}

.flex_box.flex_responsive_column_pc > .flex_item,
.flex_box.flex_responsive_column_pc > .flex_item.x2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
.flex_box.flex_responsive_column_pc > .flex_item:last-child { margin-bottom: 0; }
.flex_box.flex_responsive_column_pc:not( :last-child ) { margin-bottom: 5vw; }

/* ALIGNMENT
----------------------------------------------------- */
.alignleft { display: block; float: left; margin: 0 2em 2em 0;}
.alignright { display: block; float: right; margin: 0 0 2em 2em;}
.aligncenter { clear: both; display: block; margin: 0 auto 2em;}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.alignleft,
	.alignright,
	.aligncenter { display: block; float: none; margin: 0 0 2em; width: 100%;}
}
/*
-----------------------------------------------------

	PLUG-IN

-----------------------------------------------------
*/
/* =WP-PageNavi
---------------------------------------------------------- */
/* 罫線ver. */
.wp-pagenavi {
	clear: both;
	position: relative;
	z-index: 2;
	margin: 25px auto;
	padding: 0;
	height: auto;
	line-height: 30px;
	text-align: center;
	font-size: 0;
}
.wp-pagenavi * {
	font-size: 1.4rem;
	line-height: 38px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
	display: inline-block;
	vertical-align: middle;
	margin: -1px 2px;
	width: 30px;
	height: 40px;
	border: none;
	border-radius: 0%;
	border-bottom: solid 2px transparent;
	background: transparent;
	color: #aaa;
	text-decoration: none;
	letter-spacing: 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	opacity: 1;
	border-color: var(--color-primary);
	color: var(--color-primary);
}
.wp-pagenavi span.current {}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi a.first,
.wp-pagenavi a.last { display: none; }

@media screen and (min-width: 0px) and (max-width: 799px) {
	.wp-pagenavi { text-align: center !important;}
	.wp-pagenavi .page,
	.wp-pagenavi .extend {}
	.wp-pagenavi * {
		font-size: 1.2rem;
		line-height: 28px;
	}
	.wp-pagenavi > a,
	.wp-pagenavi > span {
		width: 30px;
		height: 30px;
	}
}



/*
-----------------------------------------------------

	GLOBAL HEADER (ADDITIONAL)
	header.php

-----------------------------------------------------
*/

header #pc_menu li ul li .menu_img {
	max-height: 106px;
}
@media screen and (max-width: 1280px) {
	header #pc_menu li ul li .menu_img {
		max-height: 82px;
	}
}

/*
-----------------------------------------------------

	GLOBAL FOOTER (ADDITIONAL)
	footer.php

-----------------------------------------------------
*/


/*
-----------------------------------------------------

	index.php
	https://mchs2017.xbiz.jp/

-----------------------------------------------------
*/

/*
-----------------------------------------------------

	page.php

-----------------------------------------------------
*/


/*
-----------------------------------------------------

	PAGE - SERVICE

	page-service.php
	https://mchs2017.xbiz.jp/service/

-----------------------------------------------------
*/

/* PAGE HEADER
----------------------------------------------------- */
#page_header {}
#page_header #service_header_img {
	padding-top: 150px;
}
#page_header #service_header_content {
	top: 47.5%;
	top: 54.5%;
}
.service_contents_title em {
	display: block;
	margin: 0.5em 0 0;
	font-style: normal;
	font-size: 0.75em;
	color: #ccc6a8;
}

a.banner_lity {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #000;
}
a.banner_lity::before {
	content: "";
	position: absolute;
	margin:  auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	background: url(images/service/icon-play.png) no-repeat center;
	background-size: 100% auto;
}
a.banner_lity:hover {
}
a.banner_lity img {
	position: relative;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	opacity: 0.8;
}
a.banner_lity:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	opacity: 0.6;
}

/* PAGE HEADER : COLOR */
#page_header.bg_gold { background-color: transparent; }
#page_header.bg_gold #page_header_bg:before { background-color: #ccc6a8; }
#page_header.bg_gold #service_header_content p { color: #000; }

/* PAGE HEADER : TITLE BUTTON */
.btn .btn_content.btn_freesizing {
	margin: 4em 0;
	width: 480px;
	max-width: 100%;
	height: auto;
	line-height: 1.5;
	padding: 2rem 3rem;
}
#page_header .btn .btn_content.btn_freesizing {
	margin-bottom: 0;
}


/* SECTION (SERVICE PAGE COMMON)
----------------------------------------------------- */
.section_problem {}
.section_feature {}
.section_service {}
.section_knowledgedesire {}

/* SECTION : OTHER SERVICE 
----------------------------------------------------- */
#other_service {}
#other_service .inner {}
#other_service li .other_service_content .other_service_title {
	line-height: 1.25;
}
#other_service li .other_service_content .other_service_text {
	line-height: 1.25;
}
@media screen and (min-width: 769px) {
	#other_service li {
		width: 50%;
		padding: 0 13px 26px !important;
	}
}
/*
-----------------------------------------------------

	SERVICE
	- Fun Maketing Cloud
	- Fun Maketing for HR
	- CORPORATE BRANDING
	- 人財支援事業

	page-corporate_branding.php
	page-human_resources.php
	page-fun_marketing_cloud_for_hr.php
	page-fun_marketing_cloud.php

	https://mchs2017.xbiz.jp/service/contents_seo
	https://mchs2017.xbiz.jp/service/owned_media_recruiting 
	https://mchs2017.xbiz.jp/service/corporate_branding
	https://mchs2017.xbiz.jp/service/human_resources

-----------------------------------------------------
*/


/* 旧レイアウト */
.service_detail {
    position: relative;
}
.service_detail img {
	display: block;
	max-width: 720px;
	margin-left: -80px;
}
.service_detail .common_content {
    position: absolute;
    top: 50%;
    right: 80px;
    max-width: 480px;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transform: translate3d(32px, -50%, 0);
    -webkit-transform: translate3d(32px, -50%, 0);
    -moz-transform: translate3d(32px, -50%, 0);
    -ms-transform: translate3d(32px, -50%, 0);
    -o-transform: translate3d(32px, -50%, 0);
}
.common_content .common_title {
    font-family: "Noto Serif JP",serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 36px;
    line-height: 1.6;
    letter-spacing: 2px;
}
.common_content .common_text {
	font-size: 14px;
	line-height: 2.2;
	letter-spacing: 1px;
}

@media screen and (min-width: 1024px) {
	.service_detail.reverse img {
		max-width: 720px;
		margin-left: auto;
		margin-right: -80px;
	}
	.service_detail.reverse .common_content {
		left: 80px;
		left: 0px;
		right: inherit;
		max-width: 540px;
	}
}

@media screen and (max-width: 1280px) {

	.service_detail img {
	width: 50%;
	margin-left: -32px;
	}
	.service_detail .common_content {
	right: 0;
	}
	.common_content .common_title {
	font-size: 24px;
	margin-bottom: 24px;
	}
	.common_content .common_text {
	font-size: 12px;
	}

}
@media screen and (max-width: 1023px) {
	.service_detail img,
	.service_detail .common_content {
		position: static;
		max-width: inherit;
		width: 100%;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
	}
	.service_detail img {
	margin: 0 0 40px;
	}
	.service_detail .common_content.is_show {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	}

}


/* 下層ページ : 共通レイアウト */
.main_content_manic {
	font-size: 14px;
    line-height: 2.2;
}
.main_content_manic .hr-sep {
	margin: 0 auto;
	border: none;
	height: 60px;
	background-color: transparent;
}
.main_content_manic p:not([class])  {
    letter-spacing: 1px;
    margin-bottom: 1.5em;
}
.main_content_manic p:last-child { margin-bottom: 0;}

.main_content_manic p a:not([class])  {
	display: inline;
	text-decoration: underline;
	color: #ccc6a8;
}

	/* 番号付きリスト */
	.main_content_manic ol{
		counter-reset: number;
		list-style: none;
	}
	.main_content_manic ol:not( :last-child ) {
		margin-bottom: 2.5rem;
	}
	.main_content_manic ol li {
		position: relative;
		padding-left: 2.5em;
		font-size: 1.4rem;
	}
	.main_content_manic ol li:not( :last-child ) {
		margin-bottom: 1.0em;
	}
	.main_content_manic ol li::before {
		position: absolute;
		left: 0;
		counter-increment: number;
		content: ""counter(number)".";
		margin: 0 1.0em 0 0;
		color: #ccc6a8;
		font-weight: bold;
	}
	.main_content_manic ol li ol:last-child { margin-bottom: 2em; }
	.main_content_manic ol li ol li::before {
		content: ""counter(number,lower-roman)".";
	}
	.main_content_manic ol li ol li:not( :last-child ) {
		margin-bottom: .5em;
	}

	/* 引用 */
	.main_content_manic blockquote {
		position: relative;
		padding: 1.5em 2em 1.5em 50px;
		box-sizing: border-box;
		font-style: italic;
		background: #efefef;
		color: #555;
	}
	.main_content_manic blockquote:not( :last-child ) {
		margin-bottom: 2.5em;
	}
	.main_content_manic blockquote:before{
		display: inline-block;
		position: absolute;
		top: 10px;
		left: -3px;
		content: "“";
		font-family: sans-serif;
		color: #cfcfcf;
		font-size: 70px;
		line-height: 1;
	}

	.main_content_manic blockquote p {}
	.main_content_manic blockquote cite {
		display: block;
		text-align: right;
		color: #888888;
		font-size: 0.9em;
	}



/* セクション */
section.section_manic {
	position: relative;
	padding: 0;
}
section.section_manic .title {}
section.section_padding {
	padding: 96px 0;
}

/* 見出し */
.title_mincho {
	margin-bottom: 0.5em;
	font-family: "Noto Serif JP",serif;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 36px;
	line-height: 1.6;
	letter-spacing: 2px;
}
.title_40 {
	margin-bottom: 0.5em;
	font-family: "brother-1816",sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.5;
}
.title_40 em {
	font-style: inherit;
	padding-top: 0;
	display: block;
	color: #ccc6a8;
	font-family: "Noto Serif JP",serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.title_point {
	margin-bottom: 0.25em;
	font-family: "brother-1816",sans-serif;
	color: #ccc6a8;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.5;
}
.title_point em {
	font-style: inherit;
	display: inline-block;
	vertical-align: sub;
	margin-left: 0.25em;
	font-size: 2em;
}
.title_20 {
	margin-bottom: 2em;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.6;
}
.title_simple {
	margin: 2em 0 0.75em;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
}
.title_simple_border {
	margin: 2em 0 0.75em;
	padding: 0 0 0.75em;
	border-bottom: solid 1px #333;
	font-family: "Noto Serif JP",serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
}

.frame {
	margin-bottom: 5vw;
	padding: 5vw;
}
.frame:last-child { margin-bottom: 0; }
.frame_gray {
	background-color: #f6f6f6;
}



/* 写真 + テキスト */
.service_flexbox {
    position: relative;
}
.service_flexbox .flex_image {
	position: absolute;
	display: block;
	width: 720px;
	max-width: 100%;
}
.service_flexbox .flex_image img {
	display: block;
	width: 100%;
}
.service_flexbox .flex_text {
    width: 50%;
    max-width: 540px;
	margin-left: auto;
}

@media screen and (min-width: 1024px) {
	.service_flexbox .flex_image {
		margin-left: -80px;
	}
	.service_flexbox.reverse .flex_image {
		right: 0;
		margin-left: auto;
		margin-right: -80px;
	}
	.service_flexbox.reverse .flex_text {
		margin-left: 0;
	}
}

/*@media screen and (max-width: 1280px) {
	.service_flexbox img {
		width: 50%;
		margin-left: -32px;
	}
	.service_flexbox .detail_content {
		right: 0;
	}
	.section_manic {
		font-size: 12px;
	}
	.section_manic .title {
		margin-bottom: 1.0em;
	}

}*/
@media screen and (max-width: 1023px) {
	.service_flexbox .flex_image,
	.service_flexbox .flex_text {
		position: static;
		max-width: inherit;
		width: 100%;
	}
	.service_flexbox .flex_image img { margin: 0 0 40px;}
}


@media screen and (min-width: 0px) and (max-width: 768px) {
	/* section */
	.main_content_manic {
		font-size: 12px;
	}
	section.section_manic {
		overflow: inherit;
		position: relative;
		padding: 0 32px;
	}
	section.section_padding {
		padding: 64px 32px;
	}

	.title_mincho {
		font-size: 24px;
	}
	.title_40 {
		font-size: 32px;
	}
	.title_40 em {
		font-size: 12px;
	}
	.title_point {
		font-size: 12px;
	}
	.title_point em {}
	.title_20 {
		font-size: 18px;
	}

}


/* リスト */
ul.list_circle:not( :last-child ) {
	margin-bottom: 2.5rem;
}
ul.list_circle li {
	margin: 0 0 0.25em;
	position: relative;
	padding-left: 1.2em;
}
ul.list_circle li::before {
	content: "● ";
	position: absolute;
	left: 0;
	top: 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.25em 0 0;
	color: #ccc6a8;
	font-size: 0.9rem;
}

	/* チェックリスト */
	ul.list_check {}
	ul.list_check li {
		font-size: 14px;
		line-height: 2.0;
		padding: 1.5em 0;
		border-bottom: solid 1px #dcdcdc;
		background: url(images/service/icon-check.png) no-repeat left center;
		background-size: 20px auto;
		padding-left: 50px;
	}


ul.list_feature {
	text-align: center;
}
ul.list_feature li {

	font-size: 12px;
	max-width: 320px;
	width: 33.3333%;
	padding: 0;
	margin: 0 42px;
	text-align: center;

/*	font-size: 12px;
	width: 33.3333%;
	padding: 0 42px;
	text-align: center;*/
}
ul.list_feature li img {
	width: 80px;
	height: auto;
	margin: 0 auto 32px;
	display: block;
}
ul.list_feature li .feature_title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
}
ul.list_feature li .feature_text {
    line-height: 2;
    text-align: left;
    letter-spacing: .5px;
}
@media screen and (max-width: 1280px) {
	ul.list_feature li {
		max-width: inherit;
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	ul.list_feature li .feature_title {
		padding-bottom: 12px;
	}
	ul.list_feature li img {
    margin-bottom: 24px;
	}
	ul.list_feature li:nth-child(1) {
    padding-right: 32px;
	}
	ul.list_feature li {
		width: 100%;
		margin-bottom: 48px;
		display: block;
	}
	ul.list_feature li:nth-child(1),
	ul.list_feature li:nth-child(2),
	ul.list_feature li:nth-child(3) {
		padding: 0;
	}
}


/* フロー */
.flow_box {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
.flow_box .box {
    position: relative;
    padding: 60px 0;
}
/* .fade 付与で発動 */
.flow_box .box.is_show {}
.flow_box .box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    background-color: rgba(223,223,223,0.6);
    background-color: #dcdcdc;

    left: 130px;
}
.flow_box .box .title_point {
    position: absolute;
    top: -30px;
    left: -0px;
}
.flow_box .box .arrow {
    position: absolute;
    top: 28px;
    left: 0;
    bottom: 20px;
    height: 65%;
    transition: all 2000ms ease 400ms;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
    opacity: 0;
}

/* .fade 付与で発動/* .fade 付与で発動 */
.flow_box .box.is_show .arrow {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}
.flow_box .box .arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 1px;
    width: 1px;
    background: #444;
}
.flow_box .box .arrow:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 5px solid #444;
    border-right: 3px solid #444;
    border-bottom: 5px solid transparent;
    border-left: 3px solid transparent;
}
.flow_box .box:last-child .arrow { display: none; }
.flow_box .box .flow_header {
    width: 30%;
    padding-left: 75px;
    padding-right: 40px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.flow_box .box .flow_text {
	width: 70%;
}


/* フォーム */
.form_content {}
.form_content .btn, a.btn, button.btn {
	width: 100%;
}
.form_content table tr th span {
	line-height: 1;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
	.flow_box .box .flow_header,
	.flow_box .box .flow_text {
		width: 100%;
		padding: 0;
		padding-left: 7vw;
		margin-bottom: 0 !important;
	}
	.flow_box .box .arrow {
		height: 80%;
	}
	.flow_box .box .title_point { top: -18px; }
	.flow_box .box:before {left: 100px;}
}


/* アコーディオン */
.title_icon {
	position: relative;
	padding: 0.5em 0;
	padding-left: 75px;
	margin-bottom: 0.75em;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.title_icon i {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background: no-repeat center; 
}
.title_icon i.icon_help {
	background-image: url(images/service/icon-accordion-help.png); 
	background-size: 39px auto;
}
.title_icon i.icon_ad {
	background-image: url(images/service/icon-accordion-ad.png); 
	background-size: 35px auto;
}
.title_icon i.icon_ab {
	background-image: url(images/service/icon-accordion-ab.png); 
	background-size: 45px auto;
}
.title_icon i.icon_calculator {
	background-image: url(images/service/icon-accordion-calculator.png); 
	background-size: 35px auto;
}
.title_icon i.icon_finger1 {
	background-image: url(images/service/icon-accordion-finger1.png); 
	background-size: 40px auto;
}
.title_icon i.icon_flow {
	background-image: url(images/service/icon-accordion-flow.png); 
	background-size: 40px auto;
}
.title_icon i.icon_fun {
	background-image: url(images/service/icon-accordion-fun.png); 
	background-size: 45px auto;
}
.title_icon i.icon_heart {
	background-image: url(images/service/icon-accordion-heart.png); 
	background-size: 40px auto;
}
.title_icon i.icon_sad {
	background-image: url(images/service/icon-accordion-sad.png); 
	background-size: 39px auto;
}
.title_icon i.icon_search {
	background-image: url(images/service/icon-accordion-search.png); 
	background-size: 40px auto;
}
.title_icon i.icon_technic {
	background-image: url(images/service/icon-accordion-technic.png); 
	background-size: 40px auto;
}


.accordion_lineup {
	margin-bottom: 80px;
	padding: 2.5em 0;
}
.accordion_lineup .lineup {
	border-bottom: solid 1px #dcdcdc;
}
.accordion_lineup .lineup:first-child {
	border-top: solid 1px #dcdcdc;
}
.accordion_lineup .lineup .accordion_header {
	padding: 2.5em 80px;
	background: url(images/service/icon-accordion-arrow-down.png) no-repeat right center; 
	background-size: 16px auto;
}
.accordion_lineup .lineup .accordion_content {
	padding: 2.5em 80px;
	padding-top: 0;
}
.title_numbering {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.title_numbering .number {
	color: #ccc6a8;
	display: inline-block;
	margin-right: 2em;
}
.accordion_lineup .lineup h4,
.accordion_lineup .lineup h5,
.accordion_lineup .lineup h6 {
	margin-top: 4em;
    margin-bottom: 2.0em;
    font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
}
.accordion_lineup .lineup h5,
.accordion_lineup .lineup h6 {
	font-size: 1.125em;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
	.main_content_manic .hr-sep {
		height: 6.25vw;
	}
	.title_icon i {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	.title_icon {
		padding-left: 60px;
		font-size: 19px;
	}
	.accordion_lineup .lineup .accordion_header {
		padding: 2.5em 6.25vw;
	}
	.accordion_lineup .lineup .accordion_content {
		padding: 2.5em 6.25vw;
		padding-top: 0;
	}
	.title_numbering {
		font-size: 17px;
	}
	.title_numbering .number {
		margin-right: 1em;
	}

}



/*
-----------------------------------------------------

	SERVICE - Fun Maketing Cloud

	page-fun_marketing_cloud.php
	https://mchs2017.xbiz.jp/service/contents_seo

-----------------------------------------------------
*/


/* Fun Maketing Cloud
----------------------------------------------------- */

/* FEATURE 3つの特徴 */
.feature_lineup {
	font-size: 12px;
}
.feature_lineup .lineup .title_20 { letter-spacing: 0; }
.feature_lineup .lineup .title_point {
	font-size: 14px;
}
 
/* 取引先ロゴ */
.work_logo li {
	font-size: 14px;
	width: 16.6666%;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.work_logo li {
		width: 25%;
	}
}



/*
-----------------------------------------------------

	SERVICE - Fun Maketing for HR

	page-owned_media_recruiting.php
	https://mchs2017.xbiz.jp/service/owned_media_recruiting/

-----------------------------------------------------
*/


/*
-----------------------------------------------------

	SERVICE - ミッション・ビジョン・バリュー

	page-mission_vision_value.php
	https://mchs2017.xbiz.jp/service/mission_vision_value

-----------------------------------------------------
*/
.consultant_lineup {
	font-family: "Noto Serif JP",serif;
	letter-spacing: 0.05em;
}
.consultant_lineup .lineup .frame {
	padding: 4vw;
	font-size: 13px;
}
.consultant_lineup .lineup .consultant_picture {
	margin-bottom: 1em;
	text-align: center;
}
.consultant_lineup .lineup .consultant_picture img {
	width: 240px;
	max-width: 100%;
}

.title_name {
	margin-bottom: 2em;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1.6;
}
.title_name em {
	display: block;
	font-size: 60%;
	color: #ccc6a8;
	letter-spacing: 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	.title_name { font-size: 18px; }
}



/*
-----------------------------------------------------

	PAGE - SERVICE - CORPORATE BRANDING (コーポレートブランディングサイト制作)

	page-corporate_branding.php
	https://mchs2017.xbiz.jp/service/corporate_branding

-----------------------------------------------------
*/
/* Update : 2023/11/07 */
/* コーポレートブランディングサイト制作 - 共通レイアウト
----------------------------------------------------- */
.main_content_cbs {
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	font-size: 16px;
	font-size: 14px;
    line-height: 2.0;
}
#corporate_branding header {
	background-color: #000;
}
#corporate_branding header.scroll {
	background-color: #fff;
}

/* セクション */
.section_cbs {
	padding: 0;
}
.section_cbs_padding {
	padding: 70px 0;
}
@media screen and (min-width: 769px) {
	#corporate_branding #main {
		width: 75vw;
		width: calc(100% - 360px);
	}
	#corporate_branding #main .inner {
		max-width: 92%;
	}
	#corporate_branding #side {
		padding: 25px;
		padding-top: 140px;
		width: 25vw;
		width: 360px;

		position: fixed;
		z-index: 1;
		right: 0;
		top: 0;
		height: 100%;
		background: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	}
	#corporate_branding #particles {
		pointer-events: none;
	}
	#corporate_branding footer {
		position: relative;
		z-index: 2;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.main_content_cbs {
		font-size: 14px;
	}
	.section_cbs_padding {
		padding: 64px 0;
	}
	.section_cbs .inner {
		padding: 64px 5vw;
		padding: 0 5vw;
	}
}

/* 文章 + 段落 */
.main_content_cbs .hr-sep {
	margin: 0 auto;
	border: none;
	height: 60px;
	background-color: transparent;
}
.main_content_cbs p:not([class])  {
    margin-bottom: 1.25em;
    line-height: 2.0;
}
.main_content_cbs p:last-child { margin-bottom: 0;}
.main_content_cbs p a:not([class])  {
	display: inline;
	text-decoration: underline;
	color: #ccc6a8;
}

/* 画像 */
img.x2 {
	zoom: 0.5;
}

/* ページ内共通ボタン */
.button_servicelp {
	position: relative;
	display: inline-block;
	width: 400px;
	max-width: 100%;
	padding: 1.0em 2em;
	background-color: #d40000;
	color: #fff;
	font-size: 24px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
}
.button_servicelp::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2em;
	width: 19px;
	height: 19px;
	margin: auto;
	background: url(images/service/corporate_branding/icon-arrow-button-right-white.png) no-repeat center;
	background-size: 100% auto;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
			transition: all ease-out 0.2s;
}
.button_servicelp:hover::before {
	right: 1.75em;
}
.button_servicelp.u-red {
	background-color: #d40000;
	color: #fff;
}
.button_servicelp.u-white {
	background-color: #fff;
	color: #000;
}
.button_servicelp.u-white::before {
	background-image: url(images/service/corporate_branding/icon-arrow-button-right-black.png);
}
.button_servicelp.u-prism {
	background-image: -moz-linear-gradient( 0deg, rgb(232,30,16) 0%, rgb(224,69,142) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(232,30,16) 0%, rgb(224,69,142) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(232,30,16) 0%, rgb(224,69,142) 100%);
	border: solid 5px #fff;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
}
@media screen and (min-width: 769px) {
	.button_servicelp.u-large {
		width: 480px;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.button_servicelp {
		width: 340px;
		max-width: 90%;
		padding: 1.05em 1.5em;
		font-size: 1em;
	}
}




/* ページ内共通セクションヘッダー */
.cbs_sec_header {
	position: relative;
	padding: 35px 0;
	background-color: #333;
	color: #fff;
	text-align: center;
}
	.cbs_sec_header.with-arrow-down {}
	.cbs_sec_header.with-arrow-down::before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: transparent;
		border-top-color: #333;
		border-width: 30px;
		margin-left: -30px;
	}
	.cbs_sec_header.u-transparent {
		background-color: transparent;
		padding: 0;
	}
	.cbs_sec_header.u-gold {
		background-color: #c9c3a7;
		color: #333;
	}
	.cbs_sec_header.u-gold.with-arrow-down {}
	.cbs_sec_header.u-gold.with-arrow-down::before {
		border-top-color: #c9c3a7;
	}
	.cbs_sec_header.u-gray {
		background-color: #f6f6f6;
		color: #333;
	}
	.cbs_sec_header.u-mb {
		margin-bottom: 50px;
	}

.cbs_sec_header .english {
	margin: 0 0 0px;
	color: #b2aa87;
	font-family: "brother-1816", sans-serif;
    font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.8;
}
.cbs_sec_header .title {
	line-height: 1.5;
}
.cbs_sec_header .title01 {
    font-size: 42px;
	font-size: 3.0rem;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_sec_header {
		padding: 6.25vw 0;
	}
	.cbs_sec_header .english {
		font-size: 1em;
	}
	.cbs_sec_header .title01 {
		font-size: 21px;
	}
}

/* 箇条書きリスト */
.main_content_cbs ul li {
	font-size: 18px;
}

@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
}

/* コーポレートブランディングサイト制作 - ファーストビュー
----------------------------------------------------- */
.cbs_fv {
	position: relative;
	padding: 200px 0;
	background: url(images/service/corporate_branding/fv-bg.jpg) no-repeat left top;
	background-size: cover;
	background-color: #000;
	height: 100vh;
	min-height: 840px;
	max-height: 1080px;
}
.cbs_fv .fv_content {
	position: relative;
	z-index: 2;
	width: 54%;
}
.cbs_fv .fv_content>* {
	margin: 0 0 20px;
}
.cbs_fv .fv_content .img01 {}
.cbs_fv .fv_content .title01 {
	font-size: 60px;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.5;
}
.cbs_fv .fv_content .title02 {
	margin: 0 0 10px;
	color: #666666;
	font-size: 32px;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5;
}
.cbs_fv .fv_content .title03 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
}
.cbs_fv .fv_content .button {
	margin: 35px 0 0;
}
.cbs_fv .fv_slider {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	right: -20px;
    transform: rotate(14deg);
	pointer-events: none;
	width: 40%;
}
.cbs_fv .fv_slider .fv_slider_row {
	display: flex;
}
.cbs_fv .fv_slider .fv_slider_row .col {
	margin: 0 10px 0 0;
	height: 100vh;
}
.cbs_fv .fv_slider .fv_slider_row .col>* {
	margin-bottom: 10px;
}
.cbs_fv .fv_slider .fv_slider_row .loop01 {
	animation: fv-slider-loop01 40s linear infinite;
}
.cbs_fv .fv_slider .fv_slider_row .loop02 {
	animation: fv-slider-loop01 40s linear infinite;
}
@keyframes fv-slider-loop01 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}
@keyframes fv-slider-loop02 {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	/* .cbs_fv {
		background: url(images/service/corporate_branding/fv-bg-sp.jpg) no-repeat right bottom;
		background-size: cover;
	} */
	.cbs_fv {
		padding: 150px 0 12.5vw;
		height: auto;
		min-height: auto;
	}
	.cbs_fv .inner {
		padding: 0 5vw;
	}
	.cbs_fv .fv_content {
		width: 82%;
	}
	.cbs_fv .fv_content .img01 img {
		zoom: inherit;
		width: 100%;
	}
	.cbs_fv .fv_content .title01 {
		font-size: 25px;
	}
	.cbs_fv .fv_content .title02 {
		font-size: 16px;
	}
	.cbs_fv .fv_content .title03 {
		font-size: 12px;
	}
	.cbs_fv .fv_slider {
		width: 30%;
		right: -40px;
		transform: rotate(9deg);
	}
	.cbs_fv .fv_slider .fv_slider_row .loop02  {
		display: none;
	}
}


/* コーポレートブランディングサイト制作 - 制作実績
----------------------------------------------------- */
.cbs_works .cbs_sec_header.u-gold {
	background-color: #c9c3a7;
	color: #fff;
}
.cbs_works .cbs_sec_header.u-gold .english {
	color: #333;
}
.cbs_works .cbs_works_logos {
	margin: 0 0 50px;
}
.cbs_works .lineup-works {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.cbs_works .lineup-works .lineup {
	background-color: #000;
}

/* コーポレートブランディングサイト制作 - お客様の声
----------------------------------------------------- */
.cbs_voice {
	padding: 60px 0;
	background: url(images/service/corporate_branding/voice-bg.jpg) no-repeat center;
	background-size: cover;
}
.cbs_voice .lineup-voice {
	align-items: stretch;
}
.cbs_voice .lineup-voice .lineup {
	height: auto;
	border-radius: 5px;
	background-color: #faf7eb;
}
.cbs_voice .lineup-voice .lineup .inbox {
	padding: 50px;
}
.cbs_voice .lineup-voice .lineup .inbox .header {
	margin: 0 0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	justify-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cbs_voice .lineup-voice .lineup .inbox .header .profile {
	width: 180px;
	width: 20%;
	margin: 0 30px 0 0;
}
.cbs_voice .lineup-voice .lineup .inbox .header .meta {}
.cbs_voice .lineup-voice .lineup .inbox .header .meta * {
	line-height: 1.9;
}
.cbs_voice .lineup-voice .lineup .inbox .header .meta .job {
	margin: 0;
	opacity: 0.7;
}
.cbs_voice .lineup-voice .lineup .inbox .header .meta .name {
	font-size: 1.5em;
}
.cbs_voice .lineup-voice .lineup .inbox .text {
	font-size: 90%;
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 1768px) {
	.cbs_voice .lineup-voice .lineup .inbox {
		padding: 35px;
	}
	.cbs_voice .lineup-voice .lineup .inbox .header {
		display: block;
		text-align: center;
	}
	.cbs_voice .lineup-voice .lineup .inbox .header .profile {
		width: 150px;
		margin: 0 auto 20px;
	}
	.cbs_voice .lineup-voice .lineup .inbox .header .meta .x2 {
		zoom: 0.45;
	}
}


	/* Swiper
	-------------------------------------------------- */
	.cbs_voice .swiper-grandparent {
		position: relative !important;
		width: 100%;
	}
	.cbs_voice .swiper-parent {}
	.cbs_voice .swiper-grandparent .swiper-parent .swiper-container {
		overflow: visible !important;
	}
	.cbs_voice .swiper-container {
		position: static !important;
	}
	.cbs_voice .swiper-slide {}
	.cbs_voice .swiper-slide-active { opacity: 1; }

	/* Prev & Next */
	.cbs_voice .swiper-button-prev,
	.cbs_voice .swiper-container-rtl .swiper-button-next,
	.cbs_voice .swiper-button-next,
	.cbs_voice .swiper-container-rtl .swiper-button-prev {
		background-size: 100% auto !important;
		top: 0 !important;
		bottom: 0 !important;
		margin: auto !important;
		width: 40px !important;
		height: 100% !important;
	}
	.cbs_voice .swiper-button-prev,
	.cbs_voice .swiper-container-rtl .swiper-button-next {
		left: -30px !important;
		background-image: url(images/service/corporate_branding/icon-arrow-swiper-left.png) !important;
	}
	.cbs_voice .swiper-button-next,
	.cbs_voice .swiper-container-rtl .swiper-button-prev {
		right: -30px !important;
		background-image: url(images/service/corporate_branding/icon-arrow-swiper-right.png) !important;
	}

	/* pagination */
	.cbs_voice .swiper-container .swiper-pagination {
		position: static;
		padding: 15px 0 0;
	}
	.cbs_voice .swiper-container .swiper-pagination-bullet {
		background-color: #ccc !important; 
		opacity: 1 !important;
	}
	.cbs_voice .swiper-container .swiper-pagination-bullet-active { 
		background-color: #aaa !important; 
	}


	@media screen and (min-width: 0px) and (max-width: 769px) {
		.cbs_voice .swiper-container {}
		.cbs_voice .swiper-slide {}
		.cbs_voice .swiper-slide-active { opacity: 1; }

		/* センタリング ver. */
		.cbs_voice .swiper-grandparent {}
		.cbs_voice .swiper-grandparent .wrapper { padding: 0 !important; }
		.cbs_voice .swiper-grandparent .swiper-parent .swiper-container {
			overflow: hidden !important;
		}


		.cbs_voice .swiper-button-next,
		.cbs_voice .swiper-button-prev { /*display: none !important;*/ }

		/* Prev & Next */
		.cbs_voice .swiper-button-prev,
		.cbs_voice .swiper-container-rtl .swiper-button-next,
		.cbs_voice .swiper-button-next,
		.cbs_voice .swiper-container-rtl .swiper-button-prev {
			top: 0 !important;
			width: 30px !important;
			height: 50% !important;
			margin-top: 0 !important;
		}
		.cbs_voice .swiper-button-prev,
		.cbs_voice .swiper-container-rtl .swiper-button-next {
			left: -10px !important;
			background-size: 100% auto !important;
		}
		.cbs_voice .swiper-button-next,
		.cbs_voice .swiper-container-rtl .swiper-button-prev {
			right: -10px !important;
			background-size: 100% auto !important;
		}
	}



/* コーポレートブランディングサイト制作 - CTA-1
----------------------------------------------------- */
.cbs_cta01 {
	padding: 60px 0;
	background: url(images/service/corporate_branding/cta-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.cbs_cta01 .cbs_tel {
	margin: 0 0 15px;
}
.cbs_cta01 .cbs_tel .num {
	margin: 0 0 5px;
}
.cbs_cta01 .cbs_tel .sub {
	font-size: 0.9em;
}
.title_cbs_doublescore {
	margin: 0 0 0.75em;
	color: #c9c3a7;
	color: #b2aa87;
	font-size: 32px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.title_cbs_doublescore > * {
	display: inline-block;
	padding: 0 0 5px;;
	border-bottom: double 5px #b2aa87;
}
.title_cbs_48 {
	margin: 0 0 0.75em;
	font-size: 48px;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
}
ul.list_button {
	text-align: center;
}
ul.list_button li {
	display: inline-block;
	margin: 0 15px;
}
ul.list_button li a {
	text-align: left;
}

@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.title_cbs_doublescore {
		font-size: 18px;
	}
	.title_cbs_48 {
		font-size: 24px;
	}
	ul.list_button li {
		margin: 0 0 10px;
	}
}


/* コーポレートブランディングサイト制作 - 人事に関する10大課題
----------------------------------------------------- */
.cbs_problems {}
.cbs_problems .cbs_sec_header {
	padding: 0;
	background-color: #b2aa87;
}
.cbs_problems .cbs_sec_header.with-arrow-down::before {
	border-top-color: #b2aa87;
}
.cbs_problems .cbs_sec_header .inner {
	display: inline-block;
	width: auto;
	padding: 50px 0 30px;
	background: url(images/service/corporate_branding/problems-woman.png) no-repeat left bottom;
	background-size: 175px auto;
}
.cbs_problems .cbs_sec_header .img01 {
	margin-left: 150px;
}
.cbs_problems .cbs_sec_header .title01 {
	font-size: 54px;
	font-size: 4.5rem;
	font-weight: 900;
	vertical-align: middle;
	line-height: 96px;
}
.cbs_problems .cbs_sec_header .title01 em {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-family: "brother-1816",sans-serif;
	font-weight: bold;
	font-size: 96px;
	font-size: 6.0rem;
	position: relative;
    top: -5px;
}

.cbs_problems .cbs_problems_main {
	background: url(images/service/corporate_branding/problems-bg.jpg) no-repeat center;
	background-size: cover;
}
.cbs_problems .cbs_problems_main ul.cbs_list_problems {}
.cbs_problems .cbs_problems_main ul.cbs_list_problems li {
	margin: 0 0 10px;
	font-size: 24px;
	font-size: 1.25vw;
	font-weight: 900;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cbs_problems .cbs_problems_main ul.cbs_list_problems .num {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #333;
	color: #fff;
	text-align: center;
} 
.cbs_problems .cbs_problems_main ul.cbs_list_problems .text {
	width: calc(100% - 80px);
	display: inline-block;
	border-bottom: solid 1px #333;
	line-height: 1.5;
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_problems .cbs_sec_header .inner {
		padding: 0 5vw;
		background-image: none;
	}
	.cbs_problems .cbs_problems_main .flex_box.responsive > .flex_item {
		margin: 0;
	}
	.cbs_problems .cbs_problems_main ul.cbs_list_problems li {
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: 900;
	}
	.cbs_problems .cbs_problems_main ul.cbs_list_problems .num {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.cbs_problems .cbs_problems_main ul.cbs_list_problems .text {
		width: calc(100% - 60px);
		font-size: 90%;
	}
}

/* コーポレートブランディングサイト制作 - 数字で分かるコーポレートサイトの実情
----------------------------------------------------- */
.cbs_data {}
.cbs_data .cbs_sec_header .title01 {
	font-size: 54px;
	font-size: 4.5rem;
	font-weight: 900;
	vertical-align: middle;
	line-height: 96px;
}
.cbs_data .cbs_sec_header .title01 .span01 {
	font-size: 0.75em;
}
.cbs_data .cbs_sec_header .title01 .span02 {
	display: inline-block;
	vertical-align: middle;
	color: #b2aa87;
	font-family: "brother-1816", sans-serif;
	font-weight: bold;
}
.cbs_data .cbs_sec_header .title01 .span02 em {
	vertical-align: middle;
	font-style: normal;
	font-size: 96px;
	font-size: 6.0rem;
	position: relative;
    top: -5px;
}
.cbs_data_lineup {}
.cbs_data_lineup .lineup {}
.cbs_data_lineup .lineup:first-child {
	background-color: #f6f6f6;
}
.cbs_data_lineup .lineup .left {}
.cbs_data_lineup .lineup .right {}
.cbs_data_lineup .lineup .right .header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-shrink: 0;
	justify-items: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 0 20px;
}
.cbs_data_lineup .lineup .right .header .human {
	margin: 0 50px 25px 0;
	margin: 0 25px 0 0;
}
.cbs_data_lineup .lineup .right .header .human .x2 {
	zoom: 0.35;
}
.cbs_data_lineup .lineup .right .header .cbs_title_data {
	margin: 0;
	font-size: 30px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.cbs_data_lineup .lineup .right .header .cbs_title_data span {
	color: #be0a0a;
}
ul.cbs_list_check {}
ul.cbs_list_check li {
	padding: 0 0 0 30px;
	background: url(images/service/corporate_branding/icon-list-check.png) no-repeat left center;
	background-size: 20px auto;
}

@media screen and (min-width: 769px) {
	.cbs_data_lineup .lineup .left {
		width: 34%;
	}
	.cbs_data_lineup .lineup .right {
		width: 62%;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_data .cbs_sec_header .title01 {
		font-size: 24px;
		line-height: 1.5;
	}
	.cbs_data .cbs_sec_header .title01 .span01 {
		display: block;
	}
	.cbs_data .cbs_sec_header .title01 .span02 em {
		font-size: 36px;
	}
	.cbs_data_lineup .lineup .left {
		text-align: center;
	}
	.cbs_data_lineup .lineup .right .header {
		text-align: center;
		display: block;
	}
	.cbs_data_lineup .lineup .right .header .human {
		margin: 0 0 20px;
	}
	.cbs_data_lineup .lineup .right .header .cbs_title_data {
		font-size: 20px;
	}
}



/* コーポレートブランディングサイト制作 - 3つの強み
----------------------------------------------------- */
.cbs_strength {}
.cbs_strength .cbs_sec_header .title01 {
	font-size: 36px;
	font-weight: 900;
}
.cbs_strength .cbs_sec_header .title02 {
	font-size: 54px;
	font-weight: 900;
	vertical-align: middle;
	line-height: 96px;
}
.cbs_strength .cbs_sec_header .title02 .span01 {
	display: inline-block;
	vertical-align: middle;
	color: #b2aa87;
	font-family: "brother-1816", sans-serif;
	font-weight: bold;
}
.cbs_strength .cbs_sec_header .title02 .span01 em {
	vertical-align: middle;
	font-style: normal;
	font-size: 96px;
	position: relative;
    top: -5px;
}
.cbs_strength_lineup {}
.cbs_strength_lineup .lineup {}
.cbs_strength_lineup .lineup:nth-child(even) {
	padding: 0;
}
.cbs_strength_lineup .lineup:nth-child(odd) .flex_box {
	flex-direction: row-reverse;
}
.cbs_strength_lineup .lineup .left {}
.cbs_strength_lineup .lineup .right {}
.cbs_strength_lineup .lineup .right .header {
	margin: 0 0 0px;
}
.cbs_strength_lineup .lineup .right .header .numbering {
	margin: 0 0 15px;
	color: #c9c3a7;
	font-size: 24px;
	font-family: "brother-1816", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.cbs_strength_lineup .lineup .right .header .numbering .num {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.35em;
	font-size: 54px;
	position: relative;
    top: -5px;
}
.cbs_title_30 {
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
.cbs_strenth_table {}

@media screen and (min-width: 769px) {
	.cbs_strength_lineup .lineup .flex_box {
		align-items: center;
	}
	.cbs_strength_lineup .lineup .left {
		width: calc(100% - 660px);
		width: 40%;
	}
	.cbs_strength_lineup .lineup .right {
		width: 600px;
		width: 54%;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_strength .cbs_sec_header .title01 {
		font-size: 18px;
	}
	.cbs_strength .cbs_sec_header .title02 {
		font-size: 27px;
	}
	.cbs_strength .cbs_sec_header .title02 .span01 em {
		font-size: 48px;
	}
	.cbs_strength_lineup .lineup .right .header .numbering {
		font-size: 18px;
	}
	.cbs_strength_lineup .lineup .right .header .numbering .num {
		font-size: 30px;
	}
	.cbs_title_30 {
		font-size: 22px;
	}
}

/* コーポレートブランディングサイト制作 - 当社のコーポレートブランディングの強み
----------------------------------------------------- */
.cbs_design {
	background-color: #f4f4f4;
}
.cbs_design .cbs_sec_header .title01 {
	font-size: 42px;
	font-size: 3.5rem;
	font-weight: 900;
	vertical-align: middle;
}
.cbs_design_main {}
.cbs_design_main .cbs_design_lineup {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-shrink: 0;
	justify-items: center;
	align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cbs_design_main .cbs_design_lineup .lineup {}
.cbs_design_main .cbs_design_lineup .lineup.persona {
	width: 230px;
}
.cbs_design_main .cbs_design_lineup .lineup .icon {
	margin: 0 0 20px;
	text-align: center;
}
.cbs_design_main .cbs_design_lineup .lineup .job {
	margin: 0 0 20px;
	font-size: 1.5em;
	font-size: 1.25vw;
	font-weight: 900;
	text-align: center;
	line-height: 1.35;
	min-height: 3em;
}
.cbs_design_main .cbs_design_lineup .lineup .text {
	font-size: 14px;
}

@media screen and (min-width: 769px) {
	.cbs_design_main .cbs_design_lineup .lineup {
		margin: 0 25px 50px;
	}
	.cbs_design_main .cbs_design_lineup .lineup.persona {
		width: 230px;
		width: 15%;
	}
	.cbs_design_main .cbs_design_lineup .lineup.figure {
		width: 230px;
		width: 50%;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_design .cbs_sec_header .title01 {
		font-size: 24px;
	}
	.cbs_design_main .cbs_design_lineup .lineup {
		margin: 0 0 5vw;
	}
	.cbs_design_main .cbs_design_lineup .lineup.figure {
		margin: 0 0 50px;
	}
	.cbs_design_main .cbs_design_lineup .lineup .job {
		font-size: 1.5em;
	}
}


/* コーポレートブランディングサイト制作 - CTA-2
----------------------------------------------------- */
.cbs_cta02 {
	padding: 60px 0;
	background: url(images/service/corporate_branding/cta-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.cbs_cta02 .text {
	margin: 0 0 40px;
	text-align: center;
}

@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
}

/* コーポレートブランディングサイト制作 - 当社のサイト制作について
----------------------------------------------------- */
.cbs_flow {}
.cbs_flow_main {}
.cbs_flowchart-lineup {}
.cbs_flowchart-lineup {}
.cbs_flowchart-lineup .lineup {
	position: relative;
	padding: 0 0 50px;
}
.cbs_flowchart-lineup .lineup::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 49px;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #c9c3a7;
}
.cbs_flowchart-lineup .lineup:last-child::before {
	display: none;
}
.cbs_flowchart-lineup .lineup .numbering {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #c9c3a7;
	color: #fff;
	padding: 20px 0;
	line-height: 1;
	text-align: center;
	font-family: 'Boston Bold', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;

	display: grid;
	align-items: center;
	justify-items: center;
}
.cbs_flowchart-lineup .lineup .numbering::before {
	content: "STEP";
	font-family: 'Boston Bold', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	text-align: center;
}
.cbs_flowchart-lineup .lineup .inner {
	padding-left: 140px;
	line-height: 1.6;
	max-width: 100% !important;
}
.cbs_flowchart-lineup .lineup .inner * {
	overflow: hidden;
}
.cbs_flowchart-lineup .lineup .inner>.image {}
.cbs_flowchart-lineup .lineup .inner>.content {}
.cbs_flowchart-lineup .lineup .inner>.content .title {
	margin: 0 0 0.5em;
	font-size: 1.4em;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.cbs_flowchart-lineup .lineup .inner {}
	.cbs_flowchart-lineup .lineup .inner>.image { width: 220px; }
	.cbs_flowchart-lineup .lineup .inner>.content { width: calc(100% - 290px); }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_flowchart-lineup .lineup {
		padding: 0 0 5vw;
	}
	.cbs_flowchart-lineup .lineup::before {
		left: 34px;
		width: 1px;
	}
	.cbs_flowchart-lineup .lineup .numbering {
		width: 70px;
		height: 70px;
		font-size: 2.8rem;
		padding: 10px 0;
	}
	.cbs_flowchart-lineup .lineup .numbering::before {
		font-size: .9rem;
	}
	.cbs_flowchart-lineup .lineup .inner {
		width: 100%;
		padding: 0;
		padding-left: 90px;
	}
	.cbs_flowchart-lineup .lineup .inner .header::before {
		right: 20px;
		height: 20px;
		font-size: 20px;
		line-height: 1;
	}
	.cbs_flowchart-lineup .lineup .inner>.image {
		margin: 0 0 20px;
	}
	.cbs_flowchart-lineup .lineup .inner>.content {
		font-size: 90%;
	}
}

/* コーポレートブランディングサイト制作 - ディレクターの紹介
----------------------------------------------------- */
.cbs_directors {
	background-color: #eee;
}
.cbs_directors .cbs_sec_header .title {
	color: #333;
}
.cbs_directors_main {}
.cbs_directors_main .introduction {
	margin: 30px 0;
	text-align: center;
}
.cbs_directors_main .cbs_directors_lineup {
	margin: 50px 0;
}
.cbs_directors_main .cbs_directors_lineup .lineup {}
.cbs_directors_main .cbs_directors_lineup .lineup .image {
	margin: 0 0 20px;
	text-align: center;
}
.cbs_directors_main .cbs_directors_lineup .lineup .image img {
	border: solid 8px #c9c3a7;
}
.cbs_directors_main .cbs_directors_lineup .lineup .header {
	margin: 0 0 20px;
	text-align: center;
}
.cbs_directors_main .cbs_directors_lineup .lineup .header .job {
	opacity: 0.6;
}
.cbs_directors_main .cbs_directors_lineup .lineup .header .name {
	font-size: 1.35em;
}
.cbs_directors_main .cbs_directors_lineup .lineup .text {}

@media screen and (min-width: 769px) {
	.cbs_directors_main .cbs_directors_lineup {
	}
	.cbs_directors_main .cbs_directors_lineup .lineup {
		/* width: 372px;
		margin: 0 25px 0; */
	}
	.cbs_directors_main .cbs_directors_lineup .lineup .text {
		padding: 0 25px;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_directors_main .cbs_directors_lineup .lineup {
		margin: 0 0 5vw;
	}
	.cbs_directors_main .cbs_directors_lineup .lineup .image {
		text-align: center;
	}
}


	/* Swiper
	-------------------------------------------------- */
	.cbs_directors .swiper-grandparent {
		position: relative;
		overflow: hidden;
	}
	.cbs_directors .swiper-parent {
	}
	.cbs_directors .swiper-grandparent .swiper-parent .swiper-container {
	}
	.cbs_directors .swiper-container {
		position: static !important;
	}
	.cbs_directors .swiper-slide {}
	.cbs_directors .swiper-slide-active { opacity: 1; }

	/* Prev & Next */
	.cbs_directors .swiper-button-prev,
	.cbs_directors .swiper-container-rtl .swiper-button-next,
	.cbs_directors .swiper-button-next,
	.cbs_directors .swiper-container-rtl .swiper-button-prev {
		background-size: 100% auto !important;
		top: 0 !important;
		bottom: 0 !important;
		margin: auto !important;
		width: 40px !important;
		height: 100% !important;
	}
	.cbs_directors .swiper-button-prev,
	.cbs_directors .swiper-container-rtl .swiper-button-next {
		left: -0 !important;
		background-image: url(images/service/corporate_branding/icon-arrow-swiper-left.png) !important;
	}
	.cbs_directors .swiper-button-next,
	.cbs_directors .swiper-container-rtl .swiper-button-prev {
		right: -0 !important;
		background-image: url(images/service/corporate_branding/icon-arrow-swiper-right.png) !important;
	}

	/* pagination */
	.cbs_directors .swiper-container .swiper-pagination {
		position: static;
		padding: 15px 0 0;
	}
	.cbs_directors .swiper-container .swiper-pagination-bullet {
		background-color: #ccc !important; 
		opacity: 1 !important;
	}
	.cbs_directors .swiper-container .swiper-pagination-bullet-active { 
		background-color: #aaa !important; 
	}


	@media screen and (min-width: 0px) and (max-width: 769px) {
		.cbs_directors .swiper-container {}
		.cbs_directors .swiper-slide {}
		.cbs_directors .swiper-slide-active { opacity: 1; }

		/* センタリング ver. */
		.cbs_directors .swiper-grandparent {}
		.cbs_directors .swiper-grandparent .wrapper { padding: 0 !important; }
		.cbs_directors .swiper-grandparent .swiper-parent .swiper-container {
			overflow: hidden !important;
		}


		.cbs_directors .swiper-button-next,
		.cbs_directors .swiper-button-prev { /*display: none !important;*/ }

		/* Prev & Next */
		.cbs_directors .swiper-button-prev,
		.cbs_directors .swiper-container-rtl .swiper-button-next,
		.cbs_directors .swiper-button-next,
		.cbs_directors .swiper-container-rtl .swiper-button-prev {
			top: 0 !important;
			width: 30px !important;
			height: 50% !important;
			margin-top: 0 !important;
		}
		.cbs_directors .swiper-button-prev,
		.cbs_directors .swiper-container-rtl .swiper-button-next {
			left: 10px !important;
			background-size: 100% auto !important;
		}
		.cbs_directors .swiper-button-next,
		.cbs_directors .swiper-container-rtl .swiper-button-prev {
			right: 10px !important;
			background-size: 100% auto !important;
		}
	}

/* コーポレートブランディングサイト制作 - STORY
----------------------------------------------------- */
.cbs_story {
	background-image: -moz-linear-gradient( 90deg, #f1efe8 0%, #c9c3a7 100%);
	background-image: -webkit-linear-gradient( 90deg, #f1efe8 0%, #c9c3a7 100%);
	background-image: -ms-linear-gradient( 90deg, #f1efe8 0%, #c9c3a7 100%);
}
.cbs_story_main {
	position: relative;
}
.cbs_story_main .cbs_story_box {
	position: relative;
}
.cbs_story_main .cbs_story_box .image {}
.cbs_story_main .cbs_story_box .content {}
.cbs_story_main .cbs_story_box .image .visual {}
.cbs_story_main .cbs_story_box .image .visual .sign {}
.cbs_story_main .cbs_story_box .image .visual .sign>* {
	display: inline-block;
}
.cbs_story_main .cbs_story_box .image .visual .sign .job {
	display: inline-block;
	margin: 0 1em 0 0;
}
.cbs_story_main .cbs_story_box .image .visual .sign .name {
	font-size: 1.25em;
}
.cbs_story_main .cbs_story_box .content .header {}
.cbs_story_main .cbs_story_box .content .header .english {
	margin: 0;
	margin: 0 0 25px;
	vertical-align: middle;
	font-style: normal;
	color: #fff;
	font-family: "brother-1816",sans-serif;
	font-weight: bold;
	font-size: 96px;
	line-height: 1.0;
}
.cbs_story_main .cbs_story_box .content .header .quote {
	margin: 0 0 25px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (min-width: 769px) {
	.cbs_story_main .cbs_story_box {
		flex-direction: row-reverse
	}
	.cbs_story_main .cbs_story_box .image {
		width: 48%;
		margin: 0 -60px 0 0;
	}
	.cbs_story_main .cbs_story_box .content {
		width: 50%;
	}
	.cbs_story_main .cbs_story_box .image .visual {
		position: absolute;
		top: -72px;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_story_main .cbs_story_box .image {
		margin: 0 0 32px;
	}
	.cbs_story_main .cbs_story_box .content .header .english {
		font-size: 64px;
	}
	.cbs_story_main .cbs_story_box .content .header .quote {
		font-size: 20px;
	}
}

/* コーポレートブランディングサイト制作 - よくあるご質問
----------------------------------------------------- */
.cbs_faq {
	background-color: #fff;
}
.cbs_faq .cbs_sec_header .title {
	color: #333;
}
.cbs_faq_main .introduction {}
.cbs_faq_title {
	margin: 0 0 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.cbs_faq_lineup {}
.cbs_faq_lineup .lineup {
	position: relative;
	padding-left: 120px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #dcdcdc;
}
.cbs_faq_lineup .lineup:first-child {
	margin-top: 50px;
	padding-top: 50px;
	border-top: solid 1px #dcdcdc;
}
.cbs_faq_lineup .lineup::before {
	content: "Q";
	position: absolute;
	top: inherit;
	left: 0;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #c9c3a7;
	color: #fff;
	font-family: "brother-1816", sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.cbs_faq_lineup .lineup .header {
	margin: 0 0 1em;
}
.cbs_faq_lineup .lineup .header .title {
	font-size: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
}
.cbs_faq_lineup .lineup .content {}

@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_faq_lineup .lineup {
		padding-left: 80px;
	}
	.cbs_faq_lineup .lineup::before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 28px;
	}
	.cbs_faq_lineup .lineup .header .title {
		font-size: 1.2em;
	}
}


/* コーポレートブランディングサイト制作 - お問い合わせ
----------------------------------------------------- */
.cbs_contact {}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.cbs_contact iframe {
		max-height: none;
	}
}


/*
-----------------------------------------------------

	archive.php

-----------------------------------------------------
*/

/*
-----------------------------------------------------

	ARCHIVE - PORTFOLIO
	https://mchs2017.xbiz.jp/portfolio/

	archive-portfolio.php

-----------------------------------------------------
*/
/* Update : 2024/08/06 */

/* PORTFOLIO - 共通レイアウト（SINGLEでも共通）
----------------------------------------------------- */
.main_content_pf {}

/* セクション */
.section_pf {
	padding: 0;
}
.section_pf_padding {
	padding: 70px 0;
}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.main_content_pf {
		font-size: 14px;
	}
	.section_pf_padding {
		padding: 64px 0;
	}
	.section_pf .inner {
		padding: 64px 5vw;
		padding: 0 5vw;
	}
}

/* 文章 + 段落 */
.main_content_pf p:not([class])  {
    margin-bottom: 1.25em;
    line-height: 2.0;
}
.main_content_pf p:last-child { margin-bottom: 0;}
.main_content_pf p a:not([class])  {
	display: inline;
	text-decoration: underline;
	color: #ccc6a8;
}

/* ARCHIVE - PORTFOLIO - ヘッダー画像
----------------------------------------------------- */
.main_content_pf #page_header_img {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.main_content_pf #page_header_img {
		height: 80vw;
	}
	.main_content_pf #page_header_img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

/* ARCHIVE - PORTFOLIO - 検索機能エリア
----------------------------------------------------- */
.pf_search {}
.pf_search_area {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.pf_search_area:last-child {}
.pf_search_area>.heading {
	font-size: 1.5rem;
	font-family: "brother-1816", sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.pf_search_area>.main {}
@media screen and (min-width: 769px) {
	.pf_search_area>.heading {
		width: 150px;
	}
	.pf_search_area>.main {
		width: calc(100% - 150px - 60px);
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {}



/* ARCHIVE - PORTFOLIO - 記事一覧エリア
----------------------------------------------------- */
.pf_archive {}

.loop_pf {}
.loop_pf .eyecatch {
	position: relative;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.loop_pf .eyecatch img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.loop_pf .eyecatch:hover img {
	opacity: 1;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.loop_pf .header {
	margin: 20px 0 0;
}
.loop_pf .header .title {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
}
.loop_pf .header .title a {
	color: #000;
	text-decoration: none;
}
.loop_pf .header .title a:hover {
	color: #b2aa87;
}
.loop_pf .header .meta {}
@media screen and (min-width: 769px) {
	.loop_pf.flex_box.flex_row > .flex_item {
		margin-bottom: 80px;
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.loop_pf .header .title {
		font-size: 14px;
	}
}

/*
-----------------------------------------------------

	SINGLE
	single.php

-----------------------------------------------------
*/

/*
-----------------------------------------------------

	SINGLE - PORTFOLIO
	single-portfolio.php

-----------------------------------------------------
*/

/* SINGLE - PORTFOLIO - 追従サイドボタン
----------------------------------------------------- */
.c_sticky_side_button {
	position: fixed;
	z-index: 9;
	right: 0;
	top: 280px;
	width: 120px;
}
.c_sticky_side_button ul {}
.c_sticky_side_button ul li {
	display: block;
	margin: 0 0 10px;
}
.c_sticky_side_button ul li a {
	display: block;
	background-color: #ccc6a8;
	width: 100%;
	height: 90px;
	padding: 10px;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.c_sticky_side_button ul li a:hover {
	background-color: #000;
}
.c_sticky_side_button ul li a>* {
	display: block;
}
.c_sticky_side_button ul li a .text {
	font-size: 14px;
	font-weight: bold;
}
.c_sticky_side_button ul li a .icon {
	margin: 0 0 5px;
	width: 100%;
	height: 35px;
	background: no-repeat center;
	background-size: auto 100%;
}
.c_sticky_side_button ul li a .icon.envelope {
	background-image: url(images/portfolio/icon_sticky_button_envelope.png);
}
.c_sticky_side_button ul li a .icon.balloon {
	background-image: url(images/portfolio/icon_sticky_button_balloon.png);
}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.c_sticky_side_button {
		width: 80px;
	}
	.c_sticky_side_button ul li a {
		height: 60px;
	}
	.c_sticky_side_button ul li a .text {
		font-size: 9px;
	}
	.c_sticky_side_button ul li a .icon {
		height: 20px;
	}
}

/* SINGLE - PORTFOLIO - 記事ヘッダー
----------------------------------------------------- */
.pf_single_header {
	position: relative;
	z-index: 1;
	padding: 0;
	padding: 250px 0 125px;
	background-color: #000;
}
.pf_single_header,
.pf_single_header a {
	color: #fff;
}
.pf_single_header .pf_single_header_img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 120px 0 0;
	overflow: hidden;
}
.pf_single_header .pf_single_header_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.pf_single_header .inner {
	position: relative;
	z-index: 2;
}
.pf_single_header .inner .header_content {

}
.pf_single_header .inner .header_content .english {
	margin: 0 0;
	font-family: "brother-1816", sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 4px;
}
.pf_single_header .inner .header_content .japanese {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 28px;
    letter-spacing: 1px;
}
.pf_single_header .inner .header_content h1 {
	margin: 75px 0 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 2px;
}
.pf_single_header .inner .header_content .c_list_sep li {
	color: #fff;
}
.pf_single_header .inner #breadcrumbs {
	margin: 75px 0 0;
	text-align: left;
} 
.pf_single_header .inner #breadcrumbs,
.pf_single_header .inner #breadcrumbs a {
	color: #fff;
}
.pf_single_header .inner #breadcrumbs li:after {
	border-color: #fff;
}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.pf_single_header {
		padding: 150px 0 25px;
	}
	.pf_single_header .pf_single_header_img {
		padding: 90px 0 0;
	}
	.pf_single_header .inner .header_content {
		padding: 0 32px;
	}
	.pf_single_header .inner .header_content .english {
		font-size: 40px;
	}
	.pf_single_header .inner .header_content h1 {
        font-size: 18px;
        line-height: 1.6;
	}
	
}

/* SINGLE - PORTFOLIO - 記事コンテンツ
----------------------------------------------------- */
.main_content_pf .under_page {
	z-index: 2;
}
.under_page .pf_overview {
	max-width: 920px;
	margin: auto;
	padding: 50px 0;
}
.under_page .pf_overview p  {
    margin-bottom: 1.25em;
    line-height: 2.0;
}
.under_page .pf_overview p:last-child { margin-bottom: 0;}
.under_page .pf_overview p a {
	display: inline;
	text-decoration: underline;
	color: #ccc6a8;
}
.under_page .pf_overview h2,
.under_page .pf_overview h3,
.under_page .pf_overview h4,
.under_page .pf_overview h5,
.under_page .pf_overview h6 {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 48px;
    letter-spacing: 1px;
}
.under_page .pf_overview hr {
	border: none;
	height: 80px;
}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.main_content_pf .under_page .inner {
		margin: 0;
		margin: -64px auto 0;
	}
	.under_page .pf_overview hr {
		height: 8vw;
	}
	.under_page .pf_overview p {
		font-size: 12px;
	}
	.under_page .pf_overview h2,
	.under_page .pf_overview h3,
	.under_page .pf_overview h4,
	.under_page .pf_overview h5,
	.under_page .pf_overview h6 {
		font-size: 24px;
	}
}

/* SINGLE - PORTFOLIO - 記事内パーツ
----------------------------------------------------- */
/* ボックス - ブロジェクト概要 */ 
.c_frame_project {
	padding: 60px;
	background-color: #f1f1f0;
}
.c_frame_project .heading_sub {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.c_frame_project>.content {
		width: 50%;
	}
	.c_frame_project>.image {
		width: calc(100% - 50% - 60px);
	}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.c_frame_project {
		padding: 2em;
	}
}

.c_pf_title_ba_before,
.c_pf_title_ba_after {
	padding: 0.5em 1em;
	font-size: 1.2em;
	border: solid 1px #ccc6a8;
	text-align: center;
	line-height: 1.6;
}
.c_pf_title_ba_before {
	background-color: #fff;
	color: #ccc6a8;
}
.c_pf_title_ba_after {
	background-color: #ccc6a8;
	color: #fff;
}

/* ギャラリー - ポートフォリオ専用 */
.pf_gallery {}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.pf_gallery.flex_box.col_4 > .flex_item {
		width: 47%;
	}
}

/* XXX - XXX
----------------------------------------------------- */
.xxx {}
@media screen and (min-width: 769px) {}
@media screen and (min-width: 0px) and (max-width: 768px) {}


/*
-----------------------------------------------------

	SEARCH
	search.php

-----------------------------------------------------
*/