@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1550px) {
  html {
    font-size: 0.6451612903vw;
  }
}
@media all and (max-width: 896px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body, table, input, textarea, select, option {
  font-family: "Noto Sans JP", sans-serif;
}

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: #525051;
  text-decoration: none;
  transition: 0.3s;
}
a:link {
  color: #525051;
}
a:visited {
  color: #525051;
}
a:active {
  color: #525051;
}
a:hover {
  color: #525051;
}
@media all and (max-width: 896px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #525051;
  font-size: 16px;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
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;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
  body.fixed .comBtnList2 {
    box-shadow: none;
  }
}

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

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 {
  padding: 0.9rem 2.2rem 1rem 0.5rem;
  position: absolute;
  left: 0;
  top: 1.7rem;
  z-index: 8;
  width: 50.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 6rem 6rem 0;
}
#gHeader .logo a {
  margin-left: auto;
  width: 47.8rem;
  display: block;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 0.4rem 2.2rem 0.5rem 0.5rem;
    border-radius: 0 4.86rem 4.86rem 0;
    width: 23.1rem;
    top: 0.9rem;
    z-index: 900;
  }
  #gHeader .logo a {
    margin: 0 0 0 -1.6rem;
    width: 23.2rem;
  }
}

/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
  position: fixed;
  right: 2.1rem;
  top: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.6rem;
  z-index: 1000;
}
.fixedBox .comBtnList {
  margin-top: 2rem;
}
@media all and (min-width: 897px) {
  .fixedBox .comBtnList {
    font-size: 18px;
  }
  .fixedBox .comBtnList a {
    min-height: 48px;
    padding: 6px 35px 6px 15px;
    gap: 12px;
    background-position: right 17px center;
    background-size: 4px auto;
  }
  .fixedBox .comBtnList a .icon {
    width: 23px;
  }
  .fixedBox .comBtnList .tel a {
    font-size: 20px;
    gap: 6px;
    padding-right: 23px;
  }
  .fixedBox .comBtnList .tel a .text01 {
    padding: 3px 16px;
    top: -19px;
    font-size: 13.636px;
  }
}
@media all and (max-width: 896px) {
  .fixedBox .comBtnList {
    margin-top: 0;
  }
}
.fixedBox .comBtnList a {
  box-shadow: 0 0 1.1rem rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 896px) {
  .fixedBox {
    position: static;
  }
}

.telBtn {
  position: fixed;
  right: 60.3rem;
  top: 3.8rem;
  mix-blend-mode: difference;
  z-index: 88;
}
.telBtn a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--num-font);
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #F8F7F5;
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.telBtn a img {
  width: 1.5rem;
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
  padding-top: 0.9rem;
  width: 13rem;
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  background: #4EAB84;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.9rem;
  transition: opacity 0.3s;
}
.menu .line {
  width: 5rem;
  position: relative;
  height: 2.2rem;
}
.menu .line span {
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
}
.menu .line span:nth-child(2) {
  top: 1rem;
  transition: 0s;
}
.menu .line span:nth-child(3) {
  top: 2rem;
}
.menu .text {
  width: 100%;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.06em;
  text-align: center;
}
.menu .text::before {
  content: "MENU";
}
@media (hover: hover) {
  .menu:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 896px) {
  .menu {
    padding-top: 0.5rem;
    width: 5.6rem;
    height: 5.6rem;
    gap: 0.5rem;
    position: fixed;
    z-index: 1000;
    right: 0.8rem;
    top: 0.8rem;
  }
  .menu .line {
    width: 2.2rem;
    height: 1rem;
  }
  .menu .line span {
    height: 1px;
  }
  .menu .line span:nth-child(2) {
    top: 0.4rem;
  }
  .menu .line span:nth-child(3) {
    top: 0.9rem;
  }
  .menu .text {
    font-size: 0.7262rem;
  }
}
.menu.on .line {
  width: 3.64rem;
}
@media all and (max-width: 896px) {
  .menu.on .line {
    height: 1rem;
    width: 2.2rem;
  }
}
.menu.on .line span {
  top: 50%;
  left: 50%;
}
.menu.on .line span:nth-child(1) {
  transform: translate(-50%) rotate(23deg);
}
.menu.on .line span:nth-child(2) {
  opacity: 0;
}
.menu.on .line span:nth-child(3) {
  transform: translate(-50%) rotate(-23deg);
}
.menu.on .text::before {
  content: "CLOSE";
}
@media all and (max-width: 896px) {
  .menu.on c .line {
    width: 1.9rem;
    height: 1.2rem;
  }
}

/*------------------------------------------------------------
	menuBox
------------------------------------------------------------*/
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  height: 100%;
  display: none;
  overflow-y: auto;
  background-color: #fff;
}
.menuBox .menuInner {
  padding: 2rem 0;
  min-height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .menuBox .menuInner {
    padding: 10rem 0 8rem;
    display: block;
  }
}
.menuBox .menuSub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .logo {
    position: absolute;
    top: 1.3rem;
    left: 0.5rem;
  }
  .menuBox .menuSub .logo a {
    display: inline-block;
    margin-left: -0.5rem;
    width: 28.5rem;
  }
}
@media all and (min-width: 897px) {
  .menuBox .menuSub a:hover {
    opacity: 0.5;
  }
}
.menuBox .menuSub .photoBox {
  width: calc(50% - 10.5rem);
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .photoBox {
    display: none;
  }
}
.menuBox .menuSub .photoBox img {
  width: 100%;
  border-radius: 0 5rem 5rem 0;
}
.menuBox .menuSub .rBox {
  flex: 1;
  padding: 11rem 5rem 5rem;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox {
    padding: 0 2.5rem;
  }
}
.menuBox .menuSub .rBox .sub {
  margin: 0 auto;
  max-width: 614px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .sub {
    display: block;
    max-width: inherit;
  }
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .sub {
    display: block;
  }
}
.menuBox .menuSub .rBox .menuList {
  width: 20rem;
  margin-right: 6.2rem;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuList {
    width: auto;
    margin: 0;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
  }
}
.menuBox .menuSub .rBox .menuList li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.menuBox .menuSub .rBox .menuList a {
  padding: 16.5px 15px 16px 0;
  display: block;
  font-size: 16px;
  background: url(../img/common/icon9.webp) no-repeat right 4px center;
  background-size: 4px auto;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuList a {
    padding: 1.65rem 3rem 1.6rem 0;
    font-size: 1.6rem;
    background-position: right 2rem center;
    background-size: 0.4rem auto;
  }
}
.menuBox .menuSub .rBox .menuUl {
  padding-top: 1.6rem;
  flex: 1;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuUl {
    padding-top: 3.3rem;
  }
}
.menuBox .menuSub .rBox .menuUl .ttl {
  margin: 0 7px 17px;
  font-size: 16px;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuUl .ttl {
    margin: 0 0 1.7rem;
    font-size: 1.6rem;
  }
}
.menuBox .menuSub .rBox .menuUl .subList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuUl .subList {
    margin: 0 -0.5rem;
  }
}
.menuBox .menuSub .rBox .menuUl .subList li {
  width: calc((100% - 1rem) / 2);
}
.menuBox .menuSub .rBox .menuUl .subList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0.5rem 5rem;
  min-height: 47px;
  border-radius: 10px;
  position: relative;
  font-size: 14px;
  background: #F6F8F6 url(../img/common/icon9.webp) no-repeat right 13px center;
  background-size: 4px auto;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuUl .subList li a {
    min-height: 4.7rem;
    padding-inline: 4.8rem;
    border-radius: 1rem;
    font-size: 1.4rem;
    background-size: 0.4rem auto;
    background-position: right 1.3rem center;
  }
}
.menuBox .menuSub .rBox .menuUl .subList li a .listImg {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: min(4vw, 47px);
}
.menuBox .menuSub .rBox .menuUl .subList li a .listImg img {
  display: block;
}
@media all and (max-width: 896px) {
  .menuBox .menuSub .rBox .menuUl .subList li a .listImg {
    left: 0.2rem;
    width: 4.7rem;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding-bottom: 2.7rem;
  margin: 0 5rem;
  position: relative;
  z-index: 10;
}
#gFooter .content {
  padding: 0 2rem;
  width: auto;
  max-width: 150rem;
}
@media all and (max-width: 896px) {
  #gFooter .content {
    margin: 0;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    margin: 0 1.5rem;
    padding-bottom: 7rem;
  }
}
#gFooter .comAccessBox {
  margin-bottom: 2rem;
  padding: 0;
}
@media all and (max-width: 896px) {
  #gFooter .comAccessBox {
    margin-bottom: 0;
  }
}
#gFooter .comAccessBox .fLogo {
  margin: -1.4rem 10rem 0 0.7rem;
  width: 30rem;
}
#gFooter .comAccessBox .fLogo a {
  display: block;
}
@media all and (min-width: 897px) and (max-width: 960px) {
  #gFooter .comAccessBox .fLogo {
    width: 30rem;
    margin-right: 5rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter .comAccessBox .fLogo {
    width: auto;
    margin: 0 auto 3.5rem;
    max-width: 20.3rem;
  }
}
#gFooter .comAccessBox > .content {
  padding-block: 12rem;
  max-width: inherit;
  width: auto;
  background: linear-gradient(183deg, #F6F8F6 55.67%, rgba(246, 248, 246, 0.7) 63.01%, rgba(246, 248, 246, 0) 87.37%), url(../img/common/f_photo.webp) no-repeat center bottom/100% auto;
  min-height: 151.5rem;
  border-radius: 5rem;
}
@media all and (max-width: 896px) {
  #gFooter .comAccessBox > .content {
    padding-block: 3.6rem;
    min-height: 124.7rem;
    background: linear-gradient(180deg, #F6F8F6 73.26%, rgba(246, 248, 246, 0.7) 75.14%, rgba(246, 248, 246, 0) 77.02%), url(../img/common/f_photo_sp.webp) no-repeat center bottom/100% auto;
  }
}
@media all and (min-width: 897px) {
  #gFooter .comAccessBox .innerBox {
    margin-right: -0.3rem;
  }
  #gFooter .comAccessBox .textBox {
    margin-bottom: 4rem;
  }
}
#gFooter .fBox {
  position: relative;
}
#gFooter .fInner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 5rem;
  z-index: 2;
}
@media all and (max-width: 896px) {
  #gFooter .fInner {
    position: relative;
    margin-top: -9.8rem;
    padding: 0;
    bottom: auto;
    left: auto;
  }
}
#gFooter .fInner .content {
  max-width: 90rem;
}
@media all and (min-width: 897px) {
  #gFooter .fInner .content {
    width: auto;
    padding: 0 2rem;
  }
}
@media all and (max-width: 896px) {
  #gFooter .fInner .content {
    padding: 0 2rem;
    max-width: inherit;
  }
}
#gFooter .fInner::before {
  width: 6.5rem;
  aspect-ratio: 1;
  background: url(../img/common/f_img.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  content: "";
}
#gFooter .naviList {
  padding: 6rem 4rem 4.8rem 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  min-width: 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  border-radius: 5rem;
  background-color: #fff;
}
@media all and (max-width: 896px) {
  #gFooter .naviList {
    width: 72%;
    min-width: inherit;
    padding: 6.5rem 0 0;
    display: block;
  }
}
#gFooter .naviList a:hover {
  opacity: 0.5;
}
#gFooter .naviList::before {
  width: 6.5rem;
  aspect-ratio: 1;
  background: url(../img/common/f_img.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 100%;
  content: "";
}
@media all and (max-width: 896px) {
  #gFooter .naviList::before {
    bottom: 0;
    top: 3.3rem;
  }
}
#gFooter .naviList::after {
  width: 8888px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  border-radius: 0 5rem 0 0;
}
#gFooter .naviList > li {
  padding-right: 2rem;
  width: 170px;
}
@media all and (max-width: 896px) {
  #gFooter .naviList > li {
    margin-bottom: 1.5rem;
    padding: 0;
    width: auto !important;
  }
}
#gFooter .naviList > li.item {
  width: auto;
  flex: 1;
}
@media all and (max-width: 896px) {
  #gFooter .naviList > li.item {
    margin-right: -10rem;
  }
}
#gFooter .naviList .subList > li {
  margin-bottom: 1.4rem;
}
#gFooter .naviList .subList > li:last-child {
  margin-bottom: 0;
}
#gFooter .naviList .subList > li > a {
  font-weight: 700;
  font-size: 1.6rem;
}
@media all and (min-width: 897px) {
  #gFooter .naviList .subList > li > a {
    font-size: 16px;
  }
}
#gFooter .naviList .list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media all and (max-width: 896px) {
  #gFooter .naviList .list {
    margin-top: 1.2rem;
    gap: 1rem 2rem;
    margin-right: -3rem;
  }
}
#gFooter .naviList .list > li {
  width: calc((100% - 4.1rem) / 3);
}
#gFooter .naviList .list > li:last-child {
  margin-bottom: 0;
}
#gFooter .naviList .list a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
}
@media all and (min-width: 897px) {
  #gFooter .naviList .list a {
    font-size: 14px;
  }
}
@media all and (max-width: 896px) {
  #gFooter .naviList .list a {
    padding-left: 0.5rem;
  }
}
#gFooter .naviList .list a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "-";
}
#gFooter .naviList .list .subUl li {
  margin-bottom: 0.6rem;
}
@media all and (max-width: 896px) {
  #gFooter .naviList .list .subUl li {
    margin-bottom: 1rem;
  }
}
#gFooter address {
  margin-top: 28px;
  text-align: right;
  color: rgba(82, 80, 81, 0.5);
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  #gFooter address {
    font-size: 1.1rem;
    margin: 4.8rem 1.3rem 0 0;
  }
}/*# sourceMappingURL=style.css.map */