@charset "UTF-8";
:root {
  --base-font: "Shippori Mincho", serif;
  --sub-font: "Zen Kaku Gothic New", sans-serif;
  --base-color: #323232;
  --main: #0063C3;
  --sub-color: #00AAFF;
  --light-blue: #CCEEFF;
  --yellow:#FFFF7B;
  --blue:#006FFF;
  --green:#55AFAA;
  --white: #FFF;
  --black: #000;
  --gray: #F1F1F1;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1365px) {
  html {
    font-size: 0.732vw;
  }
}
@media all and (max-width: 374px) {
  html {
    font-size: 2.666vw;
  }
}
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;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: scroll;
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.5rem;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#container {
  overflow: hidden;
  text-align: left;
  word-break: break-word;
  font-feature-settings: "palt";
}

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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#gHeader .hInner {
  padding: 2.3rem 2.6rem;
}
#gHeader .hInner h1 {
  width: 29.1rem;
}
@media all and (max-width: 896px) {
  #gHeader .hInner {
    padding: 1.3rem 1.3rem;
  }
  #gHeader .hInner h1 {
    width: 16.5rem;
  }
}

.menu {
  padding-bottom: 4.5rem;
  position: fixed;
  height: 3rem;
  width: 4rem;
  right: 3rem;
  top: 3.4rem;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.25s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.menu:hover {
  opacity: 0.6;
}
.menu:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  content: "MENU";
  color: #0063BC;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.menu span {
  background: #0063BC;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.menu span:nth-of-type(2) {
  top: 1rem;
}
.menu span:nth-of-type(3) {
  top: 2rem;
}
.menu.on .top {
  transform: translateY(1rem) translateX(0) rotate(30deg);
}
@media all and (max-width: 896px) {
  .menu.on .top {
    transform: translateY(0.8rem) translateX(0) rotate(22deg);
  }
}
.menu.on .middle {
  opacity: 0;
}
.menu.on .bottom {
  transform: translateY(-1rem) translateX(0) rotate(-30deg);
}
@media all and (max-width: 896px) {
  .menu.on .bottom {
    transform: translateY(-0.8rem) translateX(0) rotate(-22deg);
  }
}
@media all and (max-width: 896px) {
  .menu {
    padding-bottom: 3.8rem;
    top: 2.2rem;
    right: 2rem;
    width: 4.2rem;
  }
  .menu span:nth-of-type(2) {
    top: 0.8rem;
  }
  .menu span:nth-of-type(3) {
    top: 1.6rem;
  }
}

.menuBox {
  position: fixed;
  top: 0;
  right: 0;
  width: 41.8rem;
  z-index: 900;
  height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.3s;
  background: linear-gradient(90deg, rgb(128, 197, 191) 0%, rgb(124, 196, 193) 18.23%, rgb(113, 193, 199) 35.85%, rgb(93, 188, 208) 53.24%, rgb(66, 181, 222) 70.48%, rgb(31, 173, 240) 87.46%, rgb(0, 165, 255) 100%);
}
.menuBox.on {
  transform: translateX(0);
}
@media all and (max-width: 896px) {
  .menuBox {
    width: 100%;
  }
}
.menuBox .naviUl {
  text-align: center;
}
.menuBox .naviUl li {
  margin: 2.7rem 0;
}
@media all and (max-width: 896px) {
  .menuBox .naviUl li {
    margin: 2.9rem 0;
  }
}
.menuBox .naviUl a {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media all and (max-width: 896px) {
  .menuBox .naviUl a {
    letter-spacing: 0.02em;
  }
}
.menuBox .naviUl a:hover {
  opacity: 0.6;
}
.menuBox .naviUl a img {
  vertical-align: 0;
  margin-left: 0.5rem;
}
.menuBox .menuInner {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 2.6rem 0 0;
  position: relative;
  z-index: 2;
}
#gFooter::after {
  width: 100%;
  height: 8rem;
  background: url(../img/common/f_bg.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -8rem;
  left: 0;
  content: "";
}
#gFooter .fInner {
  margin-bottom: 8.4rem;
}
#gFooter .content {
  max-width: 129.5rem;
}
#gFooter .fLogo {
  margin: 0 auto 3.8rem;
  width: 52.9rem;
}
#gFooter .lBox {
  padding: 2.6rem 0 0 7.7rem;
  flex: 1;
}
#gFooter .lBox p {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.3rem;
  text-align: center;
  line-height: 1.75;
}
#gFooter .lBox .ttl {
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}
#gFooter .lBox .tel {
  padding-bottom: 0.1rem;
  text-align: center;
}
#gFooter .lBox .tel a {
  display: inline-block;
  font-size: 4.05rem;
  font-weight: 700;
  color: var(--main);
  padding-left: 4rem;
  letter-spacing: 0.2em;
  padding-bottom: 0.5rem;
  background: url(../img/common/icon09.webp) no-repeat left center;
  background-size: 2rem auto;
}
#gFooter table {
  margin-bottom: 2.6rem;
  width: 100%;
  padding-bottom: 1.5rem;
  border-spacing: 0 1px;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--main);
}
#gFooter table thead tr {
  background: linear-gradient(90deg, rgb(128, 198, 192) 0%, rgb(124, 197, 194) 18.23%, rgb(113, 194, 200) 35.85%, rgb(93, 189, 209) 53.24%, rgb(66, 182, 223) 70.48%, rgb(31, 174, 240) 87.46%, rgb(0, 166, 255) 100%);
}
#gFooter table thead th {
  padding: 0.5rem 0.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
#gFooter table thead th:first-child {
  width: 30%;
}
#gFooter table thead th:last-child {
  padding-right: 2rem;
}
#gFooter table td {
  padding: 0.9rem 0.5rem 0rem;
  font-size: 1.5rem;
  color: var(--main);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
#gFooter table td.ico {
  font-size: 1.65rem;
  letter-spacing: 0.17em;
}
@media all and (max-width: 896px) {
  #gFooter table td.ico {
    font-size: 1.3rem;
  }
}
#gFooter table td:last-child {
  padding-right: 2rem;
}
@media all and (min-width: 897px) {
  #gFooter table td:first-child {
    padding-left: 2rem;
    text-align: left;
  }
}
#gFooter .rBox {
  width: 64.5rem;
  margin-left: 3.3rem;
}
#gFooter .rBox .mapImg {
  margin-bottom: 2.5rem;
}
#gFooter .textList {
  padding: 0 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
}
#gFooter .textList li {
  width: calc((100% - 2rem) / 2);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--main);
  padding-left: 3rem;
  background: url(../img/common/icon10.webp) no-repeat left top 1rem;
  background-size: 2.5rem auto;
  letter-spacing: 0.1em;
}
#gFooter .textList li .num {
  font-size: 3.2rem;
  line-height: 1;
  vertical-align: -0.2rem;
}
#gFooter .list {
  margin-right: -2rem;
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#gFooter .list li {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--main);
  background-color: var(--yellow);
  border-radius: 5rem;
  font-weight: 700;
  padding: 0.3rem 1.7rem 0.1rem;
}
#gFooter .fBox {
  padding: 5.5rem 0 2rem;
  background: linear-gradient(90deg, rgba(128, 198, 192, 0.5) 0%, rgba(124, 197, 194, 0.5) 18.23%, rgba(113, 194, 200, 0.5) 35.85%, rgba(93, 189, 209, 0.5) 53.24%, rgba(66, 182, 223, 0.5) 70.48%, rgba(31, 174, 240, 0.5) 87.46%, rgba(0, 166, 255, 0.5) 100%);
}
#gFooter .naviUl {
  margin-bottom: 4.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  justify-content: center;
}
#gFooter .naviUl a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#gFooter .naviUl a:hover {
  opacity: 0.6;
}
#gFooter .naviUl a img {
  vertical-align: 0;
  margin-left: 0.2rem;
}
#gFooter address {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-top: 3.1rem;
  }
  #gFooter::after {
    height: 2rem;
    top: -2rem;
  }
  #gFooter .fLogo {
    margin-bottom: 2.4rem;
    width: 33.5rem;
  }
  #gFooter .fInner {
    margin-bottom: 3.8rem;
    display: block;
  }
  #gFooter .lBox {
    padding: 0 0 4.5rem;
  }
  #gFooter .lBox p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #gFooter .lBox .ttl {
    margin-bottom: 0.3rem;
    font-size: 1.9rem;
  }
  #gFooter .lBox .tel {
    margin-bottom: 0.6rem;
  }
  #gFooter .lBox .tel a {
    font-size: 3.1rem;
    padding-left: 3rem;
    background-size: 1.5rem auto;
  }
  #gFooter .lBox table {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #gFooter .lBox table thead th {
    font-size: 1.4rem;
    padding: 0.6rem 0.4rem 0.5rem;
  }
  #gFooter .lBox table thead th:first-child {
    width: 36%;
  }
  #gFooter .lBox table td {
    padding-top: 0.7rem;
  }
  #gFooter .lBox table td .ico {
    font-size: 1.3rem;
  }
  #gFooter .lBox table tr:nth-child(2) td {
    padding-top: 0.3rem;
  }
  #gFooter .list {
    gap: 1rem 1rem;
    padding-left: 0;
  }
  #gFooter .list li {
    padding: 0.4rem 1.2rem 0.1rem;
    font-size: 1.3rem;
  }
  #gFooter .rBox {
    width: auto;
    margin: 0;
  }
  #gFooter .rBox .mapImg {
    margin: 0 -15.2rem 0 -17.7rem;
  }
  #gFooter .rBox .mapImg img {
    width: 100%;
  }
  #gFooter .textList {
    padding: 0;
    display: block;
  }
  #gFooter .textList li {
    margin-bottom: 1.4rem;
    width: auto;
  }
  #gFooter .textList li:last-child {
    margin-bottom: 0;
  }
  #gFooter .fBox {
    padding: 2.5rem 0 7rem;
  }
  #gFooter .naviUl {
    margin-bottom: 3.3rem;
    display: block;
    text-align: center;
  }
  #gFooter .naviUl li {
    margin-bottom: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */