.main_txt .bold {
  color: #222;
}

.sec01 {
  padding-bottom: 70px;
}

.lead_txt a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 30px;
  }
}

.sec01 .lead_txt {
  color: #222;
  font-size: 2.4rem;
  line-height: 1.666;
}

@media screen and (max-width: 767px) {
  .sec01 .lead_txt {
    font-size: 1.6rem;
  }
}

.sec01 .sec01_flex {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 60px 0 0 0;
  max-width: 1080px;
  padding-left: 0;
}

@media screen and (min-width: 1308px) and (max-width: 1680px) {
  .sec01 .sec01_flex {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1307px){
  .sec01 .sec01_flex {
    padding-left: 4.5vw;
  } 
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec01 .sec01_flex {
    display: block;
    max-width: 510px;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_flex {
    display: block;
    margin: 30px auto 0;
    max-width: 500px;
    padding-left: 35px;
  }
}

.sec01 .sec01_flex::before {
  position: absolute;
  content: "";
  background-color: #f4f9fa;
  top: auto;
  left: auto;
  right: 0;
  bottom: -5rem;
  width: 93rem;
  height: calc(100% - 19.8rem);
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  .sec01 .sec01_flex::before {
    top: auto;
  }
}

@media screen and (max-width: 1307px) {
  .sec01 .sec01_flex::before {
    top: 35px;
    height: calc(100% + 0.5rem);
    width: 100%;
  }
}

.sec01 .sec01_flex .img_area {
  position: relative;
  width: 100%;
  max-width: 840px;
}

.sec01 .sec01_flex .img_area .youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #172452;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec01 .sec01_flex .img_area {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_flex .img_area {
    width: 100%;
  }
}

.sec01 .sec01_flex .img_area .img {
  width: 100%;
  height:100%;
}

.sec01 .sec01_flex .img_area .img iframe{
  width: 100%;
  height: 100%;
}

.sec01 .sec01_flex .img_area .img_caption {
  position: relative;
  content: "";
  background-color: #000000;
  color: #FFF;
  font-size: 1.2rem;
  line-height: calc(16/12);
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_flex .img_area .img_caption {
    padding: 10px;
  }
}

.sec01 .sec01_flex .txt_area {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #004099;
  padding: 5% 9% 5% 4.8%;
  width: 87.1rem;
  max-width: 901px;
}

.txt_area_wrap{
  display: flex;
  justify-content: right;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec01 .sec01_flex .txt_area {
    padding: 5%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_flex .txt_area {
    width: 100%;
  }
}

.sec01 .sec01_flex .txt_area .txt {
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: calc(38/22);
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  .sec01 .sec01_flex .txt_area .txt {
    font-size: 1.3vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec01 .sec01_flex .txt_area .txt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_flex .txt_area .txt {
    font-size: 1.4rem !important;
  }
}

.sec02 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 30px 0;
  }
}

.sec03 {
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding: 30px 0;
  }
}

.sec04 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding: 30px 0;
  }
}

.sec04 .main_txt {
  text-align: center;
}

.sec04 .sec04_contents {
  margin: 50px auto 0;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents {
    margin-top: 25px;
  }
}

.sec04 .sec04_contents.black .ttl {
  background-color: #222;
  border: 1px solid #222;
}

.sec04 .sec04_contents.black td {
  border: 1px solid #222;
}

.sec04 .sec04_contents.blue {
  position: relative;
  border: 1px solid #004099;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents.blue {
    margin-top: 45px;
  }
}

.sec04 .sec04_contents.blue::before {
  position: absolute;
  content: "";
  border-right: 5px solid #283666;
  border-bottom: 5px solid #283666;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents.blue::before {
    border-right: 3px solid #283666;
    border-bottom: 3px solid #283666;
    top: -40px;
    width: 20px;
    height: 20px;
  }
}

.sec04 .sec04_contents.blue .ttl {
  background-color: #004099;
  border: 1px solid #004099;
}

.sec04 .sec04_contents.blue .txt_m {
  color: #004099;
}

.sec04 .sec04_contents.blue .txt_m .bold {
  color: #004099;
}

.sec04 .sec04_contents.blue .txt_m.link {
  color: #666;
}

.sec04 .sec04_contents.blue td {
  border-right: 1px solid #004099;
  border-left: 1px solid #004099;
}

.sec04 .sec04_contents.blue tr:nth-child(3) td {
  padding: 25px 2.7% 40px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents.blue tr:nth-child(3) td {
    padding: 3%;
  }
}

.sec04 .sec04_contents tr.bg td {
  background-color: #f4f9fa;
}

.sec04 .sec04_contents tr:nth-child(2) td {
  padding: 25px 5px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents tr:nth-child(2) td {
    padding: 3%;
  }
}

.sec04 .sec04_contents tr:nth-child(3) td {
  padding: 40px 2.7%;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents tr:nth-child(3) td {
    padding: 3%;
  }
}

.sec04 .sec04_contents td {
  width: calc(100%/3);
}

.sec04 .sec04_contents .icon {
  margin: 0 auto;
  height: 45px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .icon {
    height: 30px;
  }
}

.sec04 .sec04_contents .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.sec04 .sec04_contents .ttl {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .ttl {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}

.sec04 .sec04_contents .subttl {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .subttl {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.sec04 .sec04_contents .txt_s {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 0.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .txt_s {
    font-size: 1.2rem;
  }
}

.sec04 .sec04_contents .txt_m {
  color: #666;
  font-size: 1.6rem;
  line-height: calc(24/16);
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .txt_m {
    font-size: 1.3rem;
  }
}

.sec04 .sec04_contents .txt_m.link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  position: relative;
  margin-top: 1.5em;
  padding-left: 1.2em;
  text-decoration: underline;
}

.sec04 .sec04_contents .txt_m.link:hover {
  opacity: 0.7;
}

.sec04 .sec04_contents .txt_m.link::before {
  position: absolute;
  content: "";
  border-top: 3px solid #2893ad;
  border-right: 3px solid #2893ad;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .txt_m.link::before {
    border-top: 2px solid #2893ad;
    border-right: 2px solid #2893ad;
    top: 5px;
    width: 7px;
    height: 7px;
  }
}

.sec04 .sec04_contents .txt_m .bold {
  color: #222;
  font-weight: 700;
}

.sec04 .sec04_contents .per {
  color: #222;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 0.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_contents .per {
    font-size: 3rem;
  }
}

.sec05 {
  padding: 60px 0;
}

.sec05 .sec05_notes {
  background-color: #f4f9fa;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 40px;
  padding: 15px 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_notes {
    font-size: 1.2rem;
    margin-top: 20px;
    padding: 10px 5px;
  }
}

.sec05 .block .block_detail .block_detail_list.children .block_detail_list_item::before {
  top: 0.3em;
}

.sec05 .block .block_detail .block_detail_list .block_detail_list_item {
  font-weight: 400;
}

.sec05 .block .block_detail .block_detail_list .block_detail_list_item::before {
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .sec05 .block .block_detail .block_detail_list .block_detail_list_item::before {
    width: 8px;
    height: 8px;
  }
}

.sec05 .block .block_detail .block_detail_list .block_detail_list_item.white::before {
  background-color: transparent;
  border: 1px solid #222;
}

.sec05 .block .block_detail .block_detail_list .block_detail_list_item .bold {
  font-weight: 700;
}

.sec05 .block .block_detail .block_detail_list .block_detail_list_item .small {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec05 .block .block_detail .block_detail_list .block_detail_list_item .small {
    font-size: 1.3rem;
  }
}

.head03 {
  color: #222;
  font-size: 3rem;
  line-height: calc(50/30);
}

@media screen and (max-width: 767px) {
  .head03 {
    font-size: 2rem;
  }
}

.block {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .block {
    margin-top: 30px;
  }
}

.block .block_detail {
  background-color: #fafcfd;
  margin-top: 30px;
  padding: 3% 7.8% 3% 4.7%;
}

@media screen and (max-width: 767px) {
  .block .block_detail {
    margin-top: 15px;
  }
}

.block .block_detail .block_detail_list.children {
  margin-top: 1.5em;
}

.block .block_detail .block_detail_list.children.roman {
  padding-left: 1em;
}

.block .block_detail .block_detail_list.children.roman .block_detail_list_item {
  font-weight: 400;
  list-style-type: lower-roman;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .block .block_detail .block_detail_list.children.roman .block_detail_list_item {
    padding-left: 0.5em;
  }
}

.block .block_detail .block_detail_list.children.roman .block_detail_list_item::before {
  content: none;
}

.block .block_detail .block_detail_list.children .block_detail_list_item {
  font-size: 1.6rem;
  line-height: calc(20/16);
}

@media screen and (max-width: 767px) {
  .block .block_detail .block_detail_list.children .block_detail_list_item {
    font-size: 1.3rem;
  }
}

.block .block_detail .block_detail_list .block_detail_list_item {
  position: relative;
  color: #222;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(26/18);
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .block .block_detail .block_detail_list .block_detail_list_item {
    font-size: 1.4rem;
    padding-left: 1em;
  }
}

.block .block_detail .block_detail_list .block_detail_list_item::before {
  position: absolute;
  content: "";
  background-color: #222;
  border-radius: 50%;
  top: 0.4em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
}

.block .block_detail .block_detail_list .block_detail_list_item + .block_detail_list_item {
  margin-top: 1.5em;
}

.acc_btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .acc_btn {
    margin-top: 25px;
  }
}

.acc_btn.open {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .acc_btn.open {
    margin-top: 45px;
  }
}
/*# sourceMappingURL=government-incentives.css.map */