/* CSS Document */
/* ==============================

common

============================== */
.brillia {
  font-family: "Roboto", sans-serif;
}

/* ==============================

main_visual

============================== */
.lower_page .main_visual .main_visual-fg__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 120px;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lower_page .main_visual .main_visual-fg__title {
    gap: 5px 0;
    left: calc(3000vw / var(--dw));
  }
}
.lower_page .main_visual .main_visual-fg__title--text {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .lower_page .main_visual .main_visual-fg__title--text {
    font-size: 1.8rem;
  }
}
.lower_page .main_visual .main_visual-fg__title--title {
  color: #162B55;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .lower_page .main_visual .main_visual-fg__title--title {
    font-size: 3.2rem;
  }
}
.lower_page .main_visual .main_visual-fg__title--title span {
  font-size: 6.6rem;
}
@media screen and (max-width: 768px) {
  .lower_page .main_visual .main_visual-fg__title--title span {
    font-size: 3.5rem;
  }
}

/* ==============================

lead

============================== */
.lead {
  padding: 70px 0 110px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 30px 0 30px;
  }
}
.lead__contents {
  width: 92%;
  max-width: 1188px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lead__contents {
    width: 100%;
  }
}
.lead__head {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lead__head {
    margin-bottom: 30px;
  }
}
.lead__head--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead__head--title {
    display: block;
    margin-bottom: 25px;
    font-size: 2rem;
    letter-spacing: -0.15em;
  }
}
.lead__head--title > div {
  padding: 10px 50px;
  background: #162B55;
}
@media screen and (max-width: 768px) {
  .lead__head--title > div {
    padding: 5px 5px;
  }
}
.lead__head--text p {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .lead__head--text p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.lead__body {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .lead__body {
    gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lead-panel {
  display: -ms-grid;
  display: grid;
  gap: 25px 0;
  padding: 30px;
  background: #E9ECF2;
}
@media screen and (max-width: 768px) {
  .lead-panel {
    gap: 12px 0;
    padding: 20px;
  }
}
.lead-panel._long {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .lead-panel._long {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.lead-panel__title {
  padding: 5px 0;
  background: #385B86;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead-panel__title {
    padding: 2px 0;
    font-size: 1.8rem;
  }
}
.lead-panel__sub {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lead-panel__sub {
    font-size: 1.7rem;
  }
}
.lead-panel__row {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .lead-panel__row {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lead-panel__row--item {
  display: -ms-grid;
  display: grid;
  gap: 25px 0;
}
@media screen and (max-width: 768px) {
  .lead-panel__row--item {
    gap: 14px 0;
  }
}
.lead-panel__box {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .lead-panel__box {
    gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lead-panel__box._clm {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.lead-panel__box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lead-panel__box p {
    line-height: 1.7;
  }
}

/* ==============================

support

============================== */
.support {
  position: relative;
  padding: 115px 0 80px;
  background: #162B55;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 65px 0 40px;
  }
}
.support::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 85px);
  width: 170px;
  height: 50px;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .support::before {
    top: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 30px;
  }
}
.support__contents {
  width: 92%;
  max-width: 1188px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support__contents {
    width: 100%;
  }
}
.support__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .support__head {
    gap: 12px;
    margin-bottom: 25px;
  }
}
.support__head--text {
  padding: 8px 50px;
  border-radius: 50px;
  background: #fff;
  color: #162B55;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__head--text {
    padding: 6px 50px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.support__head--title {
  color: #E2D269;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__head--title {
    font-size: 3rem;
  }
}
.support__head--title .brillia {
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  .support__head--title .brillia {
    font-size: 3.2rem;
  }
}
.support__body--text {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .support__body--text {
    margin: 0 -1em 45px;
  }
}
.support__body--text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support__body--text p {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: -0.05em;
  }
}
.support__body--pic {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .support__body--pic {
    overflow: auto;
    padding-bottom: 20px;
    margin: 0 min(-5.333vw, -24px) 50px;
  }
}
@media screen and (max-width: 768px) {
  .support__body--pic picture {
    width: 150%;
  }
}
.support__body--note {
  padding: 0 6%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .support__body--note {
    padding: 0 0;
    font-size: 1rem;
  }
}
.support-detail {
  padding: 90px 0 85px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .support-detail {
    padding: 30px 0 25px;
  }
}
.support-detail__contents {
  display: -ms-grid;
  display: grid;
  gap: 120px 0;
  width: 92%;
  max-width: 1188px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support-detail__contents {
    gap: 45px 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support-detail__pic {
    width: 94%;
    margin: 0 auto;
  }
}
.support-detail__item--title {
  margin-bottom: 60px;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-detail__item--title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.support-merit {
  display: -ms-grid;
  display: grid;
  gap: 28px;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .support-merit {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.support-merit__item {
  padding: 25px 30px;
  background: #E9ECF2;
}
@media screen and (max-width: 768px) {
  .support-merit__item {
    padding: 15px 18px;
  }
}
.support-merit__item--head {
  display: -ms-grid;
  display: grid;
  gap: 18px;
  -ms-grid-columns: 66px 18px 1fr;
  grid-template-columns: 66px 1fr;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .support-merit__item--head {
    gap: 10px;
    -ms-grid-columns: 40px 10px 1fr;
    grid-template-columns: 40px 1fr;
    margin-bottom: 20px;
  }
}
.support-merit__item--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #162B55;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .support-merit__item--label {
    font-size: 0.8rem;
  }
}
.support-merit__item--label span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .support-merit__item--label span {
    font-size: 1.8rem;
  }
}
.support-merit__item--title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .support-merit__item--title {
    font-size: 1.8rem;
  }
}
.support-merit__item--title span {
  display: block;
  color: #B60015;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .support-merit__item--title span {
    font-size: 1.2rem;
  }
}
.support-merit__item--body {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .support-merit__item--body {
    gap: 15px;
  }
}
.support-merit__item--body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .support-merit__item--body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.support-equipment {
  display: -ms-grid;
  display: grid;
  gap: 50px 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .support-equipment {
    gap: 40px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.support-equipment__category {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-rows: auto 25px 1fr;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 768px) {
  .support-equipment__category {
    gap: 20px;
  }
}
.support-equipment__category:has(.support-equipment__item:nth-child(2)) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .support-equipment__category:has(.support-equipment__item:nth-child(2)) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.support-equipment__category:has(.support-equipment__item:nth-child(3)) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media screen and (max-width: 768px) {
  .support-equipment__category:has(.support-equipment__item:nth-child(3)) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.support-equipment__category:has(.support-equipment__item:nth-child(4)) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
@media screen and (max-width: 768px) {
  .support-equipment__category:has(.support-equipment__item:nth-child(4)) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.support-equipment__category:has(.support-equipment__item:nth-child(5)) {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
@media screen and (max-width: 768px) {
  .support-equipment__category:has(.support-equipment__item:nth-child(5)) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.support-equipment__category--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #5E80A1;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .support-equipment__category--title {
    font-size: 1.7rem;
  }
}
.support-equipment__category--title span {
  display: block;
  padding: 5px 26px;
  background: #162B55;
}
@media screen and (max-width: 768px) {
  .support-equipment__category--title span {
    padding: 4px 20px;
  }
}
.support-equipment__category--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .support-equipment__category--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 18px;
  }
}
.support-equipment__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.support-equipment__item figure {
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .support-equipment__item figure {
    margin: 0 0 8px;
  }
}
.support-equipment__item dt {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  color: #162B55;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-equipment__item dt {
    margin: 0 0 8px;
    padding: 0 0 8px;
    font-size: 1.4rem;
  }
}
.support-equipment__item dt small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .support-equipment__item dt small {
    font-size: 1.2rem;
  }
}
.support-equipment__item dd p, .support-equipment__item dd ul {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .support-equipment__item dd p, .support-equipment__item dd ul {
    font-size: 1rem;
  }
}
.support-equipment__item dd p {
  color: #162B55;
}
.support-other {
  display: -ms-grid;
  display: grid;
  gap: 20px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1.3fr 20px 1fr;
  grid-template-columns: 1.3fr 1fr;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .support-other {
    gap: 8px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
}
.support-other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  border: 1px solid #C4C4C4;
}
@media screen and (max-width: 768px) {
  .support-other__item {
    gap: 20px 0;
    padding: 15px 12px;
  }
}
.support-other__item._excluded p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .support-other__item._excluded p {
    font-size: 1rem;
  }
}
.support-other__item._excluded figure {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support-other__item._excluded figure {
    width: 98%;
    max-width: none;
  }
}
.support-other__item._option p {
  color: #162B55;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .support-other__item._option p {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
}
.support-other__item._option figure {
  max-width: 358px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .support-other__item._option figure {
    width: 88%;
    max-width: none;
  }
}
.support-other__note {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .support-other__note {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

/* ==============================

merit

============================== */
.merit {
  position: relative;
  padding: 80px 0 120px;
  background: #E9ECF2;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 65px 0 30px;
  }
}
.merit__bg figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .merit__bg figure {
    width: 58%;
  }
}
.merit__bg figure figcaption {
  top: 0;
  bottom: auto;
}
.merit__contents {
  display: -ms-grid;
  display: grid;
  gap: 54px 0;
  width: 92%;
  max-width: 1188px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit__contents {
    gap: 25px 0;
    width: 100%;
  }
}
.merit__head {
  display: -ms-grid;
  display: grid;
  gap: 12px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__head {
    gap: 6px 0;
  }
}
.merit__head--label {
  color: #B30303;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .merit__head--label {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.merit__head--title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .merit__head--title {
    margin: 0 -1em;
    font-size: 2rem;
  }
}
.merit__copy {
  display: -ms-grid;
  display: grid;
  gap: 10px 0;
}
.merit__copy p {
  padding: 6px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__copy p {
    padding: 1px 0;
    font-size: 1.8rem;
  }
}
.merit__copy ul {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .merit__copy ul {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .merit__pic {
    width: 94%;
    margin: 0 auto;
  }
}
.merit__sale {
  display: -ms-grid;
  display: grid;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .merit__sale {
    gap: 20px 0;
  }
}
.merit__sale--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #162B55;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__sale--title {
    display: block;
    font-size: 2rem;
  }
}
.merit__sale--title div {
  display: block;
  padding: 0 40px 2px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .merit__sale--title div {
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .merit__sale--title .brillia {
    font-size: 2.2rem;
  }
}
.merit-sale {
  display: -ms-grid;
  display: grid;
  gap: 32px 0;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .merit-sale {
    gap: 16px 0;
    padding: 20px;
  }
}
.merit-sale__head {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 56px 30px 1fr;
  grid-template-columns: 56px 1fr;
  gap: 0 30px;
  background: #FBF2F3;
}
@media screen and (max-width: 768px) {
  .merit-sale__head {
    gap: 0 10px;
    -ms-grid-columns: 45px 10px 1fr;
    grid-template-columns: 45px 1fr;
    padding: 8px;
  }
}
.merit-sale__head--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #B60015;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .merit-sale__head--label {
    font-size: 0.8rem;
  }
}
.merit-sale__head--label span {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .merit-sale__head--label span {
    font-size: 1.8rem;
  }
}
.merit-sale__head--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .merit-sale__head--title {
    font-size: 1.8rem;
  }
}
.merit-sale__body {
  display: -ms-grid;
  display: grid;
  gap: 0 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 1fr 55px 40%;
  grid-template-columns: 1fr 40%;
}
@media screen and (max-width: 768px) {
  .merit-sale__body {
    gap: 28px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.merit-sale__body--text {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  font-size: 1.4rem;
}
.merit-sale__body--text ul {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .merit-sale__body--text ul {
    font-size: 1rem;
  }
}