@charset "UTF-8";
:root {
  --base-font: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --sub-font: "Shippori Mincho", serif;
  --en-font: "Roboto Condensed", serif;
  --maru: "Zen Maru Gothic", sans-serif;
  --base-color: #4D4D4D;
  --main-bg: #FFFDF1;
  --color-bg: #FFEEC1;
  --color: #007ea4;
  --color01: #fff;
  --color01-rgb: 255,255,255;
  --color02: #666;
  --color03: #000;
  --color04: #FFEC3A;
  --color05: #FCF597;
  --color06: #BBEC56;
  --color07: #9EB62D;
  --color07-rgb: 158,182,45;
  --color08: #EE7E73;
  --color08-rgb: 238,126,115;
  --color09: #FF9089;
  --color10: #6CCE95;
  --color11: 204,174,0;
  --color12: 97,173,129;
  --color13: 229,126,23;
  --color14: 110,168,217;
  --color15: 239,123,117;
  --color16: #FFFDF1;
  --color17:101,195,84;
  --color18: #EFF9B5;
  --color19: #F1E5BA;
  --color20: #59B55B;
  --color21: #F1958C;
  --color22: #6EFFFF;
  --color23: 229,126,23;
  --color24: 110,168,217;
  --color25: #FFF9D2;
  --color26: #D4F1E0;
  --color27: #EDF5DD;
  --color28: #E7F4CC;
  --color29: #E2F3FB;
  --color30: #65C354;
  --color31: #6EA9DA;
  --color32: #84CF76;
  --color33: #F5B2AB;
  --color34: #C3E380;
  --color35: #99D5F1;
  --color36: #DBFF81;
  --color37: #D7E4F5;
  --color38: #BAD1ED;
  --color39: #9EC0E6;
  --color40: #FFFACC;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media all and (max-width: 896px) {
  html {
    height: 100svh;
    overflow: hidden;
  }
}

@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;
  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: 896px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

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

#container {
  text-align: left;
  position: relative;
}

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;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#gHeader .logo a {
  padding: 2.9rem 3.7rem;
  width: 50.1rem;
  height: 16.8rem;
  background: url(../img/common/bg02.webp) no-repeat left top/100%;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
#gHeader .logo a img {
  width: 9.4rem;
}
#gHeader .logo a .logoText {
  flex: 1;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--maru);
  letter-spacing: -0.05em;
  line-height: 1.2;
}
#gHeader .logo a .logoText .text01 {
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  letter-spacing: 0.05em;
  font-family: var(--base-font);
}
#gHeader .logo a .logoText .text02 {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0;
}
#gHeader .btnList {
  width: 27.5rem;
  display: flex;
  overflow: hidden;
  border-bottom-left-radius: 2.8rem;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
}
#gHeader .btnList li {
  width: 50%;
  height: 13.7rem;
  color: var(--color01);
}
#gHeader .btnList li .text {
  display: block;
  font-weight: 700;
  font-family: var(--maru);
  letter-spacing: 0.08em;
}
#gHeader .btnList li a {
  padding-bottom: 0.7rem;
  width: 100%;
  display: flex;
  height: 100%;
  color: var(--color01);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.3rem;
  background: linear-gradient(to right, var(--color07) 50%, rgba(var(--color07-rgb), 0.8) 50%) 0% 0%/200% !important;
}
#gHeader .btnList li a img {
  width: 4.2rem;
}
#gHeader .btnList li a:hover {
  opacity: 1;
  background-position: -100% 0px !important;
}
@media all and (max-width: 896px) {
  #gHeader .logo a {
    padding: 1.7rem 0 1.7rem 2rem;
    width: 27.5rem;
    height: 12.5rem;
    gap: 0.8rem;
    background-image: url(../img/common/bg02_sp.webp);
  }
  #gHeader .logo a img {
    width: 6.7rem;
  }
  #gHeader .logo a .logoText {
    font-size: 2.002rem;
  }
  #gHeader .logo a .logoText .space {
    letter-spacing: -0.2em;
  }
  #gHeader .logo a .logoText .text01 {
    font-size: 0.786rem;
    letter-spacing: 0.06em;
  }
  #gHeader .logo a .logoText .text02 {
    font-size: 1.144rem;
    letter-spacing: 0.04em;
  }
  #gHeader .btnList {
    width: 8.4rem;
    border-bottom-left-radius: 2rem;
  }
  #gHeader .btnList li {
    width: 100%;
    height: 8.4rem;
    gap: 0.2rem;
  }
  #gHeader .btnList li.mail {
    display: none;
  }
  #gHeader .btnList li .line {
    width: 3.8rem;
    height: 2.1rem;
  }
  #gHeader .btnList li .line span {
    width: 3.8rem;
  }
  #gHeader .btnList li .line span:nth-child(2) {
    width: 2.5rem;
    top: 0.9rem;
  }
  #gHeader .btnList li .line span:nth-child(3) {
    width: 1.3rem;
    top: 1.8rem;
  }
  #gHeader .btnList li .text {
    font-size: 1.1rem;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  cursor: pointer;
  background: linear-gradient(to right, var(--color08) 50%, rgba(var(--color08-rgb), 0.8) 50%) 0% 0%/200% !important;
  transition: 0.3s;
}
.menu .line {
  width: 5.4rem;
  height: 2.7rem;
  position: relative;
}
.menu .line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.4rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  background: var(--color01);
}
.menu .line span:nth-child(2) {
  width: 3.5rem;
  top: 1.2rem;
}
.menu .line span:nth-child(3) {
  width: 1.8rem;
  top: 2.5rem;
}
@media all and (min-width: 1025px) {
  .menu:hover {
    opacity: 1;
    background-position: -100% 0px !important;
  }
}

.menuCover {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.menuCover.on {
  opacity: 1;
  visibility: visible;
}

.menuBox {
  position: fixed;
  right: 0;
  top: 0;
  width: 52rem;
  background: var(--color10);
  color: var(--color01);
  z-index: 999;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  transform: translateX(101%);
  transition: all 0.4s;
  z-index: 1000;
}
.menuBox.on {
  transform: translateX(0);
}
.menuBox .menu {
  width: 5.6rem;
  position: fixed;
  right: 4rem;
  top: 3.9rem;
  z-index: 88;
  background: none !important;
}
@media all and (min-width: 1025px) {
  .menuBox .menu:hover {
    opacity: 0.8;
  }
}
.menuBox a {
  color: var(--color01);
  font-weight: 700;
  font-family: var(--maru);
}
.menuBox .inner {
  padding: 9.7rem 5rem;
}
.menuBox .linkList01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menuBox .linkList01 > li {
  width: calc(50% - 1rem);
  border-bottom: 1px solid var(--color01);
}
.menuBox .linkList01 > li.noBorder {
  border-bottom: none;
}
.menuBox .linkList01 > li.longItem {
  width: 100%;
}
.menuBox .linkList01 > li a {
  padding: 1.8rem 0 0 2.5rem;
  min-height: 5.9rem;
  line-height: 1.625;
  display: block;
  position: relative;
}
.menuBox .linkList01 > li a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0.2rem;
  top: 2.7rem;
  border-radius: 100%;
  background: var(--color40);
}
@media all and (min-width: 1025px) {
  .menuBox .linkList01 > li a:hover {
    opacity: 0.8;
  }
}
.menuBox .linkList01 .subList {
  margin: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.menuBox .linkList01 .subList a {
  padding: 0;
  width: 19.4rem;
  height: 3.2rem;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--color10);
  border-radius: 2rem;
  background: rgba(var(--color01-rgb), 0.89);
}
.menuBox .linkList01 .subList a::before {
  display: none;
}
@media all and (max-width: 896px) {
  .menuBox {
    width: 100%;
  }
  .menuBox .menu {
    width: 3.8rem;
    right: 2.3rem;
    top: 2.2rem;
  }
  .menuBox .inner {
    padding: 8.4rem 4rem;
  }
  .menuBox .linkList01 > li > a {
    margin-right: -0.6rem;
    padding: 1.7rem 0 0 2rem;
    min-height: 5.3rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .menuBox .linkList01 > li > a::before {
    top: 2.3rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
  }
  .menuBox .linkList01 > li.smlText a {
    font-size: 1.2rem;
    line-height: 1.666;
  }
  .menuBox .linkList01 .subList {
    margin: 0.7rem 0;
    gap: 0.9rem;
  }
  .menuBox .linkList01 .subList li {
    width: calc(50% - 0.95rem);
  }
  .menuBox .linkList01 .subList a {
    width: 100%;
    font-size: 1.26rem;
    height: 2.9rem;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 4.7rem 0 0;
  position: relative;
  z-index: 2;
  background: var(--color01);
}
#gFooter::before {
  width: 100%;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: -2.3rem;
  background: url("../img/index/bg10.webp") repeat-x left top/23rem;
  content: "";
}
@media all and (max-width: 896px) {
  #gFooter::before {
    height: 1.7rem;
    top: -1.6rem;
    background-size: 16.3rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-top: 3.6rem;
  }
}
#gFooter .accessBox {
  padding: 8rem 8rem 9.1rem;
  max-width: 126rem;
  position: relative;
  border-radius: 4rem 4rem 0 0;
  background-color: var(--color40);
  z-index: 10;
}
#gFooter .accessBox .flexBox {
  margin-bottom: 5.3rem;
  gap: 5.5rem;
  flex-wrap: nowrap;
}
#gFooter .accessBox .flexBox .textBox {
  flex: 1;
}
@media all and (max-width: 896px) {
  #gFooter .accessBox {
    margin: 0 2rem;
    padding: 3rem 2rem 4.7rem;
    max-width: inherit;
    border-radius: 1.1rem 1.1rem 0 0;
    overflow: hidden;
  }
  #gFooter .accessBox .flexBox {
    margin-bottom: 4rem;
    display: block;
  }
  #gFooter .accessBox .comLink {
    margin-bottom: 3.5rem;
  }
  #gFooter .accessBox .comLink li + li {
    margin-top: 1.7rem;
  }
  #gFooter .accessBox .comLink li.mail a {
    padding-left: 3.5rem;
  }
  #gFooter .accessBox .comLink li.mail a span {
    padding: 0 4.8rem 0 3.6rem;
    background-size: 3rem, 3.4rem;
    font-size: 2.103rem;
  }
  #gFooter .accessBox .comLink li.mail a .posIco {
    width: 7.6rem;
    width: 9.7rem;
    right: -1.2rem;
  }
  #gFooter .accessBox .comLink li a {
    height: 7rem;
    letter-spacing: 0.06em;
  }
  #gFooter .accessBox .comLink li a span {
    background-size: 1.9rem;
  }
  #gFooter .accessBox .comLink li a .posIco {
    width: 7.4rem;
  }
}
#gFooter .accessBox .logo {
  margin-bottom: 2.4rem;
  width: 50.7rem;
}
#gFooter .accessBox .logo img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #gFooter .accessBox .logo {
    margin-bottom: 2.5rem;
  }
  #gFooter .accessBox .logo img {
    width: 29.5rem;
  }
}
#gFooter .accessBox .addTxt {
  margin-bottom: 2.8rem;
  font-weight: 700;
  font-family: var(--maru);
}
@media all and (min-width: 897px) {
  #gFooter .accessBox .addTxt span {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 896px) {
  #gFooter .accessBox .addTxt {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.714;
  }
  #gFooter .accessBox .addTxt span {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
#gFooter .accessBox .timeTab {
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
}
#gFooter .accessBox .timeTab th,
#gFooter .accessBox .timeTab td {
  text-align: center;
  vertical-align: middle;
}
#gFooter .accessBox .timeTab th:first-child,
#gFooter .accessBox .timeTab td:first-child {
  padding-left: 1rem;
  width: 17.3rem;
  white-space: nowrap;
}
#gFooter .accessBox .timeTab th:last-child,
#gFooter .accessBox .timeTab td:last-child {
  padding-right: 1.6rem;
  width: 7rem;
}
#gFooter .accessBox .timeTab th {
  padding: 2rem 0 1.7rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  background-color: var(--color01);
  font-family: var(--maru);
  font-size: 1.948rem;
  width: 4.5rem;
}
#gFooter .accessBox .timeTab th:first-child {
  border-radius: 4rem 0 0 4rem;
}
#gFooter .accessBox .timeTab th:last-child {
  border-radius: 0 4rem 4rem 0;
}
#gFooter .accessBox .timeTab td {
  padding-top: 0.7rem;
  letter-spacing: 0;
}
#gFooter .accessBox .timeTab td:first-child {
  font-size: 1.826rem;
  letter-spacing: 0.04em;
}
#gFooter .accessBox .timeTab td img {
  width: 1.8rem;
}
#gFooter .accessBox .timeTab .list01 td {
  padding-top: 2.4rem;
}
#gFooter .accessBox .timeTab .list02 td {
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #b3b3b3;
}
@media all and (max-width: 896px) {
  #gFooter .accessBox .timeTab {
    width: auto;
    max-width: 29.5rem;
    margin: 0 auto;
  }
  #gFooter .accessBox .timeTab th, #gFooter .accessBox .timeTab td {
    width: 7.6%;
  }
  #gFooter .accessBox .timeTab th:first-child, #gFooter .accessBox .timeTab td:first-child {
    padding-right: 0.5rem;
    width: 30%;
  }
  #gFooter .accessBox .timeTab th:last-child, #gFooter .accessBox .timeTab td:last-child {
    padding-right: 1rem;
    letter-spacing: 0;
    width: 19.33%;
  }
  #gFooter .accessBox .timeTab th {
    font-size: 1.4rem;
    padding: 0;
  }
  #gFooter .accessBox .timeTab th:first-child {
    padding: 0.9rem 0 1rem 1.8rem;
    text-align: left;
  }
  #gFooter .accessBox .timeTab th:nth-last-child(2) {
    text-align: right;
  }
  #gFooter .accessBox .timeTab .list01 td {
    padding-top: 1rem;
  }
  #gFooter .accessBox .timeTab td {
    padding-top: 0;
    font-size: 1.1rem;
  }
  #gFooter .accessBox .timeTab td:first-child {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  #gFooter .accessBox .timeTab td:last-child {
    text-align: left;
  }
  #gFooter .accessBox .timeTab td img {
    width: 1.1rem;
  }
  #gFooter .accessBox .timeTab .list02 td {
    padding-bottom: 1.3rem;
  }
}
#gFooter .accessBox .mapBox {
  width: 52.2rem;
}
#gFooter .accessBox .mapBox .map {
  width: 100%;
  border-radius: 4rem;
  overflow: hidden;
  aspect-ratio: 522/342;
}
#gFooter .accessBox .mapBox .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gFooter .accessBox .mapBox .gooleBtn {
  margin-top: 1.5rem;
}
#gFooter .accessBox .mapBox .gooleBtn a {
  padding-right: 3.3rem;
  font-family: var(--maru);
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  display: inline-block;
  background: url(../img/common/arrow_icon03.webp) no-repeat center right/2.8rem;
}
@media all and (min-width: 1025px) {
  #gFooter .accessBox .mapBox .gooleBtn a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 896px) {
  #gFooter .accessBox .mapBox {
    width: auto;
  }
  #gFooter .accessBox .mapBox .map {
    aspect-ratio: 295/342;
    border-radius: 1.87rem;
  }
  #gFooter .accessBox .mapBox .gooleBtn {
    margin-top: 1rem;
  }
  #gFooter .accessBox .mapBox .gooleBtn a {
    padding-right: 3.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
#gFooter .footerBg {
  padding: 5.3rem 2rem 5rem;
  color: var(--color01);
  background: var(--color10);
  position: relative;
  z-index: 11;
}
#gFooter .footerBg::before {
  width: 100%;
  height: 2.4rem;
  content: "";
  position: absolute;
  left: 0;
  top: -2.3rem;
  background: url(../img/index/bg01.webp) repeat-x center left/23rem;
}
@media all and (max-width: 896px) {
  #gFooter .footerBg::before {
    top: -1.6rem;
    background-size: 16.3rem;
  }
}
#gFooter .fBox {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media all and (min-width: 897px) {
  #gFooter .fBox .subBox01 {
    display: flex;
    gap: 5.3rem;
  }
}
#gFooter .fNavi {
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
#gFooter .fNavi03 {
  margin: 0 1rem;
  width: auto;
  flex: 1;
}
#gFooter .fNavi a {
  color: var(--color01);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media all and (min-width: 1025px) {
  #gFooter .fNavi a:hover {
    opacity: 0.8;
  }
}
#gFooter .fNavi > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
#gFooter .fNavi > li > a {
  padding-left: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.68;
  font-weight: 700;
  font-family: var(--maru);
  position: relative;
}
#gFooter .fNavi > li > a::after {
  width: 1.2rem;
  height: 1.3rem;
  border-radius: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0rem;
  background: var(--color40);
  content: "";
}
@media all and (max-width: 896px) {
  #gFooter .fNavi > li > a {
    font-size: 1.4rem;
    padding-left: 2.3rem;
  }
  #gFooter .fNavi > li > a::after {
    top: 0.5rem;
  }
}
#gFooter .fNavi .subBox {
  margin: 1.2rem 0 0 0.3rem;
}
@media all and (min-width: 897px) {
  #gFooter .fNavi .subBox {
    justify-content: flex-start;
  }
}
#gFooter .fNavi .subNavi {
  font-size: 1.4rem;
}
#gFooter .fNavi .subNavi.colums3 {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#gFooter .fNavi .subNavi li {
  margin-bottom: 0.2rem;
  letter-spacing: 0.05em;
}
#gFooter .fNavi .subNavi li a {
  line-height: 2;
  display: inline-block;
  position: relative;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
#gFooter .fNavi .subNavi li a::before {
  content: "- ";
}
#gFooter .fNavi .subNavi li a[target=_blank] {
  padding-right: 2.3rem;
  background: url(../img/common/icon10.webp) no-repeat center right/1.3rem;
}
#gFooter address {
  padding: 0 1.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-align: right;
}
@media all and (max-width: 896px) {
  #gFooter .footerBg {
    padding: 3.8rem 2.8rem 5.6rem;
  }
  #gFooter .subBox01 {
    display: flex;
    justify-content: space-between;
  }
  #gFooter .subBox01 .fNavi {
    width: -moz-fit-content;
    width: fit-content;
  }
  #gFooter .fBox {
    margin: 0 auto 3.1rem;
    width: auto;
    display: block;
  }
  #gFooter .fNavi {
    width: -moz-fit-content;
    width: fit-content;
  }
  #gFooter .fNavi:not(:last-child) {
    margin: 0 0 1.7rem;
  }
  #gFooter .fNavi03 {
    padding-left: 0;
    flex: 1;
  }
  #gFooter .fNavi > li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  #gFooter .fNavi .subNavi li a {
    padding-left: 1.1rem;
    font-size: 1.3rem;
    text-indent: -1.1rem;
  }
  #gFooter .fNavi .subNavi.colums3 {
    -moz-columns: 2;
         columns: 2;
  }
  #gFooter .fNavi .subNavi.colums3 li {
    padding-left: 1.8rem;
  }
  #gFooter .fNavi .subNavi li {
    width: 100%;
  }
  #gFooter address {
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */