@charset "UTF-8";

/*レスポンシブ対応　767px以下*/


/*メインイメージ▼*/

.mainImg {
	background-image: url("../../img/company/campany_main.png");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	max-width: 100%;
	height: 200px;
	object-fit: contain;
}

.mainImg-title {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	color: #F3F3F3;
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.subtitle {
	display: block;
	color: #fff;
	font-size: 0.8rem;
	border-top: 1px solid #1131C4;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}


/*背景ロゴ▼*/

#background-logo {
	width: 100%;
/*	height: 100vh;*/
	background-image: url("../../img/company/logo_back.svg");
	background-size: cover;
	background-attachment: fixed;
}

/*メインテーマ▼*/

#inner {
	max-width: 1400px;
	margin: 0 auto;
}

.main-theme {
	text-align: center;
	margin: 0 15px;
}

.heading {
	font-family: "Sawarabi Mincho", serif;
	font-size: 1.5rem;
	margin-top: 100px;
	text-align: center;
	line-height: 1.5
}

.lead {
	display: inline-block;
	font-family: "Sawarabi Mincho", serif;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
	margin-top: 53px;
	margin-bottom: 135px;
}

/*企業理念▼*/

.company-wrap {
	max-width: 350px;
	margin: 0 auto ;
}

.title {
	width: 280px;
}

section h3 {
	font-size: 1.3rem;
	padding-left: 10px;
	border-left: 6px solid #1131C4;
	border-bottom: 1px solid #8B8B8B;
}

section h3 span {
	font-size: 0.7rem;
	font-weight: 100;
	margin-top: 8px;
	float: right;
}

section h3 span::after {
	content: url("../../img/company/title_arrow.svg");
	float: right;
	margin-left: 10px;
	margin-top: -10px;
}

.philosophy-lead {
	margin: 60px 5px 100px 5px;
	font-size: 1rem;
	line-height: 1.8;
}

/*会社概要▼*/

.profile {
	width: 1000px;
	margin: 60px auto 90px 0;
	text-align: left;
	clear: both;
}

.profile dt {
/*	float: left;*/
/*	clear: left;*/
	width: 80px;
/*	border-bottom: 1px solid #606060;*/
	padding: 20px 0px 0px 20px;
	font-size: 1rem;
	font-weight: bold;
}

.profile dd {
	width: 350px;
	border-bottom: 1px solid #A0A0A0;
	padding: 20px 0px 10px 20px;
	font-size: 0.9rem;
}

.profile dd p {
	line-height: 1.5;
}

/*地図▼*/

.map {
	max-width: 1400px;
	height: 400px;
}

.map iframe {
	width: 100%;
	height: 200px;
}

/*フッター位置調整*/

/*
.footer {
	margin-top: 400px;	
}*/
