@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  font-weight: 400;
}

main {
  overflow-x: hidden;
}
main picture {
  position: relative;
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

/* PC/SP 表示切り替え (mixin使用) */
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.livio {
  display: none;
}

.anno {
  font-size: 11px;
  padding-top: 5px;
  text-align: right;
}

figure {
  position: relative;
  margin: 0;
}

figcaption,
.cap {
  background: rgba(120, 120, 120, 0.7);
  font-size: 11px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  z-index: 2;
}

.pc_only {
  display: block;
}

.pc_tab_only {
  display: block;
}

.tab_only {
  display: none;
}

.sp_tab_only {
  display: none;
}

.sp_only {
  display: none;
}

.brands-sp {
  display: none;
}

/* タブレット・SP (max-width: 850px) */
@media screen and (max-width: 850px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: block;
  }
  .tab_only {
    display: block;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .brands-sp {
    display: none;
  }
}
/* SP (max-width: 550px) */
@media screen and (max-width: 550px) {
  .pc_only {
    display: none;
  }
  .pc_tab_only {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sp_tab_only {
    display: block;
  }
  .sp_only {
    display: block;
  }
  .brands-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .brands-sp {
    display: block;
  }
}
#page_mainvisual {
  width: 100%;
  /* heightはページごとに異なるため個別指定 (value:430px, zeh:600px) */
  /* background-imageは個別指定 */
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page_mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#page_mainvisual h2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
}
#page_mainvisual h2 small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  display: block;
  font-size: 20px;
}

.inner {
  width: 100%;
  max-width: 1280px; /* サイトの基準最大幅 */
  margin: 0 auto;
  padding: 0 40px; /* PCでの左右の余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .main .inner {
    padding: 0 20px;
  }
}
/* 例：zeh.scss 側での上書き */
.page {
  position: relative;
  padding: 60px 30px 0;
}
@media screen and (max-width: 850px) {
  .page {
    padding: 40px 15px 0;
  }
}

.inner3 {
  max-width: 1306px;
  margin: auto;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .inner3 {
    padding: 0 15px;
  }
}

.footer_top {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 100px;
}
.footer_top .footer_list {
  list-style: none;
}
.footer_top .footer_list .footer_li {
  font-size: 12px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 850px) {
  .footer_top {
    margin-top: 30px;
    padding: 20px 0;
  }
  .footer_top .footer_list .footer_li {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 550px) {
  .f_margin {
    margin-top: 0;
  }
}
#page_mainvisual {
  background-image: url(../images/quality/pagettl.jpg);
  height: 430px;
}
#page_mainvisual h2 small {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 550px) {
  #page_mainvisual {
    height: 180px;
  }
}

.main {
  margin-bottom: 0;
  overflow: visible;
  font-size: 16px;
}

.page .contentsBody {
  width: 100%;
  max-width: 1246px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 850px) {
  .page .contentsBody {
    padding: 0;
  }
}
#topMv_box img {
  width: 100%;
  vertical-align: bottom;
}

#topMv_box + .note {
  text-align: right;
  margin: 5px;
}

.main .pageHeader {
  background-image: url("../images/quality/pagettl.jpg");
}
@media screen and (max-width: 850px) {
  .main .pageHeader {
    background-image: url("../images/quality/pagettl_sp.jpg");
  }
}
.main .pageHeader .ttl {
  color: #fff;
}
.main .pageHeader .ttl::before {
  color: #fff;
}

.main .pageNav {
  margin-bottom: 90px;
}
@media screen and (max-width: 850px) {
  .main .pageNav {
    margin-bottom: 50px;
  }
}
.main .pageNav .list {
  color: #348455;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.125em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.main .pageNav .list > li {
  width: calc(33.3333333333% - 4px);
  margin: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .main .pageNav .list > li {
    width: calc(50% - 4px);
  }
}
.main .pageNav .list > li.hover {
  z-index: 10;
}
.main .pageNav .list > li > a {
  height: 100%;
  padding: 0.25em 0.5em;
  border: 1px solid #348455;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
.main .pageNav .list > li.hover > a {
  color: #fff;
  background-color: #348455;
}
.main .pageNav .list > li.active > a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 132, 85, 0.6)), color-stop(50%, rgb(52, 132, 85)), to(rgb(52, 132, 85)));
  background: linear-gradient(rgba(52, 132, 85, 0.6), rgb(52, 132, 85) 50%, rgb(52, 132, 85));
}
.main .pageNav .list {
  /**
   * プルダウン
   */
}
.main .pageNav .list .anchor {
  width: 100%;
  padding: 1.25em 0.75em;
  border: 1px solid #348455;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  left: 0;
  -webkit-transition: max-height 0s ease-in-out 0.3s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: max-height 0s ease-in-out 0.3s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
.main .pageNav .list .anchor li {
  padding: 1px 0;
  line-height: 1.6;
  border-top: 1px dashed #348455;
  border-bottom: 1px dashed #348455;
}
.main .pageNav .list .anchor li a {
  padding: 0.25em 0.5em;
  color: inherit;
  text-align: center;
  display: block;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
  background-color: transparent;
}
.main .pageNav .list .anchor li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.main .pageNav .list .anchor li ~ li {
  border-top: none;
}
.main .pageNav .list > li.hover .anchor {
  -webkit-transition: max-height 1s ease-in-out 0s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: max-height 1s ease-in-out 0s, visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}

.bottom_bar {
  margin: 0 0 50px;
  text-align: center;
}

.b_ribo {
  width: 500px;
  margin: 0 auto;
}

#lead {
  background: url(../images/quality/lead_bk.png) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (max-width: 550px) {
  #lead {
    padding: 30px 0;
  }
}
#lead .title {
  margin-bottom: 30px;
  color: #348455;
  letter-spacing: 0.25em;
  line-height: 2;
  font-size: 1.825em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #lead .title {
    margin-bottom: 25px;
    letter-spacing: 0.125em;
    font-size: 1.125em;
  }
}
#lead .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #348455;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #lead .content {
    line-height: 2.25;
  }
}
#lead .ideas {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #lead .ideas {
    margin-top: 25px;
  }
}
#lead .ideas a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  #lead .ideas img {
    max-width: 320px;
  }
}

.facilityList {
  padding: 40px 0;
}
.facilityList ~ .facilityList {
  padding-top: 100px !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .facilityList ~ .facilityList {
    padding-top: 120px !important;
  }
}
.facilityList ~ .facilityList::before {
  content: "";
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 850px) {
  .facilityList ~ .facilityList::before {
    top: 30px;
  }
}
.facilityList {
  /**
   * タイトル / 詳細表示
   */
}
.facilityList .contentsHeader {
  margin-bottom: 60px;
  padding: 50px 40px;
  border-radius: 50px;
  background: url("../images/quality/detail_bg.png") repeat;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader {
    margin-bottom: 30px;
    padding: 0;
    border-radius: 0;
    background: none;
  }
}
.facilityList .contentsHeader {
  /**
   * キャッチコピー
   */
}
.facilityList .contentsHeader .catchcopy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  letter-spacing: 0.125em;
  font-size: 1.375em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .catchcopy {
    margin-top: 15px;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 550px) {
  .facilityList .contentsHeader .catchcopy {
    letter-spacing: 0.15em;
  }
}
.facilityList .contentsHeader .contentsTitle {
  color: #568358;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .contentsTitle {
    font-size: 1.5em;
  }
}
.facilityList .contentsHeader .contentsTitle::before {
  content: attr(data-en);
  line-height: 1.2;
  font-family: "Marcellus";
  font-size: 0.75em;
  text-align: center;
  display: block;
}
.facilityList .contentsHeader .detail {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail {
    margin-top: 30px;
    display: block;
    position: relative;
    z-index: 1;
  }
}
.facilityList .contentsHeader .detail {
  /**
   * 番号付き画像
   */
}
.facilityList .contentsHeader .detail .detailImage {
  width: 49.73%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailImage {
    width: 100%;
    margin-bottom: 1.125em;
  }
}
.facilityList .contentsHeader .detail .detailImage .memo {
  width: 100%;
  padding: 0 1em;
  font-size: 0.75em;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
}
.facilityList .contentsHeader .detail .detailImage .image {
  vertical-align: top;
}
.facilityList .contentsHeader .detail .detailImage .caption {
  padding: 0.125em 0.5em 0.25em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 0.625em;
  background-color: #6e6e6e;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.facilityList .contentsHeader .detail .detailImage [data-position] {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.facilityList .contentsHeader .detail .detailContent {
  width: 45.21%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent {
    width: auto;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
    -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    background: none;
  }
}
.facilityList .contentsHeader .detail .detailContent.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.facilityList .contentsHeader .detail .detailContent .body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.facilityList .contentsHeader .detail .detailContent .item {
  height: 0;
  overflow: hidden;
  -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent .item {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}
.facilityList .contentsHeader .detail .detailContent .item ~ .item {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.facilityList .contentsHeader .detail .detailContent .item.active {
  height: auto;
  z-index: 1;
  -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent .item.active {
    position: static;
  }
}
.facilityList .contentsHeader .detail .detailContent .item img {
  vertical-align: top;
}
.facilityList .contentsHeader .detail .detailContent .item:nth-of-type(1) {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.facilityList .contentsHeader .detail .detailContent .item:nth-of-type(1):has(~ .active) {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.facilityList .contentsHeader .detail .close {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .close {
    width: 7%;
    padding: 1.5%;
    line-height: 0;
    background-color: #348455;
    display: block;
    position: absolute;
    z-index: 10;
    right: 3%;
    bottom: 97%;
    -webkit-transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    transition: visibility 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
  }
}
.facilityList .contentsHeader .detail .close img {
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .close img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 850px) {
  .facilityList .contentsHeader .detail .detailContent.active + .close {
    visibility: visible;
    opacity: 1;
  }
}
.facilityList .facility {
  max-width: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.facilityList .facility .item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item {
    width: calc(50% - 20px);
  }
}
.facilityList .facility .item.medium {
  width: calc(50% - 20px);
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item.medium {
    width: calc(100% - 20px);
  }
}
.facilityList .facility .item.large {
  width: calc(100% - 20px);
}
.facilityList .facility .item {
  /**
   * 画像
   */
}
.facilityList .facility .item .image {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.facilityList .facility .item .image .caption {
  padding: 0.25em 0.75em 0.375em;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 0.625em;
  background-color: #6e6e6e;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.facilityList .facility .item .image img {
  vertical-align: top;
}
.facilityList .facility .item.ideas .image::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/quality/icon_ideas1.png") center center/100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 10px;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item.ideas .image::before {
    width: 20px;
    height: 20px;
  }
}
.facilityList .facility .item {
  /**
   * 内容
   */
}
.facilityList .facility .item .content {
  line-height: 1.6;
}
.facilityList .facility .item .content dt {
  margin-bottom: 0.5em;
  color: #348455;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item .content dt {
    font-size: 12px;
  }
}
.facilityList .facility .item .content dd {
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item .content dd {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
.facilityList .facility .item .content dd small {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 10px;
  display: block;
}
@media screen and (max-width: 850px) {
  .facilityList .facility .item .content dd small {
    font-size: 8px;
  }
}

.main .pageTop {
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.main .pageTop a {
  color: inherit;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  display: block;
}
.main .pageTop a img {
  width: 40px;
  vertical-align: middle;
  -webkit-transition: -webkit-filter 0.3s ease-in-out 0s;
  transition: -webkit-filter 0.3s ease-in-out 0s;
  transition: filter 0.3s ease-in-out 0s;
  transition: filter 0.3s ease-in-out 0s, -webkit-filter 0.3s ease-in-out 0s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (max-width: 850px) {
  .main .pageTop a img {
    width: 30px;
  }
}
.main .pageTop a:hover img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

#select_choose {
  padding: 30px 0 50px;
}
#select_choose .inner {
  max-width: 1440px;
}
#select_choose h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin: 0 0 30px;
}
#select_choose h2 span {
  color: #c29e19;
}
#select_choose .choose_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
#select_choose .choose_wrap .choose_column {
  width: 33.3333333333%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#select_choose .choose_wrap .choose_column h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
#select_choose .choose_wrap .choose_column h3 span:nth-child(1) {
  display: block;
  border-bottom: 1px solid #348455;
}
#select_choose .choose_wrap .choose_column h3 span:nth-child(2) {
  display: block;
  font-size: 70%;
}
#select_choose .choose_wrap .choose_column h3 + p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 15px;
}
#select_choose .choose_wrap .choose_column figure {
  padding: 0 20px;
}
#select_choose .choose_wrap .choose_column figure figcaption {
  position: static;
  color: #000;
  text-align: right;
  background: none;
  margin: 5px 0 0;
}
#select_choose .choose_wrap .choose_column .anno {
  font-weight: 600;
  text-align: left;
  margin: 15px 0 0;
}
#select_choose .choose_wrap .color_select {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
#select_choose .choose_wrap .color_select .s_c1 {
  background: #efeee8;
}
#select_choose .choose_wrap .color_select .s_c2 {
  background: #e1d5be;
}
#select_choose .choose_wrap .color_select .s_c3 {
  background: #ece3d2;
}
#select_choose .choose_wrap .color_select .s_c4 {
  background: #6b564c;
  color: #fff;
}
#select_choose .choose_wrap .color_select li {
  aspect-ratio: 1/0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#select_choose .choose_wrap .choose_column:last-child > div:last-child {
  margin: 20px 0 0;
}
#select_choose .option {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin: 50px 0 0;
}
@media screen and (max-width: 850px) {
  #select_choose {
    padding: 80px 0 20px;
  }
  #select_choose .choose_wrap .choose_column {
    width: 50%;
    margin: 0 0 20px;
  }
  #select_choose .choose_wrap .choose_column h3 {
    letter-spacing: 0.1em;
  }
  #select_choose .choose_wrap .choose_column p {
    letter-spacing: 0.12em;
  }
  #select_choose .choose_wrap .choose_column:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
  }
  #select_choose .choose_wrap .choose_column:last-child > div {
    width: 50%;
    padding: 0 20px;
  }
  #select_choose .choose_wrap .choose_column:last-child > div:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  #select_choose {
    margin: 0 -20px;
    padding: 0 0 40px;
  }
  #select_choose h2 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 15px;
  }
  #select_choose .choose_wrap .choose_column {
    width: 100%;
    margin: 0 0 35px;
  }
  #select_choose .choose_wrap .choose_column h3 {
    font-size: 16px;
  }
  #select_choose .choose_wrap .color_select {
    gap: 10px;
  }
  #select_choose .choose_wrap .choose_column:last-child {
    margin: 0;
  }
  #select_choose .choose_wrap .choose_column:last-child > div {
    width: 100%;
    padding: 0;
  }
  #select_choose .choose_wrap .choose_column:last-child > div:last-child {
    margin: 20px 0 0;
  }
  #select_choose .option {
    font-size: 18px;
    letter-spacing: 0;
    margin: 25px 0 0;
  }
}

#キッチン dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #キッチン dd {
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 850px) {
  #キッチン dd {
    letter-spacing: 0.1em;
  }
}

#洗面 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #洗面 dd {
    letter-spacing: 0.12em;
  }
}

#浴室 dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #浴室 dd {
    letter-spacing: 0.12em;
  }
}

#トイレ dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #トイレ dd {
    letter-spacing: 0.115em;
  }
}

.main .pageTop a {
  height: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .main .pageTop a {
    height: 10px;
  }
}

.ideas .qua2 {
  width: 500px;
  margin: 0 auto;
}

#物入れ dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #物入れ dd {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 850px) {
  #物入れ dd {
    letter-spacing: 0.06em;
  }
}

#モアトリエ dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #モアトリエ dd {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 850px) {
  #モアトリエ dd {
    letter-spacing: 0.06em;
  }
}

#トイレ dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #トイレ dd {
    letter-spacing: 0.09em;
  }
}

#洗面室 dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #洗面室 dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #洗面室 dd {
    letter-spacing: 0.07em;
  }
}

#ユニバーサルデザイン dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #ユニバーサルデザイン dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #ユニバーサルデザイン dd {
    letter-spacing: 0.07em;
  }
}

#人感センサー対応照明 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #人感センサー対応照明 dd {
    letter-spacing: 0.053em;
  }
}
@media screen and (max-width: 850px) {
  #人感センサー対応照明 dd {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 550px) {
  #人感センサー対応照明 dd {
    letter-spacing: 0.05em;
  }
}

#マルチメディアコンセント dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #マルチメディアコンセント dd {
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 850px) {
  #マルチメディアコンセント dd {
    letter-spacing: 0.07em;
  }
}

#TES温水式床暖房 dd {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1250px) {
  #TES温水式床暖房 dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #TES温水式床暖房 dd {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 550px) {
  #TES温水式床暖房 dd {
    letter-spacing: 0.075em;
  }
}

@media screen and (max-width: 1250px) {
  #換気システム dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 850px) {
  #換気システム dd {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 550px) {
  #換気システム dd {
    letter-spacing: 0.028em;
  }
}

#インターネット dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #インターネット dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #インターネット dd {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 550px) {
  #インターネット dd {
    letter-spacing: 0.06em;
  }
}

#YOUTV dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #YOUTV dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #YOUTV dd {
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 550px) {
  #YOUTV dd {
    letter-spacing: 0.05em;
  }
}

#ペット飼育可 dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #ペット飼育可 dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #ペット飼育可 dd {
    letter-spacing: 0.07em;
  }
}

#みんなの洗い場 dd {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1250px) {
  #みんなの洗い場 dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #みんなの洗い場 dd {
    letter-spacing: 0.05em;
  }
}

#宅配ボックス dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #宅配ボックス dd {
    letter-spacing: 0.068em;
  }
}
@media screen and (max-width: 850px) {
  #宅配ボックス dd {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 550px) {
  #対応ゴミ置場 dd {
    letter-spacing: 0.044em;
  }
}

#カーシェアサービス dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #カーシェアサービス dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #カーシェアサービス dd {
    letter-spacing: 0.05em;
  }
}

#既製コンクリート杭 dd {
  letter-spacing: 0.035em;
}
@media screen and (max-width: 550px) {
  #既製コンクリート杭 dd {
    letter-spacing: 0.03em;
  }
}

#ダブル配筋 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #ダブル配筋 dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #ダブル配筋 dd {
    letter-spacing: 0.05em;
  }
}

#溶接閉鎖型せん断補強筋 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #溶接閉鎖型せん断補強筋 dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #溶接閉鎖型せん断補強筋 dd {
    letter-spacing: 0.05em;
  }
}

#コンクリート強度 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #コンクリート強度 dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #コンクリート強度 dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 550px) {
  #コンクリート強度 dd {
    letter-spacing: 0.05em;
  }
}

#コンクリートかぶり厚 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 550px) {
  #コンクリートかぶり厚 dd {
    letter-spacing: 0.08em;
  }
}

#水セメント比 dd {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1250px) {
  #水セメント比 dd {
    letter-spacing: 0.078em;
  }
}
@media screen and (max-width: 850px) {
  #水セメント比 dd {
    letter-spacing: 0.05em;
  }
}

#劣化対策等級最高等級「3」 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #劣化対策等級最高等級「3」 dd {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 550px) {
  #劣化対策等級最高等級「3」 dd {
    letter-spacing: 0.055em;
  }
}

#アウトフレーム設計 dd {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1250px) {
  #アウトフレーム設計 dd {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 850px) {
  #アウトフレーム設計 dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #アウトフレーム設計 dd {
    letter-spacing: 0.06em;
  }
}

#ZEH dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #ZEH dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #ZEH dd {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 550px) {
  #ZEH dd {
    letter-spacing: 0.06em;
  }
}

#認定低炭素住宅 dd {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1250px) {
  #認定低炭素住宅 dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #認定低炭素住宅 dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 550px) {
  #認定低炭素住宅 dd {
    letter-spacing: 0.04em;
  }
}

#複層ガラス dd {
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1250px) {
  #複層ガラス dd {
    letter-spacing: 0.085em;
  }
}
@media screen and (max-width: 850px) {
  #複層ガラス dd {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 550px) {
  #複層ガラス dd {
    letter-spacing: 0.08em;
  }
}

#断熱構造 dd {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1250px) {
  #断熱構造 dd {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 850px) {
  #断熱構造 dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #断熱構造 dd {
    letter-spacing: 0.08em;
  }
}

#EV充電設備 dd {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1250px) {
  #EV充電設備 dd {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 550px) {
  #EV充電設備 dd {
    letter-spacing: 0.045em;
  }
}

#BELS dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #BELS dd {
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 850px) {
  #BELS dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #BELS dd {
    letter-spacing: 0.06em;
  }
}

#ライフデザイナー dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #ライフデザイナー dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 850px) {
  #ライフデザイナー dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #ライフデザイナー dd {
    letter-spacing: 0.05em;
  }
}

#アフターサービス dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  #アフターサービス dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #アフターサービス dd {
    letter-spacing: 0.053em;
  }
}

#新生活コンシェルジュ dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 550px) {
  #新生活コンシェルジュ dd {
    letter-spacing: 0.04em;
  }
}

.securitymv {
  border: 1px solid #999;
  text-align: center;
}
.securitymv img {
  width: 1000px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#防災備蓄 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #防災備蓄 dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 550px) {
  #防災備蓄 dd {
    letter-spacing: 0.05em;
  }
}

#防災リュック dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #防災リュック dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 550px) {
  #防災リュック dd {
    letter-spacing: 0.035em;
  }
}

#足元保安灯 dd {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1250px) {
  #足元保安灯 dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 550px) {
  #足元保安灯 dd {
    letter-spacing: 0.045em;
  }
}

#バルコニー避難ハッチ dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #バルコニー避難ハッチ dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #バルコニー避難ハッチ dd {
    letter-spacing: 0.05em;
  }
}

#ハンズフリーキー dd {
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1250px) {
  #ハンズフリーキー dd {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 550px) {
  #ハンズフリーキー dd {
    letter-spacing: 0.05em;
  }
}

#ダブルロック・プッシュプルハンドル dd {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1250px) {
  #ダブルロック・プッシュプルハンドル dd {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 850px) {
  #ダブルロック・プッシュプルハンドル dd {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 550px) {
  #ダブルロック・プッシュプルハンドル dd {
    letter-spacing: 0.04em;
  }
}

#鎌付デッドボルト・防犯サムターン dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  #鎌付デッドボルト・防犯サムターン dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #鎌付デッドボルト・防犯サムターン dd {
    letter-spacing: 0.058em;
  }
}

#カラーモニター付インターホン dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  #カラーモニター付インターホン dd {
    letter-spacing: 0.05em;
  }
}

#防犯センサー dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  #防犯センサー dd {
    letter-spacing: 0.05em;
  }
}

#エレベーターモニター dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #エレベーターモニター dd {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 850px) {
  #エレベーターモニター dd {
    letter-spacing: 0.05em;
  }
}

#セキュリティ24時間 dd {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1250px) {
  #セキュリティ24時間 dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 850px) {
  #セキュリティ24時間 dd {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 550px) {
  #セキュリティ24時間 dd {
    letter-spacing: 0.05em;
  }
}

#住宅性能評価 dd {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1250px) {
  #住宅性能評価 dd {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 550px) {
  #住宅性能評価 dd {
    letter-spacing: 0.03em;
  }
}/*# sourceMappingURL=quality.css.map */