@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --zenKakuGothic: "Zen Kaku Gothic New", sans-serif;
  --mincho: "Zen Old Mincho", serif;
  --zenKurenaido: "Zen Kurenaido", sans-serif;
  --bacasime: "Bacasime Antique", serif;
  --maru: "Zen Maru Gothic", sans-serif;
  --base-color: #070044;
  --white: #fff;
  --pink: #FF717E;
  --pink2: #F47391;
  --green: #09BCC9;
  --green2: #D4ECF4;
  --green3: #0AB34F;
  --yellow: #F9FFAA;
  --yellow2: #DFE772;
  --blue: #2F338E;
  --blue2: #20BAEE;
  --blue3: #88899C;
  --blue4: #F3FCFF;
  --blue5: #879CDC;
  --blue6: #CAE2FF;
  --grey: #F2F2F2;
  --grey2: #f7f7f7;
  --grey3: #EDEDED;
  --grey4: #5E5E5E;
  --grey5: #5A5A5A;
  --grey6: #858598;
  --grey7: #F9F9F9;
  --grey8: #FAFFFF;
  --3rd: #D69682;
  --brown: #50493A;
  --brown2: #B09448;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 (min-width: 897px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@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: 400;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: var(--white);
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
@media all and (min-width: 897px) {
  body.fixed {
    overflow-y: scroll;
  }
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}

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

#main {
  overflow-x: clip;
}

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 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
}
#gHeader .hLogo {
  padding: 1.6rem 3rem;
  position: relative;
  z-index: 10;
}
#gHeader .hLogo a {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
#gHeader .hLogo a img {
  width: 6.8rem;
}
#gHeader .hLogo a .txt {
  margin-top: 0.3rem;
  display: block;
  color: var(--white);
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -0.08em;
  line-height: 1;
}
@media all and (max-width: 896px) {
  #gHeader .hLogo {
    padding: 0.6rem 1rem;
  }
  #gHeader .hLogo a {
    gap: 0.8rem;
  }
  #gHeader .hLogo a img {
    width: 3.55rem;
  }
  #gHeader .hLogo a .txt {
    margin-top: 0.3rem;
    font-size: 1.3rem;
    letter-spacing: -0.039em;
  }
}

/* menu */
.menu {
  width: 3.6rem;
  height: 1.3rem;
  position: fixed;
  right: 4rem;
  top: 4.3rem;
  z-index: 400;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .menu:hover {
    opacity: 0.65;
  }
}
.menu span {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 0.1rem solid var(--blue);
  transition: 0.3s;
}
.menu span:nth-child(2) {
  top: 0.6rem;
}
.menu span:nth-child(3) {
  top: 1.2rem;
}
.menu.on span:nth-child(1) {
  transform: translate(0, 0.6rem) rotate(45deg);
}
@media all and (max-width: 896px) {
  .menu.on span:nth-child(1) {
    transform: translate(0, 0.6rem) rotate(30deg);
  }
}
.menu.on span:nth-child(2) {
  opacity: 0;
}
.menu.on span:nth-child(3) {
  transform: translate(0, -0.6rem) rotate(-45deg);
}
@media all and (max-width: 896px) {
  .menu.on span:nth-child(3) {
    transform: translate(0, -0.6rem) rotate(-30deg);
  }
}
@media all and (max-width: 896px) {
  .menu {
    right: 2rem;
    top: 2rem;
  }
}

/* menuBox */
.menuBox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  background: url(../img/common/f_bg.webp) no-repeat center center/cover;
  z-index: 210;
  display: none;
}
.menuBox::-webkit-scrollbar {
  display: none;
}
.menuBox .menuWrap {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .menuBox .menuWrap {
    display: block;
  }
}
.menuBox .menuWrap .innerBox {
  padding: 10.7rem 0 14rem;
  width: 120rem;
  max-width: 95%;
}
@media all and (max-width: 896px) {
  .menuBox .menuWrap .innerBox {
    padding: 8.2rem 2rem 4rem;
    width: auto;
    max-width: initial;
  }
}
.menuBox .comBox {
  margin-bottom: 7rem;
}
.menuBox .comBox .lBox .tableBox {
  margin-right: 2rem;
}
.menuBox .comBox .rBox {
  margin-top: 10rem;
  padding-left: 0;
  width: 60rem;
  order: 1;
}
.menuBox .comBox .rBox::before {
  display: none;
}
.menuBox .comBox .logo {
  margin: 0 1.5rem 2.8rem 0;
}
@media all and (min-width: 897px) {
  .menuBox .comBox .logo span {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media all and (max-width: 896px) {
  .menuBox .comBox {
    margin-bottom: 5rem;
  }
  .menuBox .comBox .lBox .tableBox {
    margin-right: 0;
  }
  .menuBox .comBox .rBox {
    margin: 0 0 6.1rem;
    padding: 0;
    width: auto;
  }
  .menuBox .comBox .logo {
    margin: 0 -1rem 3rem;
  }
}
.menuBox .naviList li a {
  padding: 1.4rem 2rem 1.5rem;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.09em;
  border-bottom: 0.1rem solid var(--blue);
}
@media all and (min-width: 1025px) {
  .menuBox .naviList li a:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .menuBox .naviList li a {
    padding: 1.6rem 1rem;
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
  padding: 9.6rem 0;
  background: url(../img/common/f_bg.webp) repeat left top;
  background-size: 100% auto;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 5rem 0 1.7rem;
  }
}
#gFooter .content {
  max-width: 124rem;
}
#gFooter .fInner {
  align-items: flex-end;
}
@media all and (max-width: 896px) {
  #gFooter .fInner {
    display: block;
  }
}
#gFooter .fInner .linkP {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
  #gFooter .fInner .linkP {
    margin: 0 -1rem;
    text-align: center;
  }
}
@media all and (min-width: 1025px) {
  #gFooter .fInner .linkP a:hover {
    opacity: 0.65;
  }
}
#gFooter .naviList {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
}
@media all and (max-width: 896px) {
  #gFooter .naviList {
    margin-bottom: 7.5rem;
    gap: 1.2rem 0;
    padding-left: 0.5rem;
    flex-direction: column;
  }
}
#gFooter .naviList > li {
  margin-right: 1rem;
}
@media all and (max-width: 896px) {
  #gFooter .naviList > li {
    margin: 0;
  }
}
#gFooter .naviList .subList li {
  margin-bottom: 1rem;
}
@media all and (max-width: 896px) {
  #gFooter .naviList .subList li {
    margin-bottom: 1.6rem;
  }
}
#gFooter .naviList .subList li:last-child {
  margin-bottom: 0;
}
#gFooter .naviList .subList a {
  padding-left: 1rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  position: relative;
}
@media all and (min-width: 1025px) {
  #gFooter .naviList .subList a:hover {
    opacity: 0.65;
  }
}
#gFooter .naviList .subList a::before {
  width: 0.3rem;
  height: 0.3rem;
  background-color: currentColor;
  position: absolute;
  top: 1rem;
  left: 0;
  border-radius: 100%;
  content: "";
}/*# sourceMappingURL=style.css.map */