@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@700&display=swap');
/****************************************/
/*ものづくりLP用調整*/
/****************************************/

header .nav_list > li a:hover {
  background-color: #32888E;
}

.color {
  color: #32888E;
}

.sp_menu_trigger span {
  background: #32888E;
}

.mv_block .scroll_banner {
  padding: 1em;
  width: 100%;
  background-color: #E27900;
}

.mv_block .scroll_banner .txt {
  padding: 0;
  padding-bottom: 0.5em;
}

.mv_block .scroll_banner .box_txt {
  color: #E27900;
}

.mv_block .scroll_banner .row_column {
  padding: 0;
}


.mv_block .scroll_banner .row_column .txt {
  color: #445EBD;
  width: 70%;
  text-align: center;
}

.mv_block .scroll_banner .row_column .box_text {
  padding: 0;
}

.mv_block .scroll_banner .row_column .circle {
  width: 30%;
  height: auto;
  background-color: #445EBD;
  border-radius: 0;
}

.mv_block .scroll_banner .row_column .circle .txt {
  padding: 1em 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}


.mv_block .bg_color {
background:linear-gradient(180deg, rgb(50, 136, 142, 1) 40%, rgb(255, 255, 255, 1) 40%);
}

.mv_block .center_ttl {
  margin-bottom: 0;
}

.mv_block .heading_ttl_green .title_green {
  margin-top: 65px;
  margin-bottom: 70px;
  text-align: center;
  font-size: 6rem;
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #32888E;
}

.mv_block .heading_ttl_green .title_green::after,
.mv_block .heading_ttl_green .title_green::before {
  position: unset;
  margin: auto;
  content: none;

}



.mv_block .text_box .ttl {
  font-size: 4.5rem;
  padding: 0;
}

.mv_block .text_box .fo_size {
  font-size: 3rem;
}

.mv_block .page_link_btn {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}


.forte_block .main_width .one_point {
  border-color: #32888E;
}

.forte_block .main_width .flex_row .box .point {
  background-color: #32888E;
}

.forte_block .main_width .about_related {
  box-shadow: 3px 3px 0 1px #32888E;
}

.forte_block .main_width .about_related .item .ttl {
  color: #32888E;
}

.forte_block .main_width .about_related .support_ttl::before {
  background-image: url(../img/lp/support_green.svg);
}

.forte_block .main_width .about_related .support_ttl span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.contents_block .title_txt {
  text-align: center;
}

.contents_block .main_width .contents_container .flex .contents_box .icon_box {
  background-color: #32888E;
}


.contents_block .main_width .contents_container .flex .border_top {
  border-top: 2px solid #32888E
}

.contents_block .main_width .contents_container .flex .txt_box {
  border-right: 2px solid #32888E;
  border-bottom: 2px solid #32888E;
}

.contents_block .main_width .contents_container .flex .contents_box .flex_width {
  width: 179.72px;
}

.contact_form_block .main_width .contact form .table_line .table_head .not_tb_head::after {
  content: none;
}

.table_block .main_width .badge {
  padding-bottom: 0.3em;
}

.table_block .top_text{
  padding-bottom: 1.5em;
  font-size: 2.8rem;
  text-align: center;
}

.table_block .main_width .table_body .tr .th {
  background-color: #32888E;
}

.results_block .main_width .sub_ttl {
  padding-bottom: 0.5em;
}

.results_block .main_width .title_txt {
  font-size: 2rem;
  padding-bottom: 2em;
}

.results_block .main_width .contents_container .contents_btn {
  background-color: #32888E;
}


.scheme_block .main_width .sub_ttl {
  padding-bottom: 0.5em;
}

.scheme_block .main_width .title_txt {
  padding-bottom: 2em;
  font-size: 2rem;
  text-align: center;
}

.step_num_tit {
  background-color: #32888E;
}

.scheme_block .main_width .flow .step_num .step_num_txt {
  background-color: rgba(50, 136, 142,0.15);
}

.footer_bg {
  background-color: #32888E;
}

.footer_bg .flex {
  display: flex;
}




/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {

  .contents_block .main_width .contents_container .flex .sp_bo_none {
    border-bottom: none;
  }

  .contents_block .main_width .contents_container .flex .contents_box .bo_green {
    border-bottom: 2px solid #fff;
  }

  .contents_block .main_width .contents_container .flex .contents_box .flex_width {
    width: 35%

  }


  .contents_block .main_width .contents_container .flex .contents_box .sp_border_none {
    border: none;
  }
}


@media screen and (max-width: 768px) {
  .sp_bg_green {
    background-color: #32888E;
  }

  .sp_mv_block .text_box .ttl::before,
  .sp_mv_block .text_box .ttl::after {
    content: none;
  }

  .table_block .sp_table .th {
    background-color: #32888E;
  }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 767px) {
  .sp_mv_block {
    background-color: #32888E;
  }

  .sp_mv_block .text_box .ttl .fo_size {
    font-size: 1.8rem;
    color: #fff;
  }

  .mv_block .heading_ttl_green .title_green {
    display: none;
   }

  .table_block .top_text {
    font-size: 1.7rem;
  }

  .table_block .sp_table .th {
    background-color: #32888E;
  }

  .results_block .main_width .title_txt {
    font-size: 1.5rem;
  }

  .scheme_block .main_width .title_txt {
    font-size: 1.5rem;
  }

  .footer_bg .flex {
    flex-direction: column;
  }

  footer .green_btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

}
/*=============================================*/
/*media query    520px */
/*=============================================*/
@media screen and (max-width: 520px) {
  .forte_block .main_width .txt.bold {
    font-size: 1.6rem;
  }

  .contents_block .main_width .txt_box .txt {
    padding-bottom: 1em;
  }

  .contents_block .main_width .contents_container .ttl {
    margin-top: 0;
    margin-bottom: 0.5em;
  }


  .table_block .main_width .txt {
    font-size: 2.1rem;
  }

  .scheme_block .main_width .flow .step_num .step_num_txt .step_num_txt_inner .txt {
    font-size: 1.6rem;
  }
  .contact_block {
    padding: 40px 0;
    margin-bottom: 60px;
  }

  .contact_form_block .main_width {
    padding-top: 30px;
  }

  .contact_form_block .main_width .sub_ttl {
    margin-top: 0.2em;
    padding-bottom: 1em;
  }

  .contact_form_block .main_width .txt {
    padding-bottom: 30px;
    font-size: 1.5rem;
  }

}


/****************************************/
/* Adjust mv_block*/
/****************************************/
.mv_block .item.btn_box {
  margin-bottom: 60px;
}
.mv_block .bg_color {
  background: linear-gradient(180deg, rgb(50, 136, 142, 1) 40%, rgb(255, 255, 255, 1) 40%);
}
.mv_block .text_box.text_02 .txt {
  font-size: 2rem;
  line-height: 1.4;
}
.sp_mv_text_box {
  display: none;
}

/****************************************/
/* Adjust table_block*/
/****************************************/
.table_block .sub_ttl {
  display: block;
  padding: .05em;
  margin-bottom: .9em;
  background-color: #32888E;
  color: #fff;
  font-size: clamp(2rem,3vw,2.6rem);
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}
.table_block .text {
  padding: 0 40px;
  margin-bottom: .7em;
  font-size: clamp(1.6rem,2.5vw,2rem);
}
.table_block .text p {
  font-size: 1em;
}
.table_block .bg_box {
  padding: 30px 40px;
  background-color: rgba(50, 136, 142,0.15);
}
.table_block .bg_box:has(.num_list) {
  margin-bottom: 17px;
}
.table_block .num_list {
  counter-reset: my-counter;
}
.table_block .num_list li {
  position: relative;
  padding-left: 1.5em;
  font-size: clamp(1.6rem,2.5vw,2rem);
  line-height: 1.5;
}
.table_block .num_list li:not(:last-child) {
  margin-bottom: .5em;
}
.table_block .num_list li .bold_txt {
  color: #32888E;
  font-size: 1.2em;
  font-weight: 700;
}
.table_block .num_list li .small_txt {
  font-size: .8em;
}
.table_block .num_list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: .5em;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: .1em;
  background-color: #32888E;
  border: 1px solid;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  color: #EAF3F3;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
}
.table_block .note_box {
  padding: 0 40px;
  margin-bottom: 40px;
}
.table_block .note_box li {
  font-size: 1.4rem;
  line-height: 1.2;
}
.table_block .note_box li:not(:last-child) {
  margin-bottom: .2em;
}
.table_block .note_box li:before {
  content: '※';
}
.table_block .note_box li .green_txt {
  color: #32888E;
  font-weight: 700;
}


.table_block .main_width .table_body {
  margin-bottom: 40px;
}
.table_block .main_width .table_body .tr .th:not(:first-child) {
  border-left: 2px solid #fff;
}
.table_block .main_width .table_body .tr:has(.th) {
  border: 2px solid #32888E;
}
.table_block .main_width .table_body .tr .th.width_15 {
  width: 15%;
}
.table_block .main_width .table_body .tr .td {
  padding: 12px 20px;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
  border: 2px solid #32888E;
}
.table_block .main_width .table_body .tr .td.bold {
  font-weight: 700;
}
.table_block .main_width .table_body .tr .td.center {
  text-align: center;
}

.table_block .bg_box .item:not(:last-child) {
  margin-bottom: 40px;
}
.table_block .bg_box .item .main_txt {
  font-size: clamp(1.8rem,2.5vw,2.2rem);
  font-weight: 500;
}
.table_block .bg_box:has(.item) {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 60px;
}
.table_block .bg_box .item {
  text-align: center;
}
.table_block .bg_box .item .main_txt {
  display: block;
  margin-bottom: .5em;
}
.table_block .bg_box .item .main_txt .bold_txt {
  color: #32888E;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
}
.table_block .bg_box .item .note {
  margin: 0;
  font-size: 1.4rem;
  text-align: left;
}
.table_block .bg_box .item .note .green_txt {
  color: #32888E;
  font-weight: 700;
}


.table_block .sp_table_box {
  display: none;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {


}

/*=============================================*/
/*media query    900px */
/*=============================================*/
@media screen and (max-width: 900px) {
  .mv_block .bg_color {
    background: linear-gradient(180deg, rgb(50, 136, 142, 1) 35%, rgb(255, 255, 255, 1) 35%);
  }
}


/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 768px) {
  .green_btn {
    margin-bottom: 15px;
  }
  .sp_mv_text_box {
    display: block;
    margin-bottom: 30px;
  }
  .sp_mv_text_box p {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .table_block .text {
    padding: 0 20px;
  }
  .table_block .bg_box {
    padding: 20px;
    background-color: rgba(50, 136, 142,0.15);
  }
  .table_block .note_box {
    padding: 0 20px;
  }

  .table_block .bg_box:has(.item) {
    margin-bottom: 40px;
  }


  .table_block .sp_table_box {
    display: block;
  }
  .table_block .sp_table_box .table_item .table_ttl {
    display: block;
    margin-bottom: .5em;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .table_block .sp_table_box .table_item .sp_table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border: 2px solid #32888E;
  }
  .table_block .sp_table .td {
    border-bottom: 2px solid #32888E;
    border-right: 2px solid #32888E;
  }
  .table_block .sp_table .th {
    border-bottom: 2px solid #fff;
    /* border-right: 2px solid #fff; */
  }
  .table_block .sp_table .tr.sp_border .th {
    border-bottom: none;
  }
}
