@charset "utf-8";
/*
Theme Name: BEE comfort security's theme 2025
Theme URI: 
Version: 1.0.0
Description: BEE comfort security
Author: functions starman
*/


:root {
	--main-color01: #0D1D3A;
	--main-color02: #0E3057;
	--sub-color: #E9B529;
	--main-font-color: #0b2a4a; 
}

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

.grecaptcha-badge {
	visibility: hidden;
}

body {
	font-size :62.5% ;
 	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 	font-style: normal;
	width: 100%;
	height: 100%;	
	text-align: left;
	color: var(--main-font-color);
	position: relative;
	overflow-x: hidden;
}

img {
	display: block;
	border-style: none;
	image-rendering: -webkit-optimize-contrast;
}

li {
	list-style-type: none;
}	

a {
	text-decoration: none;
	color: var(--main-font-color);
}

a:focus {
	outline: none;
}

h1,h2,h3 {
	font-weight: normal;
}

.n {
	position: absolute !important;
	top: 0!important;
	left: 0!important;
	height: 0!important;
	width: 0!important;
	overflow: hidden !important;
}

.w100 {
	width: 100%;
}

.pcPage .pn {
	display: none;
}

.l {
	float: left;
}

.r {
	float: right;
}

.full {
	width: 100%;
}

.db {
	display: block;
	width: 100%;
	height: 100%;
}

.tac {
	text-align: center;
}

.ma {
	margin: 0 auto;
}

.mbs {
	display: none;
}

.fwb {
	font-weight: bold;
}


.clearfix:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	line-height: 0; 
} 

table {
	border-collapse:collapse;
}

#wrapper {
	width: 100%;
	max-width: 100vw;
	display: flex;
	flex-wrap: wrap;
}

#siteTitleA {
	display: block;
	background: url(./images/beecomfortsecurity_logo.svg) no-repeat;
	background-size: contain;
	z-index: 3000;
}

#topPage #siteTitleA {
	width: 260px;
	height: 260px;
}

.page #siteTitleA {
	width: 150px;
	height: 200px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	padding: 5px 10px;
	background: #FFF;
	height: 100px;
	box-sizing: border-box;
	z-index: 100;
}

#headContainer {
	display: flex;
	width: 100%;
}

#mainNavWrapper {
	display: flex;
	width: calc(100% - 200px);
	justify-content: flex-end;
}

#header_title {
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 120%;
}

#header_title a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
}

.header_title_sub {
	display: block;
	width: 100%;
	font-size: 1rem;
	margin-left: -.5em
}

.header_title_main {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: -20px;
}

.page #mainNavWrapper {
	display: flex;
	width: calc(100% - 150px);
	justify-content: flex-end;
}

#mainNav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 60%;
	height: 100%;
	font-size: 1rem;
	background: #FFF;
}

#mainNav li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 100%;
}

#mainNav li a {
	width: 98%;
	padding: 10px;
	box-sizing: border-box;
	color: var(--main-color01);
	border-bottom: 1px solid var(--main-color01);
	font-weight: bolder;
}

#mainFigureContainer {
	width: 91dvw;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	justify-content: center;
}

.main_figure {
	width: 100%;
	padding: 5% 0 2% 0;
	height: auto;

}

.main_figure video {
	width: 100%;
}

/* .main_figure_mb {
	height: 100%;
} */

.scroll_down {
	position: absolute;
	left: 2%;
	bottom: 20%;
	transform: rotate(90deg);
	color: var(--main-color01);
	z-index: 00;
	font-size: .8rem;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.scroll_down::after {
	position: absolute;
	content:"";
	height: 1px;
	border-bottom: 1px solid rgba(15,30,60,.5);
	width: 400%;
	bottom: -2px;
	left: 0;
}

.scroll_down::before {
	position: absolute;
	content:"";
	border-bottom: 2px solid rgba(15,30,60,1);
	width: 100%;
	bottom: -2px;
	left: 0;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: lineMove 2s ease-in-out 1.2s infinite;
	opacity: 0;
}

@keyframes lineMove{
	0%{
		left: 0.3;
	}
	30%{
		opacity: .6;
	}

	50%{
		left: 300%;
		opacity: 1;
	}

	100%{
		left: 300%;
	}
}

.section_wrapper {
	padding: 100px 0;
	position: relative;
	box-sizing: border-box;
}

.section_wrapper::before {
	content: "";
	display: block;
	background: url(./images/honeycomb.svg) no-repeat;
	width: 1000px;
	height: 1000px;
	position: absolute;
	top: -300px;
	left: -300px;
	z-index: -1;
}

.sections {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.section_title {
	width: 25%;
	
}

.section_title span {
	display: inline-block;
}

.section_main_title {
	font-weight: bold;
	width: 100%;
	font-size: 2rem;
	position: relative;
}

.section_main_title::before {
	content: "";
	display: block;
	width: 5px;
	height: 1em;
	background: var(--main-font-color);
	position: absolute;
	top: 1px;
	left: -20px;
}

.section_sub_title {
	font-size: 1.2rem;
	position: relative;	
}

.section_sub_title::after {
	content: "";
	display: block;
	width: 5px;
	height: 1.66em;
	background: #FFF;
	position: absolute;
	top: -4px;
	left: -20px;
}

.info_box {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.info_list {
	display: flex;
	width: 80%;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid var(--main-font-color);
	margin-top: 30px;
}

.info_list li {
	display: flex;
	width: 100%;
	border-bottom: 1px solid var(--main-font-color);
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}

.info_list li a {
	font-size: 1.1rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-items: center;
}

.info_list time {
	display: inline-block;
	color: #FFF;
	font-size: .8rem;
	background-color: var(--main-font-color);
	padding: 5px 10px;
	box-sizing: border-box;
	margin-right: 10px;
}

.new_mark {
	display: inline-block;
	color: #FFF;
	font-size: .7rem;
	background-color: rgba(224,16,16,1);
	border-radius: 2px;
	margin-left: 10px;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}

.post_info_title {
	display: inline-block;
	line-height: 1em;
}

.description_section {
	width: 640px;
	max-width: 92%;
	margin: 150px auto;
	position: relative;
}

.page .description_section {
	margin: 0 auto 150px;
}

#topPage .description_section::after {
	content: "";
	display: block;
	background:url(./images/keepsafty.svg) no-repeat;
	width: 500px;
	height: 500px;
	position: absolute;
	right: -300px;
	top: 120px;
	z-index: 1;
}

#pageMainFigureContainer {
	display: flex;
	margin-top: 100px;
	width: 100%;
	max-width: 100vw;
}

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

.page .description_section::after {
	content: "";
	display: block;
	background:url(./images/strongteamwork.svg) no-repeat;
	width: 700px;
	height: 500px;
	position: absolute;
	right: -500px;
	top: 420px;
	z-index: 1;
}

.description_section h1 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
}

.description_section h1::before {
	content: "";
	display: block;
	height: 30px;
	width: 85%;
	background: #f5ba38;
	position: absolute;
	bottom: 5px;
	left: -2%;
	z-index: -1;
}

.description_section p {
	font-size: 1.2rem;
	line-height: 180%;
	font-weight: bold;
}

.description_section h2 {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 60px 0 40px 0;
	position: relative;
}

.description_section h2::before {
	content: "";
	display: block;
	height: 30px;
	width: 85%;
	background: #f5ba38;
	position: absolute;
	top: .7em;
	left: -2%;
	z-index: -1;
}

.description_section h2::after {
	content: "";
	display: block;
	height: 30px;
	width: 50%;
	background: #f5ba38;
	position: absolute;
	bottom: 5px;
	left: -2%;
	z-index: -1;
}

#companyPage .description_section h2 {
	margin-top: 40px;
}

#recruitPage .description_section h2::before {
	content: "";
	display: block;
	height: 30px;
	width: 55%;
	background: #f5ba38;
	position: absolute;
	top: .7em;
	left: -2%;
	z-index: -1;
}

#recruitPage .description_section h2::after {
	content: "";
	display: block;
	height: 30px;
	width: 50%;
	background: #f5ba38;
	position: absolute;
	bottom: 5px;
	left: -2%;
	z-index: -1;
}

#contactPage .description_section h2::before {
	content: "";
	display: block;
	height: 30px;
	width: 33%;
	background: #f5ba38;
	position: absolute;
	top: .7em;
	left: -2%;
	z-index: -1;
}

#contactPage .description_section h2::after {
	content: "";
	display: block;
	height: 30px;
	width: 60%;
	background: #f5ba38;
	position: absolute;
	bottom: 5px;
	left: -2%;
	z-index: -1;
} 

.page main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.company_info {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 150px auto;
	position: relative;
}

.company_info p {
	width: 100%;
}

.company_name_en {
	color: rgba(11,42,74,.2);
	font-weight: bold;
	font-size: 1rem;
}

.company_name_en {
	color: rgba(11,42,74,.2);
	font-weight: bold;
	font-size: 1.2rem;
}

.company_name {
	font-weight: bold;
	font-size: 2.4rem;
	margin-left: -5px;
}

.permit_number {
	font-size: 1.21rem;
}

.company_info_index {
	display: flex;
	flex-wrap: wrap;
	width: 120%;
	font-size: 1.2rem;
	margin-top: 20px;
	position: absolute;
	top: 100px;
}

.company_info_index li {
	display: flex;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid var(--main-font-color);
	align-items: center;
}

.company_info_index li span {
	display: inline-block;
}

.company_info_index li p:first-child {
	width: 30%;
}

.service_info {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto 150px;
	position: relative;
}

.service_info p {
	width: 100%;
}

.service_info_index {
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	font-size: 1.2rem;
	margin-top: 20px;
	position: absolute;
}

.service_info li {
	display: flex;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	border-bottom: 1px solid var(--main-font-color);

}

.service_info li span {
	display: inline-block;
}

.service_info li h2 {
	width: 20%;
	font-weight: bold;
	font-size: 1.4rem;
}

.service_info li h2::before {
	display: none;
}

.service_info li h2::after {
	display: none;
} 

.service_note {
	display: flex;
	justify-content: space-between;
	width: 70%;
}

.service_note p {
	font-weight: normal !important;
	font-size: 1rem;
}

.service_note img {
	width: 250px;
	height: 175px;
	object-fit: cover;
	margin-right: 20px;
}

#servicePage .description_section::after {
	display: none;
}

.description_section h2 {
	margin: 0 0 40px 0;
}


#recruitPage .description_section::after {
	display: none;
}

#contactPage .description_section::after{
	display: none;
}

.recruit_info {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	margin: 0 auto 150px;
	position: relative;
}

.recruit_info_index {
	display: flex;
	flex-wrap: wrap;
	margin-left: 150px;
}

.recruit_info_index li {
	width: 100%;
	border-bottom: 1px solid var(--main-font-color);
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

.recruit_info_index li:first-child::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(./images/recruit_01.svg) no-repeat;
	position: absolute;
	left: -60px;
	top: 20px;
}

.recruit_info_index li:nth-child(2)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(./images/recruit_02.svg) no-repeat;
	position: absolute;
	left: -70px;
	top: 20px;
}

.recruit_info_index li:nth-child(3)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(./images/recruit_03.svg) no-repeat;
	position: absolute;
	left: -55px;
	top: 20px;
}

.recruit_info_index li:nth-child(4)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(./images/recruit_04.svg) no-repeat;
	position: absolute;
	left: -60px;
	top: 20px;
}

.recruit_info_index li:nth-child(5)::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(./images/recruit_05.svg) no-repeat;
	position: absolute;
	left: -68px;
	top: 24px;
}

.recruit_info_index li:nth-child(6)::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background: url(./images/recruit_06.svg) no-repeat;
	position: absolute;
	left: -65px;
	top: 10px;
}





.recruit_info_index li h3 {
	font-size: 1.4rem;
	font-weight: bold;
}

.contact_flow_index li {
	padding: 20px 0;
}

.recruit_note p {
	font-weight: normal;
	font-size: 1rem;
}

.contact_flow h3 {
	font-size: 2rem;
	font-weight: bold;
}

.contact_flow h4 {
	font-size: 1.4rem;
	font-weight: bold;
}

.contact_flow p {
	font-weight: normal;
}

.tel_number {
	display: block;
	font-size: 4rem;
	color: var(--main-font-color);
	margin-bottom: 60px;
}

.tel_banner {
	width: 100%;
}

.tel_number.tel_banner {
	margin-left: -10px;
}

.tel_banner img {
	width: 100%;
	height: auto;
}

.form_wrapper {
	width: 100%;
	margin: 50px 0;
}

.form_wrapper p,
.form_wrapper input,
.form_wrapper textarea{
	width: 100%;
}

.form_wrapper input {
	font-size: 2rem;
}

.wpcf7 {
	margin-top: 20px;
}

.form_wrapper input[type=submit] {
	background: #1eb143;
	color: #FFF;
	border: none;
	border-radius: 2px;
	margin-top: 30px;
	font-size: 1.2rem;
	padding: 10px;
	box-sizing: border-box;
}

.baner_box {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.recruit_banner {
	width: 100%;
	max-width: 100%;
	
}

.recruit_banner img {
	width: 60%;
	display: block;
	object-fit: contain;
	margin: 0 auto;
}

.company_description_container {
	width: 100%;
}

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

	#topPage #siteTitle,
	.page #siteTitle {
		width: 150px;
		height: 150px;
		z-index: 3000;
	}

	#topPage #siteTitleA,
	.page #siteTitleA  {
		display: block;
		width: 100%;
		height: 100%;
	}

	.header_title_sub {
		font-size: .7rem;
		margin-left: -.5em
	}

	.header_title_main {
		display: block;
		width: 100%;
		font-size: 1rem;
		font-weight: bold;
		margin-top: inherit;
	}

	#mainNavWrapper,
	.page #mainNavWrapper {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}

	#pageMainFigureContainer {
		margin-top: 60px;
		height: 80px;
	}

	#mainNav {
		width: 90%;
		font-size: .8rem;
	}

	#mainNav li a {
		width: 97%;
	}

	#navButton {
		border: none;
		font-size: 2rem;
		background: none;
		color: var(--main-font-color);
	}

	#mainNav.on {
		position: fixed;
		top: 60px;
		right: -100vw;
		width: 80vw;
		height: calc(100dvh - 60px);
		flex-wrap: wrap;
		background: rgba(255,255,255,.9);
	}

	#mainNav.on li {
		width: 100%;
		height: calc((100dvh - 60px) / 4);
		border-bottom: 1px solid var(--main-color01);
	}

	#mainNav.on li a {
		display: flex;
		align-items: center;
		border: none;
		height: 100%;
	}

	#headerContactButton {
		display: none;
	}

	.section_wrapper {
		padding: 50px 0;
		overflow-x: clip;
		height: auto;
	}

	.sections {
		flex-wrap: wrap;
	}

	.description_section h1 {
		font-size: 2.8rem;
	}

	#topPage .description_section {
		margin-top :40px;
	}

	.page .description_section {
		margin-bottom: 40px;
	}
	
	.recruit_info,
	.service_info {
		max-width: 100%;
		margin-left: 0;
	}

	.service_info,
	.recruit_info,
	.company_info {
		margin-top: 20px;
	}

	.recruit_info_index {
		margin-left: 50px;
	}

	.service_info_index {
		max-width: 100%;
	}

	.service_info li {
		flex-wrap: wrap;
		padding: 30px 0;
	}
	
	.service_info li h2 {
		width: 100%;
		margin: 30px 0;
	}

	.service_note {
		width: 100%;
		max-width: 100%;
		flex-wrap: wrap;
	}

	.service_note p {
		width: 100%;
		margin-top: 30px;
	}

	.company_info {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 60px;
	}

	.company_info_index {
		max-width: 100%;
		width: 100%;
		position: inherit;
		top: inherit;
	}

	.company_name {
		margin-left: 0;
		font-size: 1.9rem;
	}

	.permit_number {
		font-size: 1rem;
	}

	.company_info_index li:last-child {
		border-bottom: none;
	}

	.company_info_index li p:first-child {
		font-size: .9rem;
	}

	.company_info_index li p:last-child {
		width: 70%;
	}

}

@media screen and (min-width: 600px) and (max-width: 1024px) {


}

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

	.mbs {
		display: block;
	}

	.mbn {
		display: none !important;
	}

	#topPage #siteTitle,
	.page #siteTitle  {
		width: 100px;
		height: 100px;
		z-index: 3000;
	}

	#topPage #siteTitleA,
	.page #siteTitleA {
		display: block;
		width: 100%;
		height: 100%;
	}

	#header {
		height: 60px;
		padding: 5px 5% 0 1%;
	}

	#header_title {
		width: inherit;
		margin-left: 6px;
	}

	#headerContactButton {
		display: block;
		background: var(--sub-color);
		padding: 0 10px;
		box-sizing: border-box;
		height: calc(100% - 20px);
		display: flex;
		align-items: center;
		text-align: center;
		border-radius: 4px;
		margin-right: 10px;
	}

	.main_figure_mb {
		height: 100dvh !important;
		width: auto;
	}

	.scroll_down {
		left: -2%;
		font-size: .6rem;
	}

	.sections {
		width: 90%;
	}

	.section_wrapper::before {
		width: 300px;
		height: 300px;
		top: -80px;
		left: -120px;
	}

	.section_title {
		width: 100%;
		margin-left: 10px;
	}

	.info_box {
		width: 100%;
	}

	.info_list {
		width: 100%;
	}

	.section_main_title::before {
		left: -10px;
	}

	.section_sub_title::after {
		left: -10px;
	}

	.description_section {
		width: 100%;
		margin: 0 auto;
	}

	.description_section h1 {
		line-height: 130%;
		margin-bottom: 20px;
	}

	.description_section h1::before {
		left: 5%;
	}

	#topPage .description_section::after {
		width: 300px;
		height: 300px;
		right: 10px;
		top: 130px;
	}

	#companyPage .description_section h1 {
		margin-top: 40px;
	}

	.tel_number {
		font-size: 2.5rem;
		font-weight: bold;
	}

	.description_section h2 {
		font-size: 2rem;
	}

	.description_section h2 {
		margin-top :40px;
	}

	#contactPage .description_section h2::before {
		content: "";
		display: block;
		height: 24px;
		width: 45%;
		background: #f5ba38;
		position: absolute;
		top: .6em;
		left: -2%;
		z-index: -1;
	}

	#contactPage .description_section h2::after {
		content: "";
		display: block;
		height: 24px;
		width: 100%;
		background: #f5ba38;
		position: absolute;
		bottom: 5px;
		left: -2%;
		z-index: -1;
	}

	#companyPage .description_section h2::before {
		width: 77%;
		height: 24px;
		top: .6em;
	}

	#companyPage .description_section h2::after {
		width: 72%;
		height: 24px;

	}

	#recruitPage .description_section h2::before {
		width: 77%;
		height: 24px;
		top: .6em;
	}

	#recruitPage .description_section h2::after {
		width: 72%;
		height: 24px;

	}

	.recruit_info {
		margin-bottom: 0;
	}

	.recruit_info_index li:first-child::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(./images/recruit_01.svg) no-repeat;
		position: absolute;
		left: -40px;
		top: 10px;
	}

	.recruit_info_index li:nth-child(2)::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(./images/recruit_02.svg) no-repeat;
		position: absolute;
		left: -47px;
		top: 10px;
	}

	.recruit_info_index li:nth-child(3)::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(./images/recruit_03.svg) no-repeat;
		position: absolute;
		left: -35px;
		top: 10px;
	}

	.recruit_info_index li:nth-child(4)::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(./images/recruit_04.svg) no-repeat;
		position: absolute;
		left: -40px;
		top: 10px;
	}

	.recruit_info_index li:nth-child(5)::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(./images/recruit_05.svg) no-repeat;
		position: absolute;
		left: -46px;
		top: 14px;
	}

	.recruit_info_index li:nth-child(6)::before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: url(./images/recruit_06.svg) no-repeat;
		position: absolute;
		left: -45px;
		top: 10px;
	}


	.recruit_banner img {
		width: 100%;
	}

	.service_info {
		padding: 0 10px;
		box-sizing: border-box;

	}

	.service_info_index {
		position: inherit;
	}

	.tel_banner {
		width: calc(100% + 10px);
		margin-top: -20px;
	}
	
}



