/**************************
	drawer
*/
.mm-menu {
  --mm-color-background: #ffffff;
  --mm-navbar-size: 50px;
  --mm-listitem-size: 50px;
  --mm-color-border: #e0e0e0;
}

.mm-slideout {
  transform: none !important;
}

#drawer {
  z-index: 1000;
  padding-top: 10px;
  background-color: #fcfcfc;
}
@media screen and (max-width: 999px) {
  #drawer {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #drawer {
    top: 70px;
  }
}
@media screen and (max-width: 575px) {
  #drawer {
    top: 64px;
  }
}
@media screen and (max-width: 374px) {
  #drawer {
    top: 54px;
  }
}
@media screen and (max-width: 767px) {
  #drawer {
    width: 100%;
  }
}

.drawer__a.ext span {
  position: relative;
}
.drawer__a.ext span::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/common/img/icon/ext_icon_gnav.webp") 0 center no-repeat transparent;
  background-size: contain;
  margin-left: 5px;
  top: 2px;
  right: -22px;
}

.mm-navbar {
  border-bottom-color: #e0e0e0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
}

.mm-navbar > * {
  justify-content: flex-start;
}

.mm-listitem::after {
  inset-inline-start: 0;
}

.mm-panel {
  background-color: #fcfcfc;
}

.mm-listview {
  padding-right: 20px;
  padding-left: 20px;
}

.mm-listitem__text {
  position: relative;
  padding-top: 18px;
  padding-bottom: 14px;
  padding-left: 35px;
  color: #009d97 !important;
  font-weight: 500;
}
.mm-listitem__text.a1 {
  padding-top: 14px;
  padding-bottom: 10px;
}
.mm-listitem__text.ext::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/common/img/icon/ext_icon_gnav.webp") 0 no-repeat transparent;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mm-listitem__text::before {
  display: block;
  content: "";
  background: url("../img/icon/arrow/link_arrow.webp") no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0 auto 0 10px;
  margin: auto;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: unset;
  border-left-style: unset;
}

.mm-wrapper__blocker {
  background: transparent;
}

.mm-btn--next {
  display: block;
  height: 100px;
  background-color: transparent;
  box-sizing: border-box;
  width: 55px;
}
.mm-btn--next:hover {
  opacity: 0.5;
}
.mm-btn--next:hover + .drawer__a {
  background-color: #eef5db;
}
.mm-btn--next::before, .mm-btn--next::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.mm-btn--next::before {
  width: 12px;
  height: 2px;
  background-color: #009d97;
  border: 0 none;
  top: 27px;
  right: 20px;
  left: auto;
  transition: 0.2s;
}
.mm-btn--next::after {
  width: 12px;
  height: 2px;
  background-color: #009d97;
  transform: rotate(-90deg);
  border: 0 none;
  top: 6px;
  right: 20px;
  transition: 0.4s;
  left: auto;
}

.mm-listitem--opened {
  border-bottom: 1px solid #e0e0e0;
}
.mm-listitem--opened > .mm-listitem__btn,
.mm-listitem--opened > .mm-panel {
  background-color: #fcfcfc;
}
.mm-listitem--opened .mm-btn--next::before, .mm-listitem--opened .mm-btn--next::after {
  transform: rotate(0);
}

.drawer__bottom {
  display: block;
  border-bottom: none;
  padding: 20px;
}
.drawer__bottom::after {
  content: none;
  display: none;
}
.drawer__bottom .sp_menu_area {
  display: block;
  padding: 15px 20px;
}
.drawer__bottom .sp_menu_area::before {
  content: none;
  display: none;
}
.drawer__bottom .sp_menu_area .sp_link_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.drawer__bottom .sp_menu_area .sp_link_list > li {
  margin-bottom: 10px;
  position: relative;
}
.drawer__bottom .sp_menu_area .sp_link_list > li:not(:last-of-type) {
  padding-bottom: 9px;
}
.drawer__bottom .sp_menu_area .sp_link_list > li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.drawer__bottom .sp_menu_area .sp_link_list > li a {
  color: #111111;
  font-size: 0.875rem;
}
.drawer__bottom .tel {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.drawer__bottom .tel::before {
  content: none;
  display: none;
}
.drawer__bottom .tel .text,
.drawer__bottom .tel .num {
  color: #111111;
}
.drawer__bottom .tel .text {
  font-size: 0.938rem;
}
.drawer__bottom .tel .text.rear {
  transform: translateY(-1px);
}
.drawer__bottom .tel .num {
  font-size: 1.25rem;
  display: inline-block;
  margin-left: 8px;
}
.drawer__bottom .contact_btn {
  width: 200px;
  padding-left: 20px;
  background: #0f1e30;
  border: 1px solid #0f1e30;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 19px;
  margin: 0 auto 1em;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  box-sizing: border-box;
}
.drawer__bottom .contact_btn::before {
  content: none;
  display: none;
}
.drawer__bottom .contact_btn > .inner {
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  padding-left: 22px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .drawer__bottom .contact_btn > .inner {
    padding-left: 12px;
  }
}
.drawer__bottom .contact_btn > .inner::before {
  display: block;
  content: "";
  width: 30px;
  height: 26px;
  background: url("../img/icon/entry_icon.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: -2px auto 0 -20px;
  margin: auto;
  transition: transform 0.2s cubic-bezier(0.15, 0.95, 0.38, 1.01);
}
.drawer__bottom .contact_btn > .inner.faq::before {
  background: url("../img/icon/faq_icon.webp") no-repeat;
  background-size: cover;
}
.drawer__bottom .contact_btn:hover {
  background: #ffffff;
  color: #0f1e30;
}
.drawer__bottom .contact_btn:hover > .inner {
  color: #0f1e30;
}
.drawer__bottom .contact_btn:hover > .inner::before {
  display: block;
  content: "";
  width: 30px;
  height: 26px;
  background: url("../img/icon/entry_icon_navy.webp") no-repeat;
  background-size: cover;
  position: absolute;
  inset: -2px auto 0 -20px;
  margin: auto;
  transition: transform 0.2s cubic-bezier(0.15, 0.95, 0.38, 1.01);
}
.drawer__bottom .contact_btn:hover > .inner.faq::before {
  background: url("../img/icon/faq_icon_navy.webp") no-repeat;
  background-size: cover;
}
