@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap h1 {
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
}
.page-title-wrap h1::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 6px;
  background-color: #FF8200;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-area .section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .main-area .section-wrap {
    display: block;
  }
}
.main-area .section-wrap .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(30vw, 550px);
          flex: 0 0 min(30vw, 550px);
  padding-right: 3rem;
}
.main-area .section-wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}