/* ----- underFv ----- */
.page-about .underFv {
  background-image: url(../img/about/underFv_about.png);
}

/* ----- philosophy ----- */
.philosophy {
  padding: 9rem 0 8.8rem;
  background-image: url(../img/about/philosophy-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.philosophy .philosophy__inner {
  margin-left: 26.04%;
}
.philosophy .ttlAnima {
  width: 68.5rem;
  height: 6.1rem;
  margin-top: 6.2rem;
}
.philosophy .ttlAnima + p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4.1rem;
}

/* ----- topMessage ----- */
.topMessage {
  position: relative;
  padding: 5rem 0 10.2rem;
}

.topMessage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 70rem;
	/* 2022/08 代表写真削除 */
	/* background-image: url(https://visioncareer.co.jp/wp-content/uploads/2022/02/1644198461.png); */
      background-image: url(../img/about/daihyo.jpg);
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: cover; 
	z-index: -1;
}

.topMessage .topMessage__inner {
  margin-left: 51.51%;
  /* 2022/08 写真削除
  margin-left: 25.25%;
  */
}
.topMessage .topSign {
  width: 34.4rem;
  height: auto;
  margin-top: 2.5rem;
}

.topMessage__content {
  position: relative;
  /* 2022/09 改修 */
  /* margin: 20.4rem auto 0; */
  margin: 37.4rem auto 0;
  width: 104rem;
  padding: 5.5rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.topMessage__content .ttlAnima {
  position: absolute;
  top: -9rem;
  right: 4rem;
  width: 44.4rem;
  height: 13.5rem;
}
.topMessage__content .ttlAnima + p {
  font-size: 1.4rem;
  line-height: 2.14;
}

/* ----- overview ----- */
.wave {
  position: relative;
  height: 20rem;
}
.wave canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.overview {
  background-color: #f6f6f6;
  padding: 2rem 0 10rem;
}

.overview__ttl-box {
  width: 42rem;
  margin: 0 auto;
}
.overview__ttl-box .subTtl {
  padding-left: 0.5rem;
}

.overview__content {
  margin: 7.4rem auto 0;
  width: 70rem;
}
.overview__content > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 3.4rem 0;
  position: relative;
}
.overview__content > li:last-of-type {
  padding: 0;
}
.overview__content > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7.5rem;
  width: 30rem;
  height: 1px;
  background-color: #c72355;
  transform: scale(0.5);
}
.overview__content > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8rem;
  width: 104rem;
  height: 1px;
  background-color: #a1a1a1;
  transform: scale(0.5);
}
.overview__content > li .overview__content-l {
  width: 15rem;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 3rem;
}
.overview__content > li .overview__content-r {
  width: 52rem;
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 3.9rem;
  line-height: 1.18;
}
.overview__content > li .overview__content-r .overviewLogo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 42rem;
}
.overview__content > li .overview__content-r .overviewLogo li {
  width: 13.3rem;
  height: 4.6rem;
}
.overview__content > li .overview__content-r .overviewLogo li:nth-of-type(n + 4) {
  margin-top: 1rem;
}

/* ----- gallery ----- */
.gallery {
  margin: 10rem 0 12rem;
}

.gallery__ttl-box {
  width: 31.6rem;
  margin: 0 auto;
}
.gallery__ttl-box .subTtl {
  padding-left: 0.5rem;
}

.comingSoon {
  height: 39.6rem;
  margin-top: 5.4rem;
  position: relative;
}
.comingSoon p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-family: lato, sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media (max-width: 767px) {
  /* ----- underFv ----- */
  .page-about .underFv {
    background-image: url(../img/about/underFv_about-sp.png);
  }

  /* ----- philosophy ----- */
  .philosophy {
    padding: 30.6vw 0 27.4vw;
    background-image: url(../img/about/philosophy-bg-sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .philosophy .philosophy__inner {
    margin-left: 0;
  }
  .philosophy .ttl {
    text-align: center;
  }
  .philosophy .subTtl {
    margin-left: 19.2vw;
  }
  .philosophy .ttlAnima {
    display: block;
    width: 71.8vw;
    height: 6.52vw;
    margin: 9.3vw auto 0;
    text-align: center;
  }
  .philosophy .ttlAnima + p {
    font-size: 3.733333vw;
    line-height: 1.85;
    margin-top: 4.8vw;
    padding: 0 6.133333vw;
  }

  /* ----- topMessage ----- */
  .topMessage {
    position: relative;
    padding: 18.6vw 0;
  }
  .topMessage .topMessage__inner {
    margin-left: 0;
  }
.topMessage::before { 
  content: "";
  position: absolute;
  top: 45.8vw;
  left: 0;
  width: 100%; 
  height: 70vw;
  /* 代表写真 */
  /*
  旧代表削除
  background-image: url(https://visioncareer.co.jp/wp-content/uploads/2022/02/1644198461.png); 
  */
  background-image: url(../img/about/daihyo.jpg);
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: cover; 
  z-index: -1;
} 
  .topMessage .ttl {
    text-align: center;
  }
  .topMessage .subTtl {
    margin-left: 14.1vw;
  }
  .topMessage .topSign {
    width: 45.3vw;
    height: auto;
    margin: 26.4vw 0 0 46.2vw;
  }

  .topMessage__content {
    position: relative;
    margin: 28vw auto 0;
    width: 89.3vw;
    padding: 24.2vw 6.6vw 10.6vw;
    background-color: #fff;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  }
  .topMessage__content .ttlAnima {
    position: absolute;
    top: 3.9vw;
    right: auto;
    left: 17.6vw;
    width: 51.2vw;
    height: 16.5vw;
  }
  .topMessage__content .ttlAnima + p {
    font-size: 3.466666vw;
    line-height: 1.84;
  }

  /* ----- overview ----- */
  .wave {
    position: relative;
    height: 10vw;
  }
  .wave canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .overview {
    background-color: #f6f6f6;
    padding: 8vw 0 18.6vw;
    margin-top: -1px;
  }

  .overview__ttl-box {
    width: 55.1vw;
    margin: 0 auto;
  }
  .overview__ttl-box .subTtl {
    padding-left: 1.3vw;
  }

  .overview__content {
    margin: 11.2vw auto 0;
    width: 90.93vw;
  }
  .overview__content > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 8.8vw 0;
    position: relative;
  }
  .overview__content > li:last-of-type {
    padding: 0;
  }
  .overview__content > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16.7vw;
    width: 66.6vw;
    height: 1px;
    background-color: #c72355;
    transform: scale(0.5);
  }
  .overview__content > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10vw;
    width: 107.86vw;
    height: 1px;
    background-color: #a1a1a1;
    transform: scale(0.5);
  }
  .overview__content > li .overview__content-l {
    width: 33.3vw;
    text-align: right;
    font-size: 3.733333vw;
    font-weight: 500;
    padding-right: 6.6vw;
    line-height: 1.21;
  }
  .overview__content > li .overview__content-r {
    width: 53.93vw;
    font-size: 3.733333vw;
    font-weight: 400;
    padding-left: 5vw;
    line-height: 1.21;
  }
  .overview__content > li .overview__content-r .overviewLogo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 49.8vw;
  }
  .overview__content > li .overview__content-r .overviewLogo li {
    width: 24vw;
    height: 8vw;
  }
  .overview__content > li .overview__content-r .overviewLogo li:nth-of-type(n + 3) {
    margin-top: 1.86vw;
  }

  /* ----- gallery ----- */
  .gallery {
    margin: 13.3vw 0 26.6vw;
  }

  .gallery__ttl-box {
    width: 41vw;
    margin: 0 auto;
  }
  .gallery__ttl-box .subTtl {
    padding-left: 1.3vw;
  }

  .comingSoon {
    height: 82.4vw;
    margin-top: 8.5vw;
    position: relative;
  }
  .comingSoon p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5.3vw;
    font-family: lato, sans-serif;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.03em;
  }
}