/*-----------------------------------------------
fv_sec
----------------------------------------------------*/
.fv_sec {
  height: 724px;
  background: url(../images/top/fv_bg.webp);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 750px) {
  .fv_sec {
    height: auto;
    background: none;
  }
}
/*-----------------------------------------------
areafv_sec
----------------------------------------------------*/
.area_fv_sec {
  height: 769px;
  background: url(../images/page/area/area_fv_pc.webp);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 750px) {
  .area_fv_sec {
    height: auto;
    background: none;
  }
}
/*-----------------------------------------------
kazai_sec
----------------------------------------------------*/
.kazai_sec {
  height: 300px;
  background: url(../images/top/kazai_pc.webp);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -15px;
  z-index: -1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.kazai_sec .kazai_box {
  width: 670px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin: auto;
  border: solid 2px #009D95;
  font-size: 38px;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 30px 0;
  color: #000;
}

@media only screen and (max-width: 750px) {
  .kazai_sec {
    height: auto;
    padding: 50px 0 50px 0;
    background: url(../images/top/kazai_pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -15px;
    z-index: -1;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .kazai_sec .kazai_box {
    width: 80%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: auto;
    border: solid 2px #009D95;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 10px 0;
    color: #000;
  }
}
/*-----------------------------------------------
top_h2_box
----------------------------------------------------*/
.top_h2_box {
  text-align: center;
}

.top_h2_box h2 {
  font-weight: 800;
  font-size: 34px;
}

.top_h2_box .top_h2_slug {
  font-family: "PT Serif", serif;
  font-weight: 900;
  font-size: 20px;
  display: inline-block;
  background: rgb(142, 86, 9);
  background: linear-gradient(45deg, rgb(142, 86, 9) 0%, rgb(144, 89, 9) 3%, rgb(154, 96, 12) 5%, rgb(251, 165, 42) 28%, rgb(251, 165, 42) 43%, rgb(184, 115, 29) 59%, rgb(171, 105, 27) 62%, rgb(112, 73, 18) 75%, rgb(112, 73, 18) 84%, rgb(139, 83, 22) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 750px) {
  .top_h2_box {
    text-align: center;
  }
  .top_h2_box h2 {
    font-weight: bold;
    font-size: 24px;
  }
}
/*-----------------------------------------------
condition_sec
----------------------------------------------------*/
.condition_sec {
  background: url(../images/common/bg_dot.webp);
  padding: 90px 0 90px 0;
}
.condition_sec h2 {
  font-weight: 800;
}
.condition_sec .condition_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.condition_sec .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
  position: relative;
  margin-bottom: 20px;
}
.condition_sec .col img {
  width: 100%;
}
.condition_sec .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  text-align: center;
  padding: 5px 0 5px 0;
  background: #009D95;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.condition_sec .condition_footer {
  width: 820px;
  margin: 30px auto 30px auto;
}

@media only screen and (max-width: 830px) {
  .condition_sec {
    background: url(../images/common/bg_dot.webp);
    padding: 60px 0 60px 0;
  }
  .condition_sec .condition_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .condition_sec .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 33%;
    position: relative;
    margin-bottom: 10px;
  }
  .condition_sec .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 3px 0 3px 0;
    background: #009D95;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }
  .condition_sec .condition_footer {
    width: 90%;
    margin: 30px auto 30px auto;
  }
}
/*-----------------------------------------------
why_sec
----------------------------------------------------*/
.why_sec {
  background: #009D95;
}
.why_sec .arrow {
  width: 174px;
  display: block;
  margin: auto;
}
.why_sec .sec_in {
  padding: 30px 0 60px 0;
}
.why_sec .line01 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.why_sec .line02 {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #009D95;
}

@media only screen and (max-width: 750px) {
  .why_sec {
    background: #009D95;
  }
  .why_sec .arrow {
    width: 100px;
    display: block;
    margin: auto;
  }
  .why_sec .sec_in {
    padding: 30px 0 60px 0;
  }
  .why_sec .line01 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  .why_sec .line02 {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    height: auto;
    padding: 20px 10px 20px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #009D95;
  }
}
/*-----------------------------------------------
reason_sec
----------------------------------------------------*/
.reason_sec h2 {
  margin-bottom: 60px;
}
.reason_sec .reason_block_in {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 480px;
}
.reason_sec .reason_block_in_01 {
  justify-content: flex-end;
}
.reason_sec .reason_block_in_02 {
  justify-content: flex-start;
}
.reason_sec .textBox {
  width: 450px;
  height: 480px;
  text-align: left;
  padding-top: 90px;
}
.reason_sec .promiss_kouka {
  width: 192px;
  display: block;
  padding-top: 20px;
}
.reason_sec .block01 {
  background: url(../images/top/reason01.webp);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
}
.reason_sec .block01 .textBox {
  background: url(../images/top/promiss01.webp);
  background-size: 402px;
  background-position: top 30px left 0;
  background-repeat: no-repeat;
}
.reason_sec .block02 {
  background: url(../images/top/reason02.webp);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
}
.reason_sec .block02 .textBox {
  background: url(../images/top/promiss02.webp);
  background-size: 427px;
  background-position: top 30px left 0;
  background-repeat: no-repeat;
}
.reason_sec .block03 {
  background: url(../images/top/reason03.webp);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
}
.reason_sec .block03 .textBox {
  background: url(../images/top/promiss03.webp);
  background-size: 422px;
  background-position: top 30px left 0;
  background-repeat: no-repeat;
}
.reason_sec .line01 {
  font-size: 20px;
  font-weight: 800;
  color: #009D95;
  margin-bottom: 10px;
}
.reason_sec .line02 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.5;
}
.reason_sec .line03 {
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .reason_sec h2 {
    margin-bottom: 60px;
  }
  .reason_sec .reason_block_in {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 480px;
  }
  .reason_sec .reason_block_in_01 {
    justify-content: flex-end;
  }
  .reason_sec .reason_block_in_02 {
    justify-content: flex-start;
  }
  .reason_sec .textBox {
    width: 450px;
    height: 480px;
    text-align: left;
    padding-top: 90px;
  }
  .reason_sec .block01 {
    background: url(../images/top/reason01.webp);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .reason_sec .block01 .textBox {
    background: url(../images/top/promiss01.webp);
    background-size: 402px;
    background-position: top 30px left 0;
    background-repeat: no-repeat;
  }
  .reason_sec .block02 {
    background: url(../images/top/reason02.webp);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .reason_sec .block02 .textBox {
    background: url(../images/top/promiss02.webp);
    background-size: 427px;
    background-position: top 30px left 0;
    background-repeat: no-repeat;
  }
  .reason_sec .block03 {
    background: url(../images/top/reason03.webp);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .reason_sec .block03 .textBox {
    background: url(../images/top/promiss03.webp);
    background-size: 422px;
    background-position: top 30px left 0;
    background-repeat: no-repeat;
  }
  .reason_sec .line01 {
    font-size: 20px;
    font-weight: 800;
    color: #009D95;
    margin-bottom: 10px;
  }
  .reason_sec .line02 {
    font-size: 30px;
    font-weight: 800;
  }
  .reason_sec .line03 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .reason_sec h2 {
    margin-bottom: 60px;
  }
  .reason_sec .reason_block {
    background: #E6F6F0 !important;
    overflow: auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .reason_sec .dis-mb {
    order: 3;
    width: 90%;
    margin: auto;
  }
  .reason_sec .reason_block_in {
    order: 1;
    width: 90%;
    margin: 0 auto 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
  }
  .reason_sec .reason_block_in_01 {
    justify-content: flex-end;
  }
  .reason_sec .reason_block_in_02 {
    justify-content: flex-start;
  }
  .reason_sec .textBox {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 90px;
  }
  .reason_sec .block01 {
    background: none;
  }
  .reason_sec .block01 .textBox {
    background: url(../images/top/promiss01.webp);
    background-size: 90%;
    background-position: top 30px left 0;
    background-repeat: no-repeat;
  }
  .reason_sec .block02 {
    background: none;
  }
  .reason_sec .block02 .textBox {
    background: url(../images/top/promiss02.webp);
    background-size: 90%;
    background-position: top 30px left 0;
    background-repeat: no-repeat;
  }
  .reason_sec .block03 {
    background: none;
  }
  .reason_sec .block03 .textBox {
    background: url(../images/top/promiss03.webp);
    background-size: 90%;
    background-position: top 30px left 0;
    background-repeat: no-repeat;
  }
  .reason_sec .line01 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
  }
  .reason_sec .line02 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .reason_sec .line03 {
    font-size: 13px;
  }
}
/*-----------------------------------------------
area_sec
----------------------------------------------------*/
.area_sec {
  background: linear-gradient(to right, rgba(0, 157, 149, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 157, 149, 0.15) 1px, transparent 1px), #fff;
  background-size: 30px 30px, 30px 30px, 100%;
}
.area_sec .sec_in {
  padding: 60px 0 30px 0;
}
.area_sec h2 {
  color: #000;
  margin-bottom: 30px;
}
.area_sec .area_flBox {
  width: 1000px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.area_sec .area_flBox .col_l {
  width: 35%;
}
.area_sec .area_flBox .col_l img {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.area_sec .area_flBox .col_r {
  width: 60%;
  text-align: left;
}
.area_sec .area_flBox .col_r .col_r_ken {
  margin-bottom: 30px;
}
.area_sec .area_flBox .col_r .col_r_ken .col {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-right: 20px;
  margin-bottom: 10px;
}
.area_sec .area_flBox .col_r .col_r_ken .col .small {
  font-size: 14px;
  font-weight: normal;
}
.area_sec .area_flBox .col_r .col_r_text {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}

@media only screen and (max-width: 750px) {
  .area_sec {
    background: linear-gradient(to right, rgba(0, 157, 149, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 157, 149, 0.15) 1px, transparent 1px), #fff;
    background-size: 30px 30px, 30px 30px, 100%;
  }
  .area_sec .sec_in {
    padding: 30px 0 30px 0;
  }
  .area_sec h2 {
    color: #000;
    margin-bottom: 30px;
  }
  .area_sec .area_flBox {
    width: 90%;
    margin: 0 auto 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .area_sec .area_flBox .col_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .area_sec .area_flBox .col_l img {
    width: 100%;
    display: block;
  }
  .area_sec .area_flBox .col_r {
    width: 100%;
    text-align: left;
  }
  .area_sec .area_flBox .col_r .col_r_ken {
    margin-bottom: 20px;
  }
  .area_sec .area_flBox .col_r .col_r_ken .col {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .area_sec .area_flBox .col_r .col_r_ken .col .small {
    font-size: 12px;
    font-weight: normal;
  }
  .area_sec .area_flBox .col_r .col_r_text {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
  }
}
/*-----------------------------------------------
feature_sec
----------------------------------------------------*/
.feature_sec {
  background: #E6F6F0;
  padding: 90px 0 90px 0;
}
.feature_sec .feature_box {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.feature_sec .feature_box_in {
  width: 90%;
  padding: 30px 0 30px 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.feature_sec .line01 {
  font-weight: 800;
  font-size: 30px;
  color: #009D95;
  line-height: 1.5;
  margin-bottom: 15px;
}
.feature_sec .col_l {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.feature_sec .col_l img {
  width: 110px;
  display: block;
}
.feature_sec .col_r {
  width: 78%;
}
.feature_sec .table01 {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  padding: 0;
}
.feature_sec .table01 th {
  background: #009D95;
  padding: 0.5em;
  border-right: 2px solid #fff;
  width: 33.3333333333%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.feature_sec .table01 th:last-child {
  border-right: none;
}
.feature_sec .table01 td {
  padding: 20px 0 20px 0;
  line-height: 1.5;
  border-right: 2px solid #009D95;
  border-bottom: 2px solid #009D95;
  font-weight: bold;
}
.feature_sec .table01 td:nth-child(1) {
  text-align: center;
  font-size: 18px;
  color: #009D95;
}
.feature_sec .table01 td:nth-child(2) {
  padding-left: 65px;
  background: url(../images/top/feature_01.svg);
  background-size: 28px;
  background-position: center left 23px;
  background-repeat: no-repeat;
}
.feature_sec .table01 td:nth-child(3) {
  padding-left: 65px;
  background: url(../images/top/feature_02.svg);
  background-size: 28px;
  background-position: center left 23px;
  background-repeat: no-repeat;
  border-right: none;
}

@media only screen and (max-width: 750px) {
  .feature_sec {
    background: #E6F6F0;
    padding: 90px 0 90px 0;
  }
  .feature_sec .feature_box {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  .feature_sec .feature_box_in {
    width: 90%;
    padding: 30px 0 30px 0;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .feature_sec .line01 {
    font-weight: 800;
    font-size: 20px;
    color: #009D95;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .feature_sec .col_l {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .feature_sec .col_l img {
    width: 110px;
    display: block;
  }
  .feature_sec .col_r {
    width: 100%;
  }
  .feature_sec .table01 {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    padding: 0;
  }
  .feature_sec .table01 th {
    background: #009D95;
    padding: 0.5em;
    border-right: 2px solid #fff;
    width: 33.3333333333%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }
  .feature_sec .table01 th:last-child {
    border-right: none;
  }
  .feature_sec .table01 td {
    padding: 20px 0 20px 0;
    line-height: 1.5;
    border-right: 2px solid #009D95;
    border-bottom: 2px solid #009D95;
    font-weight: bold;
  }
  .feature_sec .table01 td:nth-child(1) {
    text-align: center;
    font-size: 12px;
    color: #009D95;
  }
  .feature_sec .table01 td:nth-child(2) {
    padding-left: 0;
    background: url(../images/top/feature_01.svg);
    background-size: 20px;
    background-position: top 10px center;
    background-repeat: no-repeat;
    padding: 40px 3px 3px 3px;
    font-size: 12px;
  }
  .feature_sec .table01 td:nth-child(3) {
    padding-left: 0;
    background: url(../images/top/feature_02.svg);
    background-size: 20px;
    background-position: top 10px center;
    background-repeat: no-repeat;
    border-right: none;
    padding: 40px 3px 10px 3px;
    font-size: 12px;
  }
}
/*-----------------------------------------------
cases
----------------------------------------------------*/
.cases_sec {
  background: url(../images/common/bg_dot.webp);
  background-size: 1920px;
  background-repeat: repeat;
}
.cases_sec .sec_in {
  padding: 60px 0 60px 0;
}

.top_h2_box {
  margin-bottom: 60px;
}

.archive_sec .tag_flBox {
  background: #fff;
  margin: 0 auto 30px auto;
  border: 1px solid #009D95;
}

.archive_sec .tag_flBox_in {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive_sec .tag_flBox .col_l {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #009D95;
  color: #fff;
}

.archive_sec .tag_flBox .col_r {
  width: 90%;
}

.archive_sec .tag_flBox .col_r_in {
  width: 95%;
  margin: auto;
  padding: 10px 0 10px 0;
}

.archive_sec .tag_flBox ul {
  width: 100%;
  display: block;
  margin: auto;
}

.archive_sec .tag_flBox li {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
}

.archive_sec .tag_flBox .oya {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .archive_sec .tag_flBox_in {
    width: 100%;
    margin: auto;
    display: block;
  }
  .archive_sec .tag_flBox .col_l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .archive_sec .tag_flBox .col_r {
    width: 100%;
  }
}
/*-----------------------------------------------
flow_sec
----------------------------------------------------*/
.flow_sec {
  background: #E6F6F0;
  padding: 60px 0 60px 0;
}
.flow_sec .flow_logo {
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
  color: #009D95;
  font-size: 16px;
}
.flow_sec .flow_logo img {
  width: 318px;
  margin: 0 auto 10px auto;
  display: block;
}
.flow_sec .top_h2_box {
  background: #fff;
  width: 600px;
  height: 450px;
  padding-top: 40px;
  margin: 0 auto -400px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.flow_sec .flow_wrBox {
  width: 1000px;
  margin: auto;
  padding: 90px 0 60px 0;
  background: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.flow_sec .flow_flBox {
  width: 840px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flow_sec .flow_flBox .col_l {
  width: 253px;
}
.flow_sec .flow_flBox .col_r {
  width: 530px;
  padding-top: 30px;
}
.flow_sec .flow_flBox .col_r .title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 10px;
}
.flow_sec .flow_flBox .col_r .text {
  font-size: 16px;
}
.flow_sec .flow_tel a {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 1100px) {
  .flow_sec {
    background: #E6F6F0;
    padding: 60px 0 60px 0;
  }
  .flow_sec .flow_logo {
    margin-bottom: 60px;
    font-weight: bold;
    text-align: center;
    color: #009D95;
    font-size: 16px;
  }
  .flow_sec .flow_logo img {
    margin: 0 auto 10px auto;
    display: block;
  }
  .flow_sec .top_h2_box {
    background: #fff;
    width: 600px;
    height: 450px;
    padding-top: 40px;
    margin: 0 auto -400px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  .flow_sec .flow_wrBox {
    width: 90%;
    margin: auto;
    padding: 90px 0 60px 0;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  .flow_sec .flow_flBox {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .flow_sec .flow_flBox .col_l {
    width: 30%;
  }
  .flow_sec .flow_flBox .col_r {
    width: 65%;
    padding-top: 30px;
  }
  .flow_sec .flow_flBox .col_r .title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .flow_sec .flow_flBox .col_r .text {
    font-size: 16px;
  }
  .flow_sec .flow_tel a {
    font-weight: bold;
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .flow_sec {
    background: #E6F6F0;
    padding: 60px 0 60px 0;
  }
  .flow_sec .top_h2_box {
    background: #fff;
    width: 90%;
    height: 450px;
    padding-top: 40px;
    margin: 0 auto -450px auto;
    border-radius: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 15px;
  }
  .flow_sec .flow_wrBox {
    width: 100%;
    margin: auto;
    padding: 90px 0 30px 0;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  .flow_sec .flow_flBox {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .flow_sec .flow_flBox .col_l {
    width: 100%;
  }
  .flow_sec .flow_flBox .col_l img {
    width: 100%;
  }
  .flow_sec .flow_flBox .col_r {
    width: 100%;
    padding-top: 10px;
  }
  .flow_sec .flow_flBox .col_r .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
  }
  .flow_sec .flow_flBox .col_r .text {
    font-size: 13px;
  }
}