@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.efficiencyFeature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.efficiencyFeature__image {
  position: relative;
  width: 166px;
  height: 111px;
}

.efficiencyFeature__image .photo {
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.efficiencyFeature__image .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.efficiencyFeature__caption {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 8px;
  color: #FFFFFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: 8px;
  line-height: 1.5em;
  padding: 8px;
  border-radius: 0;
  opacity: 0.9;
}

.efficiencyFeature__txt {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5em;
  color: #555555;
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  .efficiencyFeature__image {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .efficiencyFeature {
    gap: 16px;
    width: 155px;
  }
  .efficiencyFeature__image {
    width: 155px;
    height: 103px;
  }
  .efficiencyFeature__image .photo {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .efficiencyFeature__image .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .efficiencyFeature__txt {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  .efficiencyFeature__caption {
    font-size: 10px;
    padding: 8px;
    bottom: 0;
    right: 0;
  }
}

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

@media print, screen and (min-width: 769px) {
  .facilityCard {
    width: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .facilityCard {
    margin: 0 auto;
    width: 26rem;
  }
  .facilityCard:nth-of-type(odd) {
    margin: 0 auto 0 0;
  }
  .facilityCard:nth-of-type(even) {
    margin: 0 0 0 auto;
  }
}

.facilityCard__imageArea {
  -webkit-box-shadow: 0 12px 24px 0 rgba(162, 148, 134, 0.3);
          box-shadow: 0 12px 24px 0 rgba(162, 148, 134, 0.3);
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .facilityCard__imageArea {
    height: 282px;
  }
}

@media only screen and (max-width: 768px) {
  .facilityCard__imageArea {
    height: 70px;
    overflow: hidden;
  }
}

.facilityCard__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.facilityCard__image .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.facilityCard__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .facilityCard__overlay {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 240px, rgba(0, 0, 0, 0.3) 260px);
  }
}

.facilityCard__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .facilityCard__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    left: 32px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}

.facilityCard__title {
  color: #555555;
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .facilityCard__title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
}

.facilityCard__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.4);
  bottom: -8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 56px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .facilityCard__btn {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 0;
    bottom: auto;
    height: 70px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .facilityCard__btn:hover {
    background: #f5f5f5;
  }
}

@media (hover: hover) and (pointer: fine) {
  .facilityCard__btn:hover {
    background: #f5f5f5;
  }
}

@media only screen and (max-width: 768px) and (min-width: 769px) {
  .facilityCard__btn:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

@media only screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .facilityCard__btn:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}

.facilityCard__arrow {
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .facilityCard__arrow {
    width: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .facilityCard__arrow {
    width: 8px;
  }
}

.facilityCard__arrow path {
  stroke: #a48b78;
  stroke-width: 1;
}

@media only screen and (max-width: 768px) {
  .facilityCard__arrow path {
    stroke: #fcfbfa;
  }
}

.facilityGallery {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .facilityGallery {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.facilityGallery__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .facilityGallery__inner {
    gap: 48px;
  }
}

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

.facilityModal {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 9999;
}

.facilityModal.is-visible {
  opacity: 1;
  visibility: visible;
}

.facilityModal__overlay {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.facilityModal__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1001;
}

.facilityModal__content {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .facilityModal__content {
    gap: 24px;
    max-height: 80vh;
    position: relative;
    width: 1094px;
  }
}

@media only screen and (max-width: 768px) {
  .facilityModal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 80vh;
  }
}

.facilityModal__background {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.facilityModal__colorOverlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(164, 145, 129, 0.04)), to(rgba(102, 70, 57, 0.2)));
  background: linear-gradient(90deg, rgba(164, 145, 129, 0.04) 0%, rgba(102, 70, 57, 0.2) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.facilityModal--kitchen .facilityModal__background {
  background-image: url("../imgs/bg-facility-modal-kitchen.jpg");
}

.facilityModal--kitchen .facilityModal__content {
  background-color: transparent;
}

.facilityModal--kitchen .facilityModal__title,
.facilityModal--kitchen .facilityModal__description {
  color: #ffffff;
}

.facilityModal--kitchen .facilityModal__description {
  color: #fcfbfa;
}

.facilityModal--kitchen .facilityModal__close {
  color: #ffffff;
}

.facilityModal--kitchen .facilityModal__close:hover {
  color: #cccccc;
}

.facilityModal--bathroom .facilityModal__background {
  background-image: url("../imgs/bg-facility-modal-bathroom.jpg");
}

.facilityModal--bathroom .facilityModal__content {
  background-color: transparent;
}

.facilityModal--bathroom .facilityModal__title,
.facilityModal--bathroom .facilityModal__description {
  color: #ffffff;
}

.facilityModal--bathroom .facilityModal__description {
  color: #fcfbfa;
}

.facilityModal--bathroom .facilityModal__close {
  color: #ffffff;
}

.facilityModal--bathroom .facilityModal__close:hover {
  color: #cccccc;
}

.facilityModal--washroom .facilityModal__background {
  background-image: url("../imgs/bg-facility-modal-washroom.jpg");
}

.facilityModal--washroom .facilityModal__content {
  background-color: transparent;
}

.facilityModal--washroom .facilityModal__title,
.facilityModal--washroom .facilityModal__description {
  color: #ffffff;
}

.facilityModal--washroom .facilityModal__description {
  color: #fcfbfa;
}

.facilityModal--washroom .facilityModal__close {
  color: #ffffff;
}

.facilityModal--washroom .facilityModal__close:hover {
  color: #cccccc;
}

.facilityModal--toilet .facilityModal__background {
  background-image: url("../imgs/bg-facility-modal-toilet.jpg");
}

.facilityModal--toilet .facilityModal__content {
  background-color: transparent;
}

.facilityModal--toilet .facilityModal__title,
.facilityModal--toilet .facilityModal__description {
  color: #ffffff;
}

.facilityModal--toilet .facilityModal__description {
  color: #fcfbfa;
}

.facilityModal--toilet .facilityModal__close {
  color: #ffffff;
}

.facilityModal--toilet .facilityModal__close:hover {
  color: #cccccc;
}

.facilityModal--others .facilityModal__background {
  background-image: url("../imgs/bg-facility-modal-others.jpg");
}

.facilityModal--others .facilityModal__content {
  background-color: transparent;
}

.facilityModal--others .facilityModal__title,
.facilityModal--others .facilityModal__description {
  color: #ffffff;
}

.facilityModal--others .facilityModal__description {
  color: #fcfbfa;
}

.facilityModal--others .facilityModal__close {
  color: #ffffff;
}

.facilityModal--others .facilityModal__close:hover {
  color: #cccccc;
}

.facilityModal__close {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "Cormorant Infant", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.4;
  padding: 0;
  position: absolute;
  width: auto;
}

@media print, screen and (min-width: 769px) {
  .facilityModal__close:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .facilityModal__close:hover {
    opacity: 0.8;
  }
}

@media print, screen and (min-width: 769px) {
  .facilityModal__close {
    right: -40px;
    top: -16px;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}

@media only screen and (max-width: 768px) {
  .facilityModal__close {
    font-size: 12px;
    right: 20px;
    top: 20px;
  }
}

.facilityModal__closeText {
  display: block;
  position: relative;
}

.facilityModal__closeText::after {
  background-color: #ffffff;
  bottom: -6px;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}

.facilityModal__categoryTitle {
  gap: 56px;
  height: 100%;
  left: 165px;
  position: absolute;
  top: 115px;
  width: 100px;
  z-index: 10;
}

.facilityModal__categoryTitleText {
  color: #ffffff;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif", "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

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

@media only screen and (max-width: 768px) {
  .facilityModal__categoryTitleText {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.facilityModal__categorySubtitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .facilityModal__categorySubtitle {
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .facilityModal__categorySubtitle {
    left: 18px;
    max-height: 80vh;
    top: 88px;
  }
}

.facilityModal__categorySubtitle:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 100%;
  opacity: .3;
  width: 1px;
}

.facilityModal__categorySubtitle span {
  color: #ffffff;
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0;
  opacity: .3;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.facilityModal__equipmentList {
  max-height: 820px;
  overflow-y: auto;
  scrollbar-width: none;
  width: 844px;
  z-index: 10;
}

.facilityModal__equipmentList::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 768px) {
  .facilityModal__equipmentList {
    width: 276px;
  }
}

.facilityModal__equipmentSet {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.facilityModal__equipmentSet:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .facilityModal__equipmentSet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 56px;
  }
}

.facilityModal .photo--facilityModal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
  .facilityModal .photo--facilityModal {
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .facilityModal .photo--facilityModal {
    width: 220px;
  }
}

.facilityModal .photo--facilityModal .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
}

.facilityModal .photo--facilityModal .photo__imageFrame {
  height: 131px;
  overflow: hidden;
  width: 300px;
}

.facilityModal .photo--facilityModal .photo__caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(85, 85, 85, 0.8);
  bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  font-weight: 400;
  height: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  opacity: 0.9;
  padding: 0 8px;
  position: absolute;
  right: 0;
  width: auto;
}

@media print, screen and (min-width: 769px) {
  .facilityModal__textContent {
    width: 520px;
  }
}

.facilityModal__title {
  color: #ffffff;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif", "Noto Serif", serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.75;
}

.facilityModal__title:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.75) * .5em);
  width: 0;
}

.facilityModal__title:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.75) * .5em);
  width: 0;
}

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

@media only screen and (max-width: 768px) {
  .facilityModal__title {
    font-size: 15px;
  }
}

.facilityModal__description {
  color: #fcfbfa;
  font-family: "Noto SansJapanese", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.75;
}

.facilityModal__description:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.75) * .5em);
  width: 0;
}

.facilityModal__description:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.75) * .5em);
  width: 0;
}

@media print, screen and (min-width: 769px) {
  .facilityModal__description {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .facilityModal__description {
    font-size: 11px;
  }
}

.facilityModal__note {
  color: #cccccc;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin: 24px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .facilityModal--washroom .facilityModal__categorySubtitle, .facilityModal--toilet .facilityModal__categorySubtitle {
    left: unset;
    right: 18px;
  }
  .facilityModal--washroom .facilityModal__categoryTitleText, .facilityModal--toilet .facilityModal__categoryTitleText {
    text-align: right;
  }
  .facilityModal--washroom .facilityModal__equipmentSet, .facilityModal--toilet .facilityModal__equipmentSet {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}

.facilitySect__heading {
  color: #a48b78;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .02em;
  line-height: 150%;
  margin-bottom: 56px;
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .facilitySect__heading {
    font-size: 16px;
  }
}

.facilitySect__gallery {
  background: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 12px 24px 0 rgba(162, 148, 134, 0.3);
          box-shadow: 0 12px 24px 0 rgba(162, 148, 134, 0.3);
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .facilitySect__gallery {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .facilitySect__gallery {
    padding: 56px 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .facilitySect__gallery .facilityCard:nth-of-type(odd) {
    margin-top: 48px;
  }
}

.highEfficiencySect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFF6F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 144px 120px;
}

.highEfficiencySect__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  max-width: 1196px;
  width: 100%;
}

.highEfficiencySect__mainVisual {
  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;
  max-width: 100%;
  width: 886px;
}

.highEfficiencySect__mainImage {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .highEfficiencySect__mainImage {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media only screen and (max-width: 768px) {
  .highEfficiencySect__mainImage .touchFigure {
    height: 200px;
  }
}

.highEfficiencySect__mainImage .touchFigure__spIcon {
  height: 50px;
  width: 50px;
  left: 30px;
  top: 10px;
}

.highEfficiencySect__mainImage .touchFigure__spIcon .swipeSVG {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .highEfficiencySect__mainImage .touchFigure .photo {
    padding: 0 20px;
  }
}

.highEfficiencySect__mainPhotos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
}

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

.highEfficiencySect__photo .photo {
  border-radius: 0;
  -webkit-box-shadow: 0 12px 24px 0 #0000001a;
          box-shadow: 0 12px 24px 0 #0000001a;
}

.highEfficiencySect__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  padding-top: 56px;
  position: relative;
  width: 100%;
}

.highEfficiencySect__content:before {
  background: #333333;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
}

.highEfficiencySect__content .caption {
  left: 0;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .highEfficiencySect__content .caption {
    bottom: -60px;
  }
}

@media only screen and (max-width: 768px) {
  .highEfficiencySect__content .caption {
    bottom: calc(-40 / 390 * 100vw);
  }
}

.highEfficiencySect__heading {
  text-align: center;
  line-height: 1.5;
}

.highEfficiencySect__heading:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  width: 0;
}

.highEfficiencySect__heading:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  width: 0;
}

.highEfficiencySect__title {
  color: #333333;
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  margin: 0;
}

.highEfficiencySect__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.highEfficiencySect__facility {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.highEfficiencySect__facilityImage {
  position: relative;
  width: 166px;
  height: 111px;
}

.highEfficiencySect__facilityImage .photo {
  border-radius: 0;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.highEfficiencySect__facilityImage .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highEfficiencySect__caption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5em;
  padding: 8px;
  border-radius: 0;
  opacity: 0.9;
}

.highEfficiencySect__facilityTxt {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
  text-align: center;
  margin: 0;
}

@media (max-width: 1024px) {
  .highEfficiencySect {
    padding: 100px 60px;
  }
  .highEfficiencySect__container {
    gap: 40px;
  }
  .highEfficiencySect__mainVisual {
    width: 100%;
  }
  .highEfficiencySect__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .highEfficiencySect__facilityImage {
    width: 150px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .highEfficiencySect {
    padding: 80px 20px;
  }
  .highEfficiencySect__container {
    gap: 40px;
    max-width: 500px;
  }
  .highEfficiencySect__mainVisual {
    width: 100%;
    gap: 32px;
  }
  .highEfficiencySect__mainPhotos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    height: 103px;
  }
  .highEfficiencySect__photo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 155px;
    height: 103px;
  }
  .highEfficiencySect__photo .photo {
    width: 100%;
    height: 100%;
  }
  .highEfficiencySect__photo .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .highEfficiencySect__content {
    gap: 32px;
  }
  .highEfficiencySect__title {
    font-size: 16px;
    line-height: 1.5em;
  }
  .highEfficiencySect__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 16px;
    width: 100%;
    max-width: 326px;
  }
  .highEfficiencySect__facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 155px;
  }
  .highEfficiencySect__facilityImage {
    position: relative;
    width: 155px;
    height: 103px;
  }
  .highEfficiencySect__facilityImage .photo {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .highEfficiencySect__facilityImage .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .highEfficiencySect__facilityTxt {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
  }
  .highEfficiencySect__caption {
    font-size: 10px;
    padding: 8px;
    bottom: 0;
    right: 0;
  }
}

.hybridWaterHeater {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater {
    max-width: 886px;
  }
}

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

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

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater__head {
    margin-bottom: 39px;
  }
}

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

.hybridWaterHeater__subHeading {
  color: #333333;
  font-family: "Cormorant Infant", serif;
  line-height: 1.75;
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater__subHeading {
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
  }
}

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

.hybridWaterHeater__heading {
  color: #333333;
  font-family: "Cormorant Infant", serif;
  line-height: 1.75;
  margin: 0;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater__heading {
    font-size: 18px;
    padding-left: 32px;
  }
}

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

.hybridWaterHeater__heading:before {
  background-color: #333333;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  width: 1px;
}

@media only screen and (max-width: 768px) {
  .hybridWaterHeater__cont {
    margin: 0 calc(50% - 50vw) calc(20 / 390 * 100vw);
    width: 100vw;
  }
}

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

.hybridWaterHeater__cont .touchFigure__spIcon {
  left: calc(60 / 390 * 100vw);
  top: calc(60 / 390 * 100vw);
}

@media only screen and (max-width: 768px) {
  .hybridWaterHeater__cont .touchFigure__spIcon .swipeSVG {
    height: calc(40 / 390 * 100vw);
  }
}

@media only screen and (max-width: 768px) {
  .hybridWaterHeater__cont .touchFigure--swipe {
    height: calc(449 / 390 * 100vw);
  }
}

.hybridWaterHeater__title {
  color: #333333;
  font-family: "Cormorant Infant", serif;
  line-height: 1.5;
  position: relative;
}

.hybridWaterHeater__title:after {
  background-color: #333333;
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater__title {
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .hybridWaterHeater__title {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(12 / 390 * 100vw);
    padding-bottom: calc(12 / 390 * 100vw);
  }
}

.hybridWaterHeater .txt {
  color: #fcfbfa;
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif", "Noto Serif", serif;
  letter-spacing: 0;
  line-height: 2;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater .txt {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

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

.hybridWaterHeater .caption {
  color: rgba(255, 255, 255, 0.6);
  font-family: "YakuHanMP", "Zen Old Mincho", "Noto Serif", "Noto Serif", serif;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .hybridWaterHeater .caption {
    font-size: 10px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .subSustainabilitySect__heading + .hybridWaterHeater {
    margin-top: 24px;
  }
}

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

.sustainabilitySect {
  margin: 0;
  padding: 0;
  position: relative;
  color: #ffffff;
}

.sustainabilitySect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#67a18f), color-stop(81%, #315160));
  background: linear-gradient(180deg, #67a18f 0%, #315160 81%);
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect {
    padding: 0;
    height: 1056px;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect {
    padding: 88px 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__bg {
    height: 1056px;
  }
}

.sustainabilitySect__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__content {
    height: 100%;
    -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;
    gap: 32px;
  }
}

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

.sustainabilitySect__txt {
  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: 769px) {
  .sustainabilitySect__txt {
    width: 518px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: 326px;
  }
}

.sustainabilitySect__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__head {
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 319px;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__head {
    gap: 24px;
    width: 284px;
  }
}

.sustainabilitySect__heading {
  color: #ffffff;
  font-family: 'Cormorant Infant', serif;
  font-weight: 400;
  letter-spacing: 7.2px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

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

@media only screen and (max-width: 768px) {
  .sustainabilitySect__heading {
    font-size: 16px;
    letter-spacing: 6.4px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__subHeadingFrame {
    width: 886px;
    background: linear-gradient(135deg, #F5E4C1 0%, #B69972 50%, #C9A570 100%);
    position: relative;
    padding: 16px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__subHeadingFrame {
    width: 100%;
    background: linear-gradient(135deg, #F5E4C1 0%, #B69972 50%, #C9A570 100%);
    padding: 16px 0;
  }
}

.sustainabilitySect__subHeading {
  color: #ffffff;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  text-align: center;
  white-space: pre-line;
  position: relative;
  z-index: 1;
}

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

@media only screen and (max-width: 768px) {
  .sustainabilitySect__subHeading {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sustainabilitySect__txt {
  color: #ffffff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__txt {
    font-size: 14px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__txt {
    font-size: 14px;
    width: 100%;
  }
}

.sustainabilitySect__visual {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__visual {
    width: 886px;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__visual {
    width: 325.65px;
  }
}

.sustainabilitySect__visual .photo__capFrame {
  background: #555555;
  position: absolute;
  padding: 8px;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__visual .photo__capFrame {
    bottom: unset;
    top: 100%;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__visual .photo__capFrame {
    bottom: 8px;
    right: 8px;
  }
}

.sustainabilitySect__visual .photo__capFrame .caption {
  color: #ffffff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.9;
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .sustainabilitySect__visual .photo__capFrame .caption {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .sustainabilitySect__visual .photo__capFrame .caption {
    font-size: 10px;
  }
}

.equipment-01 {
  background: #ebe7de;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .equipment-01 {
    padding: 144px 0;
  }
}

@media only screen and (max-width: 768px) {
  .equipment-01 {
    padding: 88px 32px 90px;
  }
}
