/*##### 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') no-repeat center bottom / cover;
  position: relative;
  margin-top: -1rem;
}
@media all and (max-width: 640px){
  .bgVision{
    background: url('../../images/company/bg_vision_sp.jpg') no-repeat center top / 100% auto;
  }
}*/
.boxCompanyVision {
  align-items: center;
  display: flex;
  gap:8.4rem;
  margin-top: 1em;
  margin-bottom: 1em;
  justify-content: center;
}
.boxCompanyVision .img {
	/*
  border: 3px solid #a2b5d3;
  border-radius: 10rem;
  padding: 7rem 6px;
	*/
  width: 419px/*200px*/;
  text-align: center;
}
@media all and (max-width: 640px){

  .boxCompanyVision .img {
    padding: 0;
	width: 60%;
  }
}

/*
.boxCompanyVision .img img{
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
*/

.boxCompanyVision .body {
  flex: 1;
}

.boxCompanyVision .body .ttl {
  color: var(--main-color);
  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:var(--sub-gradient);
  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:var(--color-blue);
  margin: 2rem 0;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 18px;
}
.boxCompanyVision .body .ttl_sub .first {
  margin-right: .2em;
  font-size: 23px;
  color:var(--color-blue);
}
.boxCompanyVision .body .ttl_sub .last {
  margin-left: .2em;
  font-size: 23px;
  color:var(--color-blue);
}
.boxCompanyVision .body p {
  /*color:#202020;
  display: flex;
  align-items: center;
	*/
  padding: 0 0 1em 0;
  letter-spacing: .18em;
  line-height: 1.5;
  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;
  }
	*/
}
