/* --------------------------------------------------
  common
-------------------------------------------------- */
/* --------------------------------------------------
  solution
-------------------------------------------------- */
.solution {
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: #232286;
}
.solution::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: -170px;
  background: url(../img/common/mv_bg.png) no-repeat center top/133%;
  z-index: -1;
}
@media screen and (min-width: 640px) {
  .solution::before {
    top: -280px;
  }
}
.solution::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 280px;
  background: #f3f7fb;
  bottom: -1px;
  left: 0;
  z-index: -1;
}
.solution-container {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.solution-top {
  padding: 20px 15px;
}
@media screen and (min-width: 640px) {
  .solution-top {
    padding: 42px 9.5% 20px;
  }
}
.solution-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.07;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .solution-ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .solution-list {
    display: flex;
    justify-content: space-between;
  }
}
.solution-item {
  max-width: 268px;
  width: 100%;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 640px) {
  .solution-item {
    max-width: 288px;
  }
}
@media screen and (min-width: 1024px) {
  .solution-item {
    width: 32%;
    margin: 0;
  }
}
.solution-item-num {
  color: #232286;
  font-family: "Montserrat", sans-serif;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .solution-item-num {
    font-size: 2.9rem;
  }
}
.solution-item-ttl {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .solution-item-ttl {
    font-size: 2.4rem;
  }
}
.solution-item-info {
  border: 1px solid #232286;
  border-radius: 8px;
  margin-top: 35px;
  position: relative;
  height: 115px;
  padding: 24px 0 0;
}
@media screen and (min-width: 640px) {
  .solution-item-info {
    height: 137px;
    padding: 32px 0 0;
  }
}
.solution-item-info .--ttl {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  white-space: nowrap;
  padding: 0 12px;
}
@media screen and (min-width: 640px) {
  .solution-item-info .--ttl {
    font-size: 1.8rem;
  }
}
.solution-item-info .--txt {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, #232286 0%, #1e9bd6 56%, #0075bd 86%, #005b96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 640px) {
  .solution-item-info .--txt {
    font-size: 7rem;
  }
}
.solution-item-info .--txt .--t1 {
  font-size: 0.3em;
}
.solution-item-info .--txt .--t2 {
  font-size: 3.8rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .solution-item-info .--txt .--t2 {
    font-size: 4.1rem;
  }
}
.solution-item-info .--txt .--t3 {
  font-size: 0.5em;
}
.solution-item-info .--txt .--en {
  font-family: "Montserrat", sans-serif;
}
.solution-item-info .--txt .--img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 170px;
}
@media screen and (min-width: 640px) {
  .solution-item-info .--txt .--img {
    max-width: 204px;
  }
}
.solution-note {
  text-align: right;
  color: #383838;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 12px 10px;
}
@media screen and (min-width: 640px) {
  .solution-note {
    font-size: 1.2rem;
  }
}
.solution-bottom {
  border-top: 1px solid #ddd;
}
.solution .business-item {
  padding: 20px 20px;
}
@media screen and (min-width: 640px) {
  .solution .business-item {
    padding: 50px 9.5%;
  }
}
@media screen and (min-width: 1024px) {
  .solution .business-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.solution .business-item:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.solution .business-item-body {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .solution .business-item-body {
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .solution .business-item-body {
    width: 52%;
    margin: 0;
    padding: 25px 0 0;
  }
}
.solution .business-item-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.solution .business-item-head .--num {
  font-size: 3rem;
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
  color: #232286;
  line-height: 1;
  display: inline-block;
  margin: 3px 12px 0 0;
}
@media screen and (min-width: 640px) {
  .solution .business-item-head .--num {
    font-size: 5rem;
    margin: 0 24px 0 0;
  }
}
.solution .business-item-head .--ttl {
  font-size: 1.8rem;
  border-bottom: 1px solid #232286;
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .solution .business-item-head .--ttl {
    font-size: 2.2rem;
  }
}
.solution .business-item-catch {
  color: #232286;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.714;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .solution .business-item-catch {
    font-size: 2.8rem;
  }
}
.solution .business-item-txt {
  margin-bottom: 24px;
}
.solution .business-item-img {
  border-radius: 30px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 640px) {
  .solution .business-item-img {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .solution .business-item-img {
    width: 42%;
    flex-shrink: 0;
    margin: 0;
  }
}

/* --------------------------------------------------
  facilities
-------------------------------------------------- */
.facilities {
  padding: 20px 0 56px;
  background: #f3f7fb;
}
@media screen and (min-width: 640px) {
  .facilities {
    padding: 20px 0 93px;
  }
}
.facilities-ttl {
  text-align: center;
  color: #232286;
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) {
  .facilities-ttl {
    font-size: 3rem;
  }
}
.facilities-list {
  margin: 32px 0 0;
}
@media screen and (min-width: 640px) {
  .facilities-list {
    margin: 45px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .facilities-list {
    display: flex;
    justify-content: center;
  }
}
.facilities-item {
  text-align: center;
  width: 100%;
  border-top: 1px solid #232286;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .facilities-item {
    width: 33.33%;
    padding: 15px;
    margin: 0;
    border-left: 1px solid #232286;
    border-top: none;
  }
}
.facilities-item:last-child {
  border-bottom: 1px solid #232286;
}
@media screen and (min-width: 1024px) {
  .facilities-item:last-child {
    border-right: 1px solid #232286;
    border-bottom: none;
  }
}
.facilities-item-img {
  height: 48px;
  margin-bottom: 15px;
}
.facilities-item-img img {
  vertical-align: -webkit-baseline-middle;
}
.facilities-item-img .--img1 {
  max-width: 222px;
}
.facilities-item-img .--img2 {
  max-width: 283px;
}
.facilities-item-img .--img3 {
  max-width: 258px;
}
.facilities-item-ttl {
  font-size: 1.3rem;
  line-height: 1.733;
}
@media screen and (min-width: 640px) {
  .facilities-item-ttl {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=business.css.map */