/* CSS Document */


.sub-fv-title-box::before{
	content: 'COMPANY';
}

#greeting{
	background: url("../img/bk/greeting-bk.jpg") top center;
	background-size: cover;
}


.greeting-box{
	margin-top: 50px;
	padding: 60px;
	position: relative;
}

.greeting-box::before {
	display: block;
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.65);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: blur(10px);
}

.greeting-box .main-text{
	margin: auto;
}

.greeting-box .main-text p {
	font-weight: 500;
}

.sign{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.sign h4{
	font-weight: 600;
	font-size: 1.5rem;
}

.sign h4 span{
	margin-left: 20px;
	font-size: 2rem;
}


@media(max-width:1000px){
	
	
	.greeting-box {
		margin-top: 30px;
    	padding: 30px 0;
	}
	
	.greeting-box::before {
    	width: calc(100% + 40px);
		left: -20px;
	}
	
	.sign h4 {
		margin-top: 10px;
		font-size: 1.1rem;
	}
	
	.sign h4 span {
		font-size: 1.5rem;
	}
	
}



/* 企業情報　*/

#profile{
	margin-top: -80px;
    padding-top: 100px;
}

.profile_table{
	display: flex;
	flex-direction: row;
	gap: 40px;
	width: 100%;
	margin-top: 50px;
}

.profile_table table{
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.profile_table tr{
	text-align: left;
}

.profile_table tr:nth-child(odd) {
    background-color: #f5f5f5; 
  }

.profile_table tr:nth-child(even) {
    background-color: #ffffff; 
  }

.profile_table th,
.profile_table td{
	letter-spacing: 1px;
	text-align: left;
	padding:25px 0;
	vertical-align:top;
	border-spacing: 0;
	font-weight: 400;
}

.profile_table td span{
	display: inline-block;
}

.profile_table th{
	min-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: 600;
}

.profile_table td{
	width: 100%;
	font-weight: 500;
}


.profile_table th p{
	font-weight: 600;
}

.profile_table td a{
    display: flex;
    flex-direction: row;
    align-items: center;
	text-decoration: underline;
	max-width: 280px;
}

.profile_table td .ganbayoku {
	display: inline;
}

.profile_table td .ganbayoku a{
	display: inline;
}

.profile_table td a:hover{
	color: blue;
}

.profile_table td ul{
	margin-bottom: 20px;
}

.profile_table td a small span{
	font-size: 16px;
}

.office-img{
	display: flex;
	flex-direction: row;
	gap:20px;
	width: 100%;
}

.floor01 {
	margin-bottom: 20px;
}

.floor01 .detailUpfile{
	aspect-ratio: 49/34;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}



@media(max-width: 1000px){
	
		
	.profile_table {
    	gap: 20px;
	}
	
	.profile_table th {
		min-width: 160px;
	}
	
	.office-img {
    	gap: 10px;
	}
	
	.floor01 {
		margin-bottom: 10px;
	}
	
}


@media(max-width:800px){
	
	
	.profile_table th p{
        color: #00425b;
		font-weight: 800;
	}
	
	.profile_table th, .profile_table td {
		letter-spacing: 1px;
		font-size: 14px;
		padding: 20px 0;
	}
	
	.profile_table {
		min-width: 100%;
		padding: 0;
	}
	
	.profile_table tr {
		display: flex;
		flex-direction: column;
	}
	
	.profile_table th {
		width: 120px;
		padding-top: 10px;
		border-top: none;
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.profile_table td{
		padding-top: 0;
		width: 100%;
		padding-bottom: 10px;
	}
	
	

}


@media(max-width:600px){
	
	
	.profile_table {
    	flex-direction: column;
	}
	
	
}

@media(max-width:500px){

	.profile_table table{
		min-width: 100%;
		width:100%;
	}
	
	.profile_table tr {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	
	.profile_table th,
	.profile_table td {
		width: 100%;
		border-bottom: none;
	}
	
	.profile_table {
		padding: 10px 0;
	}
	
    .profile_table th {
        padding: 10px 0 0 10px;
        border-bottom: none;
        font-size: 16px;
    }
	
		
	.profile_table td{
		padding: 0px 0 10px 10px;
	}
	
	
	
}





/* 企業情報　///*/












