@charset "UTF-8";
/* ------------------------------
	WHOLE :: RESET
------------------------------ */
body {
  border-left: none !important;
  background-color: transparent !important;
}
body > header#renew2025 ol, body > header#renew2025 ul, body > header#renew2025 li {
  margin: 0;
  padding: 0;
}
body > header#renew2025 a, body > header#renew2025 a:hover {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body > header#renew2025 a {
  transition: 0.1s;
}
body > header#renew2025 a:hover {
  transition: 0.2s;
}
body > main {
  padding-top: 90px;
}
body > main > div.mainArea {
  margin-left: 0 !important;
}
body > main > div.mainArea > div.sideArea {
  display: none !important;
  transform: translate(-9999px, -9999px) !important;
  pointer-events: none;
}

/*responsive*/
@media screen and (min-width: 750px) {
  body > main {
    padding-top: 150px;
  }
}
/* ------------------------------
	WHOLE :: ORIGINAL
------------------------------ */
/*
$theme-color0: rgb(130 74 127);
$theme-color1: rgb(160 100 155);
$theme-color1-70: rgb(160 100 155 / 70%);
$theme-color1-50: rgb(160 100 155 / 50%);
$theme-color1-30: rgb(160 100 155 / 30%);
$theme-color1-20: rgb(160 100 155 / 20%);
$theme-color1-10: rgb(160 100 155 / 10%);
$theme-color2: rgb(217 163 209);
$theme-color3: rgb(232 218 232);
$theme-color4: rgb(247 240 247);
$theme-color5: rgb(244 241 234);
$theme-color6: rgb(224 215 202);
$theme-color6-50: rgb(224 215 202 / 50%);
$font-family2: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
*/
body > header#renew2025 {
  width: 100%;
  height: 90px;
  background: rgb(245, 245, 245);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
body > header#renew2025 > a#corplogo {
  width: 30%;
  max-width: 140px;
  min-width: 120px;
  height: 90px;
  display: block;
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/shizgas_corplogo.svg) no-repeat;
  padding-left: 3%;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 6;
}
body > header#renew2025 > nav {
  width: 100%;
  height: auto;
  padding-left: calc(80px + 18%);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 4;
}
body > header#renew2025 > nav > ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  display: flex;
  margin-top: 0;
  padding-left: 0;
}
body > header#renew2025 > nav > ul > li {
  padding: 5px;
}
body > header#renew2025 > nav > ul > li > a, body > header#renew2025 > nav > ul > li > a:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto; /*60px*/
  display: block;
  font-size: 11px;
  font-weight: 600;
  white-space: pre;
  padding-top: 52px;
  position: relative;
  cursor: pointer;
}
body > header#renew2025 > nav > ul > li > a::before, body > header#renew2025 > nav > ul > li > a::after, body > header#renew2025 > nav > ul > li > a:hover::before, body > header#renew2025 > nav > ul > li > a:hover::after {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body > header#renew2025 > nav > ul > li > a::before, body > header#renew2025 > nav > ul > li > a:hover::before {
  /* filter自動生成：https://codepen.io/sosuke/pen/Pjoqqp*/
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(101%);
  z-index: 2;
}
body > header#renew2025 > nav > ul > li > a::after, body > header#renew2025 > nav > ul > li > a:hover::after {
  border-radius: 50%;
  z-index: 1;
}
body > header#renew2025 > nav > ul > li > a:hover, body > header#renew2025 > nav > ul > li > a.active, body > header#renew2025 > nav > ul > li > a:hover:hover, body > header#renew2025 > nav > ul > li > a:hover.active {
  color: rgb(1, 59, 144);
}
body > header#renew2025 > nav > ul > li > a#consumer::before, body > header#renew2025 > nav > ul > li > a:hover#consumer::before {
  background: center/50% url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_consumer.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > a#consumer::after, body > header#renew2025 > nav > ul > li > a:hover#consumer::after {
  background: rgb(128, 180, 31);
}
body > header#renew2025 > nav > ul > li > a#business, body > header#renew2025 > nav > ul > li > a:hover#business {
  display: none;
  pointer-events: none;
}
body > header#renew2025 > nav > ul > li > a#business::before, body > header#renew2025 > nav > ul > li > a:hover#business::before {
  background: center/50% url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_business.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > a#business::after, body > header#renew2025 > nav > ul > li > a:hover#business::after {
  background: rgb(55, 149, 219);
}
body > header#renew2025 > nav > ul > li > a#ir::before, body > header#renew2025 > nav > ul > li > a:hover#ir::before {
  background: center/50% url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_ir.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > a#ir::after, body > header#renew2025 > nav > ul > li > a:hover#ir::after {
  background: rgb(7, 83, 130);
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] {
  width: 100vw;
  max-height: calc(100vh - 90px);
  background: rgb(0, 77, 153);
  /*https://getcssscan.com/css-box-shadow-examples*/
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  margin: 0;
  padding: 30px 50px;
  box-sizing: border-box;
  overflow-y: scroll;
  position: absolute;
  top: 80px;
  left: 0;
  transition: 0.5s;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu]::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
}
body > header#renew2025 > nav > ul > li > dl[id$=menu].disabled {
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dt, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd, body > header#renew2025 > nav > ul > li > dl[id$=menu] a, body > header#renew2025 > nav > ul > li > dl[id$=menu] a:hover {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] > dt {
  display: none;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd {
  margin-left: 0;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd dl > dt {
  margin: 25px auto 5px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(255, 255, 255);
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ul {
  list-style: none;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol a:hover, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ul a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li {
  padding: 8px 0;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover {
  display: inline-block;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover::before {
  content: "";
  width: 23px;
  height: 28px;
  display: inline-block;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(101%);
  margin-right: 8px;
  position: relative;
  top: 7px;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a[id$=top], body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover[id$=top] {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a[id$=top]::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover[id$=top]::before {
  display: none;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#gas::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#gas::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_gas.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#electric::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#electric::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_electric.svg) no-repeat;
  width: 27px;
  height: 32px;
  right: 2px;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#life::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#life::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_life.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#solution::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#solution::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_solution.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#naturalgas::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#naturalgas::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_gas.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#electricbiz::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#electricbiz::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_electricbiz.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#corporation::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#corporation::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_corporation.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#irinfo::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#irinfo::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_irinfo.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a#sustainability::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ol li a:hover#sustainability::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_sustainability.svg) no-repeat;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ul li {
  padding: 4px 0;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ul li a, body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ul li a:hover {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
body > header#renew2025 > nav > ul > li > dl[id$=menu] dd ul li a::before, body > header#renew2025 > nav > ul > li > dl[id$=menu] 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.svg) no-repeat;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
body > header#renew2025 a#english {
  display: none;
}
body > header#renew2025 span#modal_button {
  width: 60px;
  height: 15px;
  display: block;
  position: absolute;
  top: 15px;
  right: 3%;
  z-index: 5;
}
body > header#renew2025 span#modal_button::before, body > header#renew2025 span#modal_button::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: rgb(50, 50, 50);
  position: absolute;
  right: 0;
}
body > header#renew2025 span#modal_button::before {
  top: 0;
}
body > header#renew2025 span#modal_button::after {
  top: 10px;
}
body > header#renew2025 span#modal_button ~ section#modal_window {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 77, 153, 0.9);
  pointer-events: none;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 5;
  opacity: 0;
  overflow-y: scroll;
  transition: 0.1s;
}
body > header#renew2025 span#modal_button ~ section#modal_window::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
}
body > header#renew2025 span#modal_button ~ section#modal_window > span.close {
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  top: 120px;
  right: 30px;
  opacity: 0;
  transition: 0.2s;
}
body > header#renew2025 span#modal_button ~ section#modal_window > span.close::before, body > header#renew2025 span#modal_button ~ section#modal_window > span.close::after {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  background: rgb(255, 255, 255);
  position: absolute;
  transform: rotate(0);
  transition: 0.2s;
  top: 20px;
}
body > header#renew2025 span#modal_button.active::before, body > header#renew2025 span#modal_button.active::after {
  background: rgba(0, 77, 153, 0.9);
  height: 2px;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window {
  height: calc(100vh - 85px);
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > span.close {
  opacity: 1;
  transition: 2s;
  cursor: pointer;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > span.close::before {
  transform: rotate(45deg);
  transition: 0.5s;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > span.close::after {
  transform: rotate(-45deg);
  transition: 0.5s;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: 50px auto;
  list-style: none;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li {
  padding: 10px;
  text-align: center;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a.emergency::before, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a.english::before, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover.emergency::before, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover.english::before {
  content: "";
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(105%) contrast(101%);
  width: 23px;
  height: 28px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 7px;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a.emergency, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover.emergency {
  position: relative;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a.emergency::before, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover.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%);
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a.emergency::after, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover.emergency::after {
  content: "";
  background: rgb(255, 255, 255);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: -1;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a.english::before, body > header#renew2025 span#modal_button.active ~ section#modal_window > ul.modal_navi > li > a:hover.english::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_english.svg) no-repeat;
}
body > header#renew2025 span#modal_button.active ~ section#modal_window > hr {
  width: 100px;
  margin: 0 auto;
}
body > header#renew2025 > aside {
  position: absolute;
  top: 35px;
  right: 2%;
  z-index: 5;
}
body > header#renew2025 > aside[id$=_header] > ol {
  list-style: none;
}
body > header#renew2025 > aside[id$=_header] > ol li a, body > header#renew2025 > aside[id$=_header] > ol li a:hover {
  color: rgb(30, 30, 30);
  width: 3.6rem;
  height: 16px;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: -0.05rem;
  display: inline-block;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(180, 180, 180);
  border-radius: 9px;
  /* box-shadow: 0px 0px 2px 0px rgb(200 200 200 / 90%);*/
  margin: 3px 0;
  padding: 0 5px;
  text-decoration: none;
  text-align: center;
  box-sizing: content-box;
}
body > header#renew2025 > aside[id$=_header] > ol li a::before, body > header#renew2025 > aside[id$=_header] > ol li a::after, body > header#renew2025 > aside[id$=_header] > ol li a:hover::before, body > header#renew2025 > aside[id$=_header] > ol li a:hover::after {
  content: "";
}
body > header#renew2025 > aside[id$=_header] > ol li a::before, body > header#renew2025 > aside[id$=_header] > ol li a:hover::before {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
body > header#renew2025 > aside[id$=_header] > ol li a#emergency::before, body > header#renew2025 > aside[id$=_header] > ol li a:hover#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%);
}
body > header#renew2025 > aside[id$=_header] > ol li a#members::before, body > header#renew2025 > aside[id$=_header] > ol li a:hover#members::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_members.svg) no-repeat;
}
body > header#renew2025 > aside[id$=_header] > ol li a#irinfo::before, body > header#renew2025 > aside[id$=_header] > ol li a:hover#irinfo::before {
  background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_ir.svg) no-repeat;
  filter: invert(23%) sepia(50%) saturate(2620%) hue-rotate(177deg) brightness(89%) contrast(83%);
}
body > header#renew2025 > aside#pc_header {
  display: none;
}
body > header#renew2025 > ul.globalnavi {
  width: 100%;
  height: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: rgba(30, 30, 30, 0.9);
  border-bottom: 1px solid rgb(100, 100, 100);
  margin: 0;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 3;
}
body > header#renew2025 > ul.globalnavi > li {
  list-style: none;
  padding: 10px 15px;
}
body > header#renew2025 > ul.globalnavi > li > a, body > header#renew2025 > ul.globalnavi > li > a:hover {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
}
body > header#renew2025 > ul.globalnavi > li > a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

/*responsive*/
@media screen and (min-width: 500px) {
  body > header#renew2025 > nav > ul > li > a#business, body > header#renew2025 > nav > ul > li > a:hover#business {
    display: inline-block;
    pointer-events: auto;
  }
}
@media screen and (min-width: 750px) {
  body > header#renew2025 > nav > ul {
    padding-top: 25px;
  }
  body > header#renew2025 > nav > ul > li {
    padding: 0 18px;
    position: relative;
  }
  body > header#renew2025 > nav > ul > li > a, body > header#renew2025 > nav > ul > li > a:hover {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding-top: 0;
  }
  body > header#renew2025 > nav > ul > li > a::before, body > header#renew2025 > nav > ul > li > a::after, body > header#renew2025 > nav > ul > li > a:hover::before, body > header#renew2025 > nav > ul > li > a:hover::after {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
  }
  body > header#renew2025 > nav > ul > li > a::before, body > header#renew2025 > nav > ul > li > a:hover::before {
    width: 25px;
    height: 25px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    display: inline-block;
    background-size: 100% !important;
    filter: invert(20%) sepia(1%) saturate(4397%) hue-rotate(315deg) brightness(105%) contrast(69%);
  }
  body > header#renew2025 > nav > ul > li > a::after, body > header#renew2025 > nav > ul > li > a:hover::after {
    width: 100%;
    height: 3px;
    border-radius: 0;
    z-index: 1;
  }
  body > header#renew2025 > nav > ul > li > a:hover::before, body > header#renew2025 > nav > ul > li > a.active::before {
    filter: invert(15%) sepia(59%) saturate(3470%) hue-rotate(208deg) brightness(94%) contrast(103%);
  }
  body > header#renew2025 > nav > ul > li > dl[id$=menu] {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0 15px 15px 15px;
    top: 50px;
    left: 0;
    transform: translate(-30%, 0);
  }
  body > header#renew2025 > nav > ul > li > dl[id$=menu]::before {
    content: "";
    width: 20px;
    height: calc(tan(30deg) * 30px / 2);
    background: rgb(0, 77, 153);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: 100%;
    left: calc(50% - 10px);
  }
  body > header#renew2025 > aside#sp_header {
    display: none;
  }
  body > header#renew2025 > aside#pc_header {
    display: block;
  }
  body > header#renew2025 > aside#pc_header > ol li a, body > header#renew2025 > aside#pc_header > ol li a:hover {
    width: 5rem;
  }
  body > header#renew2025 > a#english {
    color: rgb(50, 50, 50);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 3%;
    z-index: 5;
  }
  body > header#renew2025 > a#english::before {
    content: "";
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    background: center/contain url(http://www.shizuokagas.co.jp/src/images/renew_2025/i_english.svg) no-repeat;
    position: relative;
    top: 2px;
  }
  body > header#renew2025 > span#modal_button, body > header#renew2025 > section#modal_window {
    display: none;
    pointer-events: none;
  }
  body > header#renew2025 > ul.globalnavi {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  body > header#renew2025 > aside {
    top: 40px;
  }
  body > header#renew2025 > aside#pc_header > ol {
    display: flex;
    gap: 0 8px;
  }
  body > header#renew2025 > aside#pc_header > ol li a, body > header#renew2025 > aside#pc_header > ol li a:hover {
    color: rgb(50, 50, 50);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 21px;
    line-height: 1rem;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 5px 10px;
  }
  body > header#renew2025 > aside#pc_header > ol li a::before, body > header#renew2025 > aside#pc_header > ol li a:hover::before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  body > header#renew2025 > ul.globalnavi > li {
    padding: 10px 30px;
  }
  body > header#renew2025 > ul.globalnavi > li > a, body > header#renew2025 > ul.globalnavi > li > a:hover {
    font-size: 16px;
  }
}/*# sourceMappingURL=renew_2025.css.map */