/*##### Company #####*/
@media all and (max-width: 640px){
  .pageCompany .boxCompanyData .boxCont01F {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap:1em;
  }
}

/*---------- boxCompanyVision ----------*/
.bgVision{
  background: url('../../images/company/bg_vision.jpg?ver=1.2') no-repeat center bottom / cover;
  position: relative;
  margin-top: -1rem;
}
@media all and (max-width: 640px){
  .bgVision{
	 background-size: auto 100%;
	 background-position: right bottom;
  }
}
.boxCompanyVision {
  margin-top: 1em;
  margin-bottom: 1em;
}


.boxCompanyVision dl{
	/*
  background: #f6ff00;
  padding: 1rem;
  text-align: center;
	*/
  position: relative;
  width: 45%;
}

.boxCompanyVision dl:first-child{
  margin-bottom: 6rem;
}

@media all and (min-width: 641px){
  .boxCompanyVision dl:last-child{
	margin-left: 50%;
  }
}

@media all and (max-width: 640px){
  .boxCompanyVision dl{
    width: 100%;
  }
  .boxCompanyVision dl:first-child{
    margin-bottom: 5rem;
  }
}

.boxCompanyVision dl dt{
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

@media all and (max-width: 640px){
  .boxCompanyVision dl dt{
    margin-bottom: 1rem;
  }
}

.boxCompanyVision dl dt span.en{
  display: block;
  color: #1c27a7;
  font-size: 5.5rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}


@media all and (max-width: 640px){
  .boxCompanyVision dl dt span.en{
     font-size: 2.5rem;
	 left: 0;
	 top: -.75rem;
  }
}

.boxCompanyVision dl dt span.jp{
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.25em;
  background: #6c75bc;
  padding: .25rem 0 .25rem .5rem;
  margin-left: 3rem;
}

@media all and (max-width: 640px){
  .boxCompanyVision dl dt span.jp{
    font-size: .8rem;
    padding: .15rem 0 .15rem .25rem;
    margin-left: 2rem;
  }
}




.boxCompanyVision dl dd{
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 20px;
  padding-left: 10%;
  position: relative;
}

@media all and (max-width: 640px){
  .boxCompanyVision dl dd{
	font-size:1rem;
	text-align: left;
	padding-left: 7vw;
  }
}

.boxCompanyVision dl dd::before{
  content: '';
  display: inline-block;
  background: #f6ff00;
  height: 3px;
  margin-right: 2rem;
  vertical-align: middle;
  width: 20%;
}

@media all and (max-width: 640px){
  .boxCompanyVision dl dd::before{
    margin-right: .75rem;
    width: 15%;
  }
}

.boxCompanyVision dl dd img{
  filter: brightness(0) saturate(100%) invert(72%) sepia(81%) saturate(4175%) hue-rotate(206deg) brightness(80%) contrast(79%);
  height: auto;
  max-width: 50px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}

.boxCompanyVision dl dd img.icon_heart{
  max-width: 40px;
}


.boxCompanyVision .body {
  flex: 1;
}

.boxCompanyVision .body .ttl {
  color: #C50018;
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
}

.boxCompanyVision .body .ttl .line {
	/*
  width: calc(100% - 16em);
  margin-left: .5em;
  height: 1px;
	*/
  padding-right: 20px;
  position: relative;
  z-index: 5;
}

.boxCompanyVision .body .ttl::before {
  background:#762a45;
  content:'';
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right : 0;
  width: calc( 100% - 354px);
  z-index: 0;
}

@media all and (max-width: 640px){
  .boxCompanyVision .body .ttl::before {
    width: 32%;
  }
}


.boxCompanyVision .ttl_sub {
  color:#E7214B;
  margin: 2rem 0;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 18px;
}
.boxCompanyVision .body .ttl_sub .first {
  margin-right: .2em;
  font-size: 23px;
  color:#E7214B;
}
.boxCompanyVision .body .ttl_sub .last {
  margin-left: .2em;
  font-size: 23px;
  color:#E7214B;
}
.boxCompanyVision .body p {
  color:#202020;
/*  display: flex;
  align-items: center;
	*/
  padding: 0 0 1em 0;
  letter-spacing: .18em;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.28rem;
}
.boxCompanyVision .body p.no01{
  padding-bottom:.5em;
}

.boxCompanyVision .body p.line{
  border-bottom: 1px solid #c6c3c2;
}
/*
.boxCompanyVision .body p::before {
  flex-shrink: 0;
  content:"";
  display:block;
  width: .5em;
  height:.5em;
  margin-left: .5em;
  margin-right: 1em;
  background: #ceedfd;
}
*/
@media all and (max-width: 640px){
  .boxCompanyVision {
    flex-direction: column;
    align-items: center;
    gap:1rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .boxCompanyVision .body .ttl {
    margin-top: 0;/*1.1em;*/
    margin-bottom: 1rem;
    font-size: 1.24rem;
  }
  .boxCompanyVision .body .ttl_sub {
    font-size: 1.1rem;
	 margin: 1.25rem 0;
  }
  .boxCompanyVision .body p {
    font-size: .9rem;
  }
	/*
  .boxCompanyVision .body p::before {
  margin-left: 0em;
  }
	*/
}
