@media screen and (max-width: 600px) {
  .promotion {
    padding-top: 30px;
  }
}
.promotion__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.promotion__title--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .promotion__title--small {
    font-size: 2rem;
  }
}
.promotion__container {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .promotion__container {
    margin-top: 50px;
  }
}
.promotion__graph {
  width: 100%;
}
.promotion__admission {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.promotion__admission::before, .promotion__admission::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.promotion__admission::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.promotion__admission::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.promotion__admission-title {
  margin-block: -0.5em;
}
.promotion__admission-list {
  flex-direction: column;
  display: flex;
  gap: 0.5lh;
  margin-top: 0.5lh;
}
.promotion__admission-item {
  padding-left: 1em;
  text-indent: -1em;
  margin-block: -0.5em;
}

.calculate {
  max-width: 1150px;
  width: 90%;
  margin-inline: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .calculate {
    margin-top: 50px;
  }
}
.calculate__container {
  background: #f0f3f5;
  padding: 60px 75px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .calculate__container {
    padding: 30px;
  }
}
.calculate__disc {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.calculate__disc::before, .calculate__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.calculate__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.calculate__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .calculate__disc {
    margin-top: 20px;
  }
}
.calculate__image {
  margin-top: 60px;
  flex-shrink: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .calculate__image {
    margin-top: 30px;
    min-width: 540px;
  }
}

.price-menu {
  padding-block: 120px 150px;
  background: #f7f7f5;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .price-menu {
    padding-block: 60px 75px;
    margin-top: 75px;
  }
}
.price-menu:nth-of-type(2n) {
  background: #ffffff;
  padding-block: 150px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .price-menu:nth-of-type(2n) {
    padding-block: 75px;
  }
}
.price-menu__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.price-menu__unit:nth-of-type(n + 2) {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .price-menu__unit:nth-of-type(n + 2) {
    margin-top: 75px;
  }
}
.price-menu__unit--mt {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .price-menu__unit--mt {
    margin-top: 75px;
  }
}
.price-menu__head {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price-menu__head {
    padding-bottom: 15px;
  }
}
.price-menu__title {
  line-height: 1.2857142857;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.price-menu__title::before, .price-menu__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-menu__title::before {
  margin-block-end: calc((1 - 1.2857142857) * 0.5em);
}
.price-menu__title::after {
  margin-block-start: calc((1 - 1.2857142857) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-menu__title {
    font-size: 2rem;
  }
}
.price-menu__title--small {
  font-size: 1.6rem;
}
.price-menu__title--br {
  display: none;
}
@media screen and (max-width: 600px) {
  .price-menu__title--br {
    display: block;
  }
}
.price-menu__container {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .price-menu__container {
    margin-top: 20px;
  }
}
.price-menu__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-bottom: 70px;
}
.price-menu__disc::before, .price-menu__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-menu__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.price-menu__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-menu__disc {
    margin-bottom: 35px;
  }
}
.price-menu__contents--col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 69px;
}
@media screen and (max-width: 768px) {
  .price-menu__contents--col2 {
    flex-direction: column;
    gap: 30px;
  }
}
.price-menu__wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.price-menu__list--full:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .price-menu__list--full:first-child {
    margin-top: 30px;
  }
}
.price-menu__list--full:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .price-menu__list--full:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.price-menu__list--mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .price-menu__list--mt40 {
    margin-top: 20px !important;
  }
}
.price-menu__note {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .price-menu__note {
    margin-top: 10px;
  }
}
.price-menu__note:nth-of-type(n + 3) {
  margin-top: 0px;
}
.price-menu__note-wrapper :nth-child(2) {
  margin-top: 0;
}
.price-menu__link {
  border-bottom: 1px solid #0d3da9;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #0d3da9;
  gap: 14px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .price-menu__link {
    gap: 10px;
  }
}
@media (hover) {
  .price-menu__link:hover {
    opacity: 0.5;
  }
}
.price-menu__link:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .price-menu__link:first-of-type {
    margin-top: 20px;
  }
}
.price-menu__link:nth-of-type(n + 2) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .price-menu__link:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}
.price-menu__link::after {
  content: "";
  background: url(../../../images/common/icon_pdf.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  flex-shrink: 0;
}
.price-menu__supplement {
  background: #f7f7f5;
  padding: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .price-menu__supplement {
    padding: 20px;
    margin-top: 25px;
  }
}
.price-menu__subtitle {
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
  display: flex;
  gap: 10px;
  align-items: center;
}
.price-menu__subtitle::before, .price-menu__subtitle::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-menu__subtitle::before {
  margin-block-end: calc((1 - 1.6) * 0.5em);
}
.price-menu__subtitle::after {
  margin-block-start: calc((1 - 1.6) * 0.5em);
}
.price-menu__subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #737373;
  translate: 0 -100%;
}
@media screen and (max-width: 767px) {
  .price-menu__subtitle::before {
    width: 15px;
  }
}
.price-menu__subdisc {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.price-menu__subdisc::before, .price-menu__subdisc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-menu__subdisc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.price-menu__subdisc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-menu__subdisc {
    margin-top: 15px;
  }
}

.price-list {
  width: 100%;
  margin-top: 30px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  text-align: center;
}
.price-list::before, .price-list::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-list::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.price-list::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-list {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.price-list--border .price-list__row:not(:first-child) {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.price-list--border .price-list__row:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.price-list--a {
  width: 45.5rem;
}
@media screen and (max-width: 768px) {
  .price-list--a {
    width: 100%;
  }
}
.price-list--a .price-list__row :first-child {
  width: 22.8571428571%;
}
.price-list--a .price-list__row :nth-child(2) {
  width: 38.6813186813%;
}
.price-list--a .price-list__row :nth-child(3) {
  width: 38.6813186813%;
}
.price-list--b {
  width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .price-list--b {
    width: 100%;
  }
}
.price-list--b .price-list__row :first-child {
  width: 27.1111111111%;
}
.price-list--b .price-list__row :nth-child(2) {
  width: 27.1111111111%;
}
.price-list--b .price-list__row :nth-child(3) {
  width: 17.1851851852%;
}
.price-list--b .price-list__row :nth-child(4) {
  width: 28.1481481481%;
}
.price-list--c {
  width: 38.8rem;
}
@media screen and (max-width: 768px) {
  .price-list--c {
    width: 100%;
  }
}
.price-list--c .price-list__row :first-child {
  width: 43.8144329897%;
}
.price-list--c .price-list__row :nth-child(2) {
  width: 56.7010309278%;
}
.price-list--d {
  width: 74.3rem;
}
@media screen and (max-width: 768px) {
  .price-list--d {
    width: 100%;
  }
}
.price-list--d .price-list__row :first-child {
  width: 25.5720053836%;
}
.price-list--d .price-list__row :nth-child(2) {
  width: 25.5720053836%;
}
.price-list--d .price-list__row :nth-child(3) {
  width: 22.8802153432%;
}
.price-list--d .price-list__row :nth-child(4) {
  width: 25.5720053836%;
}
.price-list--e {
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .price-list--e {
    width: 100%;
  }
}
.price-list--e .price-list__row :first-child {
  width: 63.9583333333%;
}
.price-list--e .price-list__row :nth-child(2) {
  width: 35.8333333333%;
}
.price-list--full {
  width: 110rem;
  width: min(100%, 110rem);
}
.price-list--full .price-list__row :first-child {
  width: 31.6363636364%;
}
.price-list--full .price-list__row :nth-child(2) {
  width: 22.7272727273%;
}
.price-list--full .price-list__row :nth-child(3) {
  width: 22.7272727273%;
}
.price-list--full .price-list__row :nth-child(4) {
  width: 22.7272727273%;
}
.price-list__row:first-of-type {
  background: #737373 !important;
  color: var(--white);
}
.price-list__row:nth-of-type(2n + 1) {
  background: #ededeb;
}
.price-list__row:nth-of-type(2n + 2) {
  background: #ffffff;
}
.price-list__head {
  text-align: center;
  padding-block: 1.5rem;
  padding-inline: 5px;
}
@media screen and (max-width: 768px) {
  .price-list__head {
    padding-block: 10px;
  }
}
.price-list__disc {
  padding-block: 2rem;
  padding-inline: 5px;
}
@media screen and (max-width: 768px) {
  .price-list__disc {
    padding-block: 10px;
  }
}
.price-list__subcontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .price-list__subcontainer {
    flex-direction: column;
    gap: 10px;
  }
}
.price-list table {
  border-collapse: collapse;
  border: none;
}
.price-list td,
.price-list th {
  border: none;
  border-left: 1px solid #d9d9d9;
  font-weight: 400;
  vertical-align: middle;
  word-break: auto-phrase;
}
.price-list td:first-child,
.price-list th:first-child {
  border-left: none;
}
.price-list tr:first-child td,
.price-list tr:first-child th {
  border-top: none;
}
.price-list tbody {
  flex-shrink: 0;
}
/*# sourceMappingURL=style.css.map */
