.pageSec__container {
  padding: 0 20px
}
.pageSec .pageSecHdg {
  position: relative;
  padding: 0 0 25px;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-blue);
  text-align: center;
  letter-spacing: .05em
}
.pageSec .pageSecHdg::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  content: "";
  background: var(--color-blue);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.pageSec .pageSecHdg .small {
  font-size: 16px
}
.pageSec .pageSecTtl,
.pageSec .pageSecTxt {
  margin: 20px 0 0;
  text-align: center;
  letter-spacing: .05em
}
.pageSec .pageSecTtl {
  color: #00a5d7;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8
}
.pageSec .pageSecTxt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2
}
.pageSec .pageSecBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #fff;
  border: 2px solid var(--color-blue);
  border-radius: 100px
}
.pageSec .pageSecBtn__arw {
  margin: 0 10px 0 0
}
.pageSec .pageSecBtn__arw img {
  width: 20px
}
.pageSec .pageSecBtn__txt {
  font-size: 18px;
  font-weight: 400;
  color: var(--color-blue);
  letter-spacing: .05em
}
.secComparison {
  margin: 110px 0 0
}
.secComparison__container {
  position: relative;
  padding: 35px 10px 20px;
  border: 2px solid var(--color-blue);
  border-radius: 10px;
  max-width: 375px;
  margin: 0 auto
}
.secComparison__container .deco-after,
.secComparison__container .deco-before {
  position: absolute;
  content: ""
}
.secComparison__container .deco-before {
  top: -45px;
  left: -20px;
  width: 111.5px;
  height: 87.5px;
  background: url(/assets/images/pages/refine-maison/comparison_deco1.png) center/contain no-repeat
}
.secComparison__container .deco-after {
  top: -20px;
  right: 0;
  width: 98.5px;
  height: 79.5px;
  background: url(/assets/images/pages/refine-maison/comparison_deco2.png) center/contain no-repeat
}
.secComparison .comparisonImg {
  margin: 15px 0 0
}
.secComparison .comparisonImg .c-caption--1-1,
.secComparison .comparisonImg .c-caption--2-1,
.secComparison .comparisonImg .c-caption--3-1,
.secComparison .comparisonImg .c-caption--4-1 {
  right: 178px
}
.secComparison .comparisonImg .c-caption--1-1 {
  bottom: 4px
}
.secComparison .comparisonImg .c-caption--2-1 {
  bottom: 20px
}
.secComparison .comparisonImg .c-caption--3-1 {
  bottom: 19px
}
.secComparison .comparisonImg .c-caption--4-1 {
  bottom: 20px
}
.secComparison .comparisonImg img,
.secEquipment .equipmentList__item .item__img img,
.secFeature .feature__img img,
.secMainVisual__typography .bgImg img,
.secOverview__headImg img {
  width: 100%
}
.secEquipment {
  margin: 50px 0 0
}
.secEquipment .equipmentList {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 25px 0 0
}
.secEquipment .equipmentList__item .item__ttl {
  font-size: 16px;
  font-weight: 700;
  color: #00a5d7;
  letter-spacing: 0
}
.secEquipment .equipmentList__item .item__ttl + .item__ttl {
  margin: 10px 0 0
}
.secEquipment .equipmentList__item .item__img,
.secFeature .feature__contents {
  margin: 15px 0 0
}
.secEquipment .equipmentList__item .item__txt {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em
}
.secFeature {
  padding: 60px 0 0
}
.secFeature__body {
  margin: 30px 0 0
}
.secFeature .feature__contents .featureHdg {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--color-blue);
  letter-spacing: .05em
}
.secFeature .feature__contents .featureTxt {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em
}
.secFeature .feature__contents .featureBtn {
  margin: 25px 0 0
}
.secFeature .feature + .feature {
  margin: 50px 0 0
}
.secMainVisual__typography {
  position: relative
}
.secMainVisual__typography .bgImg {
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #005f9d
}
.secMainVisual__typography .typography {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px 0 0
}
.secMainVisual__typography .typography img {
  max-width: 350px
}
.secMainVisual__container {
  padding: 0 20px;
  margin: 50px 0 0
}
.secMainVisual__container .txt {
  margin: 55px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5;
  text-align: center;
  letter-spacing: .05em
}
.secOverview {
  margin: 70px 0 100px
}
.secOverview__headImg {
  margin: 30px 0 0
}
.secOverview__headImg .c-caption--1 {
  right: 50%
}
.secOverview .description {
  margin: 30px 0 0;
  border: 1px solid #ccc
}
.secOverview .description__row {
  display: flex
}
.secOverview .description__row + .description__row {
  border-top: 1px solid #ccc
}
.secOverview .description__head {
  display: flex;
  align-items: center;
  width: 100px;
  padding: 0 20px;
  color: #fff;
  background: #005bab
}
.secOverview .description__head .ttl {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em
}
.secOverview .description__body {
  flex: 1;
  padding: 5px 10px
}
.secOverview .description__body .txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .05em
}
.secOverview .description__body .price {
  font-size: 20px;
  font-weight: 700;
  color: #005f9d
}
.secOverview .description__body .access + .access {
  margin: 20px 0 0
}
.secOverview .description--other {
  border: 0
}
.secOverview .description--other .description__row {
  flex-direction: column
}
.secOverview .description--other .description__head {
  width: auto;
  padding: 15px 20px
}
.secOverview .description--other .description__head .ttl {
  font-size: 14px
}
.secOverview .description--other .description__body {
  padding: 15px 0 0
}
.secOverview__btn.pageSecBtn {
  margin: 70px 0 0
}
.secPlan {
  margin: 60px 0 0
}
.secPlan__ttl {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: .05em
}
.secPlan__ttl .strong {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  color: #005f9d
}
.secPlan__ttl .strong::after,
.secPlan__ttl .strong::before {
  position: absolute;
  top: 5px;
  width: 11.5px;
  height: 20px;
  content: ""
}
.secPlan__ttl .strong::before {
  left: -20px;
  background: url(/assets/images/pages/refine-maison/kinencho/plan_ttl-deco.png) center/contain no-repeat
}
.secPlan__ttl .strong::after {
  right: -15px;
  background: url(/assets/images/pages/refine-maison/kinencho/plan_ttl-deco-reverse.png) center/contain no-repeat
}
.secPlan .planList {
  margin: 25px 0 0
}
.secPlan .planList__item {
  text-align: center
}
.secPlan .planList__item + .planList__item {
  margin: 50px 0 0
}
.secPlan .colorList {
  display: flex;
  gap: 0 20px;
  justify-content: center;
  margin: 30px 0 0
}
.secPlan .colorList__item .block {
  display: flex;
  gap: 10px;
  align-items: center
}
.secPlan .colorList__item .block__color {
  width: 50px;
  height: 30px
}
.secPlan .colorList__item .block__color--green {
  background: #e7f3e7
}
.secPlan .colorList__item .block__color--blue {
  background: #d7effc
}
.secPlan .colorList__item .block__color--orange {
  background: #e7ddc5
}
.secPlan .cautionTxt,
.secPlan .colorList__item .block__txt {
  font-size: 12px;
  letter-spacing: .05em
}
.secPlan .cautionTxt {
  padding: 0 0 0 1em;
  margin: 10px 0 0;
  font-weight: 300;
  line-height: 2;
  text-indent: -1em
}
.secPlan .cautionTxt + .cautionTxt {
  margin: 0
}
body {
  --color-blue: rgb(0, 165, 215);
  font-family: "Noto Sans JP",sans-serif
}
@media (min-width:768px) {
  .pageSec__container {
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto
  }
  .pageSec .pageSecHdg {
    padding: 0 0 45px;
    font-size: 40px
  }
  .pageSec .pageSecHdg::before {
    width: 100px
  }
  .pageSec .pageSecHdg .small {
    font-size: 26px
  }
  .pageSec .pageSecTtl {
    margin: 40px 0 0;
    font-size: 32px;
    text-decoration-thickness: 2px
  }
  .pageSec .pageSecTxt {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 2.25
  }
  .pageSec .pageSecBtn {
    width: 400px;
    height: 70px
  }
  .pageSec .pageSecBtn__arw {
    margin: 0 15px 0 0
  }
  .pageSec .pageSecBtn__arw img {
    width: 27px
  }
  .pageSec .pageSecBtn__txt {
    font-size: 26px
  }
  .secComparison {
    margin: 135px 0 0
  }
  .secComparison__container {
    padding: 40px 50px 50px;
    max-width: 1180px
  }
  .secComparison__container .deco-before {
    top: -30px;
    left: 180px;
    width: 245px;
    height: 192px;
    background: url(/assets/images/pages/refine-maison/comparison_deco1_md.png) center/contain no-repeat
  }
  .secComparison__container .deco-after {
    top: 20px;
    right: 190px;
    width: 216px;
    height: 174px;
    background: url(/assets/images/pages/refine-maison/comparison_deco2_md.png) center/contain no-repeat
  }
  .secComparison .comparisonImg {
    margin: 35px 0 0;
    text-align: center
  }
  .secComparison .comparisonImg + .comparisonImg {
    margin: 15px 0 0
  }
  .secComparison .comparisonImg .c-caption--1-1 {
    right: 695px;
    bottom: 83px
  }
  .secComparison .comparisonImg .c-caption--1-2 {
    bottom: 42px
  }
  .secComparison .comparisonImg .c-caption--2-1 {
    right: 686px;
    bottom: 153px
  }
  .secComparison .comparisonImg .c-caption--3-1 {
    right: 695px;
    bottom: 176px
  }
  .secComparison .comparisonImg .c-caption--3-2 {
    bottom: 42px
  }
  .secComparison .comparisonImg .c-caption--4-1 {
    right: 686px;
    bottom: 52px
  }
  .secComparison .comparisonImg img {
    width: auto;
    max-width: 100%
  }
  .secEquipment {
    margin: 105px 0 0
  }
  .secEquipment .equipmentList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4,1fr);
    gap: 60px 20px;
    margin: 50px 0 0
  }
  .secEquipment .equipmentList__item .item__txt {
    margin: 15px 0 0;
    font-size: 16px
  }
  .secEquipment .equipmentList__item--md-lower {
    margin: 35px 0 0
  }
  .secFeature {
    padding: 135px 0 0
  }
  .secFeature__body {
    margin: 65px 0 0
  }
  .secFeature .feature {
    display: flex
  }
  .secFeature .feature__img img,
  .secMainVisual__typography .bgImg img {
    width: auto
  }
  .secFeature .feature__contents {
    flex: 1;
    margin: 0 0 0 55px
  }
  .secFeature .feature__contents .featureHdg {
    font-size: 34px
  }
  .secFeature .feature__contents .featureTxt {
    font-size: 16px
  }
  .secFeature .feature__contents .featureBtn {
    margin: 45px 0 0
  }
  .secFeature .feature + .feature {
    margin: 55px 0 0
  }
  .secMainVisual__typography .typography {
    left: 50%;
    align-items: center;
    justify-content: flex-start;
    max-width: 1920px;
    padding: 0 120px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .secMainVisual__typography .typography img {
    max-width: 613px
  }
  .secMainVisual__container {
    padding: 0;
    margin: 125px 0 0
  }
  .secMainVisual__container .txt {
    margin: 95px 0 0;
    font-size: 24px
  }
  .secOverview {
    margin: 140px 0 0
  }
  .secOverview .description,
  .secOverview__headImg {
    margin: 50px 0 0
  }
  .secOverview .description__head {
    width: 200px
  }
  .secOverview .description__body .txt,
  .secOverview .description__head .ttl {
    font-size: 16px
  }
  .secOverview .description__body {
    padding: 15px 20px
  }
  .secOverview .description__body .price {
    font-size: 24px
  }
  .secOverview .description__body .access--main {
    position: relative;
    padding: 0 20px 0 0
  }
  .secOverview .description__body .access--main::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 60px;
    content: "";
    background: #006f7e
  }
  .secOverview .description__body .access + .access {
    margin: 0
  }
  .secOverview .description__body--access {
    display: flex;
    gap: 0 20px;
    align-items: flex-end
  }
  .secOverview .description__body--area {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (auto)[4];
    grid-template-rows: repeat(4,auto);
    grid-auto-flow: column
  }
  .secOverview .description--other + .description--other {
    margin: 2px 0 0
  }
  .secOverview .description--other .description__row {
    flex-direction: row
  }
  .secOverview .description--other .description__head {
    justify-content: center;
    width: 200px
  }
  .secOverview .description--other .description__head .ttl {
    font-size: 16px
  }
  .secOverview .description--other .description__body {
    padding: 20px
  }
  .secOverview__btn.pageSecBtn {
    width: 495px;
    margin: 95px auto 0
  }
  .secPlan {
    margin: 100px 0 0
  }
  .secPlan__ttl {
    margin: 40px 0 0;
    font-size: 28px
  }
  .secPlan__ttl .strong {
    margin: 0 0 0 35px
  }
  .secPlan__ttl .strong::after,
  .secPlan__ttl .strong::before {
    top: 10px;
    width: 15px;
    height: 27px
  }
  .secPlan__ttl .strong::before {
    left: -20px
  }
  .secPlan__ttl .strong::after {
    right: -20px
  }
  .secPlan .planList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    margin: 45px 0 0
  }
  .secPlan .planList__item + .planList__item {
    margin: 0
  }
  .secPlan .colorList {
    gap: 50px;
    justify-content: flex-start;
    margin: 65px 0 0
  }
  .secPlan .colorList__item .block__color {
    width: 80px
  }
  .secPlan .cautionTxt,
  .secPlan .colorList__item .block__txt {
    font-size: 16px
  }
  .secPlan .cautionTxt + .cautionTxt {
    margin: -10px 0 0
  }
}