@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#quality #preface {
  background: #fff;
}
#quality #preface .preface__wrapper {
  display: flex;
  align-items: center;
  gap: max(11rem, 50px);
  padding-top: max(17rem, 100px);
}
@media screen and (max-width: 1300px) {
  #quality #preface .preface__wrapper {
    gap: max(5rem, 30px);
  }
}
@media screen and (max-width: 1000px) {
  #quality #preface .preface__wrapper {
    flex-direction: column;
  }
}
#quality #preface .preface__wrapper .preface__text {
  flex: 1;
}
#quality #preface .preface__wrapper .preface__text h2 {
  font-size: max(2.8rem, 21px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: max(2rem, 10px);
}
#quality #preface .preface__wrapper .preface__image {
  flex-shrink: 0;
  width: max(68rem, 300px);
  align-self: stretch;
}
@media screen and (max-width: 1000px) {
  #quality #preface .preface__wrapper .preface__image {
    width: 100%;
    aspect-ratio: 137/91;
  }
}
#quality #preface .preface__wrapper .preface__image img {
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
#quality #performance {
  background: #fff;
}
#quality #performance .performance__wrapper {
  padding-top: max(17.5rem, 70px);
}
#quality #performance .performance__wrapper .performance__title {
  display: flex;
  align-items: center;
  gap: max(2.5rem, 10px);
  margin-bottom: max(3rem, 20px);
}
#quality #performance .performance__wrapper .performance__title--num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: max(7rem, 40px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(59, 49, 40, 0.1);
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: max(1.8rem, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#quality #performance .performance__wrapper .performance__title hgroup {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: last baseline;
  gap: max(1rem, 10px);
}
#quality #performance .performance__wrapper .performance__title hgroup h3 {
  font-size: max(2.8rem, 21px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
#quality #performance .performance__wrapper .performance__title hgroup p {
  color: rgba(59, 49, 40, 0.4);
  font-family: YakuHanJP, "Jost", "Noto Sans JP", sans-serif;
  font-size: max(1.8rem, 15px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list {
  display: grid;
  margin-top: max(7rem, 40px);
  margin-bottom: max(13rem, 70px);
  gap: max(2rem, 10px);
}
@media screen and (max-width: 768px) {
  #quality #performance .performance__wrapper .performance__content.content1 .performance__list {
    gap: 50px;
  }
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list__item {
  display: grid;
  grid-template-columns: max(25rem, 200px) auto;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: max(4rem, 20px);
}
@media screen and (max-width: 768px) {
  #quality #performance .performance__wrapper .performance__content.content1 .performance__list__item {
    grid-template-columns: 1fr;
    grid-row: span 2;
  }
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list__item .listTitle {
  display: grid;
  place-items: center;
  height: 100%;
  background: #ebeae9;
  padding: max(5rem, 10px) 0;
  border-radius: max(12rem, 60px);
  font-size: max(2rem, 18px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list__item .listContent {
  margin-block: auto;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list__item .listContent h4 {
  position: relative;
  padding-left: 1.2em;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: max(0.5rem, 0px);
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list__item .listContent h4::before {
  content: "⚫︎";
  position: absolute;
  left: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__list__item .listContent p {
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__inner {
  display: flex;
  gap: max(7rem, 30px);
}
@media screen and (max-width: 1000px) {
  #quality #performance .performance__wrapper .performance__content.content1 .performance__inner {
    gap: 0;
    flex-direction: column-reverse;
  }
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__inner .btnBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__inner .btnBox .btn:not(:last-of-type) {
  padding-bottom: max(5rem, 20px);
  margin-bottom: max(3rem, 15px);
  border-bottom: 1px solid rgba(59, 49, 40, 0.3);
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__inner .btnBox .btn a {
  width: 100%;
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__inner .imageBox {
  flex-shrink: 0;
  width: max(81rem, 400px);
  aspect-ratio: 81/50;
  align-self: stretch;
}
@media screen and (max-width: 1000px) {
  #quality #performance .performance__wrapper .performance__content.content1 .performance__inner .imageBox {
    width: 100%;
    margin-bottom: max(5rem, 20px);
  }
}
#quality #performance .performance__wrapper .performance__content.content1 .performance__inner .imageBox img {
  height: 100%;
}
#quality #performance .performance__wrapper .performance__content.content2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(5.5rem, 50px);
  margin-top: max(16.5rem, 70px);
}
@media screen and (max-width: 1000px) {
  #quality #performance .performance__wrapper .performance__content.content2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #quality #performance .performance__wrapper .performance__content.content2 {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: max(4rem, 20px);
}
@media screen and (max-width: 1300px) {
  #quality #performance .performance__wrapper .performance__content.content2 .performance__item {
    grid-row: span 3;
  }
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(2rem, 20px);
}
@media screen and (max-width: 1300px) {
  #quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner {
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media screen and (max-width: 768px) {
  #quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner {
    display: flex;
    flex-direction: column;
  }
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner .textBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner .textBox__inner .performance__title {
  margin-bottom: max(2rem, 15px);
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner figure {
  align-self: stretch;
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner figure img {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #quality #performance .performance__wrapper .performance__content.content2 .performance__item--inner figure img {
    aspect-ratio: 5/3;
  }
}
#quality #performance .performance__wrapper .performance__content.content2 .performance__item .btn {
  text-align: right;
}
#quality #service {
  background: #fff;
}
#quality #service .service__wrapper {
  display: flex;
  align-items: center;
  gap: max(7.5rem, 30px);
  padding-top: max(16rem, 100px);
}
@media screen and (max-width: 1000px) {
  #quality #service .service__wrapper {
    gap: 0;
    align-items: start;
    flex-direction: column;
  }
}
#quality #service .service__wrapper .imageBox {
  flex-shrink: 0;
  align-self: stretch;
  width: max(54rem, 300px);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #quality #service .service__wrapper .imageBox {
    width: 100%;
    aspect-ratio: 109/80;
  }
}
#quality #service .service__wrapper .imageBox img {
  height: 100%;
}
#quality #service .service__wrapper .textBox {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  #quality #service .service__wrapper .textBox {
    margin-top: max(5rem, 20px);
  }
}
#quality #service .service__wrapper .textBox .section-title {
  margin-bottom: max(3rem, 10px);
}
@media screen and (max-width: 1000px) {
  #quality #service .service__wrapper .textBox .section-title {
    margin-bottom: 0;
  }
}
#quality #service .service__wrapper .textBox .btn {
  text-align: right;
  margin-top: max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #quality #service .service__wrapper .textBox .btn {
    margin-top: max(3rem, 20px);
  }
}
#quality #pickup {
  background: #fff;
}
#quality #pickup .pickup__wrapper {
  display: flex;
  align-items: center;
  gap: max(7.5rem, 30px);
  padding-top: max(16rem, 100px);
  padding-bottom: max(20rem, 80px);
}
@media screen and (max-width: 1000px) {
  #quality #pickup .pickup__wrapper {
    gap: 0;
    flex-direction: column-reverse;
  }
}
#quality #pickup .pickup__wrapper .imageBox {
  flex-shrink: 0;
  align-self: stretch;
  width: max(54rem, 300px);
}
@media screen and (max-width: 1000px) {
  #quality #pickup .pickup__wrapper .imageBox {
    order: 2;
    width: 100%;
    aspect-ratio: 109/80;
  }
}
#quality #pickup .pickup__wrapper .imageBox img {
  height: 100%;
}
#quality #pickup .pickup__wrapper .textBox {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  #quality #pickup .pickup__wrapper .textBox {
    margin-top: max(5rem, 20px);
  }
}
#quality #pickup .pickup__wrapper .textBox .section-title {
  width: 100%;
  margin-bottom: max(3rem, 10px);
}
@media screen and (max-width: 1000px) {
  #quality #pickup .pickup__wrapper .textBox .section-title {
    margin-bottom: 0;
  }
}
#quality #pickup .pickup__wrapper .textBox .btnBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(2rem, 15px) max(5rem, 30px);
  margin-top: max(3rem, 15px);
}
@media screen and (max-width: 1000px) {
  #quality #pickup .pickup__wrapper .textBox .btnBox {
    width: 100%;
    margin-top: max(3rem, 20px);
    gap: max(2rem, 15px) max(5rem, 15px);
  }
}
#quality #pickup .pickup__wrapper .textBox .btnBox .btn a {
  width: 100%;
}/*# sourceMappingURL=quality.css.map */