@charset "UTF-8";
/*共通*/

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



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

.mainImg {
	background-image: url("../img/company/campany_main.png");
	background-repeat: no-repeat;
	background-position: 0px 45px;
	max-width: 100%;
	height: 300px;
	position: relative;
}

.mainImg-title {
	position: absolute;
	top: 50%;
	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 {
	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;
}

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

.sp {
	display: none;
}

.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: 1400px;
	margin: 0 auto ;
}

.title {
	width: 800px;
}

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: 10px;
	float: right;
}

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

.philosophy-lead {
	margin-top: 60px;
	font-size: 0.8rem;
	line-height: 1.5;
	margin-bottom: 125px;
}

/*会社概要▼*/
.profile {
	width: 1000px;
	margin: 60px auto 90px 50px;
	text-align: left;
	clear: both;
}

.profile dt {
	float: left;
	clear: left;
	width: 138px;
	border-top: 1px solid #606060;
	padding: 20px 0px 10px 20px;
	font-size: 0.8rem;
	font-weight: bold;
}

.profile dd {
	width: 450px;
	border-top: 1px solid #A0A0A0;
	padding: 20px 50px 10px 170px;
	font-size: 0.8rem;
}

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

/*地図▼*/

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

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