<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*/ 可変対応 /*/
/*/ ブレイクポイント /*/
/*/ フォント /*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, figure, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

svg, img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

/*/ all set /*/
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 751px) {
  html {
    font-size: min(0.91vw, 10px);
    scroll-padding-top: 13rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.334vw;
    scroll-padding-top: 8rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  word-break: break-all;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.5rem;
  }
}
body.bg-active {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
}

/*/ common /*/
.center {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .sp-left {
    text-align: left;
  }
}

.txt01 {
  font-size: 2.1rem;
  line-height: 4.2rem;
}
@media screen and (max-width: 750px) {
  .txt01 {
    font-size: 3.1rem;
    line-height: 6rem;
  }
}

.l-ttl01 {
  margin: 6rem auto 0;
  padding-bottom: 4rem;
  width: 92rem;
  border-bottom: 2px solid #ccc;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .l-ttl01 {
    margin: 4rem auto 0;
    padding-bottom: 3rem;
    width: 100%;
    font-size: 3.3rem;
  }
}

.hov-link:hover {
  text-decoration: underline;
  color: #999;
}

/*/ body start /*/
@media screen and (min-width: 751px) {
  .bg {
    background-image: url(../img/bg-w.png);
  }
}

.container {
  margin: 0 auto;
  padding-bottom: 8rem;
  max-width: 110rem;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 100%;
    width: 70.8rem;
  }
}

.kv {
  padding-top: 6rem;
  -webkit-animation-name: anm-kv;
          animation-name: anm-kv;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .kv {
    margin: 0 calc(50% - 50vw);
    padding-top: 8rem;
    width: 100vw;
  }
}
@-webkit-keyframes anm-kv {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes anm-kv {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.search {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .search {
    margin-top: 4rem;
  }
}
.search__lead {
  padding-bottom: 0.3rem;
  width: 43.5rem;
  display: inline-block;
  border-bottom: 2px solid #76beea;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .search__lead {
    font-size: 2.9rem;
  }
}
.search__box {
  margin: 6rem auto 0;
  padding: 4rem 3.5rem;
  width: 96rem;
  background-image: url(../img/bg-b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.8rem;
}
@media screen and (max-width: 750px) {
  .search__box {
    margin: 3rem auto 0;
    padding: 4rem 3rem;
    width: 100%;
    border-radius: 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  .search__box.layer {
    padding: 4rem 6rem 4rem 3.5rem;
  }
}
.search__box.illust {
  position: relative;
}
.search__box.illust::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .search__box.illust01::before {
    width: 28.9rem;
    height: 13.4rem;
    background-image: url(../img/award/img01.png);
    inset: -2.2rem 3.3rem auto auto;
  }
}
@media screen and (min-width: 751px) {
  .search__box.illust02::before {
    width: 31.2rem;
    height: 16.4rem;
    background-image: url(../img/budget/img01.png);
    inset: -4rem auto auto -2rem;
  }
}
.search__ttl &gt; h2 {
  margin-bottom: 3rem;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .search__ttl &gt; h2 {
    margin-bottom: 2rem;
    font-size: 3.3rem;
  }
}

.slc {
  margin-top: 3rem;
}
.slc + .slc {
  margin-top: 0;
}
.slc.t-border {
  border-top: 2px solid #fff;
}
.slc.t-border.illust {
  position: relative;
}
.slc.t-border.illust::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .slc.t-border.illust01::before {
    width: 25.1rem;
    height: 11.7rem;
    background-image: url(../img/award/img01.png);
    inset: auto -1.2rem -10.7rem auto;
  }
}
@media screen and (max-width: 750px) {
  .slc.t-border.illust02::before {
    width: 24.3rem;
    height: 12.7rem;
    background-image: url(../img/budget/img01.png);
    inset: -4rem 1rem auto auto;
  }
}
@media screen and (min-width: 751px) {
  .slc.b-border {
    border-bottom: 2px solid #fff;
  }
}
.slc__ttl {
  padding-top: 3rem;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .slc__ttl {
    padding-top: 3.5rem;
    font-size: 2.6rem;
  }
}
.slc__ttl &gt; span {
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .slc__ttl &gt; span {
    font-size: 2.2rem;
  }
}
.slc__ttl + .tag-box {
  padding-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .slc__ttl + .tag-box {
    padding-top: 3rem;
  }
}
.slc__pnl {
  display: grid;
  grid-template-columns: repeat(3, 26.8rem);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 3rem;
}
@media screen and (max-width: 750px) {
  .slc__pnl {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}
.slc__pnl &gt; .tag-box {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .slc__pnl &gt; .tag-box {
    padding-top: 2.5rem;
  }
}

.tag-box {
  padding: 3rem 0;
}
@media screen and (max-width: 750px) {
  .tag-box {
    padding: 3.5rem 0;
  }
}
.tag-box.flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 2rem;
}
@media screen and (max-width: 750px) {
  .tag-box.flx {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.tag-box &gt; .slc__ttl {
  padding-top: 0;
}
.tag-box.layer &gt; li {
  padding-top: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .tag-box.layer &gt; li {
    padding-top: 2rem;
  }
}
.tag-box.layer.border {
  position: relative;
}
.tag-box.layer.border::before, .tag-box.layer.border::after {
  width: 2rem;
  height: 85%;
  border-right: 2px dashed #fff;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .tag-box.layer.border::before {
    content: "";
    inset: auto auto 0 -3.5rem;
  }
}
@media screen and (min-width: 751px) {
  .tag-box.layer.border::after {
    content: "";
    inset: auto -2rem 0 auto;
  }
}

.chk-btn {
  display: inline-block;
  height: 100%;
}

.no-tag {
  margin: 4rem auto 0;
  text-align: center;
  font-size: 1.8rem;
  color: #d13543;
}
@media screen and (max-width: 750px) {
  .no-tag {
    font-size: 2.6rem;
  }
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input:checked + .all-tag {
  border: none;
  background-image: url(../img/btn-y.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 130% 130%;
}

input:checked + .tag {
  background-color: #999;
  color: #fff;
}

.all-tag {
  margin: 0 auto;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 1.5rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .all-tag {
    height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 2.8rem;
  }
}
.all-tag.wid01 {
  width: 15rem;
}
@media screen and (max-width: 750px) {
  .all-tag.wid01 {
    width: 20.8rem;
  }
}
.all-tag.wid02 {
  width: 21rem;
}
@media screen and (max-width: 750px) {
  .all-tag.wid02 {
    width: 32.5rem;
  }
}

.tag {
  padding: 0.6rem 2rem;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 500;
  text-indent: -0.55em;
  padding-left: 2em;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .tag {
    padding: 1rem 3rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

.is-hide {
  display: none;
}

/*/ top to scroll /*/
.to-top {
  position: fixed;
  inset: auto 2rem 5rem auto;
  z-index: 999;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 750px) {
  .to-top {
    inset: auto 4rem 5rem auto;
    opacity: 0;
    visibility: hidden;
  }
}
.to-top &gt; a img {
  width: 6rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .to-top &gt; a img {
    width: 9.6rem;
  }
}
@media screen and (max-width: 750px) {
  .to-top.is-active {
    opacity: 1;
    visibility: visible;
  }
}

/*/ header /*/
.head {
  margin: 0 auto;
  padding: 1rem 3rem;
  width: 110rem;
  height: 6rem;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 750px) {
  .head {
    margin: 0 calc(50% - 52.8vw);
    width: 100vw;
    padding: 1rem 2.5rem;
    height: 8rem;
  }
}
.head__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__logo {
  width: 14rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .head__logo {
    width: 23.2rem;
  }
}

@media screen and (max-width: 750px) {
  .hum {
    margin-left: auto;
    width: 5rem;
    height: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../img/hum-open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .hum.is-active {
    background-image: url(../img/hum-close.svg);
  }
}

@media screen and (min-width: 751px) {
  .menu {
    margin-left: auto;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .menu {
    display: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 8rem;
    left: 0;
    z-index: 9999;
  }
  .menu.is-open {
    display: block;
    top: 8rem;
  }
}
@media screen and (min-width: 751px) {
  .menu &gt; ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .menu &gt; ul {
    padding: 7.5rem 0;
    height: 100vh;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 750px) {
  .menu__ttl {
    margin: 0 auto 7.5rem;
    width: 26.6rem;
  }
}
@media screen and (min-width: 751px) {
  .menu__links {
    padding: 2rem 0;
    width: 26.6rem;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
.menu__link {
  margin: 0 auto;
  padding: 1.5rem 2rem;
  width: 24rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .menu__link {
    padding: 2.5rem 3rem;
    width: 54rem;
  }
}
.menu__link + .menu__link {
  border-bottom: 2px solid #76beea;
}
.menu__link:first-of-type {
  border-top: 2px solid #76beea;
  border-bottom: 2px solid #76beea;
}
@media screen and (min-width: 751px) {
  .menu__link &gt; a:hover {
    text-decoration: underline;
    color: #999;
  }
}
.menu__link &gt; a.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__link &gt; a.arrow::after {
  content: "";
  margin-top: 0.1em;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu__link &gt; a.arrow.arrow::after {
  width: 1rem;
  height: 0.7rem;
  background-image: url(../img/arrow01.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 750px) {
  .menu__link &gt; a.arrow.arrow::after {
    width: 1.5rem;
    height: 0.9rem;
  }
}
@media screen and (max-width: 750px) {
  .menu__illust {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 751px) {
  .menu-link &gt; h2 {
    font-size: 1.5rem;
    font-weight: 400;
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) {
  .menu-link__wrap {
    width: 100%;
    position: absolute;
    inset: 100% 4rem auto auto;
    display: none;
    -webkit-transition: display 1s;
    transition: display 1s;
  }
  .menu-link__wrap.is-over {
    display: block;
  }
}

/*/ footer /*/
.foot {
  padding: 4rem 0;
}
.foot__logo {
  margin: 0 auto;
  width: 14rem;
  height: auto;
}
.foot &gt; small {
  margin-top: 1rem;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .foot &gt; small {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 750px) {
  .scrll {
    height: 185px;
    overflow: auto;
  }
  /* スクロールバーCSS */
  .simplebar-vertical .simplebar-scrollbar::before {
    background: #F27179;
    width: 4px;
    border-radius: 0;
  }
  .simplebar-vertical .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-track {
    margin: 20px 8px 20px 0;
    width: 8px !important;
    background: #B3B3B3;
  }
}</pre></body></html>