.amenitySect__list {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .amenitySect__list {
    gap: 60px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .amenitySect__list {
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.amenitySect__item {
  min-width: 0;
}

@media print, screen and (min-width: 768px) {
  .amenitySect__item--wide {
    grid-column: span 2;
  }
}

@media print, screen and (min-width: 768px) {
  .amenitySect__item--full {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 768px) {
  .amenitySect__item--full {
    grid-column: span 2;
  }
}

@supports (grid-template-rows: subgrid) {
  .amenitySect__item:not(.amenitySect__item--full) {
    grid-row: span 3;
  }
  .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) {
    display: grid;
    grid-template-rows: subgrid;
  }
  .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) .qualityCard {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  @media print, screen and (min-width: 768px) {
    .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) .qualityCard {
      row-gap: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) .qualityCard {
      row-gap: calc(15 / 390 * 100vw);
    }
  }
  .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) .qualityCard .qualityCard__ttl + .qualityCard__visual,
  .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) .qualityCard .qualityCard__ttl + .qualityCard__txtArea,
  .amenitySect__item:not(.amenitySect__item--full):not(:has(.qualityCard--multi)) .qualityCard .qualityCard__visual + .qualityCard__txtArea {
    margin-top: 0;
  }
}

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

@media print, screen and (min-width: 768px) {
  .tesBox {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.tesBox__ttl {
  color: #003a0e;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .tesBox__ttl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .tesBox__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .tesBox__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .tesBox__ttl:before, .tesBox__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__ttl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.7;
  }
  .tesBox__ttl:before {
    content: '';
    margin-top: calc((1 - 1.7) * .5em);
  }
  .tesBox__ttl:after {
    margin-bottom: calc((1 - 1.7) * .5em);
  }
  .tesBox__ttl:before, .tesBox__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__lead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__lead {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.tesBox__catch {
  color: #111111;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.7;
}

.tesBox__catch:before {
  content: '';
  margin-top: calc((1 - 1.7) * .5em);
}

.tesBox__catch:after {
  margin-bottom: calc((1 - 1.7) * .5em);
}

.tesBox__catch:before, .tesBox__catch:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .tesBox__catch {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__catch {
    font-size: calc(16 / 390 * 100vw);
  }
}

.tesBox__sup {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .tesBox__sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__sup {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__catch + .tesBox__txt {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__catch + .tesBox__txt {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.tesBox__txt {
  color: #111111;
  letter-spacing: .08em;
  line-height: 2;
}

.tesBox__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.tesBox__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.tesBox__txt:before, .tesBox__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .tesBox__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__unit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__unit {
    margin: calc(15 / 390 * 100vw) auto 0;
    width: calc(200 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__txtArea {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__txtArea {
    margin-top: calc(15 / 390 * 100vw);
  }
}

.tesBox__note {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1.6;
}

.tesBox__note:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.tesBox__note:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.tesBox__note:before, .tesBox__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .tesBox__note {
    font-size: 12px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__note {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .tesBox__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 373px;
  }
}

@media screen and (max-width: 768px) {
  .tesBox__visual {
    margin-inline: auto;
    width: calc(160 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .tesBox__visual .photo__capIn {
    bottom: auto;
    margin-top: calc(16 / 390 * 100vw);
    position: relative;
    right: auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .bathroomSect {
    padding: 100px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect {
    padding: calc(56 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bathroomSect__head + .bathroomSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .bathroomSect__head + .bathroomSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .bottomTab {
    margin: 0 auto;
    padding: 30px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .bottomTab {
    padding: calc(25 / 390 * 100vw) 0;
  }
}

.cardFeature .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .cardFeature .usableList__item {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .cardFeature .usableList__item {
    width: 145px;
  }
  .cardFeature .usableList__item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .closetSect {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .closetSect .qualityCardList .usableList__item:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media screen and (max-width: 768px) {
  .closetSect {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ecoSect + .comfortSect {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .ecoSect + .comfortSect {
    margin-top: calc(56 / 390 * 100vw);
  }
}

.comfortSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .comfortSect {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect {
    gap: 32px;
  }
}

.comfortSect__block .headingCombi .heading {
  font-weight: 600;
  line-height: 1.8;
}

.comfortSect__block .headingCombi .heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.comfortSect__block .headingCombi .heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.comfortSect__block .headingCombi .heading:before, .comfortSect__block .headingCombi .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .comfortSect__block .headingCombi .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__block .headingCombi .heading {
    font-size: 20px;
  }
}

.comfortSect__block .headingCombi .txt {
  font-size: 15px;
  letter-spacing: .08em;
  margin-top: 24px;
  line-height: 1.6;
}

.comfortSect__block .headingCombi .txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.comfortSect__block .headingCombi .txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.comfortSect__block .headingCombi .txt:before, .comfortSect__block .headingCombi .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

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

@media print, screen and (min-width: 768px) {
  .comfortSect__figRow {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__figRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .comfortSect__figRow .photo:first-child {
    width: 680px;
  }
  .comfortSect__figRow .photo:last-child {
    width: 480px;
  }
}

.comfortSect__figRow .photo__capIn[data-color='gray'] {
  color: #999999;
}

@media print, screen and (min-width: 768px) {
  .comfortSect__meritList {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__meritList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
}

.comfortSect__source {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .comfortSect__source {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .comfortSect__source {
    margin-top: 32px;
  }
}

.comfortSect .caption {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

.cyberhomeSect__ttl {
  color: #003a0e;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__ttl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .cyberhomeSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .cyberhomeSect__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .cyberhomeSect__ttl:before, .cyberhomeSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__ttl {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.8;
  }
  .cyberhomeSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .cyberhomeSect__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .cyberhomeSect__ttl:before, .cyberhomeSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__head + .cyberhomeSect__intro {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__head + .cyberhomeSect__intro {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__intro + .cyberhomeSect__box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__intro + .cyberhomeSect__box {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.cyberhomeSect__box {
  border: 1px solid #505050;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__box {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__box {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__box .serviceCard + .serviceCard {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__box .serviceCard + .serviceCard {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__box + .cyberhomeSect__club {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__box + .cyberhomeSect__club {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 / 390 * 100vw);
  }
}

.cyberhomeSect__clubLabel {
  background: #1b499e;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubLabel {
    font-size: 20px;
    line-height: calc(15 / 20);
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubLabel {
    font-size: calc(20 / 390 * 100vw);
    line-height: calc(15 / 20);
    padding: calc(20 / 390 * 100vw) 0;
    width: calc(80 / 390 * 100vw);
  }
}

.cyberhomeSect__clubTtl {
  color: #111111;
  font-weight: 600;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubTtl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubTtl {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0;
    line-height: 1.8;
    word-break: keep-all;
  }
}

.cyberhomeSect__clubTxt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.cyberhomeSect__clubTxt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.cyberhomeSect__clubTxt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.cyberhomeSect__clubTxt:before, .cyberhomeSect__clubTxt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubTxt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubTxt {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubHead + .cyberhomeSect__clubTxt {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubHead + .cyberhomeSect__clubTxt {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__merits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubTxt + .cyberhomeSect__merits {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubTxt + .cyberhomeSect__merits {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__merit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16 / 390 * 100vw);
  }
  .cyberhomeSect__merit + .cyberhomeSect__merit {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.cyberhomeSect__meritLabel {
  background: #6a8fca;
  color: #ffffff;
  font-family: "Shippori Mincho B1", "Noto Serif", serif;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__meritLabel {
    border-radius: 10px;
    font-size: 18px;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__meritLabel {
    border-radius: calc(10 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw);
    text-align: center;
  }
}

.cyberhomeSect__meritTxt {
  color: #111111;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__meritTxt {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__meritTxt {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.7;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubFigure {
    margin-inline: auto;
    width: 800px;
  }
}

.cyberhomeSect__clubFigure .capOut {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__merits + .cyberhomeSect__clubFigure {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__merits + .cyberhomeSect__clubFigure {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.cyberhomeSect__clubNote {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1.6;
}

.cyberhomeSect__clubNote:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.cyberhomeSect__clubNote:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.cyberhomeSect__clubNote:before, .cyberhomeSect__clubNote:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .cyberhomeSect__clubNote {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .cyberhomeSect__clubNote {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .detailCard__visual + .detailCard__txtArea {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard__visual + .detailCard__txtArea {
    margin-top: calc(15 / 390 * 100vw);
  }
}

.detailCard__ttl {
  border-bottom: 1px solid #000000;
  color: #003a0e;
  font-family: YakuHanMP, "Shippori Mincho B1", "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .detailCard__ttl {
    font-size: 16px;
    letter-spacing: .1em;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard__ttl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .05rem;
    padding-bottom: calc(10 / 390 * 100vw);
  }
}

.detailCard__txt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.detailCard__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.detailCard__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.detailCard__txt:before, .detailCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .detailCard__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.detailCard__note {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.6;
}

.detailCard__note:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.detailCard__note:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.detailCard__note:before, .detailCard__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .detailCard__note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard__note {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .detailCard__ttl + .detailCard__txt,
  .detailCard__txt + .detailCard__note {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .detailCard__ttl + .detailCard__txt,
  .detailCard__txt + .detailCard__note {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .detailCard--small .detailCard__visual + .detailCard__txtArea {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect {
    padding: 100px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .dressingSect {
    padding: calc(56 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect__head + .dressingSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__head + .dressingSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__cont {
    display: grid;
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__hero {
    display: contents;
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect__hero + .dressingSect__row {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect__main {
    width: 453px;
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__main {
    min-width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect__sub {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 373px;
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__sub {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__row {
    display: contents;
  }
}

@media print, screen and (min-width: 768px) {
  .dressingSect__list {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .dressingSect__list {
    display: contents;
  }
}

.dressingSect__item {
  min-width: 0;
}

.ecoCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.ecoCard .photo__image {
  border: 1px solid #cccccc;
  height: auto;
  width: 100%;
}

.ecoCard .photo__capIn {
  bottom: 8px;
  right: 8px;
}

.ecoCard .photo__capIn[data-color='gray'] {
  color: #999999;
}

.ecoCard__txt {
  letter-spacing: .08em;
  line-height: 2;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ecoCard__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .ecoCard__txt {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .05rem;
  }
}

.ecoCard__name {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.6;
}

.ecoCard__note {
  display: block;
  font-size: 12px;
}

.economySect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .economySect {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .economySect {
    gap: 32px;
  }
}

.economySect__visual {
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .economySect__visual {
    max-width: 798px;
  }
}

.economySect__visual .photo__capOut {
  padding-top: 15px;
}

.economySect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .economySect__inner {
    gap: 80px;
    max-width: 798px;
  }
}

@media screen and (max-width: 768px) {
  .economySect__inner {
    gap: 32px;
  }
}

.economySect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.economySect__item .headingCombi .heading {
  font-weight: 600;
  line-height: 1.8;
}

.economySect__item .headingCombi .heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.economySect__item .headingCombi .heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.economySect__item .headingCombi .heading:before, .economySect__item .headingCombi .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .economySect__item .headingCombi .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .economySect__item .headingCombi .heading {
    font-size: 16px;
  }
}

.economySect .caption {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.6;
}

.ecoSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .ecoSect {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ecoSect {
    gap: 32px;
  }
}

.ecoSect__visual {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.ecoSect__band {
  background-color: #008632;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .ecoSect__band {
    text-align: center;
  }
}

.ecoSect__list {
  display: grid;
  gap: 20px;
}

@media print, screen and (min-width: 768px) {
  .ecoSect__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .ecoSect__list {
    gap: calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.furnitureSect__head .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .furnitureSect__head .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .furnitureSect__head .usableList__item {
    width: 100%;
  }
  .furnitureSect__head .usableList__item + .usableList__item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .furnitureSect__head .usableList__item .descriptionCard__cont .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .furnitureSect__head .usableList__item .descriptionCard__cont .txt {
    font-size: 11px;
  }
}

@media print, screen and (min-width: 768px) {
  .furnitureSect__head + .furnitureSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .furnitureSect__head + .furnitureSect__cont {
    margin-top: 16px;
  }
}

.furnitureSect__cont .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .furnitureSect__cont .usableList__item {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .furnitureSect__cont .usableList__item {
    width: 100%;
  }
  .furnitureSect__cont .usableList__item + .usableList__item {
    margin-top: 40px;
  }
}

.furnitureSect__cont .usableList__item .descriptionCard__cont .caption {
  color: #6c888a;
}

@media print, screen and (min-width: 768px) {
  .headingSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head + .headingSect__cont {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__head .headingCombi + .heading {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head .headingCombi + .heading {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__head .heading + .enTtl {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head .heading + .enTtl {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__head .enTtl + .heading {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__head .enTtl + .heading {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__cont {
    margin: 0 auto;
    width: 490px;
  }
}

@media print, screen and (min-width: 768px) {
  .headingSect__cont .heading + .heading {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .heading + .heading {
    margin-top: 48px;
  }
}

.headingSect__cont .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .headingSect__cont .usableList {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .headingSect__cont .usableList {
    margin-top: 48px;
  }
}

.iconTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003a0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .iconTtl {
    font-size: 22px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .iconTtl {
    font-size: 20px;
    gap: 10px;
  }
}

.iconTtl__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.iconTtl__icon img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .iconTtl--earth .iconTtl__icon {
    width: 75px;
  }
}

@media screen and (max-width: 768px) {
  .iconTtl--earth .iconTtl__icon {
    width: 44px;
  }
}

@media print, screen and (min-width: 768px) {
  .iconTtl--health .iconTtl__icon {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .iconTtl--health .iconTtl__icon {
    width: 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .iconTtl--economy .iconTtl__icon {
    width: 88px;
  }
}

@media screen and (max-width: 768px) {
  .iconTtl--economy .iconTtl__icon {
    width: 55px;
  }
}

.introTtl {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .introTtl {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .introTtl {
    padding-top: calc(56 / 390 * 100vw);
  }
}

.introTtl__ttl {
  color: #111111;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .introTtl__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .introTtl__ttl {
    font-size: calc(19.2 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .itemsSect__head + .itemsSect__cont {
    margin-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__head + .itemsSect__cont {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont .swipeFigure {
    height: 350px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media print, screen and (min-width: 768px) {
  .itemsSect__cont > * + * {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .itemsSect__cont > * + * {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .jcomSect {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

.jcomSect__ttl {
  color: #003a0e;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .jcomSect__ttl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .jcomSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .jcomSect__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .jcomSect__ttl:before, .jcomSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect__ttl {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0;
    line-height: 1.8;
  }
  .jcomSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .jcomSect__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .jcomSect__ttl:before, .jcomSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .jcomSect__head + .jcomSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect__head + .jcomSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .jcomSect__cont {
    margin-inline: auto;
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) {
  .jcomSect__banner + .jcomSect__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect__banner + .jcomSect__txt {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.jcomSect__txt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.jcomSect__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.jcomSect__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.jcomSect__txt:before, .jcomSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .jcomSect__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.jcomSect__note {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.6;
}

.jcomSect__note:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.jcomSect__note:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.jcomSect__note:before, .jcomSect__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .jcomSect__note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect__note {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .jcomSect__txt + .jcomSect__note {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .jcomSect__txt + .jcomSect__note {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect .qualityCardList .usableList__item:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .kitchenSect__head + .kitchenSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lavatorySect {
    padding: 100px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect {
    padding: calc(56 / 390 * 100vw) 0 calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__head + .lavatorySect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__head + .lavatorySect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__hero {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__hero + .lavatorySect__middle {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__hero + .lavatorySect__middle {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__main {
    width: 453px;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__main {
    min-width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__sub {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 373px;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 390 * 100vw);
    min-width: 0;
  }
}

.lavatorySect__middle .usableList__body {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__middle .usableList__body {
    gap: 60px 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__middle .usableList__body {
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.lavatorySect__middle .usableList__item {
  min-width: 0;
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__middle + .lavatorySect__row {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__middle + .lavatorySect__row {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.lavatorySect__row .usableList__body {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .lavatorySect__row .usableList__body {
    gap: 60px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .lavatorySect__row .usableList__body {
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
  }
}

.lavatorySect__row .usableList__item {
  min-width: 0;
}

.meritCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.meritCard__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}

.meritCard__visual .photo__image {
  border-radius: 10px;
  height: auto;
  width: 100%;
}

.meritCard__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.meritCard__ttl {
  border-bottom: 1px solid #cccccc;
  color: #008632;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
  padding-bottom: 10px;
  line-height: 1.8;
}

.meritCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.meritCard__ttl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.meritCard__ttl:before, .meritCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.meritCard__txt {
  font-size: 15px;
  letter-spacing: .08em;
  margin-top: 10px;
  line-height: 1.6;
}

.meritCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.meritCard__txt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.meritCard__txt:before, .meritCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .photoSect__head {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .photoSect__head + .photoSect__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .photoSect__head + .photoSect__cont {
    margin-top: 36px;
  }
}

.photoSect__cont .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .photoSect__cont .usableList__item {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .photoSect__cont .usableList__item {
    width: 100%;
  }
  .photoSect__cont .usableList__item + .usableList__item {
    margin-top: 40px;
  }
}

.qualityCard__ttl {
  color: #003a0e;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .qualityCard__ttl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .qualityCard__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .qualityCard__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .qualityCard__ttl:before, .qualityCard__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__ttl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .01rem;
    line-height: 1.7;
  }
  .qualityCard__ttl:before {
    content: '';
    margin-top: calc((1 - 1.7) * .5em);
  }
  .qualityCard__ttl:after {
    margin-bottom: calc((1 - 1.7) * .5em);
  }
  .qualityCard__ttl:before, .qualityCard__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard__ttl .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__ttl .small {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard__ttl + .qualityCard__visual {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__ttl + .qualityCard__visual {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard__ttl + .qualityCard__txtArea {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__ttl + .qualityCard__txtArea {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard__visual + .qualityCard__txtArea {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__visual + .qualityCard__txtArea {
    margin-top: calc(15 / 390 * 100vw);
  }
}

.qualityCard__txt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.qualityCard__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.qualityCard__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.qualityCard__txt:before, .qualityCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .qualityCard__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.qualityCard__note {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.6;
}

.qualityCard__note:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.qualityCard__note:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.qualityCard__note:before, .qualityCard__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .qualityCard__note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__note {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard__txt + .qualityCard__note {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard__txt + .qualityCard__note {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard--multi .qualityCard__txt + .qualityCard__note {
    margin-top: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard--multi .qualityCard__txtArea + .qualityCard__visual {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard--multi .qualityCard__txtArea + .qualityCard__visual {
    margin-top: calc(26 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard--multi .qualityCard__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .qualityCard--multi .qualityCard__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .qualityCard--multi .qualityCard__photo + .qualityCard__photo {
    margin-top: calc(20 / 390 * 100vw);
  }
}

.qualityCardList .usableList__body {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .qualityCardList .usableList__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
  }
}

@media screen and (max-width: 768px) {
  .qualityCardList .usableList__body {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.qualityCardList .usableList__item {
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .qualityCardList .usableList__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@supports (grid-template-rows: subgrid) {
  .qualityCardList .usableList__item {
    grid-row: span 3;
  }
  .qualityCardList .usableList__item:not(:has(.qualityCard--multi)) {
    display: grid;
    grid-template-rows: subgrid;
  }
  .qualityCardList .qualityCard:not(.qualityCard--multi) {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  @media print, screen and (min-width: 768px) {
    .qualityCardList .qualityCard:not(.qualityCard--multi) {
      row-gap: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .qualityCardList .qualityCard:not(.qualityCard--multi) {
      row-gap: calc(15 / 390 * 100vw);
    }
  }
  .qualityCardList .qualityCard:not(.qualityCard--multi) .qualityCard__ttl + .qualityCard__visual,
  .qualityCardList .qualityCard:not(.qualityCard--multi) .qualityCard__ttl + .qualityCard__txtArea,
  .qualityCardList .qualityCard:not(.qualityCard--multi) .qualityCard__visual + .qualityCard__txtArea {
    margin-top: 0;
  }
}

.qualityTtl {
  color: #104052;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.qualityTtl:before {
  content: '';
  margin-top: calc((1 - 1) * .5em);
}

.qualityTtl:after {
  margin-bottom: calc((1 - 1) * .5em);
}

.qualityTtl:before, .qualityTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .qualityTtl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .qualityTtl {
    font-size: calc(14.4 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .securitySect .qualityCardList .usableList__item:last-child:nth-child(odd) {
    grid-column: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__head + .securitySect__cont {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__head + .securitySect__cont {
    margin-top: calc(36 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__cont > * + * {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__cont > * + * {
    margin-top: calc(36 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .securitySect__item .photo .photo__capIn {
    bottom: auto;
    right: 0;
    top: 100%;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__item > .qualityCard > .qualityCard__visual + .qualityCard__txtArea {
    margin-top: calc(38 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__item > .qualityCard > .qualityCard__ttl + .qualityCard__visual {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .securitySect__item > .qualityCard > .qualityCard__ttl + .qualityCard__visual {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__item--narrow {
    margin-inline: auto;
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  .securitySect__item--narrow .photo__capIn {
    color: #ffffff;
  }
}

@media print, screen and (min-width: 768px) {
  .serviceCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .serviceCard__txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

.serviceCard__ttl {
  border-bottom: 1px solid #505050;
  color: #111111;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__ttl {
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__ttl {
    font-size: calc(20 / 390 * 100vw);
    line-height: 1.8;
    padding-bottom: calc(15 / 390 * 100vw);
  }
}

.serviceCard__txt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.serviceCard__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.serviceCard__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.serviceCard__txt:before, .serviceCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.serviceCard__note {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.6;
}

.serviceCard__note:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.serviceCard__note:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.serviceCard__note:before, .serviceCard__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .serviceCard__note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__note {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceCard__ttl + .serviceCard__txt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__ttl + .serviceCard__txt {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceCard__txt + .serviceCard__note {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__txt + .serviceCard__note {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceCard__visual {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__visual {
    margin-top: calc(40 / 390 * 100vw);
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .serviceCard__visual .photo {
    display: inline-block;
    max-width: 100%;
  }
}

.serviceCard--plain .serviceCard__ttl {
  border-bottom: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .serviceSect__head + .serviceSect__cont {
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__head + .serviceSect__cont {
    margin-top: calc(36 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__cont > * + * {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__cont > * + * {
    margin-top: calc(33 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__item > .qualityCard > .qualityCard__ttl + .qualityCard__visual {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__item > .qualityCard > .qualityCard__ttl + .qualityCard__visual {
    margin-top: calc(33 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__item > .qualityCard > .qualityCard__ttl + .serviceSect__row {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__item > .qualityCard > .qualityCard__ttl + .serviceSect__row {
    margin-top: calc(16 / 390 * 100vw);
  }
}

.serviceSect__label {
  letter-spacing: .1em;
  line-height: 1.6;
}

.serviceSect__label:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.serviceSect__label:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.serviceSect__label:before, .serviceSect__label:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .serviceSect__label {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__label {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__label + .photo {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__label + .photo {
    margin-top: calc(14 / 390 * 100vw);
  }
}

.serviceSect__capNote {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .serviceSect__capNote {
    font-size: 10px;
    letter-spacing: .08em;
    margin-top: 8px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__capNote {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: calc(15 / 390 * 100vw);
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__row + .qualityCard__txtArea {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__row + .qualityCard__txtArea {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__graph {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__graph .qualityCard__note {
    margin-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__graph .qualityCard__note {
    margin-top: calc(8 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 473px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__info {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.serviceSect__subTtl {
  color: #003a0e;
  font-weight: 600;
  line-height: 1.8;
}

.serviceSect__subTtl:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.serviceSect__subTtl:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.serviceSect__subTtl:before, .serviceSect__subTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .serviceSect__subTtl {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__subTtl {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .1em;
  }
}

.serviceSect__line {
  background: #505050;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .serviceSect__line {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__line {
    margin-top: calc(13 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__line + .qualityCard__txt {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__line + .qualityCard__txt {
    margin-top: calc(13 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .serviceSect__photo {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .serviceSect__photo {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect__intro {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__intro {
    margin-bottom: calc(56 / 390 * 100vw);
  }
}

.structureSect__introTtl {
  color: #003a0e;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .structureSect__introTtl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .structureSect__introTtl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .structureSect__introTtl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .structureSect__introTtl:before, .structureSect__introTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__introTtl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .01rem;
    line-height: 1.7;
  }
  .structureSect__introTtl:before {
    content: '';
    margin-top: calc((1 - 1.7) * .5em);
  }
  .structureSect__introTtl:after {
    margin-bottom: calc((1 - 1.7) * .5em);
  }
  .structureSect__introTtl:before, .structureSect__introTtl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.structureSect__introLabel {
  color: #111111;
  letter-spacing: .1em;
  text-align: left;
  line-height: 1.6;
}

.structureSect__introLabel:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.structureSect__introLabel:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.structureSect__introLabel:before, .structureSect__introLabel:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .structureSect__introLabel {
    margin-top: 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__introLabel {
    margin-top: calc(14 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect__introVisual {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__introVisual {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.structureSect__introNote {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.6;
}

.structureSect__introNote:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.structureSect__introNote:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.structureSect__introNote:before, .structureSect__introNote:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .structureSect__introNote {
    margin-top: 16px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__introNote {
    margin-top: calc(14 / 390 * 100vw);
    font-size: calc(11 / 390 * 100vw);
  }
}

.structureSect__introTxt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.structureSect__introTxt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.structureSect__introTxt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.structureSect__introTxt:before, .structureSect__introTxt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .structureSect__introTxt {
    margin-top: 24px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__introTxt {
    margin-top: calc(18 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}

.structureSect__introVisual .photo__capIn[data-color='gray'] {
  color: #999999;
}

.structureSect__grid {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-auto-flow: row dense;
}

@media print, screen and (min-width: 768px) {
  .structureSect__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

.structureSect__item {
  min-width: 0;
}

.structureSect__item .photo__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
}

.structureSect__item .photo__capIn[data-color='gray'] {
  color: #999999;
}

.structureSect__item--full {
  grid-column: 1 / -1;
}

@media print, screen and (min-width: 768px) {
  .structureSect__item--wide {
    grid-column: span 2;
  }
}

@media screen and (max-width: 768px) {
  .structureSect__item--wide {
    grid-column: 1 / -1;
  }
}

@media print, screen and (min-width: 768px) {
  .structureSect__item--tall {
    grid-row: span 2;
  }
}

.structureSect__item--noBorder .photo__image {
  border: 0;
}

@supports (grid-template-rows: subgrid) {
  .structureSect .structureSect__item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  .structureSect .structureSect__item > .qualityCard {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
  }
  @media print, screen and (min-width: 768px) {
    .structureSect .structureSect__item > .qualityCard {
      row-gap: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    .structureSect .structureSect__item > .qualityCard {
      row-gap: calc(15 / 390 * 100vw);
    }
  }
  .structureSect .structureSect__item > .qualityCard .qualityCard__ttl + .qualityCard__visual,
  .structureSect .structureSect__item > .qualityCard .qualityCard__ttl + .qualityCard__txtArea,
  .structureSect .structureSect__item > .qualityCard .qualityCard__visual + .qualityCard__txtArea {
    margin-top: 0;
  }
  @media print, screen and (min-width: 768px) {
    .structureSect .structureSect__item--tall {
      display: block;
      grid-row: span 6;
      grid-template-rows: none;
    }
    .structureSect .structureSect__item--tall > .qualityCard {
      display: block;
      grid-row: auto;
      grid-template-rows: none;
    }
    .structureSect .structureSect__item--tall > .qualityCard .qualityCard__ttl + .qualityCard__visual,
    .structureSect .structureSect__item--tall > .qualityCard .qualityCard__visual + .qualityCard__txtArea {
      margin-top: 16px;
    }
  }
}

@media print, screen and (min-width: 768px) {
  .ventilationSect {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

.ventilationSect__ttl {
  color: #003a0e;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__ttl {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .ventilationSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.8) * .5em);
  }
  .ventilationSect__ttl:after {
    margin-bottom: calc((1 - 1.8) * .5em);
  }
  .ventilationSect__ttl:before, .ventilationSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__ttl {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: .1em;
    line-height: 1.7;
  }
  .ventilationSect__ttl:before {
    content: '';
    margin-top: calc((1 - 1.7) * .5em);
  }
  .ventilationSect__ttl:after {
    margin-bottom: calc((1 - 1.7) * .5em);
  }
  .ventilationSect__ttl:before, .ventilationSect__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.ventilationSect__ttl .sub {
  color: #111111;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__ttl .sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__ttl .sub {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__head + .ventilationSect__figure {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__head + .ventilationSect__figure {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__figure + .ventilationSect__txtArea {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__figure + .ventilationSect__txtArea {
    margin-top: calc(15 / 390 * 100vw);
  }
}

.ventilationSect__txt {
  color: #111111;
  letter-spacing: .08em;
  text-align: left;
  line-height: 2;
}

.ventilationSect__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.ventilationSect__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.ventilationSect__txt:before, .ventilationSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.ventilationSect__note {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  text-align: left;
  line-height: 1.6;
}

.ventilationSect__note:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.ventilationSect__note:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.ventilationSect__note:before, .ventilationSect__note:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__note {
    font-size: calc(12 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .ventilationSect__txt + .ventilationSect__note {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .ventilationSect__txt + .ventilationSect__note {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCardList {
    display: grid;
    gap: 80px 81px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 79px;
  }
}

@media screen and (max-width: 768px) {
  .waterCardList {
    display: grid;
    gap: calc(40 / 390 * 100vw);
    grid-template-columns: 100%;
    margin-top: calc(50 / 390 * 100vw);
  }
}

.waterCardList__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .waterCardList__item:nth-child(even)::before {
    background: #505050;
    content: '';
    height: 100%;
    left: -41px;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.waterCard__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .waterCard__ttl {
    font-size: 32px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__ttl {
    font-size: calc(32 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
  }
}

.waterCard__point {
  background: #7d7d7d;
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.6;
  text-transform: uppercase;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .waterCard__point {
    border-radius: 0 13px 13px 0;
    font-size: 16px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__point {
    border-radius: 0 calc(13 / 390 * 100vw) calc(13 / 390 * 100vw) 0;
    font-size: calc(16 / 390 * 100vw);
    padding: 0 calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__ttl + .waterCard__txt {
    margin-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__ttl + .waterCard__txt {
    margin-top: calc(21 / 390 * 100vw);
  }
}

.waterCard__txt {
  line-height: 2;
}

.waterCard__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterCard__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterCard__txt:before, .waterCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterCard__txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__txt {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: .08em;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__cont {
    margin-top: 39px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__cont {
    margin-top: calc(39 / 390 * 100vw);
  }
}

.waterCard__bar {
  background: url("../imgs/02/img-water_ttl-bg.png") center/143% 186% no-repeat #898989;
  background-blend-mode: multiply;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
  line-height: 1.8;
}

.waterCard__bar:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.waterCard__bar:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.waterCard__bar:before, .waterCard__bar:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterCard__bar {
    font-size: 20px;
    padding: 7.5px 10px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__bar {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: .04rem;
    padding: calc(7.5 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__bar--wide {
    padding: 12.5px 10px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__bar--wide {
    padding: calc(12.5 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__cont > * + * {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__cont > * + * {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__bar + .waterCard__row,
  .waterCard__bar + .waterCard__txt {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__bar + .waterCard__row,
  .waterCard__bar + .waterCard__txt {
    margin-top: calc(22 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__txt + .waterCard__photo {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__txt + .waterCard__photo {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__row .waterCard__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__row > .waterCard__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__row > .waterCard__photo {
    margin: calc(24 / 390 * 100vw) auto 0;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__row--notes {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__row--notes {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .waterCard__row--notes > .waterCard__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__row .waterCard__txt + .waterCard__photo {
    margin-top: 0;
  }
}

.waterCard__notes {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1.6;
}

.waterCard__notes:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.waterCard__notes:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.waterCard__notes:before, .waterCard__notes:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterCard__notes {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__notes {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: calc(12 / 390 * 100vw);
  }
}

.waterCard__photo {
  margin-inline: auto;
}

.waterCard__photo img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterCard__photo--01 {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__photo--01 {
    width: calc(160 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__photo--02 {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__photo--02 {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__photo--03 {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__photo--03 {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__photo--04 {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__photo--04 {
    width: calc(200 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__photo--05 {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__photo--05 {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .waterCard__photo--06 {
    width: 316px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__photo--06 {
    width: calc(316 / 390 * 100vw);
  }
}

.waterCard__cap {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .waterCard__cap {
    font-size: 10px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .waterCard__cap {
    font-size: calc(10 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
  }
}

.waterFeature__bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/02/img-water_ttl-bg.png") center/143% 186% no-repeat #898989;
  background-blend-mode: multiply;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__bar {
    min-height: 46px;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__bar {
    min-height: calc(46 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(10 / 390 * 100vw);
  }
}

.waterFeature__barEn {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 2;
}

.waterFeature__barEn:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterFeature__barEn:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterFeature__barEn:before, .waterFeature__barEn:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__barEn {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__barEn {
    font-size: calc(18 / 390 * 100vw);
  }
}

.waterFeature__barJa {
  display: block;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 2;
}

.waterFeature__barJa:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterFeature__barJa:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterFeature__barJa:before, .waterFeature__barJa:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.waterFeature__barJa:only-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__barJa {
    font-size: 14px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__barJa {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__topic {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__topic {
    margin-top: calc(34 / 390 * 100vw);
  }
}

.waterFeature__topic + .waterFeature__topic {
  border-top: 1px solid #505050;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__topic + .waterFeature__topic {
    margin-top: 37px;
    padding-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__topic + .waterFeature__topic {
    margin-top: calc(37 / 390 * 100vw);
    padding-top: calc(34 / 390 * 100vw);
  }
}

.waterFeature__ttl {
  color: #111111;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
}

.waterFeature__ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.waterFeature__ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.waterFeature__ttl:before, .waterFeature__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__ttl {
    font-size: calc(32 / 390 * 100vw);
  }
}

.waterFeature__slash {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__slash {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__slash {
    font-size: calc(24 / 390 * 100vw);
  }
}

.waterFeature__ttlSub {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttlSub {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__ttlSub {
    font-size: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttlSub--sp {
    display: inline;
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__topic--row {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__topic--row {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.waterFeature__ttlEn {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttlEn {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__ttlEn {
    font-size: calc(16 / 390 * 100vw);
  }
}

.waterFeature__ttlRow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttlRow {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__ttlRow {
    gap: calc(20 / 390 * 100vw);
  }
}

.waterFeature__ttlRow .waterFeature__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.waterFeature__ttlRow > .waterFeature__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttlRow > .waterFeature__photo {
    margin-right: 34.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__ttl + .waterFeature__txtArea {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__ttl + .waterFeature__txtArea {
    margin-top: calc(13 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__topic > * + * {
    margin-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__topic > * + * {
    margin-top: calc(19 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__row .waterFeature__txt,
  .waterFeature__row .waterFeature__txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__row > .waterFeature__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__row > .waterFeature__photo {
    margin: calc(24 / 390 * 100vw) auto 0;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__row--keep {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__row--keep .waterFeature__txt,
  .waterFeature__row--keep .waterFeature__txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__row--keep > .waterFeature__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__row + .waterFeature__photo {
    margin-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__row + .waterFeature__photo {
    margin-top: calc(21 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__txtArea + .waterFeature__photo {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__txtArea + .waterFeature__photo {
    margin-top: calc(22 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__txtArea + .waterFeature__photo--05 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__txtArea + .waterFeature__photo--05 {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.waterFeature__txt {
  letter-spacing: .08em;
  line-height: 2;
}

.waterFeature__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterFeature__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterFeature__txt:before, .waterFeature__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__txtArea .waterFeature__txt + .waterFeature__notes {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__txtArea .waterFeature__txt + .waterFeature__notes {
    margin-top: calc(13 / 390 * 100vw);
  }
}

.waterFeature__notes {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1.6;
}

.waterFeature__notes:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.waterFeature__notes:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.waterFeature__notes:before, .waterFeature__notes:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__notes {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__notes {
    font-size: calc(12 / 390 * 100vw);
  }
}

.waterFeature__photo {
  margin-inline: auto;
  position: relative;
}

.waterFeature__photo img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__photo--01, .waterFeature__photo--06, .waterFeature__photo--07, .waterFeature__photo--08, .waterFeature__photo--09 {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__photo--01, .waterFeature__photo--06, .waterFeature__photo--07, .waterFeature__photo--08, .waterFeature__photo--09 {
    width: calc(260 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__photo--02 {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__photo--02 {
    width: calc(160 / 390 * 100vw);
  }
}

.waterFeature__photo--03 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__photo--04 {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__photo--04 {
    width: calc(90 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__photo--05 {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__photo--05 {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature__photo--10 {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__photo--10 {
    width: calc(120 / 390 * 100vw);
  }
}

.waterFeature__photoNote {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  position: absolute;
  right: 0;
  line-height: 1.6;
}

.waterFeature__photoNote:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.waterFeature__photoNote:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.waterFeature__photoNote:before, .waterFeature__photoNote:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__photoNote {
    font-size: 12px;
    top: 387px;
    width: 118px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__photoNote {
    font-size: calc(12 / 390 * 100vw);
    top: calc(243 / 390 * 100vw);
    width: calc(99 / 390 * 100vw);
  }
}

.waterFeature__cap {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .waterFeature__cap {
    font-size: 10px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature__cap {
    font-size: calc(10 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterFeature + .waterFeature {
    margin-top: 77px;
  }
}

@media screen and (max-width: 768px) {
  .waterFeature + .waterFeature {
    margin-top: calc(37 / 390 * 100vw);
  }
}

.waterIntro {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .waterIntro {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro {
    margin-top: calc(56 / 390 * 100vw);
  }
}

.waterIntro__head {
  position: relative;
}

.waterIntro__ttl {
  color: #003a0e;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}

.waterIntro__ttl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.waterIntro__ttl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.waterIntro__ttl:before, .waterIntro__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterIntro__ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro__ttl {
    font-size: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterIntro__logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro__logo {
    margin: calc(22 / 390 * 100vw) auto 0;
    width: calc(230 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterIntro__cont {
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro__cont {
    margin: calc(38 / 390 * 100vw) calc(-12 / 390 * 100vw) 0;
  }
}

.waterIntro__lead {
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.8;
}

.waterIntro__lead:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.waterIntro__lead:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.waterIntro__lead:before, .waterIntro__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterIntro__lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro__lead {
    font-size: calc(20 / 390 * 100vw);
  }
}

.waterIntro__txt {
  letter-spacing: .08em;
  line-height: 2;
}

.waterIntro__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterIntro__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterIntro__txt:before, .waterIntro__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterIntro__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterIntro__lead + .waterIntro__txt {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro__lead + .waterIntro__txt {
    margin-top: calc(13 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterCardList + .waterIntro {
    margin-top: 157px;
  }
}

@media screen and (max-width: 768px) {
  .waterCardList + .waterIntro {
    margin-top: calc(77 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterIntro--02 .waterIntro__logo {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro--02 .waterIntro__logo {
    width: calc(160 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay + .waterPoint {
    margin-top: 79px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay + .waterPoint {
    margin-top: calc(46 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint {
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint > .waterCardList {
    margin-top: 37px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint > .waterCardList {
    margin-top: calc(37 / 390 * 100vw);
  }
}

.waterPoint__unit + .waterPoint__unit {
  border-top: 1px solid #505050;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__unit + .waterPoint__unit {
    margin-top: 37px;
    padding-top: 37px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__unit + .waterPoint__unit {
    margin-top: calc(37 / 390 * 100vw);
    padding-top: calc(37 / 390 * 100vw);
  }
}

.waterPoint__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__ttl {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__ttl {
    gap: calc(20 / 390 * 100vw);
  }
}

.waterPoint__ttlBody {
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__ttlBody {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__ttlBody {
    font-size: calc(32 / 390 * 100vw);
  }
}

.waterPoint__ttlSub {
  display: block;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__ttlSub {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__ttlSub {
    font-size: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__row {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint__row .waterPoint__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint__row > .waterPoint__graph {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__row > .waterPoint__graph {
    margin: calc(24 / 390 * 100vw) auto 0;
  }
}

.waterPoint__txt {
  letter-spacing: .08em;
  line-height: 2;
}

.waterPoint__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterPoint__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterPoint__txt:before, .waterPoint__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.waterPoint__graph {
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__graph {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__graph {
    width: calc(320 / 390 * 100vw);
  }
}

.waterPoint__graph img {
  display: block;
  height: auto;
  width: 100%;
}

.waterPoint__graphTtl {
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__graphTtl {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__graphTtl {
    font-size: calc(15 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }
}

.waterPoint__graphNote {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__graphNote {
    font-size: 10px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__graphNote {
    font-size: calc(10 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
  }
}

.waterPoint__photo {
  margin-inline: auto;
  width: 100%;
}

.waterPoint__photo img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__photo {
    margin-top: 37px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__photo {
    margin-top: calc(37 / 390 * 100vw);
  }
}

.waterPoint__photoNote {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__photoNote {
    font-size: 10px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__photoNote {
    font-size: calc(10 / 390 * 100vw);
    margin-top: calc(8 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint__photo + .waterPoint__row,
  .waterPoint__row + .waterPoint__row {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__photo + .waterPoint__row,
  .waterPoint__row + .waterPoint__row {
    margin-top: calc(38 / 390 * 100vw);
  }
}

.waterPoint__subTtl {
  color: #111111;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2;
}

.waterPoint__subTtl:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterPoint__subTtl:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterPoint__subTtl:before, .waterPoint__subTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__subTtl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__subTtl {
    font-size: calc(22 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint__subTtl + .waterPoint__txt {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__subTtl + .waterPoint__txt {
    margin-top: calc(13 / 390 * 100vw);
  }
}

.waterPoint__fbLogo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.waterPoint__fbLogo img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterPoint__fbLogo {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__fbLogo {
    width: calc(120 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__row--keep {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .waterPoint__row--keep .waterPoint__txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterPoint__txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterIntro + .waterWay {
    margin-top: 79px;
  }
}

@media screen and (max-width: 768px) {
  .waterIntro + .waterWay {
    margin-top: calc(50 / 390 * 100vw);
  }
}

.waterWay__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .waterWay__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.waterWay__headTxt {
  letter-spacing: .1em;
  line-height: 1.6;
}

.waterWay__headTxt:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.waterWay__headTxt:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.waterWay__headTxt:before, .waterWay__headTxt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterWay__headTxt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__headTxt {
    font-size: calc(16 / 390 * 100vw);
  }
}

.waterWay__headTtl {
  color: #111111;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2;
}

.waterWay__headTtl:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterWay__headTtl:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterWay__headTtl:before, .waterWay__headTtl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterWay__headTtl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__headTtl {
    font-size: calc(22 / 390 * 100vw);
    margin-top: calc(17 / 390 * 100vw);
  }
}

.waterWay__headNote {
  border: 1px solid #000000;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .waterWay__headNote {
    font-size: 12px;
    padding: 8px 30px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__headNote {
    font-size: calc(12 / 390 * 100vw);
    margin: calc(17 / 390 * 100vw) auto 0;
    padding: calc(8 / 390 * 100vw) calc(30 / 390 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.waterWay__headLine {
  background: #505050;
  border: 0;
  height: 1px;
  margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterWay__headLine {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__headLine {
    margin-top: calc(12 / 390 * 100vw);
  }
}

.waterWay__lead {
  letter-spacing: .08em;
  text-align: center;
  line-height: 2;
}

.waterWay__lead:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterWay__lead:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterWay__lead:before, .waterWay__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterWay__lead {
    font-size: 14px;
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__lead {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(11 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 39px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__grid {
    margin-top: calc(39 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__col + .waterWay__col {
    border-left: 1px solid #505050;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__col + .waterWay__col {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__sub {
    border-left: 1px solid #505050;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 20px;
    width: calc((100% - 82px) / 3 + 21px);
  }
}

@media screen and (max-width: 768px) {
  .waterWay__sub {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__col > * + *,
  .waterWay__sub > * + * {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__col > * + *,
  .waterWay__sub > * + * {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__bar + .waterWay__photo {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__bar + .waterWay__photo {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.waterWay__txt {
  letter-spacing: .08em;
  line-height: 2;
}

.waterWay__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.waterWay__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.waterWay__txt:before, .waterWay__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterWay__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.waterWay__label {
  border-bottom: 1px solid #505050;
  border-top: 1px solid #505050;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.6;
}

.waterWay__label:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.waterWay__label:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.waterWay__label:before, .waterWay__label:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterWay__label {
    font-size: 16px;
    margin-top: 43px;
    padding: 7px 0;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__label {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(43 / 390 * 100vw);
    padding: calc(7 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__txt + .waterWay__photo {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__txt + .waterWay__photo {
    margin-top: calc(15 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__photo + .waterWay__txt {
    margin-top: 19px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__photo + .waterWay__txt {
    margin-top: calc(19 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__label + .waterWay__txt {
    margin-top: 21px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__label + .waterWay__txt {
    margin-top: calc(21 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__row .waterWay__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__row > .waterWay__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__row > .waterWay__photo {
    margin: calc(24 / 390 * 100vw) auto 0;
  }
}

.waterWay__notes {
  color: #505050;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1.6;
}

.waterWay__notes:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.waterWay__notes:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.waterWay__notes:before, .waterWay__notes:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .waterWay__notes {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__notes {
    font-size: calc(12 / 390 * 100vw);
  }
}

.waterWay__photo {
  margin-inline: auto;
}

.waterWay__photo img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterWay__photo--w260 {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__photo--w260 {
    width: calc(260 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__photo--w200 {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__photo--w200 {
    width: calc(200 / 390 * 100vw);
  }
}

.waterWay__strip {
  margin-inline: auto;
  width: 100%;
}

.waterWay__strip img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .waterWay__strip {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__strip {
    margin-top: calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .waterWay__strip + .waterWay__txt {
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__strip + .waterWay__txt {
    margin-top: calc(11 / 390 * 100vw);
  }
}

.waterWay__cap {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .waterWay__cap {
    font-size: 10px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .waterWay__cap {
    font-size: calc(10 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
  }
}

.zehSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .zehSect {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .zehSect {
    gap: 32px;
  }
}

.zehSect__visual {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.zehSect__head .headingCombi .heading {
  color: #003a0e;
  text-align: center;
  line-height: 1.8;
}

.zehSect__head .headingCombi .heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.zehSect__head .headingCombi .heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.zehSect__head .headingCombi .heading:before, .zehSect__head .headingCombi .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .zehSect__head .headingCombi .heading {
    font-size: 22px;
    letter-spacing: .08em;
  }
}

@media screen and (max-width: 768px) {
  .zehSect__head .headingCombi .heading {
    font-size: 18px;
    letter-spacing: .1em;
  }
}

.zehSect__head .headingCombi .txt {
  letter-spacing: .08em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .zehSect__head .headingCombi .txt {
    margin-top: 40px;
    max-width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .zehSect__head .headingCombi .txt {
    font-size: 14px;
    margin-top: 32px;
  }
}

.zehSect__bnr {
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .zehSect__bnr {
    max-width: 680px;
  }
}

.zehSect__diagram {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.zehSect__diagram .capOut {
  color: #999999;
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .zehSect__inner {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .zehSect__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.zehSect__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.zehSect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.zehSect__item .headingCombi .heading {
  font-weight: 600;
  line-height: 1.8;
}

.zehSect__item .headingCombi .heading:before {
  content: '';
  margin-top: calc((1 - 1.8) * .5em);
}

.zehSect__item .headingCombi .heading:after {
  margin-bottom: calc((1 - 1.8) * .5em);
}

.zehSect__item .headingCombi .heading:before, .zehSect__item .headingCombi .heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .zehSect__item .headingCombi .heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .zehSect__item .headingCombi .heading {
    font-size: 20px;
  }
}

.zehSect__item .headingCombi .txt {
  letter-spacing: .08em;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .zehSect__item .headingCombi .txt {
    font-size: 14px;
  }
}

.zehSect__item .headingCombi .txt .caption {
  padding-top: 20px;
}

.zehSect__item .photo {
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .zehSect__item .photo {
    max-width: 480px;
  }
}

.zehSect .caption {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.6;
}

.tabPanel {
  display: none;
}

.tabPanel.is-active {
  display: block;
}

.quality-photoCap {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .quality-photoCap {
    font-size: 10px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .quality-photoCap {
    font-size: calc(10 / 390 * 100vw);
    padding-bottom: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-zeh {
    margin-top: 100px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .quality-zeh {
    margin-top: calc(56 / 390 * 100vw);
    padding-bottom: calc(56 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-eco {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .quality-eco {
    padding-bottom: calc(56 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-economy {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .quality-economy {
    padding-bottom: calc(56 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-amenity {
    margin-top: 100px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .quality-amenity {
    margin-top: calc(56 / 390 * 100vw);
    padding-bottom: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-kitchen {
    margin-top: 60px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .quality-kitchen {
    margin-top: calc(56 / 390 * 100vw);
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

.quality-dressing {
  margin: 0;
}

.quality-bathroom {
  margin: 0;
}

.quality-lavatory {
  margin: 0;
}

.quality-closet,
.quality-ventilation,
.quality-cyberhome,
.quality-jcom {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .quality-security {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .quality-security {
    margin-top: calc(56 / 390 * 100vw);
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-structure {
    margin-top: 60px;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .quality-structure {
    margin-top: calc(56 / 390 * 100vw);
    padding-bottom: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-service {
    padding-bottom: 160px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .quality-service {
    padding-bottom: calc(100 / 390 * 100vw);
    padding-top: calc(56 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .quality-headingArea {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .quality-headingArea {
    padding-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .quality-photoArea {
    padding-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .quality-photoArea {
    padding-top: 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .quality-relatedArea {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .quality-relatedArea {
    padding-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .quality-items {
    padding-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .quality-items {
    padding-top: 64px;
  }
}
