@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/* 上から降りてくるヘッダー */
#header {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.08);
}
@media screen and (max-width: 1023px) {
  #header {
    height: 50px;
    display: flex;
    align-items: center;
  }
}

.logo-wrap {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .logo-wrap {
    padding-left: 20px;
  }
}
.logo-wrap img {
  width: 220px;
}
@media screen and (max-width: 1023px) {
  .logo-wrap img {
    width: 150px;
    transition: 0.3s;
  }
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-wrapper {
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1023px) {
  .nav-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.header-nav {
  padding: 18px 0 13px;
}
@media screen and (max-width: 1023px) {
  .header-nav {
    width: 100%;
    height: 100%;
    background-color: #3D56A8;
    padding: 110px 40px 129px;
    position: relative;
    z-index: 15;
  }
}
.header-nav-tel-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3px;
}
@media screen and (max-width: 1023px) {
  .header-nav-tel-wrapper {
    display: none;
  }
}
.header-nav-tel-wrapper span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #3D56A8;
  padding: 3px 3.7px 4px;
  border-radius: 2px;
  height: fit-content;
}
.header-nav-tel-wrapper span:first-of-type {
  margin-right: 3px;
}
.header-nav__tel {
  margin-right: 15px;
}
.header-nav__tel a {
  font-size: 1.6875rem;
  position: relative;
  padding-left: 29px;
}
.header-nav__tel a::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/icon-tel.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .header-nav.navbar-nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.header-nav-link-wrapper ul {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .header-nav-link-wrapper ul {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-link-wrapper ul li {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-link-wrapper ul li:not(:last-of-type) {
    border-bottom: 1px solid #FFFFFF;
  }
}
.header-nav-link-wrapper ul li a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 1023px) {
  .header-nav-link-wrapper ul li a {
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
    padding-bottom: 20px;
    color: #FFFFFF;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav ul li {
    position: relative;
  }
}

.header-logo__sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-logo__sp {
    display: block;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 999;
    width: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .header-contact-wrapper {
    background-color: #3D56A8;
    width: 146px;
    text-align: center;
    margin: 0 auto;
  }
}
.header-contact-wrapper--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-contact-wrapper--sp {
    display: block;
    width: 295px;
  }
}
.header-contact-wrapper a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .header-contact-wrapper a {
    background-color: #FFFFFF;
    border-radius: 100vw;
    font-size: 1rem;
    color: #3D56A8;
    line-height: 1.625;
    padding: 22.5px 0;
  }
}
.header-contact-wrapper a span {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .header-contact-wrapper a span {
    padding-left: 25px;
  }
}
.header-contact-wrapper a span::before {
  content: "";
  width: 14px;
  height: 19px;
  background: url(../img/icon-calculator.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .header-contact-wrapper a span::before {
    width: 17px;
    height: 23px;
    background: url(../img/icon-calculator-blue.svg) no-repeat center center/contain;
  }
}

#nav-tgl {
  display: none;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .burger-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #3D56A8;
  }
}

@media screen and (max-width: 1023px) {
  .burger-btn_close {
    z-index: 995;
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  .bar {
    width: 20px;
    height: 1.5px;
    border-radius: 100vw;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    transition: 0.2s;
    visibility: visible;
  }
}
@media screen and (max-width: 1023px) {
  .bar_top {
    top: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .bar_mid {
    top: 49%;
  }
}
@media screen and (max-width: 1023px) {
  .bar_bottom {
    bottom: 18px;
  }
}

.menu-black-bg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
  }
}
.menu-black-bg.blackBg_active {
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .nav-open .nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.nav-open .nav-wrapper .header-nav {
  overflow-y: inherit;
}
@media screen and (max-width: 1023px) {
  .nav-open .nav-wrapper .header-nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn .bar_top {
    transform: translate(-50%, 8px) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn .bar_bottom {
    transform: translate(-50%, -4.5px) rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn_close {
    z-index: 1;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .nav-open .burger-btn_open {
    z-index: 995;
    opacity: 1;
  }
}
.nav-open .menu-black-bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .nav-open .menu-black-bg {
    opacity: 0.3;
    visibility: visible;
  }
}

.fixed-wrapper {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  width: 58px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 50%;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .fixed-wrapper {
    display: none;
  }
}
.fixed-wrapper.pagetop-fadein {
  opacity: 1;
  pointer-events: auto;
}
.fixed-cta-wrapper {
  background-color: #5AC363;
}
.fixed-cta-wrapper a {
  color: #FFFFFF;
  font-size: 0.875rem;
  writing-mode: vertical-rl;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-cta-link-inner {
  position: relative;
  padding-top: 29px;
  padding-bottom: 32px;
}
.fixed-cta-link-inner::before {
  content: "";
  width: 14px;
  height: 19px;
  background: url(../img/icon-calculator.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
.fixed-cta-link-inner::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icon-arrow-circled.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.fixed-totop-wrapper {
  background-color: #3D56A8;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.fixed-totop-wrapper:hover {
  opacity: 0.7;
  cursor: pointer;
}

.footer {
  background-color: #333333;
  color: #FFFFFF;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .container-1046 {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
.footer-top-wrapper {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 97px;
}
@media screen and (max-width: 767px) {
  .footer-top-wrapper {
    padding-bottom: 2.6666666667vw;
  }
}
.footer-inner {
  display: flex;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1279px) {
  .footer-inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.footer-logo-wrapper, .footer-link-wrapper, .footer-info-wrapper {
  padding: 0 50px;
}
@media screen and (max-width: 1279px) {
  .footer-logo-wrapper, .footer-link-wrapper, .footer-info-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo-wrapper, .footer-link-wrapper, .footer-info-wrapper {
    padding: 0;
  }
}
.footer-logo-wrapper {
  width: 27.84%;
}
@media screen and (max-width: 767px) {
  .footer-logo-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo-wrapper img {
    width: 26.1333333333vw;
  }
}
.footer-link-wrapper {
  width: 34.5%;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .footer-link-wrapper {
    width: 100%;
    padding-top: 0;
  }
}
.footer-info-wrapper {
  width: 37.66%;
}
@media screen and (max-width: 767px) {
  .footer-info-wrapper {
    width: 100%;
  }
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 65px;
}
@media screen and (max-width: 767px) {
  .footer-link {
    row-gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-item:not(:last-of-type) {
    border-bottom: 0.2666666667vw solid #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-item:not(:last-of-type) a {
    padding-bottom: 5.3333333333vw;
  }
}
.footer-link-item a {
  font-size: 1.125rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer-link-item a {
    font-size: 4.2666666667vw;
    display: block;
  }
}
.footer-info__company-name {
  font-weight: 500;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .footer-info__company-name {
    font-size: 4.2666666667vw;
  }
}
.footer-info__company-info {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .footer-info__company-info {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    margin-bottom: 16vw;
  }
}
.footer-copy-wrapper {
  text-align: center;
  padding-top: 18px;
}
.footer-copy-wrapper small {
  font-family: Arial;
  font-size: 0.75rem;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copy-wrapper small {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn-wrapper {
    width: 100%;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn-wrapper a {
    font-size: 4.2666666667vw;
    background-color: #FFFFFF;
    border-radius: 100vw;
    display: block;
    text-align: center;
    color: #333333;
    padding: 6.1333333333vw 0 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn-wrapper a span {
    position: relative;
    padding-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn-wrapper a span::before {
    content: "";
    width: 4.5333333333vw;
    height: 6.1333333333vw;
    background: url(../img/icon-calculator-black.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__link a {
    font-size: 2.6666666667vw;
  }
}

.fixed-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: rgba(51, 51, 51, 0.9);
    padding: 4vw 5.3333333333vw;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    visibility: visible;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta.pagetop-fadein {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list {
    display: flex;
    margin-left: -0.6666666667vw;
    margin-right: -0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item {
    padding: 0 0.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item a {
    display: block;
    border-radius: 1.0666666667vw;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--tel {
    width: 50.6%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--tel a {
    background-color: #ECEFF8;
    padding: 2.1333333333vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--email, .fixed-cta-list__item--line {
    width: 24.7%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--email a, .fixed-cta-list__item--line a {
    padding: 2.1333333333vw;
    display: flex;
    align-items: flex-end;
    font-size: 3.2vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--email a::before, .fixed-cta-list__item--line a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--email a {
    color: #3D56A8;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--email a::before {
    width: 5.0666666667vw;
    height: 4.2666666667vw;
    background: url(../img/icon-mail.svg) no-repeat center center/contain;
    top: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--line a {
    color: #FFFFFF;
    background-color: #5AC363;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list__item--line a::before {
    width: 5.6vw;
    height: 5.3333333333vw;
    background: url(../img/icon-line.svg) no-repeat center center/contain;
    top: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list-tel-top span {
    font-family: "Kosugi Maru", sans-serif;
    font-size: 3.7333333333vw;
    position: relative;
    padding-left: 5.0666666667vw;
    margin-bottom: 1.0666666667vw;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta-list-tel-top span::before {
    content: "";
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background: url(../img/icon-tel.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
  }
}
.fixed-cta-list-tel-bottom {
  display: flex;
  gap: 0.8vw;
}
.fixed-cta-list-tel__txt-free, .fixed-cta-list-tel__txt-time {
  font-size: 2.6666666667vw;
  padding: 0.5333333333vw 0.8vw 0.2666666667vw;
  border-radius: 0.5333333333vw;
}
.fixed-cta-list-tel__txt-free {
  color: #FFFFFF;
  background-color: #3D56A8;
}
.fixed-cta-list-tel__txt-time {
  color: #3D56A8;
  background-color: #FFFFFF;
  border: 0.2666666667vw solid #3D56A8;
}/*# sourceMappingURL=style-nav.css.map */