@charset "UTF-8";
/* ------------------------------
	WHOLE :: RESET
------------------------------ */
body {
  margin: 0 !important;
}
body > main.topPage a, body > main.topPage a:hover, body > main.topPage a:link {
  color: inherit;
}
body > main.topPage li, body > main.topPage dt, body > main.topPage dd {
  /*font-size: 100%;*/
  line-height: 1.5;
}
body > main.topPage div.sideArea {
  display: none !important;
  left: -9999px !important;
}

/*responsive*/
@-webkit-keyframes gradientFlow {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes gradientFlow {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
/* ------------------------------
	WHOLE :: ORIGINAL
------------------------------ */
body > main > div.mainArea > section {
  /*width: 100%;*/ /*本番環境で削除*/
  height: auto;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
body > main > div.mainArea > section#information {
  background: #809dc7;
  margin-top: 50px;
}
body > main > div.mainArea > section#information > dl {
  color: rgb(255, 255, 255);
  max-width: 600px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
}
body > main > div.mainArea > section#information > dl > dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
body > main > div.mainArea > section#information > dl > dt::before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: rgb(255, 255, 255);
  position: absolute;
  bottom: -5px;
  left: 0;
}
body > main > div.mainArea > section#information > dl > dd {
  margin-left: 0;
}
body > main > div.mainArea > section#information > dl > dd > ul {
  list-style: none;
  padding-left: 0;
}
body > main > div.mainArea > section#information > dl > dd > ul > li {
  margin-bottom: 5px;
}
body > main > div.mainArea > section#information > dl > dd > ul > li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_info.svg) no-repeat;
  /* filter自動生成：https://codepen.io/sosuke/pen/Pjoqqp*/
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(321deg) brightness(92%) contrast(110%);
  margin-right: 5px;
  position: relative;
  top: 2px;
}
body > main > div.mainArea > section#information > dl > dd > ul > li > a, body > main > div.mainArea > section#information > dl > dd > ul > li > a:hover {
  font-size: 15px;
  text-decoration: none;
}
body > main > div.mainArea > section#information > dl > dd a.infolist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 15px auto auto auto;
  font-size: 16px !important; /*本番環境で追加*/
  font-weight: 600;
  text-indent: 15px;
  text-decoration: none;
  position: relative;
}
body > main > div.mainArea > section#information > dl > dd a.infolist::before, body > main > div.mainArea > section#information > dl > dd a.infolist::after {
  content: "";
  width: 9px;
  height: 1px;
  display: block;
  background: rgb(255, 255, 255);
  position: absolute;
}
body > main > div.mainArea > section#information > dl > dd a.infolist::before {
  top: 9px;
  transform: rotate(40deg);
}
body > main > div.mainArea > section#information > dl > dd a.infolist::after {
  bottom: 9px;
  transform: rotate(-40deg);
}
body > main > div.mainArea > section#customermenu {
  color: rgb(255, 255, 255);
  background: rgb(0, 58, 142);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body > main > div.mainArea > section#customermenu > ol {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
}
body > main > div.mainArea > section#customermenu > ol > li {
  margin: 20px 0;
}
body > main > div.mainArea > section#customermenu > ol > li > a, body > main > div.mainArea > section#customermenu > ol > li > a:hover {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-top: 50px;
  position: relative;
  transition: 0.1s;
}
body > main > div.mainArea > section#customermenu > ol > li > a:hover {
  opacity: 0.7;
}
body > main > div.mainArea > section#customermenu > ol > li > a::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(321deg) brightness(92%) contrast(110%);
  position: absolute;
  top: 0;
  left: 0;
}
body > main > div.mainArea > section#customermenu > ol > li > a#move::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_move.svg) no-repeat;
}
body > main > div.mainArea > section#customermenu > ol > li > a#payment::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_payment.svg) no-repeat;
}
body > main > div.mainArea > section#customermenu > ol > li > a#maintenance::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_maintenance.svg) no-repeat;
}
body > main > div.mainArea > section#customermenu > ol > li > a#support::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_support.svg) no-repeat;
}
body > main > div.mainArea > section#customermenu > ol > li > a#emergency::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_emergency.svg) no-repeat;
  filter: invert(9%) sepia(79%) saturate(6457%) hue-rotate(359deg) brightness(103%) contrast(110%);
  z-index: 2;
}
body > main > div.mainArea > section#customermenu > ol > li > a#emergency::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
body > main > div.mainArea > section#brandview {
  margin-bottom: 20px;
  padding: 0;
}
body > main > div.mainArea > section#brandview > img[id^=brand] {
  width: 100%;
  height: auto;
  display: block;
}
body > main > div.mainArea > section#brandview > img#brand_pc {
  display: none;
}
body > main > div.mainArea > section#brandview > a {
  color: rgb(255, 255, 255);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  border-radius: 35px;
  text-indent: 25px;
  border: 5px solid rgb(255, 255, 255);
  display: block;
  margin: 0 auto;
  padding: 13px 20px;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  transition: 0.2s;
}
body > main > div.mainArea > section#brandview > a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_blank.svg) no-repeat;
  position: absolute;
  top: 15px;
  left: 20px;
}
body > main > div.mainArea > section#brandview > a:hover {
  border: 5px solid rgba(255, 255, 255, 0.8);
}
body > main > div.mainArea > section#brandview > a:hover::before {
  transform: scale(1.05);
  opacity: 0.8;
}
body > main > div.mainArea > section#brandview > a:hover > span::before, body > main > div.mainArea > section#brandview > a:hover > span::after {
  background: rgb(255, 50, 50);
}
body > main > div.mainArea > section#brandview > a > span {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(23deg);
  position: absolute;
  z-index: -1;
}
body > main > div.mainArea > section#brandview > a > span::before, body > main > div.mainArea > section#brandview > a > span::after {
  content: "";
  background: linear-gradient(90deg, rgb(247, 49, 150) 0%, rgb(254, 84, 3) 100%);
  width: 500%;
  height: 500%;
  position: absolute;
  top: -250%;
  left: -250%;
  -webkit-animation: gradientFlow 6s linear infinite;
          animation: gradientFlow 6s linear infinite;
}
body > main > div.mainArea > section#brandview > a > span::after {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  background: linear-gradient(90deg, rgb(254, 84, 3) 0%, rgb(247, 49, 150) 100%);
}
body > main > div.mainArea > article {
  background: rgba(220, 220, 230, 0.3);
  padding-bottom: 50px;
}
body > main > div.mainArea > article#servicemenu > section {
  margin-bottom: 60px;
  position: relative;
}
body > main > div.mainArea > article#servicemenu > section > h2 {
  color: rgb(255, 255, 255);
  width: 100%;
  height: 200px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 2px;
  display: block;
  margin: 0;
  padding: 60px 20px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
body > main > div.mainArea > article#servicemenu > section > h2::before, body > main > div.mainArea > article#servicemenu > section > h2::after {
  content: "";
}
body > main > div.mainArea > article#servicemenu > section > h2::before {
  width: 40px;
  height: 40px;
  display: inline-block;
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(321deg) brightness(92%) contrast(110%);
  margin-right: 10px;
  position: relative;
  top: 10px;
}
body > main > div.mainArea > article#servicemenu > section > h2::after {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgb(37, 175, 193) 0%, rgb(0, 172, 124) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
body > main > div.mainArea > article#servicemenu > section > ol {
  max-width: 800px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px 20px 10px;
}
body > main > div.mainArea > article#servicemenu > section > ol > li {
  width: 100%;
  max-width: 300px;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a, body > main > div.mainArea > article#servicemenu > section > ol > li > a:hover {
  width: 100%;
  height: 200px;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  border: 1px solid rgb(220, 220, 230);
  padding: 70px 30px 0;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a:hover {
  background: rgba(220, 220, 230, 0.1);
  position: relative;
  /*https://getcssscan.com/css-box-shadow-examples*/
  box-shadow: rgba(115, 198, 246, 0.05) 0px 30px 60px -12px inset, rgba(115, 198, 246, 0.1) 0px 18px 36px -18px inset;
  border: 1px solid rgba(0, 58, 142, 0.1);
  top: 1px;
  left: 1px;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a:hover > * {
  color: rgb(0, 58, 142);
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a::before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  filter: invert(15%) sepia(75%) saturate(2903%) hue-rotate(208deg) brightness(88%) contrast(102%);
  position: absolute;
  top: 23px;
  left: 0;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#gas::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_gas.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#electric::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_electric.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#life::before {
  background: center/13% url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_life.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#naturalgas::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_gas.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#electricbiz::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_electricbiz.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#solution::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_solution.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#corporation::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_corporation.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#irinfo::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_irinfo.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a#sustainability::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_sustainability.svg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a > * {
  color: rgb(50, 50, 50);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a > h3 {
  font-size: 21px;
  text-align: center;
  white-space: pre;
  line-height: 1.5rem;
  margin-bottom: 0;
}
body > main > div.mainArea > article#servicemenu > section > ol > li > a > p {
  font-size: 13px;
  margin-top: 0; /*本番環境で追加*/
  padding-top: 15px; /*本番環境で追加*/
}
body > main > div.mainArea > article#servicemenu > section > dl {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
body > main > div.mainArea > article#servicemenu > section > dl * {
  color: rgb(50, 50, 50);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body > main > div.mainArea > article#servicemenu > section > dl > dt {
  font-size: 18px;
  font-weight: 600;
  margin: 25px auto 5px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(0, 58, 142);
}
body > main > div.mainArea > article#servicemenu > section > dl > dd {
  margin: 0;
}
body > main > div.mainArea > article#servicemenu > section > dl > dd > ul {
  list-style: none;
  padding: 0;
}
body > main > div.mainArea > article#servicemenu > section > dl > dd > ul > li {
  padding: 4px 0;
}
body > main > div.mainArea > article#servicemenu > section > dl > dd > ul > li > a, body > main > div.mainArea > article#servicemenu > section > dl > dd > ul > li > a:hover {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: 0.3;
}
body > main > div.mainArea > article#servicemenu > section > dl > dd > ul > li > a::before, body > main > div.mainArea > article#servicemenu > section > dl > dd > ul > li > a:hover::before {
  content: "";
  width: 8px;
  height: 21px;
  display: inline-block;
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_arrow_b.svg) no-repeat;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
body > main > div.mainArea > article#servicemenu > section > dl > dd > ul > li > a:hover {
  color: rgb(0, 58, 142);
}
body > main > div.mainArea > article#servicemenu > section#customer-top > h2 {
  background: linear-gradient(rgba(0, 58, 142, 0.4), rgba(0, 58, 142, 0.4)), center/cover url(http://www.shizuokagas.co.jp/src/images/renew_2025/bg_customer.jpg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section#customer-top > h2::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_consumer.svg);
}
body > main > div.mainArea > article#servicemenu > section#business-top > h2 {
  background: linear-gradient(rgba(0, 58, 142, 0.4), rgba(0, 58, 142, 0.4)), center/cover url(http://www.shizuokagas.co.jp/src/images/renew_2025/bg_business.jpg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section#business-top > h2::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_business.svg);
}
body > main > div.mainArea > article#servicemenu > section#ir-top > h2 {
  background: linear-gradient(rgba(0, 58, 142, 0.4), rgba(0, 58, 142, 0.4)), center/cover url(http://www.shizuokagas.co.jp/src/images/renew_2025/bg_ir.jpg) no-repeat;
}
body > main > div.mainArea > article#servicemenu > section#ir-top > h2::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_ir.svg);
}

/*responsive*/
@media screen and (min-width: 500px) {
  body > main > div.mainArea > section#customermenu > ol > li {
    width: 33.3333333333%;
  }
  body > main > div.mainArea > section#brandview > img#brand_sp {
    display: none;
  }
  body > main > div.mainArea > section#brandview > img#brand_pc {
    display: block;
  }
  body > main > div.mainArea > section#brandview > a, body > main > div.mainArea > section#brandview > a:hover {
    left: auto;
    transform: translate(0, 0);
    bottom: 3%;
    right: 2%;
  }
  body > main > div.mainArea > article#servicemenu > section > ol > li {
    width: calc((100% - 15px) / 2);
  }
  body > main > div.mainArea > article#servicemenu > section > ol > li > a > p {
    /*text-align: center;*/
  }
}
@media screen and (min-width: 750px) {
  body > main > div.mainArea > section#information > dl > dd a.infolist {
    margin-right: 0;
  }
  body > main > div.mainArea > section#customermenu > ol {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  body > main > div.mainArea > section#customermenu > ol > li {
    width: auto;
  }
  body > main > div.mainArea > section#brandview {
    position: relative;
  }
  body > main > div.mainArea > section#brandview::before {
    content: "";
    background: rgb(107, 215, 235);
    width: 16%;
    height: 10%;
    display: block;
    position: absolute;
    bottom: 12%;
    right: 0;
  }
  body > main > div.mainArea > section#brandview > a, body > main > div.mainArea > section#brandview > a:hover {
    bottom: 25%;
  }
  body > main > div.mainArea > article#servicemenu > section > h2 {
    height: 270px;
    padding-top: 100px;
  }
  body > main > div.mainArea > article#servicemenu > section > ol {
    justify-content: space-around;
    margin: 15px auto;
  }
  body > main > div.mainArea > article#servicemenu > section > ol > li {
    width: calc((100% - 30px) / 3);
  }
}/*# sourceMappingURL=renew-top_2025.css.map */