#support .inner {
  padding: 0 15px;
}
#support .sec_ttl_wrap .bar_title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(76, 73, 72, 0.4);
  position: relative;
}
#support .sec_ttl_wrap .bar_title::after {
  position: absolute;
  content: " ";
  display: block;
  border-top: solid 1px #EC6C00;
  bottom: -1px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  #support .inner {
    padding: 0 38px;
  }
  #support .sec_ttl_wrap .bar_title {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
  #support .sec_ttl_wrap .bar_title::after {
    width: 128px;
  }
}
/*====================
  sec_support
====================*/
.sec_support {
  padding: 46px 0 50px;
}
.sec_support .flex_wrap {
  margin-top: 60px;
}
.sec_support .flex_wrap ._text h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.sec_support .flex_wrap ._text p {
  font-size: 1.4rem;
  line-height: 2;
}
.sec_support .flex_wrap ._img {
  margin-top: 40px;
}
.sec_support .flex_wrap ._img img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec_support {
    padding: 140px 0 120px;
  }
  .sec_support .flex_wrap {
    display: flex;
    gap: 0 22px;
    max-width: 928px;
    margin: 100px auto 0;
  }
  .sec_support .flex_wrap ._text {
    width: 66.4%;
  }
  .sec_support .flex_wrap ._text h2 {
    font-size: 2.8rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  .sec_support .flex_wrap ._text p {
    font-size: 1.6rem;
  }
  .sec_support .flex_wrap ._img {
    margin-top: 4vw;
  }
}
/*====================
  sec_point
====================*/
.sec_point {
  padding: 0 0 40px;
}
.sec_point ul {
  margin-top: 40px;
}
.sec_point ul li:not(:first-child) {
  margin-top: 60px;
}
.sec_point ul .block .block_ttl_wrap .point_num {
  font-family: "Barlow", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.46;
  color: #EC6C00;
  margin-bottom: 20px;
}
.sec_point ul .block .block_ttl_wrap h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.64;
  text-wrap: inherit;
}
.sec_point ul .block ._text {
  margin-bottom: 30px;
}
.sec_point ul .block ._text p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
.sec_point ul .block ._img img {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .sec_point {
    padding: 0 0 60px;
  }
  .sec_point .inner {
    max-width: 1004px;
    margin: 0 auto;
  }
  .sec_point ul {
    margin: 80px auto 0;
  }
  .sec_point ul li:not(:first-child) {
    margin-top: 80px;
  }
  .sec_point ul .block {
    display: flex;
    gap: 0 46px;
    justify-content: space-between;
  }
  .sec_point ul .block .block_ttl_wrap {
    margin-bottom: 40px;
  }
  .sec_point ul .block .block_ttl_wrap .point_num {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .sec_point ul .block .block_ttl_wrap h3 {
    font-size: 2.2rem;
    line-height: 1.72;
  }
  .sec_point ul .block ._text {
    width: 50%;
  }
  .sec_point ul .block ._text p {
    font-size: 1.6rem;
  }
  .sec_point ul .block ._text p:not(:first-child) {
    margin-top: .5em;
  }
  .sec_point ul .block ._img {
    margin-top: 40px;
    width: calc(50% - 46px);
  }
  .sec_point ul .block ._img img {
    width: 100%;
  }
}
/*====================
  sec_topics
====================*/
.sec_topics {
  padding: 0 0 80px;
}
.sec_topics .sec_ttl_wrap h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #EC6C00;
}
.sec_topics .sec_ttl_wrap h2 small {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: .5em;
}
.sec_topics .block_topics {
  margin-top: 20px;
}
.sec_topics .block_topics .block {
  padding: 30px 15px;
  background-color: rgba(236, 108, 0, 0.1);
  border: solid 1px #EC6C00;
  border-radius: 5px;
}
.sec_topics .block_topics .block:not(:first-child) {
  margin-top: 20px;
}
.sec_topics .block_topics .block h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.64;
  margin-bottom: 20px;
}
.sec_topics .block_topics .block p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sec_topics {
    padding: 0 0 120px;
  }
  .sec_topics .inner {
    max-width: 1004px;
    margin: 0 auto;
  }
  .sec_topics .sec_ttl_wrap h2 {
    font-size: 4.4rem;
  }
  .sec_topics .sec_ttl_wrap h2 small {
    font-size: 1.9rem;
  }
  .sec_topics .block_topics {
    margin-top: 22px;
  }
  .sec_topics .block_topics .block {
    padding: 45px 40px 50px;
  }
  .sec_topics .block_topics .block:not(:first-child) {
    margin-top: 32px;
  }
  .sec_topics .block_topics .block h3 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .sec_topics .block_topics .block p {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=support.css.map */
