@charset "UTF-8";
:root {
  --textPoint: #C8C3C8;
}

:root {
  --textMain: #333333;
}

:root {
  --textEm: #F56992;
}

:root {
  --mainBg: #FAFAFA;
}

:root {
  --headerBg: #FFF;
}

:root {
  --naviText: #444444;
}

:root {
  --naviBg: #FFFFFF;
}

:root {
  --naviBgHover: #F56992;
}

:root {
  --naviTextHover: #FFFFFF;
}

:root {
  --spMenu1Bg: #FFF;
}

:root {
  --spMenu1Bdr: #C5C5C5;
}

:root {
  --spMenu2Text: #FFF;
}

:root {
  --spMenu2OpenBg: #F56992;
}

:root {
  --spMenu2CloseText: #FFF;
}

:root {
  --spMenu2CloseBg: #B0B0B0;
}

:root {
  --spTelMenuText: #F56992;
}

:root {
  --spTelMenuBtnText: #FFF;
}

:root {
  --spTelMenuBtnBg: #F56992;
}

:root {
  --icon1: #F56992;
}

:root {
  --btnRequireText: #FFF;
}

:root {
  --btnRequireBg: #C8C3C8;
}

:root {
  --btnReserveText: #FFF;
}

:root {
  --btnReserveBg: #F56992;
}

:root {
  --contText: #1E1E1E;
}

:root {
  --contBg: #FFFFFF;
}

:root {
  --footerMenuText1: #5A5A5A;
}

:root {
  --footerMenuText2: #646464;
}

:root {
  --footerMenuText3: #333333;
}

:root {
  --footerBg1: #FAFAFA;
}

:root {
  --footerBg2: #FAFAFA;
}

:root {
  --heading1Text: #F56992;
}

:root {
  --heading2Text: #000;
}

:root {
  --heading2Bg: #F0EEF0;
}

:root {
  --heading2Bdr: #F56992;
}

:root {
  --heading3Text: #444444;
}

:root {
  --heading3Bg: #F0F0F0;
}

:root {
  --heading3Bdr: #F56992;
}

:root {
  --dateText: #F56992;
}

:root {
  --zabuton1Text: #FFF;
}

:root {
  --zabuton1Bg: #F56992;
}

:root {
  --zabuton2Text: #F56992;
}

:root {
  --zabuton2Bg: #E9EEFD;
}

:root {
  --qaQ1Text: #FFF;
}

:root {
  --qaQ1Bg: #F56992;
}

:root {
  --qaQ2Text: #222222;
}

:root {
  --qaQ2Bg: #F0F0F0;
}

:root {
  --qaAText: #F56992;
}

:root {
  --thText: #444;
}

:root {
  --thBg: #FFE0E9;
}

:root {
  --tdText: #444;
}

:root {
  --tdBg: #F5F3F5;
}

:root {
  --linkText: #1E86c9;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64B0DA;
}

:root {
  --gradientLast: #F66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #F66395;
}

:root {
  --commentBg: #FBEFF4;
}

:root {
  --breadCrumbBg: #EFEFEF;
}

:root {
  --partnerText: #F56992;
}

:root {
  --partnerBg: #F56992;
}

:root {
  --partnerBtnText: #FFF;
}

:root {
  --cautionText: #F56992;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* 共通
--------------------------------------- */
html {
  font-size: 14px;
  height: 100%;
}

body {
  color: var(--textMain);
  font-size: 14px;
  font-family: "Shippori Mincho", "Noto Serif", "Yu Mincho", "MS Mincho", "Hiragino Mincho Pro", "Kozuka Mincho Pro", "MS PMincho", "serif";
  word-break: normal;
  line-break: strict;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  position: relative;
  overflow-wrap: anywhere;
}

@media (max-width: 750px) {
  body {
    font-size: 3.73vw;
  }
  body.overflow {
    overflow: hidden;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a[href*="tel:"] {
  pointer-events: none;
}

@media (max-width: 750px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
sup {
  font-size: 0.5em;
}

.fb {
  display: flex;
  flex-wrap: wrap;
}

.js-fe {
  justify-content: flex-end;
}

.js-fs {
  justify-content: flex-start;
}

.js-fs {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.ai-ce {
  align-items: center;
}

.inner {
  width: var(--inner-md);
  margin-inline: auto;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.requireBtn {
  color: var(--btnRequireText);
  background-color: var(--btnRequireBg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--ctaBtnFontSize);
  text-align: center;
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 3%;
  position: relative;
  transition: all 0.3s;
}
.requireBtn::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3%;
}
@media (hover: hover) and (pointer: fine) {
  .requireBtn:hover {
    opacity: 0.7;
  }
}
.requireBtn span {
  font-weight: 700;
}

.reserveBtn {
  color: var(--btnReserveText);
  background-color: var(--btnReserveBg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--ctaBtnFontSize);
  text-align: center;
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 3%;
  position: relative;
  transition: all 0.3s;
}
.reserveBtn::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3%;
}
@media (hover: hover) and (pointer: fine) {
  .reserveBtn:hover {
    opacity: 0.7;
  }
}
.reserveBtn span {
  font-weight: 700;
}

/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */
header {
  position: relative;
  z-index: 2;
}
header .inner .fb .logo a img {
  width: auto;
  max-height: 86px;
  padding-top: 0.5rem;
}
header .inner .fb .description {
  color: var(--noteText);
  margin: 0 0 0 20px;
  font-size: 0.8571428571rem;
}
@media (max-width: 750px) {
  header .inner .fb .description {
    font-size: 3.1971428571vw;
  }
}
header .inner .fb .infoWrap {
  margin: 0 0 0 auto;
}
header .inner .fb .infoWrap > .tel {
  margin: 0 30px 0 0px;
  padding: 0 0 0 25px;
  position: relative;
}
header .inner .fb .infoWrap > .tel::before {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-color: var(--icon1);
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--icon1)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--icon1)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  top: 18px;
  left: 0;
}
header .inner .fb .infoWrap > .tel p {
  font-size: 0.7857142857rem;
}
@media (max-width: 750px) {
  header .inner .fb .infoWrap > .tel p {
    font-size: 2.9307142857vw;
  }
}
header .inner .fb .infoWrap > .tel p .num {
  font-weight: 700;
  font-size: 1.5714285714rem;
}
@media (max-width: 750px) {
  header .inner .fb .infoWrap > .tel p .num {
    font-size: 5.8614285714vw;
  }
}
header .inner .fb .infoWrap > .tel dl {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 0.7857142857rem;
}
@media (max-width: 750px) {
  header .inner .fb .infoWrap > .tel dl {
    font-size: 2.9307142857vw;
  }
}
header .inner .fb .infoWrap .navBtn a {
  min-width: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .inner .fb .infoWrap .navBtn a span {
  font-size: 1.4em;
}
header #header-nav {
  min-width: var(--inner-md);
  background: var(--naviBg);
  box-shadow: var(--shadow2);
  position: relative;
  z-index: 2;
}
header #header-nav ul.lists {
  width: var(--inner-md);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
header #header-nav ul.lists li {
  position: relative;
}
header #header-nav ul.lists li a {
  color: var(--naviText);
  font-weight: 700;
  height: 64px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.1428571429rem;
}
@media (max-width: 750px) {
  header #header-nav ul.lists li a {
    font-size: 4.2628571429vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  header #header-nav ul.lists li a:hover {
    color: var(--naviTextHover);
    background: var(--naviBgHover);
  }
}
header #header-nav ul.lists li ul.dropdown {
  width: 100%;
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 6;
}
header #header-nav ul.lists li ul.dropdown li a {
  background: var(--naviBg);
}
@media (hover: hover) and (pointer: fine) {
  header #header-nav ul.lists li ul.dropdown li a:hover {
    color: var(--naviTextHover);
    background: var(--naviBgHover);
  }
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  header {
    width: 100%;
    background: var(--headerBg);
    box-shadow: var(--shadow2);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  header.menuOpen {
    height: 100dvh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  header.menuOpen .inner {
    position: relative;
    z-index: 100;
  }
  header .inner > .fb {
    justify-content: space-between;
    align-items: center;
  }
  header .inner > .fb .logo {
    padding: 0;
    order: 2;
  }
  header .inner > .fb .logo a img {
    max-height: 17vw;
  }
  header .inner > .fb .description {
    color: var(--zabuton1Text);
    text-align: center;
    background: var(--zabuton1Bg);
    padding: 3px 0;
    order: 1;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 0.7857142857rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  header .inner > .fb .description {
    font-size: 2.9307142857vw;
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap {
    order: 3;
  }
  header .inner > .fb .infoWrap ul li {
    position: relative;
  }
  header .inner > .fb .infoWrap ul li + li {
    margin: 0 0 0 3vw;
  }
  header .inner > .fb .infoWrap ul li.tel {
    margin: 0;
    padding: 0;
  }
  header .inner > .fb .infoWrap ul li.tel button {
    width: 10vw;
    height: 10vw;
    background: var(--spMenu1Bg);
    border: solid 2px var(--spTelMenuBtnBg);
    border-radius: 1.3vw;
  }
  header .inner > .fb .infoWrap ul li.tel::before {
    content: "";
    width: 5vw;
    height: 5vw;
    background-color: var(--icon1);
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--icon1)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--icon1)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    top: 49%;
    left: 50%;
    translate: -50% -50%;
    pointer-events: none;
  }
  header .inner > .fb .infoWrap ul li.menu button {
    width: 23vw;
    height: 10vw;
    border: solid 2px transparent;
    border-radius: 1.3vw;
    background: var(--spMenu2OpenBg);
    position: relative;
  }
  header .inner > .fb .infoWrap ul li.menu button::before {
    content: "メニュー";
    color: var(--spMenu2Text);
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 35%;
    translate: 0 -50%;
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  header .inner > .fb .infoWrap ul li.menu button::before {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap ul li.menu button span {
    position: absolute;
    left: 10%;
    width: 16%;
    height: 2px;
    background-color: var(--spMenu2Text);
    border-radius: 4px;
    transition: 0.5s;
  }
  header .inner > .fb .infoWrap ul li.menu button span:nth-of-type(1) {
    top: 30%;
  }
  header .inner > .fb .infoWrap ul li.menu button span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  header .inner > .fb .infoWrap ul li.menu button span:nth-of-type(3) {
    bottom: 30%;
  }
  header .inner > .fb .infoWrap ul li.menu button span.active:nth-of-type(1) {
    rotate: -45deg;
    top: calc(50% - 1px);
  }
  header .inner > .fb .infoWrap ul li.menu button span.active:nth-of-type(2) {
    opacity: 0;
  }
  header .inner > .fb .infoWrap ul li.menu button span.active:nth-of-type(3) {
    rotate: 45deg;
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap ul li.menu.active button {
    background: var(--spMenu2CloseBg);
  }
  header .inner > .fb .infoWrap ul li.menu.active button::before {
    content: "閉じる";
    color: var(--spMenu2CloseText);
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu {
    width: 95vw;
    background: #FFF;
    border: solid 2px #989898;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5vw;
    position: absolute;
    top: 20.5vw;
    left: 2.5vw;
    display: none;
  }
  header .inner > .fb .infoWrap .telMenu::before {
    content: "";
    width: 17px;
    height: 14px;
    background: url(../images/common/telMenu_arrow.gif);
    background-size: 100%;
    position: absolute;
    top: -14px;
    right: 30%;
  }
  header .inner > .fb .infoWrap .telMenu h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 2.5vw;
  }
  header .inner > .fb .infoWrap .telMenu .info .tel {
    color: var(--spTelMenuText);
    font-weight: 700;
    font-size: 0.7142857143rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .tel {
    font-size: 2.6642857143vw;
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .tel span {
    font-size: 1.9em;
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .reception {
    font-size: 0.7142857143rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .reception {
    font-size: 2.6642857143vw;
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .callBox a {
    color: var(--spTelMenuBtnText);
    font-weight: 700;
    background: var(--spTelMenuBtnBg);
    border-radius: 5px;
    padding: 4vw 3.2vw 4vw 7.2vw;
    display: inline-block;
    position: relative;
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .callBox a {
    font-size: 3.4635714286vw;
  }
}
@media (max-width: 750px) {
  header .inner > .fb .infoWrap .telMenu .info .callBox a::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    background-color: var(--spTelMenuBtnText);
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--spTelMenuBtnText)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--spTelMenuBtnText)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 2.3vw;
    pointer-events: none;
  }
}
@media (max-width: 750px) {
  header #header-nav {
    width: 100vw;
    background: #FFF;
    display: none;
    overflow-y: scroll;
    z-index: 100;
  }
  header #header-nav.active {
    display: block;
  }
  header #header-nav ul.lists {
    width: 100%;
    margin-inline: unset;
    padding: 2vw 8vw 20vw;
    grid-template-columns: repeat(1, 1fr);
  }
  header #header-nav ul.lists li a {
    color: var(--textMain);
    text-align: left;
    height: auto;
    border-bottom: solid 2px #ECECEC;
    padding: 6vw 0 6vw 3vw;
    justify-content: flex-start;
    position: relative;
    font-size: 1rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  header #header-nav ul.lists li a {
    font-size: 3.73vw;
  }
}
@media (max-width: 750px) {
  header #header-nav ul.lists li a::before {
    right: 0;
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}
@media (max-width: 750px) {
  header #header-nav ul.lists li ul.dropdown {
    display: block;
    position: static;
  }
  header #header-nav ul.lists li ul.dropdown li a {
    background: #FFF;
  }
}
@media (max-width: 750px) {
  header #header-nav .ctaBtns {
    flex-wrap: nowrap;
  }
  header #header-nav .ctaBtns div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 49.9%;
  }
  header #header-nav .ctaBtns div a {
    height: 100%;
    flex-direction: column;
    padding: 15px 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.7vw;
    text-align: center;
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 3%;
    position: relative;
    transition: all 0.3s;
  }
  header #header-nav .ctaBtns div a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 3%;
  }
}
@media (max-width: 750px) and (hover: hover) and (pointer: fine) {
  header #header-nav .ctaBtns div a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  header #header-nav .ctaBtns div a span {
    font-weight: 700;
  }
}
@media (max-width: 750px) {
  header #header-nav .ctaBtns div a span {
    font-size: max(1.4em, var(--spCtaBtnFontSize));
  }
}
@media (max-width: 750px) and (max-width: 320px) {
  header #header-nav .ctaBtns div a span {
    font-size: max(1.4em, var(--CtaBtnFontSize));
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
フロートメニュー類
--------------------------------------------------------------------------------------- */
#float_menu {
  width: 100%;
  background: #FFF;
  box-shadow: var(--shadow2);
  position: fixed;
  top: -150px;
  left: 0;
  transition: all 0.3s;
  z-index: 999;
}
#float_menu.active {
  top: 0;
}
#float_menu .inner nav {
  max-width: 716px;
}
#float_menu .inner nav ul.lists {
  display: flex;
}
#float_menu .inner nav ul.lists li {
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 750px) {
  #float_menu .inner nav ul.lists li {
    font-size: 3.73vw;
  }
}
#float_menu .inner nav ul.lists li a {
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
  min-height: 81px;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  #float_menu .inner nav ul.lists li a:hover {
    color: var(--naviTextHover);
    background: var(--naviBgHover);
  }
}
#float_menu .inner .ctaBtns div a {
  min-width: 140px;
  height: 81px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#float_menu .inner .ctaBtns div a span {
  font-size: 1.4em;
}

/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #float_menu {
    display: none;
    top: inherit;
    transition: none;
    z-index: 99;
  }
  #float_menu.active {
    display: block;
  }
  #float_menu .inner {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  #float_menu .inner .ctaBtns > div {
    width: 50vw;
  }
  #float_menu .inner .ctaBtns > div a {
    height: 100%;
    padding: 15px 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 2.7vw;
    text-align: center;
    box-sizing: border-box;
    padding-left: 2%;
    padding-right: 3%;
    position: relative;
    transition: all 0.3s;
  }
  #float_menu .inner .ctaBtns > div a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 3%;
  }
}
@media (max-width: 750px) and (hover: hover) and (pointer: fine) {
  #float_menu .inner .ctaBtns > div a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  #float_menu .inner .ctaBtns > div a span {
    font-weight: 700;
  }
}
@media (max-width: 750px) {
  #float_menu .inner .ctaBtns > div a span {
    font-size: max(1.4em, var(--spCtaBtnFontSize));
  }
}
@media (max-width: 750px) and (max-width: 320px) {
  #float_menu .inner .ctaBtns > div a span {
    font-size: max(1.4em, var(--ctaBtnFontSize));
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
メインビジュアル・ぱんくずリスト
--------------------------------------------------------------------------------------- */
#mainv .inner {
  background-repeat: repeat, no-repeat;
}
#mainv .inner h1 {
  font-weight: 700;
  line-height: 2em;
  padding: 110px 0 130px;
  font-size: 1.1428571429rem;
}
@media (max-width: 750px) {
  #mainv .inner h1 {
    font-size: 4.2628571429vw;
  }
}
#mainv .inner h1 span {
  font-size: 2.25em;
  line-height: 1.2em;
  display: inline-block;
  margin: 10px 0;
}

#breadCrumb {
  min-width: var(--inner-md);
  background: var(--breadCrumbBg);
  margin: 0 0 60px;
  padding: 10px 0;
}
#breadCrumb:has(+ .h-style1) {
  margin: 0;
}
#breadCrumb .inner {
  width: var(--inner-md);
}
#breadCrumb .inner ul li {
  font-size: 0.8571428571rem;
}
@media (max-width: 750px) {
  #breadCrumb .inner ul li {
    font-size: 3.1971428571vw;
  }
}
#breadCrumb .inner ul li::after {
  content: ">";
  margin: 0 0.5em;
}
#breadCrumb .inner ul li:last-child::after {
  content: none;
}
#breadCrumb .inner ul li a {
  color: var(--linkText);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #breadCrumb .inner ul li a:hover {
    text-decoration: none;
  }
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #mainv .inner {
    width: 100%;
    padding-left: 6vw;
  }
  #mainv .inner h1 {
    padding: 26.6vw 0;
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #mainv .inner h1 {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  #mainv .inner h1 span {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media (max-width: 750px) {
  #breadCrumb {
    margin: 0 0 13.3vw;
    padding: 0.8em 0;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
コンテンツ・メインコラム・サイドバー
--------------------------------------------------------------------------------------- */
#contents {
  width: var(--inner-md);
  margin: 0 auto 135px;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
#contents #mainColmun {
  width: 72%;
}
#contents #mainColmun .inner {
  width: 100%;
}
#contents #sidebar {
  width: 23%;
}

#sidebar .partnerNavi a {
  background: #FFF;
  border-top: solid 5px var(--partnerBg);
  box-shadow: var(--shadow1);
  margin: 0 0 20px;
  padding: 0 0 10px;
  display: block;
  position: relative;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #sidebar .partnerNavi a:hover {
    opacity: 0.7;
  }
}
#sidebar .partnerNavi a::before {
  content: "";
  width: 0;
  height: 0;
  border: 17px solid;
  border-color: transparent var(--partnerBg) var(--partnerBg) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sidebar .partnerNavi a::after {
  content: "";
  border: solid 4px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  bottom: 5px;
  right: 3px;
}
#sidebar .partnerNavi a figure {
  margin: 0 0 10px;
}
#sidebar .partnerNavi a h2 {
  color: #464646;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 1.4285714286rem;
}
@media (max-width: 750px) {
  #sidebar .partnerNavi a h2 {
    font-size: 5.3285714286vw;
  }
}
#sidebar .partnerNavi a h2 span {
  color: var(--partnerText);
}
#sidebar .partnerNavi a p {
  color: #464646;
  padding: 0 20px;
  font-size: 1rem;
}
@media (max-width: 750px) {
  #sidebar .partnerNavi a p {
    font-size: 3.73vw;
  }
}
#sidebar .partnerNavi a p span {
  font-weight: 700;
  padding-top: 0.4em;
  background-position: top -0.1em left -0.1em;
  background-repeat: repeat-x;
  background-size: 1em 0.9em;
  /*カラーはrgba()で書くこと -webkit-必須*/
  background-image: radial-gradient(0.135em 0.135em at center center, rgb(70, 70, 70), rgb(70, 70, 70) 100%, rgba(70, 70, 70, 0) 0%);
  background-image: -webkit-radial-gradient(center center, rgb(70, 70, 70) 16%, rgba(70, 70, 70, 0) 0), -webkit-radial-gradient(rgb(70, 70, 70) 16%, rgba(70, 70, 70, 0) 0);
  position: relative;
}
#sidebar ul.bnrBlock {
  margin: 0 0 20px;
}
#sidebar ul.bnrBlock li + li {
  margin: 20px 0 0;
}
#sidebar ul.bnrBlock li a {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #sidebar ul.bnrBlock li a:hover {
    opacity: 0.7;
  }
}
#sidebar ul.pageNavi {
  margin: 0 0 20px;
}
#sidebar ul.pageNavi li {
  background: #FFF;
  box-shadow: var(--shadow1);
}
#sidebar ul.pageNavi li + li {
  margin: 20px 0 0;
}
#sidebar ul.pageNavi li a {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #sidebar ul.pageNavi li a:hover {
    opacity: 0.7;
  }
}
#sidebar ul.pageNavi li a p {
  font-weight: 700;
  padding: 20px;
  position: relative;
  font-size: 1.1428571429rem;
}
@media (max-width: 750px) {
  #sidebar ul.pageNavi li a p {
    font-size: 4.2628571429vw;
  }
}
#sidebar ul.pageNavi li a p::after {
  color: #8D8D8D;
  right: 5%;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
#sidebar .blog {
  box-shadow: var(--shadow1);
  margin: 0 0 20px;
}
#sidebar .blog .heading {
  color: var(--zabuton1Text);
  background: var(--zabuton1Bg);
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  padding: 10px 15px;
  display: block grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
#sidebar .blog .heading h2 {
  font-weight: 700;
  text-align: left;
}
#sidebar .blog .heading .link {
  color: var(--zabuton1Text);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  #sidebar .blog .heading .link a:hover {
    text-decoration: underline;
  }
}
#sidebar .blog .heading .link a::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}
#sidebar .blog ul.lists {
  background: #FFF;
  padding: 20px 15px;
}
#sidebar .blog ul.lists li + li {
  margin: 15px 0 0;
}
#sidebar .blog ul.lists li a {
  transition: all 0.3s;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (hover: hover) and (pointer: fine) {
  #sidebar .blog ul.lists li a:hover {
    opacity: 0.7;
  }
}
#sidebar .blog ul.lists li a figure {
  width: 60px;
  border: solid 1px #E3E3E3;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
#sidebar .blog ul.lists li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
#sidebar .blog ul.lists li a .textArea {
  width: 120px;
}
#sidebar .blog ul.lists li a .textArea .date {
  color: var(--dateText);
  font-weight: 700;
  font-size: 0.7857142857rem;
}
@media (max-width: 750px) {
  #sidebar .blog ul.lists li a .textArea .date {
    font-size: 2.9307142857vw;
  }
}
#sidebar .blog ul.lists li a .textArea .title {
  font-size: 0.8571428571rem;
}
@media (max-width: 750px) {
  #sidebar .blog ul.lists li a .textArea .title {
    font-size: 3.1971428571vw;
  }
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #contents {
    width: 100%;
    margin: 0;
  }
  #contents #mainColmun {
    width: 100%;
  }
  #contents #mainColmun .inner {
    width: var(--inner-md);
  }
  #contents #sidebar {
    width: 100%;
    background: var(--mainBg);
    padding: 10vw calc(100vw - var(--inner-md));
  }
  #sidebar .partnerNavi {
    margin: 0 0 8vw;
  }
  #sidebar ul.bnrBlock {
    margin: 0 0 8vw;
  }
  #sidebar ul.bnrBlock:last-of-type {
    margin: 0;
  }
  #sidebar ul.bnrBlock li {
    max-width: 75vw;
    margin-inline: auto;
  }
  #sidebar ul.bnrBlock li + li {
    margin: 5vw auto 0;
  }
  #sidebar ul.pageNavi {
    margin: 0 0 8vw;
    display: grid;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    row-gap: 5vw;
    grid-template-columns: repeat(2, 1fr);
  }
  #sidebar ul.pageNavi li {
    border-top: solid 5px var(--zabuton1Bg);
  }
  #sidebar ul.pageNavi li + li {
    margin: 0;
  }
  #sidebar ul.pageNavi li a p {
    padding: 6vw 6vw 6vw 4vw;
    font-size: 1rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #sidebar ul.pageNavi li a p {
    font-size: 3.73vw;
  }
}
@media (max-width: 750px) {
  #sidebar .blog {
    margin: 0 0 8vw;
  }
  #sidebar .blog .heading .link {
    padding: 3.7vw 5vw;
  }
  #sidebar .blog ul.lists {
    padding: 6vw 3.3vw 7vw;
  }
  #sidebar .blog ul.lists li + li {
    margin: 5vw 0 0;
  }
  #sidebar .blog ul.lists li a {
    -moz-column-gap: 4.2vw;
         column-gap: 4.2vw;
  }
  #sidebar .blog ul.lists li a figure {
    width: 17vw;
  }
  #sidebar .blog ul.lists li a .textArea {
    width: calc(60vw - 1px);
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
お問い合わせ・SNS関連
--------------------------------------------------------------------------------------- */
#contactArea {
  min-width: var(--inner-md);
  background: var(--contBg);
  padding: 50px 0;
}
#contactArea .inner {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
#contactArea .inner .ctaBtns {
  width: 74%;
  display: flex;
  flex-wrap: nowrap;
}
#contactArea .inner .ctaBtns div a {
  padding: 20px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--normalFontSize);
  text-align: center;
  box-sizing: border-box;
  padding-left: 2%;
  padding-right: 3%;
  position: relative;
  transition: all 0.3s;
}
#contactArea .inner .ctaBtns div a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3%;
}
@media (hover: hover) and (pointer: fine) {
  #contactArea .inner .ctaBtns div a:hover {
    opacity: 0.7;
  }
}
#contactArea .inner .ctaBtns div a span {
  font-weight: 700;
}
#contactArea .inner .ctaBtns div a span {
  font-size: 2.2em;
}
#contactArea .inner .telBox {
  width: 24%;
}
#contactArea .inner .telBox h2 {
  color: var(--contText);
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.1428571429rem;
}
@media (max-width: 750px) {
  #contactArea .inner .telBox h2 {
    font-size: 4.2628571429vw;
  }
}
#contactArea .inner .telBox .tel {
  color: var(--contText);
  margin: 0 auto 10px;
}
#contactArea .inner .telBox .tel p {
  padding: 0 0 0 25px;
  position: relative;
}
#contactArea .inner .telBox .tel p::before {
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-color: var(--icon1);
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--icon1)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="var(--icon1)" viewBox="0 0 13 13"><path d="M3.6,9.4c1.7,1.7,4.5,3.3,6,3.2c1,0,2-0.5,2.7-1.2c0.1-0.2,0.2-0.4,0.2-0.6l0.1-0.8c0-0.2,0-0.3-0.4-0.5L10,8.2C9.8,8.1,9.5,8.1,9.3,8.4L8.1,9.6c-0.1,0.1-0.3,0-0.4,0C6.7,9.2,5.9,8.6,5.1,7.8l0,0C4.4,7.1,3.8,6.3,3.4,5.5c-0.1-0.1-0.1-0.2,0-0.2c0.2-0.2,0.7-0.8,0.9-1C4.5,4,4.6,3.7,4.5,3.4C4.4,3,3.7,1,3.6,0.8c0-0.2-0.3-0.4-0.5-0.4h-1c-0.2,0-0.4,0.1-0.5,0.2C0.8,1.3,0.4,2.3,0.4,3.4C0.4,4.9,1.9,7.7,3.6,9.4z"/></svg>');
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
#contactArea .inner .telBox .tel p span.num {
  font-weight: 700;
  font-size: 1.7142857143rem;
}
@media (max-width: 750px) {
  #contactArea .inner .telBox .tel p span.num {
    font-size: 6.3942857143vw;
  }
}
#contactArea .inner .telBox .tel dl {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 0.8571428571rem;
}
@media (max-width: 750px) {
  #contactArea .inner .telBox .tel dl {
    font-size: 3.1971428571vw;
  }
}
#contactArea .inner .telBox .mail {
  padding: 0 0 0 1em;
  position: relative;
}
#contactArea .inner .telBox .mail a {
  color: var(--contText);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #contactArea .inner .telBox .mail a:hover {
    text-decoration: none;
  }
}
#contactArea .inner .telBox .mail::before {
  left: 0;
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

/* --------------------------------------------------------------------------------------
SNSエリア
--------------------------------------------------------------------------------------- */
#snsArea {
  padding: 80px 0 100px;
}
#snsArea .inner .heading {
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
  font-size: 1.1428571429rem;
}
@media (max-width: 750px) {
  #snsArea .inner .heading {
    font-size: 4.2628571429vw;
  }
}
#snsArea .inner .bnrBlock {
  width: 760px;
  margin: 0 auto;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 18px;
}
#snsArea .inner .bnrBlock li {
  width: calc(33.3333333333% - 12px);
}
#snsArea .inner .bnrBlock li a {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #snsArea .inner .bnrBlock li a:hover {
    opacity: 0.7;
  }
}
#snsArea .inner .connectship {
  margin: 60px 0 0;
}
#snsArea .inner .connectship p {
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.1428571429rem;
}
@media (max-width: 750px) {
  #snsArea .inner .connectship p {
    font-size: 4.2628571429vw;
  }
}
#snsArea .inner .connectship picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#snsArea .inner .connectship picture img {
  width: auto;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  #snsArea {
    padding: 10vw 0;
  }
  #snsArea .inner {
    box-sizing: border-box;
    padding: 0 5vw;
  }
  #snsArea .inner .heading {
    margin: 0 0 8vw;
  }
  #snsArea .inner .bnrBlock {
    width: 100%;
    margin: 0 0 4vw;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 5vw;
    justify-items: center;
  }
  #snsArea .inner .bnrBlock li {
    width: 40vw;
    grid-column: span 1/span 1;
  }
  #snsArea .inner .bnrBlock li:first-child {
    width: 45vw;
    grid-column: span 2/span 2;
  }
  #snsArea .inner .line {
    text-align: center;
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
  }
  #snsArea .inner .line a {
    color: #06C755;
    font-weight: 700;
    font-size: 1.7142857143rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #snsArea .inner .line a {
    font-size: 6.3942857143vw;
  }
}
@media (max-width: 750px) {
  #snsArea .inner .line a span {
    padding: 0 0 0 58px;
    position: relative;
  }
  #snsArea .inner .line a span::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/common/Line_logo.png) no-repeat center/100%;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }
}
@media (max-width: 750px) {
  #snsArea .inner .connectship {
    margin: 8vw 0 0;
  }
  #snsArea .inner .connectship p {
    font-size: 1rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #snsArea .inner .connectship p {
    font-size: 3.73vw;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------- */
footer {
  min-width: var(--inner-md);
  position: relative;
}
footer .footerMain {
  background: var(--footerBg1);
  padding: 50px 0 20px;
}
footer .footerMain .inner .footerTop {
  align-items: flex-start;
}
footer .footerMain .inner .footerTop .logo {
  width: 33%;
  margin: 0 0 8px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-wrap: nowrap;
}
footer .footerMain .inner .footerTop .logo .image a {
  width: auto;
  max-width: 150px;
  display: inline-block;
}
footer .footerMain .inner .footerTop .logo .lead {
  color: var(--footerMenuText1);
  font-size: 0.7857142857rem;
}
@media (max-width: 750px) {
  footer .footerMain .inner .footerTop .logo .lead {
    font-size: 2.9307142857vw;
  }
}
footer .footerMain .inner .footerTop .sitemap {
  width: 59%;
}
footer .footerMain .inner .footerTop .sitemap ul {
  width: 33.3333333333%;
}
footer .footerMain .inner .footerTop .sitemap ul.colm2 {
  width: 66.6666666667%;
  -moz-column-count: 2;
       column-count: 2;
}
footer .footerMain .inner .footerTop .sitemap ul li + li {
  margin: 0.8em 0 0;
}
footer .footerMain .inner .footerTop .sitemap ul li a {
  color: var(--footerMenuText1);
  text-decoration: underline;
  text-indent: -1em;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  footer .footerMain .inner .footerTop .sitemap ul li a:hover {
    text-decoration: none;
  }
}
footer .footerMain .inner .footerTop .sitemap ul li a::before {
  line-height: 1;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}
footer .footerMain .inner #footerNav {
  margin: 100px 0 0;
}
footer .footerMain .inner #footerNav ul {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
footer .footerMain .inner #footerNav ul li {
  position: relative;
}
footer .footerMain .inner #footerNav ul li:not(:last-child)::before {
  content: "|";
  color: var(--footerMenuText2);
  position: absolute;
  top: 45%;
  right: -0.6em;
  translate: 0 -50%;
}
footer .footerMain .inner #footerNav ul li a {
  color: var(--footerMenuText2);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  footer .footerMain .inner #footerNav ul li a:hover {
    text-decoration: none;
  }
}
footer .copyright {
  background: var(--footerBg2);
  padding: 30px 0;
}
footer .copyright .inner {
  position: relative;
}
footer .copyright .inner ul.logos {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
footer .copyright .inner ul.logos li {
  width: 30px;
  height: 30px;
}
footer .copyright .inner .copy {
  color: var(--footerMenuText2);
  margin-inline: auto;
  font-size: 0.8571428571rem;
}
@media (max-width: 750px) {
  footer .copyright .inner .copy {
    font-size: 3.1971428571vw;
  }
}
footer .toTop button {
  text-align: center;
  line-height: 70px;
  width: 70px;
  height: 70px;
  background: #666;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -35px;
  right: 30px;
  opacity: 0.8;
  rotate: -90deg;
}
@media (hover: hover) and (pointer: fine) {
  footer .toTop button:hover {
    cursor: pointer;
  }
}
footer .toTop button::before {
  color: #FFF;
  content: "";
  width: 1.8em;
  height: 1.8em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 50%;
  translate: 48% -44%;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  footer .footerMain {
    min-width: 100%;
    padding: 10vw 0;
  }
  footer .footerMain .inner .footerTop {
    row-gap: 10vw;
  }
  footer .footerMain .inner .footerTop .logo {
    width: 100%;
    justify-content: center;
    row-gap: 3vw;
    display: block;
    text-align: center;
  }
  footer .footerMain .inner .footerTop .logo .image {
    width: 35vw;
    margin: 0 auto 5vw;
  }
  footer .footerMain .inner .footerTop .logo .lead {
    width: 100%;
    text-align: center;
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  footer .footerMain .inner .footerTop .logo .lead {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  footer .footerMain .inner .footerTop .sitemap {
    width: 100%;
    padding: 0 5vw;
  }
  footer .footerMain .inner .footerTop .sitemap ul {
    width: 100%;
    border-top: solid 1px #CFCFCF;
    padding: 5vw 2.5vw 5vw 3vw;
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .footerMain .inner .footerTop .sitemap ul.colm2 {
    width: 100%;
  }
  footer .footerMain .inner .footerTop .sitemap ul li + li {
    margin: 5vw 0 0;
  }
  footer .footerMain .inner .footerTop .sitemap ul li a {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  footer .footerMain .inner .footerTop .sitemap ul li a {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  footer .footerMain .inner #footerNav {
    margin: 5vw 0 0;
  }
  footer .footerMain .inner #footerNav ul li a {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  footer .footerMain .inner #footerNav ul li a {
    font-size: 3.1971428571vw;
  }
}
@media (max-width: 750px) {
  footer .copyright {
    padding: 2em 0 20vw;
  }
  footer .copyright .inner {
    flex-direction: column;
  }
  footer .copyright .inner ul.logos {
    margin: 0 auto 10vw;
    justify-content: center;
    -moz-column-gap: 5.5vw;
         column-gap: 5.5vw;
    position: static;
    translate: 0;
  }
  footer .copyright .inner ul.logos li {
    width: 8.5vw;
    height: 8.5vw;
  }
}
@media (max-width: 750px) {
  footer .toTop button {
    line-height: 12vw;
    width: 12vw;
    height: 12vw;
    top: 3vw;
    right: 5vw;
    translate: 0 -50%;
  }
  footer .toTop button::before {
    vertical-align: inherit;
    translate: 52% -50%;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
その他 パーツ
--------------------------------------------------------------------------------------- */
.memnote {
  text-align: left !important;
  margin: 20px 0 0;
  padding: 0 !important;
}
.memnote small {
  color: var(--noteText) !important;
  font-size: 0.9em !important;
  line-height: 1.5 !important;
}

.h-style1 {
  min-width: var(--inner-md);
  background-color: #FFF;
  background-image: linear-gradient(45deg, rgb(236, 236, 236) 25%, transparent 25%, transparent 75%, rgb(236, 236, 236) 75%, rgb(236, 236, 236)), linear-gradient(45deg, rgb(236, 236, 236) 25%, transparent 25%, transparent 75%, rgb(236, 236, 236) 75%, rgb(236, 236, 236));
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  margin: 0 0 4px;
}
.h-style1:has(+ #contents) {
  margin: 0 0 60px;
}
.h-style1 h1 {
  font-weight: 700;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 2.4285714286rem;
}
@media (max-width: 750px) {
  .h-style1 h1 {
    font-size: 9.0585714286vw;
  }
}
.h-style1 h1 span {
  color: var(--heading1Text);
}

.h-style2 {
  font-weight: 700;
  background-color: var(--heading2Bg);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgb(255, 255, 255) 2px, rgb(255, 255, 255) 5px);
  padding: 20px;
}
.h-style2 span {
  color: var(--heading2Text);
  border-left: solid 8px var(--heading2Bdr);
  padding: 8px 0 8px 18px;
  display: inline-block;
  font-size: 1.5714285714rem;
}
@media (max-width: 750px) {
  .h-style2 span {
    font-size: 5.8614285714vw;
  }
}

.h-style3 {
  font-weight: 700;
  background: var(--heading3Bg);
  margin: 0 0 40px;
  padding: 15px 0;
}
.h-style3 span {
  color: var(--heading3Text);
  border-left: solid 8px var(--heading3Bdr);
  padding: 5px 15px;
  display: inline-block;
  font-size: 1.2857142857rem;
}
@media (max-width: 750px) {
  .h-style3 span {
    font-size: 4.7957142857vw;
  }
}

.pageLinkBox {
  width: 720px;
  background: #FFF;
  border: 1px solid #CCC;
  border-top: solid 5px var(--zabuton1Bg);
  box-sizing: border-box;
  margin: 100px auto 0;
  padding: 20px 20px 30px;
}
.pageLinkBox .onImg {
  margin: 0 0 20px;
  position: relative;
}
.pageLinkBox .onImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-position: left top;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.pageLinkBox .onImg p {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 2em;
  translate: 0 -50%;
  z-index: 1;
  text-shadow: 2px 2px 6px rgba(92, 93, 92, 0.8), -2px -2px 6px rgba(92, 93, 92, 0.8);
  font-size: 2.1428571429rem;
}
@media (max-width: 750px) {
  .pageLinkBox .onImg p {
    font-size: 7.9928571429vw;
  }
}
.pageLinkBox .text {
  margin: 0 0 30px;
}
.pageLinkBox .pageLink {
  display: block grid;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: center;
}
.pageLinkBox .pageLink a {
  color: var(--zabuton1Text);
  font-size: var(--normalFontSize);
  background: var(--zabuton1Bg);
  border-radius: 50vh;
  margin-inline: auto;
  padding: 0.5em 3em;
  display: block;
  transition: all 0.3s;
  display: inline grid;
  grid-template-columns: 0 auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .pageLinkBox .pageLink a:hover {
    opacity: 0.7;
  }
}
.pageLinkBox .pageLink a::before {
  content: "";
}
.pageLinkBox .pageLink a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media (max-width: 750px) {
  .memnote {
    margin: 2.5vw 0 0;
  }
  .h-style1 {
    background-position: 0 0, 1px 1px;
    background-size: 2px 2px;
  }
  .h-style1:has(+ #contents) {
    margin: 0 0 11vw;
  }
  .h-style1 .inner {
    width: 100%;
  }
  .h-style1 .inner h1 {
    width: 86.8vw;
    margin: 0;
    padding: 4.6vw 6.6vw;
    font-size: 1.3571428571rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .h-style1 .inner h1 {
    font-size: 5.0621428571vw;
  }
}
@media (max-width: 750px) {
  .h-style2 {
    padding: 1em 0.5em;
  }
  .h-style2 span {
    padding: 4px 0 4px 10px;
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .h-style2 span {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  .h-style3 {
    margin: 0 0 5vw;
    padding: 5vw 0;
  }
  .h-style3 span {
    padding: 0 4vw;
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .h-style3 span {
    font-size: 4.2628571429vw;
  }
}
@media (max-width: 750px) {
  .pageLinkBox {
    width: var(--inner-md);
    border-top: solid 4px var(--zabuton1Bg);
    margin: 15vw auto 20vw;
    padding: 5vw 4vw;
  }
  .pageLinkBox .onImg {
    margin: 0 0 5vw;
  }
  .pageLinkBox .onImg p {
    left: 1.5em;
    font-size: 1.5rem;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .pageLinkBox .onImg p {
    font-size: 5.595vw;
  }
}
@media (max-width: 750px) {
  .pageLinkBox .text {
    margin: 0 0 6.6vw;
  }
}
@media (max-width: 750px) {
  .pageLinkBox .pageLink {
    display: block grid;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
  }
  .pageLinkBox .pageLink a {
    color: var(--zabuton1Text);
    font-size: var(--normalFontSize);
    background: var(--zabuton1Bg);
    border-radius: 50vh;
    margin-inline: auto;
    padding: 0.5em 3em;
    display: block;
    transition: all 0.3s;
    display: inline grid;
    grid-template-columns: 0 auto 1fr;
    -moz-column-gap: 1em;
         column-gap: 1em;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .pageLinkBox .pageLink a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) {
  .pageLinkBox .pageLink a::before {
    content: "";
  }
}
@media (max-width: 750px) {
  .pageLinkBox .pageLink a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-color: currentColor;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
    line-height: 1;
    pointer-events: none;
    vertical-align: middle;
    display: inline-block;
  }
}
/*--------------------------endSP--------------------------------*/
/*# sourceMappingURL=base.css.map */