@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  width: 90px;
  max-width: 12%;
  min-width: 60px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  padding-top: 1%;
  cursor: pointer;
}

.sp-menu-btn {
  width: 80%;
  aspect-ratio: 3/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.sp-menu-btn span {
  width: 60%;
  height: 2px;
  border-radius: 2px;
  background: #5dc1cf;
  transition: 0.4s;
}
.sp-menu-btn .middle {
  margin: 5px 0;
}

.sp-menu-btn-txt {
  font-weight: bold;
  font-size: 20px;
  font-size: 2.6041666667vw;
  text-align: center;
  line-height: 1;
  transform: translateY(6px);
  color: #5dc1cf;
}
@media screen and (min-width: 539px) {
  .sp-menu-btn-txt {
    font-size: 11.7647058824px;
  }
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 10% 6vw;
  background-color: #d7f0f3;
}

.logo-dw {
  margin-bottom: 4vw;
}

#dw-nav .nav-item {
  border-bottom: solid 1px #5dc1cf;
}
#dw-nav .nav-link {
  display: block;
  font-size: 28px;
  font-size: 3.6458333333vw;
  font-weight: bold;
  line-height: 1;
  padding: 20px 4%;
}
@media screen and (min-width: 539px) {
  #dw-nav .nav-link {
    font-size: 16.4705882353px;
  }
}

#nav-link-top .nav-link-top,
#nav-link-point .nav-link-point,
#nav-link-menu .nav-link-menu,
#nav-link-case .nav-link-case,
#nav-link-info .nav-link-info {
  color: #5dc1cf;
}