@charset "UTF-8";
/* CSS Document */

h1{
	width: 23.384615%;
}

@media(max-width: 767px){
	.sub-sec-top .sp-lead img{
		width: 37.176470588%;
	}
}

.sec-message{
	margin-bottom: 140px;
	max-width: 1440px;
	margin: 0 auto 140px;
}
.sec-message h2{
	margin-left: 9.72222222222222%;
}
.sec-message .content{
	display: flex;
	justify-content: space-between;
	margin-left: 9.72222222222222%;
}
.sec-message .content .text-area{
	width: 570px;
	width: 43.846153846%;
}
.representative-name{
	text-align: right;
	padding-right: 7px;
}
.representative-profile{
	background-color: #f7f2ee;
	padding: 4.166vw 5.555vw;
	width: 87.719298245%;
	margin: 50px auto 0;
	box-sizing: border-box;
}
.representative-profile  h3{
	margin-bottom: 20px;
	text-align: center;
}
.representative-profile ul{
	list-style-type: none;
}
.representative-profile ul li{
	margin-bottom: 9px;
}
.rep-img-frame{
	width: 48.23076923%;
}
.representative-img-pc{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: -250px 0;
}

@media(max-width: 1300px){
	.representative-img-pc{
		object-position: -330px 0;
	}
}
@media(max-width: 1216px){
	.sec-message .content{
		display: block;
	}
	.rep-img-frame{
		width: 100%;
		height: 44vw;
	}
	.representative-img-pc{
		width: 100%;
		height: 100%;
		object-position: center top;
	}
	.sec-message .content .text-area{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		padding-right: 9.72222222222222%;
		box-sizing: border-box;
	}
	.text-area .dsc-wrapper{
		width: 55%;
	}
	.representative-profile{
		width: 40%;
		height: 100%;
		margin: 0;
	}
}
@media(max-width: 767px){
	.sec-message{
		margin-bottom: 23.5294117647059vw;/*100px*/
	}
	.sec-message .content .text-area{
		display: block;
		margin-bottom: 50px;
		padding-right: 6.58823529411765%;
		padding-left: 6.58823529411765%;
	}
	.text-area .dsc-wrapper{
		width: 100%;
		margin-bottom: 50px;
	}
	.representative-profile{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 8.235vw;
	}
	.sec-message h2{
		margin-left: 6.58823529411765%;
	}
	.sec-message .content{
		margin-left: 0;
	}
	.rep-img-frame{
		display: none;
}
	.representative-img-sp{
		display: block;
		width: 93.411764705%;/*397px*/
		margin: 0 0 0 auto;
		height: 87.058823529vw;
		object-fit: cover;
		margin-bottom: 11.7647vw;
	}
}

/*----企業理念----------------------*/
.sec-mission{
	margin-bottom: 140px;
	padding: 140px 0;
	background-image: url(../image/mission.jpg);
	width: 100%;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.sec-mission h3{
	font-size: 3.0rem;
	line-height: 1.5;
	margin-bottom: 50px;
}
.mission-dsc{
	font-size: 2.0rem;
	line-height: 3.0rem;
}
@media(max-width: 767px){
	.sec-mission{
		margin-bottom: 23.5294117647059vw;/*100px*/
		padding: 16.47vw 0;
	}
	.sec-mission h2{
		margin-bottom: 11.764vw;
	}
	.sec-mission h3{
		font-size: 5.17647058823529vw;/*2.2rem*/
		margin-bottom: 50px;
	}
	.mission-dsc{
		font-size: 3.76470588235294vw;/*1.6rem*/
		line-height: 1.5;
		padding: 0 6.58823529411765vw;
	}
	.mission-dsc br{
		display: none;
	}
}

/*----会社概要-------------------*/
.sec-company-profile{
	max-width: 1440px;
	margin: 0 auto 140px;
}
.sec-company-profile .container{
	width: 80.555555555%;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
}
.sec-company-profile h2 {
	min-width: 370px;
}
.sec-company-profile h2 .en{
	line-height: 2.6rem;
}
table{
	/*width: 60.862068965%;*/
    width: 52.862069%;
    margin-left: 40px;
}
table th{
	font-size: 1.8rem;
	text-align: left;
	width: 34.844192634%;
	min-width: 150px;
	padding: 37px 0;
	border-bottom: solid 1px #ac9d8f;
	color: #ac9d8f;
	font-weight: 600;
}
table tr:first-child{
	border-top: solid 1px #ac9d8f;
}
table td{
	width: 65.15%;
	border-bottom: solid 1px #ac9d8f;
	padding: 37px 0;
}

/*960px*/
@media(max-width: 960px){
	.sec-company-profile .container{
		display: block;
	}
	.sec-company-profile h2 {
		min-width: 0px;
		text-align: center;
	}
	table{
		width: 80%;
		margin: 0 auto;
	}
}

/*767px*/
@media(max-width: 767px){
	.sec-company-profile{
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 28.2352941176471vw;/*120px*/
	}
	.sec-company-profile .container{
		width: 100%;
	}
	table{
		width: 86.8235294117647%;
		margin: 0 auto;
		table-layout: fixed;
	}
	table th{
		font-size: 4.23529411764706vw;/*1.8rem*/
		min-width: 0;
		width: 42%;
	}
	table td{
		width: 58%;
		padding: 37px 0;
		word-break : break-all;
	}
}

/*お問い合わせのオレンジボックス*/
.sec-contact{
	position: relative;
}
.sec-contact .stripe-box{
	left: 0;
}

.sec-contact .orange-box{
	left: 14.305555555%;/*(206px)*/
}



@media(max-width: 767px){
	.sec-contact .stripe-box{
		width: 17.6470%;
		height: 17.6470vw;
		top: -20vw;
		left: 7.05882%;
	}

	.sec-contact .orange-box{
		width: 10.35294%;
		height: 10.35294vw;
		left: 22.823%;/*97px*/
		top: -25.882vw;/*-110px*/
	}
}


