@charset "utf-8";


body {
	font-size: 2.0rem;
	line-height: 1.9;
	letter-spacing: 0;
	font-weight: 300;
	
}

/*mv
--------------------------------------------*/
.company #lp_mainv .lp_mainv-img{
	background: url(../img/company/lp_company.jpg);
	background-position: center;
}



/*company_lead
--------------------------------------------*/
#company_lead{
	padding: 98px 0 70px;
}
#company_lead .ttle01{
	margin-bottom: 47px;
}
#company_lead .lead_inner{
	display: flex;
	gap: 36px;
}
#company_lead .lead_body{
	flex: 1;
}
#company_lead .lead_body .detail,
#company_lead .accordion__item{
	font-size: 1.9rem;
	line-height: 1.8181;
	letter-spacing: 0;
}
#company_lead .lead_body .detail .em,
#company_lead .accordion__item .em{
	font-weight: 700;
}
#company_lead .accordion__body{
	display: block !important;
}
#company_lead .accordion__link{
	display: none !important;
}

#company_lead .lead_body .signature{
	display: block;
	margin-top: 18px;
	font-size: 2.2rem;
}
#company_lead .lead_img{
	width: 416px;
	height: auto;
}


@media screen and (max-width: 1200px) {
	#company_lead{
		width: 90%;
		margin:0 auto
	}
}
@media screen and (max-width: 980px) {
	#company_lead .detail{
		text-align: left;
	}
	#company_lead .lead_inner{
		flex-direction: column-reverse;
		align-items: center;
	}
}


/*company_philosophy
--------------------------------------------*/
#company_philosophy{
	padding:126px 0 90px;
	background-color: #ecf4f2;
}
#company_philosophy .ttl02{
	margin-bottom: 110px;
}
#company_philosophy .ttl02::before{
	content: "Philosophy";
}
#company_philosophy .list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 30px;
}
#company_philosophy .list_item{
	width: calc( ( 100% - 30px )/2 );
}
#company_philosophy .list_item .ttl{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-family: var(--font-family-serif);
	font-size: 3.0rem;
	line-height: 1.5;
	font-weight: 500;
	width: 100%;
	min-height: 100px;
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom:10px;
}
#company_philosophy .list_item .ttl::before{
	position: absolute;
	content: url(../img/employee/L_border_l.png);
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}
#company_philosophy .list_item .ttl::after{
	position: absolute;
	content: url(../img/employee/L_border_r.png);
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
}
#company_philosophy .detail{
	font-size: 1.9rem;
	line-height: 1.9;
	letter-spacing: 0;
	min-height: 147px;
	padding: 20px;
	background-color: rgba(255,255,255,0.6);
	text-align: justify;
}
#company_philosophy .detail .em{
	font-weight: 600;
}

/* list01 */
#company_philosophy .list.list01{
	display: block;
}
#company_philosophy .list.list01 .list_item{
	width: 100%;
	margin-bottom: 85px;
}
#company_philosophy .list.list01 .list_item:last-of-type{
	width: 100%;
	margin-bottom: 115px;
}
#company_philosophy .list.list01 .list_item .ttl{
	min-height: 145px;
	font-size: 4.0rem;
	letter-spacing: 0.02em;
} 
#company_philosophy .list.list01 .list_item .ttl span{
	position: relative;
}
#company_philosophy .list.list01 .list_item .ttl span::before{
        position: absolute;
        content: "Mission";
        font-size: 4.8rem;
        color: var(--main-color);
        font-style: italic;
        font-family: var(--font-family-serif);
        line-height: 1;
        font-weight: 600;
        transform: translateX(-50%);
        left: 50%;
        top: -74px;
}
#company_philosophy .list.list01 .list_item:nth-of-type(2) .ttl span::before{
	content: "Vision";
}
/* #company_philosophy .list.list01 .list_item .ttl::before
{
	top: -7px;
} */
/* #company_philosophy .list.list01 .list_item .ttl::after
{
	bottom: 7px;
} */

/* list02 */
#company_philosophy .list.list02{
	position: relative;
	padding-top: 30px;
	border-top: 1px solid var(--main-color);
}
#company_philosophy .list.list02::before{
	position: absolute;
	content: "Value";
	font-size: 4.8rem;
	color: var(--main-color);
	font-style: italic;
	font-family: var(--font-family-serif);
	line-height: 1;
	font-weight: 600;
	transform: translateX(-50%);
	left: 50%;
	top: -63px;
}
@media screen and (max-width: 1200px) {
	#company_philosophy .list{
		width: 90%;
		margin:0 auto;
		justify-content: space-between;
		gap: 40px 0;
	}
	#company_philosophy .list_item{
		width: 48.5%;
	}
	#company_philosophy .list.list01 .list_item .ttl{
		min-height: 145px;
		font-size: 3.5rem;
		letter-spacing: 0.02em;
	} 
	#company_philosophy .list_item .ttl{
		font-size: 2.4rem;
	}
	#company_philosophy .detail{
		min-height:184px;
	}
}
@media screen and (max-width: 980px) {
	#company_philosophy .list.list01 .list_item .ttl{
		font-size: 2.5rem;
		letter-spacing: 0.02em;
	} 
	#company_philosophy .list_item .ttl{
		font-size: 2.2rem;
	}
	#company_philosophy .detail{
		min-height:225px;
	}
}


/*company_overview
--------------------------------------------*/
#company_overview{
	padding:126px 0 90px;
}
#company_overview .ttl02{
	margin-bottom: 20px;
}
#company_overview .ttl02::before{
	color: #fff2e9;
	content: "Overview";
}
#company_overview .ttl02::after{
	background-color: var(--main-color);
}
#company_overview .h-table{
	border:none;
}
@media screen and (max-width: 1200px) {
	#company_overview .company_overview_inner{
		width: 90%;
		margin:0 auto;
	}
	#company_overview .h-table{
		width: 90%;
	}
}


/*company_office
--------------------------------------------*/
#company_office{
	padding:126px 0 75px;
	background-color: #ecf4f2;
	margin-bottom: 120px;
}
#company_office .ttl02{
	margin-bottom: 72px;
}
#company_office .ttl02::before{
	content: "Office";
}
#company_office .lead{
	margin-bottom: 34px;
}
#company_office .photo_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 25px;
}
#company_office .photo_list .list_item{
	width: calc( (100% - 50px)/3 );
	box-shadow: 3px 6px 5px #bbbbbb;
}
@media screen and (max-width: 1200px) {
	#company_office .company_office_inner{
		width: 90%;
		margin:0 auto;
	}
}


/*sec_jobs
--------------------------------------------*/
#sec_jobs{
	margin-bottom: 120px;
}