.yvs-font {
  font-family: 'DINNextLTPro-Regular', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.yvs-bg-color {
  background-color: #FAFAFA;
}

.strong {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  body.associated-company #content-container {
    padding-bottom: 0;
  }
}

.scroll-prevent {
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 660px) {
  .scroll-prevent {
    overflow: hidden;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 660px) {
  .pc-only {
    display: none;
  }
}

.img-size {
  width: 100%;
  height: auto;
}

#container {
  background-color: #FAFAFA;
}

#content-container {
  padding-bottom: 0;

}

.yvs-header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 100;
  font-family: 'DINNextLTPro-Regular', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.yvs-header a:hover {
  text-decoration: none;
}

@media screen and (max-width: 660px) {
  .yvs-header {
    height: 50px;
  }
}

.yvs-header__inner {
  margin: 0 48px;
  position: relative;
}

@media screen and (max-width: 660px) {
  .yvs-header__inner {
    margin: 0 20px;
  }
}

.yvs-header-logo {
  width: 314px;
  position: absolute;
  top: 48px;
  left: 0;
}

@media screen and (max-width: 660px) {
  .yvs-header-logo {
    width: 220px;
    position: absolute;
    top: 22px;
    left: 0;
  }
}

.yvs-header-logo__img-top {
  display: none;
}

.yvs-header__nav-block {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

.yvs-header.is-close .yvs-header__nav-block {
  position: fixed;
  width: 0;
  opacity: 0;
  animation: nav-block-close forwards 1s ease;
}

.yvs-header.is-open .yvs-header__nav-block {
  position: fixed;
  width: 100%;
  opacity: 1;
}

.yvs-header__overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
  width: 0;
  opacity: 0;
  transition: all .5s ease;
}

.yvs-header.is-open .yvs-header__overlay {
  width: 100%;
  transition: all .3s ease;
  opacity: 1;
}

@keyframes nav-block-close {
  0% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes nav-block-bg-open {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes nav-block-bg-close {
  from {
    width: 100%;
    opacity: 1;
  }

  to {
    width: 100%;
    opacity: 0;
  }
}

.yvs-header__nav {
  position: absolute;
  bottom: 138px;
  left: 96px;
}

@media screen and (max-width: 660px) {
  .yvs-header__nav {
    left: 20px;
  }
}

.yvs-header-list {
  position: relative;
  z-index: 20;
}

.yvs-header-list__item {
  font-size: 48px;
  line-height: 1.3;
}

.yvs-header-list__item a {
  color: #fff;
  display: inline-block;
  position: relative;
  opacity: 0;
}

.yvs-header-list__item a::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.yvs-header.is-open .yvs-header-list__item a {
  opacity: 1;
  transition: opacity 0s ease .3s;
}

.yvs-header.is-open .yvs-header-list__item a::after {
  height: 0;
  opacity: 1;
  transition: opacity 0s ease .2s, height .3s ease .3s;
}

.yvs-header-langlist {
  position: absolute;
  bottom: 80px;
  left: 96px;
  z-index: 20;
}

@media screen and (max-width: 660px) {
  .yvs-header-langlist {
    left: 20px;
  }
}

.yvs-header-langlist {
  display: flex;
}

.yvs-header-langlist__item {
  font-size: 16px;
  line-height: 1.1;
  margin-right: 24px;
}

.yvs-header-langlist__item span {
  color: #fff;
  position: relative;
  opacity: 0;
}

.yvs-header-langlist__item a span {
  color: #818181;
}

.yvs-header-langlist__item span::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.yvs-header.is-open .yvs-header-langlist__item span {
  opacity: 1;
  transition: opacity 0s ease .3s;
}

.yvs-header.is-open .yvs-header-langlist__item span::after {
  height: 0;
  opacity: 1;
  transition: opacity 0s ease .2s, height .2s ease .3s;
}

.yvs-header__close {
  position: fixed;
  color: #fff;
  top: 42px;
  right: 80px;
  font-size: 14px;
  opacity: 0;
}

@media screen and (max-width: 660px) {
  .yvs-header__close {
    top: 24px;
    right: 52px;
  }
}

.yvs-header__close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.yvs-header.is-open .yvs-header__close {
  animation: close-txt forwards .3s ease .1s;
}

.yvs-header.is-open .yvs-header__close::after {
  opacity: 1;
  animation: close-txt-after forwards .3s ease.1s;
}

@keyframes close-txt {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes close-txt-after {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.yvs-hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 15px;
  height: 15px;
  position: fixed;
  top: 48px;
  right: 48px;
  z-index: 200;
  transition: transform .5s ease 0.2s;
}

.yvs-header.is-open .yvs-hamburger {
  transform: rotate(45deg);
  transition: transform .3s ease;
}

@media screen and (max-width: 660px) {
  .yvs-hamburger {
    top: 30px;
    right: 20px;
  }
}

.yvs-hamburger span {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  border-radius: 50%;
}

.yvs-hamburger span:nth-child(1) {
  top: 0;
  left: 0;
}

.yvs-hamburger span:nth-child(2) {
  top: 0;
  right: 0;
}

.yvs-hamburger span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.yvs-hamburger span:nth-child(4) {
  bottom: 0;
  right: 0;
}

.yvs-hamburger span:nth-child(5) {
  top: calc(50% - 1.5px);
  left: calc(50% - 1.5px);
  background-color: #DC1E37;
}

.yvs-header.is-open .yvs-hamburger span:nth-child(5) {
  background-color: #ccc;
}

.yvs-ttl {
  font-size: 128px;
  font-weight: 300;
  line-height: 1.1;
  color: #CCCCCC;
  position: relative;
  transform: translateY(-100%);
  opacity: 0;
}

.yvs-ttl svg {
  width: 100%;
  height: auto;
}

.yvs-ttl.is-structure {
  max-width: 740px;
}

@media screen and (max-width: 660px) {
  .yvs-ttl.is-structure {
    width: 318px;
  }
}

.yvs-ttl.is-approach {
  max-width: 742px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 660px) {
  .yvs-ttl.is-approach {
    width: 318px;
  }
}

.yvs-ttl.is-portfolio {
  width: 456px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .yvs-ttl.is-portfolio {
    width: 195px;
  }
}

.yvs-ttl.is-group {
  width: 550px;
}

@media screen and (max-width: 660px) {
  .yvs-ttl.is-group {
    width: 235px;
  }
}

.yvs-ttl.is-member {
  max-width: 784px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 660px) {
  .yvs-ttl.is-member {
    width: 335px;
  }
}



.yvs-ttl.is-active {
  opacity: 1;
}

@media screen and (max-width: 660px) {
  .yvs-ttl {
    font-size: 48px;
    text-align: center;
  }
}

.yvs-ttl.is-white {
  color: #fff;
  margin-top: -150px;
}

.yvs-ttl.is-right {
  text-align: right;
  padding-right: 50px;
}

@media screen and (max-width: 660px) {
  .yvs-ttl.is-right {
    padding-right: 0;
  }
}

.yvs-ttl.is-center {
  text-align: center;
}

.yvs-lead {
  font-size: 13px;
  font-weight: 500;
  margin-top: 158px;
  color: #000;
}

.yvs-lead.is-white {
  color: #fff;
}

@media screen and (max-width: 660px) {
  .yvs-lead {
    margin-top: 60px;
  }
}

.yvs-hdg {
  margin-top: 38px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 660px) {
  .yvs-hdg {
    font-size: 20px;
  }
}

.yvs-txt-e {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #808080;
}

.yvs-bg {
  margin-top: -100px;
  position: relative;
}

.yvs-mv {
  width: 100%;
  position: relative;
  margin-top: -100px;
}

@media screen and (max-width: 660px) {
  .yvs-mv {
    margin-top: -50px;
  }
}

.yvs-bg__mv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.yvs-bg__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background-color: #000;
}

.yvs-bg__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.yvs-bg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yvs-bg__video video {
  width: 100%;
  height: auto;
}

.yvs-mv__ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.625;
  letter-spacing: .3em;
  color: #FFFFFF;
  position: absolute;
  bottom: 12%;
  left: 6.7%;
}

@media screen and (max-width: 660px) {
  .yvs-mv__ttl {
    font-size: 14px;
    line-height: 1.5;
    bottom: 5%;
    left: 5%;
  }
}

.yvs-sec-vision {
  margin: 158px 0 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 660px) {
  .yvs-sec-vision {
    margin: 60px 0 0;
  }
}

.yvs-sec-vision__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.yvs-sec-vision__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.yvs-sec-vision__img-r {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.yvs-sec-vision__img-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.yvs-sec-vision__inner {
  max-width: 1032px;
  padding: 552px 0 564px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1064px) {
  .yvs-sec-vision__inner {
    width: auto;
    padding: 120px 20px 120px;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
}

.yvs-sec-vision__ttl-block {
  padding-top: 360px;
  width: 360px;
  color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 660px) {
  .yvs-sec-vision__ttl-block {
    width: auto;
    padding-top: 0;

  }
}

.yvs-sec-vision__txt-block {
  width: 554px;
  color: #fff;
}

@media screen and (max-width: 1064px) {
  .yvs-sec-vision__txt-block {
    width: auto;
    padding: 0;
  }
}

.yvs-sec-vision__lead {
  font-size: 13px;
}

.yvs-sec-vision__txt {
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-vision__txt {
    font-size: 18px;
    margin-top: 24px;
  }
}

.yvs-sec-vision__txt-e {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.36;
  margin-top: 8px;
}

.yvs-sec-structure {
  margin-top: 360px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-structure {
    margin-top: 120px;
  }
}

.yvs-sec-structure__inner {
  max-width: 1152px;
  margin: 0 auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-structure__inner {
    width: auto;
    padding: 0 20px;
  }
}

.yvs-sec-structure__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 154px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-structure__flex {
    display: block;
    margin-top: 78px;
  }
}

.yvs-sec-structure__img {
  width: 552px;
  margin-right: 20px;
  transform: translateY(-20%);
}

@media screen and (max-width: 660px) {
  .yvs-sec-structure__img {
    width: 100%;
    transform: translateY(-20%);
  }
}

.yvs-sec-structure__txt-block {
  width: 432px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-structure__txt-block {
    width: auto;
  }
}

.yvs-sec-structure__txt {
  margin-top: 224px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 1064px) {
  .yvs-sec-structure__txt {
    margin-top: 50px;
  }
}

@media screen and (max-width: 660px) {
  .yvs-sec-structure__txt {
    margin-top: 60px;
  }
}

.yvs-link {
  font-weight: 300;
  margin-top: 64px;
  font-size: 24px;
  color: #000;
  display: inline-block;
  position: relative;
}

.yvs-link a {
  color: #000;
}

.yvs-link.is-white a {
  color: #fff;
}

.yvs-link a:hover {
  text-decoration: none;
}

.yvs-link a::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url('/jp/yvs/assets/img/icon_arrow_red.svg');
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: calc(50% - 6px);
  right: -20px;
  transition: background-position .3s ease;
}

@media screen and (max-width: 660px) {
  .yvs-link a::after {
    top: calc(50% - 2px);
  }
}

.yvs-link a:hover::after {
  background-image: url('/jp/yvs/assets/img/icon_arrow_red.svg');
  background-size: contain;
  background-position: left 16px center;
  transition: background-position .3s ease;
}

.yvs-sec-approach {
  margin: 356px 0 180px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-approach {
    margin: 178px 0 90px;
  }
}

.yvs-sec-approach__inner {
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 0 0 24px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-approach__inner {
    width: auto;
    padding: 0 20px;
  }
}

.yvs-sdgs {
  margin: 72px auto 0;
  background-color: #000;
}

.yvs-sdgs__inner {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #000;
  display: flex;
}

@media screen and (max-width: 1064px) {
  .yvs-sdgs__inner {
    width: auto;
    background-color: #000;
    display: block;
  }
}

.yvs-sdgs__txt-block {
  max-width: 662px;
  padding: 124px 130px 80px 24px;
  border-right: 1px solid #ccc;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1064px) {
  .yvs-sdgs__txt-block {
    width: auto;
    max-width: none;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
}

.yvs-sdgs__txt {
  position: sticky;
  top: 80px;
}

.yvs-sdgs__ttl {
  font-size: 20px;
  font-weight: 700;
}

.yvs-sdgs__ttl-e {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 16px;
}

.yvs-sdgs__cont-block {
  padding: 132px 20px 260px 180px;
  color: #fff;
}

@media screen and (max-width: 1064px) {
  .yvs-sdgs__cont-block {
    padding: 20px;
  }
}

.yvs-sdgs-list {
  display: flex;
}

.yvs-sdgs-list__item {
  width: 80px;
  height: auto;
  margin-right: 6px;
}

.yvs-sdgs-list__item:last-child {
  margin-right: 0px;
}

.yvs-sdgs-txt {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}

.yvs-sdgs-txt-e {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.yvs-sdgs-block {
  margin-top: 280px;
}

@media screen and (max-width: 660px) {
  .yvs-sdgs-block {
    margin-top: 60px;
  }
}

.yvs-sdgs-block:first-child {
  margin-top: 0;
}

.yvs-sec-portfolio {
  margin: 0 auto 0;
  padding-top: 200px;
  overflow: hidden;
}

@media screen and (max-width: 660px) {
  .yvs-sec-portfolio {
    padding-top: 87px;
  }
}

.yvs-sec-portfolio__inner {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .yvs-sec-portfolio__inner {
    width: auto;
  }
}

.yvs-sec-portfolio__txt {
  font-size: 28px;
  margin-top: 52px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 660px) {
  .yvs-sec-portfolio__txt {
    font-size: 20px;
  }
}

.yvs-portfolio-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 112px;
  position: relative;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }
}

.yvs-portfolio-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((50vw - 720px) * -1);
  width: 100vw;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list::before {
    content: none;
  }
}

@media screen and (max-width: 1440px) {
  .yvs-portfolio-list::before {
    left: 0;
  }
}

.yvs-portfolio-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((50vw - 720px) * -1);
  width: 100vw;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list::after {
    content: none;
  }
}

@media screen and (max-width: 1440px) {
  .yvs-portfolio-list::after {
    left: 0;
  }
}

.yvs-portfolio-list__item {
  width: 25%;
  min-height: 400px;
  position: relative;
}


.yvs-portfolio-list__item:hover .yvs-portfolio-content {
  opacity: 1;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list__item {
    width: 100%;
    min-height: 200px;
    padding: 0 0 38px;
  }
}

.yvs-portfolio-list__item-inr {
  padding: 0 10px;
}

.yvs-portfolio-list__logo {
  max-width: 192px;
  margin: 76px auto 0;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list__logo {
    margin: 0 auto 0;
  }
}

.yvs-portfolio-list__link {
  text-align: center;
}

.yvs-portfolio-list__link .yvs-link {
  margin-top: 16px;
}

.yvs-portfolio-list__ttl {
  color: #808080;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.yvs-portfolio-content {
  width: 100%;
  height: 100%;
  background-color: #333333;
  color: #fff;
  padding: 52px 40px 40px;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-content {
    padding: 15px;
  }

  .yvs-portfolio-content .yvs-link {
    margin-top: 24px;
  }
}

.yvs-portfolio-content__ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-content__ttl {
    font-size: 18px;
  }
}

.yvs-portfolio-content__hdg {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 700;
}

.yvs-portfolio-content__txt {
  font-size: 13px;
  font-weight: 400;
}

.yvs-portfolio-content__timing {
  color: #A3A3A3;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.yvs-portfolio-content__link {
  margin-top: auto;
}

.yvs-portfolio-content .yvs-link {
  margin-top: 16px;
}

.yvs-portfolio-list__img {
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}

.yvs-portfolio-list__img img {
  max-width: 192px;
  height: auto;
}

.yvs-portfolio-list__item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #CCC;
}

.yvs-portfolio-list__item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((50vw - 720px) * -1);
  width: 100vw;
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list__item:nth-child(1)::before {
    content: none;
  }
}

@media screen and (max-width: 1440px) {
  .yvs-portfolio-list__item:nth-child(1)::before {
    left: 0;
  }
}

@media screen and (max-width: 660px) {
  .yvs-portfolio-list__item:nth-child(n+2) {
    border-top: 1px solid #ccc;
  }

  .yvs-portfolio-list__item:nth-child(6) {
    display: none;
  }

  .yvs-portfolio-list__item:nth-child(7) {
    display: none;
  }

  .yvs-portfolio-list__item:nth-child(8) {
    display: none;
  }

  .yvs-portfolio-list__item::after {
    content: none;
  }
}

.yvs-sec-group {
  margin: 360px 0 168px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-group {
    margin: 180px 0 84px;
  }
}

.yvs-sec-group__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-group__inner {
    width: auto;
    padding: 0 20px;
  }
}

.yvs-sec-group__txt-block {
  max-width: 640px;
  margin-top: 164px;
  margin-left: auto;
}

@media screen and (max-width: 660px) {
  .yvs-sec-group__txt-block {
    width: auto;
    margin-top: 68px;
    margin: 0 auto;
  }
}

.yvs-sec-group__link {
  font-weight: 400;
  margin-top: 32px;
  font-size: 24px;
  color: #000;
  display: block;
  position: relative;
  margin-right: 20px;
}

.yvs-sec-group__link a {
  color: #000;
  display: inline-block;
  position: relative;
}

.yvs-sec-group__link a:hover {
  text-decoration: none;
}

.yvs-sec-group__link a::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url('/jp/yvs/assets/img/icon_arrow_red.svg');
  background-size: contain;
  background-position: left center;
  position: absolute;
  top: calc(50% - 6px);
  right: -20px;
  transition: background-position .3s ease;
}

.yvs-sec-group__link a:hover::after {
  background-image: url('/jp/yvs/assets/img/icon_arrow_red.svg');
  background-size: contain;
  background-position: left 16px center;
  transition: background-position .3s ease;
}

.yvs-sec-group-list {
  max-width: 1320px;
  margin: 160px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 980px) {
  .yvs-sec-group-list {
    width: auto;
    max-width: 457px;
    margin: 80px auto 0;
    display: block;
    padding: 0 20px;
  }
}

.yvs-sec-group-list__item {
  width: 32.65625%;
  padding-top: 32.65625%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 980px) {
  .yvs-sec-group-list__item {
    width: 100%;
    padding-top: 100%;
  }
}

.yvs-sec-group-list__txt-block {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 2;

}

@media screen and (max-width: 660px) {
  .yvs-sec-group-list__item {
    width: 100%;
    padding-top: 100%;
    height: auto;
  }
}

.yvs-sec-group-list__item:nth-child(2) {
  width: 34.6875%;
  padding-top: 34.6875%;
  margin-top: -1%;
}

@media screen and (max-width: 980px) {
  .yvs-sec-group-list__item:nth-child(2) {
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-top: 0;
  }
}

.yvs-sec-group-list__item:nth-child(1)::after {
  content: "";
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100%;
  box-sizing: border-box;
}

.yvs-sec-group-list__item:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url('/jp/yvs/assets/img/top/rhombus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
  .yvs-sec-group-list__item:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 100%;
  }
}

.yvs-sec-group-list__item:nth-child(3)::after {
  content: "";
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  padding-top: 100%;
  box-sizing: border-box;
}

.yvs-sec-group-list__lead {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.yvs-sec-group-list__ttl {
  font-size: 40px;
  font-weight: 300;
  color: #000;
}

@media screen and (max-width: 660px) {
  .yvs-sec-group-list__ttl {
    font-size: 32px;
  }
}

.yvs-sec-group-list__item .yvs-link {
  margin-top: 0px;
}

.yvs-sec-member {
  padding: 200px 0 400px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-member {
    padding: 100px 0 100px;
  }
}

.yvs-sec-member__txt-block {
  margin: 160px auto 0;
  max-width: 1340px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-member__txt-block {
    margin: 68px auto 0;
    width: auto;
  }
}

.yvs-sec-member__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-member__inner {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.yvs-team {
  max-width: 1152px;
  margin: 120px auto 0;
}

@media screen and (max-width: 660px) {
  .yvs-team {
    width: auto;
    margin: 60px auto 0;
  }
}

.yvs-team-tab-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  max-width: 800px;
}

.yvs-team-tab-menu__item {
  font-size: clamp(14px, 3.6vw, 16px);
  line-height: 1.5;
  color: #000;
  cursor: pointer;
}

.yvs-team-tab-menu__item:nth-of-type(7) {
  grid-column: 1 / 4;
}
.yvs-team-tab-menu__item:nth-of-type(10) {
  grid-column: 1 / 4;
}

.yvs-team-tab-menu__item:hover {
  color: #dc1e37;
}

@media screen and (max-width: 660px) {
  .yvs-team-tab-menu__item {
    font-size: clamp(14px, 3.6vw, 16px);
  }
}

.yvs-team-tab-menu__item.swiper-slide-thumb-active {
  font-weight: 700;
}

.yvs-team-panel {
  margin-top: 48px;
  position: relative;
}

.yvs-team-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 660px) {
  .yvs-team-content {
    flex-direction: column-reverse;
  }
}

.yvs-team-content__block {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 660px) {
  .yvs-team-content__block {
    width: auto;
    margin-top: 36px;
  }
}

.yvs-team-content__name-e {
  font-size: 72px;
  text-align: right;
  line-height: 1.1;
  margin: 0 0 0 auto;
}

.yvs-team-content__name-e svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 660px) {
  .yvs-team-content__name-e {
    font-size: 36px;
    margin-bottom: 24px;
  }
}

.yvs-team-content__name {
  font-size: 20px;
  font-weight: 700;
  margin-top: auto;
  color: #000;
}

.yvs-team-content__img {
  max-width: 360px;
  margin-top: 60px;
  margin-right: 20px;
}

@media screen and (max-width: 660px) {
  .yvs-team-content__img {
    width: auto;
    max-width: 360px;
    margin: 0 auto;
  }
}

.yvs-team-content__position-list {
  margin-top: 8px;
  line-height: 1.5;
}

.yvs-team-content__position-list__item {
  font-size: 14px;
  color: #000;
}

.yvs-team-content__txt {
  margin: 24px 100px 0 0;
  padding-right: 20px;
  max-width: 605px;
  height: 186px;
  overflow: auto;
}

@media screen and (max-width: 660px) {
  .yvs-team-content__txt {
    margin: 24px 0 0;
    width: auto;
    height: auto;
    overflow: visible;
  }
}

.yvs-team-content__txt-list__item {
  padding-left: 1em;
  text-indent: -0.7em;
  color: #000;
}

.yvs-team-content__txt-list__item .small-txt {
  font-size: 11px;
}

.yvs-team-content__txt-list__item:not(:first-child) {
  margin-top: 1em;
}

.yvs-sec-news {
  background-color: #fff;
  padding: 140px 0 130px;
}

.yvs-sec-news__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 660px) {
  .yvs-sec-news__inner {
    width: auto;
    margin: 0 auto;

  }
}

.yvs-team-content__txt::-webkit-scrollbar {
  width: 2px;
}

.yvs-team-content__txt::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}

.yvs-team-content__txt::-webkit-scrollbar-thumb {
  background-color: #000;
}

.yvs-team-content__txt {
  scrollbar-width: thin;
  scrollbar-color: #000 #ccc;
}

.yvs-footer {
  background-color: #FAFAFA;
  position: relative;
  font-family: 'DINNextLTPro-Regular', "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.yvs-footer__inner {
  padding: 30px;
}

@media screen and (max-width: 660px) {
  .yvs-footer__inner {
    padding: 20px;
  }
}

.yvs-footer__logo {
  width: 198px;
}

@media screen and (max-width: 660px) {
  .yvs-footer__logo {
    width: 150px;
  }
}

.yvs-footer__pagetop {
  width: 48px;
  margin: 68px 0 0 auto;
}

.yvs-footer__pagetop a {
  display: block;
  transition: transform .3s ease;
}

.yvs-footer__pagetop a:hover {
  transform: translateY(-10px);
  transition: transform .3s ease;
}

@media screen and (max-width: 660px) {
  .yvs-footer__pagetop {
    width: 24px;
    margin: 32px 0 0 auto;
  }
}

.yvs-footer-nav {
  display: flex;
  justify-content: flex-end;
}

.yvs-footer-nav-list {
  margin-top: 24px;
  display: flex;
}

@media screen and (max-width: 660px) {
  .yvs-footer-nav-list {
    flex-wrap: wrap;
  }
}

.yvs-footer-nav-list__item {
  margin-left: 52px;
  color: #000;
}

@media screen and (max-width: 660px) {
  .yvs-footer-nav-list__item {
    margin-top: 0x;
    margin-left: 20px;
    white-space: nowrap;
  }
}

.yvs-footer-nav-list__item a {
  color: #000;
}

.yvs-footer-nav-list__item a:hover {
  color: #dc1e37;
}

.yvs-footer__copy {
  text-align: right;
  color: #000;
}

@media screen and (max-width: 660px) {
  .yvs-footer__copy {
    margin-top: 24px;
  }
}

.yvs-footer__linkedin {
  width: 264px;
  height: 76px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 200;
  top: auto;
}

@media screen and (max-width: 660px) {
  .yvs-footer__linkedin {
    width: 180px;
    height: 40px;
    position: fixed;
    bottom: 16px;
    right: 16px;
  }
}

.yvs-footer__linkedin.is-absolute {
  position: absolute;
  top: -96px;
  bottom: auto;
  right: 16px;
}

@media screen and (max-width: 660px) {
  .yvs-footer__linkedin.is-absolute {
    position: absolute;
    top: -64px;
  }
}

.yvs-footer__linkedin a {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  display: flex;
  background-color: rgba(250, 250, 250, .75);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #000;
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
  transition: all .3s ease;
}

.yvs-footer.is-open .yvs-footer__linkedin {
  position: fixed;
  bottom: 15px;
  right: 16px;
  top: auto;
}
.yvs-footer.is-open .yvs-footer__linkedin a {
  color: #fff;
  background-color: rgba(250, 250, 250, .0);
  transition: all .3s ease;
}

@media screen and (max-width: 660px) {
  .yvs-footer__linkedin a {
    font-size: 12px;
    padding-right: 20px;
  }
}

.yvs-footer__linkedin-arrow {
  width: 13px;
  height: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 6px);
  right: 40px;
}

@media screen and (max-width: 660px) {
  .yvs-footer__linkedin-arrow {
    right: 20px;
  }
}

.yvs-footer__linkedin-arrow::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #DC1E37;
  position: absolute;
  top: calc(50% - 1px);
  left: 6px;
  transition: width .3s ease;
}

.yvs-footer__linkedin-arrow::after {
  content: "";
  width: 6px;
  height: 7px;
  background-image: url('/jp/yvs/assets/img/icon_arrow.svg');
  position: absolute;
  top: calc(50% - 4px);
  right: -10px;
  transition: right .3s ease;
}

.yvs-footer__linkedin a:hover {
  text-decoration: none;
}

.yvs-footer__linkedin a:hover .yvs-footer__linkedin-arrow::before {
  width: 24px;
  transition: width .3s ease;
}

.yvs-footer__linkedin a:hover .yvs-footer__linkedin-arrow::after {
  right: -18px;
  transition: right .3s ease;
}

.yvs-content {
  padding: 48px 20px 400px;
}

@media screen and (max-width: 660px) {
  .yvs-content {
    padding: 30px 20px 200px;
  }
}

.yvs-content-inr {
  max-width: 1392px;
  margin: 0 auto;
}

.yvs-page-ttl {
  font-size: 128px;
  font-weight: 400;
  color: #CCCCCC;
  text-align: right;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 660px) {
  .yvs-page-ttl {
    font-size: 52px;
  }
}

.yvs-page-sub-ttl {
  font-size: 96px;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 1;
}

@media screen and (max-width: 660px) {
  .yvs-page-sub-ttl {
    font-size: 48px;
  }
}

.yvs-page-sub-ttl.is-right {
  text-align: right;
  margin-right: 58px;
}

@media screen and (max-width: 660px) {
  .yvs-page-sub-ttl.is-right {
    margin-right: 0;
  }
}

.yvs-page-hdg {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-top: 124px;
}

.yvs-page-txt-block {
  margin-left: 60px;
}

@media screen and (max-width: 660px) {
  .yvs-page-hdg {
    margin-top: 64px;
    font-size: 18px;
  }

  .yvs-page-txt-block {
    margin-left: 0;
  }
}



.structure-sec-01 {
  margin: 442px 0 0;
}

@media screen and (max-width: 660px) {
  .structure-sec-01 {
    margin: 210px 0 0;
  }
}

.structure-sec-01__block {
  margin-left: 160px;
  max-width: 672px;
}

@media screen and (max-width: 660px) {
  .structure-sec-01__block {
    margin-left: 0;
  }
}

.scroll-img {
  width: 100%;
  overflow: auto;
}

.structure-fig-01 {
  margin-top: 72px;
  min-width: 800px;
}

@media screen and (max-width: 660px) {
  .structure-fig-01 {
    margin-top: 36px;
  }
}

.structure-sec-02 {
  margin-top: 390px;
}

@media screen and (max-width: 660px) {
  .structure-sec-02 {
    margin-top: 195px;
  }
}

.structure-sec-02__block {
  margin-left: 160px;
  max-width: 672px;
}

@media screen and (max-width: 660px) {
  .structure-sec-02__block {
    margin-left: 0;
  }
}

.structure-fig-02 {
  margin-top: 72px;
  min-width: 800px;
}

@media screen and (max-width: 660px) {
  .structure-fig-02 {
    margin-top: 36px;
  }
}

.structure-fig-03 {
  margin-top: 30px;
  min-width: 800px;
}

.approach-sec-01 {
  margin: 442px auto 0;
  max-width: 1380px;
}

@media screen and (max-width: 660px) {
  .approach-sec-01 {
    margin: 210px auto 0;
  }
}

.approach-sec-01__block {
  display: flex;
  justify-content: flex-end;
}

.approach-sec-01__block-inr {
  max-width: 620px;
  margin-right: 56px;
}

@media screen and (max-width: 660px) {
  .approach-sec-01__block-inr {
    margin-right: 0;
  }
}

.approach-sec-02 {
  margin: 290px auto 0;
}

@media screen and (max-width: 660px) {
  .approach-sec-02 {
    margin: 145px auto 0;
  }
}

.approach-sec-02__block {
  display: flex;
}

.approach-sec-02__block-inr {
  width: 620px;
  margin-left: 56px;
}

@media screen and (max-width: 660px) {
  .approach-sec-02__block-inr {
    margin-left: 0;
  }
}

.approach-fig-02 {
  margin-top: 72px;
  background-color: #000;
  min-width: 800px;
}

@media screen and (max-width: 660px) {
  .approach-fig-02 {
    margin-top: 36px;
  }
}

.approach-sec-03 {
  margin: 386px auto 0;
}

@media screen and (max-width: 660px) {
  .approach-sec-03 {
    margin: 193px auto 0;
  }
}

.approach-sec-03__block {
  display: flex;
  justify-content: flex-end;
}

.approach-sec-03__block-inr {
  max-width: 620px;
  margin-right: 56px;
}

@media screen and (max-width: 660px) {
  .approach-sec-03__block-inr {
    margin-right: 0;
  }
}

.investment-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64px;
}

@media screen and (max-width: 660px) {
  .investment-block {
    display: block;
  }
}

.investment-block__item {
  width: calc(50% - 8px);
  background-color: #F2F2F2;
  margin-top: 16px;
  padding: 62px 80px 100px;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 1340px) {
  .investment-block__item {
    padding: 62px 44px 100px;
  }
}

@media screen and (max-width: 780px) {
  .investment-block__item {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 660px) {
  .investment-block__item {
    width: 100%;
    padding: 30px 20px 50px;
  }
}

.investment-block__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 1160px) {
  .investment-block__header {
    display: block;
  }

  .investment-block__header .yvs-sdgs-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 660px) {
  .investment-block__header {
    margin-bottom: 20px;
  }
}

.investment-block__ttl {
  font-size: 20px;
  line-height: 1;
}


.investment-block__ttl-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;

}

.investment-block__txt {
  padding-top: 32px;
  font-size: 13px;
  line-height: 1.65;
  position: relative;
  color: #000;

}

@media screen and (max-width: 660px) {
  .investment-block__txt {
    padding-top: 20px;

  }
}

.investment-block__txt::before {
  content: "";
  width: calc(100% + 176px);
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 0;
  left: -88px;
}

.thesis-list {
  display: flex;
  justify-content: space-between;
  max-width: 1392px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1040px) {
  .thesis-list {
    flex-wrap: wrap;
  }
}

.thesis-list__item {
  background-color: #B3B3B3;
  width: calc(25% - 3px);
  padding: 54px 75px 120px;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 1040px) {
  .thesis-list__item {
    width: calc(50% - 3px);
    margin-top: 6px;
  }
}

@media screen and (max-width: 660px) {
  .thesis-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .thesis-list__item {
    padding: 20px;
  }
}

.thesis-list__ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  min-height: 80px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.thesis-list__illust {
  width: 128px;
  height: 128px;
  margin: 48px auto 60px;
}

@media screen and (max-width: 660px) {
  .thesis-list__illust {
    margin: 24px auto 30px;
  }
}

.thesis-list__cont {
  position: relative;
  padding-top: 50px;
  color: #000;
  line-height: 1.4;
}

.thesis-list__cont::before {
  content: "";
  width: calc(100% + 150px);
  border-top: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: -75px;
}

@media screen and (max-width: 1480px) {
  .yvs-content .yvs-portfolio-block {
    margin: 0 -20px;
    max-width: none;
  }
}

.thesis-list-child li::before {
  content: "・";
}

.thesis-list-child li.is-mt {
  margin-top: 1.5em;
}

.portfolio__header {
  width: 100%;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 75px;
  background-color: #fff;
}

@media screen and (max-width: 660px) {

  .portfolio__header {
    height: 280px;
  }
}

.portfolio__logo {
  width: 360px;
  height: 240px;
  margin: 0 auto;
}

.portfolio__ttl-e {
  font-size: 128px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  color: #CCCCCC;
  padding-right: 58px;
}

@media screen and (max-width: 660px) {
  .portfolio__ttl-e {
    font-size: 48px;
    padding-right: 0;
  }
}

.portfolio__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  color: #000;
  margin-top: 24px;
  padding-right: 58px;
}

@media screen and (max-width: 660px) {
  .portfolio__ttl {
    font-size: 18px;
    padding-right: 0;
    margin-top: 16px;
  }
}

.yvs-page-bg {
  background-color: #FAFAFA;
  padding: 132px 20px 400px;
}

@media screen and (max-width: 660px) {
  .yvs-page-bg {
    padding: 66px 20px 200px;
  }
}

.yvs-portfolio {
  overflow: hidden;
}

.yvs-portfolio-block {
  max-width: 1440px;
  margin: 0 auto;

}

.portfolio-ttl {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: right;
}

.portfolio-sec {
  max-width: 1280px;
  margin: 196px auto 0;
  display: flex;
}

@media screen and (max-width: 1060px) {
  .portfolio-sec {
    display: block;
  }
}

@media screen and (max-width: 660px) {
  .portfolio-sec {
    margin-top: 90px;
  }
}

.portfolio-sec__ttl-block {
  width: calc(100% - 858px);
}

@media screen and (max-width: 1060px) {
  .portfolio-sec__ttl-block {
    width: 100%;
  }
  
}

.portfolio-sec__ttl {
  font-size: 28px;
  color: #000;
}

@media screen and (max-width: 660px) {
  .portfolio-sec__ttl {
    font-size: 24px;
  }
}

.portfolio-sec__date {
  font-size: 12px;
  color: #808080;
}

.portfolio-sec__cont-block {
  width: 858px;
  font-size: 16px;
  color: #000;
}


@media screen and (max-width: 1060px) {
  .portfolio-sec__cont-block {
    width: 100%;
    margin-top: 24px;
  }
}


.portfolio-sec__cont-block.is-outline {
  display: flex;
}

@media screen and (max-width: 720px) {
  .portfolio-sec__cont-block.is-outline {
    display: block;
  }
}

.portfolio-outline {
  width: 50%;
  padding-right: 20px;
  margin-top: -64px;
  box-sizing: border-box;
  color: #000;
}

@media screen and (max-width: 1060px) {
  .portfolio-outline {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1060px) {
  .portfolio-outline.is-last {
    width: 100%;
  }
}

.portfolio-outline__ttl {
  font-size: 18px;
  font-weight: 700;
  margin: 58px 0 0;

}

.portfolio-outline__ttl.is-space {
  letter-spacing: 1em;

}

@media screen and (max-width: 1060px) {
  .portfolio-outline__ttl {
    margin: 16px 0 8px;
  }
}

.portfolio-outline-member__item {
  display: flex;
  line-height: 1.5;
}

.portfolio-outline-member__item dt {
  width: 100px;
}

.portfolio-img {
  margin-top: 72px;
}

.portfolio-img__small {
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 660px) {
  .portfolio-img {
    margin-top: 36px;
  }

  .portfolio-img__small {
    width: 100%;
  }
}

.btn-back {
  margin-top: 120px;
  font-size: 24px;
  text-align: center;
}

.btn-back__link:link {
  color: #000;
  position: relative;
}

.btn-back__link:visited {
  color: #000;
}

.btn-back__link:hover {
  color: #dc1e37;
  text-decoration: none;
}

.btn-back__link:active {
  color: #000;
}


.btn-back__link::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url('/jp/yvs/assets/img/icon_arrow_back.svg');
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: calc(50% - 6px);
  left: -20px;
  transition: background-position .3s ease;
}



.btn-back__link:hover::after {
  background-image: url('/jp/yvs/assets/img/icon_arrow_back.svg');
  background-size: contain;
  background-position: right 16px center;
  transition: background-position .3s ease;
}

@media screen and (max-width: 660px) {
  .btn-back {
    margin-top: 60px;
    font-size: 20px;
  }
}

.bg-black {
  color: #fff;
  background-color: #000;
  margin: 0 -20px 0;
  padding: 0 20px;
}

.bg-black .about-ttl {
  color: #fff;
}

.bg-black .about-sec-01__lead {
  color: #fff;
}

.bg-black .yvs-txt-e {
  color: #fff;
}

.about-sec {
  padding: 100px 20px;
  background-color: #fff;
  margin: 0 -20px 0;
}

.about-sec01 {
  padding: 100px 20px;
  margin-top: 100px;
}

.about-ttl {
  font-size: 148px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 660px) {
  .about-sec01 {
    padding: 50px 20px;
    margin-top: 50px;
  }

  .about-ttl {
    font-size: 52px;
  }
}

.about-sec-01__txt-block {
  width: 100%;
  margin-top: 280px;
  display: flex;
  justify-content: flex-end;
}

.about-sec-01__txt {
  width: 560px;
  margin-right: 140px;
}

@media screen and (max-width: 660px) {
  .about-sec-01__txt-block {
    margin-top: 70px;
  }

  .about-sec-01__txt {
    width: 100%;
    margin-right: auto;
  }
}

.about-sec-01__lead {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 660px) {
  .about-sec-01__lead {
    font-size: 18px;
  }
}

.about-sec-02 {
  max-width: 1060px;
  padding: 320px 0 0;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .about-sec-02 {
    padding: 160px 0 0;
  }
}

.purpose-list li::before {
  content: "● ";
}

.message-block {
  margin: 130px auto 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 660px) {
  .message-block {
    margin: 65px auto 0;
    display: flex;
    flex-direction: column-reverse;
  }
}

.message-block__txt {
  width: calc(100% - 440px);
  color: #000;
}

@media screen and (max-width: 660px) {
  .message-block__txt {
    width: 100%;
    margin-top: 24px;
  }
}

.message-block__img {
  width: 360px;
  margin-right: 20px;
}

@media screen and (max-width: 660px) {
  .message-block__img {
    width: auto;
    max-width: 360px;
    margin: 0 auto;
  }
}

.message-block__name {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}

.about-sec-03 {
  margin-top: 400px;
}

@media screen and (max-width: 660px) {
  .about-sec-03 {
    margin-top: 200px;
  }
}

.info-table {
  margin-top: 135px;
}

@media screen and (max-width: 660px) {
  .info-table {
    margin-top: 68px;
  }
}

.info-table th {
  border-bottom: 1px solid #CCCCCC;
  padding: 40px 20px 40px 0;
  width: 200px;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 660px) {
  .info-table th {
    width: 64px;
    font-size: 16px;
  }
}

.info-table td {
  border-bottom: 1px solid #CCCCCC;
  padding: 40px 0;
  font-size: 16px;
  color: #000;
}

.info-table tr:last-child th,
.info-table tr:last-child td {
  border: none;
}

.info-table tr:last-child td {
  font-size: 14px;  
}

.about-sec-04 {
  margin: 360px 0 0;
}

@media screen and (max-width: 660px) {
  .about-sec-04 {
    margin: 180px 0 0;
  }
}

.access-ttl-block {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 660px) {
  .access-ttl-block {
    display: flex;
    flex-direction: column;
  }
}

.access-ttl-block__list {
  width: 510px;
}

@media screen and (max-width: 660px) {
  .access-ttl-block__list {
    width: 100%;
    margin-top: 24px;
  }
}

.access-ttl-block__list li {
  font-size: 18px;
  padding: 10px 0;
}

@media screen and (max-width: 660px) {
  .access-ttl-block__list li {
    font-size: 16px;
    padding: 10px 0;
  }
}

.access-ttl-block__list li:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}

.about-sec-05 {
  margin: 400px 0 0;
}

@media screen and (max-width: 660px) {
  .about-sec-05 {
    margin: 200px 0 0;
  }
}

.location-breads {
  display: none;
}

.js-fade {
  opacity: 0;
}

.js-fade.is-active {
  opacity: 1;
  transition: opacity 1.5s ease;
}

.js-fade.is-active.delay01 {
  transition-delay: .2s;
}

.js-fade.is-active.delay02 {
  transition-delay: .4s;
}

.js-fade.is-active.delay03 {
  transition-delay: .6s;
}
.js-fade.is-active.delay04 {
  transition-delay: .8s;
}

.js-fade.is-list {
  opacity: 1;
}

.js-fade.is-list .yvs-portfolio-list__item .yvs-portfolio-list__item-inr {
  opacity: 0;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item .yvs-portfolio-list__item-inr {
  opacity: 1;
  transition: opacity 1.5s ease;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(1) .yvs-portfolio-list__item-inr {
  transition-delay: .2s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(2) .yvs-portfolio-list__item-inr {
  transition-delay: .4s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(3) .yvs-portfolio-list__item-inr {
  transition-delay: .6s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(4) .yvs-portfolio-list__item-inr {
  transition-delay: .8s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(5) .yvs-portfolio-list__item-inr {
  transition-delay: 1s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(6) .yvs-portfolio-list__item-inr {
  transition-delay: 1.2s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(7) .yvs-portfolio-list__item-inr {
  transition-delay: 1.4s;
}

.js-fade.is-list.is-active .yvs-portfolio-list__item:nth-child(8) .yvs-portfolio-list__item-inr {
  transition-delay: 1.6s;
}
