@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
  background: var(--col--main-01);
  border-radius: 1.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 32px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 33px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: url(/img/about/about__feature__bg_img_01.png) left -3vw top 75vw/30vw no-repeat, url(/img/about/about__feature__bg_img_02.png) right -4vw top -4vw/38vw no-repeat, var(--col--base-01);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: -12vw;
  left: -8vw;
  top: -7vw;
  position: relative;
}
#drawer-nav .drawer-logo img {
  width: 28vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  padding: 9vw 5vw;
  background: url(/img/common/pattern__dot__01_a.png) var(--col--main-01);
  border-radius: 2vw;
  position: relative;
}
#drawer-nav #sp-nav::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__illust_01.png) center center/contain no-repeat;
  width: 17vw;
  height: 35vw;
  right: -6vw;
  bottom: -6vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 8vw;
}
#drawer-nav #sp-nav .list-nav .item:last-child {
  margin-bottom: 0;
}
#drawer-nav #sp-nav .list-nav .item a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 4.5vw;
  color: var(--col--txt-01);
  color: #fff;
}
#drawer-nav .drawer-info .unit-contact {
  flex-direction: column;
  margin-bottom: 8vw;
}
#drawer-nav .drawer-info .unit-contact .com__tel {
  margin-bottom: 3vw;
}
#drawer-nav .drawer-info .unit-contact .com__tel .tel-num {
  font-size: 10vw;
}
#drawer-nav .drawer-info .unit-contact .com__times {
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 4.5vw;
  width: fit-content;
}
#drawer-nav .drawer-info .com__instagram {
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info .item-address {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5vw;
  font-size: 3.5vw;
}
#drawer-nav .drawer-info .btn-contact {
  width: 100%;
  height: 12vw;
  background: var(--col--main-01);
  border-radius: r(6);
  margin-bottom: 5vw;
}
#drawer-nav .drawer-info .btn-contact span {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 800;
  position: relative;
  padding-left: var(--margin-50);
}
#drawer-nav .drawer-info .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#drawer-nav .drawer-info .wrap-contact {
  gap: 5vw;
}
#drawer-nav .drawer-info .list-policy {
  gap: 5vw;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: var(--col--main-01);
  padding-bottom: 2vw;
  border-bottom: 1px solid var(--col--main-01);
  font-size: 3.2vw;
}/*# sourceMappingURL=drawer.css.map */