.top__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.top__title {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
}
.top__title::before, .top__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.top__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__title {
    font-size: 2.4rem;
  }
}
.top__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 50px;
  max-width: 800px;
}
.top__text::before, .top__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.top__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__text {
    margin-top: 25px;
  }
}

.priority {
  padding-block: 100px;
  background: #f7f7f5;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .priority {
    padding-block: 50px;
    margin-top: 30px;
  }
}
.priority__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.priority__item {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .priority__item {
    flex-direction: column;
    gap: 5rem;
  }
}
.priority__item:not(.priority__item:first-child) {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .priority__item:not(.priority__item:first-child) {
    padding-top: 50px;
  }
}
.priority__item:not(.priority__item:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .priority__item:not(.priority__item:last-child) {
    padding-bottom: 50px;
  }
}
.priority__image {
  max-width: 400px;
  width: 100%;
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .priority__image {
    width: 80%;
    margin-inline: auto;
  }
}
.priority__textbox {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1024px) {
  .priority__textbox {
    width: 100%;
  }
}
.priority__lead {
  line-height: 1.6428571429;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.priority__lead::before, .priority__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.priority__lead::before {
  margin-block-end: calc((1 - 1.6428571429) * 0.5em);
}
.priority__lead::after {
  margin-block-start: calc((1 - 1.6428571429) * 0.5em);
}
@media screen and (max-width: 768px) {
  .priority__lead {
    font-size: 20px;
  }
}
.priority__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 5rem;
}
.priority__disc::before, .priority__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.priority__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.priority__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .priority__disc {
    margin-top: 4rem;
  }
}

.detail {
  background: #ffffff;
  padding: 40px 40px 30px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 30px 20px 30px 20px;
  }
}
.detail__title {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-size: 2rem;
  padding-left: 46px;
}
.detail__title::before, .detail__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.detail__title::before {
  margin-block-end: calc((1 - 1.7) * 0.5em);
}
.detail__title::after {
  margin-block-start: calc((1 - 1.7) * 0.5em);
}
@media screen and (max-width: 768px) {
  .detail__title {
    padding-left: 28px;
  }
}
.detail__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #737373;
}
@media screen and (max-width: 768px) {
  .detail__title::before {
    width: 20px;
  }
}
.detail__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 3rem;
}
.detail__disc::before, .detail__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.detail__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.detail__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.detail__formura {
  max-width: 369px;
  margin-inline: auto;
  margin-top: 30px;
}

.compare__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .compare__list {
    gap: 4.5rem;
  }
}
.compare__item {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .compare__item {
    flex-direction: column;
  }
}
.compare__right {
  max-width: 268px;
  width: 100%;
}
.compare__head {
  font-size: 1.6rem;
  margin-left: -0.5pc;
}
.compare__text {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.compare__source {
  color: #737373;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  margin-top: 30px;
}
.compare__source::before, .compare__source::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.compare__source::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.compare__source::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}

.insert {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .insert {
    margin-top: 80px;
  }
}
.insert video {
  display: block;
  width: 100%;
  height: auto;
}
.insert__text {
  position: absolute;
  top: 4.6666666667vw;
  right: 16.6666666667vw;
  writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 0.12em;
  font-size: 2rem;
}
.insert__text::before, .insert__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.insert__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.insert__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .insert__text {
    top: -1.5em;
  }
}
.insert__note {
  font-size: 1.4rem;
  color: #737373;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  padding-right: 10vw;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .insert img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.history {
  margin-top: 200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .history {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
.history__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.history__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .history__list {
    gap: 50px;
  }
}
.history__item {
  background: #f7f7f5;
  padding: 60px 100px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .history__item {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 820px) and (max-width: 768px) {
  .history__item {
    padding: 30px 20px;
  }
}
.history__item:not(.history__item:last-child)::after {
  content: "";
  display: block;
  background: #d9d9d9;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 60px;
  height: auto;
  aspect-ratio: 6/2;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (max-width: 768px) {
  .history__item:not(.history__item:last-child)::after {
    width: 40px;
    bottom: -10px;
  }
}
.history__head {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .history__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.history__year {
  border: 1px solid #737373;
  padding: 7px 15px;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}
.history__year::before, .history__year::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.history__year::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.history__year::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
.history__lead {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  gap: 14px;
}
.history__lead::before {
  content: "";
  left: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #737373;
}
@media screen and (max-width: 768px) {
  .history__lead::before {
    width: 20px;
  }
}
.history__title {
  line-height: 1.8571428571;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
  margin-top: 3rem;
}
.history__title::before, .history__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.history__title::before {
  margin-block-end: calc((1 - 1.8571428571) * 0.5em);
}
.history__title::after {
  margin-block-start: calc((1 - 1.8571428571) * 0.5em);
}
@media screen and (max-width: 768px) {
  .history__title {
    margin-top: 2rem;
    font-size: 18px;
  }
}
.history__container {
  display: flex;
  margin-top: 5rem;
  gap: 60px;
}
@media screen and (max-width: 820px) {
  .history__container {
    gap: 30px;
  }
}
@media screen and (max-width: 820px) and (max-width: 768px) {
  .history__container {
    flex-direction: column-reverse;
    margin-top: 4rem;
  }
}
.history__text {
  line-height: 2.125;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  width: calc(100% - 160px);
}
.history__text::before, .history__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.history__text::before {
  margin-block-end: calc((1 - 2.125) * 0.5em);
}
.history__text::after {
  margin-block-start: calc((1 - 2.125) * 0.5em);
}
@media screen and (max-width: 768px) {
  .history__text {
    width: 100%;
  }
}
.history__image {
  max-width: 300px;
  width: 100%;
  margin-inline: auto;
}
.history__bottom {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  margin-top: 100px;
  padding-inline: 100px;
}
.history__bottom::before, .history__bottom::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.history__bottom::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.history__bottom::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 820px) {
  .history__bottom {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 820px) and (max-width: 768px) {
  .history__bottom {
    margin-top: 50px;
    padding-inline: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
