@charset "UTF-8";
@media (max-width: 896px) {
  header {
    position: absolute;
  }
}

/*　補助金 */
/* ============================================ */
.main-subsidy .sec-mv {
  padding: 0 30px;
  height: 560px;
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv {
    padding: 0;
    height: 265px;
  }
}
.main-subsidy .sec-mv .ttl-child {
  display: flex;
  align-items: center;
  padding: 0 0 60px;
  max-width: 1000px;
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv .ttl-child {
    margin: 60px 25px 10px;
    padding: 20px 0;
    font-size: 16px;
  }
}
.main-subsidy .sec-mv .ttl-child span {
  margin: 0 0 0 30px;
  /* color: #fff; */
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv .ttl-child span {
    margin: 0 0 0 10px;
    color: #004da0;
    font-size: 10px;
    line-height: 1;
  }
}
.main-subsidy .sec-mv::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  min-width: 687px;
  width: 57%;
  height: 100%;
  max-height: 720px;
  background: #ffd64b;
  content: "";
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv::after {
    min-width: inherit;
    width: 64%;
    height: 335px;
  }
}
.main-subsidy .sec-mv .ttl-main {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  height: 405px;
  background: url(../img/subsidy/fv.svg) no-repeat 0 50%;
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv .ttl-main {
    padding: 0 35px;
    height: 150px;
    background-position: calc(100% - 200px) 50%;
    background-size: contain;
  }
}
.main-subsidy .sec-mv .ttl-main .ttl-ja {
  width: 420px;
  font-weight: bold;
  font-size: 60px;
  line-height: 86px;
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv .ttl-main .ttl-ja {
    width: 130px;
    font-size: 25px;
    line-height: 35px;
  }
}
.main-subsidy .sec-mv .ttl-main .ttl-en {
  width: 420px;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
}
@media (max-width: 896px) {
  .main-subsidy .sec-mv .ttl-main .ttl-en {
    margin: 8px 0 0 0;
    width: 130px;
    font-size: 23px;
  }
}
.main-subsidy .desc {
  padding: 132px 0;
  background-image: url("../img/subsidy/flag-01.png");
  background-position: calc(50% - 420px) 100%;
  background-repeat: no-repeat;
}
@media (max-width: 896px) {
  .main-subsidy .desc {
    padding: 56px 35px 104px;
    background-position: 25px 100%;
    background-size: 107.66px 162.74px;
  }
}
.main-subsidy .desc .desc__ttl {
  text-align: left;
}
@media (max-width: 896px) {
  .main-subsidy .desc .desc__ttl {
    text-align: center;
  }
}
.main-subsidy .subsidy {
  padding: 144px 30px 168px;
  background: url(../img/subsidy/wave.svg) no-repeat 0 157px;
}
@media (max-width: 896px) {
  .main-subsidy .subsidy {
    padding: 88px 35px 128px;
    background: none;
  }
}
.main-subsidy .subsidy .subsidy__inner {
  margin: 0 auto;
  max-width: 860px;
}
.main-subsidy .subsidy .subsidy__ttl-en {
  color: #28649a;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.main-subsidy .subsidy .subsidy__ttl-ja {
  margin: 24px 0 64px 0;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
@media (max-width: 896px) {
  .main-subsidy .subsidy .subsidy__ttl-ja {
    margin: 16px 0 64px 0;
    font-size: 25px;
  }
}
.main-subsidy .subsidy .subsidy__ttl-sub {
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 896px) {
  .main-subsidy .subsidy .subsidy__ttl-sub {
    font-size: 16px;
  }
}
.main-subsidy .subsidy .subsidy__ttl-sub::before {
  margin: 0 20px 0 0;
  color: #28649a;
  content: "■";
}
@media (max-width: 896px) {
  .main-subsidy .subsidy .subsidy__ttl-sub::before {
    margin: 0 10px 0 0;
  }
}
.main-subsidy .subsidy .subsidy__txt {
  margin: 32px 0 128px 0;
  font-size: 18px;
  line-height: 40px;
}
@media (max-width: 896px) {
  .main-subsidy .subsidy .subsidy__txt {
    margin: 24px 0 40px 0;
    font-size: 14px;
    line-height: 25px;
  }
}
.main-subsidy .subsidy .subsidy__list {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  margin: 48px 0 0 0;
}
@media (max-width: 896px) {
  .main-subsidy .subsidy .subsidy__list {
    gap: 15px;
    flex-direction: column;
    margin: 24px 0 0 8px;
  }
}
.main-subsidy .subsidy .subsidy__list li {
  display: flex;
  align-items: center;
  padding: 0 0 0 60px;
  min-height: 42px;
  width: 35%;
  background: url("../img/common/ico-pdf.svg") no-repeat 0 50%;
  font-size: 20px;
}
@media (max-width: 896px) {
  .main-subsidy .subsidy .subsidy__list li {
    padding: 0 0 0 50px;
    min-height: 35px;
    width: auto;
    background-size: auto 35px;
    font-size: 16px;
  }
}
.main-subsidy .subsidy .subsidy__list li:hover {
  text-decoration: underline;
}
.main-subsidy .app {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 30px 170px;
}
@media (max-width: 896px) {
  .main-subsidy .app {
    padding: 0 35px 128px;
  }
}
.main-subsidy .app::before {
  position: absolute;
  top: -175px;
  z-index: -1;
  width: 100%;
  height: 805px;
  background: url("../img/subsidy/line-01.png") no-repeat 50% 50%/100% 100%;
  content: "";
}
@media (max-width: 896px) {
  .main-subsidy .app::before {
    top: -72px;
    width: 100%;
    height: 1195px;
    background: url("../img/subsidy/line-01_sp.png") no-repeat 50% 50%/100% 100%;
  }
}
.main-subsidy .app::after {
  position: absolute;
  bottom: 338px;
  z-index: -1;
  width: 100%;
  height: 1596px;
  background: url("../img/subsidy/line-02.png") no-repeat 50% 50%/100% 100%;
  content: "";
}
@media (max-width: 896px) {
  .main-subsidy .app::after {
    bottom: 130px;
    width: 100%;
    height: 1195px;
    background: url("../img/subsidy/line-02_sp.png") no-repeat 50% 50%/100% 100%;
  }
}
.main-subsidy .app .app__inner {
  margin: 0 auto;
  padding: 80px;
  max-width: 960px;
  border: 6px solid #28649a;
  background: #fff;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__inner {
    padding: 32px 24px 16px 24px;
    max-width: inherit;
    width: 100%;
  }
}
.main-subsidy .app .app__ttl-en {
  color: #28649a;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__ttl-en {
    white-space: nowrap;
    font-size: 18px;
  }
}
.main-subsidy .app .app__ttl-ja {
  margin: 24px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__ttl-ja {
    margin: 13px 0 0 0;
    font-size: 25px;
  }
}
.main-subsidy .app .app__ttl-sub {
  margin: 88px 0 0 0;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__ttl-sub {
    margin: 40px 0 0 0;
    font-size: 16px;
  }
}
.main-subsidy .app .app__ttl-sub::before {
  margin: 0 20px 0 0;
  color: #28649a;
  content: "■";
}
@media (max-width: 896px) {
  .main-subsidy .app .app__ttl-sub::before {
    margin: 0 10px 0 0;
  }
}
.main-subsidy .app .app__txt {
  margin: 24px 0 0 0;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__txt {
    text-align: left;
    font-size: 14px;
  }
}
.main-subsidy .app .app__notes {
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__notes {
    margin: 24px 0 0 0;
    font-size: 14px;
    line-height: 30px;
  }
}
.main-subsidy .app .blue {
  color: #28649a;
}
.main-subsidy .app .app__btn-dl {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  margin: 16px 0 56px 0;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__btn-dl {
    gap: 16px;
    margin: 16px 0 40px 0;
  }
}
.main-subsidy .app .app__btn-dl a {
  display: block;
  padding: 28px 64px 28px 28px;
  width: 374px;
  background: url("../img/common/ico-download.svg") no-repeat calc(100% - 30px) 50%;
  background-color: #28649a;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__btn-dl a {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 16px 48px 16px 16px;
    min-height: 72px;
    width: 100%;
    background-position: calc(100% - 24px) 50%;
    background-size: 24px auto;
    font-size: 14px;
    line-height: 20px;
  }
}
.main-subsidy .app .app__btn-dl a:hover {
  background-color: #50a9cc;
}
.main-subsidy .app .app__btn-dl p {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 896px) {
  .main-subsidy .app .app__btn-dl p {
    font-size: 12px;
    line-height: 20px;
  }
}
.main-subsidy .result {
  padding: 88px 30px 132px;
  background: #ceeaf4;
}
@media (max-width: 896px) {
  .main-subsidy .result {
    padding: 56px 35px 56px;
  }
}
.main-subsidy .result .result__inner {
  position: relative;
  margin: 0 auto;
  padding: 72px 40px 96px;
  max-width: 1064px;
  background: #fff;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__inner {
    padding: 40px 30px 75px 30px;
  }
}
.main-subsidy .result .result__inner::before {
  position: absolute;
  top: -88px;
  left: -56px;
  width: 290.63px;
  height: 261.23px;
  background: url("../img/subsidy/gear.svg") no-repeat 50% 50%/contain;
  content: "";
}
@media (max-width: 896px) {
  .main-subsidy .result .result__inner::before {
    top: -48px;
    left: -35px;
    width: 105.04px;
    height: 134.11px;
    background: url("../img/subsidy/gear-sp.svg") no-repeat 50% 50%/contain;
  }
}
.main-subsidy .result .result__inner::after {
  position: absolute;
  right: -88px;
  bottom: -132px;
  width: 238px;
  height: 236px;
  background: url("../img/subsidy/flag-02.svg") no-repeat 50% 50%/cover;
  content: "";
}
@media (max-width: 896px) {
  .main-subsidy .result .result__inner::after {
    right: -20px;
    bottom: -56px;
    width: 120px;
    height: 120px;
  }
}
.main-subsidy .result .result__ttl-en {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.main-subsidy .result .result__ttl-ja {
  margin: 24px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 45px;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__ttl-ja {
    margin: 16px 0 0 0;
    font-size: 25px;
  }
}
.main-subsidy .result .result__txt {
  margin: 48px 0 0 0;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__txt {
    margin: 24px 0 0 0;
    font-size: 14px;
    line-height: 25px;
  }
}
.main-subsidy .result .result__list {
  display: flex;
  gap: 40px;
  flex-direction: column;
  margin: 72px auto 0;
  max-width: 800px;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list {
    margin: 40px auto 0;
  }
}
.main-subsidy .result .result__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list li {
    align-items: flex-start;
    flex-direction: column;
  }
}
.main-subsidy .result .result__list .ttl {
  width: 200px;
  font-size: 25px;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list .ttl {
    width: auto;
    font-size: 16px;
  }
}
.main-subsidy .result .result__list .ttl::before {
  margin: 0 20px 0 0;
  color: #28649a;
  content: "■";
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list .ttl::before {
    margin: 0 10px 0 0;
  }
}
.main-subsidy .result .result__list .txt {
  width: 250px;
  font-size: 25px;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list .txt {
    margin: 16px 0 16px 28px;
    width: auto;
    font-size: 16px;
  }
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list .btn--blue {
    width: 100%;
  }
}
.main-subsidy .result .result__list .btn--blue a {
  width: 247px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
}
@media (max-width: 896px) {
  .main-subsidy .result .result__list .btn--blue a {
    margin: 0 auto;
    width: 210px;
    height: 40px;
  }
}