.gas-emergency{
  background:#F9F8F3;
  padding:5rem 0;
}

.gas-emergency .c-section-heading{
  margin-bottom:3rem;
}

.gas-emergency__notice{
  background:#fff;
  border-radius:1.25rem;
  padding:2rem;
  margin-bottom:2rem;
  border:1px solid #EFECE2;
  box-shadow:0 .25rem 1rem rgba(0,0,0,.05);
  text-align:center;
}

.gas-emergency__notice h3{
  color:#E47A35;
  font-size:1.5rem;
  margin-bottom:.75rem;
}

.gas-emergency__notice p{
  color:#515151;
  line-height:1.9;
}

.gas-emergency__grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1.25rem;
}

.gas-emergency__card{
  background:#fff;
  border-radius:1.25rem;
  padding:2rem;
  border:1px solid #EFECE2;
  box-shadow:0 .25rem 1rem rgba(0,0,0,.05);
  transition:.2s ease;
}

.gas-emergency__card:hover{
  transform:translateY(-2px);
}

.gas-emergency__card h3{
  display:flex;
  align-items:center;
  gap:.625rem;
  color:#1D1D1D;
  font-size:1.35rem;
  margin-bottom:1rem;
}

.gas-emergency__card h3::before{
  content:"";
  width:.75rem;
  height:.75rem;
  border-radius:50%;
  background:linear-gradient(90deg,#FAAF3A 0%,#E47A35 100%);
  flex-shrink:0;
}

.gas-emergency__card a{
  display:inline-block;
  color:#E47A35;
  font-size:1.85rem;
  font-weight:700;
  margin-bottom:.75rem;
}

.gas-emergency__card p{
  line-height:1.8;
  color:#515151;
}

.gas-emergency__card small{
  display:block;
  margin-top:.75rem;
  color:#888;
  line-height:1.7;
}

@media screen and (max-width:768px){

  .gas-emergency{
    padding:3.5rem 0;
  }

  .gas-emergency__grid{
    grid-template-columns:1fr;
  }

  .gas-emergency__notice{
    padding:1.5rem;
    text-align:left;
  }

  .gas-emergency__card{
    padding:1.5rem;
  }

  .gas-emergency__card a{
    font-size:1.5rem;
    word-break:break-all;
  }

}

.gas-card-icon{
  position:relative;
  width:6.5rem;
  height:6.5rem;
  border-radius:50%;
  background:linear-gradient(135deg,#FAAF3A 0%,#E47A35 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.8rem;
  font-weight:700;
  letter-spacing:.05em;
  box-shadow:
    0 .5rem 1.5rem rgba(228,122,53,.22),
    inset 0 .25rem .5rem rgba(255,255,255,.25);
  overflow:hidden;
}

.gas-card-icon::before{
  content:"";
  position:absolute;
  inset:.4rem;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
}

.gas-card-icon::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-10%;
  width:70%;
  height:70%;
  background:rgba(255,255,255,.18);
  border-radius:50%;
  filter:blur(.25rem);
}

@media screen and (max-width:768px){

  .gas-card-icon{
    width:5.5rem;
    height:5.5rem;
    font-size:1.5rem;
  }

}

.gas-step-num{
  position:relative;
  width:7rem;
  height:7rem;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#FAAF3A 0%,#E47A35 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  font-weight:700;
  line-height:1.35;
  box-shadow:
    0 .75rem 1.75rem rgba(228,122,53,.22),
    inset 0 .25rem .5rem rgba(255,255,255,.25);
  overflow:hidden;
}

.gas-step-num::before{
  content:"";
  position:absolute;
  inset:.45rem;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
}

.gas-step-num::after{
  content:"";
  position:absolute;
  top:-35%;
  left:-10%;
  width:75%;
  height:75%;
  background:rgba(255,255,255,.18);
  border-radius:50%;
  filter:blur(.3rem);
}

.gas-step-num strong{
  display:block;
  font-size:1.6rem;
  line-height:1;
  margin-bottom:.2rem;
}

.gas-step-num span{
  display:block;
  font-size:.8rem;
  letter-spacing:.08em;
}

@media screen and (max-width:768px){

  .gas-step-num{
    width:5.8rem;
    height:5.8rem;
  }

  .gas-step-num strong{
    font-size:1.3rem;
  }

  .gas-step-num span{
    font-size:.7rem;
  }

}

.gas-about__illust{
  position:absolute;
  right:3.25rem;
  bottom:-2.5rem;
  width:9rem;
  height:9rem;
  border-radius:50%;
  background:linear-gradient(135deg,#F8B24B 0%,#EB8D2D 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 1rem 2rem rgba(228,122,53,.18),
    inset 0 .2rem .45rem rgba(255,255,255,.18);
  overflow:hidden;
}

.gas-about__illust::before{
  content:"";
  position:absolute;
  inset:.45rem;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
}

/* 炎本体 */

.gas-about__illust .flame{
  position:relative;
  width:2.8rem;
  height:4rem;
  transform:translateY(.15rem);
}

/* 外側 */

.gas-about__illust .flame::before{
  content:"";
  position:absolute;
  inset:0;
  background:#005BFF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
}

/* 中 */

.gas-about__illust .flame::after{
  content:"";
  position:absolute;
  left:50%;
  top:18%;
  width:1.7rem;
  height:2.5rem;
  transform:translateX(-50%);
  background:#00A9FF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
}

/* 内側 */

.gas-about__illust .flame span{
  position:absolute;
  left:50%;
  bottom:.2rem;
  width:.9rem;
  height:1.3rem;
  transform:translateX(-50%);
  background:#66D2FF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
  z-index:2;
}

@media screen and (max-width:768px){

  .gas-about__illust{
    width:6rem;
    height:6rem;
    right:.75rem;
    bottom:-3.5rem;
  }

  .gas-about__illust .flame{
    width:2rem;
    height:2.9rem;
  }

  .gas-about__illust .flame::after{
    width:1.2rem;
    height:1.8rem;
  }

  .gas-about__illust .flame span{
    width:.65rem;
    height:.95rem;
  }

}

.gas-about__illust2{
  position:absolute;
  right:3.25rem;
  bottom:-2.5rem;
  width:9rem;
  height:9rem;
  border-radius:50%;
  background: linear-gradient(135deg, #93f6d5 0%, #d3f6f1 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:
    0 1rem 2rem rgba(228,122,53,.18),
    inset 0 .2rem .45rem rgba(255,255,255,.18);
  overflow:hidden;
}

.gas-about__illust2::before{
  content:"";
  position:absolute;
  inset:.45rem;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
}

/* 炎本体 */

.gas-about__illust2 .flame{
  position:relative;
  width:2.8rem;
  height:4rem;
  transform:translateY(.15rem);
}

/* 外側 */

.gas-about__illust2 .flame::before{
  content:"";
  position:absolute;
  inset:0;
  background:#005BFF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
}

/* 中 */

.gas-about__illust2 .flame::after{
  content:"";
  position:absolute;
  left:50%;
  top:18%;
  width:1.7rem;
  height:2.5rem;
  transform:translateX(-50%);
  background:#00A9FF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
}

/* 内側 */

.gas-about__illust2 .flame span{
  position:absolute;
  left:50%;
  bottom:.2rem;
  width:.9rem;
  height:1.3rem;
  transform:translateX(-50%);
  background:#66D2FF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
  z-index:2;
}

@media screen and (max-width:768px){

  .gas-about__illust2{
    width:6rem;
    height:6rem;
    right:.75rem;
    bottom:-3.5rem;
  }

  .gas-about__illust2 .flame{
    width:2rem;
    height:2.9rem;
  }

  .gas-about__illust2 .flame::after{
    width:1.2rem;
    height:1.8rem;
  }

  .gas-about__illust2 .flame span{
    width:.65rem;
    height:.95rem;
  }

}


.gas-fv__catch-icon{
  position:relative;
  width:4.5rem;
  height:4.5rem;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#BDEEE5;
  box-shadow:
    inset 0 .15rem .3rem rgba(255,255,255,.4),
    0 .35rem .8rem rgba(0,0,0,.06);
  overflow:hidden;
  font-size:0;
}

/* 内側リング */

.gas-fv__catch-icon::before{
  content:"";
  position:absolute;
  inset:.4rem;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
}

/* 外側の青炎 */

.gas-fv__catch-icon::after{
  content:"";
  position:absolute;
  width:1.45rem;
  height:2.2rem;
  background:#005BFF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
  z-index:2;
}

/* 中の水色炎 */

.gas-fv__catch-icon span{
  position:absolute;
  width:.9rem;
  height:1.45rem;
  background:#00A9FF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
  z-index:3;
}

/* 一番内側 */

.gas-fv__catch-icon span::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:.1rem;
  transform:translateX(-50%);
  width:.45rem;
  height:.7rem;
  background:#6ED8FF;
  clip-path:polygon(
    50% 0%,
    78% 28%,
    100% 62%,
    82% 100%,
    18% 100%,
    0% 62%,
    22% 28%
  );
  border-radius:50% 50% 42% 42%;
}

@media screen and (max-width:768px){

  .gas-fv__catch-icon{
    width:3.8rem;
    height:3.8rem;
  }

  .gas-fv__catch-icon::after{
    width:1.2rem;
    height:1.8rem;
  }

  .gas-fv__catch-icon span{
    width:.75rem;
    height:1.15rem;
  }

}

@media screen and (max-width: 768px) {
    .about__text {
        font-size: 1rem;
        padding: 1rem 2rem;
    }
}


@media screen and (max-width: 768px) {
    .point__text {
        font-size: 0.9375rem;
        padding: 1rem 1.5rem;
    }
}