@charset "utf-8";

/* 性能・品質ページ */
.p-quality {
  color: #400a86;
  background: #fff;
  font-weight: 500;
  padding-bottom: 16.3rem;
  font-size: 2.9rem;
}

.p-quality section {
  padding: 10rem 0;
}

.p-quality__inner {
  padding: 0 6rem;
}

.p-quality__h2 {
  font-size: 5.1rem;
  font-weight: 800;
  line-height: 1.74;
}

.p-quality__text {
  margin-top: 5rem;
}

.p-quality .c-title-primary {
  padding: 0;
}

.p-quality .c-title-primary h2 {
  color: #fff;
}

section.p-quality-message {
  padding-top: 16.4rem;
}

.p-quality-message__lead {
  font-size: 6.04rem;
  font-weight: 800;
  line-height: 1.7;
}

section.p-quality-intro {
  padding-top: 0;
}

.p-quality-intro__img {
  margin-top: 5rem;
  margin-bottom: 2.3rem;
}

section.p-quality-merit {
  padding-bottom: 5rem;
}

.p-quality-merit__item {
  margin-top: 8rem;
}

.p-quality-merit__item .ttl {
  margin-top: 4.8rem;
  display: flex;
  gap: 2.4rem;
  align-items: center;
}

.p-quality-merit__item .ttl img {
  width: 11rem;
}

.p-quality-merit__item .ttl span {
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.35;
}

.p-quality-merit__item .text {
  margin-top: 4.1rem;
}

.p-quality-merit__item .indent {
  text-indent: -2em;
  padding-left: 2em;
  display: block;
}

section.p-quality-zeh {
  padding-top: 6.4rem;
  padding-bottom: 5.1rem;
}

.p-quality-zeh__box {
  background: #EEEEEE;
  border-radius: 10px;
  padding: 3.8rem 2.5rem;
  margin-top: 6.6rem;
}

.p-quality-zeh__box .text01 {
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.75;
}

.p-quality-zeh__box .text02 {
  margin-top: 3.2rem;
}

.p-quality-zeh__img {
  margin-top: 6rem;
}

.p-quality-zeh__text {
  margin-top: 4.5rem;
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.75;
  text-align: center;
}

section.p-quality-cost {
  padding-bottom: 5.8rem;
}

.p-quality-cost__ttl {
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 1.74;
}

.p-quality-cost__subttl {
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.75;
  margin-top: 1.1rem;
}

.p-quality-cost__list {
  margin-top: 7.66rem;
}

.p-quality-cost__item {
  background: #400A86;
  color: #fff;
  padding: 3.33rem 4.03rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: 22rem 1fr;
}

.p-quality-cost__item+.p-quality-cost__item {
  margin-top: 5.66rem;
}

.p-quality-cost__item .head {
  display: flex;
  flex-direction: column;
}

.p-quality-cost__item .num {
  font-family: Barlow;
  font-weight: bold;
  font-size: 11.73rem;
  line-height: 0.9;
}

.p-quality-cost__item .ttl {
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.45;
  margin-top: auto;
}

.p-quality-cost__conc {
  position: relative;
  padding-top: 19rem;
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.75;
  text-align: center;
}

.p-quality-cost__conc::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 9.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #400a86 transparent transparent transparent;
  border-width: 5.6rem 5.6rem 0 5.6rem;
  margin: auto;
}

section.p-quality-end {
  padding-bottom: 6.3rem;
}

.p-quality-end__ttl {
  font-weight: 800;
  font-size: 5.2rem;
  line-height: 1.74;
}

.p-quality-end__text {
  font-weight: 800;
  font-size: 3.93rem;
  line-height: 1.75;
  margin-top: 2.7rem;
}

.p-quality .p-front-about__main {
  margin-bottom: 6.3rem;
}

/* 資料請求ページ */
.p-catalog {
  padding: 36rem 0 16rem;
  background: #F1ECDE;
  color: #400A86;
}

.p-catalog__inner {
  padding: 0 6rem;
}

.p-catalog .p-contact__submit input[type=submit] {
  border: .2rem solid #400A86;
  background: #400A86;
  color: #fff;
}

.p-catalog__img {
  margin-bottom: 1rem;
}