@charset "utf-8";

/*============================
MV
============================*/
#mv .image .image-content {
	background-image: url("../img/company/mv.jpg");
}

/*============================
メッセージ
============================*/
#message {
	margin-top: 2.00rem;
}

@media screen and (max-width: 640px) {
	#message {
		margin-top: 1.00rem;
	}
}

#message .cont_wrap {
	display: flex;
	flex-wrap: wrap;
}

#message .cont_wrap .ph_wrap {
	width: 50%;
}

@media screen and (max-width: 640px) {
	#message .cont_wrap .ph_wrap {
		max-width: 2.40rem;
		width: 100%;
		height: 2.60rem;
		position: relative;
		left: -0.20rem;
	}

	#message .cont_wrap .ph_wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
}

#message .cont_wrap .text_wrap {
	width: 50%;
	padding-left: 0.80rem;
	box-sizing: border-box;
	padding-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap {
		width: 100%;
		padding-left: 0;
		padding-top: 0.20rem;
		position: relative
	}
}

#message .cont_wrap .text_wrap .title {
	font-size: 0.97rem;
	font-weight: bold;
	color: #E93C1E;
	position: relative;
	left: -1.80rem;
}

@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap .title {
		font-size: 0.40rem;
		position: absolute;
		top: -0.25rem;
		left: auto;
		right: 0;
	}
}


#message .cont_wrap .text_wrap .lead {
	font-size: 0.26rem;
	font-weight: bold;
	margin-top: 0.50rem;
	line-height: 1.65;
}
@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap .lead {
		font-size: 0.19rem;
	}	
}


#message .cont_wrap .text_wrap .text {
	font-size: 0.16rem;
	margin-top: 0.20rem;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap .text {
		font-size: 0.14rem;
	}	
}

#message .cont_wrap .text_wrap .text strong {
	font-size: 0.20rem;
	display: block;
}
@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap .text strong {
		font-size: 0.16rem;
	}	
}


#message .cont_wrap .text_wrap .name_box {
	text-align: right;
}

#message .cont_wrap .text_wrap .name {
	font-size: 0.20rem;
	margin-top: 0.20rem;
	display: inline-block;
	margin-left: auto;
	margin-right: 0;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap .name {
		font-size: 0.16rem;
	}	
}


#message .cont_wrap .text_wrap .name span {
	font-size: 0.16rem;
	display: block;
}
@media screen and (max-width: 640px) {
	#message .cont_wrap .text_wrap .name span {
		font-size: 0.14rem;
	}	
}


/*============================
インフォメーション
============================*/
#info {
	margin-top: 2.30rem;
}
@media screen and (max-width: 640px) {
	#info {
		margin-top: 1.00rem;
	}	
}


#info table {
	max-width: 8.00rem;
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

#info table tr {
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

#info table tr:last-child {
	border-bottom: 1px solid #CCCCCC;
}

#info table th {
	width: 2.30rem;
	text-align: left;
	font-size: 0.16rem;
	font-weight: normal;
	padding: 0.25rem;
	line-height: 1.5;
	box-sizing: border-box
}
@media screen and (max-width: 640px) {
	#info table th {
		width: 30%;
		font-size: 0.13rem;
		padding: 0.15rem;
	}	
}


#info table td {
	width: calc(100% - 2.30rem);
	font-size: 0.16rem;
	font-weight: normal;
	padding: 0.25rem;
	line-height: 1.5;
	box-sizing: border-box
}
@media screen and (max-width: 640px) {
	#info table td {
		width: 70%;
		font-size: 0.13rem;
		padding: 0.15rem;
	}	
}


/* 地図 */
#info .map {
	margin-top: 0.55rem;
}

#info .map iframe {
	width: 100%;
	height: 4.00rem;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media screen and (max-width: 640px) {
	#info .map iframe {
		height: 2.50rem;
	}
}