@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
.request-box {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .request-box {
    margin-bottom: 3em;
  }
}

main {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 3.5vw;
  }
}
main .ac-ttl {
  width: 22%;
  height: 100%;
  background: rgba(127, 121, 105, 0.87);
  position: absolute;
  top: 0;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  main .ac-ttl {
    width: 40%;
    left: 5%;
    font-size: 7vw;
  }
}
main .photo {
  margin: 0;
  position: relative;
  font-size: 0;
}
main .photo img {
  margin: 0;
  width: 100%;
  height: auto;
}
main .photo span {
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  text-shadow: 0 0 3px #000;
}
main .photo span.bk {
  color: #000;
  text-shadow: 0 0 3px #FFF;
}
@media screen and (max-width: 767px) {
  main .photo span {
    font-size: 2vw;
  }
}
main .photo .sq04 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 1.5em;
  transform: translateX(3.5em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .photo .sq04 {
    display: none;
  }
}
main .photo .sq05 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(5em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .photo .sq05 {
    display: none;
  }
}
main .photo .sq06 {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(2em, -2em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .photo .sq06 {
    display: none;
  }
}

html {
  scroll-padding-top: 65px;
}

.contents .section {
  padding: 6em 0;
}
@media (max-width: 767px) {
  .contents .section {
    padding: 4em 0;
  }
}
.contents .section:nth-child(odd) {
  background: rgba(235, 235, 232, 0.81);
}
.contents .wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.contents .sp_on {
  display: none;
}
@media (max-width: 767px) {
  .contents .sp_on {
    display: block;
  }
}
@media (max-width: 767px) {
  .contents .sp_off {
    display: none;
  }
}
.contents .sec_nav {
  padding: 3em 0 4em;
}
.contents .sec_nav nav {
  border-bottom: 1px solid #000;
  margin-bottom: 5em;
  position: relative;
}
.contents .sec_nav .nav_grid {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em 5%;
}
.contents .sec_nav .nav_grid li {
  opacity: 0.42;
  text-align: center;
  width: 140px;
  font-family: "EB Garamond", serif;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
.contents .sec_nav .nav_grid li a {
  display: block;
  width: 100%;
}
.contents .sec_nav .nav_grid li span {
  font-size: 0.8em;
}
.contents .sec_nav .nav_grid li.active {
  opacity: 1;
}
.contents .sec_nav .nav_grid li.active .nav_deco {
  display: block;
}
.contents .sec_nav .nav_grid li .nav_deco {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5em;
  background: #a69c5d;
  transform: translateY(100%);
  border-top: 1px solid #000;
  transition: 0.5s;
}
.contents .sec_nav .nav_grid li:hover {
  opacity: 1;
}
.contents .sec_nav .nav_grid li:hover .nav_deco {
  display: block;
  transition: 0.5s;
}
.contents .sec_nav .nav_grid li.none {
  opacity: 0.41 !important;
  cursor: auto;
}
.contents .sec_nav .title_img {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: min(10.5vw, 130px);
}
@media screen and (max-width: 767px) {
  .contents .sec_nav .title_img {
    height: min(14vw, 90px);
  }
}
.contents .sec_nav .title_img img {
  width: auto;
  height: 100%;
}
.contents .sec_nav .title_catch {
  text-align: center;
  margin-top: 1em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .contents .sec_nav .title_catch {
    font-size: 1.2em;
  }
}
.contents .sec_nav_btm {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .contents .sec_nav_btm {
    margin: 0;
    padding: 3em 0 0;
  }
}

.section .flex_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section .flex_cont {
    display: block;
  }
}
.section .flex_cont .flex_cont_left,
.section .flex_cont .flex_cont_right {
  width: 48.412%;
}
@media screen and (max-width: 767px) {
  .section .flex_cont .flex_cont_left,
  .section .flex_cont .flex_cont_right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section .margin_b {
    font-size: 3.5vw;
    margin-bottom: 1.5em;
  }
}

#equipment .section {
  overflow: hidden;
}
#equipment .wrap {
  position: relative;
}
#equipment .sec_title {
  height: min(4vw, 52px);
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media screen and (min-width: 1279px) {
  #equipment .sec_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #equipment .sec_title {
    height: min(7vw, 52px);
  }
}
#equipment .sec_title img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  #equipment .sec_01 .img02_sp02 {
    width: 46.748%;
  }
}
#equipment .sec_03 .flex_cont {
  flex-direction: row-reverse;
}

@media screen and (min-width: 1279px) {
  .sec_01 .sec_title {
    position: absolute;
    bottom: 24%;
    right: 0%;
    transform: translateX(36%);
  }
  .sec_02 .sec_title {
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translate(-72%, -50%) rotate(-90deg);
  }
  .sec_03 .sec_title {
    position: absolute;
    bottom: 15%;
    right: 0%;
    transform: translateX(33%);
  }
  .sec_04 .sec_title {
    position: absolute;
    bottom: 15%;
    left: 0%;
    transform: translateX(-60%);
  }
}
#comfort .sec_01 .wrap .flex_cont {
  flex-wrap: wrap;
}
#comfort .sec_01 .wrap .flex_cont .flex_cont_middle {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #comfort .sec_01 .wrap .flex_cont .flex_cont_middle .pc_on {
    display: none;
  }
}
#comfort .sec_01 .wrap .flex_cont .flex_cont_middle .sp_on {
  display: none;
}
@media screen and (max-width: 767px) {
  #comfort .sec_01 .wrap .flex_cont .flex_cont_middle .sp_on {
    display: inline;
  }
}
#comfort .sec_02 .sec_title_text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #comfort .sec_02 .sec_title_text {
    font-size: 1.2em;
  }
}
#comfort .sec_02 .note {
  font-size: 10px;
  text-align: justify;
  margin-top: 1em;
}

#security .sec_01 .flex_cont_left {
  position: relative;
}
#security .sec_01 .flex_cont_left .img_02 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 126.31%;
}
@media screen and (max-width: 1263px) {
  #security .sec_01 .flex_cont_left .img_02 {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  #security .sec_01 .flex_cont_left .img_02 {
    width: 105%;
  }
}

#eco .sec_00 {
  background: #9ed4c6;
}
#eco .sec_00 .w100 {
  width: 100%;
  background: rgba(158, 212, 198, 0.42);
  margin-top: 10px;
}
#eco .sec_00 .wrap {
  padding: 6em 0 0;
}
@media screen and (max-width: 767px) {
  #eco .sec_00 .wrap {
    padding: 2em 0 1em;
  }
}
#eco .sec_00 .wrap .p_title {
  text-align: center;
  margin-bottom: 2em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #eco .sec_00 .wrap .p_title {
    font-size: 3vw;
    font-weight: bold;
  }
}
#eco .sec_00 .wrap .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  #eco .sec_00 .wrap .flex {
    margin-bottom: 2em;
  }
}
#eco .sec_00 .wrap .flex .flex_item {
  width: 48.412%;
  display: none;
}
@media screen and (max-width: 767px) {
  #eco .sec_00 .wrap .flex .flex_item {
    width: 100%;
    margin-bottom: 1.5em;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #eco .sec_00 .wrap .flex .flex_item_pc {
    display: none;
  }
}
#eco .sec_00 .wrap .cap_text {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #eco .sec_00 .wrap .cap_text {
    font-size: 2vw;
  }
}
#eco .sec_01 {
  background: #fff;
}
#eco .sec_01 .wrap .flex_cont {
  flex-wrap: wrap;
  row-gap: 35px;
}
#eco .sec_01 .wrap .flex_cont .flex_cont_middle {
  width: 100%;
}
#eco .sec_02_hero {
  position: relative;
}
#eco .sec_02_hero .hero_img img {
  vertical-align: bottom;
}
#eco .sec_02_hero .heto_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  #eco .sec_02_hero .heto_text {
    font-size: 7vw;
  }
}
#eco .sec_02_hero .cap {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 10px;
}
#eco .sec_02 .p_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #eco .sec_02 .p_title {
    font-size: 3vw;
  }
}
#eco .sec_02 .p_lead {
  text-align: center;
  font-size: 50px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #eco .sec_02 .p_lead {
    font-size: 5vw;
  }
}