@charset "UTF-8";
/*------------------------
設備・仕様
------------------------*/
#top-ttl{
	background: url(/pc/img/topttl_company.jpg) center no-repeat;
    background-size: cover;
}
#top-ttl .page-ttl .sub{
	margin-left: -95px;
	margin-bottom: -10px;
}

#company {
	background: var(--gd_bg);
}
#company .ttl-wrap {
	text-align: center;
	margin-bottom: 25px;
}
#company .ttl-wrap .sub {
	transform: rotate(-6deg);
	margin-left: -40px;
	margin-bottom: -3px;
}
#company .inner {
	padding: 60px 0 100px;
}
#company .overview {
	margin-bottom: 40px;
}
#company .overview .image.main {
	width: 500px;
	height: auto;
	margin-right: 30px;
}
#company .overview .image.main img {
	object-fit: cover;
	border-radius: 15px;
}
#company .overview .text {
	flex: 1;
}
#company .overview .text .logo {
	width: 350px;
	margin-bottom: 15px;
}
#company .overview .text table {
	border-top: 1px solid #c9c9c9;
}
#company .overview .text table tr th,#company .overview .text table tr td  {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	border-bottom: 1px solid #c9c9c9;
	background: #fff;
}
#company .overview .text table tr th {
	background: var(--gray);
}
#company .overview .text table tr td .m-btn {
	display: inline-block;
}
#company .overview .text table tr td .m-btn a {
	background: var(--blue);
	color: #fff;
	font-size: 13px;
	padding: 3px 10px 5px;
	border-radius: 50px;
	margin-left: 10px;
	line-height: 1;
}
#company .map-wrap .map {
	width: 100%;
	height: 450px;
}
#company .map-wrap .map iframe {
	width: 100%;
	height: 100%;
}
#company .map-wrap .l-btn a {
	text-decoration: underline;
	margin: 10px 0 0;
	display: inline-block;
}
#company .map-wrap .l-btn a::after{
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-bottom: 1px solid var(--black);
	border-right: 1px solid var(--black);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto 10px 0 10px;
	vertical-align: 1px;
}

#company .map-wrap .l-btn a:hover{
	opacity: .8;
}

/*------------------------
設備・仕様
------------------------*/
#philosophy{
	position: relative;
}
#philosophy::before {
	content: "";
	width: 680px;
	height: 100%;
	background: url(/pc/img/common/pattern_blue.png);
	position: absolute;
}
#philosophy .inner{
	padding: 60px 0 100px;
}
#philosophy .ttl-wrap {
	text-align: center;
	margin-bottom: 25px;
}
#philosophy .ttl-wrap .sub {
	transform: rotate(-6deg);
	margin-left: -40px;
	margin-bottom: -3px;
}
#philosophy .text-philosophy {
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#philosophy .text {
	width: 800px;
	margin: 0 auto;
	font-size: 18px;
}
#philosophy .text strong {
	display: block;
	text-align: right;
	font-size: 20px;
	margin-top: 10px;
}


/*------------------------
設備・仕様
------------------------*/
#outline{
	background: linear-gradient(75deg, rgba(18, 130, 172, .2) 0%, rgba(38, 159, 170, .2) 100%);
}
#outline .inner{
	padding: 60px 0 100px;
}
#outline .ttl-wrap {
	text-align: center;
	margin-bottom: 25px;
}
#outline .ttl-wrap .sub {
	transform: rotate(-6deg);
	margin-left: -40px;
	margin-bottom: -3px;
}
#outline table {
	border-top: 1px solid #c9c9c9;
}
#outline table tr th,#outline table tr td {
	font-size: 17px;
	font-weight: 500;
	padding: 14px 20px;
	border-bottom: 1px solid #c9c9c9;
	background: #fff;
}
#outline table tr th {
	background: var(--gray);
}