@charset "UTF-8";
.top-flex {
  display: flex;
  width: 1200px;
  max-width: 90%;
  margin: 150px auto 100px auto;
}
.top-flex .left {
  width: 50%;
  text-align: center;
}
.top-flex .left h1 {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  width: 370px;
  margin: 0 auto;
}
.top-flex .left .top {
  color: #07308b;
  font-weight: 600;
  font-size: 27px;
  border-bottom: solid 1px #9a9a9a;
  width: 100%;
  display: block;
}
.top-flex .left .red {
  color: #e71e19;
}
.top-flex .left h2 {
  color: #07308b;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
}
.top-flex .left p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 170%;
}
.top-flex .right {
  width: 50%;
}

.border-line {
  width: 700px;
  margin: 150px auto;
  max-width: 90%;
}

.top-img-pc {
  display: block;
}

.top-img-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .top-flex .left {
    padding-right: 5%;
  }
  .top-flex .left p {
    text-align: left;
  }
  .top-flex .left p br.pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .top-img-pc {
    display: none;
  }
  .top-img-sp {
    display: block;
  }
  .top-flex .left h1 {
    max-width: 90%;
  }
  .top-flex {
    flex-direction: column-reverse;
    margin-top: 50px;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .top-flex .right {
    width: 100%;
    margin-bottom: 50px;
  }
  .top-flex .left {
    width: 90%;
    padding-right: 0;
    margin: 0 auto;
  }
  .border-line {
    margin: 50px auto;
    max-width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .top-flex .left .top {
    font-size: 20px;
  }
  .top-flex .left h1 {
    width: auto;
    font-size: 30px;
    line-height: 170%;
    display: inline-block;
  }
  .top-flex .left h1 .top {
    padding: 0 50px;
  }
  .business .business-box a {
    width: 100%;
    border-radius: 1.95em;
  }
  .business .business-box a .img {
    height: 150px;
    border-radius: 1.95em;
  }
  .business {
    margin-top: 100px;
  }
}/*# sourceMappingURL=sub.css.map */