/*============================
株式会社E-worksとは
============================*/
#about_concept {
	padding-bottom: 0.8rem;
}

/*タイトル*/
#about_concept .sec_title{
	text-align: center;
}

/*リード*/
#about_concept .lead{
	font-size: 0.18rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0.40rem 0;
}
@media screen and (max-width: 599px){
	#about_concept .lead{
		font-size: 0.15rem;
		text-align: justify;
		letter-spacing: 0.05em;
		margin: 0.30rem 0;
	}

}


/*画像*/
#about_concept .ph_box {
	width: 90%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box {
		width: 100%;
	}
}

#about_concept .ph_box {
	width: 90%;
	height: 5.33rem;
	box-sizing: border-box;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box {
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
}

#about_concept .ph_box .left {
	width: calc(63% - 0.10rem);
	margin-right: 0.10rem;
	height: 100%;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .left {
		width: 100%;
		margin-right: 0;
	}
}


#about_concept .ph_box .left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about_concept .ph_box .right {
	width: 37%;
	height: 100%;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-top: 0.05rem;
	}
}

#about_concept .ph_box .right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about_concept .ph_box .right .top  {
	width: 100%;
	height: 61%;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .right .top  {
		width: 65%;
		height:auto;
		padding-right: 0.05rem;
		box-sizing: border-box;
	}
}

#about_concept .ph_box .right .bottom  {
	width: 100%;
	height: 39%;
	display: flex;
	box-sizing: border-box;
	padding-top: 0.10rem;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .right .bottom  {
		flex-wrap: wrap;
		width: 35%;
		height: auto;
		padding-top: 0;
	}
}


#about_concept .ph_box .right .bottom .box {
	width: 50%;
	height: 100%;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .right .bottom .box {
		width: 100%;
		height: 50%;
	}
}


#about_concept .ph_box .right .bottom .box:first-child  {
	padding-right: 0.05rem;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .right .bottom .box:first-child  {
		padding-right: 0;
		padding-bottom: 0.05rem;
		box-sizing: border-box;
	}
}


#about_concept .ph_box .right .bottom .box:last-child  {
	padding-left: 0.05rem;
}
@media screen and (max-width: 599px){
	#about_concept .ph_box .right .bottom .box:last-child  {
		padding-left: 0;
	}
}

/*============================
代表挨拶
============================*/
#about_message {
	position: relative;
}

/*タイトル*/
#about_message .sec_title{
	text-align: center;
	margin-bottom: 0.40rem;
}

/*テキスト*/
#about_message .text_box {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 0.50rem;
}
@media screen and (max-width: 599px){
	#about_message .text_box {
		padding-top: 0;
	}
}


#about_message .text_box .message_title {
	font-size: 0.35rem;
	font-weight: 700;
	line-height: 1.88;
	letter-spacing: 0.1em;
	color: #C71E0A;
}
@media screen and (max-width: 599px){
	#about_message .text_box .message_title {
		font-size: 0.22rem;
		line-height: 1.75;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 0.20rem;
	}
}

#about_message .text_box .text {
	font-size: 0.16rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
	max-width: 7.00rem;
	box-sizing: border-box;
	background: #fff;
	padding: 0.50rem 0.50rem 0.50rem 0;
	text-align: justify;
}
@media screen and (max-width: 599px){
	#about_message .text_box .text {
		font-size: 0.15rem;
		line-height: 2;
		background: #fff;
		padding: 0.2rem 0;
	}
}


#about_message .text_box .text span {
	display: block;
	text-align: right;
	padding-top: 0.30rem;
}

/*写真*/
#about_message .ph_warap {
	width: 57%;
	height: 5.35rem;
	position: absolute;
	top: 1.3rem;
	right: 0;
	z-index: 0;
}

#about_message .ph_warap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*============================
社是
============================*/
#about_rinen {
	padding-top: 1.30rem;
	max-height: 6.00rem;
}
@media screen and (max-width: 599px){
	#about_rinen {
		padding-top: 0.50rem;
		max-height: 100%;
	}
}


#about_rinen .cont_wrap {
	display: flex;
	max-height: 6.00rem;
}
@media screen and (max-width: 599px){
	#about_rinen .cont_wrap {
		flex-wrap: wrap;
		max-height: 100%;
	}
}


/*写真*/
#about_rinen .cont_wrap .ph_wrap {
	width: 50%;
	/* height: 100%; */
}
@media screen and (max-width: 599px){
	#about_rinen .cont_wrap .ph_wrap {
		width: 100%;
	}
}


#about_rinen .cont_wrap .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 599px){
	#about_rinen .cont_wrap .ph_wrap img {
		vertical-align: bottom;
	}
}


/*テキスト*/
#about_rinen .cont_wrap .text_wrap {
	width: 50%;
	box-sizing: border-box;
	/* padding-top: 50%;
	padding-bottom: 0.90rem; */
	background-color: #C71E0A;
	background-image: url(../img/about_rinen_back.png);
	background-size: cover;
	background-position: top;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 599px){
	#about_rinen .cont_wrap .text_wrap {
		width: 100%;
		padding: 0.50rem 0;
	}
}

#about_rinen .cont_wrap .text_wrap .inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 599px){
	#about_rinen .cont_wrap .text_wrap .inner {
		position: relative;
		top: auto;
		transform: translateY(0);
	}
}

#about_rinen .cont_wrap .text_wrap .title {
	font-size: 0.24rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.60rem;
	color: #fff;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px){
	#about_rinen .cont_wrap .text_wrap .title {
		font-size: 0.20rem;
		margin-bottom: 0.30rem;
	}
}

#about_rinen .cont_wrap .text_wrap .rinen_title {
	max-width: 3.10rem;
	margin: 0 auto 0.60rem;
}

#about_rinen .cont_wrap .text_wrap .rinen_title {
	text-align: center;
	max-width: 2.50rem;
	margin-bottom: 0.30rem;
}

#about_rinen .cont_wrap .text_wrap .text {
	font-size: 0.16rem;
	text-align: center;
	line-height: 2.25;
	color: #fff;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 599px){
	#about_rinen .cont_wrap .text_wrap .text {
		font-size: 0.14rem;
		line-height: 2;
	}
}



/*============================
会社概要
============================*/
#about_company {
	padding-top: 1.30rem;
}
@media screen and (max-width: 599px){
	#about_company {
		padding-top: 0.60rem;
	}
}


/*タイトル*/
#about_company .sec_title{
	text-align: center;
	margin-bottom: 0.40rem;
}

#about_company .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.60rem;
}

#about_company .cont_wrap .cont_box {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	font-size: 0.16rem;
	letter-spacing: 0.1em;
	padding: 0.3rem 0;
	border-top: 1px solid #999999;
}
@media screen and (max-width: 599px){
	#about_company .cont_wrap .cont_box {
		width: 100%;
		display: flex;
		font-size: 0.14rem;
	}
}


#about_company .cont_wrap .cont_box.bb {
	border-bottom: 1px solid #999999;
}
@media screen and (max-width: 599px){
	#about_company .cont_wrap .cont_box.bb {
		border-bottom: none;
	}
	#about_company .cont_wrap .cont_box:last-child.bb {
		border-bottom: 1px solid #999999;
	}
}


#about_company .cont_wrap .cont_box .heading {
	width: 25%;
	font-weight: 700;
}
@media screen and (max-width: 599px){
	#about_company .cont_wrap .cont_box .heading {
		width: 30%;
		line-height: 1.5;
	}
}


#about_company .cont_wrap .cont_box .data {
	width: 75%;
}
@media screen and (max-width: 599px){
	#about_company .cont_wrap .cont_box .data {
		width: 70%;
		line-height: 1.5;
	}
}


/*マップ*/
#about_company .map iframe {
	width: 100%;
	height: 5.00rem;
}
@media screen and (max-width: 599px){
	#about_company .map iframe {
		height: 2.50rem;
	}
}
