@charset "utf-8";
.header__wrap {
  width: 100%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.shortheader #header {
  position: sticky;
  height: auto;
  z-index: 1000;
  background-color: #fff;
}

.shortheader .inquiry-cont .inner, .inquiry.shortheader .inquiry-cont .inner {
  margin-top: 0;
}

.shortheader main.subpage {
  margin-top: 0;
}

.common-simple-bridge-header_innner {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

.common-simple-bridge-header_logo {
  width: 180px;
}

.common-simple-bridge-header_sp__inquiry,
.common-simple-bridge-header_sp__hamburger,
.common-simple-bridge-header_sp__navi {
  display: none;
}

@media only screen and (max-width: 768px) {
  .header__wrap {
    position: absolute;
    top: 0;
    z-index: 1000;
  }
  main {
    margin-top: 112px;
  }
  .subpage .inner {
    padding: 0;
  }
  .shortheader .pp, .inquiry.shortheader .pp {
    margin: 0 20px;
  }
  .inquiry.shortheader .line-title {
    margin-top: 82px;
  }
  .shortheader #header {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .common-simple-bridge-header_innner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .common-simple-bridge-header_sp__wrap {
    display: flex;
    gap: 20px;
  }
  .common-simple-bridge-header_sp__inquiry {
    display: block;
    width: 24px;
    height: 17px;
  }
  .common-simple-bridge-header_sp__hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 24px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    background-color: transparent;
    padding: 0;
  }
  .common-simple-bridge-header_sp__hamburger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #4D61DE;
    transition: all 0.5s ease;
  }
  .common-simple-bridge-header_sp__hamburger::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #4D61DE;
    transition: all 0.5s ease;
  }
  .common-simple-bridge-header_sp__hamburger.active::before {
    top: 50%;
    left: auto;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .common-simple-bridge-header_sp__hamburger.active::after {
    top: 50%;
    left: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .common-simple-bridge-header_sp__hamburger-text {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .common-simple-bridge-header_sp__hamburger-text::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 30px;
    height: 4px;
    border-radius: 50px;
    background-color: #4D61DE;
    transition: all 0.5s ease;
  }
  .common-simple-bridge-header_sp__hamburger.active .common-simple-bridge-header_sp__hamburger-text::before {
    display: none;
  }
  .common-simple-bridge-header_logo {
    width: 150px;
  }
  .common-simple-bridge-header.active .common-simple-bridge-header_sp__navi {
    display: block;
    width: 100%;
    background-color: #F4A608;
    padding: 30px 15px;
    color: #fff;
    text-align: center;
  }
  .common-simple-bridge-header_sp__navi .common-simple-bridge-header_sp__cta-text {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .common-simple-bridge-header_sp__cta-text::before {
    position: absolute;
    left: 5px;
    content: "";
    background-color: #fff;
    width: 2px;
    height: 20px;
    transform: rotate(-30deg);
  }
  .common-simple-bridge-header_sp__cta-text::after {
    position: absolute;
    right: 5px;
    content: "";
    background-color: #fff;
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
  }
  .common-simple-bridge-header_sp__cta-button {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #fff;
    background: #fcc26d;
    font-weight: bold;
    font-size: 17px;
    color: #222;
    width: 100%;
    height: 55px;
    padding: 15px 0;
    text-align: center;
  }
  .common-simple-bridge-header_sp__cta-button::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    content: "";
    width: 10px;
    height: 14px;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    z-index: 100;
  }
  .common-simple-bridge-header_sp__navi>.common-simple-bridge-header_sp__dl-list {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .common-simple-bridge-header_sp__navi>.common-simple-bridge-header_sp__dl-list>.common-simple-bridge-header_sp__dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
  }
  .common-simple-bridge-header_sp__navi>.common-simple-bridge-header_sp__dl-list>.common-simple-bridge-header_sp__dt::before {
    content: "";
    background: url(/asset/images/sp_tel.svg) no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
  }
  .common-simple-bridge-header_sp__navi>.common-simple-bridge-header_sp__dl-list>.common-simple-bridge-header_sp__dd {
    display: flex;
    margin-left: 0;
    gap: 15px;
    padding: 0;
  }
  .common-simple-bridge-header_sp__dd .common-simple-bridge-header_sp__dl-list {
    width: 100%;
    margin: 0;
  }
  .common-simple-bridge-header_sp__dd .common-simple-bridge-header_sp__dl-list .common-simple-bridge-header_sp__dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  }
  .common-simple-bridge-header_sp__dd {
    margin-left: 0;
  }
  .common-simple-bridge-header_sp__dd-link {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    max-width: 500px;
    margin-left: 0;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    padding: 15px 20px 15px 10px;
    background-color: #fcc26d;
    width: 100%;
  }
  .common-simple-bridge-header_sp__dd-link::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    background: url(/asset/images/ic_arrow_black.svg) no-repeat;
    content: "";
    width: 10px;
    height: 14px;
  }
  }