@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Maru Gothic", sans-serif;
  --en-font: "Alumni Sans", sans-serif;
  --num-font: "Cabin", sans-serif;
  --base-color: #4B4B4B;
  --white: #fff;
  --purple: #9D86BE;
  --green: #86B05D;
  --pink: #F095B5;
  --yellow2: #ECBD3A;
  --blue2: #2FC3C0;
  --cream: #F8F5EC;
  --light_blue: #E8FBFA;
  --light-yellow: #FFFEC1;
  --blk: #444;
  --glay: #F2F2F2;
  --blue: #40C8DA;
  --color1: #EBE9E5;
  --color2: #96DFDD;
  --color3: #0866FF;
  --color4: #7AAEAD;
  --color5: #E8FBFA;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@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;
  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;
    height: 100%;
    overflow: auto;
  }
}

#container {
  text-align: left;
  position: relative;
  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;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3rem;
  z-index: 99;
}
#gHeader .logo a {
  padding: 0.2rem 0 1rem 15.1rem;
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.56rem;
  background: url(../img/common/logo_img.webp) no-repeat left top;
  background-size: 14.6rem auto;
  font-feature-settings: normal;
}
#gHeader .logo a .en {
  margin: -0.2rem 0 0 0.4rem;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.672rem;
}
#gHeader .hList {
  width: 48rem;
  position: fixed;
  right: 10rem;
  top: 0;
  justify-content: flex-end;
  background-color: var(--blue2);
  border-radius: 0 0 0 2rem;
  z-index: 99;
}
#gHeader .hList li {
  width: 22.2rem;
  border-right: 1px solid var(--white);
  box-sizing: border-box;
}
#gHeader .hList li a {
  height: 10rem;
  padding-top: 1.8rem;
  display: block;
}
@media all and (min-width: 1025px) {
  #gHeader .hList li a:hover {
    opacity: 0.65;
  }
}
#gHeader .hList li a .sml {
  width: fit-content;
  margin: 0 auto;
  padding: 0.2rem 2.2rem 0.4rem;
  display: block;
  color: var(--blue2);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  background-color: var(--white);
  border-radius: 5rem;
}
#gHeader .hList li a .big {
  padding: 0 0.1rem 0 3.4rem;
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-size: 2.2rem;
  color: var(--white);
  background: url(../img/common/icon01.webp) no-repeat left top 1.1rem;
  background-size: 2.8rem auto;
}
#gHeader .hList li a .big .en {
  margin-right: 0.3rem;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 400;
}
#gHeader .hList li.tel {
  width: calc(100% - 22.2rem);
}
#gHeader .hList li.tel .num {
  padding: 0 0.2rem 0 2.1rem;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.056rem;
  color: var(--white);
  background: url(../img/common/icon02.webp) no-repeat left top 1.2rem;
  background-size: 1.7rem auto;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 1rem;
  }
  #gHeader .logo a {
    padding-left: 7.4rem;
    font-size: 1.3rem;
    letter-spacing: 0.28rem;
    background-size: 7.1rem auto;
  }
  #gHeader .logo a .en {
    margin-left: 0.2rem;
    font-size: 0.9rem;
    letter-spacing: 0.28rem;
  }
  #gHeader .hList {
    display: none;
  }
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 10rem;
  height: 10rem;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--blue2);
  z-index: 99;
}
.menu span {
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  top: 4.3rem;
  left: 3.5rem;
  background: var(--white);
  transition: all 0.35s ease;
}
.menu span:nth-child(2) {
  top: 4.9rem;
}
.menu span:nth-child(3) {
  top: 5.5rem;
}
.menu.on span:nth-child(1) {
  transform: translateY(0.6rem) translateX(0) rotate(45deg);
}
.menu.on span:nth-child(2) {
  opacity: 0;
}
.menu.on span:nth-child(3) {
  transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
}
@media all and (min-width: 1025px) {
  .menu:hover {
    opacity: 0.65;
  }
}
@media all and (max-width: 896px) {
  .menu {
    width: 6rem;
    height: 6rem;
    border-radius: 0 0 0 1rem;
  }
  .menu span {
    width: 2.6rem;
    top: 2.2rem;
    left: 1.7rem;
  }
  .menu span:nth-child(2) {
    top: 2.8rem;
  }
  .menu span:nth-child(3) {
    top: 3.4rem;
  }
}

.menuBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: var(--white);
  z-index: 97;
  display: none;
}
.menuBox .logo {
  position: absolute;
  left: 2.7rem;
  top: 2.9rem;
}
.menuBox .menuInfo {
  margin: 22.5rem auto;
  max-width: 110rem;
}
.menuBox .menuInfo .comContact {
  width: 52rem;
}
.menuBox .menuInfo .comContact .mapText {
  margin-bottom: 2.7rem;
  color: var(--blue2);
}
.menuBox .menuInfo .comContact .mapList {
  margin-bottom: 0.6rem;
}
.menuBox .menuInfo .comContact .tabBox {
  margin-bottom: 0 !important;
}
.menuBox .menuInfo .menuList {
  margin-top: 0.3rem;
  width: 46.6rem;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.18rem;
  font-weight: 400;
  font-feature-settings: normal;
}
.menuBox .menuInfo .menuList > li {
  margin-bottom: 1.8rem;
}
.menuBox .menuInfo .menuList > li a {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .menuBox .menuInfo .menuList > li a:hover {
    opacity: 0.65;
  }
}
.menuBox .menuInfo .menuList .menuInner {
  position: absolute;
  left: 17.8rem;
  top: 0;
  width: 33.6rem;
}
.menuBox .menuInfo .menuList .menuInner .menuUl {
  margin: 2.2rem 0 0 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.menuBox .menuInfo .menuList .menuInner .menuUl > li {
  width: 50%;
}
.menuBox .menuInfo .menuList .menuInner .menuUl > li ul li {
  margin-bottom: 1.1rem;
}
.menuBox .menuInfo .menuList .menuInner .menuUl > li ul li a {
  color: var(--blue2);
  padding-left: 1.5rem;
  position: relative;
  letter-spacing: 0.156rem;
}
.menuBox .menuInfo .menuList .menuInner .menuUl > li ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
@media all and (max-width: 896px) {
  .menuBox .logo {
    left: 1rem;
    top: 1rem;
  }
  .menuBox .menuInfo {
    margin: 8.9rem 4rem;
    max-width: inherit;
  }
  .menuBox .menuInfo .comContact {
    width: 100%;
    order: 1;
  }
  .menuBox .menuInfo .comContact .mapText {
    display: none;
  }
  .menuBox .menuInfo .comContact .mapList {
    display: none;
  }
  .menuBox .menuInfo .menuList {
    margin: 0 0 4rem;
    width: 100%;
  }
  .menuBox .menuInfo .menuList > li {
    margin-bottom: 0;
    border-bottom: 1px solid var(--cream);
  }
  .menuBox .menuInfo .menuList > li > a {
    padding: 1rem 0 1.2rem;
    display: block;
  }
  .menuBox .menuInfo .menuList .menuInner {
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    border-bottom: 1px solid var(--cream);
  }
  .menuBox .menuInfo .menuList .menuInner .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.4rem;
    height: 4.9rem;
    background: url(../img/common/icon03.webp) no-repeat center center;
    background-size: 0.8rem auto;
  }
  .menuBox .menuInfo .menuList .menuInner .arrow.on {
    background-image: url(../img/common/icon16.webp);
    background-size: 1.1rem auto;
  }
  .menuBox .menuInfo .menuList .menuInner .menuUl {
    margin: 1.3rem 0 1.8rem;
    display: none;
    overflow: hidden;
  }
  .menuBox .menuInfo .menuList .menuInner .menuUl > li {
    width: 45%;
    float: left;
  }
  .menuBox .menuInfo .menuList .menuInner .menuUl > li:last-child {
    float: right;
  }
  .menuBox .menuInfo .menuList .menuInner .menuUl > li ul li {
    margin-bottom: 1.4rem;
  }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
  padding-top: 16.9rem;
  background-color: var(--cream);
}
#gFooter .fLogo {
  margin-bottom: 7.6rem;
  text-align: center;
}
#gFooter .fLogo a {
  display: inline-block;
}
#gFooter .fLogo a span {
  margin: 0 auto 3rem;
  width: 55.9rem;
  padding: 0.2rem 0 0.3rem;
  display: block;
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.3rem;
  font-weight: 500;
  background-color: var(--base-color);
  border-radius: 1.5rem;
  font-feature-settings: normal;
}
#gFooter .fLogo a img {
  width: 44rem;
}
#gFooter .comContact {
  margin: 0 5rem 15.8rem;
}
#gFooter .comContact .tabBox {
  background-color: var(--white);
}
#gFooter .fBg {
  padding: 5.5rem 0 3.7rem;
  background-color: var(--color4);
}
#gFooter .fBg .content {
  max-width: 114rem;
}
#gFooter .fBg .content .fNavi {
  margin-bottom: 9rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  font-feature-settings: normal;
}
#gFooter .fBg .content .fNavi a {
  display: inline-block;
  color: var(--white);
}
@media all and (min-width: 1025px) {
  #gFooter .fBg .content .fNavi a:hover {
    opacity: 0.65;
  }
}
#gFooter .fBg .content .fNavi .fList {
  width: 28rem;
  margin-right: -1.7rem;
  column-count: 2;
}
#gFooter .fBg .content .fNavi .fList li {
  margin-bottom: 1.3rem;
  break-inside: avoid;
}
#gFooter .fBg .content .fNavi .fInfo .fLink {
  margin-bottom: 1.4rem;
}
#gFooter .fBg .content .fNavi .fInfo .fUl {
  font-size: 1.2rem;
}
#gFooter .fBg .content .fNavi .fInfo .fUl li {
  margin-right: 1.5rem;
}
#gFooter .fBg .content .fNavi .fInfo .fUl li ul li {
  margin-bottom: 1rem;
}
#gFooter .fBg .content .fNavi .fInfo .fUl li ul li a {
  padding-left: 1.3rem;
  position: relative;
  letter-spacing: 0.144rem;
}
#gFooter .fBg .content .fNavi .fInfo .fUl li ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
#gFooter .fBg .content address {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
  color: var(--white);
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-top: 6rem;
  }
  #gFooter .fLogo {
    margin-bottom: 5.2rem;
  }
  #gFooter .fLogo a span {
    margin: 0 auto 1.9rem;
    width: 24.2rem;
    padding: 0.7rem 0 0.7rem;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    border-radius: 1rem;
  }
  #gFooter .fLogo a img {
    width: 25.5rem;
  }
  #gFooter .comContact {
    margin: 0 2rem 3.6rem;
  }
  #gFooter .comContact .textBox {
    margin-bottom: 4rem;
  }
  #gFooter .comContact .mapBox .map {
    margin-bottom: 0.5rem;
  }
  #gFooter .comContact .mapBox .mapText {
    margin-bottom: 1.9rem;
  }
  #gFooter .fBg {
    padding: 4.5rem 0 1.9rem;
  }
  #gFooter .fBg .content .fNavi {
    margin: 0 2rem 3.9rem;
  }
  #gFooter .fBg .content .fNavi .fList {
    width: 50%;
    margin-right: 0;
    column-count: 1;
  }
  #gFooter .fBg .content .fNavi .fList li {
    margin-bottom: 1rem;
  }
  #gFooter .fBg .content .fNavi .fInfo {
    width: 50%;
  }
  #gFooter .fBg .content .fNavi .fInfo .fLink {
    margin-bottom: 1.1rem;
  }
  #gFooter .fBg .content .fNavi .fInfo .fUl {
    margin-left: -0.3rem;
    display: block;
  }
  #gFooter .fBg .content .fNavi .fInfo .fUl li {
    margin-right: 0;
  }
  #gFooter .fBg .content .fNavi .fInfo .fUl li ul li {
    margin-bottom: 0.8rem;
  }
  #gFooter .fBg .content address {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.15rem;
  }
}/*# sourceMappingURL=style.css.map */