@charset "UTF-8";

/* banner */
.banner {
  background-image: url(../img/product/consulting/ax-con_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}
.banner .banner-wrap {
  padding: 130px 0 0;
  margin: auto;
}
.banner .title-box {
  text-align: center;
  color: #fff;
}
.banner .title-box .title {
  font-family: 'base-sb';
  font-size: 2.4rem;
}
.banner .title-box .pc {
  background: #00000060;
  display: inline-block;
  padding: 25px 40px;
  border-radius: 10px;
  font-family: 'base-l';
  margin-top: 30px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.banner .title-box .mobile {
  display: none;
}
.banner .title-box .text {
  margin-top: 20px;
  font-family: 'base-l';
  font-size: 1.2rem;
  line-height: 1.3;
}
/* section-2 */
.section-1 .title {
  text-align: center;
  font-family: 'base-sb';
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.section-1 .con-wrap {
  width: 100%;
}
.section-1 .con-1 {
  width: 95%;
  margin: 0 auto 50px;
}
.section-1 .con-1 img {
  width: 100%;
}
.section-1 .con-2 {
  width: 95%;
  margin: auto;
}
.section-1 .con-2 img {
  width: 100%;
}
.btn-wrap {
  margin: 20px 0;
  text-align: center;
}
.btn-wrap a {
  display: inline-block;
  border: 3px solid #3282f2;
  border-radius: 50px;
  color: #3282f2;
  font-size: 1.1rem;
  font-family: 'base-sb';
  padding: 20px 45px;
  transition: all 0.1s;
}
.btn-wrap a:hover {
  background: #3282f2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .banner {
    height: 300px;
  }
  #main .banner .banner-wrap {
    padding: 90px 0 0;
  }

  .banner .title-box .pc {
    display: none;
  }
  .banner .title-box .mobile {
    background: #00000060;
    display: inline-block;
    padding: 20px 35px;
    border-radius: 10px;
    font-family: 'base-l';
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .banner .title-box {
    margin-top: 0;
  }
  .banner .title-box .title {
    font-size: 1.9rem;
  }
  .banner .title-box .text {
    margin-top: 0;
  }
  .banner .btn-wrap {
    margin-top: 20px;
  }
  .banner .btn-wrap a {
    display: block;
    margin: auto;
    height: 50px;
    line-height: 50px;
  }
  .banner .btn-wrap a:first-child {
    margin: 0 auto 10px;
  }
  #main .section-1 .section-inner {
    padding-top: 50px;
  }
  .section-1 .title-box .title {
    font-size: 1.8rem;
    border-width: 2px;
    margin-bottom: 15px;
  }
  .section-1 .personal-wrap,
  .section-1 .team-wrap,
  .section-1 .organization-wrap {
    width: 88%;
    margin: 0 auto 30px;
  }
  .section-1 .personal-list .list,
  .section-1 .team-list .list,
  .section-1 .organization-list .list {
    float: none;
    width: 100%;
    height: 100%;
    padding: 18px;
    margin-bottom: 12px;
  }

  .section-1 .tag-wrap .tag {
    padding: 4px 14px 4px;
  }
  .section-1 .assess .text-wrap,
  .section-1 .assess .tag-wrap {
    margin-top: 10px;
  }
  .section-1 .assess .text {
    font-size: 1rem;
  }

  .section-2 .title {
    font-size: 1.8rem;
  }
  .section-2 .process {
    margin-bottom: 30px;
  }
  .section-2 .purpose {
    width: 90%;
  }
}