@charset "utf-8";
.page__fv {
  padding: 11px 10px 0;
}

.page__fv-container {
  margin-inline: auto;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 90px 25px 232px;
  position: relative;
}

.page__fv-container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

/* @media screen and (min-width: 768px) {
  .page__fv-container {
    width: 98.5%;
  }
} */

.page__fv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.page__fv-bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.page__fv-inner {
  padding-inline: 20px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .page__fv-inner {
    padding-inline: 40px;
    max-width: calc(1085px + 40px * 2);
  }
}

.page__fv-title {
  margin-top: 120px;
  color: var(--color-white);
}

.page__fv-title-en {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: calc(200 / 1000 * 1em);
}

.page__fv-title-ja {
  margin-top: 18px;
  font-size: clamp(24px, 2.79vw, 38px);
  font-weight: 700;
  letter-spacing: calc(50 / 1000 * 1em);
}

/* =====================
メインコンテンツ
====================== */
.page {
  padding-block: 80px 110px;
}

@media screen and (min-width: 768px) {
  .page {
    padding-block: 120px 210px;
  }
}

.page__container {
  max-width: 1060px;
  margin-inline: auto;
  border-radius: 10px;
  padding: 50px 20px 80px;
  background: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .page__container {
    padding: 90px 80px 110px;
  }
}

/* ====================
table
===================== */
.page__table {
  width: 100%;
  padding: clamp(20px, 5.13vw, 70px);
  margin-top: 40px;
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page__table-row:first-child {
  border-top: 1px solid #a7a7a7;
}

.page__table-row {
  border-bottom: 1px solid #a7a7a7;
  width: 100%;
  display: grid;
  grid-template-columns: 0.8fr 3fr;
  min-height: 70px;
  padding-block: 10px;
}

.page__table-th {
  font-size: clamp(11px, 1.03vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: grid;
  place-items: center;
  justify-content: start;
  color: var(--color-title-en);
}

.page__table-th::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/table-dot.svg) repeat-y center top / contain;
}

.page__table-td {
  margin-left: clamp(30px, 5.2vw, 71px);
  font-size: clamp(11px, 1.03vw, 14px);
  font-weight: 500;
  line-height: calc(30.8 / 14);
  color: #454545;
  display: grid;
  place-items: center;
  justify-content: start;
  max-width: 558px;
}

.page__table-td a {
  font-size: clamp(11px, 1.03vw, 14px);
  font-weight: 500;
  line-height: calc(30.8 / 14);
  color: #454545;
}

.page__table-td br {
  display: block;
}

@media screen and (min-width: 768px) {
  .page__table-td br {
    display: none;
  }
}

.page__table-td-address,
.page__table-td-address a {
  text-decoration: none;
  pointer-events: none;
  border: none;
  text-align: left !important;
}
