@charset "utf-8";
/* CSS Document */

/* 共通----------------------------------- */

.headline3_sub{
	background:#e0e0e0;
	padding:8px 0 7px 15px;
	font-size:16px;
	border-bottom:4px solid #0096b2;
}


/* 企業情報----------------------------------- */

.block_about_us a{
	transition : .4s;
}
.block_about_us .message_block a:hover,
.block_about_us .link_list a:hover{
	opacity: 0.6;
}

/* message ----------------------------------- */

.block_about_us {
	margin-bottom: 60px;
}
.message_block a{
	height: 361px;
	display: block;
	background: url("../images/corporation/main_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.message_block img{
	width: 48.4375%;
	position: absolute;
	top: 0;
	right: 5.2083%;
	bottom: 0;
	margin: auto 0;
}
.message_block .text {
	width: 480px;
	height: 170px;
	background: rgba(92, 176, 189, .9);
	color: #fff;
	box-shadow: 2.5px 2.5px 5px rgba(0,0,0,.3);
	position: absolute;
	left: 5.2083%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-top: 12px;
	box-sizing: border-box;
}
.message_block .text h3 {
	width: 327px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 0 0 16px 50px;
	letter-spacing: .1em;
	box-sizing: border-box;
}
.message_block .text p {
	margin: 16px 0 0 50px;
	font-size: 20px;
	letter-spacing: .05em;
}


/* リンク *-------------------------------------------------------- */

ul.link_list{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
	margin: 30px 0 0;
}
ul.link_list li{
	width: 31.25%;
	margin-bottom: 30px;
}
ul.link_list li a{
	display: block;
	position: relative;
}
ul.link_list li img{
	vertical-align: middle;
	width: 100%;
	box-shadow: 2.5px 2.5px 5px rgba(0,0,0,.3);
}
ul.link_list li a p{
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .04em;
	position: absolute;
	left: 20px;
	top: 3px;
	bottom: 0;
	display: flex;
	align-items: center;
}

/* グループ会社ブロック*-------------------------------------------------------- */

ul.group_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 20px 0 0;
}

ul.group_list li{
	width: 32.5%;
	margin-bottom: 4px;
}
ul.group_list li:nth-child(3n+2){
	width: 33.28125%;
}
ul.group_list li img{
	width: 100%;
}

.logo_hd{
	background: #4599b6;
	display: flex;
	padding: 10px;
}
.logo_hd .img{
	width: calc(100% - 56.77%);
}
.logo_hd .img img{
	width: 100%;
}
.logo_hd p.text{
	width: 54.77%;
	color: #fff;
	text-align: right;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: 500;
    display: flex;
    justify-content: end;
    align-items: center;
}


/* -------------------------------------------------------- */

/* PCの時だけ */

/* -------------------------------------------------------- */

@media screen and (min-width: 641px) {
	.hidden_pc{
		display: none;
	}
}	
/* -------------------------------------------------------- */

/* 640以下 */

/* -------------------------------------------------------- */

@media screen and (min-width: 1px) and (max-width: 640px) {

	/* -------------------------------------------------------- */
	
	/* SP */
	
	/* -------------------------------------------------------- */
	
	/* 企業情報----------------------------------- */

	.message_block {
		margin-top: -11px;
	}
	.message_block a{
		height: calc(378 / 320 * 100vw);
		background-image: url("../../sp/src_sp/images/corporation/bg.jpg");
	}
	.message_block img{
		width: 90.625%;
		position: absolute;
		top: calc(20 / 320 * 100vw);
		right: 0;
		left: 0;
		bottom: auto;
		margin: 0 auto;
	}
	.message_block .text {
		width: 90.625%;
		height: calc(156 / 320 * 100vw);
		left: 0;
		right: 0;
		top: calc(202 / 320 * 100vw);
		bottom: auto;
		margin: 0 auto;
		padding-top: 12px;
	}
	.message_block .text h3 {
		width: 265px;
		font-size: 27px;
		padding: 0 0 10px 57px;
		letter-spacing: .1em;
	}
	.message_block .text p {
		margin: 8px 0 0 57px;
		font-size: 22px;
		line-height: 1.3636;
		letter-spacing: .05em;
	}

	
	
	/* リンク *-------------------------------------------------------- */
	
	ul.link_list{
		width: 90%;
		margin: 20px auto 12px;
	}
	ul.link_list li{
		width: calc((100% - 10px) / 2);
		margin-bottom: 12px;
	}
	ul.link_list li a p{
		font-size: 17px;
		line-height: 1.4706;
		left: 10px;
	}
	
	
	.hidden_sp{
		display: none;
	}
	
	/* グループ会社ブロック*-------------------------------------------------------- */
	
	.group_block{
		width: 90%;
		margin: 0 auto;
		border: 2px solid #3abcbf;
		padding: 18px;
		box-sizing: border-box;
	}
	ul.group_list{
		display: block;
	}
	
	ul.group_list li{
		width: 100% !important;
		margin-bottom: 4px;
		padding: 0;
	}
	ul.group_list li img{
		width: 100%;
		border: 1px solid #cccccc;
		
	}

	.logo_hd{
		background: none;
		display: block;
		padding: 0;
	}
	.logo_hd .img{
		width: 100%;
		margin: 0 0 10px;
	}
	.logo_hd .img img{
		width: 100%;
		border: 1px solid #cccccc;
	}
	.logo_hd p.text{
		width: 100%;
		color: #000000;	
		font-size: 16px;		
		display: inline-block;
		text-align: left;
		border-bottom: 2px solid #cccccc;
		padding-bottom: 5px;
	}
	
}
	

