@charset "utf-8";
.pg-fv {
      position: absolute;
    top: 0;
    width: clamp(23rem, 5rem + 37.5vw, 50rem);
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(2.5rem, 0.417rem + 4.34vw, 5.625rem);
    padding-left: clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
    background-color: #F8F8FF;
}
.pg-fv-title__main {
      font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.pg-fv-title__sub {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: 18px;
    font-weight: 400;
    font-family: "Tenor Sans", sans-serif;
    color: #676767;
}

.company-top {
  padding-top: clamp(3.75rem, 7.81vw, 9.375rem);
}
.company-top__inner {
  padding-right: clamp(2rem, -12.708rem + 30.64vw, 24.063rem);
}
.company-top__container {
      display: flex;
    column-gap: clamp(1.25rem, -4.583rem + 12.15vw, 10rem);
}
.company-top__img {
      width: 58%;
    margin-top: clamp(5rem, 4.167rem + 1.74vw, 6.25rem);
    box-shadow: 20px 24px 40px rgba(0,0,0,0.04);
    aspect-ratio: 864/674;
    height: fit-content;
    object-fit: cover;
    position: relative;
    z-index: 50;
}
.company-top__content {
  width: 42%;
}
.company-top__title {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.company-top__text {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    font-weight: 400;
    line-height: 2;
    color: #676767;
}

.info__inner {
      padding-left: clamp(2rem, -8.667rem + 22.22vw, 18rem);
    padding-right: clamp(0rem, -12rem + 25vw, 18rem);
}
.info__container {
      position: relative;
    background-color: #F8F8F8;
    padding: clamp(3rem, -5.625rem + 17.97vw, 15.938rem) clamp(0rem, -7.167rem + 14.93vw, 10.75rem) clamp(5rem, 1.833rem + 6.6vw, 9.75rem) clamp(2.5rem, -3rem + 11.46vw, 10.75rem);
    bottom: clamp(-1.25rem, -6.25rem + 10.42vw, 6.25rem);
}
.info__title {
      font-size: 24px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.info__items {
      margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    border-top: 0.5px solid #000007;
}
.info__item {
      padding-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    border-top: 0.5px solid #000007;
    display: flex;
}
.info-item__left {
      width: 35%;
    padding-left: 16%;
      font-size: 16px;
    font-weight: 400;
}
.info-item__right {
        width: 65%;
    padding-left: 4%;
    padding-right: 20px;
    font-weight: 400;
}

.access {
  padding-top: 80px;
  padding-bottom: 100px;
}
.access__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.access__container {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.access__line {
      margin-top: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    width: 100%;
    border-bottom: 0.8px solid #000007;
}
.access__text {
      margin-top: 40px;
    font-weight: 400;
    line-height: 2;
    color: #676767;
}
.access__right iframe {
      width: 100%;
    height: clamp(25rem, 16.667rem + 17.36vw, 37.5rem);
    border: none;
}

@media (max-width: 767px) {
  .pg-fv {
    top: 90px;
  }
  
  .company-top {
    padding-top: 160px;
  }
  .company-top__container {
        flex-direction: column;
    row-gap: 40px;
  }
  .company-top__img {
        aspect-ratio: 358/312;
    width: 100%;
  }
  .company-top__content {
        width: 100%;
    padding-left: 20px;
  }
  
  .info__container {
        position: unset;
    margin-top: 64px;
  }
  .info__item {
        flex-direction: column;
    row-gap: 10px;
  }
  .info-item__left {
    padding-left: 4%;
    width: 100%;
  }
  .info-item__right {
    width: 100%;
  }
  
  .access {
    padding-bottom: 0;
  }
  .access__inner {
    padding: 0;
  }
  .access__container {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
  }
  .access__left {
    padding-left: 32px;
  }
  .access__text {
    padding-right: 20px;
  }
  .access__right iframe {
    height: 300px;
  }
}

@media (max-width: 389px) {
  .pg-fv {
    width: 300px;
  }
  .pg-fv-title__main {
    font-size: 26px;
  }
  
  .info__inner {
    padding-left: 20px;
  }
  .info__container {
    padding-left: 20px;
  }
  
  .access__left {
    padding-left: 20px;
  }
}