@charset "UTF-8";
/*--------------------------------------------------
  「外部サイトへ」の初期設定
--------------------------------------------------*/
/*--------------------------------------------------
  新規タブアイコン
--------------------------------------------------*/
/*--------------------------------------------------
  PDFアイコンの初期設定
--------------------------------------------------*/
/*--------------------------------------------------
  import_wp-block-buttons
--------------------------------------------------*/
#top-newsArea .titleArea {
  text-align: center;
  color: #004ea1;
}
@media screen and (max-width: 768px) {
  #top-newsArea .titleArea {
    margin-bottom: 3em;
  }
}
@media print, screen and (min-width: 769px) {
  #top-newsArea .titleArea {
    grid-area: 1/1/2/2;
  }
}
#top-newsArea .titleArea h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
#top-newsArea .titleArea img {
  display: block;
  margin: 0 auto;
}
#top-newsArea .top-newsInnerArea {
  margin: 0;
}
#top-newsArea .top-newsInnerArea ul.tabList {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #top-newsArea .top-newsInnerArea ul.tabList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 769px) {
  #top-newsArea .top-newsInnerArea ul.tabList {
    grid-template-columns: repeat(3, 1fr);
    min-height: 5em;
  }
}
#top-newsArea .top-newsInnerArea ul.tabList li {
  place-items: center;
}
#top-newsArea .top-newsInnerArea ul.tabList li span.tabBtn {
  width: 100%;
  display: block;
  background-color: #dddddd;
  color: #999999;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top-newsArea .top-newsInnerArea ul.tabList li span.tabBtn {
    border-radius: 2em;
  }
}
#top-newsArea .top-newsInnerArea ul.tabList li.active span.tabBtn {
  background-color: #004ea1;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #top-newsArea .top-newsInnerArea ul.tabList li.active span.tabBtn::after {
    content: "";
    position: absolute;
    bottom: -0.6em; /* 吹き出しの三角形の底辺がリンクの下に来るように調整 */
    left: 50%;
    transform: translateX(-50%); /* 吹き出しを水平方向に中央揃え */
    width: 0;
    height: 0;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-top: 0.7em solid #004ea1; /* 吹き出しの色を調整 */
  }
}
@media print, screen and (min-width: 769px) {
  #top-newsArea .top-newsInnerArea ul.tabList li:first-child span.tabBtn {
    border-radius: 2em 0 0 2em;
  }
  #top-newsArea .top-newsInnerArea ul.tabList li:last-child span.tabBtn {
    border-radius: 0 2em 2em 0;
  }
}

/* ご家庭のお客さま - TOPのみで使用 */
/*--------------------------------------------------------------------------------
top-mainslide
--------------------------------------------------------------------------------*/
#top-mainSlide {
  position: relative;
  width: 100%;
  margin: 0 auto 3em auto;
}
@media screen and (max-width: 768px) {
  #top-mainSlide {
    margin-bottom: 0em;
  }
}
#top-mainSlide ul {
  margin-bottom: 0;
}
#top-mainSlide .sliderKVWrap {
  position: relative;
}
#top-mainSlide .sliderKVWrap .sliderKV {
  opacity: 0;
}
#top-mainSlide .sliderKVWrap .sliderKV.slick-initialized {
  opacity: 1;
}
#top-mainSlide .sliderKVWrap .sliderKV {
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-slide {
  display: flex !important;
  justify-content: center;
  width: 100%;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-slide picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .sliderKV .slick-slide picture {
    border-radius: 10vw 0 0 0;
  }
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  transform: scale(1);
  transition: transform 6s ease-out;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-slide.zoom-animation picture img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #top-mainSlide .sliderKVWrap .sliderKV .slick-slide {
    height: 70vh;
  }
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .sliderKV .slick-slide {
    height: 50vw;
    margin-left: 16.6666666667vw;
  }
}
@media print, screen and (min-width: 1280px) {
  #top-mainSlide .sliderKVWrap .sliderKV .slick-slide {
    height: 40vw;
  }
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-dots {
  bottom: 20px;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-dots li button:before {
  color: white;
  font-size: 12px;
  opacity: 0.7;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-dots li.slick-active button:before {
  opacity: 1;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-prev,
#top-mainSlide .sliderKVWrap .sliderKV .slick-next {
  z-index: 3;
  width: 50px;
  height: 50px;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-prev:before,
#top-mainSlide .sliderKVWrap .sliderKV .slick-next:before {
  color: white;
  font-size: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-prev {
  left: 20px;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  #top-mainSlide .sliderKVWrap .sliderKV .slick-prev,
#top-mainSlide .sliderKVWrap .sliderKV .slick-next {
    display: none !important;
  }
}
#top-mainSlide .sliderKVWrap .catchCopy {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw 4vw;
}
@media screen and (max-width: 768px) {
  #top-mainSlide .sliderKVWrap .catchCopy {
    padding: 3vw;
  }
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .catchCopy {
    justify-content: center;
    height: 100%;
  }
}
#top-mainSlide .sliderKVWrap .catchCopy p.title {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.3em;
  line-height: 1.4;
  color: #333333;
  text-shadow: 0.05em 0.05em 0.05em #fff, -0.05em -0.05em 0.05em #fff, -0.05em 0.05em 0.05em #fff, 0.05em -0.05em 0.05em #fff, 0.05em 0 0.05em #fff, -0.05em 0 0.05em #fff, 0 0.05em 0.05em #fff, 0 -0.05em 0.05em #fff;
  font-size: 6.5vw; /*9*/
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .catchCopy p.title {
    font-size: 5vw; /*6*/
  }
}
@media print, screen and (min-width: 1280px) {
  #top-mainSlide .sliderKVWrap .catchCopy p.title {
    font-size: 3vw; /* 4*/
  }
}
#top-mainSlide .sliderKVWrap .catchCopy p.description {
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333333;
  text-shadow: 0.1em 0.1em 0.1em #fff, -0.1em -0.1em 0.1em #fff, -0.1em 0.1em 0.1em #fff, 0.1em -0.1em 0.1em #fff, 0.1em 0 0.1em #fff, -0.1em 0 0.1em #fff, 0 0.1em 0.1em #fff, 0 -0.1em 0.1em #fff;
  font-size: 3.5vw;
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .catchCopy p.description {
    font-size: 2vw;
  }
}
@media print, screen and (min-width: 1280px) {
  #top-mainSlide .sliderKVWrap .catchCopy p.description {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #top-mainSlide .sliderKVWrap .catchCopy img {
    width: 70%;
  }
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .catchCopy img {
    width: 50%;
  }
}
@media print, screen and (min-width: 1280px) {
  #top-mainSlide .sliderKVWrap .catchCopy img {
    width: 25%;
  }
}
#top-mainSlide .sliderKVWrap .illust_clippy {
  z-index: 2;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top-mainSlide .sliderKVWrap .illust_clippy {
    width: 5em;
    bottom: 1em;
    left: 1em;
  }
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap .illust_clippy {
    width: 6em;
    bottom: -1em;
    margin-left: 16.6666666667vw;
    transform: translateX(-50%);
  }
}
@-webkit-keyframes kv-zoom-continuous {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes kv-zoom-continuous {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/*-------------------------------------------------------
　PICK UP CONTENTS
---------------------------------------------------------*/
#top-pickupcontents {
  text-align: center;
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #top-pickupcontents {
    z-index: 1;
    background-color: #fff;
    margin-top: -3em;
    padding: 2.5em 1.5em 0;
    border-radius: 1em 1em 0 0;
    width: 100%;
  }
}
#top-pickupcontents h2 {
  display: flex;
  align-items: center;
  color: #ff4500;
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  gap: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #top-pickupcontents h2 {
    gap: 0.5em;
    madin-bottom: 1em;
  }
}
#top-pickupcontents h2 img {
  width: 5em;
}
@media screen and (max-width: 768px) {
  #top-pickupcontents h2 img {
    width: 3em;
  }
}
#top-pickupcontents h2::before,
#top-pickupcontents h2::after {
  content: "";
  flex-grow: 1; /* 余白を分け与える */
  height: 2px;
  background-color: #ff4500;
}
@media screen and (max-width: 768px) {
  #top-pickupcontents h2::before,
#top-pickupcontents h2::after {
    max-height: 1px;
  }
}
#top-pickupcontents .pickupcontentsSlickWrap {
  position: relative;
  /* 3個以下の時はドット表示しない分余白を削除 */
}
#top-pickupcontents .pickupcontentsSlickWrap:has(:nth-child(4)) {
  padding-bottom: 0;
}
#top-pickupcontents .pickupcontentsSlickWrap .pickupcontentsSlick {
  margin-bottom: 0;
  overflow: hidden; /* 余白分トリミング */
}
#top-pickupcontents .pickupcontentsSlickWrap .pickupcontentsSlick .slick-list {
  margin: 0 -0.5em; /* 余白分トリミング */
  margin-bottom: 1em; /* 縦からの50%に足す */
}
#top-pickupcontents .pickupcontentsSlickWrap .pickupcontentsSlick .slick-list .slick-slide {
  margin: 0 0.5em; /* 全要素に余白を設定 */
}
#top-pickupcontents .pickupcontentsSlickWrap .pickupcontentsSlick .slick-list .slick-slide a {
  display: block;
}
#top-pickupcontents .pickupcontentsSlickWrap .pickupcontentsSlick .slick-list .slick-slide img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 19/12;
}
#top-pickupcontents .pickupcontentsSlickWrap .common-arrow-prev,
#top-pickupcontents .pickupcontentsSlickWrap .common-arrow-next {
  position: absolute;
  top: calc(50% - (0.45em + 2.5em / 2) - 0.5em);
}
#top-pickupcontents .pickupcontentsSlickWrap .common-arrow-prev {
  left: calc(-2.5em / 2);
}
#top-pickupcontents .pickupcontentsSlickWrap .common-arrow-next {
  right: calc(-2.5em / 2);
}

/*--------------------------------------------------------------------------------
top-newsArea
--------------------------------------------------------------------------------*/
#top-newsArea {
  margin-bottom: 5em;
  margin-top: 5em;
}

/*--------------------------------------------------------------------------------
top-servicemenuArea
--------------------------------------------------------------------------------*/
#top-servicemenuArea {
  background-color: #004ea1;
  padding-top: 2em;
  padding-bottom: 4em;
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea {
    padding-top: 5em;
    padding-bottom: 10em;
  }
}
#top-servicemenuArea .titleArea {
  padding: 1em;
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea .titleArea {
    padding: 2em;
  }
}
#top-servicemenuArea .titleArea h2 {
  color: #fff;
  padding: 2em 2em 0 2em;
  margin: 0;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea .titleArea h2 {
    padding: 2em;
  }
}
#top-servicemenuArea .titleArea h2::before {
  background-image: url(../img/title_service.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  display: inline-block;
  content: "";
  height: 4em;
  position: absolute;
  left: 0;
  top: 0;
}
#top-servicemenuArea .top-servicemenuInnerArea {
  background-color: #fff;
  padding: 2em 1em;
  border-radius: 1em;
  /* アイコン設定 */
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea .top-servicemenuInnerArea {
    padding: 3em 4em;
    border-radius: 2em;
  }
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabList {
  padding-left: 0;
  border-radius: 2em;
  display: grid;
  gap: 0.8em;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea .top-servicemenuInnerArea ul.tabList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1280px) {
  #top-servicemenuArea .top-servicemenuInnerArea ul.tabList {
    gap: 0;
    background-color: #dddddd;
    grid-template-columns: repeat(4, 1fr);
  }
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabList li {
  place-items: center;
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabList li span.tabBtn {
  width: 100%;
  display: block;
  color: #999999;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  position: relative;
  border-radius: 2em;
  cursor: pointer;
  background-color: #dddddd;
}
@media print, screen and (min-width: 1280px) {
  #top-servicemenuArea .top-servicemenuInnerArea ul.tabList li span.tabBtn {
    background-color: transparent;
  }
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabList li.active span.tabBtn {
  background-color: #004ea1;
  color: #fff;
  border-radius: 2em;
}
#top-servicemenuArea .top-servicemenuInnerArea .tabContent h3 {
  display: flex;
  align-items: center;
  gap: 1em;
}
#top-servicemenuArea .top-servicemenuInnerArea .tabContent h3::after {
  content: "";
  flex-grow: 1;
  height: 0.05em;
  background-color: #dddddd;
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList {
  padding-left: 0;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr; /* すべての行の高さを揃える */
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1280px) {
  #top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList {
    grid-template-columns: repeat(5, 1fr);
  }
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li {
  /* common */
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 0.1em solid #dddddd;
  border-radius: 0.5em;
  min-height: 8em;
  color: #333333;
  gap: 0.5em;
  padding: 0.5em 0.5em;
  height: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  #top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li a {
    padding: 2em 1em;
  }
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li a::before {
  display: block;
  font-size: 3em;
  color: #004ea1;
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li a span {
  text-align: center;
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li a span.small {
  line-height: 1.7;
  font-size: 75%;
  display: block;
}
#top-servicemenuArea .top-servicemenuInnerArea ul.tabcontentsList li a:hover {
  background-color: #eaf7ff;
  border-color: #004ea1;
  color: #004ea1;
  text-decoration: none;
}
#top-servicemenuArea .top-servicemenuInnerArea #container01 li {
  /* 01.お手続き・お問い合わせ */
}
#top-servicemenuArea .top-servicemenuInnerArea #container01 li.moving a::before {
  content: "\e558";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container01 li.name a::before {
  content: "\f88c";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container01 li.payment a::before {
  content: "\f8ff";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container01 li.all a::before {
  content: "\e158";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container02 li {
  /* 02.ガス料金 */
}
#top-servicemenuArea .top-servicemenuInnerArea #container02 li.tg a::before {
  content: "\e2b6";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container02 li.lp a::before {
  content: "\ec14";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container02 li.materials a::before {
  content: "\e01d";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container02 li.structure a::before {
  content: "\e873";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container02 li.meter-reading a::before {
  content: "\ec19";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li {
  /* 03.保安・安全の取り組み */
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li.house a::before {
  content: "\e88a";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li.restaurant a::before {
  content: "\e56c";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li.safety a::before {
  content: "\e1d5";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li.earthquake a::before {
  content: "\f64f";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li.development a::before {
  content: "\ea3a";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container03 li.construction a::before {
  content: "\ea3c";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container04 li {
  /* 04.環境・地域貢献 */
}
#top-servicemenuArea .top-servicemenuInnerArea #container04 li.environment a::before {
  content: "\f8ca";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}
#top-servicemenuArea .top-servicemenuInnerArea #container04 li.report a::before {
  content: "\e85d";
  font-family: "Material Symbols Outlined";
  line-height: 1;
}

/*--------------------------------------------------------------------------------
top-snsArea
--------------------------------------------------------------------------------*/
#top-snsArea {
  background-image: url(../img/title_officialaccount.svg);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  margin-bottom: 3em;
  padding-top: 5em;
  background-size: 100% 5em;
}
@media print, screen and (min-width: 1280px) {
  #top-snsArea {
    background-size: 100% 25em;
    padding-top: 10em;
    aspect-ratio: 17/5;
  }
}
#top-snsArea .titleArea {
  margin-bottom: 2em;
}
#top-snsArea .titleArea h2 {
  margin: 0 0 1em 0;
}
#top-snsArea .top-snsInnerArea ul.snsList {
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
#top-snsArea .top-snsInnerArea ul.snsList li {
  flex-grow: 0;
  text-align: center;
}
#top-snsArea .top-snsInnerArea ul.snsList li a {
  color: #333333;
}
#top-snsArea .top-snsInnerArea ul.snsList li a:hover {
  color: #004ea1;
  text-decoration: none;
}
#top-snsArea .top-snsInnerArea ul.snsList li img {
  width: 4em;
}

/*--------------------------------------------------------------------------------
top-linkbannerArea
--------------------------------------------------------------------------------*/
#top-linkbannerArea {
  border-top: 0.1em solid #dddddd;
  padding: 1em 2em;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 769px) {
  #top-linkbannerArea {
    padding: 1em 3em;
    margin-bottom: 3em;
  }
}
#top-linkbannerArea .linkbannerSlickWrap {
  position: relative;
}
#top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  #top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick {
    gap: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .linkbannerBlock {
    flex: 0 0 20%;
  }
  #top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .linkbannerBlock img {
    vertical-align: bottom;
  }
}
#top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .slick-list {
  margin-bottom: 0em;
}
@media screen and (max-width: 768px) {
  #top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .slick-list {
    margin: 0 2em; /* バナーに被らないように */
  }
}
@media screen and (max-width: 768px) {
  #top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .slick-list .slick-slide {
    margin: 0 0.3em; /* 全要素に余白を設定 */
  }
}
#top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .slick-list .slick-slide a {
  display: block;
}
#top-linkbannerArea .linkbannerSlickWrap .linkbannerSlick .slick-list .slick-slide img {
  width: 100%;
  height: auto;
  max-width: none;
  vertical-align: bottom;
}
#top-linkbannerArea .linkbannerSlickWrap .common-arrow-prev::before,
#top-linkbannerArea .linkbannerSlickWrap .common-arrow-next::before {
  width: 2em;
  height: 2em;
}
#top-linkbannerArea .linkbannerSlickWrap .common-arrow-prev,
#top-linkbannerArea .linkbannerSlickWrap .common-arrow-next {
  position: absolute;
  top: calc(50% - 2em / 2);
}
#top-linkbannerArea .linkbannerSlickWrap .common-arrow-prev {
  left: calc(-2em / 2);
}
#top-linkbannerArea .linkbannerSlickWrap .common-arrow-next {
  right: calc(-2em / 2);
}