@charset "UTF-8";
.pageSec__container {
  position: relative;
  padding: 0 20px
}
.pageSec .pageSecHdg {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0
}
.pageSec .pageSecHdg__txt {
  position: relative
}
.pageSec .pageSecHdg__txt::after,
.pageSec .pageSecHdg__txt::before {
  position: absolute;
  top: 0;
  width: 28px;
  height: 22.5px;
  content: ""
}
.pageSec .pageSecHdg__txt::before {
  left: -45px
}
.pageSec .pageSecHdg__txt::after {
  right: -45px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.pageSec .pageSecHdg--iconThemeGreen .pageSecHdg__txt::after,
.pageSec .pageSecHdg--iconThemeGreen .pageSecHdg__txt::before {
  background: url(/assets/images/pages/kisenkaku/icon_hdg-deco_theme-green.png) center/contain no-repeat
}
.pageSec .pageSecHdg--iconThemeWhite .pageSecHdg__txt::after,
.pageSec .pageSecHdg--iconThemeWhite .pageSecHdg__txt::before {
  background: url(/assets/images/pages/kisenkaku/icon_hdg-deco_theme-white.png) center/contain no-repeat
}
.secBackground {
  padding: 45px 0 50px;
  background: #fcf8ed
}
.secBackground__body {
  margin: 25px 0 0
}
.secBackground__body .background__head {
  display: flex
}
.secBackground__body .background__head .badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  margin: 0 10px 0 0;
  color: #fff;
  background: var(--color-green);
  border-radius: 50%
}
.secBackground__body .background__head .badge__txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em
}
.secBackground__body .background__head .badge__num {
  margin: 5px 0 0;
  font-family: Roboto,serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0
}
.secBackground__body .background__head .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0
}
.secBackground__body .background__body {
  margin: 15px 0 0
}
.secBackground__body .background__body .txt {
  font-size: 14px;
  line-height: 2.25
}
.secBackground__body .background__img {
  margin: 20px 0 0
}
.secBackground__body .background__img img,
.secComparison__body .comparison__img img,
.secComparison__gallery img {
  width: 100%
}
.secBackground__body .background + .background {
  margin: 50px 0 0
}
.secComparison {
  padding: 50px 0 0;
  background: #aee2c4
}
.secComparison__body {
  margin: 15px 0 0
}
.secComparison__body .comparison__ttl {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0
}
.secComparison__body .comparison__img {
  margin: -10px 0 0
}
.secComparison__body .comparison + .comparison {
  margin: 40px 0 0
}
.secComparison__body .bnr {
  margin: 55px 0 0;
  text-align: center
}
.secComparison__body .bnr__link img {
  width: 100%;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0,0,0,.16));
  filter: drop-shadow(0 3px 6px rgba(0,0,0,.16))
}
.secComparison__gallery {
  margin: 70px 0 0
}
.secMainVisual {
  position: relative;
  padding: 30px 0 50px;
  overflow: hidden;
  background: #fcf8ed
}
.secMainVisual::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 897px;
  content: "";
  background: url(/assets/images/pages/kisenkaku/mv_bg.png) center bottom/cover no-repeat
}
.secMainVisual__head {
  position: relative;
  z-index: 1
}
.secMainVisual__head .ttl__sub {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .05em
}
.secMainVisual__head .ttl__main {
  margin: -15px 0 0;
  font-size: 43px;
  font-weight: 800;
  line-height: 2;
  color: var(--color-green);
  letter-spacing: -.05em
}
.secMainVisual__illust {
  position: absolute;
  top: 65px;
  left: calc(50% - 175px)
}
.secMainVisual__mainImg {
  position: relative;
  margin: 160px -20px 0;
  text-align: center
}
.secMainVisual__body {
  margin: 25px 0 0
}
.secMainVisual__body .lead,
.secMainVisual__body .txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0
}
.secMainVisual__body .txt {
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 1.7
}
.secMainVisual__body .txt + .txt {
  margin: 10px 0 0
}
.secMainVisual__body .img {
  margin: 10px 0 0;
  text-align: center
}
body {
  --color-green: rgb(44, 194, 158);
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Noto Sans JP",sans-serif
}
.commonLpFooter {
  padding: 35px 0 20px
}
@media (min-width:768px) {
  .pageSec__container {
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto
  }
  .pageSec .pageSecHdg {
    font-size: 40px
  }
  .pageSec .pageSecHdg__txt::after,
  .pageSec .pageSecHdg__txt::before {
    top: -5px;
    width: 55px;
    height: 44px
  }
  .pageSec .pageSecHdg__txt::before {
    left: -85px
  }
  .pageSec .pageSecHdg__txt::after {
    right: -85px
  }
  .secBackground {
    padding: 95px 0 140px
  }
  .secBackground__body {
    margin: 60px 0 0
  }
  .secBackground__body .background {
    display: flex;
    gap: 0 60px
  }
  .secBackground__body .background__head .badge {
    width: 103px;
    height: 103px;
    margin: 0 30px 0 0
  }
  .secBackground__body .background__head .badge__txt {
    font-size: 22px
  }
  .secBackground__body .background__head .badge__num {
    font-size: 36px
  }
  .secBackground__body .background__head .ttl {
    font-size: 28px
  }
  .secBackground__body .background__body {
    margin: 25px 0 0
  }
  .secBackground__body .background__body .txt {
    font-size: 16px;
    line-height: 2
  }
  .secBackground__body .background__img {
    margin: 0
  }
  .secBackground__body .background__img img,
  .secComparison__body .bnr__link img,
  .secMainVisual__body .img img,
  .secMainVisual__illust img,
  .secMainVisual__mainImg img {
    width: auto
  }
  .secBackground__body .background:nth-child(even) {
    flex-direction: row-reverse
  }
  .secBackground__body .background + .background {
    margin: 70px 0 0
  }
  .secComparison {
    padding: 75px 0 165px
  }
  .secComparison__body {
    margin: 40px 0 0
  }
  .secComparison__body .comparisonWrap {
    display: flex;
    gap: 0 60px
  }
  .secComparison__body .comparison__ttl {
    font-size: 16px
  }
  .secComparison__body .comparison__img {
    margin: -30px 0 0
  }
  .secComparison__body .comparison + .comparison,
  .secMainVisual__body .txt + .txt {
    margin: 0
  }
  .secComparison__body .bnr {
    margin: 70px 0 0
  }
  .secComparison__gallery {
    margin: 100px 0 0
  }
  .secMainVisual {
    padding: 55px 0 100px
  }
  .secMainVisual::before {
    height: 1459px;
    background: url(/assets/images/pages/kisenkaku/mv_bg_md.png) center bottom/cover no-repeat
  }
  .secMainVisual__head .ttl__sub {
    padding: 0;
    font-size: 30px;
    line-height: 1.45
  }
  .secMainVisual__head .ttl__main {
    font-size: 78px
  }
  .secMainVisual__illust {
    top: -120px;
    left: calc(50% - 140px)
  }
  .secMainVisual__mainImg {
    margin: -15px 0 0 -40px;
    text-align: left
  }
  .secMainVisual__body {
    margin: 115px 0 0
  }
  .secMainVisual__body .lead {
    font-size: 28px
  }
  .secMainVisual__body .txt {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 2
  }
  .secMainVisual__body .img {
    margin: 45px 0 0
  }
  .commonLpFooter {
    padding: 50px 0 40px
  }
}