@charset "utf-8";

.p-policy {
  margin-top: -56px;
  background: #fff;
  border-radius: 40px 40px 0 0;
  overflow: hidden;

  @media (width < 768px) {
    margin-top: -40px;
  }

  .l-inner {
    max-width: 1036px;
    padding: 132px 20px 116px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;

    @media (width < 768px) {
      padding: 80px 20px;
      flex-direction: column;
      gap: 40px;
      align-items: start;
    }
  }
}

.p-policy__heading {
  margin-top: 105px;
  min-width: fit-content;

  @media (width < 768px) {
    margin-top: 0;
  }
}

.p-policy__heading-en {
  font-family: var(--font-roboto);
  font-size: 66px;
  line-height: normal;
  color: var(--color-l-green);
}

.p-policy__heading-ja {
  margin: 3px 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.p-policy__body {
  width: 64%;

  @media (width < 768px) {
    width: 100%;
  }
}

.p-policy__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  line-height: calc(32 / 14);
  letter-spacing: 0.03em;
}

.p-policy-card {
  margin-top: 30px;
  margin-left: auto;
  width: 210px;
  border-left: 1px solid #ffb437;
  padding: 4px 0 0 26px;
  font-size: 14px;
}

.p-policy-card__head {
  line-height: normal;
}

.p-policy-card__text {
  margin-top: 4px;
  line-height: calc(30 / 14);
}

.p-policy__images.swiper {
  width: 100%;
  overflow: visible;

  .swiper-wrapper {
    transition-timing-function: linear;
  }

  .swiper-slide {
    width: 617px;
    aspect-ratio: 617/450;
    object-fit: cover;
  }
}

.gjs-dashed *[data-highlightable] .p-policy__images.swiper {
  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .swiper-slide {
    width: 33%;
  }
}

.p-company {
  background: #fdf3e3;
  padding-top: 120px;

  @media (width < 768px) {
    padding-top: 80px;
  }

  .l-inner {
    max-width: 1178px;
  }
}

.p-company__heading {
}

.p-company-table {
  margin-top: 28px;
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;

  @media (width < 768px) {
    padding: 40px 20px;
  }
}

.p-company-table__row {
  border-bottom: 1px solid #c7c7c7;
  padding: 24px 0;
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: calc(32 / 14);
  position: relative;

  @media (width < 768px) {
    gap: 10px;
  }
}

.p-company-table__row::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 169px;
  height: 1px;
  background: var(--color-l-green);

  @media (width < 768px) {
    width: 100px;
  }
}

.p-company-table__head {
  width: 190px;
  color: var(--color-green);
  font-weight: 700;
  flex-shrink: 0;

  @media (width < 768px) {
    width: 100px;
  }
}

.p-company-table__text {
  max-width: 590px;

  a:hover {
    opacity: 0.7;
  }

  span {
    display: inline-block;
  }
}

.p-access {
  background: #fdf3e3;
  padding: 100px 0 200px;
  margin-bottom: -50px;

  @media (width < 768px) {
    padding: 80px 0 150px;
  }

  .l-inner {
    max-width: 1178px;
  }
}

.p-access__heading {
}

.p-access__map {
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
