body.is-header-overlay-active {
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 9rem;
  background: #fff;
  z-index: 1000;
}

@media (max-width: 896px) {
  .header {
    height: 6rem;
  }
}

.header__logo {
  display: block;
  margin: 0 0 0 3.4rem;
  padding: 1.8rem 0 0 0;
  width: 20.8rem;
}

@media (max-width: 896px) {
  .header__logo {
    margin: 0 0 0 1.7rem;
    padding: 1.4rem 0 0 0;
    width: 11.618rem;
  }
}

.header__logo__image {
  width: 100%;
}

.header__box1 {
  position: absolute;
  top: 0.6rem;
  left: 44.22%;
  width: 35.30%;
  display: flex;
  align-items: center;
}

.header__box1__uketsukejikan {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
}

.header__box1__tel {
  margin: 0 0 0 1.5rem;
  display: flex;
  align-items: center;
}

.header__box1__tel__icon {
  margin: 0.2rem 0 0 0;
  width: 2.2rem;
  height: 2.2rem;
}

.header__box1__tel__number {
  margin: 0 0 0 0.21vw;
  font-weight: 700;
  font-size: 3.0rem;
}

.header__box2 {
  position: absolute;
  top: 5.3rem;
  left: 45.53%;
  width: 35.30%;
  display: flex;
  gap: 4rem;
}

.header__box2__link {
  font-weight: 500;
  font-size: 1.17vw;
}

.header__box2__link__item:hover {
  color: #fb5555;
}

.header__gochuumon {
  position: absolute;
  top: 0;
  right: 9.74vw;
  width: 9.74vw;
  height: 100%;
  background: #fb5555;
}

.header__gochuumon:hover {
  background: #1a1a1a;
}

.header__gochuumon__text {
  margin: 1.77vw auto 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.17vw;
  text-align: center;
  line-height: 2.2rem;
}

.header__muryou-sample {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.74vw;
  height: 100%;
  background: #f5f851;
}

.header__muryou-sample:hover {
  background: #1a1a1a;
}

.header__muryou-sample:hover .header__muryou-sample__text {
  color: #fff;
}

.header__muryou-sample__text {
  margin: 1.77vw auto 0;
  font-weight: 700;
  font-size: 1.17vw;
  text-align: center;
  line-height: 2.2rem;
}

.header__accordion {
  position: absolute;
  right: 0;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 896px) {
  .header__accordion {
    top: 0;
  }
}

.header__accordion__icon--open {
  width: 2rem;
}

.is-active .header__accordion__icon--open {
  display: none;
}

.header__accordion__icon--close {
  display: none;
  width: 1.75rem;
}

.is-active .header__accordion__icon--close {
  display: block;
}

.header__overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.is-active .header__overlay {
  opacity: 1;
  visibility: visible;
}

.header__overlay__tel {
  margin: 3.3rem auto 0;
  padding: 1.2rem 2rem 1.1rem 2.3rem;
  width: 26.6rem;
  background: #f5f851;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__overlay__tel__row {
  display: flex;
}

.header__overlay__tel__row__icon {
  margin: 0.6rem 0 0 0;
  width: 2.2rem;
  height: 2.2rem;
}

.header__overlay__tel__row__text {
  margin: 0 0 0 0.289rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
}

.header__overlay__tel__text {
  margin: 0.8rem 0 0 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

.header__overlay__links {
  margin: 1.4rem auto 0;
  width: 31rem;
}

.header__overlay__links__item__link {
  position: relative;
  display: block;
}

.header__overlay__links__item__link__text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 6.5rem;
  letter-spacing: 0;
}

.header__overlay__links__item__link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1.462rem;
  height: 1.067rem;
}