body {
  background: #fff;
}

.footerBack {
  display: none !important;
}

#globalFooter .footerContact {
  background: #e8f2f7;
  /*
    .footerContactIn{
      width: 1200px;
    }
  */
}
#globalFooter .ouchi {
  background: #fff;
}

.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(/gas/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(/gas/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;
}

.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 {
  overflow: hidden;
}

.slideBnr {
  box-sizing: border-box;
  line-height: 2;
  position: relative;
  background: var(--color-base);
  padding-bottom: 80px;
}
.slideBnr:before {
  content: "";
  width: 100%;
  height: 550px;
  background: url(/gas/cmn/img/cmn_ptn.svg) no-repeat center bottom/cover;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slideBnr .bnr {
  display: block;
  border-radius: var(--radius4);
  overflow: hidden;
  position: relative;
  width: 1200px;
  transition-property: transform, opacity;
}
.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% - 60px);
}
.slideBnr .swiper-button-prev {
  left: calc(50% - 670px);
  top: calc(50% - 60px);
}

@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;
}

.plan {
  padding: 120px 0;
  text-align: center;
  background: #e8f2f7;
}
.plan .swiper {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.plan_head {
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}
.plan_head > a {
  color: #000;
}
.plan_head > a:hover {
  text-decoration: none;
}

.plan_sub {
  font-size: var(--fsize18);
  line-height: 1.5;
  position: relative;
}

.planArea {
  padding-top: 10px;
  width: clamp(0px, 94%, 620px);
  margin: 0 auto;
}

.planArea_toggle_head {
  font-size: var(--fsize18) !important;
  border: 2px solid #000;
}

.planArea_toggle_body {
  padding-top: 20px;
}

.planArea_txt {
  font-size: var(--fsize16);
}

.planArea_label {
  position: relative;
  display: block;
  margin: 20px auto 0;
  width: 320px;
  text-align: left;
}
.planArea_label:before {
  content: "";
  display: block;
  background: url(/gas/cmn/img/ico_zip.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  z-index: 1;
  pointer-events: none;
}
.planArea_label input[type=tel] {
  width: 100%;
  padding: 16px 16px 16px 42px;
  position: relative;
  border-radius: var(--radius2);
}

.planArea_btn {
  --btn-width: 240px !important;
  margin-top: 10px;
  font-size: var(--fsize16);
  background: var(--color-blue-dirk) !important;
  color: #fff !important;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  .planArea_btn:hover {
    opacity: 0.7;
  }
}
.planArea_btn.-none {
  pointer-events: none !important;
  background-color: #b6b6b6 !important;
  color: #fff !important;
}

.planArea_anser {
  margin: 20px auto 0;
  position: relative;
  border: 2px solid #000;
  border-radius: var(--radius2);
  padding: 20px;
  background: #fff;
}
.planArea_anser.-error {
  background: #ffe0e0;
}
.planArea_anser.-error:after {
  border-color: transparent transparent #ffe0e0;
}
.planArea_anser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #000;
  translate: -50% -100%;
}
.planArea_anser:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 17.2px 17.2px 17.2px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

.planArea_anser_txt {
  font-size: var(--fsize18);
}

.planArea_anser_notes {
  display: inline-block;
  text-align: center;
  margin: 10px auto 0;
}
.planArea_anser_notes > li {
  font-size: var(--fsize12);
}

.layerConatiner {
  overflow: hidden;
  position: relative;
}

.planAreaApp .alert {
  background: var(--color-alert);
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  padding: 6px 10px 6px 10px;
  border-radius: var(--radius1);
  font-size: var(--fsize14);
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
  letter-spacing: normal;
}
.planAreaApp .loading {
  z-index: 8;
}
.planAreaApp .loading .loadingIndicatorIcon {
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  display: block;
  width: 32px;
  height: 32px;
  box-sizing: content-box;
  background: #fff;
}
.planAreaApp .simLayer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--color-base);
}
.planAreaApp .simLayer.-loading {
  z-index: 9;
}
.planAreaApp .errorLayer {
  z-index: 10;
  /*padding-top: 100px;*/
  text-align: center;
  font-weight: bold;
}
.planAreaApp .errorLayer .errorTitle {
  font-size: var(--fsize26);
}
.planAreaApp .errorLayer .errorText {
  margin: 24px auto 0 auto;
  max-width: 85%;
  font-size: var(--fsize16);
}
.planAreaApp .errorLayer .layerCloseBtn {
  display: block;
  margin: 50px auto 0 auto;
  width: 180px;
  height: 40px;
}

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

.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;
}
.plan_nav > button {
  width: 380px;
  height: 60px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: var(--fsize20);
  border-radius: var(--radius1);
  cursor: pointer;
  position: relative;
  color: #000;
}
.plan_nav > button.active {
  background: #006eac;
  color: #fff;
  pointer-events: none;
}
.plan_nav > button.active:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 10px;
  background: #006eac;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -8px;
}

.plan_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 1080px;
  gap: 30px;
  margin: 35px auto 0;
  border-radius: var(--radius3);
  border: 2px solid #fff;
  padding: 30px;
}
.plan_list:last-child {
  margin-top: 30px;
}
.plan_list .swiper-wrapper {
  gap: 30px;
}
.plan_list .swiper-pagination {
  display: none;
}

.plan_panel_head {
  font-size: var(--fsize32);
  font-weight: 400;
  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-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

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

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

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

.plan_panel_target {
  font-size: var(--fsize14);
  border: 1px solid #000;
  display: table;
  padding: 0 20px;
  border-radius: 40px;
  margin: 20px auto 0;
}

.plan_panel_name {
  font-size: var(--fsize28);
  font-weight: 400;
}
.plan_panel_name .s {
  font-size: var(--fsize14);
}

.plan_panel_txt {
  margin-top: 10px;
  margin-bottom: 10px;
}

.plan_panel_fee {
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1.2;
  margin-top: auto;
}
.plan_panel_fee .urbanist {
  font-size: var(--fsize36);
}

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

@media screen and (max-width: 1200px) {
  .plan_list {
    width: 900px;
    gap: 15px;
    padding: 15px;
  }
  .plan_list .swiper-wrapper {
    gap: 15px;
  }
  .plan_panel {
    width: 320px;
    padding: 15px;
  }
  .plan_panel_head {
    font-size: var(--fsize28);
  }
  .plan_panel_txt {
    font-size: var(--fsize14);
  }
}
.matomete {
  padding: 80px 0;
  background: linear-gradient(#fff 50%, #f0f0f0 100%);
}

.matomete_head {
  width: 432px;
  margin: 0 auto;
}

.matomete_img {
  width: 940px;
  margin: 40px auto 50px;
}

.matomete_cost {
  width: 516px;
  margin: 0 auto;
}

.matomete_notes {
  display: table;
  margin: 10px auto 0;
  text-align: center;
}
.matomete_notes > li {
  font-size: var(--fsize12);
}

.matomete_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
  background: var(--color-denkigas-key) !important;
}

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

.meritGas {
  position: relative;
  padding: 120px 0;
}
.meritGas .swiper {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.meritGas .swiper-pagination {
  display: none;
}

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

.meritGas_col {
  margin: 120px auto 0;
  background: #f0f0f0;
  width: calc(100% - 8.42vw);
  border-radius: 80px;
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}
.meritGas_col .swiper-button-next,
.meritGas_col .swiper-button-prev {
  display: none;
}

.meritGas_fukidashi {
  padding: 0 30px;
  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;
  gap: 20px;
  font-size: var(--fsize20);
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  left: calc(50% - 310px);
  top: -65px;
  text-align: left;
  box-shadow: 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
}
.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;
}
.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;
}
.meritGas_fukidashi > .l {
  font-size: var(--fsize28);
}
.meritGas_fukidashi > .num {
  width: 70px;
  height: 70px;
}

.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_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;
  }
}
.meritGas_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 60px;
  text-align: center;
}

.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;
}

.benefit_panel {
  width: 320px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 30px 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.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_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: #7fd2ff;
  color: #000;
  border-radius: var(--radius1);
  margin: 20px auto 0;
  position: relative;
}
.benefit_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%);
}
.benefit_panel_btn:hover {
  text-decoration: none;
}

.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;
  margin-top: 30px;
}

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

@media screen and (max-width: 1300px) {
  .benefit_list {
    width: 670px;
    margin: 0 auto;
    gap: 30px;
  }
}
.benefit_bnr {
  display: block;
  max-width: 780px;
  width: 90%;
  border-radius: var(--radius2);
  overflow: hidden;
  margin: 40px auto 0;
}

.features {
  padding: 120px 0;
}

.features_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 2.2;
}
.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;
}

.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);
  font-weight: 500;
  line-height: 1.4;
}

.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: #7fd2ff;
  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);
}

.service_col {
  max-width: 1000px;
  width: 94%;
  background: #f0f0f0;
  border-radius: var(--radius4);
  padding: 40px 180px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  margin: 100px auto 0;
}

.service_head_ttl {
  font-size: var(--fsize34);
  font-weight: 500;
  text-align: center;
}

.service_txt {
  font-size: var(--fsize18);
  margin-top: 20px;
}

.service_img {
  background: #fff;
  border-radius: var(--radius2);
  padding: clamp(0px, 2.61vw, 20px);
  margin-top: clamp(0px, 2.61vw, 20px);
  text-align: center;
  font-size: 1px;
  position: relative;
  overflow: hidden;
}
.service_img.-gas > img {
  width: clamp(0px, 44.46vw, 341px);
  height: auto;
  margin-right: clamp(0px, 15.65vw, 120px);
}
.service_img.-gas:before {
  content: "";
  width: clamp(0px, 11.73vw, 90px);
  height: clamp(0px, 19.95vw, 153px);
  background: url(/gas/img/service_ico_2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% + clamp(0px, 19.56vw, 150px));
  bottom: -10px;
}

.service_btn {
  --btn-width: 420px;
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
}

.mov {
  padding: 120px 0 0;
  background: #e8f2f7;
}

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

.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(/gas/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;
  background: #e8f2f7;
}

.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-gas-light);
  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(/gas/cmn/img/ico_ar_r.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: start;
      align-items: flex-start;
  gap: 60px;
}

.info_head {
  font-size: var(--fsize40);
  font-weight: 400;
  margin-top: -15px;
}

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

.info_other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
  gap: 2%;
}
.info_other > .btn {
  --btn-width: 49%;
  box-shadow: none;
  background: #f0f0f0;
  font-size: var(--fsize16);
}
.info_other > .btn:before {
  right: 10px;
}

@media screen and (max-width: 1024px) {
  .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(/gas/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(/gas/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 {
    /*
        .swiper-button-next{
          display: block;
          right: 10px;
          top: calc( 50% - 60px );
        }

        .swiper-button-prev{
          display: block;
          left: 10px;
          top: calc( 50% - 60px );
        }
    */
  }
  .slideBnr:after {
    content: "";
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
  .slideBnr:before {
    height: 200px;
  }
  .slideBnr .bnr {
    border-radius: var(--radius4);
    max-width: 690px;
    width: 90%;
  }
  .slideBnr .swiper-slide-next:before,
  .slideBnr .swiper-slide-prev:before {
    opacity: 0;
  }
  .plan {
    padding: 100px 0;
    text-align: center;
  }
  .plan .swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 6%;
  }
  .plan .swiper-button-next {
    display: block;
    position: absolute;
    left: calc(50% + 272px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/gas/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  }
  .plan .swiper-button-next:after {
    display: none;
  }
  .plan .swiper-button-prev {
    display: block;
    position: absolute;
    left: calc(50% - 312px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/gas/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-button-prev:after {
    display: none;
  }
  .plan_head {
    font-size: var(--fsize50);
    font-weight: 400;
    line-height: 1.5;
  }
  .plan_sub {
    font-size: var(--fsize24);
    margin-top: 15px;
  }
  .plan_nav {
    gap: 2%;
    width: 88%;
    margin: 40px auto 0;
  }
  .plan_nav > button {
    width: 49%;
    height: 120px;
    font-size: var(--fsize28);
    border-radius: var(--radius2);
    line-height: 1.4;
  }
  .plan_nav > button.active:after {
    width: 52px;
    height: 16px;
    left: calc(50% - 26px);
    bottom: -14px;
  }
  .planArea {
    padding-top: clamp(0px, 2.61vw, 20px);
  }
  .planArea_toggle_head {
    font-size: clamp(0px, 3.13vw, var(--fsize24)) !important;
  }
  .planArea_toggle_body {
    padding-top: clamp(0px, 2.61vw, 20px);
  }
  .planArea_txt {
    font-size: clamp(10px, 3.65vw, var(--fsize28));
  }
  .planArea_label {
    width: clamp(0px, 57.37vw, 440px);
    margin: clamp(0px, 2.61vw, 20px) auto 0;
  }
  .planArea_label:before {
    left: clamp(0px, 4.17vw, 32px);
    top: calc(50% - clamp(0px, 2.09vw, 16px));
    width: clamp(0px, 4.17vw, 32px);
    height: clamp(0px, 4.17vw, 32px);
  }
  .planArea_label input[type=tel] {
    padding: clamp(0px, 3.91vw, 30px) clamp(0px, 3.91vw, 30px) clamp(0px, 3.91vw, 30px) clamp(0px, 10.95vw, 84px);
    font-size: clamp(10px, 4.17vw, var(--fsize32));
  }
  .planArea_btn {
    max-width: 100% !important;
    width: clamp(0px, 57.37vw, 440px) !important;
    margin-top: clamp(0px, 1.3vw, 10px);
    font-size: clamp(10px, 4.17vw, var(--fsize32));
  }
  .planArea_anser {
    margin: clamp(0px, 2.61vw, 20px) auto 0;
    padding: clamp(0px, 2.61vw, 20px);
  }
  .planArea_anser:before {
    border-width: 0 clamp(0px, 2.61vw, 20px) clamp(0px, 2.61vw, 20px) clamp(0px, 2.61vw, 20px);
  }
  .planArea_anser:after {
    border-width: 0 clamp(0px, 2.24vw, 17.2px) clamp(0px, 2.24vw, 17.2px) clamp(0px, 2.24vw, 17.2px);
  }
  .planArea_anser_txt {
    font-size: clamp(10px, 3.65vw, var(--fsize28));
  }
  .planArea_anser_notes {
    margin: clamp(0px, 1.3vw, 10px) auto 0;
  }
  .planArea_anser_notes > li {
    font-size: clamp(10px, 2.61vw, var(--fsize20));
  }
  .plan_list {
    display: block;
    width: 94%;
    -ms-flex-pack: inherit;
        justify-content: inherit;
    -ms-flex-align: inherit;
        align-items: inherit;
    gap: inherit;
    margin-top: 35px;
    padding: 30px 0 40px;
  }
  .plan_list .swiper-wrapper {
    gap: inherit;
  }
  .plan_list .swiper-pagination {
    display: block;
  }
  .plan_panel_head {
    font-size: var(--fsize32);
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .plan_panel {
    width: 504px;
    padding: 40px;
    min-height: 580px;
  }
  .plan_panel_img1 {
    width: 60.32786%;
    margin: 0 auto;
  }
  .plan_panel_img4 {
    width: 89.18032%;
    margin: 0 auto;
  }
  .plan_panel_img5 {
    width: 100%;
    margin: 0 auto;
  }
  .plan_panel_target {
    font-size: var(--fsize20);
    padding: 0 20px;
    margin: 20px auto 0;
  }
  .plan_panel_name {
    font-size: var(--fsize40);
  }
  .plan_panel_txt {
    font-size: var(--fsize24);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .plan_panel_fee {
    font-size: var(--fsize28);
  }
  .plan_panel_fee .lineY:after {
    height: 10px;
  }
  .plan_panel_fee .urbanist {
    font-size: var(--fsize52);
  }
  .plan_btn {
    margin-top: 60px;
    font-size: var(--fsize32);
  }
  .matomete {
    padding: 80px 0;
  }
  .matomete_head {
    max-width: 432px;
    width: 73.67441%;
    margin: 0 auto;
  }
  .matomete_img {
    max-width: 506px;
    width: 86.294568%;
  }
  .matomete_cost {
    max-width: 516px;
    width: 88%;
  }
  .matomete_notes {
    margin: 10px auto 0;
  }
  .matomete_notes > li {
    font-size: var(--fsize20);
  }
  .matomete_btn {
    font-size: var(--fsize32);
    font-weight: 500;
    margin-top: 40px;
  }
  .meritGas {
    position: relative;
  }
  .meritGas .swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 6%;
  }
  .meritGas .swiper-pagination {
    display: block;
  }
  .meritGas_head {
    font-size: var(--fsize40);
    line-height: 1.5;
    padding-left: 70px;
  }
  .meritGas_head:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 53px;
    height: 100px;
    top: calc(50% - 50px);
  }
  .meritGas_col {
    margin-top: 120px;
    width: 94%;
    border-radius: 40px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
  }
  .meritGas_col .swiper-button-next {
    display: block;
    position: absolute;
    left: calc(50% + 244px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/gas/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  }
  .meritGas_col .swiper-button-next:after {
    display: none;
  }
  .meritGas_col .swiper-button-prev {
    display: block;
    position: absolute;
    left: calc(50% - 284px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/gas/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
    transform: scale(-1, 1);
  }
  .meritGas_col .swiper-button-prev:after {
    display: none;
  }
  .meritGas_fukidashi {
    width: 600px;
    height: 136px;
    border-radius: var(--radius2);
    font-size: var(--fsize24);
    left: calc(50% - 300px);
    top: -65px;
    padding: 0;
  }
  .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;
  }
  .meritGas_btn {
    font-size: var(--fsize32);
    margin-top: 60px;
  }
  .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;
    width: auto;
  }
  .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);
    left: calc(50% - 100px);
    top: -25px;
    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_panel_btn {
    width: 334px;
    height: 70px;
    font-size: var(--fsize28);
    border-radius: var(--radius2);
    margin: 30px auto 0;
  }
  .benefit_panel_btn:before {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .benefit_btn {
    font-size: var(--fsize32);
  }
  .benefit_bnr {
    max-width: 580px;
    margin: 40px auto 0;
  }
  .features {
    padding: 100px 0;
  }
  .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: 60px;
  }
  .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, 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: clamp(0px, 4.17vw, var(--fsize32));
  }
  .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));
  }
  .service_col {
    padding: 40px 40px 50px;
    display: block;
    margin: 80px auto 0;
  }
  .service_head_ttl {
    font-size: var(--fsize34);
  }
  .service_txt {
    font-size: var(--fsize24);
    margin-top: 20px;
  }
  .service_btn {
    --btn-width: 580px;
    font-size: var(--fsize32);
    margin-top: 40px;
  }
  .mov_head {
    font-size: var(--fsize40);
    line-height: 1.5;
  }
  .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_btn {
    font-size: var(--fsize28);
    margin-top: 60px;
  }
  .info {
    padding: 100px 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
  }
  .info_head {
    font-size: var(--fsize40);
    margin-top: 0;
  }
  .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;
  }
  .info_other {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    margin-top: 40px;
    gap: 20px;
  }
  .info_other > .btn {
    --btn-width: 580px;
    font-size: var(--fsize28);
  }
  .info_other > .btn:before {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .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);
  }
  .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;
  }
  .slideBnr {
    padding-bottom: 10.43vw;
  }
  .slideBnr:after {
    height: 85%;
  }
  .slideBnr:before {
    height: 26.08vw;
  }
  .slideBnr .bnr {
    border-radius: var(--radius4);
    max-width: 89.96vw;
  }
  .slideBnr .swiper-button-next {
    right: 1.3vw;
    top: calc(50% - 10.43vw);
  }
  .slideBnr .swiper-button-prev {
    left: 1.3vw;
    top: calc(50% - 10.43vw);
  }
  .slideBnr_ui {
    margin-top: 5.22vw;
    gap: 1.83vw;
  }
  .kv {
    gap: 7.82vw;
    padding: 7.82vw 0 7.82vw 0;
  }
  .plan {
    padding: 13.04vw 0;
  }
  .plan .swiper-button-next {
    left: calc(50% + 39.37vw);
    top: calc(50% - 2.61vw);
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .plan .swiper-button-prev {
    left: calc(50% - 44.59vw);
    top: calc(50% - 2.61vw);
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .plan_head {
    font-size: 6.52vw;
  }
  .plan_sub {
    font-size: 3.13vw;
    margin-top: 1.96vw;
  }
  .plan_read {
    font-size: 3.65vw;
    margin-top: 5.22vw;
  }
  .plan_nav {
    gap: 2%;
    width: 88%;
    margin: 5.22vw auto 0;
  }
  .plan_nav > button {
    height: 15.65vw;
    font-size: 3.65vw;
  }
  .plan_nav > button.active:after {
    width: 6.78vw;
    height: 2.09vw;
    left: calc(50% - 3.39vw);
    bottom: -1.83vw;
  }
  .plan_list {
    margin-top: 4.56vw;
    padding: 3.91vw 0 5.22vw;
  }
  .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;
    min-height: 78.23vw;
  }
  .plan_panel_target {
    font-size: 2.61vw;
    padding: 0 2.61vw;
    margin: 2.61vw auto 0;
  }
  .plan_panel_name {
    font-size: 5.22vw;
  }
  .plan_panel_txt {
    font-size: 3.13vw;
    margin-top: 2.61vw;
    margin-bottom: 2.61vw;
  }
  .plan_panel_fee {
    font-size: 3.65vw;
  }
  .plan_panel_fee .lineY:after {
    height: 1.3vw;
  }
  .plan_panel_fee .urbanist {
    font-size: 6.78vw;
  }
  .plan_btn {
    margin-top: 7.82vw;
    font-size: 4.17vw;
  }
  .matomete {
    padding: 10.43vw 0;
  }
  .matomete_img {
    margin: 5.22vw auto 6.52vw;
  }
  .matomete_notes {
    margin: 2.61vw 2.61vw 0;
  }
  .matomete_notes > li {
    font-size: 2.61vw;
    text-align: left;
  }
  .matomete_btn {
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
  .meritGas {
    padding: 15.65vw 0;
  }
  .meritGas_head {
    font-size: 5.22vw;
    padding-left: 9.13vw;
  }
  .meritGas_head:before {
    left: -1.3vw;
    width: 6.91vw;
    height: 13.04vw;
    top: calc(50% - 6.52vw);
  }
  .meritGas_col {
    margin-top: 15.65vw;
    width: 88%;
    border-radius: 5.22vw;
    padding-top: 18.25vw;
    padding-bottom: 13.04vw;
  }
  .meritGas_col .swiper-button-next {
    left: calc(50% + 35.72vw);
    top: calc(50% - 2.61vw);
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .meritGas_col .swiper-button-prev {
    left: calc(50% - 40.94vw);
    top: calc(50% - 2.61vw);
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .meritGas_fukidashi {
    width: 78.23vw;
    height: 17.73vw;
    font-size: 3.13vw;
    left: calc(50% - 39.11vw);
    top: -8.47vw;
    gap: 2.61vw;
  }
  .meritGas_fukidashi > .l {
    font-size: 4.17vw;
  }
  .meritGas_fukidashi > .num {
    width: 9.13vw;
    height: 9.13vw;
  }
  .meritGas_img {
    width: 67.8vw;
    gap: 3.91vw;
  }
  .meritGas_img img {
    width: 67.8vw;
  }
  .meritGas_btn {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .benefit_head {
    font-size: 5.22vw;
  }
  .benefit_panel {
    width: 58.41vw;
    padding: 6.52vw 2.61vw 5.22vw;
  }
  .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;
    left: calc(50% - 13.04vw);
    top: -3.26vw;
    width: 26.08vw;
    height: 6.52vw;
  }
  .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;
    margin-top: 3.91vw;
  }
  .benefit_panel_btn {
    width: 43.55vw;
    height: 9.13vw;
    font-size: 3.65vw;
    margin: 3.91vw auto 0;
  }
  .benefit_panel_btn:before {
    width: 2.35vw;
    height: 2.35vw;
    right: 1.96vw;
  }
  .benefit_btn {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .benefit_bnr {
    margin: 5.22vw auto 0;
  }
  .features {
    padding: 13.04vw 0;
  }
  .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_head .point {
    width: 7.82vw;
  }
  .features_toggle_body {
    margin-bottom: 5.22vw;
  }
  .features_btn .head {
    top: -3.91vw;
  }
  .service_col {
    padding: 5.22vw 5.22vw 6.52vw;
    margin: 10.43vw auto 0;
  }
  .service_head_ttl {
    font-size: 4.43vw;
  }
  .service_txt {
    font-size: 3.13vw;
    margin-top: 2.61vw;
  }
  .service_img.-gas:before {
    bottom: -1.3vw;
  }
  .service_btn {
    --btn-width: 75.61929vw;
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
  .mov {
    padding: 15.65vw 0;
  }
  .mov_head {
    font-size: 5.22vw;
  }
  .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_btn {
    font-size: 3.65vw;
    margin-top: 7.82vw;
  }
  .info {
    padding: 13.04vw 0;
    gap: 3.91vw;
  }
  .info_head {
    font-size: 5.22vw;
  }
  .info_txt {
    font-size: 3.65vw;
  }
  .info_btn {
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
  .info_other {
    margin-top: 5.22vw;
    gap: 2.61vw;
  }
  .info_other > .btn {
    --btn-width: 75.61929vw;
    font-size: 3.65vw;
  }
  .info_other > .btn:before {
    right: 2.61vw;
  }
}