.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .block-pagetitle {
  position: relative;
  width: 100%;
  height: 400vh;
  overflow: clip;
}
.pre-inc .block-pagetitle:before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/quality/bg_pagetitle.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle:before {
    background: url(../images/quality/bg_pagetitle_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.pre-inc .block-pagetitle .panel01 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: opacity 1s;
  z-index: 3;
}
.pre-inc .block-pagetitle .panel01 .pagetitle .en {
  font-size: min(56px, 4.375vw);
  color: #d1b19b;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .en {
    font-size: min(78px, 11.1428571429vw);
  }
}
.pre-inc .block-pagetitle .panel01 .pagetitle .ja {
  font-size: min(20px, 1.5625vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .ja {
    font-size: min(28px, 4vw);
  }
}
.pre-inc .block-pagetitle .panel02 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
  z-index: 3;
}
.pre-inc .block-pagetitle .panel02 .lead {
  line-height: 2;
  font-size: min(28px, 2.1875vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel02 .lead {
    font-size: min(40px, 5.7142857143vw);
  }
}
.pre-inc .block-pagetitle .caption_panel {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.pre-inc .block-pagetitle .caption_panel .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
}
.pre-inc .block-pagetitle .caption_panel .caption02 {
  position: absolute;
  right: calc(50% + 10px);
  bottom: 10px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .caption_panel .caption02 {
    right: 10px;
    bottom: calc(50% + 10px);
  }
}
.pre-inc .block-pagetitle.is-title .panel01 {
  opacity: 1;
}
.pre-inc .block-pagetitle.is-title .panel02 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel01 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel02 {
  opacity: 1;
}
.pre-inc .quality-inner {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}
.pre-inc .block-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 0 20px;
  margin: 60px auto 80px;
  gap: 15px;
}
.pre-inc .block-tabs a {
  display: block;
  padding: 15px 10px;
  flex-grow: 1;
  text-align: center;
  border: 4px solid #d9bfa1;
  background: #96612f;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-tabs a {
    width: 100%;
    padding: 5px;
  }
}
.pre-inc .block-tabs a:hover, .pre-inc .block-tabs a.is-current {
  background: linear-gradient(45deg, rgb(204, 185, 159) 0%, rgb(230, 220, 207) 11.64%, rgb(230, 220, 207) 28.07%, rgb(230, 220, 207) 47.33%, rgb(204, 185, 159) 100%);
  color: #96612f;
}
.pre-inc .section:nth-child(n+2) {
  margin-top: 80px;
}
.pre-inc .section-header {
  margin-bottom: 40px;
}
.pre-inc .section-header h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9d8447;
  color: #9d8447;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-header h2 {
    font-size: 20px;
  }
}
.pre-inc .section-header h2 span {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-header h2 span {
    font-size: 12px;
  }
}
.pre-inc .section-header .lead {
  font-size: 18px;
}
.pre-inc .section-container .box-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 36px;
}
.pre-inc .section-container .box-grid > .col-1 {
  grid-column: span 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-1 {
    grid-column: span 3;
  }
}
.pre-inc .section-container .box-grid > .col-2 {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-2 {
    grid-column: span 3;
  }
}
.pre-inc .section-container .box-grid > .col-3 {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-3 {
    grid-column: span 6;
  }
}
.pre-inc .section-container .box-grid > .col-4 {
  grid-column: span 4;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-4 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-5 {
  grid-column: span 5;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-5 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-6 {
  grid-column: span 6;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-6 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-7 {
  grid-column: span 7;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-7 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-8 {
  grid-column: span 8;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-8 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-9 {
  grid-column: span 9;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-9 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-10 {
  grid-column: span 10;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-10 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-11 {
  grid-column: span 11;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-11 {
    grid-column: span 12;
  }
}
.pre-inc .section-container .box-grid > .col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid > .col-sp-12 {
    grid-column: span 12 !important;
  }
}
@media screen and (min-width: 768px) {
  .pre-inc .section-container .box-grid > .grid-1134 {
    grid-area: 1/1/3/4;
  }
}
@media screen and (min-width: 768px) {
  .pre-inc .section-container .box-grid > .grid-1137 {
    grid-area: 1/1/3/7;
  }
}
@media screen and (min-width: 768px) {
  .pre-inc .section-container .box-grid > .grid-1437 {
    grid-area: 1/4/3/7;
  }
}
@media screen and (min-width: 768px) {
  .pre-inc .section-container .box-grid > .grid-17310 {
    grid-area: 1/7/3/10;
  }
}
.pre-inc .section-container .box-grid .name {
  color: #9d8447;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid .name {
    font-size: 15px;
  }
}
.pre-inc .section-container .box-grid .name-bg {
  background: rgb(117, 114, 103);
  color: #fff;
  margin-top: 10px;
  padding: 5px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid .name-bg {
    padding: 2px;
    font-size: 14px;
  }
}
.pre-inc .section-container .box-grid .desc {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-container .box-grid .desc {
    font-size: 13px;
  }
}
.pre-inc .section-container .box-grid .note {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.4;
}
.pre-inc .section-container .box-grid .imaga {
  text-align: center;
}
.pre-inc .section-container .box-grid .image-after {
  text-align: center;
  margin-top: 10px;
}
.pre-inc .section-container .box-grid figure {
  position: relative;
}
.pre-inc .section-container .box-grid .figcaption_in {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.pre-inc .section-container .box-grid figcaption {
  text-align: right;
  font-size: 10px;
}
.pre-inc .section-container .box-grid .figcaption_w {
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.pre-inc .section-container .box-grid .bg {
  padding: 10px;
  border: 2px solid #ddd;
}/*# sourceMappingURL=quality.css.map */