@charset "utf-8";
/*////////////////////////////////////
company
////////////////////////////////////*/


@media screen and (min-width: 768px){

#company_place{
    position: relative;
    width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 100px;
}

.company_word_place{
	position: relative;
	width: 100%;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #7F7E7E;
}

.company_word_title{
	position: relative;
	width: 25%;
	margin-left: 50px;
	font-size: clamp(1.8rem, 2vw, 2rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #333;
}

.company_word_name{
	position: relative;
	width: 75%;
	font-size: clamp(1.8rem, 2vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;

}

.br_sp{
    display: none;
}

#company_map_area{
    position: relative;
    width: 100%;
    filter: sepia(50%); 
    text-align: center;
	margin-bottom: 100px;
}

#company_map_area iframe{
    width: 900px;
    height: 450px;
}


}


@media screen and (min-width: 0px) and (max-width: 767px){

#company_place{
    position: relative;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 50px;
}

.company_word_place{
	position: relative;
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	
}

.company_word_title{
	position: relative;
	width: 100%;
    margin-bottom: 5px;
    padding-left: 20px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #333;
}

.company_word_name{
	positio80n: relative;
	width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
	font-size: 1.6rem;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #333;
    border-bottom: 1px solid #7F7E7E;

}

#company_map_area{
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    filter: sepia(50%); 
    text-align: center;
	margin-bottom: 80px;
}

#company_map_area iframe{
    width: 100%;
}

}
