@charset "UTF-8";
html:focus-within {
  scroll-behavior: smooth;
}

table th, table td {
  vertical-align: middle;
}

p, a, h1, h2, h3, li, th, td, span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  color: #414141;
}

:focus-visible {
  outline: none;
}

.sp-br {
  display: none;
}

#page {
  position: relative;
}
#page::after {
  content: "";
  background-image: url(../images/common/backimage.jpg);
  width: 100%;
  height: 100%;
  z-index: -1;
  position: fixed;
  background-size: cover;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.page_wrap {
  display: flex;
  gap: clamp(20px, 4.166vw, 80px);
  padding: clamp(15px, 4.166vw, 80px) clamp(20px, 5.208vw, 100px);
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  align-items: flex-start;
}

#content {
  background-color: #fff;
  border-radius: 10px;
  padding: clamp(40px, 3.12vw, 60px) clamp(20px, 5.208vw, 50px) 149px;
  max-width: 1360px;
  width: 100%;
}

.top_menu {
  position: -webkit-sticky;
  position: sticky;
  max-width: 280px;
  min-width: 187px;
  width: 18%;
  padding: clamp(25px, 1.979vw, 38px) clamp(10px, 0.93vw, 18px) clamp(20px, 2.5vw, 48px);
  top: clamp(15px, 4.166vw, 80px);
  border-radius: 10px;
  background-color: #fff;
}

.top_menu_title {
  font-size: clamp(24px, 1.5625vw, 30px);
  text-align: center;
  margin-top: 0;
  line-height: 1.46;
  color: #F87125;
}
.top_menu_title span {
  font-size: clamp(16px, 1.145vw, 22px);
  line-height: 1.6363;
  display: block;
  padding-bottom: 5px;
  color: #F87125;
}

.top_menu_title_sp {
  display: none;
}

.top_menu_list {
  padding-top: clamp(10px, 1.458vw, 28px);
  margin-top: clamp(20px, 2.26vw, 43.5px);
  border-top: 2px dotted #FF995F;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(5px, 0.52vw, 10px);
}
.top_menu_list li {
  width: 100%;
}
.top_menu_list li a {
  font-size: clamp(18px, 1.145vw, 22px);
  line-height: 1.46;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: clamp(10px, 1.041vw, 20px) 0;
  background-color: transparent;
  transition: ease 0.4s;
}
.top_menu_list li a:hover {
  background-color: #FFF5DB;
  opacity: 1;
}
.top_menu_list li._tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: clamp(20px, 1.354vw, 26px);
}
.top_menu_list li._tel a span {
  height: 25px;
  width: 25px;
}
.top_menu_list li._contact {
  width: 100%;
}
.top_menu_list li._contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  padding: 16px 0;
  width: 100%;
  border-radius: 34px;
  background-color: #FF995F;
  border: 2px solid #FF995F;
}
.top_menu_list li._contact a span {
  width: 28px;
  height: 20px;
}
.top_menu_list li._contact a ._orange {
  display: none;
}
.top_menu_list li._contact a:hover {
  background-color: #fff;
  color: #FF995F;
}
.top_menu_list li._contact a:hover ._orange {
  display: block;
}
.top_menu_list li._contact a:hover ._white {
  display: none;
}

footer {
  background-color: #868686;
  padding: 26px 0 18px;
}
footer nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3.64vw, 70px);
}
footer nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
footer ._copyright {
  font-size: 14px;
  text-align: center;
  margin-top: 38px;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .page_wrap {
    padding: 80px 20px 50px;
  }
  #content {
    padding: 40px 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  p, a, li, th, td {
    font-weight: 400;
  }
  .sp-br {
    display: block;
  }
  #page {
    overflow: hidden;
  }
  #content {
    width: 100%;
    padding: 21px 10px 56px;
  }
  .top_menu {
    position: fixed;
    top: 0;
    width: calc(100% + 40px);
    max-width: 100%;
    left: 0;
    padding: 0;
  }
  .top_menu_list {
    position: absolute;
    left: 100%;
    transition: ease 0.4s;
    background-color: #fff;
    border: none;
    margin: 0;
    width: 100%;
    height: calc(100dvh - 56px);
  }
  .top_menu_list.open {
    left: 0;
  }
  .top_menu_list li {
    max-width: 290px;
    width: 100%;
    border-bottom: 2px dashed #FF995F;
  }
  .top_menu_list li a {
    font-weight: 600;
    font-size: 20px;
    padding: 19px 0;
  }
  .top_menu_list ._tel, .top_menu_list ._contact {
    border-bottom: none;
  }
  .top_menu_list ._tel {
    margin-top: 10px;
    font-size: 22px;
  }
  .top_menu_list ._contact {
    margin-top: 15px;
    max-width: 260px;
    padding: 12px;
  }
  .top_menu_title {
    display: none;
  }
  .top_menu_title_sp {
    display: flex;
    background-color: rgba(255, 255, 255, 0.4);
    justify-content: space-between;
    padding: 15px 9px 15px 20px;
  }
  .top_menu_title_sp ._name {
    font-size: 20px;
    font-weight: 600;
  }
  .top_menu_title_sp .sp_menu {
    position: relative;
    padding-top: 14px;
    font-size: 12px;
    cursor: pointer;
  }
  .top_menu_title_sp .sp_menu::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 9px;
    transition: ease 0.3s;
  }
  .top_menu_title_sp .sp_menu::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 8px;
    left: 9px;
    transition: ease 0.3s;
  }
  .top_menu_title_sp .sp_menu span {
    opacity: 1;
    transition: ease 0.2s;
  }
  .top_menu_title_sp .sp_menu.open::before {
    transform: rotate(45deg);
    top: 8px;
  }
  .top_menu_title_sp .sp_menu.open::after {
    transform: rotate(-45deg);
  }
  .top_menu_title_sp .sp_menu.open span {
    opacity: 0;
  }
  footer {
    padding: 23px 0 11px;
  }
  footer nav ul {
    flex-direction: column;
    gap: 12px;
  }
  footer nav li a {
    font-size: 14px;
  }
  footer ._copyright {
    font-size: 10px;
    margin-top: 31px;
  }
}
/*# sourceMappingURL=common.css.map */