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

@media screen and (min-width: 768px){
#company_title h2 {
	position: relative;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#company_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#company_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#company_title h2 {
	position: relative;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#company_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#company_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}
/*////////////////////////////////////
Company profile
////////////////////////////////////*/

@media screen and (min-width: 768px){
#company_policy {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FEFEFE;
}
#company_policy_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.company_policy_title {
	position: relative;
	padding: 10px 0;
	border-bottom:5px solid rgba(199,192,22,1.00);
	margin-bottom: 20px;
}
.company_policy_title h3 {
	font-size: 3.2rem;
	font-weight: 500;
	color: #333;
	margin-left: 1.5em;
}
.company_policy_title h3::before {
	content: "";
	position: absolute;
	width: 30px;
	aspect-ratio:56/21;
	top: 30px;
	left: 0px;
	background: url(../img/title_mark.png);
	background-size: cover;
}
.company_policy_word {
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#company_policy {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FEFEFE;
}
#company_policy_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.company_policy_title {
	position: relative;
	padding: 10px 0;
	border-bottom:5px solid rgba(199,192,22,1.00);
	margin-bottom: 20px;
}
.company_policy_title h3 {
	font-size: 2.4rem;
	font-weight: 500;
	color: #333;
	margin-left: 1.5em;
}
.company_policy_title h3::before {
	content: "";
	position: absolute;
	width: 30px;
	aspect-ratio:56/21;
	top: 30px;
	left: 0px;
	background: url(../img/title_mark.png);
	background-size: cover;
}
.company_policy_word {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2;
}
}

/*////////////////////////////////////
Company profile list
////////////////////////////////////*/

@media screen and (min-width: 768px){
#company {
	position: relative;
	width: 100%;
	padding: 50px 0 150px 0;
	background: #FEFEFE;
}
#company_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.company_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.company_title {
	position: relative;
	width: 25%;
	background: rgba(172,168,154,0.3);
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: 400;
}
.company_word {
	position: relative;
	width: 75%;
	background: rgba(172,168,154,0.3);
	padding: 10px 30px;
	font-size: 1.6rem;
	font-weight: 300;
	display: flex;
	align-items: center;
}
.company_title2 {
	position: relative;
	width: 25%;
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: 400;
}
.company_word2 {
	position: relative;
	width: 75%;
	padding: 10px 30px;
	font-size: 1.6rem;
	font-weight: 300;
	display: flex;
	align-items: center;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#company {
	position: relative;
	width: 100%;
	padding: 50px 0;
	background: #FEFEFE;
}
#company_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.company_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.company_title {
	position: relative;
	width: 100%;
	background: rgba(172,168,154,0.3);
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: 400;
}
.company_word {
	position: relative;
	width: 100%;
	background: rgba(172,168,154,0.3);
	padding: 10px 30px;
	font-size: 1.6rem;
	font-weight: 300;
	display: flex;
	align-items: center;
}
.company_title2 {
	position: relative;
	width: 100%;
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: 400;
}
.company_word2 {
	position: relative;
	width: 100%;
	padding: 10px 30px;
	font-size: 1.6rem;
	font-weight: 300;
	display: flex;
	align-items: center;
}
}