/* CSS Document */
.page_title h2::before{
	content: "Company";
}
/*コンテンツ*/
.commitment{
	box-sizing: border-box;
	display: flex;
	background-color: #fff;
}

body[wc-view-code="sp"] .commitment{
	flex-direction: column;
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .commitment{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .commitment{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.commitment .contents_title::before{
	content: "Commitment";
}
body[wc-view-type="tb"] .commitment .contents_title{
	width: 300px;
}
body[wc-view-type="tb-l"] .commitment .contents_title{
	width: 350px;
}
body[wc-view-code="pc"] .commitment .contents_title{
	width: 450px;
}
.commitment .c_block{
}
body[wc-view-type="sp-s"] .commitment .c_block{
	margin-top: 1rem;
}
body[wc-view-type="sp"] .commitment .c_block{
	margin-top: 1.25rem;
}
body:not([wc-view-code="sp"]) .commitment .c_block{
	margin-top: 38px;
}
body[wc-view-type="tb"] .commitment .c_block{
	width: calc(100% - 300px);
}
body[wc-view-type="tb-l"] .commitment .c_block{
	width: calc(100% - 350px);
}
body[wc-view-code="pc"] .commitment .c_block{
	width: calc(100% - 450px);
}
.commitment .c_block .c_box{
	background-color: #f5f3fd;
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 50px;
	position: relative;
	z-index: 1;
	min-height: 90px;
	overflow: hidden;
}
.commitment .c_block .c_box:not(:first-of-type){
	margin-top: 1rem;
}
.commitment .c_block .c_box .c_left,
.commitment .c_block .c_box .c_left::before,
.commitment .c_block .c_box .c_left::after{
	background: #FFFFFF;
  background: linear-gradient(94deg,rgba(255, 255, 255, 0.5) 0%, rgba(104, 98, 208, 0.24) 90%, rgba(104, 98, 208, 0.1) 100%);
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 45px;
  height: 90px;
}
.commitment .c_block .c_box .c_left::before,
.commitment .c_block .c_box .c_left::after{
	content: "";
}
.commitment .c_block .c_box .c_left{
  z-index: 2;
  left: 0;
}
.commitment .c_block .c_box .c_left::before{
	left: -10px;
}
.commitment .c_block .c_box .c_left::after{
	left: -20px;
}
.commitment .c_block .c_box .c_in_text{
}
.commitment .c_block .c_box .c_in_text .c_in_title{
	font-weight: 700;
  letter-spacing: 1.25px;
  font-size: 0.8rem;
  font-family: "Lexend";
  color: var(--accentColor);
  margin-bottom: 0.1rem;
}
.commitment .c_block .c_box .c_in_text p{
	font-weight: 700;
}
/*会社概要*/
.company_profile{
	box-sizing: border-box;
	background-color: #f5f3fd;
	display: flex;
}
body[wc-view-code="sp"] .company_profile{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .company_profile{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .company_profile{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.company_profile .contents_title::before{
	content: "Company Profile";
}
body[wc-view-type="tb"] .company_profile .contents_title{
	width: 300px;
}
body[wc-view-type="tb-l"] .company_profile .contents_title{
	width: 350px;
}
body[wc-view-code="pc"] .company_profile .contents_title{
	width: 450px;
}
.company_profile .c_pro_block{
}
body[wc-view-type="sp-s"] .company_profile .c_pro_block{
	margin-top: 1rem;
}
body[wc-view-type="sp"] .company_profile .c_pro_block{
	margin-top: 1.25rem;
}

body:not([wc-view-code="sp"]) .company_profile .c_pro_block{
	margin-top: 38px;
}
body[wc-view-type="tb"] .company_profile .c_pro_block{
	width: calc(100% - 300px);
}
body[wc-view-type="tb-l"] .company_profile .c_pro_block{
	width: calc(100% - 350px);
}
body[wc-view-code="pc"] .company_profile .c_pro_block{
	width: calc(100% - 450px);
}
.company_profile .c_pro_block > dl{
	display: flex;
}
.company_profile .c_pro_block > dl:not(:first-of-type){
	margin-top: 2px;
}
body[wc-view-code="sp"] .company_profile .c_pro_block > dl,
body[wc-view-type="tb"] .company_profile .c_pro_block > dl{
	flex-direction: column;
}
.company_profile .c_pro_block > dl dt,
.company_profile .c_pro_block > dl dd{
	background-color: #fff;
	padding: 0.75rem;
	box-sizing: border-box;
}
.company_profile .c_pro_block > dl dt{
	color: #fff;
	font-weight: 700;
	background-color: #9f94e1;
}
body[wc-view-type="tb-l"] .company_profile .c_pro_block > dl dt,
body[wc-view-code="pc"] .company_profile .c_pro_block > dl dt{
	width: 200px;
}
.company_profile .c_pro_block > dl dd{
}
body[wc-view-type="tb-l"] .company_profile .c_pro_block > dl dd,
body[wc-view-code="pc"] .company_profile .c_pro_block > dl dd{
	width: calc(100% - 202px);
	margin-left: 2px;
}
.company_profile .c_pro_block > dl dd p{
}