@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Baskervville SC", serif;
  --en-font2: "Aboreto", system-ui;
  --base-color: #515A6F;
  --grey2: #F6F7F9;
  --grey3: #F9F9F9;
  --white: #fff;
  --white80: rgba(255,255,255,0.8);
  --white70: rgba(255,255,255,0.7);
  --white40: rgba(255,255,255,0.4);
  --green: #0AB34F;
  --green2: #00AE47;
  --brown02: #59A6B6;
  --blk: #525252;
  --blk4: rgba(0, 0, 0, 0.6);
  --blk6: rgba(0, 0, 0, 0.06);
  --blk7: rgba(0, 0, 0, 0.7);
  --purple: #765D84;
  --pink: #F1688A;
  --blue1: #79CEDF;
  --blue2: #87DEF0;
  --blue3: #F6F7F9;
  --yellow: #FFFBA9;
  --linear1: linear-gradient(180deg, rgba(89, 166, 182, 0.00) 0%, #59A6B6 100%);
  --linear2: linear-gradient(180deg, rgba(87, 91, 111, 0.00) 0%, rgba(87, 91, 111, 0.20) 10%, rgba(87, 91, 111, 0.20) 60%, rgba(87, 91, 111, 0.00) 100%);
  --linear3: linear-gradient(90deg, #F7F7F7 0%, rgba(255, 255, 255, 0.00) 100%);
  --linear4: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #F7F7F7 100%);
  --linear5: linear-gradient(180deg, rgba(147, 193, 202, 0.00) 0%, #93C1CA 100%);
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1535px) {
  html {
    font-size: 0.651465798vw;
  }
}
@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);
  opacity: 0.65;
}
@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.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-feature-settings: "halt" on, "hkna" on, "vkna" on, "liga" off;
  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%;
  }
}

html.noScroll {
  -ms-touch-action: none;
  touch-action: none;
  overflow: clip;
}
html.noScroll body {
  -webkit-overflow-scrolling: auto;
}

#container {
  text-align: left;
  position: relative;
  overflow: 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 {
  position: relative;
  z-index: 999;
}
#gHeader .hBox {
  padding: 2rem 1.9rem 1.6rem;
}
#gHeader .hBox .logo {
  width: 33.9rem;
}
#gHeader .hBox .logo a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 1;
}
#gHeader .hBox .logo .pic {
  flex-shrink: 0;
  width: 4.8rem;
}
#gHeader .hBox .logo .pic img {
  display: block;
  width: 100%;
  height: auto;
}
#gHeader .hBox .logo .textBox {
  margin-top: -0.3rem;
  font-family: var(--sub-font);
  text-align: center;
}
#gHeader .hBox .logo .textBox .title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: var(--brown01, #515A6F);
}
#gHeader .hBox .logo .textBox .text {
  margin-top: -0.1rem;
  color: var(--brown02);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.144rem;
}
#gHeader .hBox .fixArea {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#gHeader .hBox .fixArea .linkUl {
  padding-right: 12rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#gHeader .hBox .fixArea .linkUl li {
  width: fit-content;
}
#gHeader .hBox .fixArea .linkUl li a {
  padding: 0 2rem;
  min-height: 5.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.072rem;
  border-radius: 0 0 1.6rem 1.6rem;
  font-family: var(--sub-font);
  text-align: center;
}
#gHeader .hBox .fixArea .linkUl li a .sub {
  display: inline-block;
  padding: 0.5rem 0 1.4rem 3.5rem;
  background: url(../img/common/line_icon.webp) no-repeat left top calc(50% - 0.3rem)/2.4rem;
}
#gHeader .hBox .fixArea .linkUl li a.style01 {
  padding: 0 2.4rem 0 2.2rem;
}
#gHeader .hBox .fixArea .linkUl li a.style01 .sub {
  padding-left: 3.1rem;
  background-image: url(../img/common/online_icon.webp);
  background-size: 2.1rem;
  background-position: left top calc(50% - 0.4rem);
}
#gHeader .hBox .fixArea .linkUl li a.style02 {
  padding: 0 2.7rem 0 2.5rem;
}
#gHeader .hBox .fixArea .linkUl li a.style02 .sub {
  padding: 0.5rem 0 1.2rem 2.4rem;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.048rem;
  background-image: url(../img/common/phone_icon_white.webp);
  background-size: 1.7rem;
  background-position: left top calc(50% - 0.3rem);
}
#gHeader .hBox .fixArea .linkUl li a.style03 {
  background-color: var(--green);
}
@media all and (max-width: 896px) {
  #gHeader .hBox {
    padding: 1.3rem 1.5rem 0.9rem;
  }
  #gHeader .hBox .logo {
    width: 21.2rem;
  }
  #gHeader .hBox .logo .pic {
    width: 3rem;
  }
  #gHeader .hBox .logo .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  #gHeader .hBox .logo .textBox {
    margin-top: -0.2rem;
  }
  #gHeader .hBox .logo .textBox .title {
    font-size: 1.2rem;
    letter-spacing: 0.17rem;
  }
  #gHeader .hBox .logo .textBox .text {
    margin-top: 0.1rem;
    font-size: 0.7rem;
  }
  #gHeader .hBox .fixArea {
    top: auto;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    width: auto;
  }
  #gHeader .hBox .fixArea .linkUl {
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #gHeader .hBox .fixArea .linkUl li {
    width: fit-content;
  }
  #gHeader .hBox .fixArea .linkUl li:first-child {
    order: 2;
    width: 36.5%;
  }
  #gHeader .hBox .fixArea .linkUl li:nth-child(2) {
    order: 1;
    width: 24%;
  }
  #gHeader .hBox .fixArea .linkUl li:nth-child(3) {
    order: 3;
    flex: 1;
  }
  #gHeader .hBox .fixArea .linkUl li a {
    padding: 0 0 0 0.1rem;
    min-height: 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  #gHeader .hBox .fixArea .linkUl li a .sub {
    display: inline-block;
    padding: 0.8rem 0 0.5rem 2.8rem;
    background: url(../img/common/line_icon.webp) no-repeat left top calc(50% + 0.2rem)/2.4rem;
  }
  #gHeader .hBox .fixArea .linkUl li a.style01 {
    padding: 0 0 0 0.3rem;
  }
  #gHeader .hBox .fixArea .linkUl li a.style01 .sub {
    padding: 0.8rem 0 0.5rem 2.6rem;
    background-size: 1.9rem;
    background-position: left top calc(50% + 0.1rem);
  }
  #gHeader .hBox .fixArea .linkUl li a.style02 {
    padding: 0 0.5rem 0 0;
  }
  #gHeader .hBox .fixArea .linkUl li a.style02 .sub {
    padding: 0.8rem 0 0.5rem 1.8rem;
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
    background-image: url(../img/common/phone_icon_white.webp);
    background-size: 1.3rem;
    background-position: left top calc(50% + 0.2rem);
  }
  #gHeader .hBox .fixArea .linkUl li a.style03 {
    background-color: var(--green);
  }
}

.menu {
  position: fixed;
  top: 3.1rem;
  right: 3rem;
  height: 1.6rem;
  width: 6rem;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (min-width: 1025px) {
  .menu:hover {
    opacity: 0.65;
  }
}
.menu span {
  background: var(--base-color);
  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: 0.8rem;
  width: 5rem;
}
.menu span:nth-of-type(3) {
  top: 1.6rem;
  width: 4rem;
}
.menu .middle {
  transition: none;
}
.menu.on span {
  width: 100% !important;
}
.menu.on .top {
  transform: translateY(0.8rem) translateX(0) rotate(15deg);
}
.menu.on .middle {
  opacity: 0;
}
.menu.on .bottom {
  transform: translateY(-0.8rem) translateX(0) rotate(-15deg);
}
@media all and (max-width: 896px) {
  .menu {
    top: 2rem;
    right: 1.4rem;
    height: 1.2rem;
    width: 4.5rem;
    z-index: 1001;
  }
  .menu span:nth-of-type(2) {
    top: 0.6rem;
    width: 3.7rem;
  }
  .menu span:nth-of-type(3) {
    top: 1.2rem;
    width: 3rem;
  }
  .menu .middle {
    transition: none;
  }
  .menu.on .top {
    transform: translateY(0.6rem) translateX(0) rotate(15deg);
  }
  .menu.on .bottom {
    transform: translateY(-0.6rem) translateX(0) rotate(-15deg);
  }
}

.menuBox {
  display: none;
  padding: 19rem 0 12rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 200;
  overflow: auto;
}
.menuBox .inner {
  margin: 0 auto;
  max-width: 102rem;
}
.menuBox .inner .comInfo {
  width: 52rem;
}
.menuBox .inner .comInfo .tag {
  margin-bottom: 2.9rem;
}
.menuBox .inner .comInfo .schedule {
  margin-bottom: 2.2rem;
  padding: 1.4rem 1.9rem 1.7rem;
  border: 1px solid var(--base-color);
  box-sizing: border-box;
}
.menuBox #gNavi {
  order: 2;
  width: 40rem;
}
.menuBox #gNavi ul {
  margin-top: -2.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menuBox #gNavi ul li {
  width: calc((100% - 4rem) / 2);
}
.menuBox #gNavi ul li a {
  padding: 3.1rem 0 2.3rem;
  display: block;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.32rem;
  border-bottom: 1px solid var(--base-color);
}
.menuBox #gNavi ul li {
  /*&:last-child,
  &:nth-last-child(2) {
  	a {
  		border-bottom: none;
  	}
  }*/
}
@media all and (max-width: 896px) {
  .menuBox {
    display: none;
    padding: 7.9rem 2rem 12rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF;
    overflow: auto;
  }
  .menuBox .inner {
    margin: 0;
    max-width: inherit;
    display: block;
  }
  .menuBox .inner .comInfo {
    width: auto;
  }
  .menuBox .inner .comInfo .tag {
    margin-bottom: 2rem;
  }
  .menuBox .inner .comInfo .schedule {
    margin-bottom: 2.2rem;
    padding: 0.9rem 1.9rem 1.8rem;
    border: 1px solid var(--base-color);
    box-sizing: border-box;
  }
  .menuBox #gNavi {
    margin-bottom: 6.2rem;
    width: auto;
  }
  .menuBox #gNavi ul {
    margin-top: 0;
  }
  .menuBox #gNavi ul li {
    width: calc((100% - 1.5rem) / 2);
  }
  .menuBox #gNavi ul li a {
    padding: 1.8rem 0 1.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .menuBox #gNavi ul li:last-child a, .menuBox #gNavi ul li:nth-last-child(2) a {
    border-bottom: 1px solid var(--base-color);
  }
  .menuBox #gNavi ul li:not(:has(a)) {
    border-bottom: 1px solid var(--base-color);
  }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
  position: relative;
  padding: 11.8rem 0 3.7rem;
  background-color: var(--grey2);
}
#gFooter::after {
  position: absolute;
  top: -50.5rem;
  right: 0;
  content: "";
  z-index: 1;
  width: 50rem;
  height: 100rem;
  background: url(../img/common/footer_circle_img.webp) no-repeat top right/100%;
  pointer-events: none;
}
#gFooter .fBox .naviBox {
  margin-bottom: 7rem;
  gap: 2rem 6rem;
}
#gFooter .fBox .gNavi li {
  margin-bottom: 1.5rem;
  width: fit-content;
}
#gFooter .fBox .gNavi li:last-child {
  margin-bottom: 0;
}
#gFooter .fBox .gNavi a {
  font-feature-settings: normal;
  letter-spacing: 0.28rem;
}
#gFooter .fBox address {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.48rem;
  font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 6rem 0 15.1rem;
  }
  #gFooter::after {
    top: -15rem;
    width: 15.3rem;
    height: 30rem;
    background-image: url(../img/common/footer_circle_img_sp.webp);
  }
  #gFooter .fBox .naviBox {
    margin-bottom: 6rem;
    justify-content: space-between;
    gap: 2rem 0;
  }
  #gFooter .fBox .gNavi {
    width: fit-content;
    min-width: 40%;
    max-width: 50%;
  }
  #gFooter .fBox .gNavi li {
    margin-bottom: 0.5rem;
    width: auto;
  }
  #gFooter .fBox .gNavi li a {
    padding: 0.5rem 0;
    display: block;
  }
  #gFooter .fBox address {
    letter-spacing: 0.24rem;
    line-height: 1.8;
  }
}/*# sourceMappingURL=style.css.map */