/* ------------------------------------
// index
------------------------------------ */
#index .inner .lead {
  margin-block: clamp(4rem, 7.3vw, 9rem);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 2rem;
}
#index .inner .lead .text {
  flex-basis: 60rem;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
}
#index .inner .lead .image {
  flex-basis: 52rem;
}
@media screen and (max-width: 768px) {
  #index .inner .lead {
    display: block;
  }
  #index .inner .lead .image {
    margin-bottom: 2rem;
  }
}

/* ------------------------------------
// medical care
------------------------------------ */
dl.explain {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: clamp(2.5rem, 4vw, 5rem);
  line-height: 2;
}
dl.explain dt {
  align-self: center;
}
dl.explain dd {
  padding: 0.2rem 0 0.2rem clamp(2.5rem, 4vw, 5rem);
  border-left: solid 1px var(--color-brown1);
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
}
@media screen and (max-width: 768px) {
  dl.explain {
    display: block;
  }
  dl.explain dt {
    width: auto;
    font-size: 1.6rem;
    border-bottom: solid 1px var(--color-brown1);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
  dl.explain dd {
    border: none;
    padding: 0;
  }
  dl.explain dd + dt {
    margin-top: 2rem;
  }
}
dl.explain + .btn01 {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
dl.explain + .btn01 a {
  margin-inline: auto;
}

#covered {
  background: var(--color-beige10);
}
#covered::before {
  background: var(--color-beige10);
}
#covered .inner > section {
  border-radius: 1rem;
  background: var(--color-white_op);
  padding: clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 4.8vw, 6rem) clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 5.6vw, 7rem);
}
#covered .inner > section + * {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#covered .inner > section h3 {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(3.5rem, 5.6vw, 7rem);
  text-align: center;
}
#covered .inner > section > .image {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}

#private {
  background: var(--color-beige11);
}
#private::before, #private::after {
  background: var(--color-beige11);
}
#private .inner > section {
  border-radius: 1rem;
  background: rgb(from var(--color-brown1) r g b/0.2);
  padding: clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 4.8vw, 6rem) clamp(3rem, 5.6vw, 7rem) clamp(2.5rem, 5.6vw, 7rem);
}
#private .inner > section + * {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section h3 {
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
  text-align: center;
}
#private .inner > section p {
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
}
#private .inner > section .bijiris {
  display: grid;
  grid-template-columns: 1fr 48%;
  gap: clamp(3rem, 4.8vw, 6rem);
  margin-bottom: clamp(4rem, 6.5vw, 8rem);
}
#private .inner > section .bijiris .text {
  order: -1;
  background: var(--color-brown2);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}
#private .inner > section .bijiris .text dt {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  margin-bottom: clamp(1rem, 2vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  #private .inner > section .bijiris {
    display: block;
  }
  #private .inner > section .bijiris .text {
    margin-top: 2rem;
  }
}
#private .inner > section .cat > section {
  background: var(--color-brown2);
  color: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 3.2vw, 4rem) clamp(1.5rem, 4vw, 5rem);
}
#private .inner > section .cat > section + * {
  margin-top: clamp(2rem, 3.2vw, 4rem);
}
#private .inner > section .cat > section h4 {
  font-size: clamp(1.8rem, 0.2vw, 0.22rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
}
#private .inner > section .cat > section > .detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#private .inner > section .cat > section > .detail .text {
  padding-right: 4rem;
}
#private .inner > section .cat > section > .detail dl {
  padding-left: 4rem;
  line-height: 2;
  border-left: solid 1px #fff;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
}
#private .inner > section .cat > section > .detail dl dt {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #private .inner > section .cat > section > .detail {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #private .inner > section .cat > section > .detail .text {
    padding: 0;
  }
  #private .inner > section .cat > section > .detail dl {
    padding: 1.5rem 0 0 0;
    border-left: none;
    border-top: solid 1px #fff;
  }
}
#private .inner > section#supplements .lead {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 2rem;
}
#private .inner > section#supplements .lead .text {
  flex-basis: 40rem;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
}
#private .inner > section#supplements .lead .image {
  flex-basis: 50rem;
}
@media screen and (max-width: 768px) {
  #private .inner > section#supplements .lead {
    display: block;
  }
  #private .inner > section#supplements .lead .text {
    margin-top: 1.5rem;
  }
}
#private .inner > section#supplements .people {
  margin-top: clamp(2rem, 3.2vw, 4rem);
  background: var(--color-white_op);
  border-radius: 1rem;
  padding: clamp(1.5rem, 4vw, 5rem) clamp(1.5rem, 4vw, 5rem) clamp(2rem, 4.8vw, 6rem);
}
#private .inner > section#supplements .people dt {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2.4vw, 3rem);
  text-align: center;
}
#private .inner > section#supplements .people .list_check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 768px) {
  #private .inner > section#supplements .people .list_check {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#private .inner > section#supplements .people .list_check li + li {
  margin-top: 0;
}
#private .inner > section#supplements .case {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section#supplements .case dt {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1rem, 1.6vw, 2rem);
  text-align: center;
}
#private .inner > section .about {
  margin-bottom: clamp(2.5rem, 4vw, 5rem);
}
#private .inner > section .about dt {
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(1.5rem, 2.4vw, 3rem);
}
#private .inner > section .about dd {
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
  line-height: 2;
}
#private .inner > section .others {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section .others h4 {
  font-size: clamp(2rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}
#private .inner > section .price {
  background: var(--color-white_op);
  border-radius: 1rem;
  padding: 4rem 5rem;
}
#private .inner > section .price + .price {
  margin-top: clamp(3rem, 4.8vw, 6rem);
}
#private .inner > section .price h4 {
  font-size: clamp(1.6rem, 1.9vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #private .inner > section .price {
    padding: 1rem;
  }
}
#private .inner > section .price table {
  width: 100%;
}
#private .inner > section .price table th,
#private .inner > section .price table td {
  padding: clamp(0.5rem, 1.6vw, 2rem);
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
  font-weight: 400;
}
#private .inner > section .price table thead th {
  text-align: center;
  white-space: nowrap;
}
#private .inner > section .price table tbody th,
#private .inner > section .price table tbody td {
  border-top: solid 1px var(--color-gray1);
}
#private .inner > section .price table tbody th {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #private .inner > section .price table tbody th {
    width: auto;
  }
}
#private .inner > section .price table tbody td {
  text-align: center;
}
#private .inner > section#private-price p.note {
  text-align: right;
}
#private .inner > section#private-price p.note + * {
  margin-top: 1em;
}
#private .inner > section#private-price .price table th, #private .inner > section#private-price .price table td {
  font-size: clamp(1.4rem, 1.4vw, 1.7rem);
}
#private .inner > section#private-price .price table tbody th {
  width: auto;
  vertical-align: top;
}
#private .inner > section#private-price .price table tbody th.child {
  text-indent: 1.5em;
  vertical-align: middle;
}
#private .inner > section#private-price .price table tbody td {
  width: 35%;
}
#private .inner > section#private-price .price table tbody td span {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  #private .inner > section#private-price .price table th, #private .inner > section#private-price .price table td {
    display: block;
    width: auto !important;
  }
  #private .inner > section#private-price .price table td {
    border-top: none;
    padding-top: 0;
  }
}