@charset "UTF-8";
/* -----設定 */
.container {
  overflow: hidden;
  padding: 0 0 130px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 0 90px;
  }
}
.container img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .container img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
  }
}
/* -----contents */
.h1-blk-01 {
  margin: 15px auto 35px;
  max-width: 1288px;
  padding: 0 40px;
}

.h1-blk-01 h1 {
  font-size: 34px;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
}

.h1-blk-01 h1 small {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .h1-blk-01 {
    margin: 15px auto 23px;
    padding: 0 20px;
  }
  .h1-blk-01 h1 {
    font-size: 22px;
    color: #000;
    line-height: 1.44;
    font-weight: 500;
  }
  .h1-blk-01 h1 small {
    font-size: 12px;
  }
}
.contents-01 {
  width: 100%;
  max-width: 1288px;
  padding: 0 40px 0;
  margin: 0 auto;
}

.contents-01 a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contents-01 {
    width: 100%;
    max-width: inherit;
    padding: 0 20px 0;
    margin: 0 auto;
  }
}
.subsidy-blk .mv-01 {
  margin: 0 auto;
}

.subsidy-blk .ttl-01 {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  background-color: #0084b9;
  border-radius: 66px;
  padding: 33px 66px;
  text-align: center;
}

.subsidy-blk .ttl-02 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 32px 0 0;
}

.subsidy-blk .img-blk-01 {
  margin: 35px 0 0 !important;
}

.subsidy-blk .icon-blk-01 {
  margin: 0 0 15px;
  text-align: center;
}

.subsidy-blk .icon-blk-01 .icon {
  width: 37.32%;
  display: inline-block;
  margin-right: 9px;
}

.subsidy-blk .icon-blk-01 .icon:last-child {
  margin-right: 0;
}

.subsidy-blk .txt-01 {
  font-size: 16px;
  line-height: 1.8;
}

.subsidy-blk .txt-02 {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 8px;
}

.subsidy-blk .CardGrid__inner {
  align-items: stretch;
}

.subsidy-blk .CardGrid__col {
  position: relative;
  padding-bottom: 40px;
}

.subsidy-blk .btn-01 {
  margin-top: 20px !important;
  width: 100%;
}

.subsidy-blk .txt-area {
  /*  margin-top: -60px !important;*/
}

.subsidy-blk .txt-area .area-txt-01 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.subsidy-blk .txt-area .area-txt-02 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.subsidy-blk .menu-area {
  margin-top: 60px;
  margin-bottom: 0;
}

.subsidy-blk .menu-area li {
  margin-top: 40px;
}

.subsidy-blk .menu-area li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .subsidy-blk .mv-01 {
    margin: 0 -20px;
  }
  .subsidy-blk .ttl-01 {
    font-size: 25px;
    line-height: 1.08;
    font-weight: 700;
    color: #fff;
    background-color: #0084b9;
    border-radius: 30px;
    padding: 13px 30px;
    text-align: center;
  }
  .subsidy-blk .ttl-02 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 22px 0 0;
  }
  .subsidy-blk .img-blk-01 {
    margin: 50px 0 0 !important;
  }
  .subsidy-blk .icon-blk-01 {
    margin: 0 0 15px;
    text-align: center;
  }
  .subsidy-blk .icon-blk-01 .icon {
    width: 43.14%;
    display: inline-block;
    margin-right: 9px;
  }
  .subsidy-blk .icon-blk-01 .icon:last-child {
    margin-right: 0;
  }
  .subsidy-blk .txt-01 {
    font-size: 15px;
    line-height: 1.66;
  }
  .subsidy-blk .txt-02 {
    font-size: 10px;
    line-height: 1.8;
    font-weight: 300;
    margin-top: 5px;
  }
  .subsidy-blk .CardGrid__col {
    position: relative;
    padding-bottom: 0;
  }
  .subsidy-blk .btn-01 {
    margin-top: 15px !important;
    position: relative;
  }
  .subsidy-blk .txt-area {
    margin-top: 30px !important;
  }
  .subsidy-blk .txt-area .area-txt-01 {
    margin-top: 10px;
  }
  .subsidy-blk .txt-area .area-txt-02 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    color: #333;
  }
  .subsidy-blk .menu-area {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .subsidy-blk .menu-area li {
    margin-top: 30px;
  }
  .subsidy-blk .menu-area li:first-child {
    margin-top: 0;
  }
}
/* nav */
@media screen and (min-width: 769px) {
  .nav-01 {
    width: 100%;
    max-width: 1208px;
    margin: 0 auto 10px;
  }
  .nav-01 .menu {
    display: none;
  }
  .nav-01 ul {
    display: flex !important;
    justify-content: space-between;
  }
  .nav-01 ul li {
    display: table;
    height: 78px;
    width: 24.751%; /* 2カラム:49.5% 4カラム:24.751% */
  }
  .nav-01 ul li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.45;
    background: #39c4e4;
    text-align: center;
  }
  .nav-01 ul li a:hover {
    color: #39c4e4;
    background: #d4fbff;
  }
  .nav-01 ul li a.active {
    color: #39c4e4;
    background: #d4fbff;
  }
  .nav-01 ul li a span {
    display: none;
  }
}
@media screen and (max-width: 1208px) and (min-width: 769px) {
  .nav-01 ul li a {
    font-size: 1.65vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-01 {
    width: auto;
    margin: 15px -20px 16px;
    padding: 0 20px;
  }
  .nav-01 .menu {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #39c4e4 url(../image/icon_open_01_sp.svg) right 20px center no-repeat;
    background-size: 15px auto;
    height: 52px;
    line-height: 52px;
    margin: 0 0 0;
    padding: 0 16px;
    cursor: pointer;
    text-align: center;
  }
  .nav-01 .menu.archive-up {
    background: #39c4e4 url(../image/icon_close_01_sp.svg) right 20px center no-repeat;
    background-size: 15px auto;
  }
  .nav-01 ul {
    display: none;
  }
  .nav-01 ul li {
    display: table;
    height: 52px;
    width: 100%;
    margin: 1px 0 0;
  }
  .nav-01 ul li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    padding: 0 16px;
    background: #39c4e4;
    background-size: 10px auto;
    text-align: center;
  }
  .nav-01 ul li a:hover {
    color: #39c4e4;
    background-color: #dbf6ff;
  }
  .nav-01 ul li a.active {
    color: #39c4e4;
    background-color: #dbf6ff;
  }
  .nav-01 ul li a span {
    display: inline;
  }
}
/* btn */
.btn_pop_senshinteki {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 80px;
  padding: 17px 48px 17px 30px;
  border: 3px solid #4cc6f2;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #4cc6f2 !important;
  text-align: left;
  position: relative;
  transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}

.btn_pop_senshinteki:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../image/icon_blank_senshinteki_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .btn_pop_senshinteki {
    min-height: 70px;
    padding: 12px 40px 12px 20px;
    font-size: 18px;
    font-weight: 500 !important;
  }
  .btn_pop_senshinteki:after {
    width: 14px;
    height: 14px;
    background: url(../image/icon_blank_senshinteki_001.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
}
.btn_pop_kosodate {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 80px;
  padding: 17px 48px 17px 30px;
  border: 3px solid #6fc711;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #6fc711 !important;
  text-align: left;
  position: relative;
  transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}

.btn_pop_kosodate:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../image/icon_blank_kosodate_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .btn_pop_kosodate {
    min-height: 70px;
    padding: 12px 40px 12px 20px;
    font-size: 18px;
    font-weight: 500 !important;
  }
  .btn_pop_kosodate:after {
    width: 14px;
    height: 14px;
    background: url(../image/icon_blank_kosodate_001.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
}
.btn_pop_kyuto {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 80px;
  padding: 17px 48px 17px 30px;
  border: 3px solid #ffa143;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  color: #ffa143 !important;
  text-align: left;
  position: relative;
  transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}

.btn_pop_kyuto:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../image/icon_blank_kyuto_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .btn_pop_kyuto {
    min-height: 70px;
    padding: 12px 40px 12px 20px;
    font-size: 18px;
    font-weight: 500 !important;
  }
  .btn_pop_kyuto:after {
    width: 14px;
    height: 14px;
    background: url(../image/icon_blank_kyuto_001.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
}
.btn_arw_blue {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 80px;
  padding: 17px 48px 17px 30px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 1.25;
  color: #fff !important;
  text-align: center;
  position: relative;
  transition: border 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #39c4e4 !important;
}

.btn_arw_blue:after {
  content: "";
  display: block;
  width: 25px;
  height: 6px;
  margin: auto;
  background: url(../image/icon_arrow_white_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .btn_arw_blue {
    min-height: 80px;
    padding: 10px 40px 10px 20px;
    font-size: 20px;
    line-height: 1.45;
  }
  .btn_arw_blue:after {
    width: 25px;
    height: 6px;
    background: url(../image/icon_arrow_white_001.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
  }
}
.cnt {
  margin-top: 60px;
}
.cnt__ttl {
  display: grid;
  align-items: center;
  min-height: 42px;
  padding: 3px 10px;
  background-color: #4fb24c;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.cnt__inner {
  padding: 25px 0 12px 20px;
  border-bottom: 1px solid #4fb24c;
}
.cnt__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.cnt__col {
  width: 49.1582491582%;
  margin-bottom: 28px;
}
.cnt__col__txt {
  font-size: clamp(15px, (100vw - 100px) * 26 / 1088, 26px);
  line-height: 1.3846153846;
  font-weight: 700 !important;
  color: #000;
}
.cnt__col__txt em {
  font-weight: 700;
  font-style: normal;
  font-size: 1.3846153846em;
  line-height: 0.7222222222;
}
.cnt__col__txt strong {
  font-weight: 700;
  color: #b4001a;
}
.cnt__col__img {
  margin-top: -9px;
}
.cnt__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cnt__link h3 {
  margin-right: 21px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.cnt__link .cnt__btns {
  margin-bottom: 10px;
}
.cnt__txt {
  margin-top: 20px;
  font-size: 18px !important;
  line-height: 32px !important;
}
@media screen and (max-width: 768px) {
  .cnt__ttl {
    text-align: center;
  }
  .cnt__inner {
    padding: 20px 0 12px 0;
  }
  .cnt__row {
    flex-direction: column;
  }
  .cnt__col {
    width: 100%;
  }
  .cnt__col__txt {
    text-align: center;
    font-size: 18px;
  }
  .cnt__col__img {
    max-width: 622px;
    margin: -9px auto 0;
  }
  .cnt__col:last-child {
    margin-bottom: 33px;
  }
  .cnt__link {
    justify-content: center;
  }
  .cnt__link h3 {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .cnt__link .cnt__btns a {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .cnt__link .cnt__btns a {
    width: 100% !important;
    max-width: 304px;
  }
}
@media screen and (max-width: 768px) {
  .cnt__txt {
    margin-top: 20px;
    font-size: 16px !important;
  }
}

.-o__intro {
  margin-top: 30px;
}
.-o .-o__intro__lead {
  width: 52.9801324503%;
}
.-o__intro__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 38px;
}
.-o__intro__col:first-child {
  position: relative;
  order: 2;
  align-self: center;
  width: 44.3708609272%;
  margin-top: -14.5%;
  aspect-ratio: 1/1;
  background: url(../image/bg_intro.png) center top no-repeat;
  background-size: contain;
}
.-o__intro__col:first-child p {
  position: absolute;
  top: 18%;
  right: 7%;
  font-size: clamp(0px, (100vw - 80px) * 22 / 1208, 22px);
  line-height: 1.2272727273;
  font-weight: bold;
  color: #d54773;
}
.-o__intro__col:last-child {
  order: 1;
  width: 51.738410596%;
  margin-bottom: 80px;
}
.-o__intro__col:last-child h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #39c4e4;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
.-o__intro__col:last-child h3:after {
  content: "";
  height: 1px;
  width: 100%;
  margin: 0.2em -10em 0 0.5em;
  background-color: #39c4e4;
}
.-o__intro__col:last-child h3 + p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
@media screen and (min-width: 768.02px) {
  .-o__intro__col:last-child h3 + p {
    display: block !important;
  }
}
.-o__intro__col:last-child h3 + p b {
  font-weight: 700;
}
.-o__intro__col:last-child .-o-btns {
  margin: 20px 0 0 0;
}
.-o__intro__col:last-child .-o-btns a {
  width: auto;
  max-width: 406px;
}
@media screen and (max-width: 959px) {
  .-o .-o__intro__lead {
    width: 100%;
    max-width: 640px;
  }
  .-o__intro__row {
    flex-direction: column;
    overflow: hidden;
    margin-top: 32px;
  }
  .-o__intro__col:first-child {
    order: 1;
    margin: 0 auto 40px;
  }
  .-o__intro__col:last-child {
    order: 2;
    width: 100%;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .-o__intro {
    margin-top: 28px;
  }
  .-o__intro__row {
    margin-top: 28px;
  }
  .-o__intro__col:first-child {
    width: 100%;
    max-width: 335px;
    aspect-ratio: 335/320;
    margin-bottom: 28px;
    background-image: url(../image/bg_intro_sp.png);
  }
  .-o__intro__col:first-child p {
    top: 19.5%;
    right: 5.5%;
    font-size: clamp(0px, (100vw - 40px) * 15 / 335, 15px);
    line-height: 1.1333333333;
  }
  .-o__intro__col:last-child h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 406px;
    height: 65px;
    margin: 0 auto 19px;
    padding: 0 18px;
    border: 1px solid #39c4e4;
    border-radius: 35px;
    font-size: 18px;
    cursor: pointer;
  }
  .-o__intro__col:last-child h3:after {
    width: 17px;
    height: 17px;
    margin: 0;
    background: url(../image/icon_intro.svg) no-repeat center center;
    transform: rotate(0deg);
    transition: transform 0.5s;
  }
  .-o__intro__col:last-child h3.-js-open:after {
    transform: rotate(180deg);
  }
  .-o__intro__col:last-child h3:hover {
    opacity: 0.7;
  }
  .-o__intro__col:last-child h3 + p {
    display: none;
  }
  .-o__intro .-o-btns {
    margin: 20px 0 0 0;
  }
  .-o__intro .-o-btns a {
    height: 65px;
    margin: 0 auto;
    border-radius: 35px;
  }
}
@media screen and (max-width: 374px) {
  .-o__intro__col:last-child h3 {
    font-size: 14px;
  }
}
.-o__project__row {
  display: flex;
  justify-content: space-between;
}
.-o__project__col {
  display: flex;
  flex-direction: column;
  width: 30.380794702%;
  margin-bottom: 40px;
  font-size: clamp(0px, (100vw - 80px) * 10 / 1208, 10px);
}
.-o__project__col > * {
  order: 2;
}
.-o__project__col .btn-01 {
  margin: 0 !important;
}
.-o__project__lead {
  order: 1;
  display: grid;
  align-items: center;
  aspect-ratio: 367/150;
  -webkit-mask: url(../image/bg_project_mask.svg);
          mask: url(../image/bg_project_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
}
.-o__project__lead p {
  text-align: center;
  font-size: 3.3em;
  line-height: 1.1818181818;
  font-weight: 700;
  padding-bottom: 3.8147138965%;
}
.-o__project h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 3.4642857143em;
  margin-bottom: 0.5357142857em;
  font-size: 2.8em;
  line-height: 1.1428571429;
  font-weight: 700;
  text-wrap: nowrap;
}
.-o__project h3 small {
  display: block;
  margin-left: -0.5em;
  font-size: 0.7142857143em;
  line-height: 1.4;
  font-weight: 500;
}
.-o__project__subsidy {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 10em;
}
.-o__project__subsidy__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1em !important;
  line-height: 1 !important;
}
.-o__project__subsidy__txt > span:first-child {
  width: 100%;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.-o__project__subsidy__txt > span:nth-child(2) {
  align-self: center;
  writing-mode: vertical-rl;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.-o__project__subsidy__txt strong {
  font-weight: 700;
  letter-spacing: -0.05em;
  text-wrap: nowrap;
}
.-o__project__subsidy__txt strong small {
  font-weight: 700;
}
.-o__project__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 15px;
}
.-o__project__icon > div {
  display: grid;
  align-items: center;
  width: 10.5384615385em;
  height: 3.6153846154em;
  margin: 0 0.3846153846em;
  padding-top: 0.1538461538em;
  background-size: contain;
  text-align: center;
  font-size: 1.3em;
  line-height: 1;
  font-weight: 700;
}
.-o__project__icon__reform {
  padding-left: 3.6923076923em;
  background-image: url(../image/icon_reform.png);
}
.-o__project__icon__shinchiku {
  padding-left: 4.1538461538em;
  background-image: url(../image/icon_shinchiku.png);
  letter-spacing: 1em;
}
.-o__project--01 .-o__project__lead,
.-o__project--01 .-o__project__subsidy {
  background-color: #4cc6f2;
}
.-o__project--01 .-o__project__subsidy__txt > span:first-child {
  margin-top: -1.3em;
  font-size: 2.2em;
  color: #0a83b9;
}
.-o__project--01 .-o__project__subsidy__txt > span:nth-child(2) {
  margin-right: -0.2em;
  font-size: 2em;
}
.-o__project--01 .-o__project__subsidy__txt strong {
  margin-top: -0.12em;
  font-size: 10.8em;
}
.-o__project--01 .-o__project__subsidy__txt strong::first-letter {
  letter-spacing: -0.08em;
}
.-o__project--01 .-o__project__subsidy__txt strong small {
  margin-left: 0.1em;
  vertical-align: 0.2em;
  font-size: 0.2777777778em;
  letter-spacing: -0.05em;
}
.-o__project--02 .-o__project__lead,
.-o__project--02 .-o__project__subsidy {
  background-color: #6fc711;
}
.-o__project--02 .-o__project__subsidy {
  position: relative;
}
.-o__project--02 .-o__project__subsidy__txt {
  justify-content: flex-start;
  color: #ffff00;
}
.-o__project--02 .-o__project__subsidy__txt > span:first-child {
  margin-top: 0.7em;
  margin-bottom: -0.7em;
  text-align: left;
  font-size: 2em;
}
.-o__project--02 .-o__project__subsidy__txt > span:nth-child(2) {
  margin-top: -0.2em;
  font-size: 2em;
}
.-o__project--02 .-o__project__subsidy__txt strong {
  font-size: 5.6em;
}
.-o__project--02 .-o__project__subsidy__txt strong .ls-80 {
  font-weight: 100;
}
.-o__project--02 .-o__project__subsidy__txt strong small {
  margin-left: 0.1em;
  vertical-align: 0.15em;
  font-size: 0.3214285714em;
  letter-spacing: 0;
}
.-o__project--02 .-o__project__subsidy__txt:first-child {
  width: 47.9564032698%;
  max-width: 176px;
}
.-o__project--02 .-o__project__subsidy__txt:nth-child(2) {
  width: 41.689373297%;
  max-width: 153px;
}
.-o__project--02 .-o__project__subsidy__note {
  position: absolute;
  left: 0;
  bottom: -18px;
  text-align: left;
  font-size: 9px;
}
.-o__project--03 .-o__project__lead,
.-o__project--03 .-o__project__subsidy {
  background-color: #ffa143;
}
.-o__project--03 .-o__project__subsidy__txt {
  color: #fff;
}
.-o__project--03 .-o__project__subsidy__txt > span:first-child {
  margin-top: 0.5em;
  margin-bottom: -0.6em;
  font-size: 2em;
  letter-spacing: 0;
}
.-o__project--03 .-o__project__subsidy__txt > span:nth-child(2) {
  margin-top: 0.3em;
  font-size: 1.8em;
  letter-spacing: 0em;
}
.-o__project--03 .-o__project__subsidy__txt strong {
  font-size: 7.3em;
}
.-o__project--03 .-o__project__subsidy__txt strong::first-letter {
  letter-spacing: 0em;
}
.-o__project--03 .-o__project__subsidy__txt strong small {
  vertical-align: 0.1em;
  font-size: 0.301369863em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .-o__project__row {
    flex-direction: column;
  }
  .-o__project__col {
    width: 100%;
    align-items: center;
    font-size: 10px;
  }
  .-o__project__col:last-child {
    margin-bottom: 0;
  }
  .-o__project h3 {
    height: auto;
    margin-top: 5px;
  }
  .-o__project h3 br {
    display: none;
  }
  .-o__project h3 span {
    display: inline-block;
  }
  .-o__project__icon {
    margin: 25px auto 22px;
  }
}
@media screen and (max-width: 768px) and (min-width: 407px) {
  .-o__project__lead {
    width: 367px;
  }
}
@media screen and (max-width: 407px) {
  .-o__project__col {
    font-size: clamp(0px, (100vw - 40px) * 10 / 367, 10px);
  }
  .-o__project__lead {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */