#kitchen,
#bathroom,
#security,
#comfort,
#structure,
#powderroom {
  padding: 90px 0;
}
@media screen and (max-width: 820px) {
  #kitchen,
  #bathroom,
  #security,
  #comfort,
  #structure,
  #powderroom {
    padding: 50px 0 35px;
  }
}
#kitchen,
#bathroom,
#security,
#comfort,
#structure,
#powderroom {
  position: relative;
}
#kitchen::after,
#bathroom::after,
#security::after,
#comfort::after,
#structure::after,
#powderroom::after {
  position: absolute;
  content: "";
  background-image: url(../images/equipment/bg@2x.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  width: 30vw;
  height: 19vw;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  #kitchen::after,
  #bathroom::after,
  #security::after,
  #comfort::after,
  #structure::after,
  #powderroom::after {
    width: 40vw;
    height: 26vw;
  }
}
@media screen and (max-width: 820px) {
  #kitchen::after,
  #bathroom::after,
  #security::after,
  #comfort::after,
  #structure::after,
  #powderroom::after {
    width: 100vw;
    height: 65vw;
  }
}

.wrapper1240 {
  max-width: 1240px;
}

.mb40 {
  margin-bottom: 40px;
}

.main-ttl {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .main-ttl {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .main-ttl {
    font-size: 20px;
  }
}

.sub-ttl {
  border-bottom: 1px solid #333;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .sub-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .sub-ttl {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 520px) {
  .sub-ttl02 {
    margin-top: 55px;
  }
}

.gText {
  color: #ae803e;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 45px;
}
@media screen and (max-width: 820px) {
  .gText {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  .gText {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.item03Flex {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .item03Flex {
    flex-direction: column;
    margin-bottom: 45px;
  }
}

.item03 {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .item03 {
    width: 100%;
  }
}

.item03Text {
  max-width: 750px;
  width: 38%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .item03Text {
    width: 100%;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 520px) {
  .item03Text {
    margin: 0 auto 25px;
  }
}

.sub_ttl {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  .sub_ttl {
    font-size: 18px;
    margin-top: -15px;
  }
}

.btn_area {
  display: flex;
  justify-content: space-between;
  margin: 0 0 75px;
}
@media screen and (max-width: 1300px) {
  .btn_area {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .btn_area {
    margin-bottom: 20px;
  }
}
.btn_area .btn {
  width: calc(16.6666666667% - 10px);
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 12px 3px;
}
@media screen and (max-width: 1300px) {
  .btn_area .btn {
    width: calc(25% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 850px) {
  .btn_area .btn {
    width: calc(33% - 5px);
  }
}
@media screen and (max-width: 610px) {
  .btn_area .btn {
    font-size: 12px;
    padding: 2px 3px;
    min-height: 45px;
    margin-bottom: 10px;
  }
}
.btn_area .btn01 {
  position: relative;
  border: 1px solid #226d4f;
  background-color: #226d4f;
  color: #fff;
  pointer-events: none;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn_area .btn01 span {
  letter-spacing: -0.01em;
}
.btn_area .btn02 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #226d4f;
  color: #226d4f;
  text-decoration: none;
  transition: 0.2s;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn_area .btn02 span {
  position: relative;
  letter-spacing: -0.01em;
  z-index: 1;
}
.btn_area .btn02:hover {
  color: #fff;
  background-color: #226d4f;
}
.btn_area .dummy {
  display: none;
}
@media screen and (max-width: 1300px) {
  .btn_area .dummy {
    display: inline-block;
    visibility: hidden;
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 850px) {
  .btn_area .dummy {
    width: calc(33% - 5px);
  }
}

.section_title {
  color: #bcb786;
  font-size: 48px;
  font-weight: normal;
  padding: 35px 0 20px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .section_title {
    font-size: 28px;
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 520px) {
  .section_title02 {
    padding: 35px 0 10px;
  }
}

.flex_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 520px) {
  .flex_area {
    margin-bottom: 25px;
  }
}
.flex_area .item {
  width: calc(37% - 10px);
}
@media screen and (max-width: 820px) {
  .flex_area .item {
    width: 90%;
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 520px) {
  .flex_area .item {
    margin-bottom: 15px;
  }
}
.flex_area .item img {
  margin-bottom: 15px;
}
.flex_area .item02 {
  display: flex;
  justify-content: space-between;
  width: calc(54% - 10px);
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .flex_area .item02 {
    width: 100%;
  }
}
.flex_area .item02 div {
  margin-bottom: 45px;
  width: 48%;
}

@media screen and (max-width: 520px) {
  .flex_area02 {
    margin-bottom: 70px;
  }
}

.flex_area03 {
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .flex_area03 {
    justify-content: space-between;
  }
}
.flex_area03 .img09 {
  padding-right: 30px;
}
@media screen and (max-width: 820px) {
  .flex_area03 .img09 {
    padding-right: 0;
  }
}

.dummy_item {
  width: calc(32% - 10px);
}

.item_img {
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .item_img {
    margin-bottom: 10px;
  }
}

.item01 {
  margin: 0 auto 90px;
}
@media screen and (max-width: 820px) {
  .item01 {
    margin-bottom: 45px;
    width: 100%;
  }
}

.eco {
  width: 48%;
}
.eco:nth-child(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  .eco:nth-child(n+5) {
    margin-top: 40px;
  }
}
.eco.col-2 {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .eco.col-2 {
    width: 100%;
  }
}
.eco.col-2 .item_img {
  margin-bottom: 23px;
}
@media screen and (max-width: 820px) {
  .eco.col-2 .item_img {
    margin-bottom: 10px;
  }
}
.eco.col-3 {
  width: 23%;
}
.eco.col-3:nth-child(n+4) {
  margin-top: 0;
}
.eco.col-3:nth-child(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .eco.col-3 {
    width: 46%;
  }
  .eco.col-3:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .eco.col-3:nth-child(n+3) {
    margin-top: 40px;
  }
}
.eco.col-4 {
  width: 24%;
}
@media screen and (max-width: 820px) {
  .eco.col-4 {
    width: 48%;
  }
  .eco.col-4:nth-child(n+3) {
    margin-top: 60px;
  }
}

.item_title {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .item_title {
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.1em;
  }
}
.item_title span {
  font-size: 14px;
}

.item_text {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .item_text {
    font-size: 13px;
    letter-spacing: -0.01em;
  }
}
.item_text span {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 520px) {
  .item_text span {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 8px;
  }
}

.flexArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .flexArea .col-2 {
    width: 46%;
  }
}

.btn_area02 {
  margin: 75px 0 120px;
}
@media screen and (max-width: 1024px) {
  .btn_area02 {
    margin: 50px 0 45px;
  }
}

@media screen and (max-width: 1024px) {
  .ecoLong {
    margin-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .ecoLong {
    margin-top: 30px;
  }
}

.blueArea {
  background-color: #ddf0f5;
  padding: 45px 30px 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 520px) {
  .blueArea {
    padding: 25px 25px 45px;
    margin-bottom: 60px;
  }
}
.blueArea .item {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  .blueArea .item {
    padding-bottom: 0;
    border-bottom: unset;
  }
}
.blueArea .blueBtn {
  background-image: url(../images/equipment/security/btn01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 300px;
  height: 60px;
}
@media screen and (max-width: 520px) {
  .blueArea .blueBtn {
    width: 250px;
    height: 50px;
  }
}
.blueArea .blueBtn {
  transition: 0.2s;
}
.blueArea .blueBtn:hover {
  background-image: url(../images/equipment/security/btn02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
}

.notes-area {
  margin: 0 auto;
}
.notes-area .notes-in p {
  text-indent: -1em;
  padding-left: 1em;
}

.flow_area img {
  width: 100%;
}

.dummy {
  visibility: hidden;
}

@media screen and (max-width: 520px) {
  #kitchen .item_text {
    letter-spacing: 0;
  }
  #kitchen .main-ttl {
    letter-spacing: -0.09em;
  }
}

@media screen and (max-width: 520px) {
  #security .item_text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #security .item001 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  #security .main-ttl {
    font-size: 19px;
  }
}

#structure .item_text span {
  letter-spacing: -0.06em;
}

.item_text00 {
  letter-spacing: 0;
}

.item_text02 {
  letter-spacing: -0.01em;
}

.item_text03 {
  letter-spacing: -0.03em;
}

@media screen and (max-width: 520px) {
  .item_title02 {
    font-size: 15px;
  }
}

.col-3cf {
  margin-top: 0 !important;
}

.item_title03 {
  font-size: 17px;
}

@media screen and (max-width: 520px) {
  #comfort .item_title {
    font-size: 15px;
  }
}
#comfort .item_text span {
  text-indent: unset !important;
  padding-left: unset !important;
  display: contents !important;
}
@media screen and (max-width: 520px) {
  #comfort .item_text03 {
    letter-spacing: 0;
  }
}

.caption_area {
  padding: 40px 0 60px;
}
@media screen and (max-width: 520px) {
  .caption_area {
    padding: 25px 0 60px;
  }
}