@charset "UTF-8";
/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
@include
//////////////////////////////////　*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
ボーダー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .flex-style {
  zoom: 1;
}
.clearfix:after, .flex-style:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex, .flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4, .flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap, .flex-style {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column, .flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*　////////////////////////////////
flex style
//////////////////////////////////　*/
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style .box-4, .flex-style .box-3 {
    width: 46%;
    margin: 0 2% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 21%;
    margin: 0 2% 40px;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 1% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($a-width - 2%);
    width: 48%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($b-width - 2%);
    width: 48%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }

  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img, .tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}

/*responsive*/
#subsidy {
  /*----------------
  first
  -----------------------------*/
  /*----------------
  section01
  -----------------------------*/
  /*----------------
  section02
  -----------------------------*/
  /*----------------
  section03
  -----------------------------*/
  /*----------------
  section04
  -----------------------------*/
  /*----------------
  section05
  -----------------------------*/
  /*----------------
  section06
  -----------------------------*/
  /*----------------
  section07
  -----------------------------*/
  /*----------------
  section08
  -----------------------------*/
  /*----------------
  contact
  -----------------------------*/
}
#subsidy .first {
  margin-bottom: 40px;
}
#subsidy .first .page-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.1rem;
}
#subsidy .first h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#subsidy .first .box-2a {
  padding-top: 20px;
}
#subsidy .first img {
  width: 170px;
  height: auto;
  display: block;
  margin: 0 auto;
}
#subsidy .first .first-txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#subsidy .first .first-txt span {
  font-size: 2.4rem;
  color: #e02d3e;
  font-weight: bold;
}
@media (min-width: 768px) {
  #subsidy .first {
    margin-bottom: 60px;
  }
  #subsidy .first .page-title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  #subsidy .first h4 {
    font-size: 2rem;
  }
  #subsidy .first .flex-style .box-2a, #subsidy .first .flex-style .box-2b {
    margin: 0 1% 40px;
  }
  #subsidy .first .flex-style .box-2a {
    width: -webkit-calc($a-width - 2%);
    width: 58%;
  }
  #subsidy .first .flex-style .box-2b {
    width: -webkit-calc($b-width - 2%);
    width: 38%;
  }
}
#subsidy .section01 .flex-style {
  margin-top: 10px;
}
#subsidy .section01 .flex-style a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  #subsidy .section01 .flex-style a {
    pointer-events: none;
  }
  #subsidy .section01 .click {
    display: none;
  }
}
#subsidy .section02 {
  text-align: center;
}
#subsidy .section02 .example {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 2px solid #0164ca;
  margin-bottom: 30px;
}
#subsidy .section02 .example span {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
}
#subsidy .section02 .explain {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-top: 15px;
}
#subsidy .section02 .explain span {
  font-size: 2rem;
  font-weight: bold;
  color: #ea7da2;
}
#subsidy .section02 .explain .num {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3.6rem;
  margin: 0 5px;
}
#subsidy .section03 .explain {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
#subsidy .section04 .remarks {
  margin-top: 10px;
}
#subsidy .section04 .flex-style {
  margin-top: 10px;
}
#subsidy .section04 .flex-style a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  #subsidy .section04 .flex-style a {
    pointer-events: none;
  }
  #subsidy .section04 .click {
    display: none;
  }
}
#subsidy .section05 .example-box {
  margin-bottom: 35px;
}
#subsidy .section05 .example-box .example-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#subsidy .section05 .example-box .example-name::before {
  content: "■";
}
#subsidy .section05 .example-box img {
  margin: 15px 0;
}
#subsidy .section05 .example-box p span {
  color: #e02d3e;
}
#subsidy .section06 .icon-box h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#subsidy .section06 .icon-box .box-4 {
  text-align: center;
  width: 46%;
  margin: 0 2% 30px;
}
@media (min-width: 768px) {
  #subsidy .section06 .icon-box .box-4 {
    width: 21%;
    margin: 0 2% 40px;
  }
}
#subsidy .section06 .icon-box .box-4 img {
  height: 90px;
  width: auto;
  margin-bottom: 15px;
}
#subsidy .section06 .icon-box .box-4 p {
  font-weight: bold;
  line-height: 1.4;
}
#subsidy .section07 .important {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00967b;
}
#subsidy .section07 p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #subsidy .section07 .important {
    font-size: 1.8rem;
    text-align: center;
  }
}
#subsidy .section08 .box-3 a:hover {
  opacity: 0.4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#subsidy .section08 .box-3 img {
  width: 100%;
  margin-bottom: 15px;
}
#subsidy .section08 .box-3 .plan {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 3px 12px;
  border: 2px solid #00967b;
  border-radius: 20px;
  margin-bottom: 5px;
  color: #00967b;
}
#subsidy .section08 .box-3 .light {
  border-color: #29abe2;
  color: #29abe2;
}
#subsidy .section08 .box-3 p {
  font-size: 1.6rem;
}
#subsidy .contact {
  display: block;
  width: 95%;
  padding: 20px 20px 15px;
  margin: 0 auto;
  border: 3px solid #00967b;
}
#subsidy .contact .box-2a, #subsidy .contact .box-2b {
  margin-bottom: 10px;
}
#subsidy .contact h4 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#subsidy .contact .sm-center {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#subsidy .contact .btnA, #subsidy .contact .tel-style {
  margin: 0;
}

/*subsidy*/