@charset "UTF-8";

/*ファーストビュー ============================*/
@media(max-width: 767px){
	.sec-top:before{
		background-image: url(../assets/about_first-view.jpg);
	}
}
@media(min-width: 768px){
	.sec-top{
		background-image: url(../assets/about_first-view.jpg);
	}
}
/*NEXTリンク*/
.sec-next-link > a img{
	object-position: center 0px;
}

/*代表者メッセージ===========================*/
.sec-rep-message{
	background: #fff;
	z-index: 5;
	padding: 70px 0;
	overflow: hidden;
}
.sec-rep-msg_text{
	margin-bottom: 40px;
	padding: 0 6.58823529411765%;
}
.sec-rep-msg_text h2{
	margin-bottom: 40px;
}
.sec-rep-msg_text .rep-msg{
	text-align: left;
}
.sec-rep-msg_text .rep-name{
	text-align: right;
}
.sec-rep-msg_text .rep-name span{
	font-size: 2.8rem;
}
.sec-rep-msg_img{
	margin: 0 auto;
	height: 340px;
	height: 80vw;
	background-image: url(../assets/profile.jpg);
	background-size: cover;
	background-position: center top;
}
@media(min-width: 768px){
	.sec-rep-msg_container{
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.sec-rep-msg_text{
		width: 66%;
		padding: 60px 7.2%;
		margin-bottom: 80px;
		background: #fff;
		position: relative;
		z-index: 2;
	}
	.sec-rep-msg_text h2{
		text-align: left;
	}
	.sec-rep-msg_img{
		max-width: 500px;
		width: 500px;
		margin: 0;
		height: 400px;
		position: absolute;
		/*top: 230px;*/
		right: 0;
		z-index: 1;
	}
}
@media(min-width: 1160px){
	.sec-rep-message{
		max-width: 1440px;
		margin: 0 auto;
		padding: 120px 0;
		overflow: auto;
	}
	.sec-rep-msg_container{
		padding: 0 6.94444444444445%;
		display: flex;
		justify-content: space-between;
	}
	.sec-rep-msg_text{
		width: 48%;
		padding: 0;
		margin-bottom: 40px;
	}
	.sec-rep-msg_text h2{
		text-align: left;
	}
	.sec-rep-msg_img{
		position: static;
		width: 44%;
		margin: 0;
		height: auto;
	}
}

/*経営理念=================*/
.sec-mission{
	position: relative;
	z-index: 0;
}
.sec-mission h2 .caption{
    text-shadow: 0 0 14px rgb(255 255 255 / 70%);
}
.back-image_area{
	height: 86vh;
	background-image: url(../assets/mission.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.back-image_filter{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .20);
	padding: 70px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-image_filter h2{
	margin-bottom: 40px;
}
.back-image_filter h2 .title{
	color: #fff;
}
.back-image_filter h3{
	color: #fff;
	font-size: 3.2rem;
	margin-bottom: 30px;
	border: none;
}
.back-image_filter p{
	color: #fff;
	line-height: 2;
	font-weight: 600;
}
@media(max-width: 425px){
	.sec-rep-msg_img{
		margin-left: 28px;
	}
}
@media(min-width: 960px){
	.sec-mission{
		padding-bottom: 170px;
	}
	#back-image_area{
		height: 72vh;
		max-height: 640px;
	}
	.back-image_filter{
		padding: 120px 0;
	}
	.back-image_filter h2{
		margin-bottom: 80px;
	}
	.back-image_filter h3{
		font-size: 4.8rem;
		margin-bottom: 30px;
	}
	.back-image_filter p{
		font-size: 2.2rem;
	}
}

/*行動指針x*/
.values{
	padding: 70px 6.58823529411765%;
	overflow: auto;
}
.values h3{
	margin-bottom: 30px;
}
.values li{
	background: #fafafa;
	padding: 50px 60px 60px;
}
.values li:not(:last-child){
	margin-bottom: 20px;
}
.values li .number{
	font-size: 4.0rem;
	color: #c6e5f5;
	font-weight: 700;
	letter-spacing: .5em;
	text-indent: .5em;
	text-align: center;
	margin-bottom: 16px;
}
@media(min-width: 768px){
	.values{
		padding-bottom: 120px;
	}
	.values h3{
		margin-bottom: 40px;
	}
	.values ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.values ul li{
		width: 47%;
	}
	.values li:not(:last-child){
		margin-bottom: 40px;
	}
}
@media(min-width: 960px){
	.values{
		padding: 100px 0 0 0;
	}
	.values h3{
		margin-bottom: 60px;
	}
	.values ul{
		width: 86.11111%;
		max-width: 1240px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.values ul li{
		width: 30%;
		vertical-align: baseline;
	}
	.values li:not(:last-child){
		margin-bottom: 0;
	}
}

/*会社概要===============================*/
.sec-company-profile{
	padding: 0 6.58823529411765% 70px;
	box-sizing: border-box;
}
.sec-company-profile h2 {
	margin-bottom: 40px;
}
.sec-company-profile table{
	text-align: left;
}
.company-profile_wrapper{
	width: 100%;
}
table{
	width: 100%;
	table-layout: fixed;
	margin-bottom: 50px;
}
table tr:first-child{
	border-top: solid 1px #ddd;
}
table th{
	width: 44%;
	padding: 37px 20px 37px 0;
	border-bottom: solid 1px #ddd;
	font-weight: 600;
}
table td{
	width: 56%;
	border-bottom: solid 1px #ddd;
	padding: 37px 0;
}
/*アクセス（地図）*/
.access h3{
	margin-bottom: 40px;
}
.sec-company-profile .access_map{
	width: 100%;
	height: 42.10vw;
	max-height: 560px;
	border: 1px solid #ddd;
	vertical-align: bottom;
	display: block;
}
@media(min-width: 960px){
	.sec-company-profile{
		max-width: 1440px;
		margin: 0 auto 120px;
		padding: 0;
	}
	.company-profile_wrapper{
		width: 86.11111111%;
		max-width: 1240px;
		margin: 0 auto 90px;
		display:flex;
		justify-content: space-between;
	}
	.sec-company-profile h2 {
		width: 140px;
		text-align: left;
		margin: 0;
	}
	.sec-company-profile h2 .en{
		line-height: 1.3;
	}
	.sec-company-profile table{
		width: 58%;
		margin: 0;
	}
	.access h3{
		margin-bottom: 40px;
	}
	.sec-company-profile .access_map{
		width: 86.111111%;
		/*width: 100%;*/
		margin: 0 auto;
	}
}

.main, .footer{
	position: relative;
	z-index: 4999;
}






