@charset "UTF-8";

.service-header .header-nuv__list {
  display: none;
}
.service-header .header-btn {
  display: flex;
}
.service-header .header-drawer {
  display: block !important;
}

.header {
  border-radius: 0 0 20px 20px;
  left: 0;
  position: fixed;
  top: 0;
  transition: background 0.3s ease;
  width: 100%;
  z-index: 999;
}
.header.is-scroll {
  background-color: rgba(255, 255, 255, 0.3);
}

.header__contents {
  align-items: flex-start;
  display: flex;
  padding: 10px;
}

.header-logo {
  aspect-ratio: 106/85;
  width: 80px;
}
.header-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nuv {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.header-nuv__list {
  display: none;
}
.header-nuv__item > p {
  color: #013384;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.header-bnr {
  display: none;
}

.header-bnr__item > .c-bnr-tel {
  margin-left: 15px;
}
.header-bnr__item .c-bnr-line {
  margin-left: 15px;
}

.header-btn {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #013384;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 50px;
  justify-content: center;
  margin-left: 10px;
  transition: opacity 0.3s ease;
  width: 70px;
}
.header-btn:hover {
  opacity: 0.7;
}
.header-btn.is-open .header-btn__bar-line:nth-of-type(1) {
  top: 9px;
  transform: rotate(35deg);
}
.header-btn.is-open .header-btn__bar-line:nth-of-type(2) {
  display: none;
}
.header-btn.is-open .header-btn__bar-line:nth-of-type(3) {
  top: 9px;
  transform: rotate(-35deg);
}

.header-btn__bar {
  height: 20px;
  position: relative;
  width: 30px;
}

.header-btn__bar-line {
  background: #013384;
  height: 1px;
  left: 0;
  position: absolute;
  transition: transform 0.3s ease-in, top 0.3s ease-in;
  width: 30px;
}
.header-btn__bar-line:nth-of-type(1) {
  top: 0;
}
.header-btn__bar-line:nth-of-type(2) {
  top: 10px;
}
.header-btn__bar-line:nth-of-type(3) {
  top: 20px;
}

.header-drawer {
  background-color: #FFFFFF;
  height: 100vh;
  min-width: 275px;
  overflow: auto;
  padding-inline: 40px;
  padding-top: 15vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease;
  width: 50%;
  z-index: 98;
}
.header-drawer.is-checked {
  transform: translateX(0);
}
.header-drawer .header-link-head__sns {
  gap: 20px;
  justify-content: center;
  margin-top: 22px;
}

.header-drawer__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 250px;
  width: 100%;
}

.header-drawer__item {
  font-size: 15px;
  font-weight: 500;
  padding-block: 15px;
  text-align: center;
  width: 100%;
}

.header-cta {
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 10px;
  position: fixed;
  transition: all 0.3s ease;
  width: calc(100% - 250px);
  z-index: 90;
}
.header-cta.is-scroll {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.header-cta .c-bnr-line__arrow {
  display: none;
}
.header-cta .c-bnr-line {
  height: 60px;
  margin-inline: 0;
  max-width: 60px;
  padding: 7px;
}
.header-cta .c-bnr-tel__text {
  display: none;
}
.header-cta .c-bnr-tel__text-num {
  font-size: 24px !important;
}
.header-cta .c-bnr-tel__text-time {
  font-size: 12px !important;
}
.header-cta .c-bnr-line__contents-icon {
  height: 39px;
  width: 44px;
}
.header-cta .c-bnr-line__contents {
  gap: 10px;
}
.header-cta .c-bnr-line__contents-text {
  display: none;
  font-size: 15px;
}
.header-cta .c-bnr-line__label {
  display: none;
  height: 20px;
  top: -10px;
}
@media (min-width: 768px) {
  .header-cta {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    width: calc(100% - 350px);
  }
  .header-cta .c-bnr-line__arrow {
    display: inline-flex;
  }
  .header-cta .c-bnr-line {
    max-width: 280px;
    padding: 7px 0px 7px 7px;
  }
  .header-cta .c-bnr-tel__text {
    display: flex;
  }
  .header-cta .c-bnr-line__contents-text {
    display: block;
  }
  .header-cta .c-bnr-line__label {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    width: 106px;
  }
  .header-nuv {
    padding-top: 6px;
  }
  .header-nuv__list {
    display: flex;
    gap: 15px;
  }
  .header-bnr {
    align-items: center;
    display: flex;
    margin-left: auto;
  }
  .header-btn {
    display: none;
  }
  .header-cta {
    display: none;
  }
}
@media (min-width: 1366px) {
  .header__contents {
    padding: 15px 10px 15px 25px;
  }
  .header-nuv__list {
    gap: 40px;
  }
  .header-nuv__item > p {
    font-size: 14px;
  }
  .header-bnr__item > .c-bnr-tel {
    margin-left: 40px;
  }
  .header-bnr__item .c-bnr-line {
    margin-left: 30px;
  }
  .header-drawer {
    width: 30%;
  }
}