@charset "utf-8";


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

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



/*company_lead
--------------------------------------------*/
#company_lead{
	padding: 45px 5% 45px;
}
#company_lead .ttl01{
	margin-bottom: 18px;
}
#company_lead .lead_body .detail,
#company_lead .lead_body .accordion__item{
	font-size: 1.3rem;
	line-height: 1.69;
	letter-spacing: 0;
}
#company_lead .lead_body .detail .em,
#company_lead .lead_body .accordion__item .em{
	font-weight: 700;
}
#company_lead .lead_body .signature{
	display: block;
	margin-top: 12px;
	margin-right: 5px;
	text-align: right;
}

/* アコーディオン */
#company_lead .accordion__link {
	position: relative;
	padding-top: 30px;
}
#company_lead .accordion__text {
	position: relative;
	display: block;
	color: var(--main-color3);
	text-decoration: none;
	transition: all .2s ease 0s;
	font-size: 1.1rem;
	text-align: center;
}
#company_lead .accordion__text.close .icon-plus:after {
	display: none;
}
#company_lead .accordion__text .icon-plus {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: var(--main-color3);
	border-radius: 20px;
	transform: translate(-50%);
	left: 50%;
	top: -20px;
}
#company_lead .accordion__text .icon-plus:before {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	background-color: currentColor;
	content: '';
}
#company_lead .accordion__text .icon-plus:after {
	width: 10px;
	height: 1px;
	position: absolute;
	top: 10px;
	left: 5px;
	color: #fff;
	background-color: currentColor;
	content: '';
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#company_lead .accordion__item__label {
	display: block;
	position: relative;
	font-size: 1.3rem;
	text-align: justify;
}
#company_lead .accordion__item__label .em{
	font-weight: 700;
}



/*company_philosophy
--------------------------------------------*/
#company_philosophy{
	padding:50px 0 80px;
	background-color: #ecf4f2;
}
#company_philosophy .ttl02{
	margin-bottom: 46px;
}
#company_philosophy .ttl02::before{
	content: "Philosophy";
}
#company_philosophy .list{
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
}
#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: 1.7rem;
	line-height: 1.53;
	font-weight: 500;
	width: 100%;
	min-height: 65px;
	background-color: #fff;
	padding: 5px 20px;
	margin-bottom:4px;
}
#company_philosophy .list_item .ttl::before{
	position: absolute;
	content: "";
	background-image: url(../img/employee/L_border_l.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
#company_philosophy .list_item .ttl::after{
	position: absolute;
	content: "";
	background-image: url(../img/employee/L_border_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	bottom: 0;
	right: 0;
}
#company_philosophy .detail{
	font-size: 1.3rem;
	line-height: 1.77;
	letter-spacing: 0;
	padding: 16px;
	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{
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}
#company_philosophy .list.list01 .list_item:last-of-type{
	width: 100%;
	margin-bottom: 65px;
}
#company_philosophy .list.list01 .list_item .ttl{
	height: 100px;
	font-size: 2.0rem;
	letter-spacing: 0.02em;
} 
/* #company_philosophy .list.list01 .list_item .ttl span{
	position: relative;
} */
#company_philosophy .list.list01 .list_item::before{
        position: absolute;
        content: "Mission";
        font-size: 2.4rem;
        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: -14px;
		z-index: 2;
}
#company_philosophy .list.list01 .list_item:nth-of-type(2)::before{
	content: "Vision";
}

/* list02 */
#company_philosophy .list.list02{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid var(--main-color);
}
#company_philosophy .list.list02::before{
	position: absolute;
	content: "Value";
	font-size: 2.4rem;
	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: -35px;
	text-align: center;
}
#company_philosophy .list.list02 .list_item{
	margin: 0 20px 22px;

}

#company_philosophy .slick-dots{
	bottom: -33px !important;
}
#company_philosophy .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color);
}
#company_philosophy .slick-dots li{
	margin:0 2px;
}
#company_philosophy .list02_wrapper{
	position: relative;
}
#company_philosophy .list02_wrapper::before{
	position: absolute;
	content: "next";
	color: var(--main-color);
	font-family: var(--font-family-serif);
	font-size: 1.6rem;
	bottom: 0;
	right: 108px;
}
#company_philosophy .list02_wrapper::after{
	position: absolute;
	content: url(../img/recruiting/statue_arrow.png);
	bottom: 5px;
	right: 50px;
}




/*company_overview
--------------------------------------------*/
#company_overview{
	padding:45px 12% 20px;
}
#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;
}

/*company_office
--------------------------------------------*/
#company_office{
	padding:45px 0 50px;
	background-color: #ecf4f2;
	margin-bottom: 70px;
}
#company_office .ttl02{
	margin-bottom: 36px;
}
#company_office .ttl02::before{
	content: "Office";
}
#company_office .lead{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#company_office .photo_list{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 25px;
	padding-bottom: 45px;
}
#company_office .photo_list .list_item{
	margin: 0 10px 10px;
	box-shadow: 3px 4px 5px #bbbbbb;
}

#company_office  .slick-dots{
	bottom: -33px !important;
}
#company_office .slick-dots li button:before{
	font-size: 1rem;
	color: var(--main-color);
}
#company_office .slick-dots li{
	margin:0 2px;
}

#company_office .photo_list::before{
	position: absolute;
	content: "next";
	color: var(--main-color);
	font-family: var(--font-family-serif);
	font-size: 1.6rem;
	bottom: 0;
	right: 108px;
}
#company_office .photo_list::after{
	position: absolute;
	content: url(../img/recruiting/statue_arrow.png);
	bottom: 5px;
	right: 50px;
}



.company .sec_cta_inner{
	padding-top: 56px;
}