.container {
  min-height: 550px;
}

.top-banner2 {
  margin-top: 0;
}

li a[href="#a-subsidy"] {
  position: relative;
  z-index: 1;
  color: #fff;
}
li a[href="#a-subsidy"]:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -24px;
  right: -24px;
  background-color: #E88024;
  z-index: -1;
}

#service-sash {
  padding: 40px 0 80px;
}
#service-sash .sash-box {
  display: flex;
  align-items: center;
  max-width: 994px;
  width: 85%;
  gap: 4%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #service-sash .sash-box {
    flex-direction: column;
    gap: 20px;
  }
}
#service-sash .sash-box .left-container {
  width: 48%;
}
@media (max-width: 768px) {
  #service-sash .sash-box .left-container {
    width: 100%;
  }
}
#service-sash .sash-box .left-container .ttl-catch {
  text-align: center;
  color: #134588;
  font-size: 18px;
  font-weight: 600;
}
#service-sash .sash-box .left-container .ttl-frame {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #134588;
  border-radius: 20px;
  line-height: 39px;
  width: fit-content;
  margin: 15px auto;
  padding: 0 1em;
}
#service-sash .sash-box .left-container h1 {
  font-size: 46px;
  font-weight: 800;
  color: #134588;
  text-align: center;
  line-height: 50px;
  letter-spacing: 3px;
}
#service-sash .sash-box .left-container h1 span {
  font-size: 34px;
  letter-spacing: 0;
}
#service-sash .sash-box .left-container .sash-text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 23px;
  letter-spacing: 1px;
}
#service-sash .sash-box .left-container .sash-text span {
  font-size: 20px;
  color: #fff;
  background: #E88024;
  line-height: 28px;
  padding: 0 5px;
  margin-right: 3px;
}
#service-sash .sash-box .left-container .icon-area {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#service-sash .sash-box .left-container .icon-area .icon {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  background: radial-gradient(circle closest-side, #EFF7FF 100%, transparent 100%) no-repeat center;
}
#service-sash .sash-box .left-container .icon-area .icon p {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 800;
  color: #134588;
  line-height: 1.4;
  margin-top: 10px;
}
#service-sash .sash-box .left-container .icon-area .icon p .marker {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
#service-sash .sash-box .left-container .icon-area .icon p .marker:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #E88024;
}
#service-sash .sash-box .left-container .icon-area .icon p .upper {
  vertical-align: super;
  font-size: 0.5em;
}
#service-sash .sash-box .left-container .caption {
  font-size: 7px;
  font-weight: normal;
}
#service-sash .sash-box .right-container {
  width: 48%;
}
@media (max-width: 768px) {
  #service-sash .sash-box .right-container {
    width: 100%;
  }
}
#service-sash .sash-box .right-container .sash-cta {
  display: flex;
  justify-content: space-evenly;
  margin-top: 35px;
}
@media (max-width: 768px) {
  #service-sash .sash-box .right-container .sash-cta {
    flex-direction: column;
    gap: 20px;
  }
}
#service-sash .sash-box .right-container .sash-cta .sash-btn {
  width: 48%;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  color: #fff;
  background: #134588;
  border-radius: 30px;
  line-height: 55px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #service-sash .sash-box .right-container .sash-cta .sash-btn {
    width: 80%;
  }
}
#service-sash .sash-box .right-container .sash-cta .sash-btn.inquiry {
  background: #E88024;
  padding-right: 20px;
}
#service-sash .sash-box .right-container .sash-cta .sash-btn.inquiry:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.137 6.666'%3E%3Cpath d='M.627 3.861h5.409a.627.627 0 0 0 0-1.254H.627a.627.627 0 0 0 0 1.254z' fill='%23e88024'/%3E%3Cpath d='M3.808 6.666a.663.663 0 0 1-.469-1.132l2.2-2.2-2.2-2.2a.663.663 0 0 1 .938-.938l2.67 2.67a.663.663 0 0 1 0 .938l-2.67 2.67a.661.661 0 0 1-.469.192z' fill='%23e88024'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#service-sash .sash-box .right-container .sash-cta .sash-btn.download {
  background: #C9E3FF;
  color: #134588;
}
#service-sash .sash-box .right-container .sash-cta .sash-btn.download:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.367 15.156'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='10.593' height='9.653' fill='none' stroke='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(11.509) rotate(90)'%3E%3Cpath d='M8.975 1.816H.932A.92.92 0 0 1 0 .908.92.92 0 0 1 .932 0h8.043a.92.92 0 0 1 .932.908.92.92 0 0 1-.932.908z' transform='translate(-.001 3.919)' fill='%23134588'/%3E%3Cpath d='M.96 9.653a.96.96 0 0 1-.679-1.639L3.469 4.826.281 1.639A.96.96 0 0 1 1.639.281l3.866 3.867a.96.96 0 0 1 0 1.358L1.639 9.372a.957.957 0 0 1-.679.281z' transform='translate(4.807)' fill='%23134588'/%3E%3C/g%3E%3Cpath d='M1 11.593v2.563h11.367v-2.562' fill='none' stroke='%23134588' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.bottomfix_sash {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  border-top: 2px solid #E88024;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
}
.bottomfix_sash.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
}
.bottomfix_sash .bottomfix_container {
  width: 600px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .bottomfix_sash .bottomfix_container {
    width: 100%;
  }
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn {
  width: 280px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 700;
  color: #fff;
  background: #E88024;
  border-radius: 30px;
  line-height: 55px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .bottomfix_sash .bottomfix_container .sash-bottom-btn {
    width: 47%;
  }
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn.inquiry {
  background: #E88024;
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn.inquiry:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.916' height='22.078' viewBox='0 0 24.916 22.078'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='%E9%95%B7%E6%96%B9%E5%BD%A2_3912' width='24.916' height='22.078' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15079'%3E%3Cg id='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15078' clip-path='url(%23clip-path)'%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44253' d='M23.134,22.078a.625.625,0,0,1-.164-.022L17.541,20.6a14.022,14.022,0,0,1-5.083.935C5.588,21.537,0,16.707,0,10.769S5.588,0,12.458,0,24.916,4.831,24.916,10.769A9.72,9.72,0,0,1,22.6,17.019l1.142,4.261a.633.633,0,0,1-.612.8M17.5,19.3a.64.64,0,0,1,.164.022l4.571,1.225-.944-3.523a.633.633,0,0,1,.136-.582,8.522,8.522,0,0,0,2.219-5.675c0-5.239-5.02-9.5-11.191-9.5S1.267,5.529,1.267,10.769s5.02,9.5,11.191,9.5a12.744,12.744,0,0,0,4.807-.921A.634.634,0,0,1,17.5,19.3' fill='%23fff'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44254' d='M26.769,17.267H16.633a.633.633,0,0,1,0-1.267H26.769a.633.633,0,0,1,0,1.267' transform='translate(-9.243 -9.243)' fill='%23fff'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44255' d='M26.769,25.267H16.633a.633.633,0,0,1,0-1.267H26.769a.633.633,0,1,1,0,1.267' transform='translate(-9.243 -13.865)' fill='%23fff'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44256' d='M23.39,33.267H16.633a.633.633,0,1,1,0-1.267H23.39a.633.633,0,1,1,0,1.267' transform='translate(-9.243 -18.487)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .bottomfix_sash .bottomfix_container .sash-bottom-btn.inquiry:before {
    display: none;
  }
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn.inquiry:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.137 6.666'%3E%3Cpath d='M.627 3.861h5.409a.627.627 0 0 0 0-1.254H.627a.627.627 0 0 0 0 1.254z' fill='%23e88024'/%3E%3Cpath d='M3.808 6.666a.663.663 0 0 1-.469-1.132l2.2-2.2-2.2-2.2a.663.663 0 0 1 .938-.938l2.67 2.67a.663.663 0 0 1 0 .938l-2.67 2.67a.661.661 0 0 1-.469.192z' fill='%23e88024'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .bottomfix_sash .bottomfix_container .sash-bottom-btn.inquiry:after {
    display: none;
  }
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn.download {
  background: #C9E3FF;
  color: #134588;
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn.download:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 45px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='28' viewBox='0 0 22 28'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='%E9%95%B7%E6%96%B9%E5%BD%A2_3913' width='22' height='28' transform='translate(0 0.443)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15081' transform='translate(0 -0.443)'%3E%3Cg id='%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_15080' clip-path='url(%23clip-path)'%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44257' d='M14.222,28.443H.723A.723.723,0,0,1,0,27.72v-27A.723.723,0,0,1,.723,0H20.971a.723.723,0,0,1,.723.723V20.971H20.248V1.446H1.446V27H14.222Z' fill='%2300346f'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44258' d='M28.723,50.2A.723.723,0,0,1,28,49.472V42.723A.723.723,0,0,1,28.723,42h6.749a.723.723,0,0,1,.511,1.235l-6.749,6.749a.724.724,0,0,1-.511.212m.723-6.749v4.28l4.28-4.28Z' transform='translate(-14.501 -21.752)' fill='%2300346f'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44259' d='M21.222,14.571H7.723a.723.723,0,1,1,0-1.446h13.5a.723.723,0,1,1,0,1.446' transform='translate(-3.625 -6.798)' fill='%2300346f'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44260' d='M21.222,21.571H7.723a.723.723,0,1,1,0-1.446h13.5a.723.723,0,1,1,0,1.446' transform='translate(-3.625 -10.423)' fill='%2300346f'/%3E%3Cpath id='%E3%83%B3%E3%83%BC%E3%83%8E_44261' d='M17.847,28.571H7.723a.723.723,0,0,1,0-1.446H17.847a.723.723,0,1,1,0,1.446' transform='translate(-3.625 -14.048)' fill='%2300346f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.bottomfix_sash .bottomfix_container .sash-bottom-btn.download:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.367 15.156'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='10.593' height='9.653' fill='none' stroke='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(11.509) rotate(90)'%3E%3Cpath d='M8.975 1.816H.932A.92.92 0 0 1 0 .908.92.92 0 0 1 .932 0h8.043a.92.92 0 0 1 .932.908.92.92 0 0 1-.932.908z' transform='translate(-.001 3.919)' fill='%23134588'/%3E%3Cpath d='M.96 9.653a.96.96 0 0 1-.679-1.639L3.469 4.826.281 1.639A.96.96 0 0 1 1.639.281l3.866 3.867a.96.96 0 0 1 0 1.358L1.639 9.372a.957.957 0 0 1-.679.281z' transform='translate(4.807)' fill='%23134588'/%3E%3C/g%3E%3Cpath d='M1 11.593v2.563h11.367v-2.562' fill='none' stroke='%23134588' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=service-sash.css.map */
