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

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

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

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