#globalFooter .footerBack {
  display: none !important;
}
#globalFooter .ouchi {
  background: var(--color-base);
}

.swiper-pagination {
  position: relative !important;
  margin-top: 30px;
  font-size: 0;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background: #d2d1c3;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next {
  width: 13px;
  height: 23px;
  background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
}
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  width: 13px;
  height: 23px;
  background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) no-repeat center;
  background-size: contain;
  transform: scale(-1, 1);
}
.swiper-button-prev:after {
  display: none;
}

.swiper-play {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 10;
}
.swiper-play:before {
  content: "";
  background-color: #000;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10.3923048454px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
.swiper-play.-paused:before {
  content: "";
  clip-path: none;
  width: 4px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: calc(50% - 5px);
  background: #000;
}
.swiper-play.-paused:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  background: #000;
}

body {
  background-color: #fff;
}

.toggleBtn {
  cursor: pointer;
  position: relative;
}
.toggleBtn:not(.-toggleSp).-sizeS {
  background: #f0f0f0;
  display: flex inline;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 80px;
  font-size: var(--fsize14);
  line-height: 1.4;
  border-radius: var(--radius1);
  position: relative;
}
.toggleBtn:not(.-toggleSp).-sizeS .ico {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: calc(50% - 5px);
}
.toggleBtn:not(.-toggleSp).-sizeS .ico:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 4px;
}
.toggleBtn:not(.-toggleSp).-sizeS .ico:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 0;
  transition: transform 0.2s;
}
.toggleBtn:not(.-toggleSp).-sizeS.open .ico:after {
  transform: rotate(90deg);
}
.toggleBtn:not(.-toggleSp).-sizeL .ico {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.toggleBtn:not(.-toggleSp).-sizeL .ico:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
.toggleBtn:not(.-toggleSp).-sizeL .ico:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 9px;
  top: 0;
  transition: transform 0.2s;
}
.toggleBtn:not(.-toggleSp).-sizeL.open .ico:after {
  transform: rotate(90deg);
}

.toggleBody {
  opacity: 0;
  transition: opacity linear 0.2s;
}
.toggleBody.open {
  opacity: 1;
}

main {
  background-color: var(--color-base);
  overflow: hidden;
}

.slideBnr {
  background: #fff;
}
.slideBnr .bnr {
  display: block;
  border-radius: var(--radius4);
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.slideBnr .bnr:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.slideBnr .bnr.-border {
  border: 1px solid #dbdbdb;
}
.slideBnr .swiper-slide-next:before,
.slideBnr .swiper-slide-prev:before {
  opacity: 1;
}
.slideBnr .swiper-button-next {
  right: calc(50% - 670px);
  top: calc(50% - 20px);
}
.slideBnr .swiper-button-prev {
  left: calc(50% - 670px);
  top: calc(50% - 20px);
}

@media screen and (max-width: 1400px) {
  .slideBnr .swiper-button-next {
    right: 20px;
  }
  .slideBnr .swiper-button-prev {
    left: 20px;
  }
}
.slideBnr_ui {
  position: relative !important;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.slideBnr_ui > .swiper-pagination {
  margin-top: 0;
  width: auto;
}

.mainCopy {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  padding: 40px 0 60px;
}

.mainCopy_head {
  font-size: var(--fsize38);
  font-weight: 400;
  line-height: 1.6;
}

.mainCopy_txt {
  font-size: var(--fsize18);
  line-height: 2.2;
}

.hikaku {
  text-align: center;
  background: url(/denkigas/cmn/img/cmn_ptn.svg) no-repeat center calc(100% - 150px);
  background-size: cover;
}

.hikaku_ttl {
  width: 593px;
  margin: 0 auto 20px;
}

.hikaku_in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 20px;
}

.hikaku_graph {
  width: 600px;
}

.hikaku_other_txt {
  width: 242px;
}

.hikaku_other_img {
  width: 202px;
  margin-bottom: 24px;
}

.hikaku_notes {
  display: inline-block;
  margin: 20px auto 0;
}
.hikaku_notes > li {
  font-size: var(--fsize10);
  text-align: left;
}

.hikaku_toggle {
  text-align: center;
  margin: 20px auto 0;
}
.hikaku_toggle .toggleBtn {
  background: #fff !important;
}

@media screen and (max-width: 1200px) {
  .mainCopy {
    gap: 5vw;
    padding: 3.33vw 0 10vw;
  }
  .mainCopy_head {
    font-size: 3.17vw;
  }
  .mainCopy_txt {
    font-size: 1.5vw;
  }
}
.reco {
  background: var(--color-key);
  padding: 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 80px;
  position: relative;
  overflow: hidden;
}
.reco .swiper {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.reco .swiper .swiper-button-next,
.reco .swiper .swiper-button-prev {
  display: none;
}
.reco .swiper-pagination {
  display: none;
}

.reco_head {
  width: 176px;
}

.reco_person {
  width: 131px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 540px);
}

.reco_comment {
  width: 890px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 40px 50px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.reco_comment > li {
  line-height: 1.5;
  width: 420px;
  min-height: 100px;
  background: #fff;
  border-radius: var(--radius2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-shadow: 6px 6px 0px #57c04d;
}
.reco_comment > li:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #fff;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -18px;
  left: 30px;
}
.reco_comment > li:before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #57c04d;
  width: 30px;
  height: 20px;
  position: absolute;
  bottom: -24px;
  left: 36px;
}
.reco_comment > li .ico {
  position: absolute;
  display: block;
}
.reco_comment > li .ico_1 {
  background: url(/denkigas/img/reco_ico_1.png) no-repeat left top;
  background-size: cover;
  width: 57px;
  height: 63px;
  left: 25px;
  top: calc(50% - 31px);
}
.reco_comment > li.reco_comment_1 {
  font-size: var(--fsize20);
}
.reco_comment > li .ico_2 {
  background: url(/denkigas/img/reco_ico_2.png) no-repeat left top;
  background-size: cover;
  width: 59px;
  height: 61px;
  left: 20px;
  top: calc(50% - 30px);
}
.reco_comment > li.reco_comment_2 {
  font-size: var(--fsize20);
  padding-left: 20px;
}
.reco_comment > li .ico_3 {
  background: url(/denkigas/img/reco_ico_3.png) no-repeat left top;
  background-size: cover;
  width: 80px;
  height: 76px;
  left: 0;
  top: calc(50% - 38px);
}
.reco_comment > li.reco_comment_3 {
  font-size: var(--fsize18);
  line-height: 1.5;
  padding-left: 60px;
}
.reco_comment > li .ico_4 {
  background: url(/denkigas/img/reco_ico_4.png) no-repeat left top;
  background-size: cover;
  width: 75px;
  height: 69px;
  left: 20px;
  top: calc(50% - 34px);
}
.reco_comment > li.reco_comment_4 {
  font-size: var(--fsize20);
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  .reco {
    padding: 6.67vw 0;
    gap: 5vw;
  }
  .reco_head {
    width: 14.67vw;
  }
  .reco_person {
    width: 10.92vw;
    bottom: -0.42vw;
    left: calc(50% - 43.33vw);
  }
  .reco_comment {
    width: 74.17vw;
    gap: 3.33vw 4.17vw;
  }
  .reco_comment > li {
    width: 35vw;
    min-height: 8.33vw;
  }
  .reco_comment > li .ico_1 {
    width: 4.75vw;
    height: 5.25vw;
    left: 2.08vw;
    top: calc(50% - 2.58vw);
  }
  .reco_comment > li:nth-child(1) {
    font-size: 1.67vw;
  }
  .reco_comment > li .ico_2 {
    width: 4.92vw;
    height: 5.08vw;
    left: 1.67vw;
    top: calc(50% - 2.5vw);
  }
  .reco_comment > li:nth-child(2) {
    font-size: 1.67vw;
    padding-left: 1.67vw;
  }
  .reco_comment > li .ico_3 {
    width: 6.67vw;
    height: 6.33vw;
    top: calc(50% - 3.17vw);
  }
  .reco_comment > li:nth-child(3) {
    font-size: 1.5vw;
    padding-left: 5vw;
  }
  .reco_comment > li .ico_4 {
    width: 6.25vw;
    height: 5.75vw;
    left: 1.67vw;
    top: calc(50% - 2.83vw);
  }
  .reco_comment > li:nth-child(4) {
    font-size: 1.67vw;
    padding-left: 4.17vw;
  }
}
.otoku {
  background: #fff;
  text-align: center;
  padding: 120px 0;
}

.otoku_head {
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}

.otoku_read {
  font-size: var(--fsize20);
  margin-top: 40px;
}

.otoku_nav, .plan_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.otoku_nav > h3, .plan_nav > h3,
.otoku_nav > button,
.plan_nav > button {
  cursor: pointer;
  width: 380px;
  height: 60px;
  background: var(--color-base);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: var(--fsize20);
  font-weight: 400;
  line-height: 1.4;
  border-radius: var(--radius1);
  cursor: pointer;
  position: relative;
  color: #000;
}
.otoku_nav > h3.active, .plan_nav > h3.active,
.otoku_nav > button.active,
.plan_nav > button.active {
  background: #000;
  color: #fff;
  pointer-events: none;
}
.otoku_nav > h3.active:after, .plan_nav > h3.active:after,
.otoku_nav > button.active:after,
.plan_nav > button.active:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 10px;
  background: #000;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -8px;
}

.otoku_slide {
  margin-top: 35px;
}
.otoku_slide .swiper-wrapper {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}
.otoku_slide .swiper-slide {
  height: auto;
}
.otoku_slide .swiper-slide-next:before,
.otoku_slide .swiper-slide-prev:before {
  opacity: 1;
}
.otoku_slide .swiper-button-next {
  right: 40px;
  top: calc(50% - 20px);
}
.otoku_slide .swiper-button-prev {
  left: 40px;
  top: calc(50% - 20px);
}

.otoku_slide_panel {
  width: 1000px;
  border-radius: var(--radius4);
  background: var(--color-key);
  padding: 20px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}
.otoku_slide_panel:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}

.panel_head {
  display: table;
  padding-top: 10px;
  padding-left: 204px;
  position: relative;
  margin: 0 auto;
}
.panel_head.-ev {
  padding-left: 293px;
}
.panel_head.-ev .panel_head_img {
  width: 273px;
}
.panel_head.-yukadan {
  padding-left: 287px;
}
.panel_head.-yukadan .panel_head_img {
  width: 267px;
}

.panel_head_img {
  width: 184px;
  position: absolute;
  left: 0;
  top: 0;
}

.panel_head_in {
  text-align: left;
}

.panel_head_txt {
  font-size: var(--fsize32);
  font-weight: 400;
  line-height: 1;
  text-align: left;
}
.panel_head_txt .s {
  font-size: var(--fsize24);
}

.panel_head_hosoku {
  font-size: var(--fsize12);
  text-align: left;
}

.panel_cost {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 55px;
  margin-top: 20px;
  position: relative;
}

.panel_cost_1, .panel_cost_3, .panel_cost_2 {
  width: clamp(0px, 46%, 420px);
  position: relative;
}
.panel_cost_1 .label, .panel_cost_3 .label, .panel_cost_2 .label {
  font-size: var(--fsize20);
}
.panel_cost_1 .cost, .panel_cost_3 .cost, .panel_cost_2 .cost {
  height: 70px;
  border: 2px solid #000;
  background: #fff;
  border-radius: var(--radius2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: var(--fsize20);
  font-weight: 700;
}
.panel_cost_1 .cost .l, .panel_cost_3 .cost .l, .panel_cost_2 .cost .l {
  font-size: var(--fsize40);
  margin: 0 0.05em;
}
.panel_cost_1 .list, .panel_cost_3 .list, .panel_cost_2 .list {
  font-size: var(--fsize10);
  margin-top: 5px;
  text-align: center;
}

.panel_cost_2:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -43px;
  top: calc(50% + 15px);
}
.panel_cost_2:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #000;
  position: absolute;
  left: -29px;
  top: calc(50% + 1px);
}

.panel_cost_3 {
  width: 630px;
  margin: 20px auto;
}
.panel_cost_3 .cost {
  height: 100px;
  border: 3px solid #000;
  font-size: var(--fsize30);
}
.panel_cost_3 .cost .l {
  font-size: var(--fsize60);
}

.panel_notes {
  font-size: var(--fsize10);
  display: inline-block;
  margin-top: auto;
}
.panel_notes > li {
  text-align: left;
}

.otoku_txt {
  margin-top: 20px;
}

.otoku_btn {
  margin-top: 40px;
  font-size: var(--fsize20);
  font-weight: 500;
}

.plan {
  padding: 120px 0;
  text-align: center;
}
.plan .swiper {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.plan .swiper .swiper-button-next,
.plan .swiper .swiper-button-prev {
  display: none;
}
.plan .swiper-pagination {
  display: none;
}

.plan_head {
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}

.plan_btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  width: auto;
  margin-top: 40px;
}

.plan_btn {
  width: 420px !important;
  height: 120px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -ms-flex-flow: column wrap !important;
      flex-flow: column wrap !important;
  gap: 10px;
  padding-left: 20px;
}
.plan_btn > img {
  height: 27px;
  width: auto;
  display: block;
}
.plan_btn > .txt {
  display: block;
  font-size: var(--fsize20);
}
.plan_btn:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.plan_btn.-denki:after {
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center #fff;
  background-size: auto 45px;
}
.plan_btn.-gas:after {
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center #fff;
  background-size: auto 45px;
}

.plan_nav {
  margin-top: 60px;
}
.plan_nav > button {
  background: #fff;
}
.plan_nav > button:first-child:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center var(--color-base);
  background-size: auto 30px;
  margin-right: 10px;
}
.plan_nav > button:last-child:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center var(--color-base);
  background-size: auto 30px;
  margin-right: 10px;
}

.plan_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 1140px;
  gap: 30px;
  margin: 35px auto 0;
}
.plan_list.-gas {
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.plan_list.-gas:first-child {
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.plan_list.-gas:last-child {
  margin-top: 30px;
}
.plan_list.-gas .swiper-wrapper {
  gap: 30px;
}
.plan_list.-gas .plan_panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.plan_list.-gas .plan_panel_txt {
  margin-bottom: 20px;
}
.plan_list.-gas .plan_panel_btn {
  margin-top: auto;
  background: var(--color-gas-key);
}

.plan_panel_head {
  font-size: var(--fsize32);
  line-height: 1.5;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.plan_panel {
  width: 360px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: auto;
}

.plan_panel_img1 {
  width: 184px;
  margin: 0 auto;
}

.plan_panel_img2 {
  width: 151px;
  margin: 0 auto;
}

.plan_panel_img3 {
  width: 202px;
  margin: 0 auto;
}

.plan_panel_img4 {
  width: 142px;
  margin: 0 auto;
}

.plan_panel_img5 {
  width: 133px;
  margin: 0 auto;
}

.plan_panel_img6 {
  width: 272px;
  margin: 0 auto;
}

.plan_panel_img7 {
  width: 305px;
  margin: 0 auto;
}

.plan_panel_target {
  font-size: var(--fsize14);
  line-height: 1.5;
  border: 1px solid #000;
  display: flex inline;
  min-height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  border-radius: 40px;
  margin: 20px auto 0;
}

.plan_panel_name {
  font-size: var(--fsize28);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}
.plan_panel_name .s {
  font-size: var(--fsize14);
}

.plan_panel_txt {
  margin-top: 10px;
}
.plan_panel_txt.-s {
  line-height: 1.5714;
}

.plan_panel_notes {
  margin-top: 10px;
}
.plan_panel_notes > li {
  font-size: var(--fsize12);
}

.plan_panel_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 210px;
  height: 50px;
  background: var(--color-denki-key);
  color: #000;
  border-radius: var(--radius1);
  margin: 20px auto 0;
  position: relative;
}
.plan_panel_btn:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/denkigas/cmn/img/ico_blank_bl.svg) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.plan_panel_btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .plan_list {
    gap: 15px;
  }
  .plan_list.-gas {
    width: 900px;
  }
  .plan_list.-gas .swiper-wrapper {
    gap: 15px;
  }
  .plan_panel {
    width: 320px;
    padding: 15px;
  }
  .plan_panel_head {
    font-size: var(--fsize28);
  }
  .plan_panel_txt {
    font-size: var(--fsize14);
  }
}
.features {
  padding-bottom: 120px;
  background: #fff;
}

.features_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}
.features_head .sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: var(--fsize32);
  line-height: 1.5;
}
.features_head .point {
  padding: 0 25px;
  background: var(--color-gas-key);
  border-radius: 100px;
}

.features_toggle {
  width: calc(100% - 8.42vw);
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #000;
}
.features_toggle:first-of-type {
  margin-top: 60px;
}
.features_toggle:last-of-type {
  border-bottom: 2px solid #000;
}

.features_toggle_head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  gap: 20px;
  font-size: var(--fsize28);
  padding: 20px 80px 20px 20px;
}
.features_toggle_head.-tsume {
  letter-spacing: -0.05em;
}
.features_toggle_head .point {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-key);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: var(--fsize36);
}

.features_toggle_body {
  margin-bottom: clamp(0px, 5.22vw, 40px);
}

.features_toggle_body_inner {
  background: #f0f0f0;
  border-radius: var(--radius2);
  padding: clamp(0px, 5.22vw, 40px);
  text-align: center;
}

.features_otoku {
  border: 2px solid #cecece;
  border-radius: var(--radius2);
  max-width: 780px;
  margin: clamp(0px, 3.91vw, 30px) auto 0;
  padding: clamp(0px, 2.61vw, 20px);
}

.features_otoku_block {
  background: linear-gradient(0deg, rgb(127, 210, 255) 0%, rgb(0, 110, 172) 100%);
  width: clamp(0px, 100%, 600px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: clamp(0px, 2.61vw, 20px);
  padding: clamp(0px, 2.61vw, 20px);
  margin: 0 auto;
  border-radius: var(--radius2);
}
.features_otoku_block.-hot {
  background: linear-gradient(0deg, rgb(255, 180, 0) 0%, rgb(255, 120, 0) 100%);
}
.features_otoku_block + .features_otoku_block {
  margin-top: clamp(0px, 2.61vw, 20px);
}

.features_otoku_img_head {
  width: clamp(0px, 46.28vw, 355px);
  height: auto;
  font-size: 0;
}

.features_otoku_img {
  width: clamp(0px, 63.1vw, 484px);
  height: auto;
  font-size: 0;
}

.features_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
  background: var(--color-alert) !important;
  color: #fff !important;
}
.features_btn.-blank:before {
  background-image: url(/denki/cmn/img/ico_blank_w.svg) !important;
}
.features_btn .head {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  font-size: var(--fsize16);
  line-height: 1;
  color: var(--color-alert);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
}
.features_btn .head:before {
  content: "";
  width: 1px;
  height: 20px;
  transform: rotate(-35deg) translateY(-2px);
  background: var(--color-alert);
}
.features_btn .head:after {
  content: "";
  width: 1px;
  height: 20px;
  transform: rotate(35deg) translateY(-2px);
  background: var(--color-alert);
}

.features_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: clamp(0px, 3.91vw, 30px);
}

.features_panel {
  width: 100%;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: clamp(0px, 3.91vw, 30px) clamp(0px, 2.61vw, 20px);
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.features_panel_head {
  font-size: var(--fsize26);
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: 20px;
}
.features_panel_head .ico {
  position: relative;
  font-size: var(--fsize12);
  text-align: center;
  display: block;
  padding-top: 26px;
  width: 80px;
  height: 50px;
  border: 1px solid #000;
  border-radius: var(--radius1);
}
.features_panel_head .ico.-denkigas:before {
  content: "";
  width: 46px;
  height: 46px;
  background: url(/denkigas/cmn/img/ico_denkigas_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: calc(50% - 23px);
}
.features_panel_head .ico.-denki:before {
  content: "";
  width: 23px;
  height: 46px;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: calc(50% - 12px);
}

.features_panel_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(0px, 2.61vw, 20px) auto 0;
  gap: 30px;
}

.features_panel_txt {
  font-size: var(--fsize16);
  text-align: left;
}

.features_panel_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 260px;
  height: 50px;
  background: var(--color-key);
  color: #000;
  border-radius: var(--radius1);
  margin: clamp(0px, 2.61vw, 20px) auto 0;
  position: relative;
}
.features_panel_btn:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/denki/cmn/img/ico_ar_r.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.features_panel_btn:hover {
  text-decoration: none;
}

.features_panel_img1,
.features_panel_img2 {
  width: 133px;
  margin: 0 auto;
}

.features_panel_img3 {
  width: 145px;
  margin: 0 auto;
}

.features_panel_img4 {
  width: 77px;
  margin: 0 auto;
}

.features_notes {
  display: inline-block;
  margin-top: 20px;
}
.features_notes > li {
  text-align: left;
  font-size: var(--fsize12);
}

.merit {
  background: #fff;
  padding: 120px 0;
}

.meritDenki {
  position: relative;
}

.meritDenki_head, .meritGas_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  display: table;
  position: relative;
  margin: 0 auto;
  padding-left: 60px;
}
.meritDenki_head:before, .meritGas_head:before {
  content: "";
  position: absolute;
  left: 0;
  width: 43px;
  height: 74px;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center;
  background-size: contain;
}

.meritDenki_enegori, .meritGas_enegori {
  width: 157px;
  position: absolute;
  left: calc(50% - 600px);
  top: 90px;
  z-index: 1;
}

.meritDenki_col, .meritGas_col {
  margin-top: 120px;
  background: linear-gradient(to right, #fdd000 0%, #8dee84 100%);
  width: calc(100% - 8.42vw);
  padding-left: 8.42vw;
  border-radius: 0 80px 80px 0;
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}

.meritDenki_fukidashi, .meritGas_fukidashi {
  width: 620px;
  height: 130px;
  background: #fff;
  border-radius: var(--radius2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: var(--fsize20);
  position: absolute;
  left: calc(50% - 230px);
  top: -65px;
  text-align: center;
  box-shadow: 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
}
.meritDenki_fukidashi:after, .meritGas_fukidashi:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 52px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: calc(50% - 26px);
  bottom: -14px;
}
.meritDenki_fukidashi:before, .meritGas_fukidashi:before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 54px;
  height: 16px;
  background: #000;
  position: absolute;
  left: calc(50% - 27px);
  bottom: -16px;
}

.meritDenki_img {
  width: 1172px;
  margin: 0 auto;
}

@media screen and (max-width: 1480px) {
  .meritDenki_enegori, .meritGas_enegori {
    left: calc(50% - 43.24vw);
  }
  .meritDenki_img {
    width: 79.19vw;
  }
}
.meritDenki_btn, .meritGas_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
}

.meritGas {
  position: relative;
  margin-top: 120px;
}

.meritGas_head:before {
  width: 37px;
  height: 66px;
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center;
  background-size: contain;
}

.meritGas_enegori {
  width: 177px;
  left: calc(50% + 430px);
}

.meritGas_col {
  background: linear-gradient(to right, #8dee84 0%, #7fd2ff 100%);
  width: calc(100% - 8.42vw);
  margin-left: 8.42vw;
  padding-left: 0;
  padding-right: 8.42vw;
  border-radius: 80px 0 0 80px;
}

.meritGas_fukidashi {
  left: calc(50% - 390px);
}

.meritGas_img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 30px;
}
.meritGas_img img {
  width: 520px;
  height: auto;
}

@media screen and (max-width: 1480px) {
  .meritGas_enegori {
    left: calc(50% + 29.05vw);
  }
  .meritGas_img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 2.03vw;
  }
  .meritGas_img img {
    width: 35.14vw;
    height: auto;
  }
}
.benefit {
  padding: 120px 0;
}
.benefit .swiper {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.benefit .swiper-button-next,
.benefit .swiper-button-prev,
.benefit .swiper-pagination {
  display: none;
}

.benefit_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}

.benefit_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 30px;
  margin-top: 60px;
}

.benefit_panel {
  width: 320px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 30px 20px;
  position: relative;
}

.benefit_panel_txt {
  font-size: var(--fsize14);
  line-height: 1.7;
  margin-bottom: 30px;
}
.benefit_panel_txt .l {
  font-size: var(--fsize18);
  font-weight: 500;
}

.benefit_panel_tag {
  width: 120px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 60px;
  margin: 30px auto 0;
}
.benefit_panel_tag.-denki {
  background: var(--color-denki-key);
}
.benefit_panel_tag.-denkigas {
  background: var(--color-key);
}

.benefit_panel_img1,
.benefit_panel_img2 {
  width: 133px;
  margin: 0 auto;
}

.benefit_panel_img3 {
  width: 145px;
  margin: 0 auto;
}

.benefit_panel_img4 {
  width: 77px;
  margin: 0 auto;
}

.benefit_panel_name {
  font-size: var(--fsize26);
  font-weight: 400;
}

.benefit_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 60px;
}

@media screen and (max-width: 1400px) {
  .benefit_list {
    width: 670px;
    margin: 60px auto 0;
    gap: 40px 30px;
  }
}
.service {
  padding: 100px 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 60px;
}

.service_head {
  text-align: center;
  font-size: var(--fsize32);
  font-weight: 400;
  line-height: 1.5;
}

.service_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 30px;
}

.service_panel {
  width: 440px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 30px 20px 20px;
  position: relative;
  color: #000;
  padding-left: 140px;
  text-align: left;
}
.service_panel.-denki {
  background: var(--color-denki-light);
  box-shadow: 0px 4px 0px var(--color-denki-light-shadow);
}
.service_panel.-denki:before {
  content: "";
  width: 95px;
  height: 89px;
  background: url(/denkigas/img/service_ico_1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: calc(50% - 44px);
}
.service_panel.-gas {
  background: var(--color-gas-light);
  box-shadow: 0px 4px 0px var(--color-gas-light-shadow);
}
.service_panel.-gas:before {
  content: "";
  width: 80px;
  height: 126px;
  background: url(/denkigas/img/service_ico_2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 35px;
  bottom: 0;
}
.service_panel:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/denkigas/cmn/img/ico_blank_bl.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
}
.service_panel:hover {
  text-decoration: none;
}

.service_panel_tag {
  position: absolute;
  left: calc(50% - 70px);
  top: -18px;
  width: 140px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 20px;
  background: #000;
  color: #fff;
}

.service_panel_txt {
  font-size: var(--fsize14);
}

.service_panel_name {
  font-size: var(--fsize22);
}

@media screen and (max-width: 1200px) {
  .service {
    padding: 100px 0;
    background: #fff;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 60px;
  }
  .service_head br {
    display: none;
  }
}
.contract {
  background: #fff;
  padding-bottom: 120px;
}

.contract_in {
  width: calc(100% - 16.84vw);
  background: var(--color-base);
  border-radius: 80px;
  margin: 0 auto;
  padding: 100px 0;
}

.contract_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}

.contract_flow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 50px;
  margin: 60px auto 0;
}
.contract_flow > li {
  width: 360px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 40px 20px;
  position: relative;
}
.contract_flow > li + li:before {
  content: "";
  position: absolute;
  left: -28px;
  top: calc(50% - 10px);
  width: 10px;
  height: 20px;
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.contract_flow_num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -15px;
  background: var(--color-key);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
}
.contract_flow_num .l {
  font-size: var(--fsize40);
}

.contract_flow_ttl {
  font-size: var(--fsize24);
  line-height: 1.4;
}

.contract_flow_list {
  margin: 20px auto 0;
}
.contract_flow_list > li {
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.contract_flow_list > li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0.15em;
  background: url(/denkigas/cmn/img/ico_check.png) no-repeat center;
  background-size: contain;
}
.contract_flow_list > li + li {
  margin-top: 10px;
}

.contract_flow_img2 {
  max-width: 224px;
  margin: 30px auto 0;
}

.contract_flow_img3 {
  max-width: 191px;
  margin: 30px auto 0;
}

.contract_btn {
  text-align: center;
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 60px;
}

@media screen and (max-width: 1600px) {
  .contract_in {
    width: calc(100% - 8.42vw);
    padding: 100px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .contract_in {
    border-radius: 40px;
  }
  .contract_flow {
    gap: 30px;
  }
  .contract_flow > li {
    padding: 30px 20px;
  }
  .contract_flow > li + li:before {
    left: -18px;
  }
  .contract_flow_num {
    width: 60px;
    height: 60px;
    font-size: var(--fsize12);
  }
  .contract_flow_num .l {
    font-size: var(--fsize32);
  }
  .contract_flow_ttl {
    font-size: var(--fsize20);
  }
}
.mov_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 30px 0;
  gap: 30px;
}
.mov_list li {
  width: 360px;
}
.mov_list li a {
  display: block;
  text-align: center;
  color: #000;
}
.mov_list li a:hover {
  text-decoration: none;
}
.mov_list li a .mov_list_img {
  position: relative;
  margin-bottom: 0.4em;
  border-radius: var(--radius2);
  overflow: hidden;
}
.mov_list li a .mov_list_img::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/denkigas/cmn/img/ico_mov.svg) top left/contain no-repeat;
  right: 14px;
  bottom: 14px;
}
.mov_list li a .mov_list_img img {
  width: 100%;
  height: auto;
}

.cp {
  padding: 120px 0;
}

.cp_head {
  text-align: center;
  font-size: var(--fsize32);
  font-weight: 400;
}

.cp_list {
  width: 910px;
  margin: 40px auto 0;
}

.cp_panel {
  background: #fff;
  border-radius: var(--radius2);
  display: block;
  color: #000;
  padding: 10px 20px 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  position: relative;
}
.cp_panel:hover {
  text-decoration: none;
}
.cp_panel:not(:first-child) {
  margin-top: 40px;
}

.cp_panel_img {
  width: 280px;
  border-radius: 14px;
  overflow: hidden;
}
.cp_panel_img.-border {
  border: 1px solid #dbdbdb;
}

.cp_panel_col {
  -ms-flex: 1;
      flex: 1;
}

.cp_panel_date {
  font-size: var(--fsize14);
}

.cp_panel_title {
  font-size: var(--fsize20);
  line-height: 1.4;
}

.cp_panel_txt {
  font-size: var(--fsize14);
  margin-top: 8px;
}

.cp_panel_notes {
  font-size: var(--fsize10);
  margin-top: 10px;
}

.cp_panel_conv {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: var(--color-base);
  line-height: 1;
  padding: 8px 16px;
  border-radius: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.cp_panel_conv:after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(/denkigas/cmn/img/ico_ar_r.svg) no-repeat center/contain;
}

.cp_panel_btns {
  margin: 20px auto 0;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}

.cp_panel_btn {
  color: #000;
  background: var(--color-base);
  line-height: 1;
  min-height: 60px;
  border-radius: var(--radius1);
  width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: relative;
}
.cp_panel_btn:hover {
  text-decoration: none;
}
.cp_panel_btn.-blank:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  background: url(/denkigas/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}

.cp_btn {
  font-size: var(--fsize18);
  margin-top: 40px;
}

.info {
  padding: 100px 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 60px;
}

.info_head {
  font-size: var(--fsize40);
  font-weight: 400;
}

.info_btn {
  background: var(--color-base) !important;
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  main {
    /*
        max-width: 767px;
        margin: 0 auto;
    */
  }
  .top_inner {
    max-width: 767px;
    margin: 0 auto;
  }
  .swiper-pagination {
    margin-top: 40px;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 12px !important;
  }
  .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) no-repeat 54% center rgba(0, 0, 0, 0.5);
    background-size: 13px 26px;
  }
  .swiper-button-next:after {
    display: none;
  }
  .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) no-repeat 54% center rgba(0, 0, 0, 0.5);
    background-size: 13px 26px;
    transform: scale(-1, 1);
  }
  .swiper-button-prev:after {
    display: none;
  }
  .toggleBtn:not(.-toggleSp).-sizeS {
    font-size: var(--fsize24);
    padding: 8px 80px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:before {
    width: 20px;
    top: 9px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:after {
    height: 20px;
    left: 9px;
  }
  .slideBnr {
    padding-top: 20px;
  }
  .slideBnr .bnr {
    border-radius: var(--radius4);
    max-width: 690px;
    width: 90%;
  }
  .slideBnr .swiper-slide-next:before,
  .slideBnr .swiper-slide-prev:before {
    opacity: 0;
  }
  .slideBnr .swiper-button-next {
    right: 10px;
    top: calc(50% - 60px);
  }
  .slideBnr .swiper-button-prev {
    left: 10px;
    top: calc(50% - 60px);
  }
  .mainCopy {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 40px;
    padding: 40px 0 60px;
  }
  .mainCopy_head {
    font-size: var(--fsize64);
    position: relative;
  }
  .mainCopy_txt {
    font-size: var(--fsize28);
    width: 88%;
    position: relative;
  }
  .hikaku {
    position: relative;
    background-size: 110% auto;
    background-position: center calc(100% - clamp(0px, 41.72vw, 320px));
  }
  .hikaku:before {
    content: "";
    width: 100%;
    height: 40%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  .hikaku_ttl {
    width: clamp(0px, 77.31vw, 1186px);
    margin: 0 auto clamp(0px, 2.61vw, 20px);
    position: relative;
  }
  .hikaku_in {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: center;
        align-items: center;
    gap: clamp(0px, 2.61vw, 20px);
  }
  .hikaku_graph {
    width: clamp(0px, 78.23vw, 1200px);
    position: relative;
  }
  .hikaku_other {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: clamp(0px, 2.61vw, 20px);
  }
  .hikaku_other_txt {
    width: clamp(0px, 39.11vw, 448px);
  }
  .hikaku_other_img {
    width: clamp(0px, 13.17vw, 202px);
    margin-bottom: 0;
  }
  .hikaku_notes {
    width: 88%;
    margin: clamp(0px, 2.61vw, 20px) auto 0;
  }
  .hikaku_notes > li {
    font-size: clamp(0px, 2.61vw, var(--fsize20));
  }
  .hikaku_toggle {
    margin: clamp(0px, 2.61vw, 20px) auto 0;
  }
  .reco {
    padding: 60px 5%;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    position: relative;
    overflow: hidden;
  }
  .reco .swiper {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0 8px 100px 0;
    width: 508px;
  }
  .reco .swiper .swiper-button-next,
  .reco .swiper .swiper-button-prev {
    display: block;
  }
  .reco .swiper-slide {
    opacity: 0;
    transition: opacity ease-out 0.3s;
  }
  .reco .swiper-slide-active {
    opacity: 1;
  }
  .reco .swiper-button-next {
    width: 13px;
    height: 23px;
    background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) no-repeat center;
    background-size: contain;
    right: 4px;
    top: calc(50% - 25px);
  }
  .reco .swiper-button-prev {
    width: 13px;
    height: 23px;
    background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) no-repeat center;
    background-size: contain;
    transform: scale(-1, 1);
    left: 0;
    top: calc(50% - 25px);
  }
  .reco .swiper-pagination-bullet {
    background: #fff;
  }
  .reco .swiper-pagination-bullet-active {
    background: #000;
  }
  .reco .swiper-pagination {
    position: absolute !important;
    display: block;
    bottom: 0;
  }
  .reco_head {
    width: 176px;
    margin-top: 30px;
  }
  .reco_person {
    width: 131px;
    bottom: 100px;
    left: calc(50% - 330px);
  }
  .reco_comment {
    width: 428px;
    -ms-flex-pack: inherit;
        justify-content: inherit;
    -ms-flex-align: inherit;
        align-items: inherit;
    gap: inherit;
    -ms-flex-flow: inherit;
        flex-flow: inherit;
  }
  .reco_comment > li {
    width: 100%;
    min-height: 100%;
    height: 282px;
    border-radius: var(--radius4);
    display: block;
    box-shadow: 8px 8px 0px #57c04d;
    text-align: center;
  }
  .reco_comment > li:after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #fff;
    width: 53px;
    height: 36px;
    position: absolute;
    bottom: -34px;
    left: 53px;
  }
  .reco_comment > li:before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #57c04d;
    width: 53px;
    height: 36px;
    position: absolute;
    bottom: -42px;
    left: 61px;
  }
  .reco_comment > li .ico {
    position: absolute;
    display: block;
  }
  .reco_comment > li .ico_1 {
    width: 114px;
    height: 126px;
    left: calc(50% - 57px);
    top: 20px;
  }
  .reco_comment > li.reco_comment_1 {
    padding-top: 160px;
    font-size: var(--fsize28);
  }
  .reco_comment > li .ico_2 {
    width: 118px;
    height: 122px;
    left: calc(50% - 59px);
    top: 20px;
  }
  .reco_comment > li.reco_comment_2 {
    padding-top: 160px;
    font-size: var(--fsize28);
    padding-left: 0;
  }
  .reco_comment > li .ico_3 {
    width: 160px;
    height: 152px;
    left: calc(50% - 80px);
    top: 10px;
  }
  .reco_comment > li.reco_comment_3 {
    padding-top: 160px;
    font-size: var(--fsize24);
    line-height: 1.5;
    padding-left: 0;
  }
  .reco_comment > li .ico_4 {
    width: 150px;
    height: 138px;
    left: calc(50% - 75px);
    top: 30px;
  }
  .reco_comment > li.reco_comment_4 {
    padding-top: 190px;
    font-size: var(--fsize28);
    padding-left: 0;
  }
  .otoku {
    background: #fff;
    text-align: center;
    padding: 120px 0;
  }
  .otoku_head {
    font-size: var(--fsize40);
  }
  .otoku_read {
    font-size: var(--fsize28);
    margin-top: 40px;
  }
  .otoku_nav, .plan_nav {
    gap: 2%;
    width: 88%;
    margin: 40px auto 0;
  }
  .otoku_nav > h3, .plan_nav > h3,
  .otoku_nav > button,
  .plan_nav > button {
    width: 49%;
    height: 120px;
    font-size: var(--fsize28);
    border-radius: var(--radius2);
  }
  .otoku_nav > h3.active:after, .plan_nav > h3.active:after,
  .otoku_nav > button.active:after,
  .plan_nav > button.active:after {
    width: 52px;
    height: 16px;
    left: calc(50% - 26px);
    bottom: -14px;
  }
  .otoku_slide {
    margin-top: 35px;
  }
  .otoku_slide .swiper-slide-next:before,
  .otoku_slide .swiper-slide-prev:before {
    opacity: 0;
  }
  .otoku_slide .swiper-button-next {
    right: 10px;
    top: calc(50% - 60px);
  }
  .otoku_slide .swiper-button-prev {
    left: 10px;
    top: calc(50% - 60px);
  }
  .otoku_slide_panel {
    width: 690px;
    border-radius: var(--radius4);
    background: var(--color-key);
    padding: 40px 20px 20px;
  }
  .panel_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 0 20px;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
    width: 100%;
  }
  .panel_head.-ev {
    padding: 0;
  }
  .panel_head.-ev .panel_head_img {
    width: 273px;
  }
  .panel_head.-yukadan {
    padding: 0;
  }
  .panel_head.-yukadan .panel_head_img {
    width: 267px;
  }
  .panel_head_img {
    width: 184px;
    position: relative;
  }
  .panel_head_in {
    text-align: left;
    position: static;
  }
  .panel_head_txt {
    font-size: var(--fsize38);
    line-height: 0.8;
  }
  .panel_head_txt .s {
    font-size: var(--fsize22);
  }
  .panel_head_hosoku {
    font-size: var(--fsize20);
    line-height: 1.4;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .panel_cost {
    display: block;
    margin-top: 40px;
    position: relative;
  }
  .panel_cost_1, .panel_cost_2, .panel_cost_3 {
    width: 88%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 0 10px;
  }
  .panel_cost_1 .label, .panel_cost_2 .label, .panel_cost_3 .label {
    font-size: var(--fsize24);
    line-height: 1.4;
  }
  .panel_cost_1 .cost, .panel_cost_2 .cost, .panel_cost_3 .cost {
    -ms-flex: 1;
        flex: 1;
    height: 80px;
    border-radius: var(--radius2);
    font-size: var(--fsize25);
    font-weight: 700;
  }
  .panel_cost_1 .cost .l, .panel_cost_2 .cost .l, .panel_cost_3 .cost .l {
    font-size: var(--fsize50);
  }
  .panel_cost_1 .list, .panel_cost_2 .list, .panel_cost_3 .list {
    font-size: var(--fsize20);
    margin-top: 5px;
    text-align: left;
  }
  .panel_cost_2 {
    padding-top: 60px;
  }
  .panel_cost_2 .label {
    padding-left: 20px;
  }
  .panel_cost_2:before {
    left: calc(50% - 15px);
    top: 26px;
  }
  .panel_cost_2:after {
    left: calc(50% - 1px);
    top: 12px;
  }
  .panel_cost_3 {
    width: 90%;
    margin: 30px auto 20px;
  }
  .panel_cost_3 .cost {
    height: 120px;
    border-radius: var(--radius3);
  }
  .panel_cost_3 .cost .l {
    font-size: var(--fsize60);
  }
  .panel_notes {
    font-size: var(--fsize20);
  }
  .panel_notes > li {
    text-align: left;
  }
  .otoku_txt {
    margin-top: 40px;
    font-size: var(--fsize28);
  }
  .otoku_btn {
    margin-top: 40px;
    font-size: var(--fsize32);
    font-weight: 500;
  }
  .plan {
    padding: 100px 0;
    text-align: center;
  }
  .plan .swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 6%;
  }
  .plan .swiper .swiper-button-next {
    display: block;
    position: absolute;
    left: calc(50% + 272px);
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  }
  .plan .swiper .swiper-button-next:after {
    display: none;
  }
  .plan .swiper .swiper-button-prev {
    display: block;
    position: absolute;
    left: calc(50% - 312px);
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
    transform: scale(-1, 1);
  }
  .plan .swiper .swiper-button-prev:after {
    display: none;
  }
  .plan .swiper-pagination {
    display: block;
  }
  .plan_head {
    font-size: var(--fsize50);
    font-weight: 400;
    line-height: 1.5;
  }
  .plan_btns {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: clamp(0px, 5.22vw, 40px);
    margin-top: clamp(0px, 5.22vw, 40px);
  }
  .plan_btn {
    width: clamp(0px, 75.62vw, 580px) !important;
    height: clamp(0px, 18.25vw, 140px) !important;
    -ms-flex-flow: column wrap !important;
        flex-flow: column wrap !important;
    gap: clamp(0px, 1.3vw, 10px);
    padding-left: clamp(0px, 2.61vw, 20px);
  }
  .plan_btn > img {
    height: clamp(0px, 4.95vw, 38px);
  }
  .plan_btn > .txt {
    font-size: clamp(0px, 3.65vw, var(--fsize28));
  }
  .plan_btn:after {
    width: clamp(0px, 10.43vw, 80px);
    height: clamp(0px, 10.43vw, 80px);
    left: clamp(0px, 2.61vw, 20px);
  }
  .plan_btn.-denki:after {
    background-size: auto clamp(0px, 7.82vw, 60px);
  }
  .plan_btn.-gas:after {
    background-size: auto clamp(0px, 7.82vw, 60px);
  }
  .plan_nav {
    margin-top: 60px;
  }
  .plan_nav > button {
    letter-spacing: -0.05em !important;
    background: #fff;
  }
  .plan_nav > button:first-child:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center var(--color-base);
    background-size: auto 30px;
    margin-right: 10px;
  }
  .plan_nav > button:last-child:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center var(--color-base);
    background-size: auto 30px;
    margin-right: 10px;
  }
  .plan_list {
    -ms-flex-pack: inherit;
        justify-content: inherit;
    -ms-flex-align: inherit;
        align-items: inherit;
    -ms-flex-flow: inherit;
        flex-flow: inherit;
    gap: inherit;
    margin-top: 35px;
  }
  .plan_list.-gas {
    display: block;
    width: 100%;
  }
  .plan_list.-gas:first-child {
    padding-bottom: 30px;
    border-bottom: none;
  }
  .plan_list.-gas:last-child {
    margin-top: 0;
  }
  .plan_list.-gas .swiper-wrapper {
    gap: inherit;
  }
  .plan_list.-gas .plan_panel {
    min-height: 560px;
  }
  .plan_list.-gas .plan_panel_txt {
    margin-bottom: 20px;
  }
  .plan_panel_head {
    font-size: var(--fsize32);
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .plan_panel {
    width: 504px;
    padding: 40px;
  }
  .plan_panel_img1 {
    width: 60.32786%;
    margin: 0 auto;
  }
  .plan_panel_img2 {
    width: 49.50819%;
    margin: 0 auto;
  }
  .plan_panel_img3 {
    width: 66.2295%;
    margin: 0 auto;
  }
  .plan_panel_img4 {
    width: 46.55737%;
    margin: 0 auto;
  }
  .plan_panel_img5 {
    width: 43.60655%;
    margin: 0 auto;
  }
  .plan_panel_img6 {
    width: 89.18032%;
    margin: 0 auto;
  }
  .plan_panel_img7 {
    width: 100%;
    margin: 0 auto;
  }
  .plan_panel_target {
    font-size: var(--fsize20);
    padding: 0 30px;
    min-height: 80px;
    margin: 20px auto 0;
  }
  .plan_panel_name {
    font-size: var(--fsize40);
  }
  .plan_panel_txt {
    font-size: var(--fsize24);
    margin-top: 20px;
  }
  .plan_panel_notes {
    margin-top: 10px;
  }
  .plan_panel_notes > li {
    font-size: var(--fsize20);
  }
  .plan_panel_btn {
    width: 294px;
    height: 70px;
    font-size: var(--fsize28);
    border-radius: var(--radius2);
    margin: 30px auto 0;
  }
  .features {
    padding-bottom: 100px;
  }
  .features_head {
    font-size: var(--fsize40);
  }
  .features_head .sub {
    gap: 10px;
    font-size: var(--fsize32);
  }
  .features_head .point {
    padding: 0 25px;
  }
  .features_toggle {
    width: 94%;
    border-top: 2px solid #000;
  }
  .features_toggle:first-of-type {
    margin-top: 50px;
  }
  .features_toggle:last-of-type {
    border-bottom: 2px solid #000;
  }
  .features_toggle_head {
    gap: 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    font-size: var(--fsize28);
    padding: 20px 60px 20px 20px;
  }
  .features_toggle_head .point {
    width: clamp(0px, 7.82vw, 60px);
    height: clamp(0px, 7.82vw, 60px);
    font-size: clamp(0px, 4.69vw, 36px);
  }
  .features_toggle_body_inner {
    text-align: left;
  }
  .features_img_1 {
    width: 572px;
    margin: 40px auto 0;
  }
  .features_img_2 {
    margin: 40px auto 0;
    max-width: 487px;
  }
  .features_btn {
    font-size: clamp(0px, 4.17vw, var(--fsize32));
    margin-top: clamp(0px, 9.13vw, 70px);
  }
  .features_btn .head {
    top: -30px;
    font-size: clamp(0px, 3.13vw, var(--fsize24));
    gap: clamp(0px, 1.96vw, 15px);
  }
  .features_btn .head:before {
    width: 1px;
    height: clamp(0px, 3.13vw, 24px);
    transform: rotate(-35deg);
  }
  .features_btn .head:after {
    width: 1px;
    height: clamp(0px, 3.13vw, 24px);
    transform: rotate(35deg);
  }
  .features_panel {
    width: 100%;
    background: #fff;
    border-radius: var(--radius2);
    text-align: center;
    padding: clamp(0px, 6.52vw, 50px) clamp(0px, 2.61vw, 20px) clamp(0px, 2.61vw, 20px);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
  }
  .features_panel_head {
    font-size: clamp(0px, 4.17vw, var(--fsize32));
    gap: clamp(0px, 2.61vw, 20px);
  }
  .features_panel_head .ico {
    font-size: clamp(0px, 2.61vw, var(--fsize20));
    padding-top: clamp(0px, 4.17vw, 32px);
    width: clamp(0px, 15.65vw, 120px);
    height: clamp(0px, 9.13vw, 70px);
  }
  .features_panel_head .ico.-denkigas:before {
    width: clamp(0px, 7.82vw, 60px);
    height: clamp(0px, 7.82vw, 60px);
    top: clamp(-30px, -3.91vw, 0px);
    left: calc(50% - clamp(0px, 3.91vw, 30px));
  }
  .features_panel_head .ico.-denki:before {
    width: clamp(0px, 3.91vw, 30px);
    height: clamp(0px, 7.82vw, 60px);
    top: clamp(-30px, -3.91vw, 0px);
    left: calc(50% - clamp(0px, 1.96vw, 15px));
  }
  .features_panel_col {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    margin: clamp(0px, 2.61vw, 20px) auto 0;
    gap: clamp(0px, 2.61vw, 20px);
  }
  .features_panel_txt {
    font-size: clamp(0px, 3.65vw, var(--fsize28));
  }
  .features_panel_btn {
    font-size: clamp(0px, 3.65vw, var(--fsize28));
    width: clamp(0px, 80%, 448px);
    height: clamp(0px, 13.04vw, 100px);
  }
  .features_panel_btn:before {
    width: clamp(0px, 2.35vw, 18px);
    height: clamp(0px, 2.35vw, 18px);
    right: clamp(0px, 1.96vw, 15px);
  }
  .features_panel_btn:hover {
    text-decoration: none;
  }
  .features_panel_img1,
  .features_panel_img2 {
    width: clamp(0px, 34.68vw, 266px);
  }
  .features_panel_img3 {
    width: clamp(0px, 37.81vw, 290px);
  }
  .features_panel_img4 {
    width: clamp(0px, 20.08vw, 154px);
  }
  .features_notes {
    margin-top: clamp(0px, 2.61vw, 20px);
  }
  .features_notes > li {
    font-size: clamp(0px, 2.61vw, var(--fsize20));
  }
  .merit {
    background: #fff;
    padding: 120px 0;
  }
  .meritDenki {
    position: relative;
  }
  .meritDenki_head, .meritGas_head {
    font-size: var(--fsize40);
    line-height: 1.5;
    padding-left: 0;
  }
  .meritDenki_head:before, .meritGas_head:before {
    content: "";
    position: absolute;
    left: -80px;
    width: 65px;
    height: 110px;
  }
  .meritDenki_enegori, .meritGas_enegori {
    left: calc(50% + 160px);
    top: -30px;
  }
  .meritDenki_col, .meritGas_col {
    margin-top: 120px;
    width: 94%;
    padding-left: 6%;
    border-radius: 0 40px 40px 0;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .meritDenki_fukidashi, .meritGas_fukidashi {
    width: 600px;
    height: 136px;
    border-radius: var(--radius2);
    font-size: var(--fsize28);
    left: calc(50% - 280px);
    top: -65px;
  }
  .meritDenki_img {
    width: 572px;
    margin: 0 auto;
  }
  .meritDenki_btn, .meritGas_btn {
    font-size: var(--fsize32);
    font-weight: 500;
    margin-top: 60px;
  }
  .meritGas {
    position: relative;
    margin-top: 120px;
  }
  .meritGas_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
  }
  .meritGas_head:before {
    width: 53px;
    height: 100px;
    content: "";
    position: absolute;
    left: calc(50% - 240px);
  }
  .meritGas_enegori {
    left: calc(50% + 160px);
    top: -40px;
  }
  .meritGas_col {
    margin-left: 6%;
    padding-left: 0;
    padding-right: 6%;
    border-radius: 40px 0 0 40px;
  }
  .meritGas_fukidashi {
    left: calc(50% - 320px);
  }
  .meritGas_img {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    width: 520px;
    margin: 0 auto;
    gap: 30px;
  }
  .meritGas_img img {
    width: 520px;
    height: auto;
  }
  .benefit {
    padding: 120px 0;
  }
  .benefit .swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 6%;
  }
  .benefit .swiper-pagination {
    display: block;
  }
  .benefit .swiper-button-next {
    display: block;
    position: absolute;
    left: calc(50% + 244px);
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  }
  .benefit .swiper-button-next:after {
    display: none;
  }
  .benefit .swiper-button-prev {
    display: block;
    position: absolute;
    left: calc(50% - 284px);
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denkigas/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
    transform: scale(-1, 1);
  }
  .benefit .swiper-button-prev:after {
    display: none;
  }
  .benefit_head {
    text-align: center;
    font-size: var(--fsize40);
    font-weight: 400;
    line-height: 1.5;
  }
  .benefit_list {
    -ms-flex-pack: inherit;
        justify-content: inherit;
    -ms-flex-align: inherit;
        align-items: inherit;
    -ms-flex-flow: inherit;
        flex-flow: inherit;
    gap: inherit;
    margin-top: 60px;
    width: 100%;
  }
  .benefit_panel {
    width: 448px;
    border-radius: var(--radius2);
    padding: 40px 20px;
    position: relative;
  }
  .benefit_panel_txt {
    font-size: var(--fsize20);
    margin-bottom: 30px;
  }
  .benefit_panel_txt .l {
    font-size: var(--fsize28);
    letter-spacing: 0;
  }
  .benefit_panel_tag {
    font-size: var(--fsize24);
    width: 200px;
    height: 50px;
  }
  .benefit_panel_img1,
  .benefit_panel_img2 {
    width: 266px;
  }
  .benefit_panel_img3 {
    width: 290px;
  }
  .benefit_panel_img4 {
    width: 154px;
  }
  .benefit_panel_name {
    font-size: var(--fsize36);
    font-weight: 500;
  }
  .benefit_btn {
    font-size: var(--fsize32);
  }
  .service {
    padding: 100px 0;
    background: #fff;
    gap: 60px;
  }
  .service_head {
    text-align: center;
    font-size: var(--fsize40);
    font-weight: 400;
    line-height: 1.5;
  }
  .service_list {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 60px;
  }
  .service_panel {
    width: 580px;
    background: #fff;
    border-radius: var(--radius2);
    text-align: center;
    padding: 40px 20px 30px;
    position: relative;
    color: #000;
    padding-left: 160px;
    text-align: left;
  }
  .service_panel.-denki {
    padding-left: 180px;
    box-shadow: 0px 6px 0px var(--color-denki-light-shadow);
  }
  .service_panel.-denki:before {
    content: "";
    width: 133px;
    height: 125px;
    left: 20px;
    top: calc(50% - 62px);
  }
  .service_panel.-gas {
    box-shadow: 0px 6px 0px var(--color-gas-light-shadow);
  }
  .service_panel.-gas:before {
    content: "";
    width: 112px;
    height: 176px;
    left: 30px;
    bottom: 0;
  }
  .service_panel:after {
    width: 16px;
    height: 16px;
    right: 15px;
    top: 15px;
  }
  .service_panel:hover {
    text-decoration: none;
  }
  .service_panel_tag {
    font-size: var(--fsize24);
    left: calc(50% - 100px);
    top: -25px;
    width: 200px;
    height: 50px;
  }
  .service_panel_txt {
    font-size: var(--fsize20);
  }
  .service_panel_name {
    font-size: var(--fsize32);
  }
  .contract {
    padding-bottom: 120px;
  }
  .contract_in {
    width: 88%;
    padding: 60px 0 80px;
  }
  .contract_head {
    font-size: var(--fsize40);
  }
  .contract_flow {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 50px;
    max-width: 580px;
    margin: 30px auto 0;
  }
  .contract_flow > li {
    width: 100%;
    padding: 30px 20px 40px 40px;
    position: relative;
  }
  .contract_flow > li + li:before {
    left: calc(50% - 10px);
    top: -33px;
    width: 40px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .contract_flow_num {
    width: 100px;
    height: 100px;
    left: 30px;
    top: 30px;
    font-size: var(--fsize20);
  }
  .contract_flow_num .l {
    font-size: var(--fsize40);
  }
  .contract_flow_ttl {
    text-align: left;
    font-size: var(--fsize36);
    line-height: 1.4;
    padding-left: 105px;
  }
  .contract_flow_list {
    margin: 30px auto 0;
  }
  .contract_flow_list > li {
    font-size: var(--fsize28);
    letter-spacing: 0;
    padding-left: 34px;
  }
  .contract_flow_list > li:before {
    width: 28px;
    height: 28px;
    top: 0.25em;
  }
  .contract_flow_img2 {
    margin: 30px auto 0;
    width: 224px;
  }
  .contract_flow_img3 {
    margin: 30px auto 0;
    width: 191px;
  }
  .contract_btn {
    margin-top: 40px;
    font-size: var(--fsize32);
  }
  .mov_list {
    margin-top: 30px;
  }
  .mov_list li {
    width: 75.62vw;
  }
  .mov_list li a {
    font-size: var(--fsize28);
  }
  .cp {
    padding: 120px 0;
  }
  .cp_head {
    font-size: var(--fsize40);
  }
  .cp_list {
    width: 620px;
    margin: 40px auto 0;
  }
  .cp_panel {
    background: #fff;
    border-radius: var(--radius2);
    color: #000;
    padding: 30px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
    position: relative;
  }
  .cp_panel:hover {
    text-decoration: none;
  }
  .cp_panel_img {
    width: 560px;
    border-radius: 14px;
    overflow: hidden;
  }
  .cp_panel_date {
    font-size: var(--fsize20);
  }
  .cp_panel_title {
    font-size: var(--fsize28);
  }
  .cp_panel_txt {
    font-size: var(--fsize20);
    margin-top: 8px;
  }
  .cp_panel_notes {
    font-size: var(--fsize20);
    margin-top: 10px;
  }
  .cp_panel_conv {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: var(--fsize28);
    margin-top: 30px;
    line-height: 1;
    padding: 20px 25px 20px 40px;
    border-radius: 14px;
    gap: 20px;
  }
  .cp_panel_conv:after {
    width: 10px;
    height: 18px;
  }
  .cp_panel_btns {
    margin: 40px auto 0;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
  }
  .cp_panel_btn {
    min-height: 100px;
    width: 100%;
    font-size: var(--fsize28);
  }
  .cp_panel_btn.-blank:before {
    right: 20px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .cp_btn {
    font-size: var(--fsize28);
    margin-top: 60px;
  }
  .info {
    padding: 100px 0;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 60px;
  }
  .info_head {
    font-size: var(--fsize40);
  }
  .info_col {
    width: 100%;
  }
  .info_txt {
    font-size: var(--fsize28);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    width: 88%;
    margin: 0 auto;
  }
  .info_btn {
    font-size: var(--fsize32);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  main {
    max-width: 100%;
  }
  .swiper-pagination {
    margin-top: 5.22vw;
  }
  .swiper-pagination-bullet {
    width: 2.09vw;
    height: 2.09vw;
    margin: 0 1.56vw !important;
  }
  .swiper-button-next {
    width: 7.82vw;
    height: 7.82vw;
    background-size: 1.69vw 3.39vw;
  }
  .swiper-button-prev {
    width: 7.82vw;
    height: 7.82vw;
    background-size: 1.69vw 3.39vw;
  }
  .swiper-play {
    width: 4.17vw;
    height: 4.17vw;
  }
  .swiper-play:before {
    background-color: #000;
    height: 2.61vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.61vw / 2 * 1.7320508076);
    left: calc(50% - 1.04vw);
    top: calc(50% - 1.3vw);
  }
  .swiper-play.-paused:before {
    width: 0.78vw;
    height: 2.09vw;
    left: 1.04vw;
    top: calc(50% - 1.04vw);
  }
  .swiper-play.-paused:after {
    width: 0.78vw;
    height: 2.09vw;
    right: 1.04vw;
    top: calc(50% - 1.04vw);
  }
  .slideBnr {
    padding-top: 2.61vw;
  }
  .slideBnr .bnr {
    border-radius: var(--radius4);
    max-width: 89.96vw;
  }
  .slideBnr .swiper-button-next {
    right: 1.3vw;
    top: calc(50% - 7.82vw);
  }
  .slideBnr .swiper-button-prev {
    left: 1.3vw;
    top: calc(50% - 7.82vw);
  }
  .slideBnr_ui {
    margin-top: 5.22vw;
    gap: 1.83vw;
  }
  .toggleBtn:not(.-toggleSp).-sizeS, .toggleBtn:not(.-toggleSp).-sizeL {
    font-size: 3.13vw;
    padding: 1.56vw 10.43vw;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico, .toggleBtn:not(.-toggleSp).-sizeL .ico {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:before, .toggleBtn:not(.-toggleSp).-sizeL .ico:before {
    width: 10px;
    top: 4px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:after, .toggleBtn:not(.-toggleSp).-sizeL .ico:after {
    height: 10px;
    left: 4px;
  }
  .mainCopy {
    gap: 5.22vw;
    padding: 5.22vw 0 7.82vw;
  }
  .mainCopy_head {
    font-size: 8.34vw;
  }
  .mainCopy_txt {
    font-size: 3.65vw;
    letter-spacing: 0;
  }
  .reco {
    padding: 7.82vw 5%;
    gap: 5.22vw;
  }
  .reco .swiper {
    padding: 0 1.04vw 13.04vw 0;
    width: 66.23vw;
  }
  .reco .swiper-button-next {
    width: 1.69vw;
    height: 3vw;
    right: 0.52vw;
    top: calc(50% - 1.96vw);
  }
  .reco .swiper-button-prev {
    width: 1.69vw;
    height: 3vw;
    top: calc(50% - 1.96vw);
  }
  .reco_head {
    width: 22.95vw;
    margin-top: 3.91vw;
  }
  .reco_person {
    width: 17.08vw;
    bottom: 13.04vw;
    left: 8.47vw;
  }
  .reco_comment {
    width: 55.8vw;
  }
  .reco_comment > li {
    height: 36.77vw;
    border-radius: var(--radius4);
    box-shadow: 1.04vw 1.04vw 0px #57c04d;
  }
  .reco_comment > li:after {
    width: 6.91vw;
    height: 4.69vw;
    bottom: -4.43vw;
    left: 6.91vw;
  }
  .reco_comment > li:before {
    width: 6.91vw;
    height: 4.69vw;
    bottom: -5.48vw;
    left: 7.95vw;
  }
  .reco_comment > li .ico_1 {
    width: 14.86vw;
    height: 16.43vw;
    left: calc(50% - 7.43vw);
    top: 2.61vw;
  }
  .reco_comment > li.reco_comment_1 {
    padding-top: 20.86vw;
    font-size: 3.65vw;
  }
  .reco_comment > li .ico_2 {
    width: 15.38vw;
    height: 15.91vw;
    left: calc(50% - 7.69vw);
    top: 2.61vw;
  }
  .reco_comment > li.reco_comment_2 {
    padding-top: 20.86vw;
    font-size: 3.65vw;
  }
  .reco_comment > li .ico_3 {
    width: 20.86vw;
    height: 19.82vw;
    left: calc(50% - 10.43vw);
    top: 1.3vw;
  }
  .reco_comment > li.reco_comment_3 {
    padding-top: 20.86vw;
    font-size: 3.13vw;
  }
  .reco_comment > li .ico_4 {
    width: 19.56vw;
    height: 17.99vw;
    left: calc(50% - 9.78vw);
    top: 3.91vw;
  }
  .reco_comment > li.reco_comment_4 {
    padding-top: 24.77vw;
    font-size: 3.65vw;
  }
  .otoku {
    padding: 15.65vw 0;
  }
  .otoku_head {
    font-size: 5.22vw;
  }
  .otoku_read {
    font-size: 3.65vw;
    margin-top: 5.22vw;
  }
  .otoku_nav, .plan_nav {
    gap: 2%;
    width: 88%;
    margin: 5.22vw auto 0;
  }
  .otoku_nav > h3, .plan_nav > h3,
  .otoku_nav > button,
  .plan_nav > button {
    height: 15.65vw;
    font-size: 3.65vw;
    border-radius: var(--radius2);
  }
  .otoku_nav > h3.active:after, .plan_nav > h3.active:after,
  .otoku_nav > button.active:after,
  .plan_nav > button.active:after {
    width: 6.78vw;
    height: 2.09vw;
    left: calc(50% - 3.39vw);
    bottom: -1.83vw;
  }
  .otoku_slide {
    margin-top: 4.56vw;
  }
  .otoku_slide .swiper-button-next {
    right: 1.3vw;
    top: calc(50% - 7.82vw);
  }
  .otoku_slide .swiper-button-prev {
    left: 1.3vw;
    top: calc(50% - 7.82vw);
  }
  .otoku_slide_panel {
    width: 89.96vw;
    border-radius: var(--radius4);
    padding: 5.22vw 2.61vw;
  }
  .panel_head {
    gap: 0 2.61vw;
  }
  .panel_head.-ev .panel_head_img {
    width: 35.59vw;
  }
  .panel_head.-yukadan .panel_head_img {
    width: 34.81vw;
  }
  .panel_head_img {
    width: 23.99vw;
    position: relative;
  }
  .panel_head_txt {
    font-size: 4.95vw;
  }
  .panel_head_txt .s {
    font-size: 2.87vw;
  }
  .panel_head_hosoku {
    font-size: 2.61vw;
    margin-top: 1.3vw;
  }
  .panel_cost {
    margin-top: 5.22vw;
  }
  .panel_cost_1, .panel_cost_2, .panel_cost_3 {
    gap: 0 1.3vw;
  }
  .panel_cost_1 .label, .panel_cost_2 .label, .panel_cost_3 .label {
    font-size: 3.13vw;
  }
  .panel_cost_1 .cost, .panel_cost_2 .cost, .panel_cost_3 .cost {
    height: 10.43vw;
    font-size: 3.26vw;
  }
  .panel_cost_1 .cost .l, .panel_cost_2 .cost .l, .panel_cost_3 .cost .l {
    font-size: 6.52vw;
  }
  .panel_cost_1 .list, .panel_cost_2 .list, .panel_cost_3 .list {
    font-size: 2.61vw;
    margin-top: 0.65vw;
  }
  .panel_cost_2 {
    padding-top: 7.82vw;
  }
  .panel_cost_2 .label {
    padding-left: 2.61vw;
  }
  .panel_cost_2:before {
    width: 3.91vw;
    height: 2px;
    left: calc(50% - 1.96vw);
    top: 3.39vw;
  }
  .panel_cost_2:after {
    height: 3.91vw;
    width: 2px;
    left: calc(50% - 1px);
    top: 1.56vw;
  }
  .panel_cost_3 {
    margin: 3.91vw auto 2.61vw;
  }
  .panel_cost_3 .cost {
    height: 15.65vw;
  }
  .panel_cost_3 .cost .l {
    font-size: 7.82vw;
  }
  .panel_notes {
    font-size: 2.61vw;
  }
  .otoku_txt {
    margin-top: 5.22vw;
    font-size: 3.65vw;
  }
  .otoku_btn {
    margin-top: 5.22vw;
    font-size: 4.17vw;
  }
  .plan {
    padding: 13.04vw 0;
  }
  .plan .swiper .swiper-button-next {
    left: calc(50% + 39.37vw);
    top: 50%;
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .plan .swiper .swiper-button-prev {
    left: calc(50% - 44.59vw);
    top: 50%;
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .plan_head {
    font-size: 6.52vw;
  }
  .plan_nav {
    margin-top: 7.82vw;
  }
  .plan_nav > button:first-child:before {
    width: 5.22vw;
    height: 5.22vw;
    background-size: auto 3.91vw;
    margin-right: 1.3vw;
  }
  .plan_nav > button:last-child:before {
    width: 5.22vw;
    height: 5.22vw;
    background-size: auto 3.91vw;
    margin-right: 1.3vw;
  }
  .plan_list {
    margin-top: 4.56vw;
  }
  .plan_list.-gas:first-child {
    margin-top: 3.91vw;
    padding-bottom: 3.91vw;
  }
  .plan_list.-gas:last-child {
    margin-top: 0;
  }
  .plan_list.-gas .plan_panel {
    min-height: 71.71vw;
    padding: 5.22vw;
  }
  .plan_list.-gas .plan_panel_txt {
    margin-bottom: 2.61vw;
  }
  .plan_panel_head {
    font-size: 4.17vw;
    padding-top: 3.91vw;
    margin-bottom: 3.91vw;
  }
  .plan_panel {
    width: 65.71vw;
    padding: 5.22vw 2.61vw;
  }
  .plan_panel_target {
    font-size: 2.61vw;
    padding: 0 3.91vw;
    min-height: 10.43vw;
    margin: 2.61vw auto 0;
  }
  .plan_panel_name {
    font-size: 5.22vw;
  }
  .plan_panel_txt {
    font-size: 3.13vw;
    margin-top: 2.61vw;
  }
  .plan_panel_notes {
    margin-top: 1.3vw;
  }
  .plan_panel_notes > li {
    font-size: 2.61vw;
  }
  .plan_panel_btn {
    width: 38.33vw;
    height: 9.13vw;
    font-size: 3.65vw;
    margin: 3.91vw auto 0;
  }
  .plan_panel_btn:before {
    width: 2.61vw;
    height: 2.61vw;
    right: 1.3vw;
    top: calc(50% - 1.3vw);
  }
  .features {
    padding-bottom: 13.04vw;
  }
  .features_head {
    font-size: 5.22vw;
  }
  .features_head .sub {
    gap: 1.3vw;
    font-size: 4.17vw;
  }
  .features_head .point {
    padding: 0 3.26vw;
  }
  .features_toggle {
    border-top: 1px solid #000;
  }
  .features_toggle:first-of-type {
    margin-top: 6.52vw;
  }
  .features_toggle:last-of-type {
    border-bottom: 1px solid #000;
  }
  .features_toggle_head {
    gap: 2.61vw;
    font-size: 3.65vw !important;
    padding: 2.61vw 7.82vw 2.61vw 2.61vw !important;
  }
  .features_toggle_body {
    margin-bottom: 5.22vw;
  }
  .features_btn .head {
    top: -3.91vw;
  }
  .merit {
    padding: 15.65vw 0;
  }
  .meritDenki_head, .meritGas_head {
    font-size: 5.22vw;
  }
  .meritDenki_head:before, .meritGas_head:before {
    left: -10.43vw;
    width: 8.47vw;
    height: 14.34vw;
  }
  .meritDenki_enegori, .meritGas_enegori {
    width: 20.47vw;
    left: calc(50% + 20.86vw);
    top: -3.91vw;
  }
  .meritDenki_col, .meritGas_col {
    margin-top: 15.65vw;
    width: 94%;
    padding-left: 6%;
    border-radius: 0 5.22vw 5.22vw 0;
    padding-top: 18.25vw;
    padding-bottom: 13.04vw;
  }
  .meritDenki_fukidashi, .meritGas_fukidashi {
    width: 78.23vw;
    height: 17.73vw;
    font-size: 3.65vw;
    left: calc(50% - 36.51vw);
    top: -8.47vw;
  }
  .meritDenki_img {
    width: 74.58vw;
  }
  .meritDenki_btn, .meritGas_btn {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .meritGas {
    margin-top: 15.65vw;
  }
  .meritGas_head:before {
    width: 6.91vw;
    height: 13.04vw;
    left: calc(50% - 31.29vw);
  }
  .meritGas_enegori {
    width: 23.08vw;
    left: calc(50% + 20.86vw);
    top: -5.22vw;
  }
  .meritGas_col {
    margin-left: 6%;
    padding-left: 0;
    padding-right: 6%;
    border-radius: 5.22vw 0 0 5.22vw;
  }
  .meritGas_fukidashi {
    left: calc(50% - 41.72vw);
  }
  .meritGas_img {
    width: 67.8vw;
    gap: 3.91vw;
  }
  .meritGas_img img {
    width: 67.8vw;
  }
  .benefit {
    padding: 15.65vw 0;
  }
  .benefit .swiper-button-next {
    left: calc(50% + 35.72vw);
    top: 50%;
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .benefit .swiper-button-prev {
    left: calc(50% - 40.94vw);
    top: 50%;
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .benefit_head {
    font-size: 5.22vw;
  }
  .benefit_list {
    margin-top: 7.82vw;
  }
  .benefit_panel {
    width: 58.41vw;
    padding: 5.22vw 2.61vw;
  }
  .benefit_panel_txt {
    font-size: 2.61vw;
    margin-bottom: 3.91vw;
  }
  .benefit_panel_txt .l {
    font-size: 3.65vw;
  }
  .benefit_panel_tag {
    font-size: 3.13vw;
    width: 26.08vw;
    height: 6.52vw;
    margin-top: 3.91vw;
  }
  .benefit_panel_img1,
  .benefit_panel_img2 {
    width: 34.68vw;
  }
  .benefit_panel_img3 {
    width: 37.81vw;
  }
  .benefit_panel_img4 {
    width: 20.08vw;
  }
  .benefit_panel_name {
    font-size: 4.69vw;
  }
  .benefit_btn {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .service {
    padding: 13.04vw 0;
    gap: 7.82vw;
  }
  .service_head {
    font-size: 5.22vw;
  }
  .service_list {
    gap: 7.82vw;
  }
  .service_panel {
    width: 75.62vw;
    padding: 5.22vw 2.61vw 3.91vw;
    padding-left: 20.86vw;
  }
  .service_panel.-denki {
    padding-left: 23.47vw;
    box-shadow: 0px 0.78vw 0px var(--color-denki-light-shadow);
  }
  .service_panel.-denki:before {
    width: 17.34vw;
    height: 16.3vw;
    left: 2.61vw;
    top: calc(50% - 8.08vw);
  }
  .service_panel.-gas {
    box-shadow: 0px 0.78vw 0px var(--color-gas-light-shadow);
  }
  .service_panel.-gas:before {
    width: 14.6vw;
    height: 22.95vw;
    left: 3.91vw;
  }
  .service_panel:after {
    width: 2.61vw;
    height: 2.61vw;
    right: 2.61vw;
    top: 2.61vw;
  }
  .service_panel:hover {
    text-decoration: none;
  }
  .service_panel_tag {
    font-size: 3.13vw;
    left: calc(50% - 13.04vw);
    top: -3.26vw;
    width: 26.08vw;
    height: 6.52vw;
  }
  .service_panel_txt {
    font-size: 2.61vw;
  }
  .service_panel_name {
    font-size: 4.17vw;
  }
  .contract {
    padding-bottom: 15.65vw;
  }
  .contract_in {
    padding: 7.82vw 0 10.43vw;
  }
  .contract_head {
    font-size: 5.22vw;
  }
  .contract_flow {
    gap: 6.52vw;
    max-width: 75.62vw;
    margin: 3.91vw auto 0;
  }
  .contract_flow > li {
    padding: 3.91vw 2.61vw 5.22vw 5.22vw;
    position: relative;
  }
  .contract_flow > li + li:before {
    left: calc(50% - 1.3vw);
    top: -4.3vw;
    width: 5.22vw;
    height: 2.61vw;
  }
  .contract_flow_num {
    width: 13.04vw;
    height: 13.04vw;
    left: 3.91vw;
    top: 3.91vw;
    font-size: 2.61vw;
  }
  .contract_flow_num .l {
    font-size: 5.22vw;
  }
  .contract_flow_ttl {
    font-size: 4.69vw;
    padding-left: 13.69vw;
  }
  .contract_flow_list {
    margin: 3.91vw auto 0;
  }
  .contract_flow_list > li {
    font-size: 3.65vw;
    padding-left: 4.43vw;
  }
  .contract_flow_list > li:before {
    width: 3.65vw;
    height: 3.65vw;
    top: 0.25em;
  }
  .contract_flow_img2 {
    margin: 3.91vw auto 0;
    width: 29.2vw;
  }
  .contract_flow_img3 {
    margin: 3.91vw auto 0;
    width: 24.9vw;
  }
  .contract_btn {
    margin-top: 5.22vw;
    font-size: 4.17vw;
  }
  .mov_list {
    margin-top: 3.91vw;
  }
  .mov_list li a {
    font-size: 3.65vw;
  }
  .cp {
    padding: 15.65vw 0;
  }
  .cp_head {
    font-size: 5.22vw;
  }
  .cp_list {
    width: 80.83vw;
    margin: 5.22vw auto 0;
  }
  .cp_panel {
    padding: 3.91vw;
    gap: 2.61vw;
  }
  .cp_panel:not(:first-child) {
    margin-top: 5.22vw;
  }
  .cp_panel_img {
    width: 73.01vw;
    border-radius: 1.83vw;
  }
  .cp_panel_date {
    font-size: 2.61vw;
  }
  .cp_panel_title {
    font-size: 3.65vw;
  }
  .cp_panel_txt {
    font-size: 2.61vw;
    margin-top: 1.04vw;
  }
  .cp_panel_notes {
    font-size: 2.61vw;
    margin-top: 1.3vw;
  }
  .cp_panel_conv {
    font-size: 3.65vw;
    margin-top: 3.91vw;
    padding: 2.61vw 3.26vw 2.61vw 5.22vw;
    border-radius: 1.83vw;
  }
  .cp_panel_conv:after {
    width: 1.3vw;
    height: 2.35vw;
  }
  .cp_panel_btns {
    margin: 5.22vw auto 0;
    gap: 2.61vw;
  }
  .cp_panel_btn {
    min-height: 13.04vw;
    font-size: 3.65vw;
  }
  .cp_panel_btn.-blank:before {
    right: 2.61vw;
    top: calc(50% - 1.56vw);
    width: 3.13vw;
    height: 3.13vw;
  }
  .cp_btn {
    font-size: 3.65vw;
    margin-top: 7.82vw;
  }
  .info {
    padding: 13.04vw 0;
    gap: 7.82vw;
  }
  .info_head {
    font-size: 5.22vw;
  }
  .info_txt {
    font-size: 3.65vw;
  }
  .info_btn {
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
}