@charset "UTF-8";
/* SP用ハンバーガーメニュー */
#humberger {
  display: block;
  position: fixed;
  top: 13px;
  right: 20px;
  width: 30px;
  box-sizing: initial;
  cursor: pointer;
  z-index: 50000;
}

.icon-bar {
  display: block;
  height: 3px;
  box-sizing: initial;
  background: #00116D;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
.icon-bar:not(:last-child) {
  margin: 0 0 7px;
}

/* ドロワー開放時のスタイル */
body.drawer-opened #humberger {
  border: none;
  width: 30px;
  background: none;
}
body.drawer-opened #humberger .icon-bar {
  background: #00116D;
}
body.drawer-opened #humberger :nth-child(1) {
  transform: translate(0, 10px) rotate(225deg);
}
body.drawer-opened #humberger :nth-child(2) {
  opacity: 0;
}
body.drawer-opened #humberger :nth-child(3) {
  transform: translate(0, -10px) rotate(-225deg);
}
body.drawer-opened #overlay {
  z-index: 20001;
  opacity: 0.8;
  right: -240px;
}

#drawernav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 20002;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #CAD3FF;
  color: #000;
}

.drawernav__top {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px #00000040;
  z-index: 50000;
}
.drawernav__logo a {
  position: relative;
  top: 9px;
  left: 15px;
  cursor: pointer;
}
.drawernav__logo a img {
  width: 100px;
  height: auto;
}
.drawernav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 0;
  padding: 40px 15px;
}
.drawernav__inner .header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 0 0 30px;
}
.drawernav__inner .header__list__item:not(:last-child) {
  border-right: unset;
}
.drawernav__inner .header__list__item a {
  margin: 0;
  color: #00116D;
}
.drawernav__inner .header__list__item a::after {
  content: none;
}
.drawernav__inner .header__btn {
  display: block;
}
.drawernav__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0 0 30px;
  padding: 15px 30px;
  max-width: 240px;
  border-radius: 10px;
  background: #E9ECFF;
}
.drawernav__tel .tel__maintxt {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.drawernav__tel .tel__number a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 3px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}
.drawernav__tel .tel__number a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/ic_tel.webp) no-repeat 0 0;
  background-size: contain;
}
.drawernav__tel .tel__subtxt {
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
}
.drawernav__tel .tel__subtxt span {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 2px;
  font-size: 10px;
  background: #104C82;
  color: #FFF;
}

#humbergermenu-logo {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #FFF;
  z-index: 50000;
}
#humbergermenu-logo a {
  position: relative;
  top: 11px;
  left: 15px;
  cursor: pointer;
}
#humbergermenu-logo a img {
  width: 100px;
  height: auto;
}

.drawernav-inner {
  padding: 50px 15px 70px;
}

.drawernav-txtlist ul li:not(:last-child) {
  border-bottom: solid 1px #FFF;
}
.drawernav-txtlist ul li a {
  display: block;
  position: relative;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #050126;
}
.drawernav-txtlist ul li a::after {
  transform: rotate(45deg);
  content: '';
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #050126;
  border-right: 1px solid #050126;
  cursor: pointer;
}
.drawernav-txtlist ul li p::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  left: 10px;
  width: 9px;
  height: 9px;
  background: url("../img/common/ic_link.webp") no-repeat 0 0;
  background-size: contain;
}
.drawernav-txtlist ul li.drawernav-txtlist-home img {
  width: 22px;
  height: 22px;
}

.drawernav-btnlist {
  margin: 20px 0 40px;
  padding: 20px 0 0;
  border-top: solid 1px #050126;
}
.drawernav-btnlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.drawernav-btnlist ul li.mod-btn a {
  width: 270px;
}
.drawernav-btnlist ul li.mod-btn__contact {
  padding: 0 0 20px;
  border-bottom: solid 1px #050126;
}
.drawernav-btnlist ul li.tel a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 25px;
  font-weight: 500;
  color: #050126;
}
.drawernav-btnlist ul li.tel a::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../img/common/ic_phone.webp") no-repeat 0 0;
  background-size: contain;
}

.drawernav-copyright {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.spNav .accordion {
  border-bottom: 1px solid #000;
}
.spNav .accordion:first-of-type {
  border-top: 1px solid #000;
}
.spNav .accordion dl dt {
  position: relative;
  padding: 11px 30px 12px 0;
  height: 45px;
  font-size: 16px;
}
.spNav .accordion dl dt:before, .spNav .accordion dl dt:after {
  position: absolute;
  content: "";
  transition: all 0.2s linear;
  background: #000;
}
.spNav .accordion dl dt:before {
  right: 16px;
  top: 15px;
  width: 2px;
  height: 14px;
}
.spNav .accordion dl dt:after {
  right: 10px;
  top: 21px;
  width: 14px;
  height: 2px;
}
.spNav .accordion dl dt.is-open:before {
  transform: rotate(180deg);
  opacity: 0;
}
.spNav .accordion dl dt.is-open:after {
  transform: rotate(180deg);
}
.spNav .accordion dl dd {
  display: none;
}
.spNav ul li a {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.spNav ul li p {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
}
.spNav .spNav-sublist ul {
  margin: 0 0 0 15px;
  padding: 0 0 10px;
}
.spNav .spNav-sublist ul li a {
  font-size: 15px;
  font-weight: normal;
}
.spNav .spNav-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.spNav .spNav-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 45px;
  border: solid 1px #79747E;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
}

/* SP用ハンバーガーメニュー */
