@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: inline-block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.fv .single-fv-block-outline-txt {
  display: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.m-articleContents__box__inner ul li,
.m-articleContents__box__inner ol li {
  list-style: none;
}

.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}
.single-block-contents ul li .limit.web {
  background: #F0883E;
}

.fv > .container {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .fv > .container {
    margin-top: 48px;
  }
}

.single-block {
  margin-top: clamp(8.75rem, -15.3571rem + 26.7857vw, 27.5rem);
}
.fv {
  min-height: 456px;
  overflow: visible;
}
.fv .single-fv {
  max-height: 745px;
  min-height: auto;
}

.fv .single-fv-block {
  max-height: 745px;
  min-height: auto;
}

.fv .single-fv-block-inner {
  max-height: 745px;
}

.fv .single-fv-block-pic {
  min-height: auto;
}
.fv .single-fv-block-pic::before {
  content: "画像提供：株式会社LIXILリニューアル";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-pic::before {
    font-size: 12px;
    bottom: -16px;
    right: 4px;
  }
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__txt {
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .top-txt__txt {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
.top-txt__txt .txtBold {
  font-weight: 700;
}
.top-txt__link {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .top-txt__link {
    margin-top: 16px;
  }
}
.top-txt__link a {
  color: #ff5555;
  font-size: 13px;
  font-weight: 700;
}

.sectionTit {
  position: relative;
  color: #1968A2;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #1968A2;
  border-bottom: 2px solid #1968A2;
  padding: 44px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #1968A2;
    border-bottom: 1px solid #1968A2;
    padding: 32px 0 14px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/front-door-renovation_ico-secTit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101px;
  height: 68px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -26px;
    width: 75px;
    height: 63px;
  }
}

.orangeLinkBtn {
  position: relative;
  color: #fff;
  background: #E77623;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  display: block;
  max-width: 600px;
  padding: 28px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .orangeLinkBtn {
    font-size: 16px;
    line-height: 1.2;
    max-width: none;
    width: 88%;
    padding: 17px 0 19px;
    margin: 20px auto 0;
  }
}
@media (hover: hover) {
  .orangeLinkBtn:hover {
    color: #fff;
    opacity: 0.7;
  }
}
.orangeLinkBtn::before {
  content: "";
  background: url(../uploads/air-conditioner-replacement_ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 640px) {
  .orangeLinkBtn::before {
    right: 10px;
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 640px) {
  .orangeLinkBtn span {
    display: inline-block;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.issues {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .issues {
    margin-top: 80px;
  }
}
.issues__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .issues__txt {
    margin-top: 20px;
  }
}
.issues__img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .issues__img {
    margin-top: 20px;
  }
}
.issues__imgNote {
  font-size: 13px !important;
  font-weight: 500;
  text-align: right;
  margin-top: -16px;
}
@media screen and (max-width: 640px) {
  .issues__imgNote {
    font-size: 14px !important;
    margin: 4px 6% 0 0;
  }
}

.merit {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .merit {
    margin-top: 80px;
  }
}
.merit__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .merit__txt {
    margin-top: 20px;
  }
}
.merit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .merit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
.merit__wrapNote {
  font-size: 14px !important;
  font-weight: 500;
  text-align: right;
  margin-top: 8px;
}
.merit__orangeBox {
  background: #F9F1ED;
  border-radius: 10px;
  width: 48%;
  padding: 30px 30px 36px;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox {
    border-radius: 6px;
    width: 100%;
    padding: 20px;
  }
}
.merit__orangeBox--panel {
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox--panel {
    padding: 20px;
  }
}
.merit__orangeBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.merit__orangeBox__flexBody {
  width: 43.38%;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox__flexBody {
    width: 100%;
  }
}
.merit__orangeBox__flexImg {
  width: 52.163%;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox__flexImg {
    width: 100%;
    margin-top: 20px;
  }
}
.merit__orangeBox__tit {
  color: #fff;
  background: #E54500;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 60px;
  padding: 12px 0;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox__tit {
    font-size: 16px !important;
    padding: 10px 0;
  }
}
.merit__orangeBox__img {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .merit__orangeBox__img {
    margin-top: 20px;
  }
}
.merit__orangeBox__txt {
  margin-top: 20px;
}

.handsFree {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .handsFree {
    margin-top: 80px;
  }
}
.handsFree__txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .handsFree__txt {
    margin-top: 20px;
  }
}
.handsFree__wrap {
  background: #F9F1ED;
  border-radius: 12px;
  padding: 30px 30px 36px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .handsFree__wrap {
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
  }
}
.handsFree__product {
  background: #FFE4D9;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px 30px 28px;
}
@media screen and (max-width: 640px) {
  .handsFree__product {
    border-radius: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.handsFree__product__img {
  width: 27.53%;
}
@media screen and (max-width: 640px) {
  .handsFree__product__img {
    width: 56.08%;
  }
}
.handsFree__product__body {
  width: 68.155%;
}
@media screen and (max-width: 640px) {
  .handsFree__product__body {
    width: 100%;
  }
}
.handsFree__product__link {
  font-size: 13px !important;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .handsFree__product__link {
    margin-top: 20px;
  }
}
.handsFree__product__link a {
  font-weight: 700;
}
.handsFree__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .handsFree__imgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.handsFree__imgWrap__txt {
  margin-top: 20px;
}
.handsFree__imgWrap__link {
  font-size: 13px !important;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .handsFree__imgWrap__link {
    margin-top: 20px;
  }
}
.handsFree__imgWrap__link a {
  font-weight: 700;
}

.example {
  margin-top: 120px;
}
@media screen and (max-width: 640px) {
  .example {
    margin-top: 80px;
  }
}
.example__apartmentName {
  font-size: 22px !important;
  font-weight: 700;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .example__apartmentName {
    font-size: 18px !important;
    margin-top: 20px;
  }
}
.example__apartmentInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 24px !important;
}
@media screen and (max-width: 640px) {
  .example__apartmentInfoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-top: 16px !important;
  }
}
.example__apartmentInfoList__item {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .example__apartmentInfoList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.example__apartmentInfoList__tit {
  color: #fff;
  background: #2595C7;
  line-height: 1 !important;
  text-align: center;
  border-radius: 60px;
  padding: 6px 0;
}
@media screen and (max-width: 640px) {
  .example__apartmentInfoList__tit {
    max-width: 92px;
    width: 100%;
    padding: 3px 0 5px;
  }
}
.example__apartmentInfoList__txt {
  font-weight: 500;
  text-align: center;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .example__apartmentInfoList__txt {
    margin-top: 0;
  }
}
.example__apartmentImg {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .example__apartmentImg {
    margin-top: 20px;
  }
}
.example__apartmentTxt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .example__apartmentTxt {
    margin-top: 10px;
  }
}
.example__blueWrap {
  background: #EFF6F9;
  border-radius: 20px;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .example__blueWrap {
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }
}
.example__blueWrap__item {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .example__blueWrap__item {
    margin-top: 20px;
  }
}
.example__blueWrap__item--top {
  margin-top: 0;
}
.example__blueWrap__tit {
  background: #8FDDFF;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 60px;
  padding: 14px 0;
}
@media screen and (max-width: 640px) {
  .example__blueWrap__tit {
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 5px 0;
  }
}
.example__blueWrap__txt {
  line-height: 1.8 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .example__blueWrap__txt {
    line-height: 1.7 !important;
  }
}
.example__blueWrap__list {
  font-size: 16px;
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .example__blueWrap__list {
    font-size: 14px;
    line-height: 1.7 !important;
  }
}
.example__blueWrap__list + .example__blueWrap__txt {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .example__blueWrap__list + .example__blueWrap__txt {
    margin-top: 2px;
  }
}
.example__beforeAfter {
  border: 3px solid #2395C7;
  border-radius: 20px;
  padding: 56px 46px 40px 40px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter {
    border: 2px solid #2395C7;
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
  }
}
.example__beforeAfter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 75px;
  }
}
.example__beforeAfter__before {
  position: relative;
  background: #F0F0F0;
  border-radius: 10px;
  width: 44.633%;
  padding: 50px 28px 28px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__before {
    border-radius: 5px;
    width: 100%;
    padding: 22px 22px 20px;
  }
}
.example__beforeAfter__before::before {
  content: "";
  background: url(../uploads/front-door-renovation_example-ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -76px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 110px;
  height: 81px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__before::before {
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-90deg) scale(-1, 1) translate(60%, -30%);
            transform: rotate(-90deg) scale(-1, 1) translate(60%, -30%);
    width: 81px;
    height: 60px;
  }
}
.example__beforeAfter__beforeImg {
  position: relative;
  width: 78.08%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__beforeImg {
    width: 93%;
  }
}
.example__beforeAfter__beforeImg::before {
  content: "";
  background: url(../uploads/front-door-renovation_example-ico-before.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -28px;
  left: -28px;
  width: 142px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__beforeImg::before {
    top: -6%;
    left: -9%;
    width: 48%;
    height: 15%;
  }
}
.example__beforeAfter__beforeImg::after {
  content: "";
  background: url(../uploads/front-door-renovation_example-ico-pin.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: -75px;
  width: 159px;
  height: 200px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__beforeImg::after {
    background: url(../uploads/front-door-renovation_example-ico-pin_sp.png) no-repeat;
    background-size: contain;
    top: -9.2%;
    right: -9%;
    width: 50%;
    height: 64%;
  }
}
.example__beforeAfter__beforeTxt {
  font-size: 15px !important;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__beforeTxt {
    font-size: 14px !important;
    margin-top: 15px;
  }
}
.example__beforeAfter__after {
  position: relative;
  width: 38.3%;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__after {
    width: 94%;
    margin: 0 auto;
  }
}
.example__beforeAfter__after::before {
  content: "";
  background: url(../uploads/front-door-renovation_example-ico-after.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: -62px;
  width: 155px;
  height: 65px;
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__after::before {
    top: -4%;
    left: -7.5%;
    width: 42.5%;
    height: 11%;
  }
}
.example__beforeAfter__txt {
  text-align: right;
  margin-top: 18px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 640px) {
  .example__beforeAfter__txt {
    text-align: left;
    margin-top: 15px;
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
.example__brownWrap {
  background: #F9F1ED;
  border-radius: 12px;
  padding: 36px 30px 30px;
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .example__brownWrap {
    border-radius: 6px;
    padding: 20px;
    margin-top: 50px;
  }
}
.example__handsFreeLock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .example__handsFreeLock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.example__handsFreeLock__body {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .example__handsFreeLock__body {
    width: 100%;
  }
}
.example__handsFreeLock__tit {
  color: #fff;
  background: #E54500;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 60px;
  padding: 10px 0 12px;
}
@media screen and (max-width: 640px) {
  .example__handsFreeLock__tit {
    font-size: 16px !important;
    padding: 9px 0 11px;
  }
}
.example__handsFreeLock__img {
  width: 31.082%;
}
@media screen and (max-width: 640px) {
  .example__handsFreeLock__img {
    width: 100%;
    margin-top: 20px;
  }
}
.example__handsFreeLock__txt {
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  .example__handsFreeLock__txt {
    margin-top: 20px;
  }
}
.example__handsFreeLock__bodyImg {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .example__handsFreeLock__bodyImg {
    margin-top: 20px;
  }
}
.example__detail {
  background: #FFE4D9;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 30px 28px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .example__detail {
    border-radius: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: 20px;
  }
}
.example__detail__img {
  width: 28.593%;
}
@media screen and (max-width: 640px) {
  .example__detail__img {
    width: 82.5%;
  }
}
.example__detail__txt {
  width: 67.156%;
}
@media screen and (max-width: 640px) {
  .example__detail__txt {
    width: 100%;
  }
}