@CHARSET 'UTF-8';
/*
Theme Name: bescorp
Theme URI:
Author: S.Hori
Description: Version: 1.0.0
Tags:
Text Domain:
*/

/*@import url(fonts.css);*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*********************************************************
 *
 *	基本定義
 *
 *********************************************************/
* {
	font-family: 'Noto Sans Japanese', serif !important;
	font-weight: 300;
	font-style: normal;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}

html {
	font-size: 62.5%;
	position: relative;
	overflow-y: scroll;
	min-height: 100%;
}

body {
	font-size: 1.5rem;
}

h1,
h2,
h3,
h4 {
	font-weight: 200 !important;
}

h2 {
	margin-bottom: -.2rem;
}

h3.brand_name {
	font-size: 1.5rem;
	font-weight: 500 !important;
	width: 100%;
	text-align: center;
}

hr {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	border-top: solid 1px #ccc !important;
}

hr.dashed{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	border: dashed 1px #ccc !important;
}

ul {
	list-style-type: none;
}

ul.list_news,
ul.list_media {
	line-height: 1.1;
	margin-top: 10px;
	margin-left: -40px;
}

p.lead_big {
	font-size: 2.8rem;
}

.topnav {
	padding-top: 5px;
	padding-left: 10px;
}

.border_button_white {
	padding: 10px;
	color: #fff;
	border: solid 1px #fff;
}

.border_button_black {
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
	border: solid 1px #333;
}

.border_button_selected {
	background-color: #ffc258;
}

.label_field {
	font-size: 1.4rem;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	background-color: #666;
}

section.pal_content,
footer.pal_content{
	position: relative;
}

/*********************************************************
 *
 *	404
 *
 *********************************************************/
div#notfound_back {
	width: 100%;
	height: 700px;
	background-color: #fff;
	background-image: url(../../../img/404_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#notfound_back a{
	color:#FFF;
}

/*********************************************************
 *
 *	ナビゲーション
 *
 *********************************************************/
.header_logo {
	padding: 20px 0 0 10px;
}

.navbar {
	min-height: 25px !important;
	padding: 0 10px 10px 15px !important;
	background-color: rgba(0,0,0,.0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-toggle {
	font-weight: bold;
	margin-top: 4px !important;
	margin-right: 0 !important;
	margin-bottom: 10px !important;
	padding: 10px !important;
	border: solid 2px #ccc;
	background-color: rgba(255,255,255,.7);
}

.navbar-collapse {
	border:none !important;
}

.navbar-nav{
	margin:0px;
	padding:0;
}

div.mainmenu ul {
	color: #fff;
}

div.mainmenu ul li {
	font-size: 1.6rem;
}

div.mainmenu ul li a {
	color: #fff;
}

div.mainmenu ul.dropdown-menu {
	background-color: rgba(0,0,0,.8);
}

div.mainmenu ul.dropdown-menu li a{
	padding:10px 20px 10px 20px;
}

/*********************************************************
 *
 *	フッタ
 *
 *********************************************************/
div#footer_sub_menu ul {
	margin-left: -40px !important;
	float: left;
}

div#footer_sub_menu ul li {
	float: left;
	margin-right: 10px;
	text-decoration: underline;
}

div#footer_sub_menu ul li a:hover{
	padding:3px;
	border:solid 2px #FF9900;
}


div#footer_sub_menu ul li ul.sub-menu {
	display: none;
}

img.footer_brand_logo {
	width: 125%;
}

div#footer_copyright {
	text-align: right;
}

div#footer_img_about {
	background: url(img/footer_about.jpg) 50% 200px no-repeat fixed #FFF;
}
div#footer_img_news_company {
	background: url(img/footer_news_company.jpg) 50% 200px no-repeat fixed #FFF;
}
div#footer_img_news {
	background: url(img/footer_media.jpg) 50% 0px no-repeat fixed #FFF;
}
div#footer_img_media {
	background: url(img/footer_media.jpg) 50% 0px no-repeat fixed #FFF;
}
div#footer_img_contact {
	background: url(img/footer_contact.jpg) 50% 200px no-repeat fixed #FFF;
}
div#footer_img_index {
	background: url(img/footer_index.jpg) 50% 200px no-repeat fixed #FFF;
}
div#footer_img_about,
div#footer_img_news_company,
div#footer_img_news,
div#footer_img_media,
div#footer_img_index,
div#footer_img_contact{
	height: 300px;
	background-size: 100% 120%;
	margin-top:30px;
	margin-bottom:30px;
}

/*********************************************************
 *
 *	各種コンテンツ(ページ)基本定義
 *
 *********************************************************/
div#contents_back {
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-image: url(../../../img/back_company.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#contents_title {
	font-size: 4.8rem;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
	color: #fff;
}

div#contents_middle_title {
	margin-bottom: 20px;
}

/*********************************************************
 *
 *	TOPページ
 *
 *********************************************************/
div#pagetop_back {
	height: 900px;
	background: url(img/top_back.jpg) 50% 0 no-repeat fixed #FFF;
	background-size: 100%;
	background-position: center -300px;
}

div#pagetop_catch {
	font-size: 4.8rem;
	font-weight: 200;
	margin: 0 auto;
	padding-top: 350px;
	text-align: center;
	color: #fff;
}

div#pagetop_contents {
	font-size: 3.2rem;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

div#pagetop_contents p {
	margin-bottom: 5px;
	font-weight: 200;
}

div#pagetop_contents p:first-child {
	font-size: 2.2rem;
	font-weight: 200;
}

div#pagetop_button_1 {
	height: 220px;
	margin-top: 10px;
	padding: 40px;
	text-align: center;
	color: #fff;
	background-image: url(img/top_button_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#pagetop_button_2 {
	height: 220px;
	margin-top: 10px;
	padding: 40px;
	text-align: center;
	color: #fff;
	background-image: url(img/top_button_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#pagetop_button_3 {
	height: 220px;
	margin-top: 10px;
	padding: 40px;
	text-align: center;
	color: #fff;
	background-image: url(img/top_button_3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

strong.pagetop_strong {
	color: #eb6012;
}
/*システムバナー＆ボタン*/
div#pagetop_button_se {
	height: 220px;
	margin-top: 10px;
	padding: 40px;
	text-align: center;
	color: #fff;
	background-image: url(https://www.be-s.co.jp/img/inhouse-se.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div.se-recruit {
	position:absolute;
	z-index:50;
	right:0;
	top: 400px;
	padding: 20px 140px 20px 20px;
	background:#f9bc60;
}
@media only screen and (max-width: 1024px){
	div.se-recruit {
		top: 240px;
		padding: 10px;
	}
}

.se-recruit a {
	color:#ffffff;
	font-size: 1.5em;
	display:inline-block;
}

@media only screen and (max-width: 1024px){
.se-recruit a {
	font-size: 1.2em;
	}
}
.se-recruit a:hover {
	color:#444;
}
/*********************************************************
 *
 *	お知らせ
 *
 *********************************************************/
div#news_back {
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-image: url(../../../img/news_media_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#news_post {
	min-height: 500px;
	line-height:1.8;
}

/*********************************************************
 *
 *	企業情報 > 会社概要
 *
 *********************************************************/
div.contents_company_info .table_head {
	padding: 15px;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	background-color: #ccc;
}

div.contents_company_info .table_data {
	padding: 1.5rem;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	border-left: solid 1px #666;
}

div.contents_company_info .last_field {
	border-bottom: solid 1px #666;
}

/*********************************************************
 *
 *	企業情報 > 事業概要
 *
 *********************************************************/
div#contents_our_business {
	margin-top:10px;
	padding-top: 15px;
	background-color: #eee;
}

div#contents_our_business_org_item {
	font-size: 1.6rem;
	line-height: 2.0;
	width: 100%;
	height: 650px;
	margin-bottom: 50px;
	padding-top: 90px;
	color: #fff;
	background-color: #fff;
	background-image: url(../../../img/business_summary_org_item.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*********************************************************
 *
 *	企業情報 > 企業理念
 *
 *********************************************************/
div#contents_philosophy {
	margin-top:10px;
	background: url(../../../img/philosophy_back.jpg) 50% 0 no-repeat fixed #000;
}

div#contents_philosophy h2.philosophy_title {
	font-size: 6.4rem !important;
}

ul.philosophy_list {
	font-size: 1.8rem;
	margin-left: -40px;
}

ul.philosophy_list li {
	padding: 10px !important;
}

div#contents_philosophy_origin {
	background: url(../../../img/philosophy_back_02.jpg) 50% 0 no-repeat fixed #000;
}

div#contents_philosophy_about_a_logo {
	background: url(../../../img/philosophy_back_03.jpg) 50% 0 no-repeat fixed #000;
}

div#contents_philosophy_corp_slogan {
	background: url(../../../img/philosophy_back_04.jpg) 50% 0 no-repeat fixed #000;
}

div#corp_slogan {
	font-size: 4.8rem;
	line-height: .8 !important;
	margin: 0 auto;
}

span#corp_slogan_kana {
	font-size: 1.6rem;
	margin: 0 auto;
}

div#contents_philosophy,
div#contents_philosophy_origin,
div#contents_philosophy_about_a_logo,
div#contents_philosophy_corp_slogan {
	height: 700px;
	background-size: 100% 120%;
}

div#contents_philosophy article {
	top: 120px;color: #fff;
}
div#contents_philosophy_origin article {
	top: 2250px;color: #fff;
}
div#contents_philosophy_about_a_logo article {
	top: 2900px;
}
div#contents_philosophy_corp_slogan article {
	top: 3650px;color: #fff;
}

div#contents_philosophy article,
div#contents_philosophy_origin article,
div#contents_philosophy_about_a_logo article,
div#contents_philosophy_corp_slogan article {
	font-size: 1.5rem;
	line-height: 1.8;
	position: absolute;
	left: 50%;
	margin-left: -582px;
}

/*********************************************************
 *
 *	企業情報 > 社長からのあいさつ
 *
 *********************************************************/
div#contents_company_greeting {
	margin-top:10px;
	min-height: 700px;
	background: url(../../../img/company_greeting_back.jpg) 50% 0 no-repeat fixed #fff;
	background-size: 100% 120%;
}

/*
div#contents_company_greeting span.president_name {
	font-size: 2.4rem;
}
*/
div#contents_company_greeting div.president_name {
	margin-bottom: 19px;
}

div#contents_company_greeting article {
	font-size: 1.6rem;
	line-height: 2.0;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -582px;
}

/*********************************************************
 *
 *	企業情報 > 組織図
 *
 *********************************************************/
div#contents_organization {
	font-size: 1.8rem;
	line-height: 2.2;
	width: 100%;
	margin-top:10px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #fff;
	background-color: #fff;
	background-image: url(../../../img/organization_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#contents_organization_mob {
	display:none
}

span#label_for_company {
	color:#FFF;
	padding: 1.5rem;
	background-color: #666;
}

div.gmap {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 25.00%;
}

div.gmap iframe,
div.gmap object,
div.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************************************
 *
 *	企業情報 > CSR
 *
 *********************************************************/
div#contents_csr_first {
	margin-top:10px;
	height: 600px;
	background: url(../../../img/csr_back.jpg) 50% 0 no-repeat fixed #000;
	background-size: 100% 125%;
}

div#contents_csr_second {
	background-color: #fff;
}

div#contents_csr_first article {
	line-height: 2.0;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -582px;
	color: #fff;
}

div#contents_csr_first article,
div#contents_csr_second article,
div#contents_csr_third article,
div#contents_csr_fourth article,
div#contents_csr_fifth article,
div#contents_csr_sixth article {
	font-size: 1.6rem;
	line-height: 2.0;
}
/*********************************************************
 *
 *	企業情報 > SDGS
 *
 *********************************************************/

div#forest_back {
	position:relative;
	width:100%;
	height:600px;
	background-image: url(https://www.be-s.co.jp/img/sdgs-forest.jpg);
	background-size:cover;
	background-attachment:fixed;
}

div#forest_back .grass {
	color:#fff;
	font-size: 1.6rem;
	line-height: 2.0;
	backdrop-filter: blur(20px);
	padding:20px;
	margin:15% 0;
}
p.sdgs_photo {
	position: relative;
	margin: 20px 0;
	}

p.sdgs_photo .img0 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
	}
p.sdgs_photo .img1,p.sdgs_photo .img2 {
	display:none;
	}
	
@media screen and (max-width:767.8px){
	p.sdgs_photo .img0 {
		display:none;
		}
		
p.sdgs_photo img {
	max-width:100%;
	animation-name: change;
	-webkit-animation-name: change;
	animation-duration: 20s;
	-webkit-animation-duration: 20s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	}

	p.sdgs_photo .img1 {
		display: block;
		margin: 0 auto;
	}

	p.sdgs_photo .img2 {
		display:block;
		animation-delay:10s;
		-webkit-animation-delay:10s;
		position: absolute;
		top: 0;
	}
	.p0 {
		padding:0;
	}
}
@keyframes change {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes change {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
/*********************************************************
 *
 *	報道関係者様
 *
 *********************************************************/
div#media_back {
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-image: url(../../../img/news_media_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#media_back_sub {
	height: 600px;
	background: url(../../../img/media_back_sub.jpg) 50% 0 no-repeat fixed #FFF;
	background-size: 100% 120%;
}

div#media_back_sub article {
	line-height: 2.0;
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -582px;
	color: #fff;
	font-size: 1.6rem;
}

div#media_submenu {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

div#press_list {
	margin-top: 50px;
}

div#publish_list {
	margin-top: 50px;
}

div#press_list div.pr_grid {
	width: 100%;
	height: 340px;
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

div#press_list div.pr_thumb {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 135px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

div#press_list div.pr_thumb img {
	position: absolute;
	float: left;
	width: 100%;
}

div#press_list div.pr_brand {
	font-size:1.2rem;
	position: absolute;
	right: 25px;
	bottom: 20px;
	padding: 5px;
	text-align: center;
	color: #fff;
}

.doppelganger {background-color: #fe5000;}
.dod {background-color: #00a0e0;}
.bauhutte {background-color: #000;}
.goingfurniture {color: #000;background-color: #fdd947;}
.bibilab {color: #000;background-color: #ffc258;}
.dubstack {background-color: #e5171f;}
.unihabitat {background-color: #c9ac8e;}
.bessed {background-color: #6fbecb;}
.blitzer {background-color: #074538;}
.manicascenica {background-color: #1429a6;}
.ga {background-color: #666;}
.coxfox {background-color: #666;}
/*********************************************************
 *
 *	お問い合わせ
 *
 *********************************************************/
div#contact_back {
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-image: url(../../../img/back_contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/*********************************************************
 *
 *	サイトマップ
 *
 *********************************************************/

li.page_item{
	/*width:25%;*/
	float:left;
}

/*
li.page_item:nth-child(6){
	clear:both;
}*/

li.page_item ul li{
	float:none;
	width:100%;
}

.wp-caption-text{font-size:1.2rem;font-weight:500;}
.gallery-caption{}

#menu-footer li{
	padding-right:20px;
}

#menu-footer li:last-child{
	padding-right:0px;
}

#contents_terms_of_use,
#contents_privacy_policy,
#contents_company_info,
#contents_contact_consumer,
#contents_contact_corp,
#contents_contact_recruit,
#contents_contact_media
{
	padding-top:30px;
	padding-bottom:30px;
}
#contents_contact_consumer p,
#contents_contact_corp p,
#contents_contact_recruit p,
#contents_contact_media p
{
	padding-top:5px;
	padding-bottom:5px;
}
#contents_terms_of_use h3,
#contents_privacy_policy h3,
#contents_company_info h3,
#contents_contact_consumer h3,
#contents_contact_corp h3,
#contents_contact_recruit h3,
#contents_contact_media h3{
	margin-top:30px;
}
#contents_contact_consumer h2{
	margin-top:30px;
	margin-bottom:20px;
}
#contents_privacy_policy ul,
#contents_terms_of_use ul,
#contents_contact_consumer ul,
#contents_contact_recruit ul{
	list-style-type: disc;
}
#contents_terms_of_use ul.white{
	list-style-type: circle;
}