@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho", serif;
  --en-font: "Oswald", sans-serif;
  --en-font2: "EB Garamond", serif;
  --base-color: #333;
  --white: #FFF;
  --white2: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 8.04%, rgba(255, 255, 255, 1) 100%);
  --white3: rgba(255,255,255,0.16);
  --white4: rgba(255,255,255,0.8);
  --white5: rgba(254,254,255,0.2);
  --white6: rgba(255,255,255,0.7);
  --white7: rgba(255,255,255,0.4);
  --white8: rgba(255,255,255,0.89);
  --blue1: #2d6297;
  --blue2: rgba(110,153,166,0.8);
  --blue3: rgba(45, 98, 151, 0.8);
  --blue4: rgba(96, 123, 176, 0.3);
  --blue5: rgba(96, 123, 176, 0.8);
  --blue6: #96b0cb;
  --blue7: #F5F8F8;
  --blue8: rgba(96, 143, 157, 0.8);
  --blue9: rgba(205, 217, 222, 0.6);
  --blue10: #E8ECEC;
  --blue11: #8ab8db;
  --blue12: #708db9;
  --blue13: #6090ba;
  --blue14: rgba(96,182,199,0.79);
  --blue15: rgba(209,234,239,0.79);
  --blue16: #008a95;
  --blue17: rgba(45, 98, 151, 0.15);
  --blue18: #e2e9f0;
  --blue19: #7db0d7;
  --blue20: rgba(226, 233, 240, 0.3);
  --blue21: #607bb0;
  --blue22: rgba(45, 98, 151, 0.7);
  --blue23: rgba(45, 98, 151, 0.2);
  --blue24: rgba(127, 152, 184, 0.2);
  --blue25: rgba(111, 154, 191, 0.8);
  --blue26: rgba(45, 98, 151, 0.3);
  --blue27: #313b4d;
  --yellow1: rgba(182,157,57,0.3);
  --yellow2: rgba(182,157,57,0.8);
  --yellow3: rgba(210,156,58,0.8);
  --yellow4: rgba(255,245,168,0.4);
  --yellow5: #E2C182;
  --yellow6: #fff5a8;
  --yellow7: #fff5af;
  --yellow8: rgba(211,192,102,0.85);
  --yellow9: #D6A64D;
  --yellow10: #faf8ee;
  --yellow11: #b69d39;
  --yellow12: rgba(178,154,13,0.8);
  --brown1: rgba(214,166,77,0.8);
  --brown2: rgba(214,166,77,0.45);
  --brown3: rgba(160,98,83,0.8);
  --brown4: rgba(203,119,35,0.8);
  --black1: rgba(51,51,63,0.26);
  --black2: rgba(0,0,0,0.1);
  --black3: rgba(0,0,0,0.3);
  --black4: rgba(51,51,63,0.15);
  --red1: rgba(172,117,104,0.3);
  --red2: rgba(172,117,104,0.8);
  --red3: #bc9394;
  --red4: rgba(194,124,122,0.8);
  --red5: rgba(240,218,222,0.8);
  --red6: #bb6e6c;
  --red7: rgba(183,112,113,0.8);
  --red8: #c7754d;
  --red9: #d28f80;
  --red10: #ac7568;
  --red11: rgba(210,143,128,0.8);
  --green1: rgba(108,173,146,0.3);
  --green2: rgba(108,173,146,0.8);
  --green3: #8cc6ad;
  --green4: rgba(141, 174, 118, 0.15);
  --green5: #8b9d64;
  --green6: #8dae76;
  --green7: #e8efe4;
  --green8: rgba(141, 174, 118, 0.8);
  --green9: #6cad92;
  --green10: #dbff81;
  --green11: rgba(93, 147, 116, 0.8);
  --green12: rgba(131, 186, 163, 0.8);
  --gray1: #F5F8F8;
  --purple1: #bcb1d7;
  --pink1: rgba(213,127,122,0.8);
  --gradient1: linear-gradient(45deg, rgba(236, 244, 210, 1) 0%, rgba(196, 215, 250, 1) 100%);
  --gradient2: linear-gradient(90deg, rgba(245, 219, 231, 1) 0%, rgba(237, 190, 213, 1) 50%, rgba(236, 185, 210, 1) 57.24%, rgba(230, 162, 196, 1) 100%);
  --gradient3: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 2.04%, rgba(255, 255, 255, 0.08) -2%, rgba(255, 255, 255, 1) 64%);
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media all and (min-width: 897px) and (max-width: 1365px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media all and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body, table, input, textarea, select, option {
  font-family: var(--base-font);
}

article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a {
  color: var(--base-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link {
  color: var(--base-color);
}
a:visited {
  color: var(--base-color);
}
a:active {
  color: var(--base-color);
}
a:hover {
  color: var(--base-color);
}
@media all and (max-width: 1024px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: var(--white);
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
    height: 100%;
    overflow: auto;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

#container {
  padding: 0.6rem;
  text-align: left;
  position: relative;
}
#container::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.6rem solid var(--blue1);
  content: "";
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
@media all and (max-width: 896px) {
  #container::before {
    border-bottom: none;
  }
}
@media all and (max-width: 1300px) {
  #container {
    padding: 0.5rem;
  }
}
@media all and (max-width: 896px) {
  #container {
    padding: 0.4rem;
  }
  #container::before {
    border-width: 0.4rem;
  }
}
@media all and (max-width: 374px) {
  #container {
    padding: 0.3rem;
  }
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 0.6rem 13rem 0.6rem 0.6rem;
}
#gHeader .hBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gHeader .hBox .logoBox {
  margin: 2.5rem 0 0 3.1rem;
  position: relative;
  width: 39.2rem;
}
#gHeader .hBox .logoBox h1 {
  position: absolute;
  top: 0.4rem;
  left: 13.8rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#gHeader .hBox .rBox {
  position: fixed;
  top: 0.6rem;
  right: 13rem;
  z-index: 999;
}
#gHeader .hBox .rBox .telBox {
  padding: 2.2rem 1rem 2rem;
  width: 25.8rem;
  height: 12.4rem;
  background: var(--brown1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gHeader .hBox .rBox .telBox .text {
  margin: 0 auto 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 1.2rem 0.7rem;
  position: relative;
  color: var(--white);
}
#gHeader .hBox .rBox .telBox .text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brown2);
  content: "";
  mix-blend-mode: multiply;
  border-radius: 1.6rem;
}
#gHeader .hBox .rBox .telBox .text .sub {
  position: relative;
  z-index: 5;
  font-family: var(--sub-font);
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#gHeader .hBox .rBox .telBox .tel a {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2rem;
  display: block;
  color: var(--white);
  font-family: var(--en-font);
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: url(../img/common/icon01.webp) no-repeat left top calc(50% + 0.3rem)/1.6rem;
}
#gHeader .hBox .rBox .link {
  width: 12.4rem;
}
#gHeader .hBox .rBox .link a {
  padding: 6.2rem 0.5rem 1rem;
  min-height: 12.4rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--white);
  font-size: 1.86rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
#gHeader .hBox .rBox .link a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue2);
  content: "";
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#gHeader .hBox .rBox .link a::after {
  position: absolute;
  top: 3.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.3rem;
  height: 2.6rem;
  background: url(../img/common/icon02.webp) no-repeat center top/100%;
  content: "";
}
@media all and (min-width: 1025px) {
  #gHeader .hBox .rBox .link a:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 0;
  }
  #gHeader .hBox {
    display: block;
  }
  #gHeader .hBox .logoBox {
    margin: 1.7rem 0 0 1.6rem;
    position: relative;
    width: 23.3rem;
  }
  #gHeader .hBox .logoBox h1 {
    margin-right: -5rem;
    position: absolute;
    top: 0;
    left: 8.2rem;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #gHeader .hBox .rBox {
    display: none;
  }
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
  position: fixed;
  top: 0.6rem;
  right: 0.6rem;
  height: 12.4rem;
  width: 12.4rem;
  cursor: pointer;
  z-index: 1002;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brown3);
  content: "";
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu .sub {
  margin: -0.5rem 0 0 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 4.4rem;
}
.menu .sub .close {
  margin-top: 0.1rem;
  display: none;
}
.menu.on {
  pointer-events: none;
}
.menu.on::before {
  opacity: 0;
}
.menu.on .sub {
  pointer-events: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu.on .sub .open {
  display: none;
}
.menu.on .sub .close {
  display: block;
}
@media all and (min-width: 1025px) {
  .menu.on:hover .sub {
    opacity: 0.6;
  }
}
@media all and (min-width: 1025px) {
  .menu:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
@media all and (max-width: 896px) {
  .menu {
    top: 0.4rem;
    right: 0.4rem;
    height: 7.4rem;
    width: 7.4rem;
  }
  .menu .sub {
    margin: -0.2rem 0 0 0.2rem !important;
    width: 3.1rem;
  }
}

/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
  position: fixed;
  top: 0;
  right: 0;
  width: 52rem;
  height: 100%;
  overflow: auto;
  z-index: 1001;
  background: var(--blue1);
  padding: 10.1rem 5.2rem 12rem;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menuBox.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menuBox #gNavi {
  margin-bottom: 1.6rem;
}
.menuBox #gNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menuBox #gNavi ul li {
  width: calc((100% - 2.5rem) / 2);
}
.menuBox #gNavi ul li a {
  padding: 1.7rem 0.5rem 1.4rem 2.3rem;
  display: block;
  position: relative;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--white7);
}
.menuBox #gNavi ul li a::before {
  position: absolute;
  top: 2.5rem;
  left: 0.1rem;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--yellow9);
  content: "";
  border-radius: 50%;
}
.menuBox #gNavi ul li a:hover {
  opacity: 0.6;
}
.menuBox #gNavi ul li:last-child a {
  border-bottom: none;
}
.menuBox .linkList {
  gap: 1rem 0;
}
.menuBox .linkList li {
  width: calc((100% - 2.7rem) / 2);
}
.menuBox .linkList li a {
  padding: 0.5rem 1rem 0.6rem;
  display: block;
  color: var(--blue1);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
.menuBox .linkList li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white8);
  content: "";
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1025px) {
  .menuBox .linkList li a:hover::before {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
}
@media all and (max-width: 896px) {
  .menuBox {
    width: 100%;
    padding: 6.6rem 4rem 12rem;
  }
  .menuBox.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .menuBox #gNavi {
    margin-bottom: 1rem;
  }
  .menuBox #gNavi ul li {
    width: calc((100% - 2rem) / 2);
  }
  .menuBox #gNavi ul li a {
    padding: 1.7rem 0.5rem 1.3rem 2.1rem;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  .menuBox #gNavi ul li a .sub {
    margin-right: -2rem;
    display: block;
    letter-spacing: -0.08em;
  }
  .menuBox #gNavi ul li a::before {
    top: 2.1rem;
    left: 0;
  }
  .menuBox .linkList li {
    width: calc((100% - 1.9rem) / 2);
  }
  .menuBox .linkList li a {
    padding: 0.5rem 0.1rem;
    font-size: 1.26rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 896px) and (max-width: 374px) {
  .menuBox .linkList li a {
    letter-spacing: -0.04em;
  }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter .fBox {
  padding: 8.1rem 0 5rem;
  background: url(../img/common/f_bg01.webp) no-repeat right center/cover;
}
#gFooter .fBox .fLogo {
  margin: 0 auto 1.6rem;
  width: 54rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#gFooter .fBox .text {
  margin-bottom: 5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
}
#gFooter .bottomBox {
  padding: 6.3rem 0 5.7rem;
  background: var(--blue27) url(../img/common/f_bg02.webp) no-repeat right -0.8rem bottom -7.3rem/51.7rem;
}
#gFooter .bottomBox .fNavi {
  margin: 0 auto;
  max-width: 118rem;
  gap: 6.6rem;
}
#gFooter .bottomBox .fNavi > li {
  max-width: calc((100% - 13.2rem) / 3);
}
#gFooter .bottomBox .fNavi .linkUl {
  margin-bottom: 1.8rem;
}
#gFooter .bottomBox .fNavi .linkUl:last-child {
  margin-bottom: 0;
}
#gFooter .bottomBox .fNavi .linkUl > li {
  margin-bottom: 1.8rem;
}
#gFooter .bottomBox .fNavi .linkUl > li:last-child {
  margin-bottom: 0;
}
#gFooter .bottomBox .fNavi .linkUl > li > span {
  padding-left: 2.2rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  position: relative;
}
#gFooter .bottomBox .fNavi .linkUl > li > span::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--yellow6);
  border-radius: 50%;
  content: "";
}
#gFooter .bottomBox .fNavi .linkUl > li > a {
  padding-left: 2.2rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  position: relative;
}
#gFooter .bottomBox .fNavi .linkUl > li > a::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--yellow6);
  border-radius: 50%;
  content: "";
}
#gFooter .bottomBox .fNavi .linkUl > li > a:hover {
  opacity: 0.6;
}
#gFooter .bottomBox .fNavi .linkUl .subList {
  gap: 1.9rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#gFooter .bottomBox .fNavi .linkUl .subList > li {
  min-width: 12.6rem;
}
#gFooter .bottomBox .fNavi .linkUl .subUl {
  margin: 1.1rem 0 0;
}
#gFooter .bottomBox .fNavi .linkUl .subUl li {
  margin-bottom: 0.6rem;
}
#gFooter .bottomBox .fNavi .linkUl .subUl li:last-child {
  margin-bottom: 0;
}
#gFooter .bottomBox .fNavi .linkUl .subUl li a {
  padding-left: 1rem;
  color: var(--white);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
}
#gFooter .bottomBox .fNavi .linkUl .subUl li a::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.3rem;
  height: 1px;
  background: var(--white);
  content: "";
}
#gFooter .bottomBox .fNavi .linkUl .subUl li a.spec {
  padding-right: 2rem;
  background: url(../img/common/icon17.webp) no-repeat right center/1.3rem;
}
#gFooter .bottomBox .fNavi .linkUl .subUl li a:hover {
  opacity: 0.6;
}
@media all and (max-width: 896px) {
  #gFooter .fBox {
    padding: 5.7rem 0 4rem;
    background-image: url(../img/common/f_bg01_sp.webp);
  }
  #gFooter .fBox .fLogo {
    margin: 0 auto 1.4rem;
    width: 29.5rem;
  }
  #gFooter .fBox .text {
    margin-bottom: 2rem;
    line-height: 1.57;
  }
  #gFooter .bottomBox {
    padding: 4.5rem 1.6rem 9.9rem;
    background: var(--blue27) url(../img/common/f_bg02.webp) no-repeat right -6.3rem bottom 0.2rem/32.6rem;
  }
  #gFooter .bottomBox .fNavi {
    margin: 0;
    max-width: inherit;
    display: block;
  }
  #gFooter .bottomBox .fNavi > li {
    margin-bottom: 2.2rem;
    max-width: inherit;
  }
  #gFooter .bottomBox .fNavi > li:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gFooter .bottomBox .fNavi > li:first-child .linkUl {
    margin-bottom: 0;
    width: calc((100% - 2rem) / 2);
  }
  #gFooter .bottomBox .fNavi > li:last-child {
    margin-bottom: 0;
  }
  #gFooter .bottomBox .fNavi .linkUl {
    margin-bottom: 1.8rem;
  }
  #gFooter .bottomBox .fNavi .linkUl:last-child {
    margin-bottom: 0;
  }
  #gFooter .bottomBox .fNavi .linkUl > li {
    margin-bottom: 1.8rem;
  }
  #gFooter .bottomBox .fNavi .linkUl > li > a {
    display: block;
  }
  #gFooter .bottomBox .fNavi .linkUl > li.spec > a {
    margin-right: -1rem;
    letter-spacing: -0.1em;
  }
  #gFooter .bottomBox .fNavi .linkUl .subList {
    gap: 0.8rem;
  }
  #gFooter .bottomBox .fNavi .linkUl .subUl {
    margin: 1.4rem 0 0;
  }
  #gFooter .bottomBox .fNavi .linkUl .subUl li {
    margin-bottom: 0.9rem;
  }
  #gFooter .bottomBox .fNavi .linkUl .subUl li a {
    padding-left: 1rem;
    color: var(--white);
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    position: relative;
  }
  #gFooter .bottomBox .fNavi .linkUl .subUl li a::before {
    position: absolute;
    top: 1.2rem;
    left: 0;
    width: 0.3rem;
    height: 1px;
    background: var(--white);
    content: "";
  }
  #gFooter .bottomBox .fNavi .linkUl .subUl li a.spec {
    padding-right: 2rem;
    background: url(../img/common/icon17.webp) no-repeat right center/1.3rem;
  }
  #gFooter .bottomBox .fNavi .linkUl .subUl li a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */