/**
 * ================================================================================
 * 固定ページ
 * VRサポート
 * ================================================================================
 */

.fv--page-vr {
  height: 660px;
  display: flex;
  flex-direction: column;
  background: url(../img/page-vr-support.webp);
  background-size: cover;
  background-position: center;
}
.section.vr-support {
  padding-top: 0;
  gap: 0;
}
.vr-support__intro {
  background: var(--thema-blue);
  color: #fff;
}
.vr-support__container picture{
  margin-top: -5px;
  display: block;
}
.vr-support__container picture img{
  width: 100%;
}
.vr-support__container #breadcrumbs a,
.vr-support__container #breadcrumbs img {
  color: #fff;
  filter: var(--svg--white);
}
.vr-support__intro .vr-support__text {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}
.vr-support__header-img{
  display: flex;
  flex-direction: column;
}
.vr-support__header-img::before{
  content: "";
  width: 100%;
  background: var(--thema-blue);
}
.vr-support__header-img::after{
  content: "";
  width: 100%;
  background: url(../img/page-vr-support.webp);
  background-size: 100% 100%;
  background-position: bottom;
  /* 70 < 250 */
  height: clamp(4.375rem, -8.482rem + 26.79vw, 15.625rem);
}
.vr-support__text p {
  margin-bottom: 16px;
}
.vr-support__text p:last-child {
  margin-bottom: 0;
}
.vr-support__header .section__image {
  margin-bottom: 0;
}
.vr-support__header-img {
  position: relative;
  overflow: hidden;
}
.vr-support__header-img span {
  /* max-width: calc(900px + 24px * 2); */
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 250px;
  align-items: end;
  justify-content: center;
  height: 100%;
}
.vr-support__header-img span img{
  max-width: 1440px;
  width: 100%;
}

.section__body--vr-support {
  counter-reset: vr-counter;
  padding-right: 24px;
  gap: calc(40px + 24px);
}

.vr-support__item {
  counter-increment: vr-counter;
}

.vr-support__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: -60px;
}
.vr-support__title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 32px;
  gap: clamp(0.5rem, -1.303rem + 3.67vw, 2rem);
  padding: 0 40px 30px;
}

.vr-support__title::before {
  content: counter(vr-counter);
  font-weight: bold;
  font-size: 150px;
  /* 100 < 150 */
  font-size: clamp(6.25rem, 2.494rem + 7.65vw, 9.375rem);
  font-family: var(--font_style--montserrat);
  color: var(--thema-yellow);
  line-height: 1;
}
.vr-support__title h2 {
  display: flex;
  flex-direction: column;
  font-family: var(--font_style--montserrat);
  font-size: 60px;
  /* 32 < 60 */
  font-size: clamp(2rem, -0.103rem + 4.28vw, 3.75rem);
  gap: 8px;
  color: var(--thema-blue);
}
.vr-support__title h2::after {
  content: attr(data-title);
  font-family: var(--font_style);
  font-size: 24px;
  /* 18 < 24 */
  font-size: clamp(1.125rem, 0.674rem + 0.92vw, 1.5rem);
}
.section__image {
  aspect-ratio: auto;
  /* width: clamp(7.5rem, -17.288rem + 50.46vw, 28.125rem); */
  /* 470 < 200 */
  width: clamp(12.5rem, -7.781rem + 41.28vw, 29.375rem);
}
.section__image img {
  object-fit: contain;
}

.vr-support__body {
  padding: 40px;
  background: var(--thema-beige);
  box-shadow: 24px 24px 0px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}
.vr-support__proposal-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  font-size: 20px;
}
.vr-support__proposal-item--corporate {
  border-bottom: 1px solid #625e1c;
  color: var(--thema-blue);
}
.vr-support__proposal-item--personal {
  color: var(--thema-red);
}
.vr-support__subtitle {
  padding: 8px 24px;
  gap: 16px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
.vr-support__proposal-item--corporate .vr-support__subtitle {
  background: var(--thema-blue);
}
.vr-support__proposal-item--personal .vr-support__subtitle {
  background: var(--thema-red);
}

.vr-support__proposal .vr-support__text {
  flex-grow: 1;
}

.vr-support__point {
  background: #fff;
  border: 1px solid #68686a;
  border-radius: 16px;
  gap: 56px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.vr-support__point_icon {
  background: #68686a;
  padding: 8px;
  max-width: 68px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vr-support__point_icon img {
  width: 26px;
}
.vr-support__note {
  text-align: center;
  padding-top: 24px;
  font-size: 20px;
}
.vr-support__note .fb {
  font-weight: bold;
}
.vr-support__lists {
  display: flex;
  gap: 32px;
}
.vr-support__list {
  max-width: calc((100% - 24px * 1) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vr-support__list--heiwago {
  color: var(--thema-blue);
}
.vr-support__list--owner {
  color: var(--thema-red);
}
.vr-support__list-title {
  font-size: 20px;
  font-weight: bold;
}
.vr-support__items {
  border-left: 8px solid;
  padding-left: 16px;
  height: 100%;
}
.vr-support__list--heiwago .vr-support__items {
  border-color: var(--thema-blue);
  background: url(../img/icon/vr-success-heiwago.svg) no-repeat;
  background-position: right;
  background-size: contain;
}
.vr-support__list--owner .vr-support__items {
  border-color: var(--thema-red);
  background: url(../img/icon/vr-success-owner.svg) no-repeat;
  background-position: right;
  background-size: contain;
}
.vr-support__li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.vr-support__li::before {
  content: "";
  width: 21px;
  height: 21px;
  aspect-ratio: 1/1;
  background: url(../img/icon/check.svg);
  filter: var(--svg-white);
  background-position: center;
  background-size: 28px;
  border: 1px solid;
  border-radius: 32px;
  margin: 6px;
}
.vr-support__list--heiwago .vr-support__li::before {
  border-color: var(--thema-blue);
  filter: var(--svg--blue);
}
.vr-support__list--owner .vr-support__li::before {
  border-color: var(--thema-red);
  filter: var(--svg--red);
}
.sm {
  font-size: 10px;
}

/* 導入事例を見るのリンク */
.vr-success-link {
  position: relative;
}
.vr-success__image-link {
  display: block;
  overflow: hidden;
  height: 850px;
  /* 850 < 1200 */
  height: (53.125rem, 26.835rem + 53.52vw, 75rem);
}
.vr-success__image-link::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vr-success__image-link > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: relative;
  z-index: -1;
}
.vr-success__image-link:hover > img {
  transform: scale(1.1);
}

.vr-success__header-img,
.vr-success__footer-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}
.vr-success__header-img {
  top: 0;
}
.vr-success__footer-img {
  bottom: 0;
}
.vr-success__header-img img,
.vr-success__footer-img img {
  /* width: 100%; */
  margin: 0 -8px;
  max-width: calc(100% + 24px);
}
.vr-success__illustration {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  padding: 0 24px;
}
.vr-success__illustration img {
  width: 200px;
  width: clamp(4.5rem, -5.115rem + 19.57vw, 12.5rem);
  margin-left: clamp(3.125rem, 6.881rem + -7.65vw, 0rem);
}
.vr-success__image-text {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 24px;
  gap: clamp(0.75rem, -0.151rem + 1.83vw, 1.5rem);
  color: #fff;
  position: absolute;
  bottom: 250px;
  bottom: clamp(6.25rem, -5.017rem + 22.94vw, 15.625rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  padding: 0 24px;
}
.vr-success__text-ja {
  font-size: 32px;
  font-size: clamp(1.125rem, 0.073rem + 2.14vw, 2rem);
}
.vr-success__text-en {
  font-size: 24px;
  font-size: clamp(0.75rem, -0.151rem + 1.83vw, 1.5rem);
  display: inline-flex;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
}
.vr-success__text-en::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icon/arrow-right.svg) no-repeat;
  background-position: center;
  transition: transform 0.5s ease;
}

.vr-success__image-link:hover .vr-success__text-en::after{
  transform: translateX(10px); 
}


@media screen and (max-width: 768px) {
  .section.vr-support{
    padding-bottom: 120px;
  }
  .section__body--vr-support {
    padding-top: 80px;
    padding-right: 8px;
  }
  .vr-support__intro {
  }
  .vr-support__container #breadcrumbs a,
  .vr-support__container #breadcrumbs img {
  }
  .vr-support__intro .vr-support__text {
    text-align: left;
  }
  .vr-support__text p {
    font-size: 16px;
  }
  .vr-support__text p:last-child {
  }

  .vr-support__header-img {
  }
  .vr-support__header-img::before{
    height: 50px;
  }
  .vr-support__header-img img {
  }
  .vr-support__header-img span {
  }
  .vr-support__header-img span img {
  }

  .section__body--vr-support {
  }

  .vr-support__item {
  }

  .vr-support__header {
    margin-bottom: -17px;
  }
  .vr-support__title {
    padding: 0;
  }

  .vr-support__title::before {
    font-size: 50px;
    /* 50 < 100 */
    font-size: clamp(3.125rem, -0.353rem + 13.44vw, 6.25rem);
  }
  .vr-support__title h2 {
    gap: 4px;
    font-size: 18px;
    /* 18 < 32 */
    font-size: clamp(1.125rem, 0.151rem + 3.76vw, 2rem);
  }
  .vr-support__title h2::after {
    font-size: 12px;
    /* 12 < 18 */
    font-size: clamp(0.75rem, 0.333rem + 1.61vw, 1.125rem);
  }
  .section__image {
    /* 120 < 200 */
    width: clamp(7.5rem, 1.935rem + 21.51vw, 12.5rem);
  }
  .section__image img {
  }

  .vr-support__body {
    padding: 40px 16px 24px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5);
  }
  .vr-support__proposal-item {
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
  }
  .vr-support__proposal-item--corporate {
    padding-top: 0;
  }
  .vr-support__proposal-item--personal {
  }
  .vr-support__subtitle {
    font-size: 14px;
  }
  .vr-support__proposal-item--corporate .vr-support__subtitle {
  }
  .vr-support__proposal-item--personal .vr-support__subtitle {
  }

  .vr-support__proposal .vr-support__text {
  }

  .vr-support__point {
    padding: 0;
    gap: 0;
  }
  .vr-support__point_icon {
    position: relative;
    flex-direction: row;
    justify-content: center;
    max-width: 100%;
    padding: 8px 16px;
    font-size: 12px;
    gap: 8px;
  }
  .vr-support__point_icon img {
  }
  .vr-support__note {
    padding: 24px 16px 16px;
    font-size: 16px;
    text-align: left;
  }
  .vr-support__note br {
    display: none;
  }
  .vr-support__lists {
    padding: 16px 16px 24px;
    flex-direction: column;
  }
  .vr-support__list {
    max-width: 100%;
  }
  .vr-support__list--heiwago {
  }
  .vr-support__list--owner {
  }
  .vr-support__list-title {
    font-size: 16px;
  }
  .vr-support__items {
  }
  .vr-support__list--heiwago .vr-support__items {
  }
  .vr-support__list--owner .vr-support__items {
  }
  .vr-support__li {
    font-size: 14px;
    align-items: flex-start;
  }
  .vr-support__li::before {
    width: 18px;
    height: 18px;
    margin: 2px;
    background-size: 14px;
  }
  .vr-support__list--heiwago .vr-support__li::before {
  }
  .vr-support__list--owner .vr-support__li::before {
  }
  .sm {
  }
  .vr-success-link{
    margin-bottom: 80px;
  }
  .vr-success__image-link {
    /* 400 < 850 */
    height: clamp(25rem, -6.3rem + 120.97vw, 53.125rem);
  }
  .vr-success__illustration img{
    width: 60px;
  }
}
