@media screen and (min-width: 768px) {
  .nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
  .nav-fixed .logo {
    width: 269px;
  }
  .nav-fixed .logo a {
    display: block;
    line-height: 0;
  }
  .nav-fixed .nav {
    display: flex;
    gap: 20px;
    line-height: 1.5;
    font-size: 13px;
    letter-spacing: 0;
  }
  .nav-fixed .nav li a:hover, .nav-fixed .nav li a.active {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
  .nav-fixed .group-tel-btn {
    display: flex;
    gap: 9px;
    align-items: center;
  }
  .nav-fixed .group-tel-btn .tel {
    text-align: center;
    line-height: 1;
  }
  .nav-fixed .group-tel-btn .tel .sub-tel {
    display: block;
    font-weight: 900;
    font-size: 12px;
  }
  .nav-fixed .group-tel-btn .tel span {
    display: block;
    font-size: 20px;
    margin: 4px 0 0;
  }
  .nav-fixed .group-tel-btn .btn-web {
    width: 160px;
  }
  .nav-fixed .group-tel-btn .btn-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    background: rgb(252, 206, 0);
    border: 3px solid #fff;
    padding: 6px 0;
    position: relative;
    border-radius: 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
  }
  .nav-fixed .group-tel-btn .btn-web a::after {
    content: "";
    background: url("../img/shared/arrow.png") no-repeat center/100% auto;
    width: 13px;
    height: 13px;
  }
  .nav-fixed .group-tel-btn .btn-web a:hover {
    box-shadow: none;
    transform: translate(0, 4px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-fixed {
    padding: 0 15px;
  }
  .nav-fixed .logo {
    width: 200px;
  }
  .nav-fixed .nav {
    gap: 15px;
    font-size: 12px;
  }
  .nav-fixed .group-tel-btn .tel .sub-tel {
    font-size: 10px;
  }
  .nav-fixed .group-tel-btn .tel span {
    font-size: 18px;
  }
  .nav-fixed .group-tel-btn .btn-web {
    width: 140px;
  }
  .nav-fixed .group-tel-btn .btn-web a {
    font-size: 13px;
  }
  .nav-fixed .group-tel-btn .btn-web a:after {
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav-fixed .logo {
    width: 150px;
  }
  .nav-fixed .nav {
    gap: 12px;
    font-size: 10px;
  }
  .nav-fixed .group-tel-btn .tel .sub-tel {
    font-size: 9px;
  }
  .nav-fixed .group-tel-btn .tel span {
    font-size: 15px;
  }
  .nav-fixed .group-tel-btn .btn-web {
    width: 110px;
  }
  .nav-fixed .group-tel-btn .btn-web a {
    font-size: 11px;
    border-radius: 20px;
    gap: 7px;
  }
  .nav-fixed .group-tel-btn .btn-web a:after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .nav-fixed .logo {
    width: 120px;
  }
  .nav-fixed .group-tel-btn .tel .sub-tel {
    font-size: 8px;
  }
  .nav-fixed .group-tel-btn .tel span {
    font-size: 13px;
  }
  .nav-fixed .group-tel-btn .btn-web {
    width: 105px;
  }
}
.hamburger {
  width: 56px;
  height: 56px;
  background: #FCCE00;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hamburger .hamburger-box {
  width: 24px;
  height: 16px;
}
.hamburger:after {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #000;
  margin: 5px 0 0;
}
.hamburger.is-active:after {
  display: none;
}

#menu-toggle {
  background: #fff;
  text-align: center;
  padding-top: 86px;
}
#menu-toggle .nav {
  font-size: 20px;
  line-height: 1.2;
}
#menu-toggle .nav li + li {
  margin-top: 20px;
}
#menu-toggle .nav li a {
  display: inline-block;
}
#menu-toggle .tel {
  margin: 60px 0 32px;
  line-height: 1;
}
#menu-toggle .tel .sub-tel {
  display: block;
  color: #1E4D8C;
  font-size: 16px;
  font-weight: 900;
}
#menu-toggle .tel span {
  display: block;
  font-size: 32px;
  font-weight: 900;
}
#menu-toggle .btn-web {
  width: 393px;
  margin: 0 auto;
  max-width: calc(100% - 25px);
}
#menu-toggle .btn-web a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  background: rgb(252, 206, 0);
  border: 3px solid #fff;
  padding: 0 27px;
  position: relative;
  border-radius: 45px;
  box-sizing: border-box;
  height: 81px;
  box-shadow: 4px 6px 0px #B8B8B8;
}
#menu-toggle .btn-web a::after {
  content: "";
  background: url("../img/shared/arrow2.png") no-repeat center/100% auto;
  width: 28px;
  height: 28px;
}
#menu-toggle .btn-web a::before {
  content: "";
  background: url("../img/shared/icon_mail.svg") no-repeat center/100% auto;
  width: 35px;
  height: 27px;
}

#ft-fixed {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.45);
}
#ft-fixed .inner {
  display: flex;
  padding: 10px;
  gap: 8px;
}
#ft-fixed p {
  width: calc(50% - 4px);
  box-sizing: border-box;
}
#ft-fixed p a {
  border: 3px solid #fff;
  border-radius: 7px;
  height: 60px;
  background: #fff;
}
#ft-fixed .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
#ft-fixed .tel a .sub-tel {
  color: #1E4D8C;
  font-size: 14px;
}
#ft-fixed .tel a span {
  font-size: 24px;
}
#ft-fixed .web a {
  background: #FCCE00;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.5;
}
#ft-fixed .web a small {
  font-size: 14px;
  color: #1E4D8C;
}
@media screen and (max-width: 400px) {
  #ft-fixed .tel a span {
    font-size: 22px;
  }
}

.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}

#footer {
  background: #fff;
  text-align: center;
  padding: 70px 20px 130px;
}
#footer .copyright {
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  margin: 50px 0 0;
}
#footer .tit {
  color: #EB6100;
  position: relative;
  z-index: 2;
  margin: 0 0 -30px;
  font-size: 16px;
}
#footer .logo {
  margin: 0 auto;
  width: 356px;
  max-width: calc(100% - 20px);
}
#footer .btn {
  width: 332px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
#footer .btn a {
  display: block;
  text-align: center;
  color: #fff;
  background: #EB6100;
  text-decoration: none;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 0 8px;
  transition: all 0.3s;
}
#footer .btn a:hover {
  opacity: 0.8;
}
#footer h2 {
  margin: 0 0 39px;
}
#footer .info {
  width: 694px;
  max-width: 100%;
  margin: 0 auto;
}
#footer .info dl {
  display: flex;
  padding: 0 0 10px 20px;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  border-bottom: 1px solid;
}
#footer .info dl + dl {
  margin-top: 20px;
}
#footer .info dl dt {
  font-weight: 700;
  color: #1E4D8C;
  width: 90px;
}
#footer .info dl dd {
  width: calc(100% - 90px);
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 111px 0 13px;
  }
  #footer .copyright {
    margin: 118px 0 0;
  }
  #footer .info {
    max-width: calc(100% - 40px);
  }
  #footer .info dl {
    padding: 0 0 10px 31px;
  }
  #footer .info dl + dl {
    margin-top: 20px;
  }
  #footer .info dl dt {
    width: 155px;
  }
  #footer .info dl dd {
    width: calc(100% - 155px);
  }
}