@charset "utf-8";


/* ページタイトル
========================================== */

.bg-head {
	min-height: 520px;
	position: relative;
}
.bg-head-corp {
	background: url(../img/company/bg_head.jpg) no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.bg-head {
		min-height: 220px;
	}
}
.bg-head-tit {
	position: absolute;
	bottom:50px;
	width: 100%;
	color: #fff;
}
.bg-head-tit em {
	font-weight: bold;
	font-size: 30px;
	display: block;
	position: relative;
}
.bg-head-tit em::after {
	content: "";
	display: block;
	width: 157px;
	height: 24px;
	position: absolute;
	background: url(../img/company/tit_corp.svg)no-repeat;
}
@media only screen and (max-width: 767px) {
	.bg-head-tit em {
		font-size: 22px;
	}
	.bg-head-tit em::after {
		background-size: 100px;
	}
}

/* ピンクのサブタイトル
========================================== */

.tit-pink {
	font-size: 20px;
	font-weight: bold;
	color: #E7355C;
}
@media only screen and (max-width: 767px) {
	.tit-pink {
		font-size: 12px;
	}	
}

/* 経営理念
========================================== */

.corp-msg {
	padding: 150px 0 200px;
}
@media only screen and (max-width: 767px) {
	.corp-msg {
		padding: 70px 0 100px;
	}
}
.txt-msg {
	margin-top: 160px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 3.5;
}
@media only screen and (max-width: 767px) {
	.txt-msg {
		font-size: 14px;
	}
}
.txt-msg::after {
	content: "";
	width: 80px;
	height: 5px;
	display: block;
	position: absolute;
	top: -80px;
	background: #E7355C;
}
.txt-msg::before {
	content: "";
	width: 320px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -80px;
	background:url(../img/common/bg_line_bl.svg);
}
.bg-corp01 {
	background: url(../img/company/bg_corp01.jpg) no-repeat right 5% center;
}
@media only screen and (max-width: 767px) {
	.bg-corp01 {
		background-size: 200px;
	}
}

/* 横並びリスト
========================================== */

dl.item-table-dl {
	display: table;
	width: 100%;
	margin-top: 20px;
}
dl.item-table-dl dt {
	display: table-cell;
	border-bottom: 1px solid #E7355C;
	font-weight: bold;
	padding: 0 30px 20px;
}
dl.item-table-dl dd {
	display: table-cell;
	border-bottom: 1px solid #D2CACC;
	padding: 0 30px 20px ;
}
@media only screen and (max-width: 767px) {
	dl.item-table-dl  {
		display: block;
	}
	dl.item-table-dl dt {
		display: block;
	}
	dl.item-table-dl dd {
		display: block;
		margin-top: 30px;
		font-size: 14px;
	}
}
.bg-pt02 {
	position: relative;
}
.bg-pt02::after {
	content: "";
	width: 35%;
	height: 100%;
	background:url(../img/company/bg_pt02.svg);
	display: block;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 0;
}
@media only screen and (max-width: 767px) {

	.bg-pt03-sp {
		background:url(../img/company/bg_pt03.svg);
		padding-bottom: 40px;
		position: relative;
	}
}

/* 会社概要
========================================== */

.company {
	padding: 100px 0 0;
	position: relative;
}
.company::after {
	content: "";
	width: 41%;
	height: 540px;
	background:url(../img/company/bg_pt01.svg);
	display: block;
	top: 130px;
	position: absolute;
	z-index: -1;
	border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
	.company::after {
		width: 100%;
		height: 500px;
		border-radius: 0 0 0 0;
		height: 130px;
	}
	.corp-logo figure {
		height: 140px;
	}
	.tit-comp {
		position: absolute;
		top: -35px;
	}
}
.list-company dl dt {
	width: 160px;
}

@media only screen and (max-width: 767px) {
	.list-company {
		margin-top: 80px;
		background: rgba(255, 255, 255, 0.8);
	}
	.list-company dl {
		padding: 10px;
		margin-top: 10px;
	}
	.list-company dl dt {
		padding-bottom: 10px;
	}
	.list-company dl dd {
		margin-top: 20px;
	}
}
.corp-data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.corp-data {
		flex-direction: column-reverse;
	}
}
.corp-logo {
	position: relative;
}
.corp-logo figure {
	max-width: 400px;
	width: 100%;
	height: 280px;
	display: block;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	margin-top: 140px;
}
.corp-logo figure::after {
	content: "";
	width: 90px;
	height: 1px;
	display: block;
	background: #E7355C;
	position: absolute;
	top:60px;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.corp-logo figure {
		display: none;
	}
	.corp-logo figure::after {
		display: none;
	}
}


/* 拠点
========================================== */

.office {
	padding: 100px 0 120px;
	border-bottom: 50px solid #F5F5F5;
}
.office-list {
	max-width: 900px;
	margin-left: 60px;
	position: relative;
	padding-top: 30px;
	margin-top: 50px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.office-list {
		max-width: 100%;
		margin-left: 0;
	}	
}
.office-list::before {
	content: "";
	height: 105%;
	width: 12px;
	background: url(../img/top/bg_line_pt01.svg) ;
	position: absolute;
	display: block;
	left:-50px;
	top: 0;
}
.pic-jp {
	background: url(../img/top/pic_corp02.png) no-repeat right 250px;
	background-size: 30%;
}
@media only screen and (max-width: 767px) {
	.pic-jp {
		background: none;
	}
}
.office-list dl {
	background: rgba(255, 255, 255, 0.3);
}
.office-list dl + dl {
	margin-top: 50px;
}
.office-list dl dt {
	width: 260px;
	font-size: 20px;
}
.office-list dl dt span {
	display: block;
	color: #E7355C;
	font-weight: bold;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.office-list dl + dl {
		margin-top: 20px;
	}
	.office-list dl dt {
		width: 100%;
		font-size: 16px;
	}
	.office-list dl dt span {
		font-size: 12px;
	}
}

/* 大阪駅
========================================== */

.cover01 img {
	width: 100%;
}